html, body {
    font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
    margin:0px auto;
    height: 100%;
	width: 100%;
    background-color:#FFF;
	/*background:url(/i/c/background.jpg) repeat-x;*/
	
    color:#2E2E2E;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment : fixed;  /* FIXED FOR IE */
}



.tracker select {height:35px; padding:5px;}
.tracker input {height:35px; padding:5px;}
.tracker input[type="text"] {width:650px;}
.tracker::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.tracker::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.tracker:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.tracker:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.tracker:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.tracker:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.tracker:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.tracker:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
#track_block {border: 1px dashed #DEDEDE; background:#F7F4EB;position:relative;height:180px;width:880px;padding:10px;}




.btn_gtl {
    background: #f0c800;
  background-image: -webkit-linear-gradient(top, #f0c800, #f5ba0a);
  background-image: -moz-linear-gradient(top, #f0c800, #f5ba0a);
  background-image: -ms-linear-gradient(top, #f0c800, #f5ba0a);
  background-image: -o-linear-gradient(top, #f0c800, #f5ba0a);
  background-image: linear-gradient(to bottom, #f0c800, #f5ba0a);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn_gtl:hover {
    background: #f09000;
  background-image: -webkit-linear-gradient(top, #f09000, #f78b08);
  background-image: -moz-linear-gradient(top, #f09000, #f78b08);
  background-image: -ms-linear-gradient(top, #f09000, #f78b08);
  background-image: -o-linear-gradient(top, #f09000, #f78b08);
  background-image: linear-gradient(to bottom, #f09000, #f78b08);
  text-decoration: none;
  color:#FFFFFF;
}

.va td {vertical-align:top;}

.shop_list {border-collapse:collapse;border: 2px solid #FFFFFF; border-radius:6px;  -moz-border-radius:6px;-webkit-border-radius:6px;}
.shop_list tr:hover {background:#F2F2F2;}

.shop_list {
	width:980px;
	margin: 0px auto;
    overflow:hidden;
    background:#fefefe;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    border-radius:6px;
    font-family: Arial;
    font-size: 0.99em;
	
}



.shop_list td {border-bottom:1px solid #E8E8E8; padding-left: 5px;padding-top:5px; padding-bottom:5px; text-align:left;vertical-align:middle;}








a.site_lnk {color:#FCA800;}
.site_lnk{padding:5px;display:block;}






.coupon_inf {color:green;font-size: 12px;}

.mini_txt_gray {font-size: 12px;color:#8B8C8C;}

.mini_txt {font-size: 12px;}
.mini_txt img {vertical-align:middle;align:middle;}

.big_txt {font-size: 18px;}
.big_txt img {vertical-align:middle;align:middle;}

.up_txt {font-size:12px;text-transform: uppercase;}

.count_shops {font-size: 22px;color:#8c8c8c;}
.count_shops_cat {font-size: 12px;color:#8c8c8c;}
.count_coupons_cat {font-size: 12px;color:#8c8c8c;}

.coupon_name {font-size: 16px;color:#4694d5; text-transform: uppercase;}


.btn_border:before{  
position: absolute;
  top: 3px;
  left: 6px;
  width: 190px;
  height: 24px;
  content: '';
  border: 1px dashed #ffffff;
}

.btn_getcoupon {
  width:190px;
  display: inline-block;
  bottom: 0;
  right: 0;
  padding: 10px 10px;
  color: #000000;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  background: #e6ae03;
  cursor: pointer;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  -moz-transform: skew(-15deg, 0);
  -o-transform: skew(-15deg, 0);
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
  -ms-transform: skew(-15deg, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.2125565616700213, M21=0, M22=1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.2125565616700213, M21=0, M22=1, SizingMethod='auto expand');
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}




.btn_getcoupon:hover {
  background: #ED5500;
}


.coupon_cachback {
  display: inline-block;
  width: 280px;
  padding: 5px 0;
  margin-left: -10px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  background: #4694d5;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  -moz-transform: skew(-12deg, 0);
  -o-transform: skew(-12deg, 0);
  -webkit-transform: skew(-12deg, 0);
  transform: skew(-12deg, 0);
  -ms-transform: skew(-12deg, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.2125565616700213, M21=0, M22=1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.2125565616700213, M21=0, M22=1, SizingMethod='auto expand');
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}

.coupon_cachback2 {
  display: inline-block;
  width: 170px;
  padding: 5px 0;
  margin-left: -10px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  background: #4694d5;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  -moz-transform: skew(-12deg, 0);
  -o-transform: skew(-12deg, 0);
  -webkit-transform: skew(-12deg, 0);
  transform: skew(-12deg, 0);
  -ms-transform: skew(-12deg, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.2125565616700213, M21=0, M22=1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.2125565616700213, M21=0, M22=1, SizingMethod='auto expand');
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}


.promocodes_list {border-collapse:collapse;border: 2px solid #FFFFFF; border-radius:6px;  -moz-border-radius:6px;-webkit-border-radius:6px;}
.promocodes_list tr:hover {background:#F2F2F2;}

.promocodes_list {
	width:980px;

    overflow:hidden;
    background:#fefefe;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    border-radius:6px;
    font-family: Arial;
    font-size: 0.99em;
	border:1px dashed #E0E0E0;
}


.promocodes_list td {border-bottom:1px solid #E8E8E8; padding-left: 5px;padding-top:5px; padding-bottom:5px; text-align:left;vertical-align:middle;}






.coupons_list {border-collapse:collapse;border: 2px solid #FFFFFF; border-radius:6px;  -moz-border-radius:6px;-webkit-border-radius:6px;}
.coupons_list tr:hover {background:#F2F2F2;}

.coupons_list {
	width:1080px;

    overflow:hidden;
    background:#fefefe;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    border-radius:6px;
    font-family: Arial;
    font-size: 0.99em;
	border:1px dashed #E0E0E0;
}


.coupons_list_cat td {padding-left: 25px;padding-top:15px; padding-bottom:15px; text-align:left;vertical-align:middle;}


.coupons_list_cat {border: 1px dashed #DEDEDE; border-radius:6px;  -moz-border-radius:6px;-webkit-border-radius:6px;}
.coupons_list_cat tr:hover {background:#F2F2F2;}

.coupons_list_cat {
	width:960px;

    overflow:hidden;
    background:#fefefe;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    border-radius:6px;
    font-family: Arial;
    font-size: 0.99em;
	
}


.coupons_list td {border-bottom:1px solid #E8E8E8; padding-left: 25px;padding-top:5px; padding-bottom:5px; text-align:left;vertical-align:middle;}






















button.btn_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 8px 12px;
	background: -moz-linear-gradient(
		top,
		#ff4242 0%,
		#ff0000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff4242),
		to(#ff0000));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid #003366;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow:
		0px 1px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.1);
}





.s_all {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0e352), color-stop(1, #e6d300) );
	background:-moz-linear-gradient( center top, #f0e352 5%, #e6d300 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0e352', endColorstr='#e6d300');
	background-color:#f0e352;
	-webkit-border-top-left-radius:7px;
	-moz-border-radius-topleft:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topright:7px;
	border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-left-radius:7px;
	text-indent:0px;
	border:1px solid #e1e645;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ded17c;
}
.s_all:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6d300), color-stop(1, #f0e352) );
	background:-moz-linear-gradient( center top, #e6d300 5%, #f0e352 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6d300', endColorstr='#f0e352');
	background-color:#e6d300;
}.s_all:active {
	position:relative;
	top:1px;
}




.bold {font-weight:bold;}

.mini_txt_gray {font-size: 12px;color:#8B8C8C;}

.mini_txt {font-size: 12px;}
.mini_txt img {vertical-align:middle;align:middle;}

.big_txt {font-size: 18px;}
.big_txt img {vertical-align:middle;align:middle;}

.up_txt {font-size:12px;text-transform: uppercase;}


.column {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;
   }

.gcs {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:auto;
	padding:10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}
.gcs:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.gcs:active {
	position:relative;
	top:1px;
}


a.dot {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #2266aa; /* Добавляем свою линию */ 
	font-size:15px;
   }

a.dot_orange {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed orange; /* Добавляем свою линию */ 
    color: orange;
   } 
   
a.dot_orange:hover {
    text-decoration: underline; /* Убираем подчеркивание */
    border-bottom: 1px dashed red; /* Добавляем свою линию */ 
    color: red;
   }    
   
   
a.greendot {
    color:green;
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed green; /* Добавляем свою линию */ 
   } 
   
a.blackdot {
    color:black;
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed black; /* Добавляем свою линию */ 
   }     
   
a.topdot {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 2px dashed #ffffff; /* Добавляем свою линию */ 
	font-size:21px;color:#FFFFFF;
   }   

a.mini_text {
font-size:14px;
   }   
   
a.mini_text_wl {
font-size:14px;
color:orange;
   }      
   
a {text-decoration:none;color:#2266aa; font-size:16px; font-family:Arial,Helvetica,sans-serif;}
a:hover{text-decoration:underline;color:#ff9900;}
   
   
   
h2 {color:#4A4A4A;}

.hrl {border:1px solid #F0F0F0;margin:0 auto;width:120px;margin-top:4px;margin-bottom:4px;}
.hr2 {border:0px;height: 1px;margin:0 auto;margin-top:4px;margin-bottom:4px;padding-left:5px;padding-right:5px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));}




.post-face{position:relative;padding:0 130px 75px 15%;margin-bottom:-50px;margin-left:16px;margin-right:16px;}.post-face_img{position:absolute;right:12px;bottom:0;z-index:2}.post-face_balloon{background-color:#fff;position:relative;padding:20px
30px;border:1px
solid #bdbdbd;border-radius:6px}.post-face_balloon:after{position:absolute;right:-21px;bottom:0;width:21px;height:15px;background:url(/i/c/post-face-tail.png) 0 0 no-repeat;content:'';}.post-face_balloon-title{margin-bottom:12px;color:#000;text-align:center;font-size:21px;line-height:1.4}



.mybtn_g {
-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0e352), color-stop(1, #e6d300) );
	background:-moz-linear-gradient( center top, #f0e352 5%, #e6d300 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0e352', endColorstr='#e6d300');
	background-color:#f0e352;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #e1e645;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	margin-top:3px;
	padding-left:5px;
	width: 80px;
	text-decoration:none;
	text-align:left;
	text-shadow:1px 1px 0px #cc9f52;
}
.mybtn_g:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
	color:#ffffff;
}.mybtn_g:active {
	position:relative;
	top:1px;
	color:#ffffff;
}



.mybtn_o {
-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #e6c045;
	display:inline-block;
	color:#ffffff;
	
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
	margin-top:3px;
	padding-left:5px;
	padding-right:5px;
	width: 80px;
	text-decoration:none;
	text-align:left;
	text-shadow:1px 1px 0px #cc9f52;
}
.mybtn_o:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
	color:#ffffff;
}.mybtn_o:active {
	position:relative;
	top:1px;
	color:#ffffff;
}






.cashback_list {border-collapse:collapse;border: 2px solid #FFFFFF; border-radius:6px;  -moz-border-radius:6px;-webkit-border-radius:6px;}
.cashback_list tr:hover {background:#F2F2F2;}

.cashback_list {
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    border-radius:6px;
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    font-family: Arial;
    font-size: 0.99em;
}


.cashback_list tr {
background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
.cashback_list td {border:1px dashed #E0E0E0; padding-left: 5px;padding-top:5px; padding-bottom:5px; text-align:left;vertical-align:middle;}


input[type="button"], input[type="reset"], input[type="submit"] {
   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f5f4), color-stop(1, #dededd) );
	background:-moz-linear-gradient( center top, #f5f5f4 5%, #dededd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f4', endColorstr='#dededd');
	
	background-color:#dbdbdb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#636360 !important;
	font-size:15px;
	font-weight:normal;
	padding:4px 6px 4px 6px;
	text-decoration:none;
	height: 36px;
	margin-bottom: 0;border: 0px;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

input[type="text"] {
    height: 36px; display: inline-block; padding: 4px 10px 4px 4px; margin-bottom: 0;     border: 1px solid #DEDEDE;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	font-size:15px;
}



.topmenu {
    font-size: 13px;
    color: #2E2E2E;
    height: 32px;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 4px;
    TEXT-DECORATION: none;
}
.topmenu a {
    font-size: 13px;
    color: #2E2E2E;
    height: 28px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 4px;
    TEXT-DECORATION: none;
}
.topmenu a:hover {
    background-color: #333333;
    color: #FFFFFF;
}



#searching {
font-size: 16px;
    color: #2F5E00;
    TEXT-DECORATION: none;
}
#searching a {
    font-size: 16px;
    color: #2F5E00;
    TEXT-DECORATION: none;
}
#searching a:hover {
    font-size: 16px; 
    color: #EAB002;
    text-decoration: underline;
}


hr { height: 0; border: 0; border-top: 1px solid #2B2455; }
