/* ............................ layout.............................. */

body {text-align:center}
* { margin:0; padding:0; list-style-type:none; text-align:left }
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.clearfix {display: inline-block;}
	.clearfix {display: block;}
	* html .clearfix {height: 1px;}

/* good */
#allwrap {position:relative; width:75%; min-width:775px; margin:0 auto}
.holder {display:block; color:#000;}
/* bad ie */

/*sizes - columns*/
#left {width:180px; float:left;}
#right {width:160px; float:right;}
#center {margin:0 160px 0 180px; width:auto;} /* left + right*/
#center:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	#center {display: inline-block;}
	#center {display: block;}
	* html #center {height: 1px;}



/*basic design*/
body {background:#fdfdfd;}
	* {font-family:tahoma,arial,sans-serif;}
	
	#allwrap {background:#fff url(http://media.planete-reductions.com/img/common/body_left.gif) repeat-y left top}
	#header {height:260px;}
	.holder {background:transparent url(http://media.planete-reductions.com/img/common/body_right.gif) repeat-y right top}
	#footer {margin-top:-2px;}

/* .......................... head styles .............................*/
.logo {background:url(http://media.planete-reductions.com/img/de/logo.gif) no-repeat center center; width:260px; height:70px; display:block; float:left;}
	.logo span {display:none}	

.main_header {height:155px; border:1px solid #abd9e6; margin:0 15px; font-size:11px; overflow:hidden}
	.main_header .menu {background:url(http://media.planete-reductions.com/img/common/gradient_blue.gif) repeat-x; line-height:25px; padding:0 10px}
	
	
	.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.menu {display: inline-block;}
	.menu {display: block;}
	* html .menu {height: 1px;}

	
	.main_header .menu li { display:inline; margin-right:2%;}
	.main_header .menu li a { font-weight:700; color:white; text-decoration:none}
	.main_header .menu li a:hover {color: #FFFF66}

.main_header .menu .dropdown_lang {float:right; color:white; _margin-top:4px; *margin-top:-1px; line-height:25px; margin-right:0; height:25px; display:block;}
.main_header .menu .dropdown_lang form {padding:0; margin:0; _padding-top:4px; }
	.main_header .menu .dropdown_lang select {font-size:9px; color:#245d75;}


.login {float:right; background:url(http://media.planete-reductions.com/img/common/gradient_white.gif) repeat-y left top; padding-left:25px; height:130px; padding-top:10px; padding-right:5px;}
	.login label {display:block; margin:2px;}
	.login label input {width:120px; font-size:11px}
	.login label span {display:block; width:80px; float:left}


/*f used*/
.left {float:left}
.right {float:right}
.padd_15 {padding:15px}
.padd_15_0 {padding-left:15px}
.padd_0_15 {padding-right:15px}
.padd_10 {padding:10px}
.padd_30 {padding:20px 0 0 20px}


.ico_user {background:url(http://media.planete-reductions.com/img/common/ico_user.gif) no-repeat left center; padding-left:12px}
.ico_pass {background:url(http://media.planete-reductions.com/img/common/ico_pass.gif) no-repeat left center; padding-left:12px}
.ico_arrow {background:url(http://media.planete-reductions.com/img/common/ico_arrow.gif) no-repeat left 4px; padding-left:12px}
.ico_plus {background:url(http://media.planete-reductions.com/img/common/ico_plus.gif) no-repeat left center; padding-left:18px}

.blue_button {background:#b1e6fb url(http://media.planete-reductions.com/img/common/button_blue.gif) repeat-x left top; color:#245d75; font-size:9px; font-weight:bold; text-transform:uppercase; border:1px solid #65ccf7; border-right-color:#3f97bc;border-bottom-color:#3f97bc; padding:2px 8px; text-align:center; cursor:pointer; cursor:hand  }
.orange_button {background:#ff7000 url(http://media.planete-reductions.com/img/common/button_orange.gif) repeat-x left top; color:#fff; font-size:9px; font-weight:bold; text-transform:uppercase; border:1px solid #ff7000; padding:2px 8px; text-align:center; cursor:pointer; cursor:hand  }
.blue_text_11 {color:#20a6d8; font-size:11px; font-weight:bold}

/*global*/
a {color:#0386ca; text-decoration:underline}
a:hover {text-decoration:none}
a img {border:none}

/*left*/
#left {font-size:11px}
#left h2 {font-size:14px; font-weight:bold; background:#ff9500 url(http://media.planete-reductions.com/img/common/gradient_orange.gif) repeat-x left top; line-height:26px; padding:0 5px; color:white; margin:1px 0}

#left ul {font-size:11px;background:#4ab7df;}
#left ul li a {
	font-size:11px;
	text-decoration: none; 
	}	
#left ul li a { display:block; padding: 3px 5px 3px 20px;
	color:white; font-size:11px; font-weight:bold; text-decoration:none;
	background: url(http://media.planete-reductions.com/img/common/ico_arrow_white.gif) no-repeat left 7px; white-space:pre;
	cursor:pointer; cursor:hand;}
	
#left ul li a:hover, #left li#current_menu a  {color: #20a6d8; background:#fff url(http://media.planete-reductions.com/img/common/menu_active.gif) no-repeat}
#left ul li.odd {background:#20a6d8;}
#left ul.last_round {background:#4ab7df url(http://media.planete-reductions.com/img/common/left_menu_round.gif) no-repeat right bottom}
#left li.differ {border-top:1px solid #fff; margin-top:-3px;}
#left li.differ2 {border-top:1px solid #fff; border-bottom:0px solid #fff;}
#left li.differ, #left li.differ2 {background-color:#ffd97d; }
#left li.differ a, #left li.differ2 a {color:#866b2a;}
#left ul li {height: 1em;}
html>body #left ul li {
height: auto;
}


/*round*/
.b1 {height:1px; font-size:1px; overflow:hidden; display:block; background:#abd9e6; margin:0 5px;}
.b2 {height:1px; font-size:1px; overflow:hidden; display:block; background:#fff; border-right:2px solid #abd9e6; border-left:2px solid #abd9e6; margin:0 3px;}
.b3 {height:1px; font-size:1px; overflow:hidden; display:block; background:#fff; border-right:1px solid #abd9e6; border-left:1px solid #abd9e6; margin:0 2px;}
.b4 {height:2px; font-size:1px; overflow:hidden; display:block; background:#fff; border-right:1px solid #abd9e6; border-left:1px solid #abd9e6; margin:0 1px;}
.in_site {border-right:1px solid #abd9e6; border-left:1px solid #abd9e6;}
.in_site p {padding:7px; font-size:11px;}
.in_title {font-size:12px; font-weight:bold; color:#397da4}
.url {font-size:11px;}
.descr {font-size:11px}
.more_info {background:url(http://media.planete-reductions.com/img/common/ico_info.gif) no-repeat left center; padding-left:10px; line-height:22px;}
.you {background:url(http://media.planete-reductions.com/img/common/ico_you.gif) no-repeat left center; font-size:18px; padding-left:25px;}
.team {background:url(http://media.planete-reductions.com/img/common/ico_team.gif) no-repeat left center; font-size:18px; padding-left:25px;}
.you b, .team b {color:#ff6600; font-weight:normal}
.block_site {width:100%;}
.site_blocks {}

/**/
.pages_top {padding-left:13px; font-size:11px; float:right}
.pages_top { padding:0 5px;}
.pages_top label { font-weight:bold; color:#ff6600;}
.pages_top a.active {color:#ff7000; text-decoration:none}
#center h1 {font-size:18px; font-weight:normal; color:#ff6600; margin-bottom:20px}
#center h1 select {font-size:11px; border:1px solid #abd9e6; width:100px}
.pages_bottom {background:url(http://media.planete-reductions.com/img/common/ico_pages.gif) no-repeat left center; padding-left:13px; font-size:11px;}
.pages_bottom a { padding:0 5px;}
.pages_bottom a.active {color:#ff7000; text-decoration:none}

/*right*/
#right {font-size:11px}
.right_block {border:1px solid #abd9e6; margin-bottom:5px; font-size:11px;}
.right_block p {padding:5px;}
#right h3, .h3all {background:url(http://media.planete-reductions.com/img/common/gradient_blue.gif) repeat-x left center; line-height:25px; color:white; font-size:11px;}
#right h3, .h3all {padding:0 5px;}
#right h3 span.star, .h3all span.star {background:url(http://media.planete-reductions.com/img/common/ico_site_of_the_day.gif) no-repeat left center; padding-left:20px;}

.right_product_block {border:1px solid #abd9e6; margin-bottom:5px; background:#f3f7f9; text-align:center; font-size:11px;}
.right_product_block p {padding:5px; text-align:center; font-size:11px;}
.product_image { display:block; text-align:center; background:white; padding:5px; border:1px solid #abd9e6;}


/*footer*/
#footer {padding:15px; font-size:10px;  text-align:center;}
#footer p { color:#1b82a8; padding:10px; background:#eef4f6; display:block;  text-align:center;  }
.foot_fr { background:url(http://media.planete-reductions.com/img/site_icos/fr.gif) no-repeat left center; line-height:23px; padding:4px 0 4px 23px; }
.foot_be  {background:url(http://media.planete-reductions.com/img/site_icos/be.gif) no-repeat left center; line-height:23px; padding:4px 0 4px 23px;}
.foot_uk {background:url(http://media.planete-reductions.com/img/site_icos/uk.gif) no-repeat left center; line-height:23px; padding:4px 0 4px 23px;}
.foot_usa {background:url(http://media.planete-reductions.com/img/site_icos/usa.gif) no-repeat left center; line-height:23px; padding:4px 0 4px 23px;}
.foot_gr {background:url(http://media.planete-reductions.com/img/site_icos/gr.gif) no-repeat left center; line-height:23px; padding:4px 0 4px 23px;}
.foot_es {background:url(http://media.planete-reductions.com/img/site_icos/es.gif) no-repeat left center; line-height:23px;padding:4px 0 4px 23px;}
.foot_de {background:url(http://media.planete-reductions.com/img/site_icos/de.gif) no-repeat left center; line-height:23px;padding:4px 0 4px 23px;}
.foot_at {background:url(http://media.planete-reductions.com/img/site_icos/at.gif) no-repeat left center; line-height:23px;padding:4px 0 4px 23px;}
.foot_ca {background:url(http://media.planete-reductions.com/img/site_icos/ca.gif) no-repeat left center; line-height:23px;padding:4px 0 4px 23px;}
.foot_nl {background:url(http://media.planete-reductions.com/img/site_icos/nl.gif) no-repeat left center; line-height:23px;padding:4px 0 4px 23px;}




/*home*/

.center_align_promo .orange_button {margin-top:10px; margin-left:30px}
.register_free {display:block; text-align:center; }
.center_align_promo .ico_plus {display:block; margin-bottom:4px; margin-left:30px}

/*news*/
p.news {font-size:11px; border-bottom:1px solid #CDF5FE; padding-bottom:5px; margin-bottom:5px; display:table}
p.news img {vertical-align:middle; }
p.news .ico_arrow { display:block; margin-top:5px;}
#center h1.news {margin-bottom:10px; margin-top:20px}
.opacity img {filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;}
.opacity:hover img {filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;}

.right_block .you {font-size:12px; font-weight:bold; padding-top:4px; padding-bottom:4px; line-height:22px}
.right_block .you b, .right_block .team b {font-weight:bold}
.right_block .team {font-size:12px; font-weight:bold; padding-top:4px; padding-bottom:4px;}
.border_bottom {border-bottom:1px solid #CDF5FE}

.best_sellers {margin:5px}

.best_sellers li {padding:3px 5px;}
.best_sellers li a{ padding-left:18px; display:block; line-height:14px;}
.ico_books {background:url(http://media.planete-reductions.com/img/common/ico_books.gif) no-repeat left center;}
.ico_music {background:url(http://media.planete-reductions.com/img/common/ico_music.gif) no-repeat left center}
.ico_dvd {background:url(http://media.planete-reductions.com/img/common/ico_cd.gif) no-repeat left center}
.ico_electronics {background:url(http://media.planete-reductions.com/img/common/ico_electronic.gif) no-repeat left center}

/*register*/
.register {padding:20px 0 20px 0; border-top:2px solid #eef4f6; width:100%}
h4 {font-size:14px; font-weight:bold; color:#ff6600; margin-bottom:10px}
.register * {font-size:11px;}
.register dl {display:table; }
.register dl dt { float:left; width:33%; padding-top:8px}
.register span {padding:0 5px 0 0x}
.register dl dt span {padding:0 5px 0 5px}
.simple_reg label {display: block; margin-bottom:5px; line-height:16px;}
.simple_reg label span {display:block; float:left; width:150px; padding-right:10px}

a.ico_help {background:url(http://media.planete-reductions.com/img/common/ico_help.gif) no-repeat left center; display:block; float:left; width:16px; height:16px; padding:0}
a.ico_help span {display:none; width:auto;}
a.orange_button {background:#ff7000 url(http://media.planete-reductions.com/img/common/button_orange.gif) repeat-x left top; color:#fff; font-size:9px; font-weight:bold; text-transform:uppercase; border:1px solid #ff7000; padding:5px; text-align:left; display:block; float:left}

.orangelight_button {background:#ff7000  url(http://media.planete-reductions.com/img/common/button_light_orange.gif) repeat-x left top; color:#fff; font-size:9px; font-weight:bold; text-transform:uppercase; border:1px solid #ff9e00; padding:5px; text-align:left; display:block; float:left; margin-right:5px;}



.fav {padding-left:20px; background:transparent url(http://media.planete-reductions.com/img/common/fav_star.gif) no-repeat left center}
/**/

.shop_details .descr {font-size:12px;}
.shop_details .big_pic {margin-bottom:10px}
.go_back {background:url(http://media.planete-reductions.com/img/common/go_back.gif) no-repeat 3px center; font-size:11px; float:right; text-decoration:none; padding:2px 5px 2px 13px; border:1px solid #d7effa }
.go_back:hover {color:#00b1ff}
.table {border:1px solid #98cbe2; border-bottom:none; margin-bottom:15px; border-right:none}
.table td {font-size:11px; border-bottom:1px solid #98cbe2; border-right:1px solid #98cbe2;  padding:5px}
.table th { text-align:left; font-size:9px; border-right:1px solid #98cbe2; background:#dff1f9; padding:5px; border-bottom:1px solid #98cbe2; border-top:2px solid #eefaff; text-transform:uppercase}
.table .code { background:#FFFFD2}

.numberedlist {margin-bottom:5px;}
.numberedlist  li {list-style-type:decimal; list-style-position:inside;font-size:12px; color:#FF7000; font-weight:bold}

/**/
#header_tabs {
  font-size:11px; line-height:normal;
  
  }
#header_tabs ul {
  margin:0; padding:0; list-style:none;
  }
#header_tabs li {
  float:left; background:url("http://media.planete-reductions.com/img/common/left.gif") no-repeat left top; margin:0; padding:0 0 0 9px;}
#header_tabs a {float:left;display:block; background:url("http://media.planete-reductions.com/img/common/right.gif") no-repeat right top; padding:5px 15px 4px 6px; }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header_tabs a {float:none;}
/* End IE5-Mac hack */
#header_tabs #current {background-image:url("http://media.planete-reductions.com/img/common/left_on.gif"); text-decoration:none;}
#header_tabs #current a {background-image:url("http://media.planete-reductions.com/img/common/right_on.gif"); text-decoration:none;font-weight:bold;  color:#333;padding-bottom:5px;}
#header_tabs a:hover {background-image:url("http://media.planete-reductions.com/img/common/right_h.gif");}
  .font_11px {font-size:11px;}
  .font_18px {font-size:18px; font-weight:normal}
  .orange {color:ff70000;}
  
  
  
  
  
 .error {background:#FFFFCC url(http://media.planete-reductions.com/img/common/error.gif) no-repeat left center; display:block; border:1px solid  #FFE79D; padding:5px 10px; margin:0 auto; padding-left:30px; color:red; font-weight:bold; margin:5px 30px 5px 0; font-size:11px;}
 
 .formtext {font-size:11px}
 
 .in_site_reg {border-right:1px solid #abd9e6; border-left:1px solid #abd9e6;padding:7px;}
.in_site_reg p {padding:7px; font-size:11px;}
.in_site_reg h4 {font-size:14px; font-weight:bold; color:#ff6600; margin-bottom:10px}
.in_site_reg * {font-size:11px;}
.in_site_reg dl {display:table; }
.in_site_reg dl dt { float:left; width:33%; padding-top:8px}
.in_site_reg span {padding:0 5px 0 0x}
.in_site_reg dl dt span {padding:0 5px 0 5px}

.information {border:1px solid #cde8f7; margin-top:22px; }
.information label {display: block; margin-bottom:5px; line-height:16px; font-size:11px;}
.information label span {display:block; float:left; width:150px; padding-right:10px; font-size:11px;}
.information dl {display:table; width:100%;}
.information dl dt { float:left; width:30%; padding-top:8px}
.information dl dt label{display: inline; margin-bottom:5px; line-height:16px; font-size:11px;}
.information dl dt label span {display:block; float:left;  padding-left:30px; font-size:11px;}
.information p {padding:7px; font-size:11px;}

/*round*/
.faq_b1 {height:1px; font-size:1px; overflow:hidden; display:block; background:#abd9e6; margin:0 5px;}
.faq_b2 {height:1px; font-size:1px; overflow:hidden; display:block; background:#eef4f6; border-right:2px solid #abd9e6; border-left:2px solid #abd9e6; margin:0 3px;}
.faq_b3 {height:1px; font-size:1px; overflow:hidden; display:block; background:#eef4f6; border-right:1px solid #abd9e6; border-left:1px solid #abd9e6; margin:0 2px;}
.faq_b4 {height:2px; font-size:1px; overflow:hidden; display:block; background:#eef4f6; border-right:1px solid #abd9e6; border-left:1px solid #abd9e6; margin:0 1px;}
.faq_in_site {border-right:1px solid #abd9e6; border-left:1px solid #abd9e6;background:#eef4f6;}
.faq_b5 {height:1px; font-size:1px; overflow:hidden; display:block; border-right:1px solid #abd9e6; border-left:1px solid #abd9e6;background:#ffffff;}
.faq_in_site p {padding:7px; font-size:11px;}
.faq_question {
	border-right: 1px solid #abd9e6;
	border-left: 1px solid #abd9e6;
	background: #FFB600;
	padding: 5px 5px 5px 5px;
}
.faq_question1 {
	border-right: 1px solid #abd9e6;
	border-left: 1px solid #abd9e6;
	background: #ff9500;
	padding: 5px 5px 5px 5px;
}
.faq_question p, .faq_question1 p {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding:7px;
}

.faq_title {
	font-size: 10px;
	padding-left: 15px;
}

#treshold table {
	background-color:#FFCC33;
}
#treshold td {
	background-color:#FFFFFF;
	padding:1px;
}

#tip_background { z-index:498; position:absolute; top:0; left:0; opacity:.6; filter:alpha(opacity=60); background-color:#000000; width:640px; height:480px}
.tip {font-size:11px; color:#4a2500; overflow:hidden; z-index:500; position:absolute; top:0; left:0; border:0;}
.tip form { padding:0; margin:0;}
.tip h2 {font-size:14px; font-weight:bold; color:#ff5033; margin-bottom:3px;}
.tip small {font-size:11px; display:block; margin-bottom:5px;}
.tip .field { width:110px; font-size:11px; padding:3px; border:1px solid #9f733b; border-right-color:#e6d3bb; border-bottom-color:#e6d3bb;}

.tip .green_button { cursor:pointer; cursor:hand;}
.tip .close_tip {background:url(http://media.planete-reductions.com/img/tips/close.gif) no-repeat; width:17px; height:17px; display:block; position:absolute; margin-left:-13px; margin-top:-1px;}
.tip .close_tip span {display:none;}
.r_rb { background:url(http://media.planete-reductions.com/img/tips/t_12.gif) no-repeat right bottom; width:5px; height:5px;}
.r_rt {background:url(http://media.planete-reductions.com/img/tips/t_06.gif) no-repeat right top; width:5px; height:5px;}
.r_lt {background:url(http://media.planete-reductions.com/img/tips/t_04.gif) no-repeat left top; width:5px; height:5px;}
.r_lb {background:url(http://media.planete-reductions.com/img/tips/t_10.gif) no-repeat left bottom; width:5px; height:5px;}

.main_header_log {background:url(http://media.planete-reductions.com/img/common/spacer.gif) no-repeat center 25px;height:125px; border:1px solid #abd9e6; margin:0 15px; font-size:11px; overflow:hidden}
	.main_header_log .menu {background:url(http://media.planete-reductions.com/img/common/gradient_blue.gif) repeat-x; line-height:25px; padding:0 10px}
	.main_header_log .menu li { display:inline; margin-right:2%}
	.main_header_log .menu li a { font-weight:700; color:white; text-decoration:none}
	.main_header_log .menu li a:hover {color: #FFFF66}

.login_log {float:right; background:url(http://media.planete-reductions.com/img/common/gradient_white.gif) repeat-y left top; padding-left:25px; height:100px; padding-top:10px; padding-right:5px}
	.login_log label {display:block; margin:2px;}
	.login_log label input {width:120px; font-size:11px}
	.login_log label span {display:block; width:80px; float:left}

.cash_head_log {float:left; background:url(http://media.planete-reductions.com/img/common/gradient_white_reverse.gif) repeat-y right top; padding-left:10px; height:100px; width:220px; padding-top:25px; padding-right:5px}
.center_head_log {float:left;  padding-left:10px; height:100px; width:150px; padding-top:10px; padding-right:5px}
.center_head_log2 {float:left; padding-left:10px; height:100px; width:150px; padding-top:10px; padding-right:5px}	



/*NEW 10.09 */
input, select, textarea, button {margin: 0; padding: 0; line-height:160%; z-index:1; border:1px solid #aeb7ba; font-size:11px;}
input.checkbox {border:none; margin-right:3px;}
.big_button{background:#ff7000 url(http://media.planete-reductions.com/img/common/button_orange.gif) repeat-x left top; color:#fff; font-size:9px; font-weight:bold; text-transform:uppercase; border:1px solid #ff7000; padding:10px 28px; outline:none; text-align:center; cursor:pointer; cursor:hand  }


.icon_mail {background:url(http://media.planete-reductions.com/img/common/icon_mail.gif) no-repeat left center; padding-left:20px}
.icon_tel {background:url(http://media.planete-reductions.com/img/common/tel.gif) no-repeat left center; padding-left:20px}
.icon_subj {background:url(http://media.planete-reductions.com/img/common/subj.gif) no-repeat left center; padding-left:20px}
.charity  {background:url(http://media.planete-reductions.com/img/common/charity.gif) no-repeat left center; padding:5px 0 5px 23px; font-weight:bold;}
.icon_user {background:url(http://media.planete-reductions.com/img/common/icon_user.gif) no-repeat left center; padding-left:20px}
.icon_pass {background:url(http://media.planete-reductions.com/img/common/icon_pass.gif) no-repeat left center; padding-left:20px}
.icon_pass2 {background:url(http://media.planete-reductions.com/img/common/icon_pass2.gif) no-repeat left center; padding-left:20px}
.icon_mail {background:url(http://media.planete-reductions.com/img/common/icon_mail.gif) no-repeat left center; padding-left:20px}
.icon_mailat {background:url(http://media.planete-reductions.com/img/common/icon_mailat.gif) no-repeat left center; padding-left:20px}
.icon_code {background:url(http://media.planete-reductions.com/img/common/icon_code.gif) no-repeat left center; padding-left:20px}
.icon_info_1_small {background:url(http://media.planete-reductions.com/img/common/info_ico2_small.gif) no-repeat left center; padding-left:20px}
.icon_interests {background:url(http://media.planete-reductions.com/img/common/icon_interests.gif) no-repeat left center; padding-left:20px}
.icon_empty {background:url(http://media.planete-reductions.com/img/common/empty_10x10.gif) no-repeat left center; padding-left:20px}

.register_form { }
.welcome_money {background:url(http://media.planete-reductions.com/img/common/register.gif) no-repeat left top; width:180px; height:150px; display:block;  font-size:26px; color:#8C4A2B;  float:right; }
.welcome_money span {margin-top:18px ;margin-left:100px; line-height:20px; display:block; text-align:center; width:45px;}
.welcome_money small {display:block; font-size:11px; text-align:center;}

.register_form li {font-size:12px; line-height:23px;}
.register_form .block_labels li {padding:5px;}
.register_form .block_labels input {width:180px; padding:3px; *height:19px; _padding:0 3px;}
.register_form .block_labels label {float:left; padding-right:10px; width:180px;}
.register_form .block_labels select {width:187px; padding:3px; *height:19px; _padding:0 3px;}
.reg_border {border-top:2px solid #E6F3FF; margin:20px 0 20px 0 ; padding-top:10px; }
.paddleft_50 {padding-left:180px; _padding-left:150px;}

/*escaping 800x600*/
#allwrap {position:relative; width:960px; margin:0 auto;}

#left li.search_form {background:url(http://media.planete-reductions.com/img/common/search.gif); height:36px; display:block; width:165px;}
#left .search_form * {padding:0; margin:0;}
#left .search_form div {padding:8px 0 0 12px;}
#left .search_form input {border:none;  width:110px; margin-right:7px; float:left; height:20px;}
#left .search_form a.search_button  {width:30px; height:25px; border:none; line-height:normal; font-size:10px; line-height:10px; padding:0; display:block;  float:left; outline:none; }
#left .search_form a.search_button:hover {background:none;}
.search_form a.search_button span {display:none; font-size:0px; }

/*11.09*/
.success {background:#d7f3fe url(http://media.planete-reductions.com/img/common/success2.gif) no-repeat left center; display:block; border:1px solid  #4db8e0; padding:5px 10px; margin:0 auto; padding-left:30px; margin:5px 20px 5px 0; font-weight:bold;}

#header_tabs li {margin-right:1px;}
#header_tabs .submenu {position:absolute; background:#9ad7ea; margin-top:0px; margin-left:-9px; overflow:visible; padding:1px;}
#header_tabs .submenu li {background:#fff; white-space:nowrap; padding:0; float:none; border-bottom:1px solid #c6dbec;}
#header_tabs .submenu li a {margin:0; display:block; float:none; height:24px; line-height:24px; padding:0 10px; text-decoration:none; background:url(http://media.planete-reductions.com/img/common/ico_arrow.gif) no-repeat 10px center; padding-left:20px; }
#header_tabs .submenu li a:hover {background:url(http://media.planete-reductions.com/img/common/ico_arrow.gif) no-repeat 10px center; color:#1e5783}


.arrow_list {padding-left:30px;}
.arrow_list li {background:url(http://media.planete-reductions.com/img/common/ico_arrow.gif) no-repeat left 5px; padding-left:10px; line-height:160%; font-size:11px;}

.ico_list { margin:60px 0 20px 0; letter-spacing:0;}
.ico_list li { display:inline; font-size:11px; text-align:center; padding:0 15px; letter-spacing:0;}

.info_1 a {background:url(http://media.planete-reductions.com/img/common/info_ico1.gif) no-repeat center top; padding-top:50px;}
.info_2 a {background:url(http://media.planete-reductions.com/img/common/info_ico2.gif) no-repeat center top; padding-top:50px;}
.info_3 a {background:url(http://media.planete-reductions.com/img/common/info_ico3.gif) no-repeat center top; padding-top:40px;}
.info_4 a {background:url(http://media.planete-reductions.com/img/common/info_ico4.gif) no-repeat center top; padding-top:50px;}
.info_5 a {background:url(http://media.planete-reductions.com/img/common/info_ico5.gif) no-repeat center top; padding-top:50px;}

.tipp {font-size:11px; padding:10px; background:#FDFDF2; border:1px solid #d5d3ba;}
.tipp h4 {font-size:12px;}
.security label {padding-left:20px;}
.security img {border:1px solid #ccc;}
.security small {font-size:11px;}
.security small span {font-size:24px; font-weight:bold;}



.over_help {margin-right:5px; cursor:help;}
.tooltip_body { 	-moz-opacity: 0.9;	opacity:.90; filter: alpha(opacity=90); background:#ffffff; font-size:11px; color:black; padding:5px 10px; border:1px solid #e4e0ba; text-align:left; width:200px;}
.tooltip_header { 	-moz-opacity: 0.9;	opacity:.90; filter: alpha(opacity=90); background:#fffbd6; padding:5px 10px; font-size:11px; text-align:left; border:1px solid #e4e0ba; border-bottom:none; width:200px; }

.pay_list {letter-spacing:0; margin:20px 0 0 0; width:720px;}
.pay_list li { float:left; width:230px;height:200px; text-align:center;padding-left:5px;}
.pay_list img {display:block; margin:0 auto 5px auto;}
.pay_list label {font-weight:bold; border-bottom:0px solid #d4f3ff; height:110px; padding-bottom:10px; display:block; width:230px; text-align:center; float:left; cursor:pointer; cursor:hand;}
.pay_list label span {display:block; width:230px; margin:0 auto;}
.pay_list label * {text-align:center;}
.pay_list p { margin-bottom:30px;}
.information p.smaller_text {font-size:9px; line-height:160%; color:#7b7b7b; margin:10px 0;}


/*15.09*/
#header.logged_header {height:220px; overflow:visible;} 
.logged_header .main_header { height:115px; background:none;overflow:visible;}

.logged_header_in ul { float:left; height:65px; border-right:1px solid #abd9e6; margin:10px 0 10px 0;}
.logged_header_in ul li {display:block; margin:0; padding:0 20px; height:auto; font-weight:bold;}
.logged_header_in ul.user_info { background:url(http://media.planete-reductions.com/img/common/user_info.gif) no-repeat left top; border:none; float:right; padding-left:15px;}
.logged_header_in ul.user_info b { color:#ff6600;}
.logged_header_in ul li.head_down_links {margin-top:13px; font-weight:normal;}
.logged_header_in em {font-size:9px; color:#666; font-weight:normal; font-style:normal;}
.logged_header_in ul.gain li { font-weight:normal;}
.logged_header_in ul { float:left; height:65px; border-right:1px solid #abd9e6; margin:10px 0 10px 0;width:240px;}
.logged_header_in ul.user_info {width:200px;}
.logged_header_in ul.gain {width:220px;}
.logged_header .you { background-position:left 4px; padding-left:13px;}


.testimonies, #right h3 span.testimonies, .h3all span.testimonies {background:url(http://media.planete-reductions.com/img/common/testimonies.gif) no-repeat left center; padding-left:20px;}
.show_hide, .show_hide_minus {float:right; display:block; background:url(http://media.planete-reductions.com/img/common/left_menu_plus.gif) no-repeat center center; width:26px; height:26px;}
.show_hide span, .show_hide_minus span {display:none;}
.show_hide_minus {background-image:url(http://media.planete-reductions.com/img/common/left_menu_minus.gif);}


.blue_under {background:url(http://media.planete-reductions.com/img/common/blue_under_1.gif) no-repeat left top; height:32px; line-height:32px; margin-bottom:5px;}
.blue_under_wrap { background:url(http://media.planete-reductions.com/img/common/blue_under_2.gif) no-repeat right top; height:32px;}

.pages_on_blue {font-size:11px; color:black; font-weight:bold; text-decoration:none; }
.pages_on_blue a {color:black; font-weight:bold; text-decoration:none; padding:0 4px;}
.pages_on_blue a.padd_0_15 {padding:0 15px;}
.pages_on_blue a.padd_0_10 {padding:0 10px;}
.pages_on_blue a:hover, .pages_on_blue a#current_page {color:#ff6600; background:white; border:1px solid #d0e2e9;}
.pages_on_blue a:hover {border:none; background:none;}
.pages_on_blue span {color:#a8a8a8; font-weight:bold; text-decoration:none; padding:0 4px;}

.blue_under h2 {font-size:14px; font-weight:bold; margin-left:10px;}
.blue_under h2 span {float:right; margin-right:10px;}
.blue_under h2 .show_block, .blue_under h2 .hide_block { background: url(http://media.planete-reductions.com/img/common/hide_block.gif) no-repeat right center; padding:2px 15px 2px 0; font-size:9px; text-decoration:none;}
.blue_under h2 .hide_block {background-image:url(http://media.planete-reductions.com/img/common/show_block.gif);}
.blue_under h2 .show_block:hover, .blue_under h2 .hide_block:hover {color:#2baff4;}


.publisher {background:url(http://media.planete-reductions.com/img/common/ico_publishers.gif) no-repeat left center; padding-left:25px;}
.members_fav {background:url(http://media.planete-reductions.com/img/common/members_fav.gif) no-repeat left center; padding-left:25px;}

.arrow_ico {background:url(http://media.planete-reductions.com/img/common/ico_arrow.gif) no-repeat left center; padding-left:10px;}

/*block - fav*/
.favourite_products {text-align:center; margin-bottom:5px;}
.favourite_products table {border-collapse:collapse; border:0; margin:0 auto;}
.favourite_products td {text-align:center; width:200px; padding:0; margin:0;}
.small_thumb { border:1px solid #e4f4fa; height:90px; background-repeat:no-repeat; background-position:center center; width:170px;}
.small_thumb_fav { border:1px solid #e4f4fa; height:50px; background-repeat:no-repeat; background-position:center center; width:170px;}
.small_thumb_day { border:1px solid #e4f4fa; height:50px; background-repeat:no-repeat; background-position:center center; width:130px;}
.favourite_products .block_site {width:195px; margin:0 auto;}
.favourite_products .in_site  {padding:4px 10px;}
.favourite_products .in_title { height:22px;}

.favourite_products .more_info {font-size:11px;}
.favourite_products .you { padding-left:13px; float:right;}
.floated li {float:left; line-height:24px;}

/*rating*/
	
	.star-rating{width: 100px; height: 19px; position: relative;background: url(http://media.planete-reductions.com/img/common/star_rating.gif) top left repeat-x; padding:0; margin:0; list-style-type:none; font-size:11px; margin:5px 0 5px 35px;}
	.star-rating li{/*\*/ float: left;	/* */}
	.star-rating li a{display:block; width:20px; height: 19px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute;}
	.star-rating li a:hover{background: url(http://media.planete-reductions.com/img/common/star_rating.gif) left center;z-index: 2; left: 0px;}
	.star-rating a.one-star{left:0px;}
	.star-rating a.one-star:hover{width:20px;}
	.star-rating a.two-stars{left:20px;	}
	.star-rating a.two-stars:hover{	width:40px;}
	.star-rating a.three-stars{	left:40px;}
	.star-rating a.three-stars:hover{width:60px;}
	.star-rating a.four-stars{left: 60px;}	
	.star-rating a.four-stars:hover{width: 80px;}
	.star-rating a.five-stars{left: 80px;}	
	.star-rating a.five-stars:hover{width: 100px;}
    .star-rating li.current-rating{background: url(http://media.planete-reductions.com/img/common/star_rating.gif) left bottom; position: absolute; height: 19px;
		display: block; text-indent: -9000px;z-index: 1;}		

    .star-rating-fav{width: 60px; height: 11px; position: relative;background: url(http://media.planete-reductions.com/img/common/comment_rating.gif) top left repeat-x; padding:0; margin:0; list-style-type:none; font-size:5px; margin:5px 0px 5px 59px;}
	.star-rating-fav li{/*\*/ float: left;	/* */}
	.star-rating-fav li.current-rating{background: url(http://media.planete-reductions.com/img/common/comment_rating.gif) left bottom; position: absolute; height: 11px;isplay: block; text-indent: -9000px;z-index: 1;}

	.comments .star-rating{width: 60px; height: 11px; position: relative;background: url(http://media.planete-reductions.com/img/common/comment_rating.gif) top left repeat-x; padding:0; margin:0; list-style-type:none; font-size:5px; margin:5px 0 5px 0;}
	.comments .star-rating li.current-rating{background: url(http://media.planete-reductions.com/img/common/comment_rating.gif) left bottom; position: absolute; height: 11px;
		display: block; text-indent: -9000px;z-index: 1;}	


.hr {height:3px; background:#e4f4fa; font-size:0; line-height:0; margin:15px 0;}


.row_block {padding:0; margin:0;}
#center .row_block p {padding:5px 0;}
.row_block {font-size:11px; margin-bottom:5px;}
.row_block .in_site {padding:4px 0 4px 10px;}
.row_block .func {width:200px;}
.row_block .func ul {margin-bottom:15px;}
.row_block td {vertical-align:top; font-size:11px; padding-right:10px;}
.coupone { background:#fffab7 url(http://media.planete-reductions.com/img/common/coupons.gif) no-repeat 5px center; padding:6px 8px 6px 28px; font-size:12px; border:1px solid #d5d196;}
h4.coupone {background:url(http://media.planete-reductions.com/img/common/coupons.gif) no-repeat 5px center; border:none; font-size:14px;}
.coupone_link {color:#000000;font-weight:bold;}
.add_to_fav {background:url(http://media.planete-reductions.com/img/common/add_to_fav.gif) no-repeat left center; padding-left:15px; line-height:22px;}
.add_comment {background:url(http://media.planete-reductions.com/img/common/add_comment.gif) no-repeat left center; padding-left:18px; line-height:22px;}
.recommend {background:url(http://media.planete-reductions.com/img/common/recommend.gif) no-repeat left center; padding-left:15px; line-height:22px;}
.row_block .more_info {padding-left:15px;}

.cond_applied {background:url(http://media.planete-reductions.com/img/common/cond_applied.gif) no-repeat left center; padding:2px 0 2px 25px; color:#ed3737; }
.cond_none {background:url(http://media.planete-reductions.com/img/common/cond_none.gif) no-repeat left center; padding-left:25px; color:#abaaa4;}
.cond_applied_link {color:#ed3737; }
.border_right {border-right:1px solid #abd9e6;}

.link_over_thumb {width:100%; height:100%; display:block;}
.link_over_thumb:hover {border:1px solid #e4f4fa;}
.link_over_thumb span {display:none;}

.nav_bar { padding-left:15px;}
.nav_bar span {color:#ff6600;}
.center_text {text-align:center;}


.inline_list li {display:inline; padding-right:10px;}
.row_block .inline_list {margin-top:20px; text-align:center;}

.big_thumb {width:300px; height:250px; background-repeat:no-repeat; background-position:center top; margin-left:10px; }
.details_table {margin:0 auto;}
.details_table ol li {border-top:2px solid #ffd6ba; padding:0; margin-bottom:10px;}
.details_table ol .you, .details_table ol .team {font-size:11px; font-weight:bold; padding-top:5px;}
.details_table ol .you {padding:5px 20px 0 15px;}
.details_table ol b {font-weight:bold;}

.text_right {text-align:right;}
.float_right {float:right;}

.coupone_down, .coupone_up {background:url(http://media.planete-reductions.com/img/common/coupons_up.gif) no-repeat left center; padding:3px 5px 0 28px; color:#b3b3b3; text-decoration:none;}
.coupone_down:hover, .coupone_up:hover {color:black;}
.coupone_down {background-image:url(http://media.planete-reductions.com/img/common/coupons_down.gif);}

.comments {border-bottom:1px solid #abd9e6; padding-bottom:10px; margin-bottom:10px;}
.comments em {color:#a8a8a8; font-style:normal;}
.comments h5 {font-size:11px; padding:5px 0 2px 0; margin:0;}
#center .comments .ico_arrow {padding-left:12px; background-position:left center;}

.add_comm_block .star-rating {margin-left:0; margin-bottom:15px;}
.add_comm_block label {display:block; margin-bottom:3px;}
.add_comm_block textarea {width:550px; height:50px; margin-bottom:3px;}

.popbox * , popbox {font-size:11px;}
.popbox {text-align:center; padding-top:20px;}
.popbox table { width:670px; margin:10px auto 20px auto; text-align:left;}
.popbox td {padding:10px; text-align:center;}
.popbox td p.center {text-align:center;}
.popbox td {vertical-align:top;}
.popbox h4 {font-size:14px; text-align:center;}
.popbox .orange_button { float:none; display:inline;}
.popbox p {padding-top:10px;}
.popbox .small_thumb {height:88px; background-color:#fff; float:left; margin-right:10px;}

.popbox .register_reuse {background:url(http://media.planete-reductions.com/img/de/head_flash.gif) no-repeat -20px top; height:80px;}
.popbox .register_form input {width:220px; float:right; margin-right:0;}
.popbox .register_form label {width:80px; _width:120px; float:left;}
.popbox .tipp {width:670px; margin:0 auto; text-align:center; padding-left:0; padding-right:0;}
.register_pop {display:block; background:#ffbd00 url(http://media.planete-reductions.com/img/common/register_pop.gif) no-repeat; width:238px; height:67px; text-decoration:none; line-height:16px; margin-top:10px;}
.register_pop span {padding:17px 5px 5px 80px; display:block; font-weight:bold; font-size:14px;}
.register_pop:hover {background-color:#ff6600;}
.register_pop b {color:#ff6600; font-size:14px;}

.popbox .border_right {border:none; background:#e7f4f8;}
.popbox  .you, .popbox .team, .popbox .you b, .popbox .team b  { font-size:18px;}

.popbox .error {text-align:center; width:670px; padding:7px 0; margin:0 auto; background-image:none;}
.popbox .error span {background:url(http://media.planete-reductions.com/img/common/error.gif) no-repeat left center; padding:7px 7px 7px 28px;}

.grey_text {color:#808080; font-style:normal;}

.commitments td {vertical-align:top;}
.commitments table {margin-bottom:20px;}
.commitments p {padding:0;}
.commitments img {margin-right:10px;}

.amb_list {width:700px; display:block; margin:20px 0;}
.amb_list:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.amb_list label {width:50px; float:left; text-align:right; padding:0 10px 0 0;}
.amb_list input {width:140px; float:left;}
.amb_list li {float:left; display:block; width:250px; margin-bottom:10px;}
.amb_list li ul li { float:none; width:auto; margin:0; width:210px; padding:0; padding-bottom:3px; }
.amb_list li ul li:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.amb_list li ul {background:#f5f9fa; padding:5px 5px 0 5px; border:1px solid #e3ebee; margin-right:10px;}


p.warning {background:url(http://media.planete-reductions.com/img/common/ico_warn.gif) no-repeat left 6px; padding-left:20px;}

.float_left {float:left; margin:0 30px 10px 0;}
.partnership p{font-size:12px;}

.tell_list {display:block; margin:20px 0;}
.tell_list:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.tell_list label {width:80px; float:left; text-align:left; padding:0 10px 0 0;}
.tell_list input {width:150px; float:left;}
.tell_list li {float:left; display:block; width:260px; margin-bottom:10px;}
.tell_list li ul li { float:none; width:auto; margin:0; width:260px; padding:0; padding-bottom:3px; }
.tell_list li ul li:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.tell_list li ul {background:#f5f9fa; padding:5px 5px 0 5px; border:1px solid #e3ebee; margin-right:10px;}

.help_img {padding:3px; background:#fff; border:3px solid #f9d34e;filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}
.help_img:hover {filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;}

.orange_text_11 {color:#ff7000; font-size:11px; font-weight:bold}


.popboxLogin * , popboxLogin {font-size:11px;}
.popboxLogin {text-align:center; padding-top:20px;}
.popboxLogin table { width:550px; margin:5px auto 20px auto; text-align:left;}
.popboxLogin td {padding:5px; text-align:center;}
.popboxLogin td p.center {text-align:center;}
.popboxLogin td {vertical-align:top;}
.popboxLogin h4 {font-size:14px; text-align:center;}
.popboxLogin p {padding-top:10px;}
.popboxLogin .register_reuse {background:url(http://media.planete-reductions.com/img/de/head_flash.gif) no-repeat -20px top; height:80px;}
.popboxLogin .register_form input {width:100px; float:left; margin-right:0;}
.popboxLogin .register_form label {width:80px; _width:120px; float:left;}
.popboxLogin .register_form a {float:middle;height:19px;padding-top:0px;}
.popboxLogin .border_right {border:none; background:#e7f4f8;}

.teamBox { width:300px;background:#f5f9fa; padding:5px 0px 0px 5px; border:1px solid #e3ebee; margin:5px;height:18px;}
.teamBox2 { width:460px;background:#f5f9fa; padding:5px 0px 0px 5px; border:1px solid #e3ebee; margin:5px;height:18px;}

.small_thumb_tell { border:1px solid #e4f4fa; height:90px; background-repeat:no-repeat; background-position:center center; width:130px;}

.you_tell {background:url(http://media.planete-reductions.com/img/common/ico_you.gif) no-repeat left center; font-size:18px; padding-left:15px;}
.you_tell b {color:#ff6600; font-weight:normal}

.tell_list_orange {width:350;display:block; margin:20px 0;}
.tell_list_orange:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.tell_list_orange label {width:140px; float:left; text-align:left; padding:0 10px 0 0;}
.tell_list_orange input {width:140px; float:left;}
.tell_list_orange li {float:left; display:block; width:310px; margin-bottom:10px;}
.tell_list_orange li ul li { float:none; width:auto; margin:0; width:300px; padding:0; padding-bottom:3px; }
.tell_list_orange li ul li:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.tell_list_orange li ul {background:#FDFDF2; padding:5px 5px 0 5px; border:1px solid #d5d3ba; margin-right:10px;}


#header_tabmenu { margin-bottom:30px; _margin-bottom:29px;}
#header_tabmenu ul {padding:0;margin:0;list-style-type:none;padding-bottom:8px;*padding-bottom:0px;}
#header_tabmenu ul ul {width:100px;}
#header_tabmenu li {float:left; position:relative; padding:0; margin:0; background:url(http://media.planete-reductions.com/img/common/left.gif) no-repeat left 1px; padding-left:7px;}
#header_tabmenu li li {padding:0;}

/* style the links for the top level */
#header_tabmenu a, #header_tabmenu a:visited {display:block;font-size:11px; height:30px; border:1px solid #fff; border-width:1px 1px 0px 0px; background:url(http://media.planete-reductions.com/img/common/right.gif) no-repeat right top; padding:0 10px 0 3px; line-height:29px; text-decoration:none;}
* html #header_tabmenu a, * html #header_tabmenu a:visited {float:left;}

#header_tabmenu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:100px;}
* html #header_tabmenu ul ul {top:30px;}
#header_tabmenu ul ul ul{left:150px; _left:129; top:0;width:150px;}
#header_tabmenu ul ul ul.left {left:-150px;}
#header_tabmenu table {position:absolute; top:0; left:0;}
#header_tabmenu ul ul a, #header_tabmenu ul ul a:visited {background:#c1edfe; color:#0386ca; height:auto; line-height:1em; padding:5px 10px; width:129px /* yet another hack for IE5.5 */}
* html #header_tabmenu ul ul a{width:150px;w\idth:129px;}

/* style the top level hover */
/*ie*/#header_tabmenu a:hover, #header_tabmenu ul ul a:hover{background:#fff url(http://media.planete-reductions.com/img/common/right_h.gif) no-repeat right top;}
#header_tabmenu :hover > a, #header_tabmenu ul ul :hover > a {background:#fff url(http://media.planete-reductions.com/img/common/right_h.gif) no-repeat right top;} 
 
 #header_tabmenu ul ul :hover > a {background:#c1edfe;}
 #header_tabmenu ul ul > li {background:#c1edfe;}

#header_tabmenu li li a:hover, #header_tabmenu ul ul a:hover {background:#e0f7ff;}


#header_tabmenu ul ul a.drop, #header_tabmenu ul ul a.drop:visited {background:#c1edfe url(http://media.planete-reductions.com/img/common/sub.gif) no-repeat right 8px;}
#header_tabmenu ul ul :hover > a.drop {background:#e0f7ff url(http://media.planete-reductions.com/img/common/sub.gif) no-repeat right 8px;}
#header_tabmenu ul a.drop:hover {background:#e0f7ff url(http://media.planete-reductions.com/img/common/sub.gif) no-repeat right 8px;}



/*current*/
#header_tabmenu li#current {background-image:url(http://media.planete-reductions.com/img/common/left_on.gif); text-decoration:none;}
#header_tabmenu li#current a#current_link, #header_tabmenu li#current a#current_link:hover {background:url(http://media.planete-reductions.com/img/common/right_on.gif) no-repeat right top; text-decoration:none;font-weight:bold;  color:#333;}
#header_tabmenu li#current a#current_link:hover {background-color:#fff;}


#header_tabmenu ul li:hover ul, #header_tabmenu ul a:hover ul{visibility:visible; }
#header_tabmenu ul :hover ul ul{visibility:hidden;}
#header_tabmenu ul :hover ul :hover ul ul{visibility:hidden;}
#header_tabmenu ul :hover ul :hover ul{ visibility:visible;}
#header_tabmenu ul :hover ul :hover ul :hover ul { visibility:visible;}

#topmenu ul ul {width:100px;}
#topmenu li {float:left; position:relative; padding:0; margin:0;}
#topmenu li li {padding:0;}
#topmenu li li a {font-weight:normal;}

/* style the links for the top level */
#topmenu a, #topmenu a:visited {display:block; font-size:11px; text-decoration:none; padding:0 10px;}

#topmenu li li a, #topmenu li li a:visited {display:block;font-size:11px; height:30px; border:1px solid #fff; border-width:1px 1px 0 0; padding:0 10px 0 3px; line-height:29px; text-decoration:none;}
* html #topmenu a, * html #topmenu a:visited {float:left;}

#topmenu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:100px;}
* html #topmenu ul ul {top:25px;}


#topmenu ul ul ul{left:150px; _left:129; top:0;width:150px;}
#topmenu ul ul ul.left {left:-150px;}
#topmenu table {position:absolute; top:0; left:0;}
#topmenu ul ul a, #topmenu ul ul a:visited {background:#c1edfe; color:#0386ca; height:auto; line-height:1em; padding:5px 10px; width:129px /* yet another hack for IE5.5 */}
* html #topmenu ul ul a{width:150px;w\idth:129px;}

/* style the top level hover */
/*ie*/#topmenu a:hover, #topmenu ul ul a:hover{background:#c1edfe;color:#20a6d8;}
#topmenu :hover > a, #topmenu ul ul :hover > a {background:#c1edfe;color:#20a6d8;} 
 
 #topmenu ul ul :hover > a {background:#c1edfe;;color:#20a6d8;}
 #topmenu ul ul > li {background:#c1edfe;;color:#20a6d8;}


#topmenu li li a:hover, #topmenu ul ul a:hover {background:#e0f7ff;}

#topmenu ul ul a.drop, #topmenu ul ul a.drop:visited {background:#c1edfe url(http://media.planete-reductions.com/img/common/sub.gif) no-repeat right 8px;}
#topmenu ul ul :hover > a.drop {background:#e0f7ff url(http://media.planete-reductions.com/img/common/sub.gif) no-repeat right 8px;}
#topmenu .menu ul a.drop:hover {background:#e0f7ff url(http://media.planete-reductions.com/img/common/sub.gif) no-repeat right 8px;}

/*current*/

#topmenu li#current_top_menu {color: #20a6d8;}
#topmenu li#current_top_menu a#current_toplink, #header_tabmenu li#current_top_menu a#current_toplink:hover {color: #20a6d8;}


#topmenu ul li:hover ul, #topmenu ul a:hover ul{visibility:visible; }
#topmenu ul :hover ul ul{visibility:hidden;}
#topmenu ul :hover ul :hover ul ul{visibility:hidden;}
#topmenu ul :hover ul :hover ul{ visibility:visible;}
#topmenu ul :hover ul :hover ul :hover ul { visibility:visible;}

#topmenu .menu li a.homelink:hover { background:#c1edfe; color:#20a6d8;}
#topmenu .menu li a.firstvisit:hover { background:#c1edfe; color:#20a6d8;}


.coupon_form { }
.coupon_form li {font-size:11px;}
.coupon_form .block_labels li {padding:5px;}
.coupon_form .block_labels input {width:150px; padding:3px; _padding:0 3px;}
.coupon_form .block_labels label {float:left; padding-right:10px; width:120px;}




.whatnews_list {display:block; margin:20px 0;}
.whatnews_list:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.whatnews_list label {width:100px; float:left; text-align:left; padding:0 10px 0 0;}
.whatnews_list select {width:200px; float:left;}
.whatnews_list li {float:left; display:block; width:300px; margin-bottom:10px;}
.whatnews_list li ul li { float:none; width:auto; margin:0; width:300px; padding:0; padding-bottom:3px; }
.whatnews_list li ul li:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.whatnews_list li ul {background:#f5f9fa; padding:5px 5px 0 5px; border:1px solid #e3ebee; margin-right:10px;}


.whatnews_list2 {width:370px;height:18px;background:#f5f9fa; padding:5px 5px 5px 5px; border:1px solid #e3ebee; margin-bottom:5px;}
.whatnews_list2 label {width:100px; float:left; text-align:left; padding:0 10px 0 0;}
.whatnews_list2 select {width:250px; float:left;}

.whatnews_list3 {width:370px;height:18px;background:#f5f9fa; padding:5px 5px 5px 5px; border:1px solid #e3ebee; margin-bottom:5px;}
.whatnews_list3 label {width:100px; float:left; text-align:left; padding:0 10px 0 0;}
.whatnews_list3 select {width:84px; float:left;}

.news .imgblock {width:80px; height:60px; background-repeat: no-repeat; background-position:center center; display:block; float:left; border:1px solid #CDF5FE;margin:0pt 5px 5px;}

p.news2 {font-size:11px; padding-bottom:5px; margin-bottom:5px; display:table}
p.news2 img {margin:0 5px 5px 5px; border:1px solid #CDF5FE; padding:2px;}
p.news2 .ico_arrow { display:block; margin-top:5px;}
#center h1.news2 {margin-bottom:10px; margin-top:20px}

#right h3 span.site_of_the_day {background:url(http://media.planete-reductions.com/img/common/site_of_the_day.gif) no-repeat left center;padding:2px 0 2px 20px;}

.logo_de {background:url(http://media.planete-reductions.com/img/de/logo.gif) no-repeat center center; width:260px; height:70px; display:block; float:left;}
.logo_de span {display:none}

.logo_en {background:url(http://media.planete-reductions.com/img/en/logo.gif) no-repeat center center; width:260px; height:70px; display:block; float:left;}
.logo_en span {display:none}

.logo_es {background:url(http://media.planete-reductions.com/img/es/logo.gif) no-repeat center center; width:260px; height:70px; display:block; float:left;}
.logo_es span {display:none}

.logo_fr {background:url(http://media.planete-reductions.com/img/fr/logo.gif) no-repeat center center; width:260px; height:70px; display:block; float:left;}
.logo_fr span {display:none}

.logo_nl {background:url(http://media.planete-reductions.com/img/nl/logo.gif) no-repeat center center; width:260px; height:70px; display:block; float:left;}
.logo_nl span {display:none}

.bestsellers {background:url(http://media.planete-reductions.com/img/common/bestsellers.gif) no-repeat left center; padding-left:20px;}

.coupon_form_fav { }
.coupon_form_fav li {font-size:11px;}
.coupon_form_fav .block_labels li {padding:5px;}

.feedback_list2 {width:450px;height:18px;background:#f5f9fa; padding:5px 5px 5px 5px; border:1px solid #e3ebee; margin-bottom:5px;}
.feedback_list2 label {width:100px; float:left; text-align:left; padding:0 10px 0 0;}
.feedback_list2 select {width:250px; float:left;}

.link_over_thumb {width:100%; height:100%; display:block;border:1px solid #fff; line-height:88px; text-align:center; text-decoration:none;}
.small_thumb_fav .link_over_thumb {width:100%; height:48px; display:block;border:1px solid #fff; line-height:44px; text-align:center;}
.small_thumb_day .link_over_thumb {width:100%; height:48px; display:block;border:1px solid #fff; line-height:44px; text-align:center;}
.spacer {width:0px; visibility:hidden; height:76px;}
.small_thumb_fav .link_over_thumb .spacer {height:44px;}
.small_thumb_day .link_over_thumb .spacer {height:44px;}

.spacer_news {width:0px; visibility:hidden; height:60px;}
.news_img{width: auto; height: auto; margin-right: auto;margin-left: auto;text-align:center}

/*testi*/
p.testi {font-size:11px; border-bottom:1px solid #CDF5FE; padding-bottom:5px; margin-bottom:5px; display:table}
p.testi img {margin:0 5px 5px 5px; border:1px solid #CDF5FE; padding:2px;}
p.testi .ico_arrow { display:block; margin-top:5px;}
#center h1.testi {margin-bottom:10px; margin-top:20px}

/* new news 22-02-07 */
.new_news th { width:80px; height:60px; border:1px solid #CDF5FE; text-align:center;}
.new_news td {padding-left:5px;}
.new_news_clear { font-size:0px; line-height:0px; display:block; height:1px; background:#cdf5fe; margin:5px 0;}

.information_payment {margin-top:22px; }
.information_payment label {display: block; margin-bottom:5px; line-height:16px; font-size:11px;}
.information_payment label span {display:block; float:left; width:150px; padding-right:10px; font-size:11px;}
.information_payment dl {display:table; width:100%;}
.information_payment dl dt { float:left; width:30%; padding-top:8px}
.information_payment dl dt label{display: inline; margin-bottom:5px; line-height:16px; font-size:11px;}
.information_payment dl dt label span {display:block; float:left;  padding-left:30px; font-size:11px;}
.information_payment p {padding:7px; font-size:11px;}
.information_payment p.smaller_text {font-size:9px; line-height:160%; color:#7b7b7b; margin:10px 0;}


.block_labels_feed li {padding:0px;}
.block_labels_feed input {width:180px; padding:3px; *height:19px; _padding:0 3px;}
.block_labels_feed label {float:left; padding-right:10px; width:120px;}

.security_feed label {padding-left:0px;}
.security_feed img {border:1px solid #ccc;}
.security_feed small {font-size:11px;}
.security_feed small span {font-size:24px; font-weight:bold;}

.small_thumb_prod { border:1px solid #e4f4fa; height:90px; background-repeat:no-repeat; background-position:center center; width:170px;}
.small_thumb_prod_search { border:1px solid #e4f4fa; height:90px; background-repeat:no-repeat; background-position:center center; width:130px;}
.prod_descr{text-align:justify;}

.prod_price {font-size:14px;}
.prod_price b {color:#ff6600; font-weight:normal;font-size:16px;}

.prod_search {padding-left:40px}
.prod_search .star-rating{width: 60px; height: 11px; position: relative;background: url(http://media.planete-reductions.com/img/common/comment_rating.gif) top left repeat-x; padding:0;; margin:0; list-style-type:none; font-size:5px; margin:5px 0 5px 0;}
.prod_search .star-rating li.current-rating{background: url(http://media.planete-reductions.com/img/common/comment_rating.gif) left bottom; position: absolute; height: 11px;display: block; text-indent: -9000px;z-index: 1;}	

.link_over_thumb_prod {display:block;border:1px solid #fff; line-height:88px; text-align:center; text-decoration:none;}

.your_price {font-size:16px;}
.your_price_orange {font-size:16px;color:#ff7000;}

.small_thumb_search { border:1px solid #e4f4fa; height:90px; background-repeat:no-repeat; background-position:center center; width:170px;}

.star-rating-search{width: 100px; height: 19px; position: relative;background: url(http://media.planete-reductions.com/img/common/star_rating.gif) top left repeat-x; padding:0; margin:0; list-style-type:none; font-size:11px; margin:0px 0 5px 78px;}
.star-rating-search li{/*\*/ float: left;	/* */}
.star-rating-search li a{display:block; width:20px; height: 19px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute;}
.star-rating-search li a:hover{background: url(http://media.planete-reductions.com/img/common/star_rating.gif) left center;z-index: 2; left: 0px;}
.star-rating-search a.one-star{left:0px;}
.star-rating-search a.two-stars{left:20px;	}
.star-rating-search a.three-stars{	left:40px;}
.star-rating-search a.four-stars{left: 60px;}	
.star-rating-search a.five-stars{left: 80px;}	
.star-rating-search li.current-rating{background: url(http://media.planete-reductions.com/img/common/star_rating.gif) left bottom; position: absolute; height: 19px; display: block; text-indent: -9000px;z-index: 1;}


.banner_top{padding-right:15px;padding-bottom:7px;padding-top:6px;float:right}
.banner_right{padding-left:12px;padding-top:5px;padding-bottom:20px}

.rss_list {padding-left:5px;}
.rss_list li {background:url(http://media.planete-reductions.com/img/common/ico_arrow.gif) no-repeat left 5px; padding-left:10px; line-height:160%; font-size:11px;}

.rss_link{text-decoration:none; color:black}
.rss_link:hover {color: #2baff4}

.rss_link_orange_bold{text-decoration:none; color:#ff7000;font-weight:bold}
.rss_link_orange_bold:hover {color: #2baff4}

.invisible {display:none}


.alphabet_title {margin-top:20px; }
.alphabet_title span {padding:5px 10px; background:#FF6600; color:white; clear:both;}
.alphabet_list {display:table;}
.alphabet_list dt {float:left; width:32%; _width:31%; margin-right:5px; padding:3px 0; border-bottom:1px solid #eaeaea; }
.coupone_enabled { background:url(http://media.planete-reductions.com/img/common/coupons.gif) no-repeat left center; padding:3px 0 3px 20px; font-size:11px;display:block;}
.coupone_disabled { background:url(http://media.planete-reductions.com/img/common/coupons_disabled.gif) no-repeat left center; padding:3px 0 3px 20px; font-size:11px;display:block;}

.big_coupone {padding:10px; text-decoration:none; color:#8d6f35; background:#fffab7; font-size:12px; font-weight:bold; text-align:center; border:2px dotted #d5d196; display:block;}
.big_coupone b {color:#FF6600;}
.big_coupone:hover { background:#fffeeb;}
.smaller_labels .block_labels input {width:140px !important;}
.smaller_labels .block_labels label {width:120px !important;}
.smaller_labels input.checkbox {width:auto !important;}
.code_scratch {background:url(http://media.planete-reductions.com/img/common/code_bg.gif) center center; display:block; line-height:18px; text-align:center; width:70px; height:18px;}

.text_bold_14_orange{font-size:14px; font-weight:bold; color:#ff6600;}



/**/
.header_tabs_2 {
  font-size:11px; line-height:normal;
  
  }
.header_tabs_2 ul {
  margin:0; padding:0; list-style:none;
  }
.header_tabs_2 li {
  float:left; background:url("http://media.planete-reductions.com/img/common/left.gif") no-repeat left top; margin:0; padding:0 0 0 9px;}
.header_tabs_2 a {float:left;display:block; background:url("http://media.planete-reductions.com/img/common/right.gif") no-repeat right top; padding:5px 16px 4px 6px; }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.header_tabs_2 a {float:none;}
/* End IE5-Mac hack */
.header_tabs_2 .current {background-image:url("http://media.planete-reductions.com/img/common/left_on.gif"); text-decoration:none;}
.header_tabs_2 .current a {background-image:url("http://media.planete-reductions.com/img/common/right_on.gif"); text-decoration:none;font-weight:bold;  color:#333;padding-bottom:5px;}
.header_tabs_2 a:hover {background-image:url("http://media.planete-reductions.com/img/common/right_h.gif");}


.register_form_coupons { }
.register_form_coupons li {font-size:12px; line-height:23px;}
.register_form_coupons .block_labels_coupons li {padding:5px;}
.register_form_coupons .block_labels_coupons input {width:140px; padding:3px; *height:19px; _padding:0 3px;}
.register_form_coupons .block_labels_coupons label {float:left; padding-right:10px; width:160px;}
.register_form_coupons .block_labels_coupons select {width:147px; padding:3px; *height:19px; _padding:0 3px;}


/* .............................................   Predilcitve results (from 08.11.08) */
.results {background:#fff; border:1px solid #75b5e6; margin-top:44px; position:absolute; z-index:5000;}
.results h3 {background:#eef4f6; color:#397da4; padding:5px !important; font-size:11px !important;}
.results h3 img {vertical-align:bottom; margin-right:5px !important;}
.results li {border-bottom:1px solid #eaeaea !import; background:none; padding:0; margin:0;}
.results ul {padding:0; margin:0; background:none; padding:0; margin:0;}
.results a {text-decoration:none;padding:5px 30px 5px 16px !important; margin:0; background:white url(http://media.planete-reductions.com/img/common/ico_arrow.gif) no-repeat 5px center !important;  display:block; font-weight:normal !important;}
.results a:hover {background:#ffc url(http://media.planete-reductions.com/img/common/ico_arrow.gif) no-repeat 5px center !important;}
.loading_search {background:url(http://media.planete-reductions.com/img/common/search_loader.gif) no-repeat !important; width:16px; height:16px; display:block; position:absolute; margin-left:660px; margin-top:22px; z-index:2000;}

#left .search_form div.results {padding:0; margin:0; margin-top:28px; margin-left:10px;}	 
#left .results ul { padding:0; margin:0;}
#left .results ul li {padding:0; margin:0;}
#left .results ul li a {color:#097497;}
#left span.loading_search {margin-left:90px; margin-top:-18px;}


.searchshop_list {width:370px;height:18px;background:#f5f9fa; padding:5px 5px 5px 5px; border:1px solid #e3ebee; margin-bottom:5px;}
.searchshop_list label {width:200px; float:left; text-align:left; padding:0 10px 0 0;}
.searchshop_list select {width:150px; float:left;}


.catRegister {border-top:2px solid #E6F3FF; margin-top:22px; }
.catRegister label {display: block; margin-bottom:5px; line-height:16px; font-size:11px;}
.catRegister label span {display:block; float:left; width:150px; padding-right:10px; font-size:11px;}
.catRegister dl {display:table; width:100%;}
.catRegister dl dt { float:left; width:30%; padding-top:8px}
.catRegister dl dt label{display: inline; margin-bottom:5px; line-height:16px; font-size:11px;}
.catRegister dl dt label span {display:block; float:left;  padding-left:30px; font-size:11px;}
.catRegister p {padding:7px; font-size:11px;}


/*-- new register --*/
.reg_new input[type=text], .reg_new input[type=password] {padding:3px; font-size:11px;font-size:11px; width:140px; *height:18px; *padding:0 3px; border:1px solid #ccc;}
input {padding:expression(this.type == 'text' ? '0 3px' : ''); width:expression(this.type == 'text' ? '140px' : '');height:expression(this.type == 'text' ? '18px' : '');}
.reg_new * {font-size:11px;}
.reg_new select, .reg_new input {font-size:11px; vertical-align:middle;}
.reg_new label {padding:3px; display:inline-block; font-size:11px; width:110px; text-align:right; padding-right:5px; vertical-align:middle;}

.reg_new .label_auto label {width:auto; padding:3px; text-align:left; display:inline;}
.reg_new ul {padding:10px 0;}
.bordered ul {padding:0;}
.bordered {padding:10px; background:#F7F7F7; border:1px solid #D4D4D4; margin:10px 0;}
.reg_new dt {width:230px; float:left; display:block;}
.reg_new li {margin-bottom:3px;}
h2.subtitle_form {font-size:14px !important; font-weight:bold !important; font-family:Arial, Helvetica, sans-serif !important; margin-bottom:10px !important;}

#center .reg_new h1 {font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#f60; font-weight:normal; margin-bottom:5px; !important; padding:0;}
.reg_new h2 {font-size:11px; margin-bottom:5px; font-weight:normal;}
.clear_border input {border:none;}
.reg_new .big_button {text-decoration:none; margin:0; display:inline-block; margin-bottom:20px;}
.tooltip_header {border:1px solid #e4e0ba !important;}
.tooltip_body {display:none;}
.line_hr {line-height:0; font-size:0; height:1px; border-top:1px solid #D4D4D4; display:block; margin-top:20px;}
.reg_new .welcome_money span { font-size:24px !important;}
.border-bottom {border-bottom:2px solid #eaeaea;}
.reg_new legend {font-weight:bold; padding:0 10px; margin:0 20px;}
.reg_new fieldset {border:1px solid #D4D4D4; margin-bottom:20px;}
.ok_form {background:#EAFEDE url(http://media.planete-reductions.com/img/common/ok_form.gif) no-repeat 5px center; padding:3px 3px 3px 25px; font-size:11px; margin-left:5px;  }
.wrong_form {background:#FFF0F0 url(http://media.planete-reductions.com/img/common/wrong_form.gif) no-repeat 5px center; padding:3px 3px 3px 25px; font-size:11px; margin-left:5px; margin-right:5px;  }
.reg_new img {vertical-align:middle;}
.rsteps {background:url(http://media.planete-reductions.com/img/common/steps_bg.jpg) repeat-x left center; margin-bottom:10px; margin-top:0;}
.rsteps li {display:block; width:43px; height:43px; background:url(http://media.planete-reductions.com/img/common/steps.gif) no-repeat; font-size:16px; font-weight:bold; line-height:43px; text-align:center; float:left; margin-right:30px; color:#cedef4;}
.rsteps li.active_rstep {color:#fff; background-image:url(http://media.planete-reductions.com/img/common/steps_active.gif);}
.id_bg {background:url(http://media.planete-reductions.com/img/common/id_bg.jpg) repeat-x left bottom;}

.examples li { margin:0 0 0 0; padding-left:10px; border-left:2px solid #e4f4fa; padding-bottom:10px;}
.examples li ins {text-decoration:none; font-weight:bold; font-size:12px; color:#FF6600; width:30px; display:block; float:left;}
.bigger_labels label {width:200px;}


ul.step4 {margin:10px; padding:0;}
.step4 li {margin-bottom:8px;}
.step4 li:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.step4 li {display: inline-block;}
	.step4 li {display: block;}
	* html .step4 li {height: 1px;}

.step4 li strong {background:url(http://media.planete-reductions.com/img/common/number.gif) no-repeat center center; color:white !important; float:left; display:block; width:16px; padding:2px 0 3px 0; text-align:center; margin-top:-3px; _margin-top:0;}
.step4 li span {float:left; display:block; width:540px; float:right; margin-left:10px;}


.why {padding:10px 0;}
.why h2 {text-align:center; background:url(http://media.planete-reductions.com/img/common/why_0.gif) no-repeat center center; color:white; font-size:16px; font-weight:bold; line-height:37px; height:37px;}
.why h3 {font-size:14px; font-weight:bold; margin-bottom:4px;}
.why h3 strong {color:#ff6e0d;}
.why p {font-size:11px; line-height:140%;}
.why table { margin:30px 0 20px 20px; border:none; border-spacing:0;}
.blue_thing {background:url(http://media.planete-reductions.com/img/common/why_1.gif) no-repeat; width:39px; height:39px; line-height:39px; color:white; font-size:18px; font-weight:normal; text-align:center; display:block; position:absolute; margin:-18px 0 0 -18px;} 
.why td {vertical-align:top; background:url(http://media.planete-reductions.com/img/common/why_3.gif) no-repeat left top; width:196px;}
.why td div {background:url(http://media.planete-reductions.com/img/common/why_2.gif) no-repeat left bottom; display:block; padding:15px 35px 15px 20px; height:170px;}


/*---   ---*/
.td_arr {background:url(http://media.planete-reductions.com/img/common/td_ar.gif) no-repeat center center; width:40px;}
.w80x80 {width:80px; height:80px; border:1px solid #abd9e6;}
.w70x50 {width:70px; height:50px; border:1px solid #abd9e6;}

.prod_border { vertical-align:middle; text-align:center; border:1px solid #abd9e6; width:173px; margin-top:5px;}
.prod_border a { display:block; width:70px; height:50px; text-align:center;}

.table_compare {background: url(http://media.planete-reductions.com/img/common/blue_topp.gif) no-repeat center top; font-size:11px; width:590px;}
.table_compare th {height:32px; padding:0 10px; text-align:center;}
.table_compare td {padding:10px; font-size:11px; border-bottom:1px solid #abd9e6;}
.table_compare td.td_arr {width:20px; padding:0;}
.table_compare th.td_arr { width:20px; background-position:center top; padding:0;}
.table_compare .prod_border {display:block; width:80px;}

/*new top search*/
#header {height:250px;}
.search_big {background:url(http://media.planete-reductions.com/img/common/search_bg.gif) no-repeat center top; margin:0 auto 20px auto; height:91px; display:block; font-size:11px;}
.search_big_table {margin:0 10px 0 25px; padding-top:10px; *margin-top:10px;}
.search_big * {font-size:11px;}
.search_big .img_prod {margin-right:15px; width:70px; height:70px; border:1px solid #abd9e6; background:white; background-repeat:no-repeat; background-position:center center;}
.col_blue {color:#20a6d8;}
.col_orange {color:#ff8400;}

.big_s_input { background:url(http://media.planete-reductions.com/img/common/big_search_input_bg.gif) no-repeat; width:680px; height:28px; border:none; line-height:28px; vertical-align:middle; display:block; float:left; padding-top:6px; *padding:0; padding-left:5px;}
.big_s_button { color:white; font-weight:bold; background: url(http://media.planete-reductions.com/img/common/big_search_button_bg.gif); width:123px; display:block; line-height:28px; height:28px; text-decoration:none; float:left;}
.big_s_button span {padding-left:34px;}
.big_s_inputs {padding-top:3px;}
.big_s_inputs select {width:150px;}
.big_s_inputs select, .big_s_inputs label {float:left; margin-right:10px;}


.search_result  {font-size:11px;}
.search_result img {border:1px solid #abd9e6; margin-right:5px;}


.w120 {width:120px; display:block; text-align:center; padding:5px 0;border:1px solid #abd9e6; margin-bottom:5px;}
.price_with_shop {font-size:14px; font-weight:bold; color:#FF6600; width:150px;}
.price_with_shop li {text-align:right; border-bottom:1px solid #d7edf3; padding:2px 0;}
.price_with_shop a {float:left; font-size:11px; font-weight:bold;}

/* vert tabs */
.vert_tabs li {margin-bottom:2px;}
.vert_tabs li a {display:block; background:url(http://media.planete-reductions.com/img/common/vert_tabs.gif) no-repeat right center; height:31px; width:34px; line-height:31px; font-size:18px; font-weight:normal; text-align:center; color:#20a6d8; text-decoration:none;}
.vert_tabs li a:hover {background-position:right top;}
.vert_tabs li.active_v_tab a, .vert_tabs li.active_v_tab a:hover  {background-position:right bottom; color:white;}

.new_register {padding-top:20px; border-top:1px solid #abd9e6; margin-top:20px;}
.new_button_register { background:url(http://media.planete-reductions.com/img/common/new_b.gif); width:322px; height:39px; line-height:39px; font-size:14px; font-weight:bold; color:white; text-align:center; display:block; float:left; text-decoration:none; margin-right:10px;}

#footer { padding:10px 15px 15px 15px;}
#footer p {background:none; padding:5px;}
#footer table {margin:0 auto; font-size:11px !important;}
#footer td {vertical-align:top; font-size:11px; padding:0 10px 0 0;}
#footer li  {line-height:18px; background: url(http://media.planete-reductions.com/img/common/footer_li.gif) no-repeat left center; padding-left:8px;}
#footer h5 {text-align:center; font-size:11px; color:#397da4; padding:0; margin:10px 0 0px 0;}
#footer ins {text-decoration:none; color:#D7D7D7; padding:0 4px;}
.rss_footer {background:url(http://media.planete-reductions.com/img/common/rss.gif) no-repeat right center; padding-right:15px;}
.twitter_footer {background:url(http://media.planete-reductions.com/img/common/twitter.gif) no-repeat right center; padding-right:15px;}
.facebook_footer {background:url(http://media.planete-reductions.com/img/common/facebook.gif) no-repeat right center; padding-right:15px;}

.top_s {padding:6px 20px; font-size:11px;  margin:0 5px;}
.top_s h1 {font-size:11px; color:#1d98b9;}
.rss_top_s {background:url(http://media.planete-reductions.com/img/common/rss.gif) no-repeat left center; padding:3px 0 3px 16px; margin-right:8px;}
.bar_top_s {background:url(http://media.planete-reductions.com/img/common/toolbar.gif) no-repeat left center; padding:3px 0 3px 20px;}


/*round footer_links*/
#center .footer_links {margin:5px auto;}
.footer_links { font-size:11px; margin:0;}
.footer_links .f_top {background:url(http://media.planete-reductions.com/img/common/footer_links.png) no-repeat right top; height:6px; display:block; padding-right:6px;}
.footer_links .f_top .f_top_inner {background:url(http://media.planete-reductions.com/img/common/footer_links.png) no-repeat left top; height:6px; display:block;}
.foot_3 a {color:#407b9a; text-decoration:none;}
.foot_3 a:hover {color:#50575a;}
.footer_links .f_bottom {background:url(http://media.planete-reductions.com/img/common/footer_links.png) no-repeat right bottom; height:6px; display:block; padding-right:6px;}
.footer_links .f_bottom .f_bottom_inner {background:url(http://media.planete-reductions.com/img/common/footer_links.png) no-repeat left bottom; height:6px; display:block;}

.footer_links_in {background:url(http://media.planete-reductions.com/img/common/footer_links.png) no-repeat left -10px; display:block; padding:2px 12px; font-size:10px; border-right:1px solid #d2e8ee;height:120px;}
.footer_links_in2 {background:url(http://media.planete-reductions.com/img/common/footer_links.png) no-repeat left -10px; display:block; padding:2px 12px; font-size:10px; border-right:1px solid #d2e8ee;}


.big_coupone2 {padding:10px; text-decoration:none; color:#8d6f35; background:#ffffff; font-size:12px; font-weight:bold; text-align:center; border:2px dotted #d5d196; display:block;}
.big_coupone2 b {color:#FF6600;}
.big_coupone2:hover { background:#fffeeb;}


/* UPDATE FOR THE NEW HOMEPAGE */ 
.login {background:none;}
.top_s {background:url(http://media.planete-reductions.com/img/common/top_s.jpg); height:23px; line-height:23px; padding:0; margin:0; text-align:center; font-weight:normal;}
.bar_in {text-align:left; margin:0 auto; width:950px;}
h1.not_r { background:url(http://media.planete-reductions.com/img/common/not_r.gif) no-repeat left center; padding-left:25px; color:#141414; font-weight:normal;}
.login .blue_button {text-decoration:none; margin:5px 0; display:block; width:25px;}


.center_head_text {float:right; width:460px; padding-top:10px;}
.center_head_text h2 {font-size:18px; font-weight:normal; color:#f60; margin-bottom:10px;}

.green_tick_list {margin-left:10px;}
.green_tick_list li {font-weight:bold; background:url(http://media.planete-reductions.com/img/common/green_tick.gif) no-repeat left 2px; margin-bottom:4px; padding-left:20px;}

.share h5 {font-size:11px; margin:20px 0 5px 0;}
.share p , .share img {vertical-align:middle;}
.share img {margin:4px;}

.blue_b_right {background:#cae9f5 url(http://media.planete-reductions.com/img/common/b_blue.gif) repeat-x; line-height:33px; font-weight:bold; border:1px solid #abd9e6; color:#0386ca; padding:0 10px 0 5px; display:block; margin-bottom:5px; text-decoration:none;}
.blue_b_right:hover {border-color:#6bb0c4;}
.blue_b_right ins {text-decoration:none; color:inherit; display:block; height:33px; line-height:33px; padding-left:22px; cursor:pointer; cursor:hand;}

.green_b_right {background:#cae9f5 url(http://media.planete-reductions.com/img/common/b_green.gif) repeat-x; line-height:33px; font-weight:bold; border:1px solid #5ba817; color:#fff; padding:0 10px 0 5px; display:block; margin-bottom:5px; text-decoration:none;}
.green_b_right:hover {border-color:#417810;}
.green_b_right ins {text-decoration:none; color:inherit; display:block; height:33px; line-height:33px; padding-left:22px; color:#fff; cursor:pointer; cursor:hand;}


.i_pr {background:url(http://media.planete-reductions.com/img/common/i_pr.gif) no-repeat left center;}
.i_facebook {background:url(http://media.planete-reductions.com/img/common/share_facebook.gif) no-repeat left center;}
.i_twitter {background:url(http://media.planete-reductions.com/img/common/i_twitter.gif) no-repeat left center;}
.i_max {background:url(http://media.planete-reductions.com/img/common/i_max.gif) no-repeat left center;}
.i_reg {background:url(http://media.planete-reductions.com/img/common/i_reg.gif) no-repeat left center; padding-left:32px !important;}

/*hor tabs*/
.hor_tabs {padding-left:20px; height:26px; display:block; margin-top:10px;}
.hor_tabs li {float:left; margin-right:3px;}
.hor_tabs li a {float:left; background:url(http://media.planete-reductions.com/img/common/hot_tabs.gif) no-repeat right -129px; height:26px; line-height:26px; display:block; font-weight:bold; font-size:11px; color:#20a6d8; padding:0 10px 0 0; text-decoration:none;}
.hor_tabs li a span {cursor:pointer; cursor:hand; float:left; display:block; height:26px; background:url(http://media.planete-reductions.com/img/common/hot_tabs.gif) no-repeat left -129px; padding-left:10px;}
.hor_tabs li a:hover {background-position:right -258px;}
.hor_tabs li a:hover span {background-position:left -258px;}
.hor_tabs li.hor_active a, .hor_tabs li.hor_active a:hover { background-position:right top; color:white;}
.hor_tabs li.hor_active a span, .hor_tabs li.hor_active a:hover span { background-position:left top;}

.blue_tit {background:#eef4f6; font-size:12px; color:#397da4; padding:5px; margin-bottom:5px;}

.expire {font-size:9px; color:#9aa6bb;}


/* UPDATE FOR h2 from 1/14/2010 */
.simple_text h2 {font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#F60; margin:20px 0 5px 0;}
.simple_text p {font-size:11px; line-height:16px; margin-bottom:15px;}


.no_cash { color:#a3c9da; font-size:11px; font-weight:bold; background:#fafbfc url(http://media.planete-reductions.com/img/common/coupons.gif) no-repeat 5px center; padding:5px 8px 5px 25px; border:1px solid #b7e1ec; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius: 4px;}

