body, td
{
	font-family: sans-serif;
	font-size: 11px;
	color: White;
	font-weight: normal;
	
}

.page_title
{
	font-family: sans-serif;
	font-size: 14px;
	color: Yellow;
	font-weight: bold;
	
}
.text_NO
{
	font-family: sans-serif;
	font-size: 12px;
	color: Red;
	font-weight: bold;
	
}

.login_cell
{
	border: 2px solid yellow;
	/*background: #EEF8FC;*/
	padding: 3px;
}

.shop_cell
{
	border: 1px solid white;
	/*background: #EEF8FC;*/
	padding: 3px;
}
.catalog_table
{
	border-bottom: 1px solid Yellow;
	/*background: #EEF8FC;*/
	padding: 3px;
}
.product_cell_header
{
	border: 1px solid yellow;
	background: yellow;
	padding: 3px;
	font-family: sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

a {font-size: 11px; text-decoration: none; font-weight: normal;}
a:link    {color: Black; font-weight: normal;}
a:visited {color: Black; font-weight: normal;}
a:active  {color: Black; font-weight: normal;}
a:hover   {color: White; font-weight: normal;}

a.index {font-size: 11px; text-decoration: none; font-weight: normal;}
a.index:link    {color: Yellow; font-weight: normal;}
a.index:visited {color: Yellow; font-weight: normal;}
a.index:active  {color: Yellow; font-weight: normal;}
a.index:hover   {color: White; font-weight: normal;}

a.link {font-size: 15px; text-decoration: none; font-weight: normal;}
a.link:link    {color: Yellow; font-weight: normal;}
a.link:visited {color: Yellow; font-weight: normal;}
a.link:active  {color: Yellow; font-weight: normal;}
a.link:hover   {color: White; font-weight: normal;}

a.topmenu {font-size: 13px; text-decoration: none; font-weight: bold;}
a.topmenu:link    {color: White; font-weight: bold;}
a.topmenu:visited {color: White; font-weight: bold;}
a.topmenu:active  {color: White; font-weight: bold;}
a.topmenu:hover   {color: yellow; font-weight: bold;}

a.servmenu {font-size: 16px; text-decoration: none; font-weight: normal;}
a.servmenu:link    {color: White; font-weight: normal;}
a.servmenu:visited {color: White; font-weight: normal;}
a.servmenu:active  {color: White; font-weight: normal;}
a.servmenu:hover   {color: White; font-weight: bold;}

a.servmenublack {font-size: 16px; text-decoration: none; font-weight: normal;}
a.servmenublack:link    {color: Black; font-weight: normal;}
a.servmenublack:visited {color: Black; font-weight: normal;}
a.servmenublack:active  {color: Black; font-weight: normal;}
a.servmenublack:hover   {color: Black; font-weight: bold;}
/*nav link hovver*/

a.navlink {
color: Yellow;
font-size: 15px; 
text-decoration: none; 
display: block;
text-align: left;
 border-bottom: solid white;
 border-bottom-width: 1px;
 border-left: 1px solid white;
 }
a.navlink:link {
color: Yellow;
font-size: 15px; 
text-decoration: none; 
display: block;
text-align: left;
 }
 a.navlink:visited {
color: Yellow;
font-size: 15px; 
text-decoration: none; 
display: block;
text-align: left;
 }
 a.navlink:active {
color: Yellow;
font-size: 15px; 
text-decoration: none; 
display: block;
text-align: left;
 }
  a.navlink:hover {
color: White;
font-size: 15px; 
text-decoration: none; 
display: block;
text-align: left;
background: #0030FF no-repeat;
 }
/*--------------------1-------------------*/
a.navlink1 {
color: White;
font-size: 15px; 
text-decoration: none; 
display: block;
height: 20px;
width: 240px;
background: #0030FF no-repeat;
 text-align: left;
 
 }
 a.navlink1:link {
color: #3D1514;
font-size: 15px; 
text-decoration: none; 
display: block;
height: 20px;
width: 240px;
background: #0030FF no-repeat;
text-align: left; 
 }
 a.navlink1:visited {
color: #3D1514;
font-size: 15px; 
text-decoration: none; 
display: block;
height: 20px;
width: 240px;
background: #0030FF no-repeat;
text-align: left; 
 }
 a.navlink1:active {
color: #3D1514;
font-size: 15px; 
text-decoration: none; 
display: block;
height: 20px;
width: 240px;
background: #0030FF no-repeat;
text-align: left; 
 }
a.navlink1:hover {
color: White;
background: #E95E0F no-repeat;
 
}
/*---------------------------prod link menu----------------------*/
a.navlinkmenu {
color: Yellow;
font-size: 15px; 
text-decoration: none; 
display: block;
text-align: left;
 border: 1px solid;
 }
a.navlinkmenu:link {
color: Yellow;
font-size: 15px; 
text-decoration: none; 
display: block;
text-align: left;
 }
 a.navlinkmenu:visited {
color: Yellow;
font-size: 15px; 
text-decoration: none; 
display: block;
text-align: left;
 }
 a.navlinkmenu:active {
color: Yellow;
font-size: 15px; 
text-decoration: none; 
display: block;
text-align: left;
 }
  a.navlinkmenu:hover {
color: White;
font-size: 15px; 
text-decoration: none; 
display: block;
text-align: left;
background: #0030FF no-repeat;
 }
 
 
 
 .button
{
	border-top: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	font-family: arial;
	font-size: 11px;
	color: Black;
	background: Yellow;
}
 .button_error
{
	border-top: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	font-family: arial;
	font-size: 11px;
	color: Black;
	background: Red;
}
.inputfield
{
	border-top: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	font-family: arial;
	font-size: 11px;
	color: Black;
	background: Yellow;
}
