@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: small;
	color: #D32D4E;
}

a:link {
	text-decoration: none;
	color: #DF667E;
}

a:visited {
	text-decoration: none;
	color: #DF667E;
}

a:hover {
	text-decoration: underline;
	color: #E996A7;
}

a:active {
	text-decoration: none;
	color: #E996A7;
}

.grey_color {color: #777777}

.big_color_red {
	color: #FF0000;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.price {
	color: #FF6600;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.small_black {
	color: #000000;
	font-size: small;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.small_description {
	color: #CC0000;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.big_color_blue {
	color: #0066CC;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

<="" p="">

/*side menu*/

#sidemenu {
	width: 192px;
	margin: 0 auto;
	min-height: 25px;
}
 
#sidemenu img {
	margin: 0px;
	opacity: 100%;
	border: 0px;
 
	/*Transition*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
 
	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}
 
 
#sidemenu img:hover {  
   opacity: 100%;
 
   /*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 
   /*Glow*/
  -webkit-box-shadow: 0px 0px 0px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 0px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 12px rgba(255,255,255,0.8);
}

/*top menu*/

#topmenu {
	width: 593x;
	margin: 0px;
	min-height: 40px;
}
 
#topmenu img {
	margin: 0px;
	opacity: 100%;
	border: 0px;
 
	/*Transition*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
 
	/*Reflection*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
}
 
 
#topmenu img:hover {  
   opacity: 100%;
 
   /*Reflection*/
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.4)));
 
   /*Glow*/
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 15px rgba(255,255,255,0.8);
}


