/*
	Beansaver CSS
*/

* {
	padding:0;
	margin:0;
	outline-style:none;
	outline:none;
}
body {
	background-color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif, Verdana;
	color: #666666;
	text-align:center;
}

/* Useful */
.padd{padding:10px;}
.bsblue{color:#067ab4;}
.red{color:red;}
.green{color:green;}
.mandatory{color:red;}
.bsoutofstock{font-size:11px; color:red;}
.font16em{font-size:1.6em;}
.font14em{font-size:1.4em;}
.font12em{font-size:1.2em;}
.font11em{font-size:1.1em;}
.font09em{font-size:0.9em;}
.lightgrey{color:#919191;}
.note{color:#666666;}
.width95{width:95%;}
.width60{width:59%;}
.width40{width:39%;}
.mar-left3{margin-left:3em;}
.mar-left2{margin-left:2em;}
.floatright{float:right;}
.floatleft{float:left;}
.align_center {text-align:center;}
.align_right {text-align:right;}
.middle {vertical-align: middle;}
.align_justify{text-align: justify;}
.uppercase {text-transform:uppercase;}
.hidden, .collapsed, .block_hidden_only_for_screen {display:none;}
.wrap {white-space: normal;}
.bold {font-weight: bold;}
.normal {font-weight: normal;}
.strike {text-decoration:line-through;}
.italic {font-style: italic;}
.top {vertical-align: top;}
.span_link {cursor:pointer;}
.span_link:hover {text-decoration:underline;}
.clear {clear:both;}
.border1ccc{border:1px solid #ccc;}
br.clear {clear:both; line-height:0; font-size:0; height:0;}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}
.error2{
	border: 1px solid #e30e15;
	background-color: #f9f9f9;
	color: #e30e15;
	margin: 3px;
	padding: 4px;
}
/* transfert effect*/
.transferProduct {border: 2px solid #888;}

/* simple list inline */
ul.inline_list{list-style-type:none; margin-top: 1em;}
ul.inline_list li {float:left; text-align:center;}
ul.inline_list li img{display:block;}
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left;
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background:url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left:24px;
	padding-bottom:5px;
	padding-top:3px;
}
ul.tree, ul.tree ul{list-style-type:none;}
ul.tree li{
	padding-left:1.2em;
	border-left:1px gray dotted;
	background:url(../img/sitemap-horizontal.gif) no-repeat left 10px;
	margin-left:1em;
}
ul.tree a{padding-left:0.2em;}
ul.tree a.selected{font-weight:bold;}
ul.tree li.last{
	background:url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border:none;
}
span.grower{cursor:pointer;}

/* Tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #ccc;
	height:23px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
}
ul.idTabs li a {
	background-image: url('../img/tab_bg.jpg');
	display:block;
	width:173px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding:0px;
	color:#fff;
	border:1px solid #ccc
}
ul.idTabs li a.selected{
	background-image: url('../img/tab_bg_selected.jpg');
	color:#000;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	background-image: url('../img/tab_bg_short.jpg');
	width:138px;
}
ul.idTabsShort li a.selected{
	background-image: url('../img/tab_bg_selected_short.jpg');
	color:#000;
}

div.sheets{
	clear:both;
	padding:1em;
}
div#more_info_sheets ul li{	margin-bottom:0.4em;}
/* global style */
a {
	color: #666666;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	font-size: 1.6em;
	line-height:1.6em;
	padding-left:0.5em;
	margin: 5px;
	font-weight: normal;
	color:#d10707;
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 {font-size: 1.0em; margin: 5px;}
h4 {font-size: 0.9em;}
/* global layout */
#page {
	width:980px;
	margin: 5px auto 2px auto;
	text-align:center;
	border:1px solid #e4e4e4;
	padding:5px;
}
#page2{
	width:980px;
	margin: 20px auto 2px auto;
	text-align:center;
	border:0px solid #e4e4e4;
	padding:5px;
}
h1#logo {
	float: left;
	width: 29%;
	margin-top:0.5em;
}
#topheader {
	text-align: right;
	width:940px;
	margin:0 auto;
	height:20px;
}
#contents{width:980px; text-align:left;}
#left_column{
	float:left;
	text-align:left;
}

#right_column {float:right;	text-align:left; width: 306px;	padding:0 2px 2px 2px; text-align:center;}
.left_holder{width:150px; float:left;}

input, textarea, select {
	border: 1px solid #ccc;
}

#right_colum_full{width:83%; float:right; padding:2px 0px 0px 0.5%; line-height:22px;}
#right_colum_full ul{list-style-type:none;}
#right_colum_full p{line-height:16px;}
/* global RTE fields */

div.rte,
.mceContentBody {
	text-align:left;
	background:white;
	color:black;
}

div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe,
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre,
div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code,
div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp,
div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var,
div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li,
div.rte fieldset, div.rte form, div.rte label, div.rte legend,
div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre,
.mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code,
.mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp,
.mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var,
.mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li,
.mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend,
.mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
	color: #374853;
}
div.rte h1,
.mceContentBody h1 {
	font-size: 25px;
	font-weight:bold;
}
div.rte h2,
.mceContentBody h2 {
	font-size: 20px;
	background:none;
	text-transform:none;
}
div.rte h3, .mceContentBody h3 {font-size: 16px;}
div.rte h4, .mceContentBody h4 {font-size: 14px;}
div.rte h5,.mceContentBody h5 {font-size: 12px;}
div.rte h6, div.rte h6 {font-size:  8px;}

div.rte ol, .mceContentBody ul,
div.rte ol, .mceContentBody ul
 {
	padding-left: 2em;
}

div.rte ul, .mceContentBody ul{
	list-style-type:square;
	margin-left:10px;
}

div.rte strong, .mceContentBody strong {
	font-weight:bold;
}

div.rte em, .mceContentBody em {
	font-style:italic;
}

/* tables still need 'cellspacing="0"' in the markup */
div.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width:auto;
}
div.rte caption, div.rte th, div.rte td, div.rte table,
.mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background:none;
	height:inherit;
	border:1px #e5e6e7 solid;
	text-align:center;
}

div.rte th,
.mceContentBody th {
	padding-left:1em;
	padding-right:1em;
	background:#e5e6e7;
}

div.rte p,
.mceContentBody p {
	margin:0.5em 0pt;
	padding-left:0.7em;
}
/* /global RTE fields */

/* global table style */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
	padding-bottom:6px;
	margin:0 auto 2em;
	width:auto;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
	font-size:1em;
}
table.std td, table.std th {
	padding: 0.1em 0.5em 0.2em 0.5em;
}
table.std th {
	white-space:nowrap;
	font-size:1.1em;
}
table.std tr.item td, table.std tr.item th {
	background-color: white;
}
table.std tr.alternate_item td, table.std tr.alternate_item th {
	background-color: #f1f2f4;
}
table.std tbody tr td, table.std tfoot tr td {
	border-top: 1px solid #ececec;
}
table.std thead th {
	height:20px;
	color: #374853;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
table.std thead th.first_item {
	background-position: top left;
}
table.std thead th.last_item {
	background-position: top right;
}
table.std thead th.item {
	background-position: -5px 0;
}
table.std tfoot td {
	color: #374853;
	text-align: right;
	white-space: nowrap;
}
/* global form style */
form.std {
	clear: both;
}
form .account_creation,form .account_creation{width:80%; margin:auto; text-align:left;}
form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}
form.std fieldset {
	border: 1px solid #d0d3d8;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	clear: both;
}
form.std label, form.std p span {
	float: left;
	text-align: right;
	width: 30%;
}
form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
form.std label{font-size:1em; line-height:21px;}
form.std label,form.std input,form.std select,form.std textarea{margin-bottom:10px; margin-left:5px;}
form.std span.editable {margin-left:5px;}
input, textarea, select, span.editable {
	font-size: 1em;
	vertical-align: top;
	outline: none;
}

input.text {
	padding-left:2px;
	padding-right:2px;
}
.checkbox input, .radio input {
	border: none;
	margin-top:3px;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup {
	color: #e30e15;
}
form.std .checkbox {
	padding-left: 30%;
}
form.std .submit {
	margin-bottom: 1.5em;
	padding-right:3.35em;
}

/* START OF BUTTONS SECTION
 *  -tags : input, a, span
 *  -sizes : mini, small, normal, large
 *  -types : button, exlusive
 *  -status : normal, hover, disabled
 *  -rule : the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:#5f941a!important;
	font-weight: bold;
	font-size: 11px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 24px;
	height: 24px;
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	padding-bottom:2px;
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-position: left -72px;
	cursor:default;
	color:#888!important;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:white!important;
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:#488c40!important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -24px;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color:white!important;
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	width: 30px;
	background-image: url('../img/button-mini.gif');
	background-color:transparent;
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.gif');
	background-color:transparent;
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 120px;
	background-image: url('../img/button-medium.gif');
	background-color:transparent;
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
	width: 180px;
	background-image: url('../img/button-large.gif');
	background-color:transparent;
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {background-image: url('../img/button-medium_exclusive.gif');}
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {background-image: url('../img/button-mini_exclusive.gif');}
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {background-image: url('../img/button-small_exclusive.gif');}
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large {background-image: url('../img/button-large_exclusive.gif');}

/* id_state field in managed via JS and is firstly hidden */
form p.id_state {display:none;}

/* generic style */
ul.bullet li, .block ul.bullet li {
	padding-left: 20px;
	background: transparent url('../img/redbullet.gif') no-repeat 0.6em 0.5em;
	list-style-type:none;
}

.price-discount {text-decoration: line-through;}
.price-pretax {color: gray;}
.price-ecotax {color:#488c40;}
img.icon {margin-right: 0.5em; vertical-align: middle;}
.price, .price-shipping, .price-wrapping {
	color: #e30e15;
	font-weight: bold;
	white-space:nowrap;
}
/* errors */
.error {
	width: 90%;
	border: 1px solid #e30e15;
	background-color: #f9f9f9;
	color: #e30e15;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em;
}
.error p {font-weight: bold;}
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em;
}
/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em;
}


/* success */
.success {
	color: green;
	background-color: #fff;
	border:0px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}
.success_inline {
	color:green;
	font-weight:bold;
}

/* pagination.tpl */
div.pagination {margin: 1em 0;}
ul.pagination {
	list-style: none;
	float: left;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em;
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853;
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right;
}
ul.pagination a {text-decoration: none;}
ul.pagination li.current span {
	background-color: #555555;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #555555;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px;
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span {
	border-left: none;
}
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px;
}
#pagination_next a, #pagination_next span {border-right: none;}
li.disabled span {
	color: #888;
	background-color: #f1f2f4;
}

form.pagination {text-align: right;}
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float:right;
	margin-left: 0.3em;
}
form.pagination select {float:right;}
form.pagination select option{
	font-size: 0.9em;
	padding-right: 1em;
}
form.pagination input{float:right;}

/* product-sort.tpl */
form#productsSortForm p{
	height: 1em;
	margin: 0.5em 0 0 0;
}
form#productsSortForm p label, form#productsSortForm p select{float:right;}
form#productsSortForm p select{font-size:1em;}

/* Header */
#topheader ul {list-style: none;}
#topheader form {
	border: none;
	margin-bottom: 0!important;
	display: inline;
}
#topheader label {
	margin: 0;
	float: none;
}

/* block top currencies */
#topheader #currencies_block_top {
	margin: 0.4em 0.5em 0 0;
	float: left;
}
#topheader #currencies_block_top ul {
	float: left;
	height: 1.5em;
}
#topheader #currencies_block_top ul li {
	float:left;
	margin-right:0.2em;
}
#topheader #currencies_block_top ul li a {
	display:block;
	font-size:0.8em;
	background-color:#f1f2f4;
	border:#555555 1px solid;
	text-decoration:none;
	min-width: 1em;
	padding: 0px 2px 0px 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
#topheader #currencies_block_top ul li a:hover {
	background-color:white;
	color: black;
}
#topheader #currencies_block_top ul li.selected a {
	border: none;
	background-color: transparent;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	border:1px solid white;
}
#topheader #currencies_block_top p {
	clear: left;
}

/* top links */
ul#header_links {
	margin: 0.4em 0.3em 0 0;
	list-style-type: none;
	float: left;
}
#header_links li {
	float:left;
	width: 66px;
}
#header_links a {
	display: block;
	height: 15px;
	color: #555555;
	padding-top: 19px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
}
#header_links #header_link_sitemap a {
	background-image: url('../img/icon/sitemap.gif');
}
#header_links #header_link_contact a {
	background-image: url('../img/icon/contact.gif');
}
#header_links #header_link_bookmark a {
	background-image: url('../img/icon/star.gif');
}

/* block top search */
#topheader #search_block_top {
	background: url('../img/block_search_bg.jpg') no-repeat top left;
	height: 32px;
	width: 340px;
	float: left;
	margin-left:150px;
}
#topheader #search_block_top p {padding: 0.4em 0 0.4em 1em;}
#topheader #search_block_top label, #header #search_block_top input{float:left;}
#topheader #search_block_top label {
	background: transparent url('../img/icon/search.gif') no-repeat 0 2px;
	float: left;
	width: 19px;
	height: 18px;
	display: block;
}
#topheader #search_block_top input#search_query {width: 12em; float:left; margin-left:10px; height:21px;}
#topheader #search_block_top input.button{float:left; margin-left:5px;}
/* block left column "Quick search" */
#search_block_left input {
	margin: 2px 0px 0px 0px;
}
#search_block_left #search_query {
	width: 11em;
}
#search_button {
	display: inline;
}

/* block top user information */
#header_user ul {margin-top: 0.0em; float:right;}
#header_user li {
	float: right;
	line-height: 1em;
	margin-left: 0em;
	white-space: nowrap;
}
#header_user #shopping_cart, #header_user #your_account {font-size: 0.9em;}
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none;
}
#header_user #shopping_cart a {background-image: url('../img/icon/cart.gif');}
#header_user #shopping_cart span.ajax_cart_quantity {padding-right:0.5em;}
#header_user #your_account a {background-image: url('../img/icon/my-account.gif');}


/* Default block style */
div.block {
	margin-bottom: 1em;
	width:173px;
}
#left_column div.block, #right_column div.block {
	padding-bottom: 6px;
	background: transparent url('../img/block_footer.gif') no-repeat bottom left;
}
div.block h4 {
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 0.9em;
	padding:1em 0 1em 1em;
	line-height:1.3em;
	color: #fff;
	background: transparent url('../img/block_header.gif') no-repeat top left;
}
div.block h4 a {color: #fff;}
div.block ul {list-style: none;}
div.block ul.tree li {padding-left:1.2em;}
div.block a:hover {text-decoration: underline;}
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large {margin:0 0 0 -3px;}
div.block .block_content {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding:0.5em 0.7em 0pt;
	background: #f1f2f4 url('../img/block_bg.jpg') repeat-x bottom left;
	min-height:20px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
	font-size:11px;
}
div.block a {
	color: #555555;
	text-decoration: none;
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left;
}
div.exclusive h4 {
	background: transparent url('../img/block_header_exclusive.gif') no-repeat top left;
	color: #fff;
	border-bottom:1px solid #ccc;
}
div.exclusive{color:#333;}
div.exclusive h4 a {color: #fff;}
div.exclusive li {margin-top: 0;}
div.exclusive, div.exclusive a {color: #333;}
div.exclusive .block_content {
	background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color:#333;
}
div.exclusive #cart_block span{color:#333;}

/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount {background: #f1fed7 url('../img/block_footer_myaccount.jpg') no-repeat bottom left;}
div.myaccount h4 {background: #f1fed7 url('../img/block_header_myaccount.jpg') no-repeat top left;}
div.myaccount h4 a, div.myaccount h4 {color: white;}
div.myaccount ul.bullet {margin-top: 0.0em;}
div.myaccount ul.bullet li {background-image: url('../img/bullet_myaccount.gif');}
div.myaccount ul.bullet .icon {display: none;}
div.myaccount p.logout {padding: 0.3em 0 0.3em 7px;}
div.myaccount .block_content {padding-top:5px; padding-bottom:5px;
	background: #f1fed7 url('../img/block_bg_myaccount.jpg') repeat-x bottom left;
	border-left: 1px solid #c4d0ac;
	border-right: 1px solid #c4d0ac;
}
.account_input {
	margin-left: 0px;
	width:15em;
}

/* Styles for products blocks */
.products_block li {
	clear: left;
	margin-top: 0.2em;
}
.products_block li.item img {
	margin-right: 5px;
}
.products_block li.last_item {
	border: none;
}
.products_block li img {
	vertical-align: top;
	float: left;
	margin-right: 0.2em;
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em;
}
.products_block li h5 {
	display: inline;
	font-size: 0.9em;
}
.products_block li p a {
	font-weight: bold;
	font-size: 0.8em;
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0.2em 0.4em;
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #555555;
}
.products_block p {
	margin-top: 0.4em;
}
.products_block a.button_large {
	margin: 0.4em 0.4em 0 0.4em;
}
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none;
}


p.price_container {
	text-align: center;
}

/* Block tags */
div.tags_block .block_content {
	padding: 0.2em 0.6em;
}
div.tags_block p {
	text-align: justify;
	font-size:0.9em;
}
div.tags_block p a {
	margin: 0 0.1em;
	line-height: 1.5em;
}
div.tags_block p a:hover {
	color:white!important;
	background-color:#5D717E;
	text-decoration:none;
}
a.tag_level3 {font-size: 1.8em; font-weight:bold;}
a.tag_level2 {font-size: 1.4em;}
a.tag_level1 {font-size: 1em; color:#888!important;}

/* Block manufacturer */
.blockmanufacturer ul, .blocksupplier ul {
	padding-bottom: 0.6em;
}
.blockmanufacturer select, .blocksupplier select {
	width: 100%;
	margin: 0;
}

/* Block newsletter */
div#newsletter_block_left div.block_content {padding:1em 0; text-align:center;}
div#newsletter_block_left div.block_content p{padding:0.3em 0; text-align:center;}
div#newsletter_block_left div.block_content input.button_mini{margin:1em auto 0em auto;}

/* Block RSS */
div#rss_block_left p {margin:0.5em 0; text-align:center;}

/* Block editorial */
.editorial_block {margin-bottom: 1em;}
.editorial_block .rte{
	background:transparent none repeat scroll 0 0;
}
.editorial_block h2 {
	background: none;
	padding: 0;
	margin-bottom: 1em;
}
.editorial_block p {text-align: justify; padding-top: 0.4em;}

#editorial_block_center p {padding-left:0px;}

/* Block new products */
#new-products_block_right dt a {font-size:0.8em; font-weight:bold;}

/* steps (like order step) */
ul.step {
	background: transparent url('../img/step_start.gif') no-repeat bottom left;
	list-style: none;
	margin:0.8em auto 2em;
	padding-left: 40px;
	height: 25px;
	width:465px;
}
ul.step li {
	height: 25px;
	float: left;
	width: 100px;
	text-align: center;
	background: transparent url('../img/step_standard.gif') no-repeat bottom left;
}
ul.step li.step_current {
	background: transparent url('../img/step_current.gif') no-repeat bottom left;
	font-weight:bold;
}
ul.step li.step_todo {
	font-style:italic;
}
ul.step li#step_end {width: 40px;}
ul.step li#step_end {background: transparent url('../img/step_end.gif') no-repeat bottom left;}
ul.step li#step_end.step_current {background: transparent url('../img/step_end_current.gif') no-repeat bottom left;}
ul#order_step {
	background-color: white;
	margin-left:0;
	display:none;
}

/* my-account.tpl */
#my-account #center_column ul {margin: 2em 0;}
#my-account #center_column li {list-style: none; margin: 2em 1.5em;}

/* discount.tpl */
td.discount_value {
	white-space: nowrap;
}

/* category.tpl */
h2.category_title {font-size: 1.3em;}
body#category #subcategories{
	margin:0 1em;
} 
body#category #subcategories li {
	margin-right:10px;
} 	  
div.cat_desc {margin:0 1em;}

body#category  div#subcategories ul.inline_list  li a img {
	display:inline;
}
/* shopping cart */
table.cart_last_product {
	width:300px;
	margin-left:0px;
}

.cart_last_product_content {
	margin:5px 0px 10px 0px;
}

.cart_navigation {
	padding: 1em 0!important;
}
.cart_navigation .button, .cart_navigation .button_large {
	float: left;
}
.cart_navigation .exclusive, .cart_navigation .exclusive_large {
	float: right;
}
.cart_navigation_extra {
	text-align:center;
	width:auto;
}
form.std .cart_navigation span {
	float:none;
	text-align:left;
	width:auto;
}
#order-detail-content,#cart_voucher{margin-left:0;}
#order-detail-content td{text-align:left;}
#cart_summary{font-size:1em;}
#cart_summary tfoot tr td {
	border-top: none;
	line-height: 1.5em;
}
#cart_summary tfoot tr.cart_total_product td {
	border-top: 1px solid #ececec;
}
#cart_summary tfoot tr.cart_total_price td {
	border-bottom: 1px solid #ececec;
}
#cart_summary .price, #cart_summary .price-discount {
	color: #555555;
	font-size: 1em;
	text-decoration: none;
}
tr.cart_item td {padding: 0.5em 5px;}
td.cart_product a {margin: 0 0.6em;}
td.cart_product a img,td.cart_bundle img {max-width:100px;  width: expression(this.width > 100 ? 100: true);-ms-interpolation-mode: bicubic;image-rendering: -moz-crisp-edges;}
td.cart_description a {text-decoration: none;}
td.cart_description a:hover {text-decoration: underline;}
td.cart_description h5 a, td.cart_ref, td.cart_total {color: #555555;}
td.cart_unit, td.cart_total, td.cart_discount_price {text-align: right;}
td.cart_availability, td.cart_ref {text-align: center;}
td.cart_total .price {font-weight: bold;}
tr.cart_item td.cart_unit {padding-right: 1em;}

td.cart_quantity {
	width: 6em;
	text-align: right;
}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline;
}
td.cart_quantity p {
	padding-right: 0.3em;
}
td.cart_quantity .icon {
	margin-top: 0.6em;
}
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down {
	display: block;
}

tr.cart_free_shipping {
	white-space: normal;
}

#order tfoot p {
	margin: 0;
	float: left;
	width: 85%;
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block;
}
tr.cart_total_price {font-weight: bold;}
#order form#voucher fieldset {
	border: 1px solid #ececec;
	padding: 0.7em;
}
#order form#voucher h4, #order form#voucher p, #order form#voucher .button {
	display: inline;
}
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em;
}

#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #ececec;
	padding: 0.5em;
}
#order #order_carrier h4 {
	width: 50%;
	display: inline;
}
#order #order_carrier img {
	vertical-align: middle;
}
#order #order_carrier span {
	margin: 0 0.2em;
}

#order #gift_div{display:none;}
#order #gift_div label, #order #gift_div textarea{
	display:block;
	width:100%;
	margin:1em 0;
}

form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left;
}

/* history.tpl*/

#block-history {color:#374853;}
.color-myaccount{color: #519014;}
#block-history table#order-list {
	border:none;
}
#block-history table#order-list thead th {
	background-image: url('../img/block_myaccount_header_large.gif');
}
#block-history table#order-list thead th {
	color:white;
}

#block-history table#order-list tbody tr td {
	background-color:white;
}
#block-history table#order-list td.history_link {
	white-space: nowrap;
	text-align: left;
}
#block-history #block-order-detail {
	border-top:2px #dd2a81 solid;
	border-bottom:2px #dd2a81 solid;
	padding:0.5em;
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	margin-top:1.5em;
}

#order-detail-content tbody tr{
	height:3em;
}

#order-detail-content tfoot td{
	border:none;
}

#order-detail-content table td input.order_qte_input{
	display:none;
}

#order-detail-content table td.order_cb input{
	border: none;
}
#order-detail-content table td span.order_qte_span{
	width: 100%;
	display:block;
}
#block-history #block-order-detail h4{font-size:1.4em;}

#block-history #block-order-detail #sendOrderMessage p{
	padding:0pt 4px 0pt 1px;
}

#block-history #block-order-detail textarea{
	margin:0 auto;
	width:100%;
}

#ordermsg textarea{
	margin:0;
	padding:0;
	width:528px;
	
}

/*  sitemap.tpl */
#sitemap_content{margin-left:5em;}
div.sitemap_block{
	padding:0;
	float:left;
	width:30%;
}
div.sitemap_block ul{text-align:left;}
div.sitemap_block h3, .categTree h3{
	margin-top:1em;
	margin-bottom:1em;
}
div.categTree {
	margin-top:25px;
	margin-bottom:1em;
	margin-left:5em;
}

/* product.tpl */
#primary_block #pb-right-column{width:auto;}
#primary_block #image-block{height:302px; width:300px; margin:auto;}
#primary_block #image-block img{max-height:300px;}
/*#primary_block #image-block img#bigpic{cursor:pointer;}*/
#primary_block ul#usefull_link_block{list-style-type:none; margin-top:1em;}
#primary_block ul#usefull_link_block li{margin:0.5em 1em 0.5em 0;float:right; display:block;}
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#666666;
	font-size:11px;
	font-weight:bold;
}
#primary_block #pb-left-column{float:left; margin:1em auto auto 1.1em; width:90%;}
#primary_block #short_description_block{border: 1px #d0d3d8 solid; padding:0.7em; margin-bottom:1.5em; float:left;}
#primary_block #image-block img#bigpic.jqzoom{cursor:crosshair; position:relative;}

#primary_block p.buttons_bottom_block{margin:0; text-align:left;}
#primary_block #add_to_cart input{float:left; margin-bottom:10px;}
#primary_block #loyalty{margin-left:5px;}
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input {margin:0.9em auto 0 auto;}
#primary_block #short_description_content{margin-bottom:0.5em;}
#primary_block form#buy_block{font-size:11px; color:#374853;}
#primary_block form#buy_block p{padding:0;margin:0 auto;}
#primary_block form#buy_block span.on_sale{color:#e30e15; text-transform:uppercase;	font-weight:bold;}
#primary_block form#buy_block span.discount{color:#e30e15; text-transform:uppercase; font-weight:bold;}
#primary_block form#buy_block span#availability_label{margin-right:1em;}
#primary_block form#buy_block label{text-align:right;}
#primary_block div#attributes p, #quantity_wanted_p{clear:left;}

#color_picker p {margin-bottom: 0.4em;	padding:0;}
#color_picker {float:left; margin-top:38px;}
#color_to_pick_list li {display: inline; float: left; margin: 0 0.4em 0 0;}
a.color_pick {display: block; width:14px; height:14px; border:1px solid #ccc; cursor:pointer;}
a.color_pick:hover { order: 1px solid #000;}
a#color_all{cursor:pointer;}
.bordertop{border-top:1px solid #ececec;}

/* prices */
#primary_block form#buy_block p.price{
	font-size:1.55em;
}
#primary_block form#buy_block span#pretaxe_price{
	font-size:0.75em;
}
#primary_block form#buy_block p#old_price{
	font-size:0.8em;
	text-decoration:line-through;
}
#primary_block form#buy_block p#reduction_percent{
	color:#e30e15;
	font-size:0.75em;
}
#primary_block form#buy_block p.price-ecotax{
	font-size:0.75em;
}


/* views block */
#views_block {
	margin: 0 auto 20px auto;
	width: 320px;
	float:left;
}
#thumbs_list {
	overflow: hidden;
	float: left;
	width: 240px
}
#thumbs_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 5px
}
#thumbs_list li {
	float: left;
	cursor: pointer;
	width: 80px;
	height: 80px
}
#view_scroll_left, #view_scroll_right {
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
	padding-right: 4px;
	padding-left: 4px
}
#view_scroll_right { background-image: url('../img/thumbs_right.gif') }



span.view_scroll_spacer{
	float: left;
	width: 17px;
	height: 80px;
}

/* manufacturers-list.tpl && suppliers-list.tpl */
ul#manufacturers_list, ul#suppliers_list {
	margin-top:2em;
	list-style-type:none;
}
ul#suppliers_list li, ul#manufacturers_list li {
	border: solid 1px #d0d3d8;
	padding:0.6em;
	margin-bottom:1.5em;
}
ul#suppliers_list li a, ul#manufacturers_list li a{
	text-decoration:none;
	color:#374853;
}
ul#suppliers_list li h3, ul#manufacturers_list li h3{margin:0.4em 0;}
ul#suppliers_list .left_side, ul#manufacturers_list .left_side{
	float:left;
	width:75%;
}
ul#suppliers_list .logo, ul#manufacturers_list .logo{
	border: solid 1px #d0d3d8;
	float:left;
	margin-right:0.6em;
}
ul#suppliers_list li p.description, ul#manufacturers_list li p.description{font-size:0.92em;}
ul#suppliers_list li .right_side, ul#manufacturers_list li .right_side {
	float:right;
	text-align:right;
}
ul#suppliers_list .right_side span, ul#manufacturers_list .right_side span{
	font-size:1.7em;
	color:#e30e15;
}
ul#suppliers_list li a.button, ul#manufacturers_list li a.button{margin-top: 4em;}

/* category.tpl */

#category img#categoryImage {
	margin-top:1em;
	max-width:200px;  width: expression(this.width > 200 ? 200: true);
}

/* category.tpl */

/* adresses */
div.addresses {
	padding: 0.6em;
	position:relative;
	margin-bottom:5px;
}
div.addresses h3 {margin: 0;}
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	background-color:white;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0.25em;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width:268px;
}

ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
}
li.address_title {
	margin-top: 0!important;
	background-color: #e3f0fb;
	color: #374853;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em;
}
li.address_name, li.address_update a, li.address_delete a {color: #5b780e;}
li.address_name, li.address_company {font-weight: bold;}
li.address_update, li.address_delete {
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;
}

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position:inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888;
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important;
}

/* conditions.tpl */
#conditions #right_column {display: none;}
#conditions h2 {background: transparent url('../img/title_bg_large.gif') no-repeat top left;}

/*  identity.tpl */
p#security_informations{
	font-size:0.85em;
	margin: 0 3em;
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display:none;
	}
	input.text{border:1px solid gray}
	.block_hidden_only_for_screen {display:block; margin-top:1em;}
	#more_info_sheets #idTab1{width:530px;}
	* {background:none!important;background-color:white!important;}
}

/* Customizable product */
#customization_block {
	width: 556px;
}

.customization_block_title {
	margin: 4px 4px 4px 2px;
}

#customization_block ul {
	margin: 6px 6px 0px 6px;
}

.customization_block_input {
	vertical-align: inherit;
}

img.customization_delete_icon {
	margin: 2px;
}

li.customizationUploadLine {
	clear: left;
	padding: 4px;
	display: block;
}

div.customizationUploadBrowse {
	float: left;
}

div.customizationUploadBrowseDescription {
	padding: 6px;
}

img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888;
}

ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px;
}

ul.customizationUploaded li {
	display: inline;
}

ul.customizationUploaded a {
	text-decoration: none;
}

div.customizationUploaded {
	clear: left;
}

div.deletePictureUploaded {
	float: right;
}

div.deleteCustomizableProduct {
	float: right;
}

ul.typedText {
	padding-left: 6px;
	list-style-type: none;
}

/* category Products block */
#productscategory{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_list{
	overflow:hidden;
	float:left;
	width:96%;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li{
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:100px;
	overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
}
#productscategory_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}

/* module blockmenutop */
#menu-top {
	clear:both;
	width:100%;
	height:40px;
}

#menu-top dl{
	float:left;
	position:relative;
	padding-right:10px;
}

#menu-top dl dt{
	line-height:30px;
	height:30px;
}

#menu-top dl dt a{
	text-decoration:none;
	background:#eeeeee;
	display:block;
	height:30px;
	width:100px;
	padding-left:5px;
	padding-right:5px;
}

#menu-top dl dt a:hover{
	background:#ccc;
}

#menu-top dl:hover dd{
	display:block;
}

#menu-top dl dd{
	display:none;
	position:absolute;
	width:100px;
}

#menu-top dl dd ul{
	width:100%;
	text-align:left;
	background:#cccccc;
}

#menu-top dl dd ul li a{
	display:block;
	background:#eee;
	width:100%;
	text-decoration:none;
	padding:10px;
}

#menu-top dl dd ul li a:hover{
	background:#ccc;
}

.pack_content{
	margin: 10px 0 10px 0;
}
.pack_price {
	float: right; margin-right:3px; font-size: 12px;
}

.confirmation {color: forestgreen; font-weight: bold;}

#page .rte {
	background:transparent none repeat scroll 0 0;
}
.cart_navigation{clear:both;}
#discount_name{height:20px; padding-top:3px;}
/* BEANSAVER CUSTOM THEME HEADER */
/*reset*/
html,body,ul,ul li,h1,h2,h3,h4,h5,h6,hr,p,form,fieldset,label,input{margin:0; padding:0;}
img, fieldset{border:0;}
/*main layout*/
html,body{font-family:Arial, Helvetica, Sans-serif; font-size:11px; margin:0 auto; text-align:center;}
.clear{clear:both;}
#container{width:965px; border:1px solid #ccc; margin:5px auto;}
#contents{background:#fff; margin:0px auto; width:960px;}
#right_colum_full h2{margin-bottom:6px;}
#right_colum_full h3{margin-bottom:6px;}
#right_colum_full p{margin-bottom:5px; margin-top:5px;}
/*topstrip*/
#topstrip{text-align:right; color:#ccc;}
#topstrip a{position:relative;}
#topstrip img{vertical-align:middle;margin:auto 3px;}
#topstrip .us img{filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity: 0.3;  opacity: 0.3;}
/* header and logo */
#header{background:#fff; height:150px; margin:auto; width:965px; border-top:1px solid #fff;}
#logomain{width:200px; height:100px; float:left; z-index:10; position: relative;}
#logomain a, #logomain h1{background:url(../img/logo.png) no-repeat; display:block; width:200px; height:100px; overflow:hidden; margin:0; padding:0; text-decoration:none;}
#logomain span{left:-9999px; position:absolute;}
.header-middle{width:650px; float:right; margin-top:35px; text-align:right;}
#header .partnership{font-size:11px; float:right; width:160px; margin-top:30px; text-align:left; color:#009933; height:20px; margin-right:20px;}
#header .partnership a{background:url(../img/paypallogo.png) 0px 3px no-repeat; padding:3px; float:right;}
#header .signup,#header .logout,#bs_learnmore .signup{background:url('../img/signup.png') no-repeat; padding:12px 31px 12px 31px; text-decoration:none; position:relative; float:right; margin:-4px 10px 0 0;}
#header .logout{background:url('../img/logout.png') no-repeat;}
#header .signup span,#header .logout span,#bs_learnmore .signup span{visibility:hidden;}
#header .partnership span{display:block; float:left; margin-top:3px;}
#header .partnership a:hover{text-decoration:none;}
#header .partnership a span{visibility:hidden;}
#header_user_info{color:#5b8e22; position:relative;}
#header_user{width:40%; float:right; margin:0;}
.bsshoppingcart{background:url('../img/shoppingcart.png') -4px 0px no-repeat; padding:2px 2px 0px 16px; text-decoration:none; font-size:11px; color:#e30e15;}
/* Footer */
#footer{padding:0.5em 0; clear:both;}
#footer a{color:#067AB4; text-decoration:none;}
/* home page tabs */
#maintabs{margin:0px 10px 0px 10px; float:left;}
#maintabs ul{list-style-type:none; font-size:14px;}
#maintabs ul li{float:left; margin-right:1px; display:block; height:33px; line-height:33px;}
#maintabs ul li a{text-decoration:none; background:url(../img/tab.png) -10px 0 repeat-x; float:left; display:block; padding:1px 15px 1px 15px; color:#FFFFFF;}
#maintabs ul li a:hover{text-decoration:underline;}
#maintabs ul li.current a{background:url(../img/whitetab.png) -10px 0; color:#e30e15;}
#maintabs ul li.first a{padding-left:35px; background-position:left;}
#maintabs ul li.last a{padding-right:35px; background-position:right;}
#maintabs .nav-small{color:#e30e15; text-align:right; font-size:10px; padding:0 10px 4px 0px;}
#maintabs .nav-small a{color:#e30e15; text-decoration:none;}
#maintabs .nav-small a:hover{text-decoration:underline;}
#maintabs .nav-small a.flag{padding-left:22px; background:url(../img/can-flag.png) no-repeat 0px 0px;}
/* home page Search */
#mainsearch{font-size:13px; text-align:center; background:url(../img/searchbg.png) no-repeat; padding:15px 0 15px 0; margin:auto; height:70px; line-height:30px; margin-top:-22px; position:relative;}
#mainsearch .search_holder,#footersearch .search_holder{padding-top:7px;}
#mainsearch .inputholder{width:640px; float:left; margin-left:152px; line-height:20px;}
#mainsearch label,#footersearch label{font-size:15px;color:#376506;}
#mainsearch input,#footersearch input{height:20px; border:1px solid #ccc; color:#666666; padding-left:5px;}
#mainsearch select,#footersearch select{padding:1px; border:1px solid #ccc; color:#666666;}
#mainsearch .search_quer,#footersearch .search_quer{width:210px; z-index:1;}
#mainsearch .searchbutton,#footersearch .searchbutton{color:#569020; width:72px; height:23px; background:url(../img/search.png) no-repeat; border:0; vertical-align:top; cursor:pointer; cursor:hand;}
#footersearch .searchbutton{background-color:#bce08a;}
#footersearch{font-size:13px; text-align:center; background:url(../img/footersearchbg.gif) no-repeat; width:960px; padding:15px 0 15px 0; margin:auto; line-height:20px;}
#footersearch .inputholder{width:640px; float:left; margin-left:160px;}
/* ENDS HERE */
/*bottom full */
#bottom_full_width{padding:10px;}
#privacypolicy,#termsandconditionpage{line-height:18px; padding:20px;}
#privacypolicy p,#termsandconditionpage p{margin:5px auto 5px auto;}
/*gen form*/
.gen-round-outer{background:#e8e8e8;}
.gen-round-inner{background:#fff;}
.gen-grey{background:#fff url('../img/gen-gradient.png') repeat-x; padding-top:20px;}
.genform{width:90%; margin:auto;}
.genform label,.genform input, .genform select, .genform textarea{float:left; margin-top:7px; display:block;}
.genform .inlineinput{width:400px;}
.genform .inlineinput input,.genform .inlineinput label{float:none; display:inline; margin-right:2px;}
.genform input{margin-right:2px;}
.genform .buttondiv a{text-decoration:none;}
.genform label{width:150px; line-height:22px;}
.newloginform .gen-round-inner{overflow:auto;}
.regform label{width:90px;}
.regform input{float:right;}
.regform {font-size:1.1em; padding:14px 7px; height:170px; margin-bottom:5px;}
.regform#login_form{width:370px; float:right; padding:10px;}
.logonform#login_form{padding:10px; width:370px; float:none; margin:auto; font-size:12px;}
.regform#create-account_form{width:350px; float:left; padding:10px; border-right:1px solid #ccc; height:210px;}
.regform .holder,.logonform .holder{height:140px; width:280px;}
.regform .subbutton, .logonform .subbutton{float:right; border:0;}
.regform #user, .logonform #user{margin:5px 0px 5px 0;}
.regform .go, .logonform .go{font-size:0.9em; padding-top:5px;}
.regform a, .logonform a{text-decoration:none;}
.regform a:hover, .logonform a:hover{text-decoration:underline;}
/*inlinesearch */
.inlinesearch{height:18px;}
.inlinesearch label{height:18px; font-size:13px;}
.inlinesearch input{height:18px;}
.inlinesearch input.button_small{height:24px; display:inline;}
/* Add deal block */
#add_a_deal{margin-left:40px;}
#add_a_deal label{width:150px; display:block; float:left;}
#add_a_deal .captchadiv{margin-left:150px; padding:10px;}
#add_a_deal #vldt_code{margin-top:15px;}
/*endhere*/
/* deals-list.tpl */
#deals_tabs{height:22px}
#deals_tabs a{text-decoration:none;}
#deals_tabs a:hover{text-decoration:underline;}
#deals_tabs ul{list-style-type:none;}
#deals_tabs ul li{display:inline; padding:0 10px 0 10px; border-left:1px solid #ccc;}
#deals_tabs .dt_left{float:left; width:40%;}
#deals_tabs .dt_right{float:right; width:23%; text-align:right;}
#deals_tabs .dt_right a.foundadeal{padding:0 10px 0 15px; background:url('../img/redbullet.gif') 5px 4px no-repeat;}
#deals_list{margin-top:10px; list-style-type:none;}
#deals_list{background:none; clear:both; margin-bottom:8px; font-size:11px;}
#deals_list .center_block{margin-right:10px; padding:15px;}
#deals_list .gen-round-outer{overflow:hidden; padding:2px;}
#deals_list .gen-round-inner{padding:1px;}
#deals_list .dl-left{float:left; width:19%; overflow:hidden; padding:4px;}
#deals_list .dl-left ul{margin-top:10px;}
#deals_list .dl-left ul li{text-align:left; line-height:15px;}
#deals_list .dl-right{float:right; width:78%;}
#deals_list .center_block a{color:#067ab4;}
#deals_list .center_block a:hover{color:#588b15;}
#deals_list a.deals_img_link{float:left; margin-right:0.6em;}
#deals_list a.deals_img_link img{vertical-align:bottom; float:left; max-width:200px; width: expression(this.width > 200 ? 200: true);}
#deals_list .dl-left a.deals_img_link{float:none;}
#deals_list .dl-left .deals_img_link img{float:none; margin:auto; max-width:110px; width: expression(this.width > 110 ? 110: true);}
#deals_list h3{margin:0.4em 0; font-size:1.4em;}
#deals_list .new{background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%; border:1px solid #488C40; color:white; font-size:0.6em; font-weight:bold; margin:0pt 1em 0pt 0pt; padding:0pt 0.4em;text-transform:uppercase; vertical-align:0.3em;}
#deals_list p.deals_desc{font-size:1em; margin-top:10px; margin-bottom:15px;}
#deals_list .discount,#deals_list .on_sale{color:#e30e15; text-transform:uppercase; font-weight:bold; display:block;}
#deals_list .reduction{display: block; margin-bottom: 0.3em;}
#deals_list .price{display: block; font-size: 1.5em; margin-bottom: 0.2em;}
#deals_list span.availability{float: right; color:#488c40; font-size:0.9em;}
#deals_list a.button{margin-top:0.5em;}
#deals-list ul{line-height:18px;}
#deals_list .ovalbuttonwrapper .ovalbutton,#deals_list .ovalbuttonwrapper a:hover{color:#fff;}
.guestalert{font-size:10px; color:#f29a1c; visibility:hidden;}
.deals_btm_link{font-size:0.8em; text-align:right; padding-right:3%; border-top:1px solid #ccc; height:25px; padding-top:5px;}
.deals_btm_link a{text-decoration:none; color:#666666;}
.tell_frn, .usr_comm, .rep_prb{display:block;}
.tell_frn a,.usr_comm a{margin-left:4px;}
.hol{width:370px; float:right; display:block;}
.tell_frn a, .usr_comm a, .rep_prb a{background:url(../img/deal-icons.png) 0px 0px no-repeat; padding:2px 0px 2px 22px;}
.tell_frn,.usr_comm{float:right; margin-left:4px;}
.tell_frn a{background-position:0px -37px; padding-left:27px;}
.usr_comm a{background-position:0px -17px;}
.rep_prb{float:left;}
.fshare{float:right; margin-left:6px;}
/* ends deals list */
/*products page*/
#singleproductpage h3,#hotdealpage h3{font-size:14px; padding-bottom:5px; border-bottom:1px solid #ececec;}
#singleproductpage .prdt_det,#hotdealpage .deal_det{margin-bottom:10px;}
#singleproductpage .price,#hotdealpage .price{font-size:16px;}
/*single deal and hotdeal page*/
#hotdealpage,#singledealpage{font-size:11px;}
.plusrhs{width:515px; float:left;}
/*end*/
/*bundle and related products*/
#singleproductrhs{width:270px; float:right; padding:0px 0px 3px 0px;}
#singleproductrhs .gen-round-outer{margin-top:-14px; margin-bottom:7px;}
#singleproductrhs .gen-round-inner{padding:4px;}
#singleproductrhs h3.hd{background:url('../img/bundle-related-rhs-.png') no-repeat; padding:7px 7px 7px 15px; color:#fff; font-size:13px; position:relative; z-index:3;}
#singleproductrhs h3{font-size:14px; color:#d10707;}
#singleproductrhs .bndl{margin-bottom:7px; padding-top:5px;}
#singleproductrhs .bndl2{margin-bottom:7px; border-top:1px solid #e1e1e1;}
#singleproductrhs .deals_desc{text-align:left; overflow: hidden; line-height:16px;}
#singleproductrhs .bndldet_price{font-weight:bold; width:60px; float:right; text-align:right;}
#singleproductrhs .bndldet_name{font-weight:bold; width:190px; float:left;}
#singleproductrhs .bndldet_l{font-weight:bold; width:130px; float:left;}
#singleproductrhs .bndldet_p{font-weight:bold; width:40px; float:left;text-align:right;}
#singleproductrhs .bndldet_r{font-weight:bold; width:120px; float:right; text-align:right;}
#singleproductrhs .bndldet_l,#singleproductrhs .bndldet_r,#singleproductrhs .bndldet_p{font-size:14px;}
#singleproductrhs .bndldet_dot,#singlebundlepage .bundlblk-right .bndldet_dot{border-top:1px dotted #ccc; margin-top:3px; padding-top:3px; font-size:15px;}
#singleproductrhs .bndldet_btn{text-align:left; margin-top:7px; overflow:hidden;}
#singleproductrhs .spl .bndldet_p,#singleproductrhs .spl .bndldet_l,#singleproductrhs .spl .bndldet_r{font-size:18px;}
#singleproductrhs .bndldet_btn input.exclusive{}
/*singlebundlepage*/
#singlebundlepage h2{font-size:21px;}
#singlebundlepage h2:first-letter {text-transform:capitalize}
#singlebundlepage .bundle_top{padding-bottom:7px; margin-bottom:7px; border-bottom:1px solid #ececec;}
#singlebundlepage .bundlblk-left{width:460px; float:left; border-right:1px solid #ececec; margin:0px 0; padding:5px;}
#singlebundlepage h3{font-size:14px; margin-bottom:2px;}
#singlebundlepage .bundlblk-left h3{color:#d10707; margin-bottom:5px;}
#singlebundlepage .bundlblk-left h4{font-size:12px; color:#404040;}
#singlebundlepage .bndl_pk{margin-top:5px;}
#singlebundlepage .bundl-ind-desc{text-align:left; overflow: hidden; line-height:16px;}
#singlebundlepage .bund_img,#singleproductrhs .bund_img{border:1px solid #ececec; float:left; width:auto; height:80px; margin:5px 5px auto auto; padding:2px 4px;}
#singlebundlepage .bund_img_main img{max-width:400px;}
#singlebundlepage .red,#singleproductrhs .red{color:#d10707}
#singlebundlepage .orange,#singleproductrhs .orange{color:#ee9202;}
#singlebundlepage .green,#singleproductrhs .green{color:#599e00;}
#singlebundlepage .bndldet_head,#singleproductrhs .bndldet_head{font-size:14px;}
#singlebundlepage .bndldet_btn{margin-top:5px;}
#singlebundlepage .bundlblk-right{font-size:11px; width:280px; float:right; padding:5px;}
#singlebundlepage .bundlblk-right h3{color:#d10707; margin-bottom:5px;}
#singlebundlepage .bundlblk-right .bndldet_price{font-weight:bold; width:60px; float:right; text-align:right;}
#singlebundlepage .bundlblk-right .bndldet_name{font-weight:bold; width:210px; float:left;}
#singlebundlepage .bundlblk-right .bndldet_l,#singlebundlepage .bundlblk-right .bndldet_r,#singlebundlepage .bundlblk-right .bndldet_p{font-size:14px;}
#singlebundlepage .bundlblk-right .bndldet_l{font-weight:bold; width:150px; float:left;}
#singlebundlepage .bundlblk-right .bndldet_p{font-weight:bold; width:40px; float:left; text-align:right;}
#singlebundlepage .bundlblk-right .bndldet_r{font-weight:bold; width:120px; float:right; text-align:right;}
#singlebundlepage .spl .bndldet_p,#singlebundlepage .spl .bndldet_l,#singlebundlepage .spl .bndldet_r{font-size:18px;}
#singlebundlepage .bndldet_btn{text-align:left; margin-top:7px; height:35px;overflow:hidden;}
#singlebundlepage .bndldet_btn input.addtocart{width:110px; height:35px; background:url('../img/addtocart.png') no-repeat; border:0; cursor:pointer;}
#singlebundlepage .plus{width:50px; font-size:22px; font-weight:bold; margin-left:8%; float:left;}
/*end*/
/*related accessories*/
#relaccessories{line-height:21px; padding-top:5px;}
#relaccessories .red{color:#d10707}
#relaccessories .orange{color:#ee9202;}
#relaccessories .green{color:#599e00;}
#relaccessories .ovalbutton{color:#fff;}
#relaccessories .acce_img{float:left; height:auto; width:90px; margin:5px 5px auto 5px; padding:2px 4px;}
#relaccessories h4{font-size:13px;}
#relaccessories h4 a{color:#067ab4; text-decoration:none;}
#relaccessories h4 a:hover{text-decoration:underline;}
#relaccessories .accr_desc{font-weight:normal; line-height:14px;}
#relaccessories .accr_r{width:140px; float:right; line-height:17px; padding:3px 0px;}
#relaccessories .accr_r .ovalbuttonwrapper{float:left;}
#relaccessories .accrdet_l,#relaccessories .accrdet_r{font-size:11px; font-weight:bold;}
#relaccessories .accrdet_l{width:70px; float:left; text-align:left; font-weight:bold;}
#relaccessories .accrdet_p{width:30px; float:left; text-align:right; font-weight:bold;}
#relaccessories .accrdet_r{width:70px; float:left; text-align:right; font-weight:bold;}
#relaccessories .alt1{margin:3px auto; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; padding:5px 3px;}
#header_user #shopping_cart, #header_user #your_account {display:none;}
/*pricing details style*/
#pricedetails{width:250px; float:left;font-size:14px; font-weight:bold; line-height:1.6em;}
#cartdetails{width:200px; float:right;}
#pricedetails .bndldet_dot{border-top:1px dotted #ccc; margin-top:3px; padding-top:3px; font-size:15px;}
#pricedetails .red{color:#d10707}
#pricedetails .orange{color:#ee9202;}
#pricedetails .green{color:#599e00;}
#pricedetails .det_l{width:140px; float:left; text-align:left;}
#pricedetails .det_p{width:70px; float:left; text-align:right;}
#pricedetails .det_r{width:100px; float:left; text-align:right;}
#pricedetails .spl{font-size:16px;}
/* hotdeal product box style */
#hotdeal_prodt_box{width:250px; float:left; margin-left:8px; margin-bottom:5px;}
#hotdeal_prodt_box a{color:#067ab4; text-decoration:none;}
#hotdeal_prodt_box .padd{padding:8px;}
#hotdeal_prodt_box .block-outer{width:250px; display:block; overflow:hidden; margin:auto; background:#ccc; height:298px;}
#hotdeal_prodt_box .block-inner{background:#fff url('../img/gen-gradient.png') repeat-x; height:298px;}
#hotdeal_prodt_box .manf{color:#e30e15; font-size:15px; height:45px; overflow:hidden; margin-bottom:4px;}
#hotdeal_prodt_box .manf img{float:left; max-width:75px; width: expression(this.width > 75 ? 75: true); margin-top:5px;}
#hotdeal_prodt_box .hotdl_sub_detail{width:65%; float:right; height:185px; overflow:hidden;}
#hotdeal_prodt_box .hotdl_details{line-height:18px;}
#hotdeal_prodt_box .hotdl_details img{float:left; margin:5px; max-width:70px; width: expression(this.width > 70 ? 70: true);}
#hotdeal_prodt_box .des{height:80px; overflow:hidden;line-height:14px; font-size:11px; color:#666;}
#hotdeal_prodt_box .price{font-size:15px; color:#d1121a; font-weight:normal; padding:2px 0 2px 0;}
#hotdeal_prodt_box .rprice{height:20px; color:#333333;}
#hotdeal_prodt_box .descheight{height:70px;}
#hotdeal_prodt_box .ht_dl_title{float:right; width:65%;}
#hotdeal_prodt_box .ht_dl_title a{color:#d1121a; font-weight:normal; font-size:14px;}
.strike{text-decoration:line-through;}
#hotdeal_prodt_box .lastupdate{height:15px; color:#333333; font-size:9px; color:#333333;}
#hotdeal_prodt_box .expiry{font-size:9px; height:15px; color:#333333; line-height:12px;}
#hotdeal_prodt_box .instock{text-transform:uppercase; font-size:11px; height:15px;}
/* newrating */
.rateshare{font-size:10px; color:#559a0c; padding:0 0 4px 0; height:15px;}
.rateshare a{width:14px; overflow:hiddden; margin-left:-2px; text-decoration:none; float:left;}
.bsratebox{width:70px; height:14px; display:block; background:transparent url('../img/rating-bean-icons.png') 0 0px no-repeat; line-height:16px; float:left;}
.ratelbl{width:35px; height:14px; float:left; line-height:17px;}
.pswrap{width:80px; height:14px; float:left;}
.bsrate0,.dfbsrate0{background:transparent url('../img/rating-bean-icons.png') 0 0px no-repeat;}
.bsrate1,.dfbsrate1{background:transparent url('../img/rating-bean-icons.png') 0 -14px no-repeat;}
.bsrate2,.dfbsrate2{background:transparent url('../img/rating-bean-icons.png') 0 -28px no-repeat;}
.bsrate3,.dfbsrate3{background:transparent url('../img/rating-bean-icons.png') 0 -42px no-repeat;}
.bsrate4,.dfbsrate4{background:transparent url('../img/rating-bean-icons.png') 0 -56px no-repeat;}
.bsrate5,.dfbsrate5{background:transparent url('../img/rating-bean-icons.png') 0 -70px no-repeat;}
.rateshare a span{width:12px; height:15px; display:block; overflow:hidden; visibility:hidden;}
.pricealert,.modpricealert{color:#f7a116; display:block; float:left; padding-left:15px; background: transparent url('../img/alert-yellow.png') left  no-repeat;}
#hotdeal_prodt_box .rateshare a.pricealert,#hotdealpage .rateshare a.pricealert,#hotdeal_prodt_box .rateshare a.modpricealert,#hotdealpage .rateshare a.modpricealert{color:#f7a116; width:68px;}
.sbscr{color:#9f9f9f; display:block; float:left; padding-left:15px; background: transparent url('../img/alert-sbscr.png') left  no-repeat;}
#hotdeal_prodt_box .rateshare a.sbscr, #hotdealpage  .rateshare a.sbscr{color:#9f9f9f; width:68px;}
/*feedback button*/
#feedbackbutton{z-index:10; position:absolute; top:40%; left:0; height:126px; width:33px; background:#ff6600; color:#fff; background:url('../img/feedbackbutton.jpg') no-repeat; background-position:0px 0px;}
a:hover#feedbackbutton{background-position:-33px 0px;}
#feedbackbutton span{position:absolute; left:-9999px;}
/*MODAL WINDOW Z-index of #mask must lower than #boxes .window */  
#mask {position:absolute; z-index:9000; background-color:#000; opacity:0.8; display:none; left:0; top:0;}  
#boxes .window {position:absolute; width:440px; height:200px; display:none; z-index:9999; padding:20px;}   
/* Customize your modal window here, you can add background image too */  
#boxes #dialog,#boxes #ratingdialog,#boxes #pricealertdialog{width:770px; height:350px; background:#fff; border:8px solid #ccc; padding:10px; line-height:22px; text-align:center;}
#dialogcontent h2,#dialogcontent2 h2{margin-top:7px; margin-bottom:7px;}
#dialogcontent h3,#dialogcontent2 h3{text-align:left; padding:3px;}
#dialogcontent .text label,#dialogcontent .password label,#dialogcontent2 .text label,#dialogcontent2 .password label{width:150px; display:block; float:left;}
#dialogcontent .radio label,#dialogcontent2 .radio label{display:inline;}
#dialogcontent #subscri_categories{width:100%; display:none;}
#dialogcontent #subscri_categories .blck{border:0;}
/* authentication page */
#authentication .std fieldset{border:0;}
#authentication .title{width:280px; margin:0 auto 10px auto; height:20px;}
#authentication .std  input.text, #authentication select{padding:2px;}
#authentication .std  input#email{width:200px;}
#authentication .captchadiv{margin-left:185px; padding:0 10px;}
#authentication .captchadiv label{width:auto; font-size:12px;margin-left:0;}
#authentication .captchadiv input{margin-left:0;}
#authentication .captchadiv .capimg{margin:-5px auto auto 5px;}
#authentication form.std .checkbox{padding-left:30.7%;}
#authentication .std .mandatorymsg{padding-left:30.7%;}
#authentication .std input.exclusive_large{margin-left:190px; float:left;}
#authentication .std .cart_navigation{width: 312px;}
/* end */
/*Oval button Dynamic drive */
a.ovalbutton{background: transparent url('../img/oval-green-left.png') no-repeat top left; display:inline-block; font-size:10px;
line-height: 13px; height: 15px; padding-left: 11px; text-decoration: none; color:#fff; cursor:hand; cursor:pointer;}
a.ovalbutton span{background: transparent url('../img/oval-green-right.png') no-repeat top right; display:inline-block; padding: 1px 11px 1px 0;}
a.ovalbutton:hover{background-position: bottom left;}
a.ovalbutton:hover span{background-position: bottom right;}
.ovalbuttonwrapper{overflow: hidden; width: 100%;}
a.redoval{background-image:url('../img/oval-red-left.gif');}
a.redoval span{background-image:url('../img/oval-red-right.gif');}
a.whiteoval{background-image:url('../img/oval-white-left.gif');}
a.whiteoval:hover{ color:#5b8e22;}
a.whiteoval span{background-image:url('../img/oval-white-right.gif');}
#hotdeal_prodt_box .ovalbuttonwrapper{border-top:1px solid #ccc; width:110%; margin-left:-5%; padding-top:3px; text-align:center;}
#hotdeal_prodt_box .ovalbuttonwrapper a{color:#fff; text-decoration:none;}
/*end oval button*/

a.goshopbutton{width:102px; height:33px; background:url('../img/goshopbutton.png') no-repeat; display:block; float:left; text-decoration:none;}
a.goshopbutton span{visibility:hidden;}

/* beansaver pagination */
#bs_pagination{text-align:right; background:url('../img/gen-gradient-topborder.png') repeat-x; height:20px; margin-bottom:10px; padding:2px 2px 0 0; position:relative;}
#bs_pagination.nobg{background:none;}
#bs_pagination .holder{width:400px; float:right; margin:2px 8px 0 0;}
#bs_pagination a{text-decoration:none; padding:0 3px 0 3px; border-left:1px solid #e30e15;}
#bs_pagination a:hover{text-decoration:none;}
#bs_pagination .nextp span,#bs_pagination .prevp span,#bs_pagination .first span,#bs_pagination .last span{visibility:hidden;}
#bs_pagination .nextp,#bs_pagination .prevp,#bs_pagination .first,#bs_pagination .last{background:url('../img/prev-next.gif') no-repeat; width:16px; height:15px; margin-top:2px; overflow:hidden; padding:0; border:0;text-decoration:none;}
#bs_pagination .current{color:#fff; background:#e30e15; padding:0 3px 0 3px;}
#bs_pagination .seemore{text-align:right;}
#bs_pagination .first{background-position:0 -30px;}
#bs_pagination .last{background-position:0 -45px;}
#bs_pagination .nextp{background-position:0 -15px;}
.bsbottom{height:20px; margin-top:10px; padding-bottom:2px; margin-bottom:0px; padding-top:0px;}
/*store home page */
#store-middle .info{font-size:1em;color:#067ab4; line-height:16px; padding-left:6px;}
#store-middle a{text-decoration:none;}
.rounded-padd{padding:13px; margin:0;}
#jump-store{z-index:9; position:relative;}
#jump-store h2{font-size:15px; margin-bottom:10px;}
#jump-store .jump-store-bg-outer{background:#e8e8e8;}
#jump-store .jump-store-bg-inner{background:#fff url('../img/gen-gradient.png') repeat-x; font-size:1.2em; padding:10px;}
#jump-store label{margin-right:10px; color:#376506;}
#jump-store input{width:220px; color:#666666;}
#store-middle{width:635px; float:left;}
#store-middle .holder{overflow:auto; margin-bottom:10px;}
#store-middle .store-ident-left{width:120px; float:left; padding:10px 10px 0px 0px; text-align:center; line-height:15px;}
#store-middle .store-ident-left img{margin:auto; max-width:130px; width: expression(this.width > 130 ? 130: true);}
#store-middle .store-ident-left .store-title{color:#067ab4; font-size:1.02em; text-align:center; font-weight:bold;}
#store-middle .store-desc{width:494px; float:left;}
#store-middle .store-desc-outer{background:#e8e8e8; padding:2px;}
#store-middle .store-desc-inner{background:#fff; padding:1px;}
/*shop autosuggest*/
#suggestions{position:absolute; z-index:8; border:1px solid #ccc; display:block; width:220px; margin-left:110px; margin-top:-5px; border-top:0; background:#fff; overflow:hidden; padding-top:5px;}
#left_suggestions{z-index:4; position:absolute; display:block; width:125px; background:#fff; overflow:hidden; margin-left:10px;}
#left_suggestions ul,#suggestions ul{list-style-type:none; padding:0; margin:0; text-align:left; font-size:11px; }
#left_suggestions ul li, #suggestions ul li{cursor:pointer; cursor:hand; overflow:hidden;}
#left_suggestions  ul li a,#suggestions  ul li a{display:block; padding:2px 2px; text-decoration:none;}
#left_suggestions  ul li a:hover,#suggestions  ul li a:hover{background:#f1e1b7; text-decoration:none;}

/*store main page*/
#store-middle .store-main h2{font-family:Trebuchet MS, Arial, Serif, Verdana; font-size:1.6em; margin-bottom:15px; text-transform:none;}
#store-middle .paymentandoffer{margin:10px auto auto 25px;}
#store-middle .store-main h2{font-family:Trebuchet MS, Arial, Serif, Verdana; font-size:1.6em; margin-bottom:15px;}
#store-middle .store-main .store-desc-inner{background:#fff url('../img/gen-gradient.png') repeat-x;}
#store-adbar{float:right; width:125px; text-align:center;}
#store-adbar img{margin:auto;}
/*premium store style*/
#store-middle .store-premium h2{font-family:Arial, Serif, Verdana; font-size:1.6em; margin-bottom:15px; text-transform:none;}
#store-middle .store-premium .paymentandoffer{margin:10px auto auto 15px;}
#store-middle .store-premium{width:795px;}
#store-middle .store-premium .store-desc{width:455px;}
#store-middle .store-premium .store-ident-left{width:310px;}
#store-middle .store-premium .store-ident-left img{margin:auto; max-width:300px; width: expression(this.width > 300 ? 300: true);}
#store-middle .store-premium h2{color:#02619b; margin-bottom:4px;}
#store-middle .store-premium h3{color:#414141; font-size:1.2em; font-weight:bold;}
#store-middle .store-premium ul li{background:url('../img/bluebullet.gif') no-repeat 0px 9px; color:#404040; padding-left:10px;}
.prem-store-three-dl{overflow:auto;}
.prem-store-three-blk{margin-top:15px; border:1px solid #ccc; text-align:center; padding:5px; width:130px; height:130px; display:block; overflow:hidden; float:left; margin-left:5px; line-height:15px;}
.prem-store-three-blk img{max-width:70px; width: expression(this.width > 70 ? 70: true);}
.prem-store-three-blk .pre-img{height:108px; overflow:hidden; margin-bottom:3px;}
.prem-store-three-dl .whiteoval{color:#5b8e22;}
/*beansaver new lhs*/
#left_column{width:150px; margin-bottom:5px;}
.lhsautocomp#left_column{z-index:10; position:relative;}
.lhsautocomp#left_column #left_suggestions{border:1px solid #ccc; border-top:0;}

#left_column .strsearch{padding:5px 10px; text-align:left; width:135px; height:31px;}
#left_column .strsearch input{margin:15px auto auto auto; width:125px; float:left; color:#666666; border:1px solid #ccc;}
#left_column .strsearch #inputString{font-size:12px; padding:2px 0px;}
#left_column .gen-round-outer{margin-top:-14px;}
#left_column .gen-round-inner{background:#fff;}
#left_column .block_content,#left_column div.block,#left_column div.block h4{border:0; background:none; width:150px; padding:0; margin:0;}
div.block h4,div.block h4 a,#left_column h4 a{color:#e30e15;font-weight:bold;}
h3.browse{background:url('../img/left-nav-h3-bg.png') no-repeat; padding:11px 7px 11px 15px; color:#fff; font-size:12px; position:relative; z-index:3;}
#left_column .block_content ul{width:146px; border:0; list-style-type:none;}
#left_column .block_content ul li{border-bottom:1px solid #ccc; padding:5px 0 5px 12px; background:none;}
#left_column .block_content ul li ul{border-top:0; width:128px; margin-left:5px;}
#left_column .block_content ul li ul li{width:128px;}
#left_column .block_content ul li ul li ul{width:123px; margin:3px 0 0 5px;}
#left_column .block_content ul li ul li ul li{width:110px; padding:2px 0 2px 5px;}
#left_column .block_content ul li ul li ul li a{font-size:0.9em; padding:0; margin:0;}
#left_column .block_content ul li.weeklyspl{background:#fff; color:#e30e15;}
#left_column .block_content ul li.weeklyspl a{color:#e30e15; font-size:12px; font-weight:bold;}
#left_column div.block h4{padding:7px 0 7px 7px;border-bottom:1px solid #ccc; width:140px;}
#left_column ul.tree{padding:0;}
#left_column ul.tree li{border:none; background:none; margin:0; border-bottom:1px solid #ccc; padding:5px 0 5px 12px;}
#left_column ul.tree li ul li{padding-left:0px; border:0;}
#left_column a.selected{color: #488c40;}
#left_column span.grower{display:block; float:left; background: url('../img/redbullet.gif') no-repeat 0px 2px;	width:7px; height:10px;	margin:0; padding:0;}
#left_column a{text-decoration:none; font-weight:normal; color:#666666;}
#left_column a:hover{text-decoration:underline;}
html*#left_column *{border:0px solid #333;}
html*h3.browse{width:150px;}
html*#left_column div.block{width:147px; overflow:hidden;}
html*#left_column .strsearch input{margin-left:0px;}
#homepagebanner{width:480px; margin-bottom:5px;}
/*mailchimp subscribe in signup*/
#subscri_categories{padding:6px; overflow:auto;}
#subscri_categories h4{font-size:1.4em; font-weight:bold; padding:4px 0 4px 14px; background:#fbf6c8; margin-bottom:3px; width:95.5%;}
#subscri_categories .blck{width:30%; float:left; border-right:1px solid #ccc; padding:6px; margin-left:6px;}
#subscri_categories input{border:0;}
.learnmore{background:url('../img/learnmore.png') no-repeat; padding:8px 28px 8px 28px;}
.learnmore span{visibility:hidden;}
/* product-list.tpl */
#product_list {font-size:11px;margin-top:2em;}
#product_list .product_desc{width:500px;}
#product_list .pr-left{float:left; width:19%; overflow:hidden; padding:4px;}
#product_list .pr-right{float:right; width:78%;}
#product_list .gen-round-outer{overflow:hidden; padding:2px;}
#product_list .gen-round-inner{padding:2px;}
#product_list .center_block{margin-right:10px; padding:15px;}
#product_list .center_block a{color:#067ab4;}
#product_list .center_block a:hover{color:#588b15;}
#product_list a.prd_img_link{float:left; margin-right:0.6em;}
#product_list a.prd_img_link img{vertical-align:bottom; float:left; max-width:200px; width: expression(this.width > 200 ? 200: true);}
#product_list .pr-left a.prd_img_link{float:none;}
#product_list .pr-left .prd_img_link img{float:none; margin:auto; max-width:110px; width: expression(this.width > 110 ? 110: true);}
#product_list h3{margin:0.4em 0; font-size:1.4em;}
#product_list p.prd_desc{font-size:1em; margin-top:10px; margin-bottom:15px;}
#product_list .ovalbuttonwrapper .ovalbutton,#product_list .ovalbuttonwrapper a:hover{color:#fff;}
/*deal comment */
.bscomment{padding:10px; margin-top:5px; border:1px solid #ececec; color:#666666;}
.bscomment .auth{font-size:13px; color:#374853; font-weight:bold;}
.bscomment .date{font-size:10px; color:#AAAAAA;}
.bs_comment_head{font-size:14px; background:#ececec; padding:5px 10px; margin-top:5px; border:1px solid #ececec;}.
.bs_post_comment {font-size:10px;padding:5px 10px; margin-top:5px; border:1px solid #ececec;}
.bs_post_comment h3{font-size:15px; background:#ececec; padding:5px 10px; margin-top:5px;}
.bs_post_comment textarea{width:400px; height:100px;}
.subscribe-email input#id_customer,.subscribe-email input#id_country{visibility:hidden; border:0;}

