/* ****************************************************************************
Resets default browser CSS.
**************************************************************************** */
html{background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
img{max-width:100%; height:auto}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit}
del,ins{text-decoration:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:baseline}
sub{vertical-align:baseline}
legend{color:#000}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{font-size:100%}
input[type="checkbox"]{width:13px; height:13px; overflow:hidden; margin-right:5px}

.ie7 input, .ie7 select{line-height:15px}
a {cursor:pointer}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.clearfix:after {clear: both}
.clearfix {zoom: 1}


/* ************************************************************************************************
struture
************************************************************************************************ */
#page {}
	#header {*z-index:102}
	#columns {z-index:1}
		#left_column {}
		#center_column {}
		#right_column {}
		#left_column_home{*z-index:10}
	
	#center_column{#z-index:2}


/* ************************************************************************************************
generic style
************************************************************************************************ */
body{
	font:normal 12px/1.35em Arial, Verdana, sans-serif;
	color:#646464;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}
td, pre{
	font:normal 12px/1.35em Arial, Verdana, sans-serif;
}
body.content_only {
	background: #FFF;
}

/* positionnement ****************************************************************************** */
.hidden {display:none}
.f_left {float:left}
.f_right {float:right}
p.center {text-align:center}
.clearBoth {clear:both}

/* title *************************************************************************************** */
h1 {
	margin-bottom:22px;
	font-size:20px;
	font-family:'Dorid Sans', sans-serif;
	color:#f44d00;
	text-transform:uppercase;
	font-weight:400;
	line-height:1em;
}
h2 {
	font-size:18px;
	line-height:1.35em;
	font-family:'Dorid Sans', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	color:#f44d00;
	margin-bottom:20px;
}
h3 {
	font-size:16px;
	line-height:1.35em;
	font-family:'Dorid Sans', sans-serif;
	text-transform:uppercase;
	font-weight:400;
}
/* .title_block {
	font-size:14px
} */

.hide-left-column #left_column {display:none}
.hide-left-column #center_column {width:757px}

/* text **************************************************************************************** */
p {padding-bottom:7px}

p em {font-style:italic}

.warning {
	margin:0 0 30px 0;
	padding:10px 20px;
	border:1px dotted #8fcaff;
	background:#dcecff;
	color:#2380ff;
}
.success {
	margin:0 0 30px 0;
	padding:10px;
	border:1px solid #5cff74;
	font-size:13px;
	background: #d3ffab;
}
.error {
	margin:0 0 30px 0;
	padding:10px 20px;
	border:1px dotted #ff8f89;
	background:#ffe6e5;
	color:#960000;
}
.error ol {margin-left:20px}
.error p.lnk {
	margin-top:20px;
	padding:0;
	font-size:11px
}
/* .required {color:#ff4834} */

/* link **************************************************************************************** */
a, a:active, a:visited {
	color:#428bca;
	text-decoration:none;
	outline: medium none
}
.box1 .title a:hover{color:#428bca;}
a:hover, #usefull_link_block li:hover {text-decoration:none; color:#f44d00; transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; -moz-transition:all 0.4s ease 0s; -o-transition:all 0.4s ease 0s}
a:active{background:none}
.box2 .title a:hover, a.view_more, .sub_category h6, .sub_category a:hover, .block_popular_word_search a:hover, .block_popular_word_search h6, #categories_block_left  li a:hover, .breadcrumb a:hover, .address_update a:hover, .address_delete a:hover{color:#f44d00}
a.view_more:hover{text-decoration:underline}
/* input, select, textarea **************************************************************************************** */	
input,select, textarea{color:#646464}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="submit"], input[type="image"],
select,
textarea{
	outline:none;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], select, textarea{
	border:1px solid #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea{
	padding: 9px 12px;
}
select{padding:7px 3px 7px 12px; line-height:27px}
input[type="submit"], input[type="button"]{*overflow:visible}
/* HACK IOS ipad, iphone */
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="submit"], input[type="image"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
	
/*buttons ************************************************************************************** */
input.csbutton, button.csbutton{
	border:none;
}
.csbutton, a.csbutton, span.csbutton, input.csbutton, button.csbutton, #carriercompare_submit, #update_carriers_list, a#cs_quickview_handler span{
	background-image: url(images/bg/gradient2.png); 
	background-repeat: repeat-x; 
	background-position: left bottom; 
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	font-size:12px;
	font-weight:700;
	font-family:'Dorid Sans', sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:7px 7px;
	padding-left: 0px;
	display:inline-block;
	line-height:16px;
	line-height:15px\0/;
	border:none;
	cursor:pointer;
	text-align:center;
	transition:all 600ms ease-in-out 0s;
	-moz-transition:all 600ms ease-in-out 0s;
	-webkit-transition:all 600ms ease-in-out 0s;
}
input.csbutton, button.csbutton{*line-height:13px}
.fr button.csbutton{*float:left; margin-right:5px}
.csbutton.csdefault, #update_carriers_list{
	background-color:#a1d10c;
	/* border:1px solid #a1d10c; */
}
.csbutton.cssecond, #carriercompare_submit, a#cs_quickview_handler span{
	background-color:#2f2f2f;
	/* border:1px solid #2f2f2f; */
}
.caption_button{
	background-image: url(images/bg/gradient1.png); 
	background-repeat: repeat-x; 
	background-position: left bottom; 
	background-color:#a1d10c;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	padding:17px 25px;
	font:normal 22px/1.15 'Droid Sans',sans-serif;
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
}
*:first-child+html input.button_mini, *:first-child+html input.button_small, *:first-child+html input.button, *:first-child+html input.button_large,
*:first-child+html input.button_mini_disabled, *:first-child+html input.button_small_disabled, *:first-child+html input.button_disabled, *:first-child+html input.button_large_disabled,
*:first-child+html input.exclusive_mini, *:first-child+html input.exclusive_small, *:first-child+html input.exclusive, *:first-child+html input.exclusive_large,
*:first-child+html input.exclusive_mini_disabled, *:first-child+html input.exclusive_small_disabled, *:first-child+html input.exclusive_disabled, *:first-child+html input.exclusive_large_disabled {
	border:none
}
/*not use border in ie7 */
.csbutton.csdefault, #update_carriers_list,.csbutton.cssecond, #carriercompare_submit, a#cs_quickview_handler span{*border:none}

/* hover button */
.csbutton:hover,#carriercompare_submit:hover, #update_carriers_list:hover, a#cs_quickview_handler span:hover{
	text-shadow: 0 0 15px white;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 255, 255, 0.5) inset;
}

/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
#old_bc{display:none}
.breadcrumb {
	margin:10px 0 25px;
	font-weight:700;
	color:#f44d00;
}
.breadcrumb a{ float:left}
.breadcrumb .navigation-pipe {
	background:url(images/icon/breadcrumb.gif) no-repeat center center;
	text-indent:-99999px;
	float:left;
	width:16px;
	height:16px;
	color:#f0f0f0;
}
.breadcrumb span{
	color:#f44d00;
}
/* form **************************************************************************************** */
form.std fieldset {
	margin:20px 0;
}

/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom:20px;
	width:100%;
	border-collapse:inherit
}
table.std th,
table.table_block th {
	padding:16px 10px 15px 0;
	font-size:16px;
	color:#f44d00;
	text-transform:uppercase;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	line-height:1.35em;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {}
table.std  td,
table.table_block  td {
	padding:25px 0;
	vertical-align:top;
}
table.std tfoot td, table.table_block tfoot td{padding:5px 0}
table.std tfoot tr:first-child td, table.table_block tfoot tr:first-child td{border-top:1px solid #ccc; padding-top:25px}


/* BLOCK .products_block *********************************************************************** */
.products_block ul li{border-top:1px solid #D6D6D6; padding:20px 0 5px; display:block; list-style:none}
.products_block li.first_item, .products_block li:first-child{border-top:none}
.products_block li .image{
	text-align:center;
}


/* BLOCK customer privacy ******************************************************************* */
.account_creation label{
	
}

/* BLOCK .footer_links (cms pages) ************************************************************* */
.footer_links {
	margin:30px 0;
	padding:28px 0;
	border-top:1px solid #dcdcdc;
}
.footer_links  img {
	margin-right:7px;
}
#order-confirmation #center_column a img{background-color:#141414; vertical-align:middle; margin-right:20px}
#order-confirmation a:hover img{background-color:#105bd4}
.footer_links .cssecond{margin-right:18px}
/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar {margin:30px 0;}
#center_column .sortPagiBar {
	
}

#center_column .sortPagiBar form, #plpagination {display:inline-block;}
.product_compare{float:left}
.ie7 #center_column .sortPagiBar form {display:inline;}

.sortPagiBar #productsSortForm {float:right; margin-left:30px;}

	.sortPagiBar select#selectPrductSort {
		
	}

.sortPagiBar #bt_compare {
	
}

.sortPagiBar .nbrItemPage {float:right}

.sortPagiBar .PrductSort {float:left;}

.sortPagiBar .nbrProduct {
	display:inline-block;
	padding:0 10px;
}
.sortPagiBar .nbrItemPage label, #productsSortForm label, .view_list_gird span, #plpagination label{text-transform:uppercase; font-size:0.8em; color:#0f0f0f; font-weight:700}

.sortPagiBar .compare{float:left}
.grid_8 .display{display:none}
.display{float:left; margin:9px 30px 5px}
.view_list_gird b, .view_list_gird a{float:left; text-indent:-9999px; width:18px; height:18px;}
.view_list_gird b, .view_list_gird a{background:url(images/bg/grid_list.png) no-repeat #646464; }
.view_list_gird a b.passive{margin:0}
.view_list_gird .grid{background-position:0 0; margin-right:5px;}
.view_list_gird .list{background-position:0 100%; margin-left:5px}
.view_list_gird .grid.active, .view_list_gird .list.active, .view_list_gird a b:hover {background-color:#ff4834}
.view_list_gird span{float:left; padding-right:7px;padding-top:1px}
.content_sortPagiBar.bottom{border-top:1px solid #d6d6d6; clear:both; padding:5px 0}
.category-product-count, .blog-item-count{float:left; margin:20px 0; font-size:10px; color:#323232; text-transform:uppercase; font-weight:700}
#pagination{float:right}
/* pagination ********************************************************************************** */
form.pagination{display:none}
#pagination_bottom{float:right}
div.pagination {
	margin:16px 0 20px;
	text-align: center;
	*margin-top:20px;
}
ul.pagination {list-style-type:none}
ul.pagination li {display: inline-block; padding-right:6px;#float:left}
ul.pagination li#pagination_next{padding-right:0}
ul.pagination a, ul.pagination span {
	display:inline-block;	
}
ul.pagination a {
	text-align:center;
	padding-right: 5px !important;
}
ul.pagination a:hover, ul.pagination .current span {
	color:#323232;
	font-weight:700;
}
ul.pagination li.disabled span {color:#ccc}

#pagination_previous {}
#pagination_next {}


#pagination_previous a, #pagination_previous span,
#pagination_next a, #pagination_next span {
	text-indent:-9999px;
	float:left;
	width:6px;
	height:16px;
}
#pagination_previous a, #pagination_previous span{
	background:url(images/bg/pager_arrow_left.gif) no-repeat center bottom;
	*background-position:center center;
}
#pagination_next a, #pagination_next span{
	background:url(images/bg/pager_arrow_right.gif) no-repeat center bottom;
	*background-position:center center;
}
#pagination_next a:hover, #pagination_previous a:hover{
	opacity:0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	display:inline-block;
}

#pagination a{
	margin-right: 5px;
}

/* CART steps *********************************************************************** */
ul#order_step {clear:both; overflow:hidden; background:#e6e6e6; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; margin-bottom:27px}
ul.step {
	list-style-type:none;
}
ul.step li {
	float:left;
	width:20%;
	text-align:center;
	font:400 18px/20px 'Dorid Sans', sans-serif;
	padding:10px 0;
}
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {	

}
ul.step li.step_current, ul.step li.step_done:hover, ul.step li.step_current_end {
	background-image:url(images/bg/gradient3.png);
	background-repeat:repeat-x;
	background-color:#094cba;
}
ul.step li.step_current span, ul.step li.step_done:hover a, ul.step li.step_current_end span{
	color:#fff;
}
ul.step li.step_current_end {
	
}
ul.step li.step_todo span {
	text-shadow:0 1px 0 #fff;
}
ul.step li.step_done {
	
}
ul.step li#step_end {}

.grid_8 ul.step li{width:100%; text-align:left}
.grid_8 ul.step li span, .grid_8 ul.step li a{padding:0 20px}
/*icon ********************************************/
.icon{background-image:url(images/icon/icons.png); background-repeat: no-repeat; text-indent:-99999px;float:left; display:inline-block; overflow:hidden; vertical-align:middle; text-align:left}
.icon.delete{background-position:0 -34px; width:9px; height:9px}
.icon.facebook{background-position:0 -87px; width:23px; height:23px}
.icon.googleplus{background-position:-50px -87px; width:23px; height:23px}
.icon.rss{background-position:-100px -87px; width:23px; height:23px}
.icon.twitter{background-position:-150px -87px; width:23px; height:23px}
.icon.flickr{background-position:-200px -87px; width:23px; height:23px}
.icon.vimeo{background-position:-250px -87px; width:23px; height:23px}
/* module productcomments ********************************************************************** */
.rating {
	clear: both;
	display: block;
	margin: 2em;
	cursor: pointer;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin:0 1px 0 0;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer
}
.cancel, .cancel a { background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -17px !important }
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }
.pack_content { margin: 10px 0 10px 0 }
.pack_price {
	float: right;
	margin-right: 3px;
	font-size: 12px
}
.confirmation {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e6db55;
	font-size: 13px;
	background: none repeat scroll 0 0 #ffffe0;
}
#page .rte { background: transparent none repeat scroll 0 0 }

.listcomment {
	list-style-type:none;
	margin:0 0 20px 0 !important;
}
.listcomment li {
	padding:10px 0;
	border-bottom:1px dotted #ccc;
	color:#666
}
.listcomment .titlecomment {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#333
}
.listcomment .txtcomment {
	display:block;
	padding:5px 0;
	color:#333
}
.listcomment .authorcomment {}


/* ************************************************************************************************
		HEADER
************************************************************************************************ */
/*.mode_header{
	 fallback 
 background: url(/images/bg/container-header.png) #003def center bottom;
}*/
#header {color:#ff4834; font-size: 13px; font-weight: bold;}
#header a{color:#ff4834;}
#header a:hover, #languages_block_top .selected_language, #currencies_block_top .selected a{color:#f44d00}
.header_logo{float:left; margin:24px 40px}
#header_logo {
	
}

.header_right {
	float: right;
	margin-right: 20px;
}
#header_user, #languages_block_top, #currencies_block_top{float:right; margin-top:16px; margin-bottom:10px}
#header_user{padding-right:8px}
#languages_block_top, #currencies_block_top{background:url(images/icon/i-linktop.png) no-repeat scroll left 3px transparent; *background-position:left 4px; background-position:left 4px\0/}
.text_top{font-size:14px; line-height:1.35em; font-weight:700; clear:both; margin:10px 0;  padding-left:50px; text-align:right; *float:right; *margin:0 0 15px}
.text_top .icon{background:url(images/icon/icons.png) 0 -527px no-repeat; display:inline-block; width:25px; height:18px; font-size:0; line-height:0; float:none; #float:left}
/*.header_content_menu{background:#0a4ebc url(images/bg/gradient1.png) 0 bottom repeat-x; border:none; border-top:1px solid #ff4834; border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0}*/
.icon.cart{background-position: 0 -479px; width:22px; height:22px;}

.link_home{float:right;background: url(images/bg/gradient2.png) 0 bottom repeat-x #ff4834; width:45px; height:34px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; margin:10px}
.link_home a{font-family:'Dorid Sans', sans-serif; color:#fff; font-weight:700; text-transform:uppercase; }
.icon.home{background-position: -31px -479px; width:22px; height:17px; }
#shopping_cart a, .link_home a{display:block; margin-top:10px; white-space:nowrap;font-size:12px !important}
.link_home a{*margin-top:9px}
.icon.cart, .icon.home{margin:-3px 6px 0 12px}
.icon.line{background:url(images/icon/i-linktop.png) no-repeat scroll left 0 transparent; width:1px; height:12px; float:none; font-size:0; margin:0 3px; *margin-top:4px}
.header_content_menu{z-index:101}
/* ************************************************************************************************
		FOOTER
*********************************************☺*************************************************** */
.mode_footer {
	margin-top:30px;
}
.mode_footer_top{border-top:1px solid #d6d6d6; color:#323232; padding:15px 0; margin:8px 0 0}
.block_popular_word_search span{color:#dcdcdc;}
.block_popular_word_search a{color:#323232}
.block_popular_word_search h6{display:inline; margin-right:10px;}
.footer_right .footer_content{border-left:1px solid #d6d6d6; margin: 0; padding:15px 0 15px 10px; overflow:hidden; min-height:220px}
.mode_footer_main{padding-top:8px}
.mode_footer_main, .footer_bottom{border-top:1px solid #d6d6d6}
#footer{padding-right:20px}
#footer .grid_4{margin-top:8px; margin-bottom:14px}
#footer .title_block ,
#footer .title_block  a , .show_hide_footer{
	font-weight:normal;
	font-size:14px;
	font-family:'Dorid Sans', sans-serif;
	color:#323232;
	padding-bottom:5px;
}
#footer a {}
#footer a:hover {}
#footer ul {list-style-type:none}
#footer .block_content li {padding:2px 0}
#footer li a {}

#footer .myaccount {}
#footer .myaccount .title_block, #footer .myaccount h4 {	
	background:none;
	text-shadow:none
}
#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img {display:none}
.footer_right ul{clear:both}
.footer_right ul li{list-style:none; float:left;margin-right:10px; margin-bottom:10px}
.footer_right ul li a{margin-left:5px; line-height:2em}

.logo_payment{float:right; padding-top:15px}
.logo_payment .brand-logo:first-child{margin-left:0;}
.brand-logo{background-image:url(images/icon/payment_logos.png); background-repeat:no-repeat; display:inline-block; margin-left:10px}
.brand-logo span{display:none}
.brand-logo.paypal{width:45px; height:28px; background-position:0 0}
.brand-logo.visa{width:38px; height:28px; background-position:-57px 0}
.brand-logo.american{width:41px; height:28px; background-position:-109px 0}
.brand-logo.master{width:77px; height:28px; background-position:-164px 0}
.brand-logo.skrill{width:47px; height:28px; background-position:-252px 0}
.copy-right{/* font-size:11px;  */padding:25px 0}
#footer .show_hide_footer{display:none}
/* ************************************************************************************************
		PRODUCT PAGE
************************************************************************************************ */

/* BLOCK idTabs ******************************************************************************** */
.idTabs {
	list-style-type: none;	
}
ul.idTabs li {
	float: left;	
}
#more_info_tabs .idTabs a, .title_hide_show {
	display:block;
	padding:0 20px 0 0;
	font: 400 18px 'Dorid Sans', sans-serif;
	text-transform:uppercase;
	color:#646464;
}
#more_info_tabs .idTabs .selected, #more_info_tabs .idTabs a:hover, .title_hide_show.selected{
	color:#f44d00;
}
.idTabs .selected{cursor:default}
#more_info_sheets {}
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl {line-height:1.8em; list-style:none}
#more_info_sheets em {font-style:italic}

#more_info_sheets .product_desc{
	margin-top:5px
}

#more_info_sheets .product_desc .product_image{
	float:left
}

#more_info_sheets .product_desc .block_description{
	float:left;
	margin-left:10px;
	width:420px
}
#more_info_sheets .product_desc .clear_product_desc{
	clear:both;
	height:0px;
	line-height:0px
}
.title_hide_show{margin-top:20px}
#more_info_sheets + .title_hide_show{margin-top:0}
/* Make sure lists are correctly displayed in tinyMCE BO edition mode too */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {margin-left:20px}

.block_hidden_only_for_screen {display:none}


/* ************************************************************************************************
		PAGE AUTHENTIFICATION
************************************************************************************************ */
#authentication #left_column {}
#authentication #center_column{}


/* ************************************************************************************************
		PAIMENT - PAGE ORDER
************************************************************************************************ */

/* nav bottom ********************************************************************************** */
#order #left_column , #order-confirmation #left_column {}
#order #center_column, #order-confirmation #center_column{}

.cart_navigation {margin:20px 0; clear:both; overflow:hidden; border-top:1px solid #d6d6d6; padding-top:15px}
.cart_navigation .csbutton{margin-top:10px}
.cart_navigation a.csdefault{float:right}
.cart_navigation a.cssecond{float:left}
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {
	float:right
}
.cart_navigation .button,
.cart_navigation .button_large {
	border-color:#ccc;
	background-image:url(images/bg_bt_2.gif)
}


/* step 1 - cart ******************************************************************************* */
.cart_last_product {margin-bottom:20px}
.cart_last_product .cart_last_product_header{margin-bottom:5px}
.last_product_price{margin-top:5px}
#order-detail-content { overflow-x:auto}

table#cart_summary th {

}
table#cart_summary  th.cart_product {}
table#cart_summary  td {
	
}
table#cart_summary  td.cart_delete,
table#cart_summary  td.price_discount_del {}
table#cart_summary  .last_item  td {}


table#cart_summary tr.cart_item.odd,
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price,
table#cart_summary tr.cart_total_voucher{
	
}
table#cart_summary tr.cart_item.even {
	
}

table#cart_summary tr.customization.odd {

}
table#cart_summary tr.customization.even {
	
}

table#cart_summary tr ul {
	list-style: none;
}
table#cart_summary .cart_product {
	
}
table#cart_summary tbody tr:last-child td {
	
}
table#cart_summary tbody tr td.cart_discount_delete {
	padding-left: 34px;
}
table#cart_summary  .cart_product .c_product_img, .cart_last_product_img{float:left; margin-right:10px;}
.grid_8 table#cart_summary  .cart_product .c_product_img, .grid_8 .cart_last_product_img{float:none; clear:both}
table#cart_summary  .cart_product  img {display:block}
table#cart_summary .cart_description {
	width:230px;
}
table#cart_summary .cart_unit {width:130px;}
table#cart_summary td.cart_unit {}
table#cart_summary  .cart_quantity {width:94px; text-align:center}
table#cart_summary  div.cart_quantity{margin-top:-9px}
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
.cart_quantity{width:70px}
.cart_quantity .cart_quantity_input {
	float:left;
	margin-left: 5px;
	width: 25px;
}
.cart_quantity .cart_quantity_button {
	float:left;
	margin-top:5px; 
	margin-right:3px;
}
.cart_quantity .cart_quantity_button a, .cart_quantity .cart_quantity_button img{display:block}
.cart_quantity .cart_quantity_button a.cart_quantity_up{margin-bottom:5px}
table#cart_summary .cart_total {width:120px;text-align: right; padding-right:0}
table#cart_summary td.cart_total {text-align: right}
table#cart_summary .cart_delete {
	width:64px;
}
table#cart_summary .cart_discount_price {}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	display:inline-block;
	padding:1px 2px;
	font-size:8px;
	color:#666;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	background:#ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.cart_total_price .total_price_container {
	border-right:none;
	line-height:1.3em;
}

table#cart_summary .cart_total_price td.cart_voucher {

}

table#cart_summary #total_price_container {

}
.cart_voucher{margin-bottom:40px}
.cart_voucher .title_block, .cart_voucher h4
.cart_voucher p {float:left;}
.cart_voucher .title_block, .cart_voucher h4 {
	margin-right:12px;
	padding:10px 0;	
}
.cart_voucher p {padding-bottom:0;}

.cart_voucher p.discount_name_block {float:left; margin-right:10px}
.cart_voucher #display_cart_vouchers {
	clear:both;
	line-height: 20px;
	color:#666;
	padding-top:2px;
	font-weight:normal;
	border-top:1px dotted #ccc
}
.cart_voucher .title_offers {
	margin-top:15px;
	margin-bottom:5px
}
.cart_voucher #display_cart_vouchers span {
	font-weight:bold;
	cursor:pointer;
}
.cart_voucher input.discount_name {}
.cart_voucher .submit input.csbutton {
	min-height:34px;
}

.cart_total_price, #cart_summary tfoot td{
	text-align:right;
}
#cart_summary tfoot td:first-child{line-height:2em; padding-right:10px; color:#323232}


#order_carrier {
	clear:both;
	margin-top:20px;
	border:1px solid #999;
	background:#fff
}
#order_carrier .title_block  {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	background:url(images/bg_table_th.png) repeat-x 0 -10px #999
}
#order_carrier span {
	display:block;
	padding:15px;
	font-weight:bold
}

.order_delivery .first_item {margin-right:5%;}

.multishipping_close_container {
	text-align: center;
}

table#cart_summary .gift-icon {
	color: white;
	background: #0088CC;
	line-height: 20px;
	padding: 2px 5px;
	border-radius: 5px;
}

span.cs_cart_quantity{float:left;margin:1px 15px 0 5px;}
.cs_cart_quantity img{display:none;}
.cs_cart_quantity a{width:17px; height:17px; display:block; background-image:url(images/icon/icons.png); background-repeat:no-repeat}
.cs_cart_quantity .cart_quantity_up{background-position:-100px -379px}
.cs_cart_quantity .cart_quantity_down{background-position:-136px -380px}
.cart_unit .price-old{line-height: normal; display:block;}
.cart_unit .price-old + .price.unit{display:block; margin-top:8px}

#compare_shipping .SE_SubmitRefreshCard{float:right}
#compare_shipping .SE_SubmitRefreshCard #carriercompare_submit{margin-right:18px}
#carriercompare_submit, #update_carriers_list{margin-top:10px}
/* step 2 - authentification ******************************************************************* */
.cslogin{
	clear: none;
	float: left;
	width: 49%;
}
#create-account_form, .cslogin_right { margin-right:2%}

#authentication #create-account_form fieldset,
#authentication #login_form fieldset {
	min-height: 200px
}

#authentication #create-account_form .form_content {
	padding:15px 0
}
#authentication #login_form .form_content
{
	padding: 48px 0 15px;
}
#create-account_form h3,
#authentication #login_form h3 {
	
}
#create-account_form .title_block  {
	min-height:33px;
	padding:0;
}

#create-account_form label,
#login_form label {
	display:block;
	padding:7px 0;
}
.cslogin input[type="text"], .cslogin  input[type="password"], .cslogin .fieldset  .text input[type="text"], .cslogin .fieldset .text  input[type="password"]{width:85%}
/* p.text{padding-bottom:0} */
p.lost_password{padding-top:10px}
#login_form_content{margin-bottom:15px}

#create-account_form #email_create,
#login_form #email,
#login_form #passwd,
#login_form #login_email,
#login_form #login_passwd {
	
}

#create-account_form #SubmitCreate
{
	margin-top:100px
}

.lost_password {
}
.lost_password a {}

#order-opc .lost_password {
	
}

#ordermsg p {padding-bottom:0}
#ordermsg p.txt {
	
}
/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height:90px;
}

/* step 3 - address ************************************************************************** */

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #D0D3D8;
	background: url("images/form_bg.jpg") repeat-x scroll left top #D0D1D5;
	margin-bottom: 10px;
	padding: 5px;
}
#multishipping_mode_checkbox {
	vertical-align: middle;
	margin-right: 5px;
}
#multishipping_mode_box.on {
	border: 1px solid #ddd;
}
#multishipping_mode_box .title {
	padding: 5px;
	font-weight: bold;
}
#multishipping_mode_box .description, #multishipping_mode_box .description_off {
	padding: 5px;
}
#multishipping_mode_box .description_off {
	display: none;
	padding: 5px;
}
#multishipping_mode_box .description_off div {
	margin-bottom: 10px;
}
#multishipping_mode_box .description_off a, #multishipping_mode_box .description a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 160px;
	border: 1px solid #ccc;
	background: #ddd;
}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	background: #f3f3f3;
	border: 1px solid #ccc;
}
#multishipping_mode_box.on .description_off {
	display: block;
}


/* step 4 - paiement ************************************************************************** */

.delivery_options {
	border-bottom: 1px solid #d6d6d6;	
}

.delivery_options_address h3, .delivery_options_address h3 {
	padding: 6px 11px;
	color: #f44d00;
	text-transform: uppercase;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
}
#order .delivery_option_radio, #order-opc .delivery_option_radio {
	float: left;
	margin: 21px 12px;
}
#order .delivery_option label, #order-opc .delivery_option label {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow-x:auto;
}
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
	height: 46px;
	width: 685px;
}
#order .delivery_option.item, #order-opc .delivery_option.item {
	
}
#order .delivery_option.alternate_item, #order-opc .delivery_option.alternate_item {
	border-top: 1px solid #bdc2c9;
	background: #f1f2f4;
	border-bottom: 1px solid #bdc2c9;
}
#order .delivery_option label > table.resume td, #order-opc .delivery_option label > table.resume td {
	padding: 0 8px;
}
#order .delivery_option label > table.resume td + td, #order-opc .delivery_option label > table.resume td + td {
	width: 300px;
}
#order .delivery_option label > table.resume td + td + td, #order-opc .delivery_option label > table.resume td + td + td {
	width: 100px;
	text-align: right;
}
#order .delivery_option_carrier td {width:200px}
#order .delivery_option_carrier td + td {width:280px;}
#order .delivery_option_carrier td + td + td {width:200px}
#order .delivery_options_address .delivery_option_logo, #order .delivery_option_carrier .delivery_option_logo, #order-opc .delivery_options_address .delivery_option_logo {
	padding-left:10px;
	width: 160px;
}
#order .delivery_options_address .delivery_option_logo img, #order-opc .delivery_options_address .delivery_option_logo img { /*height: 40px;*/ }
#order .delivery_option_carrier .first_item, #order-opc .delivery_option_carrier .first_item {
	padding: 3px 5px 3px 12px;
	background:url(images/arrow_right_2.png) no-repeat 3px 7px
}

.order_carrier_content {
	
}
.order_carrier_content h3 {
	padding:15px 0 10px 0;
	font-size:13px;
	color:#000
}
.order_carrier_content h3.carrier_title {padding-top:0}
.order_carrier_content input {
	vertical-align:-1px;
	*vertical-align:2px;
}

#carrierTable {
	border:1px solid #999;
	border-bottom:none;
	background:#fff
}

#carrierTable tbody{
	border-bottom:1px solid #999;
}
#carrierTable  th {
	padding:0 15px;
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	text-transform:uppercase;
	background:url(images/bg_table_th.png) repeat-x 0 -10px #999
}
#carrierTable  td {
	padding:15px;
	font-weight:bold;
	border-right:1px solid #e9e9e9
}
#carrierTable  td.carrier_price {border:none}

#gift_div {
	display:none;
	padding-bottom:10px
}
#gift_div label {
	display:block;
	margin-bottom:5px
}
#gift_div #gift_message {
	height:50px;
	width:720px;
	border:1px solid #999
}

a.iframe {font-weight:bold}

.hook_extracarrier {
	margin-top: 5px;
	padding: 5px;
}

/* step 5 - paiement ************************************************************************** */
.paiement_block {
}

.payment_module {
	position:relative;
	padding-top:20px;
	border-top:1px dotted #ccc;
	text-transform:uppercase;
}
.payment_module a {display:block;}
.payment_module img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
/*.payment_module span {
	position:absolute;
	top:50px;
	left:145px
}*/

.payment_module:before,
.payment_module:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden
}
.payment_module:after {clear: both}
.payment_module {zoom: 1}


/* ************************************************************************************************
		PAGE ORDER-OPC
************************************************************************************************ */
#order-opc #left_column {}
#order-opc #center_column{}


#order-opc h2 {}
#order-opc h2 span {
	
}

#order-opc #login_form fieldset {
	
}
#order-opc #login_form fieldset p {}
#order-opc #login_form fieldset p a {}

#order-opc #new_account_form p.submit {
	
}
#order-opc #new_account_form p.opc-required {}

#order-opc .addresses {margin-bottom:20px}

#order-opc #opc_delivery_methods h3 {margin-top:20px;}
#order-opc #opc_delivery_methods textarea {
	height:60px;
}
#order-opc #opc_delivery_methods #message {}
#order-opc #opc_payment_methods {margin-bottom:20px}
#order-opc #opc_payment_methods #opc_payment_methods-content p{margin:0}
.delivery_option_carrier td {width:200px}
.delivery_option_carrier td + td {width:280px;}
.delivery_option_carrier td + td + td {width:200px}
.delivery_option_carrier {
	margin: 5px 0 0 45px;
	width: 670px;
	display: none;
}
 .delivery_option_carrier tr td {
	padding: 5px;
}
.delivery_option_carrier.selected {
	display: table;
}
.delivery_option_carrier.not-displayable {
	display: none;
}
.delivery_option_title {
	font-weight: bold;
}


/* ************************************************************************************************
	express checkout
************************************************************************************************ */
#new_account_form {clear:both;margin-bottom: 20px}

#center_column #new_account_form p {
	margin:0;
}
#new_account_form p.required {}
#new_account_form p.required sup {}

#new_account_form p.checkbox input {}

#new_account_form #submitGuestAccount {float: right}

/* ************************************************************************************************ */

/* ************************************************************************************************
		paiment - CONFIRMATION
************************************************************************************************ */
#orderconfirmation #left_column {}
#orderconfirmation #center_column{}


/* ************************************************************************************************
		PAGE PASSWORD
************************************************************************************************ */



/* ************************************************************************************************
		PAGE ADRESSES
************************************************************************************************ */
#addresses #left_column {}
#addresses #center_column{}

#address p.inline-infos {}


/* ************************************************************************************************
		PAGE ADD ADRESS
************************************************************************************************ */
#address #left_column {}
#address #center_column{}

form#add_address {}
#add_address fieldset {
	margin:0;
}
#add_address h3 {
	
}


#add_address p.text label,
#add_address p.password label,
#add_address p.select label,
#add_address p.select span,
#add_address p.textarea label {

}

#add_address p.textarea label {}
#add_address p.textarea textarea {
	
}
#center_column  #add_address p.submit2 {
	
}

#add_address span.form_info,
#add_address span.inline-infos {
	display:block;
	margin:5px 0 0 265px;
	color:#666
}


/* ************************************************************************************************
		PAGE ORDER-SPLIP
************************************************************************************************ */
#order-slip #left_column {}
#order-slip #center_column{}

#order-slip #order-list {border-bottom:1px solid #999}
#order-slip #order-list td {
	border-top: 1px solid #ccc;
	border-bottom:none
}
#order-slip #order-list td.history_invoice {border-right:none}


/* ************************************************************************************************
		PAGE DISCOUNT
************************************************************************************************ */
#discount #left_column {}
#discount #center_column{}

#discount .table_block tr.last_item td {border-bottom:1px solid #999}
#discount .table_block td.discount_expiration_date {border-right:1px solid #999}
#discount .table_block td.discount_value {white-space:nowrap}


/* ************************************************************************************************
		PAGE ORDER FOLLOW
************************************************************************************************ */
#order-follow #left_column {}
#order-follow #center_column{}


/* ************************************************************************************************
		PAGE NEW-PRODUCTS
************************************************************************************************ */
#newproducts .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE BEST SALES
************************************************************************************************ */
#bestsales .sortPagiBar {margin-bottom:20px}

/* ************************************************************************************************
		PAGE PRICES DROP SALES
************************************************************************************************ */
#pricesdrop .sortPagiBar {margin-bottom:20px}


/* ************************************************************************************************
		PAGE MANUFACTURER
************************************************************************************************ */
#manufacturer .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}

#manufacturer #product_list {margin-top:15px}

ul#manufacturers_list {list-style-type:none}
ul#manufacturers_list li {
	margin-bottom: 14px;
	padding: 12px 20px;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#manufacturers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#manufacturers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
}
ul#manufacturers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000
}
ul#manufacturers_list li .description {
	overflow: hidden;
	padding: 0;
}
ul#manufacturers_list li .right_side {float:right;}

.description_box {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px #E2E2E2;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}
.description_box p {
	margin: 0;
	padding: 0 10px 5px;
}
.description_box .hide_desc {
	display: none;
}
.description_box .lnk_more {
	background: url("images/arrow_right_1.png") no-repeat scroll 100% 4px transparent;
	color: #0088CC;
	padding: 0 10px;
}
.description_box ul {
	padding-left: 30px;
	padding-bottom: 10px;
}

/* ************************************************************************************************
		PAGE SUPPLIER
************************************************************************************************ */
#supplier .nbrmanufacturer {
	margin: 15px 0 10px;
	padding: 8px 7px;
	font-size:12px;
	color: #000;
	background: none repeat scroll 0 0 #f0f0f0
}
ul#suppliers_list {list-style-type:none}
ul#suppliers_list li {
	margin-bottom: 14px;
	padding: 12px 20px;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
ul#suppliers_list li a.lnk_img {
	display: block;
	float: left;
}
ul#suppliers_list li img {
	display: block;
	float: left;
	margin-right: 14px;
}
ul#suppliers_list li h3 {}
ul#suppliers_list li .description {
	overflow: hidden;
	padding: 0;
}
ul#suppliers_list li .right_side {float:right;}


/* ************************************************************************************************
		PAGE SEARCH
************************************************************************************************ */
#search .nbresult {
	margin:0 0 10px 0;
	padding:10px;
	border:1px dotted #e6db55;
	background:#ffffe0
}



/* ************************************************************************************************
		PAGE 404
************************************************************************************************ */
#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {display:none}

#pagenotfound #left_column,
#pagenotfound #right_column,
#pagenotfound #footer {display:none}

#pagenotfound #center_column {}

#pagenotfound .pagenotfound {
	padding:30px 300px 0 0;
	height:330px;
	font-size:14px;
	background:url(images/bg_404.png) no-repeat 100% 0
}
#pagenotfound h3 {
	font-weight:normal;
	font-size:14px
}
#pagenotfound fieldset {border:none}
#pagenotfound fieldset label {color:#333}
#pagenotfound  #search_query {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #fff !important;
	border-top: 1px solid #666;
	padding: 0 5px;
	height: 24px;
	width: 450px;
	color: #ccc;
	background: url(images/bg_search_input.png) repeat-x scroll 0 0 #fff
}
#pagenotfound .button_small {
	padding: 4px 7px;
	border: medium none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color: #fff;
	text-transform: uppercase;
	background: url("../../../modules/blocksearch/img/bg_search_submit.png") repeat-x scroll 0 0 #101010
}
#pagenotfound .pagenotfound a {
	font-weight:bold;
	color:#333
}
#pagenotfound .pagenotfound .icon {
	position:relative;
	top:3px
}


/* ************************************************************************************************
		addons payment cheque
************************************************************************************************ */
#module-cheque-payment #left_column {display:none}
#module-cheque-payment #right_column {display:none}
#module-cheque-payment #center_column{margin-left:0}


/* ************************************************************************************************
		addons payment bankwire
************************************************************************************************ */
#module-bankwire-payment #left_column {display:none}
#module-bankwire-payment #right_column {display:none}
#module-bankwire-payment #center_column{margin-left:0}


/* ************************************************************************************************
		addons google checkout
************************************************************************************************ */
#module-gcheckout-payment #left_column {display:none}
#module-gcheckout-payment #right_column {display:none}
#module-gcheckout-payment #center_column{}

/* ************************************************************************************************
		addons paypal
************************************************************************************************ */
#module-payment-submit #left_column {display:none}
#module-payment-submit #right_column {display:none}
#module-payment-submit #center_column{}


/* ************************************************************************************************
		addons cashondelivery validation
************************************************************************************************ */
#module-cashondelivery-validation #left_column {display:none}
#module-cashondelivery-validation #right_column {display:none}
#module-cashondelivery-validation #center_column{margin-left:0}


/* ************************************************************************************************
		addon RerversoForm
************************************************************************************************ */
#account-creation_form fieldset.reversoform {padding:10px !important}
#account-creation_form fieldset.reversoform  .text label{
	display:block;
	padding:0 0 10px 0;
	width:100%;
	text-align:left;
}
#account-creation_form fieldset.reversoform .infos-sup {
	padding:0 !important;
	font-size:10px;
	font-style:italic;
	text-align:right
}
/* ************************************************************************************************
		addon customer privacy
************************************************************************************************ */
#account-creation_form fieldset.customerprivacy label, fieldset.customerprivacy label{
	padding-bottom:0;
	font-size:14px;
	text-align:left;
	cursor:pointer
}

/* ************************************************************************************************
		addon referralprogram
************************************************************************************************ */
#module-referralprogram-referralprogram-program #left_column {}
#module-referralprogram-referralprogram-program #center_column{}

#footer .myaccount li.referralprogram img {display:none}

#module-referralprogram-referralprogram-program .sheets {padding-top:10px}

#module-referralprogram-referralprogram-program form p.checkbox {font-weight:bold}
#module-referralprogram-referralprogram-program form p.checkbox a {text-decoration:underline}
#module-referralprogram-referralprogram-program form p.submit {text-align:right}
#module-referralprogram-referralprogram-program form p.see_email {
	padding-left:10px;
	color: #0088cc;
	background:url(images/arrow_right_1.png) no-repeat 0 4px;
}
#module-referralprogram-referralprogram-program form p.see_email a {
	color: #0088cc;
	text-decoration:underline
}

/* ************************************************************************************************
		addon loyalty
************************************************************************************************ */
#module-loyalty-default #left_column {}
#module-loyalty-default #center_column{}

#product p#loyalty {
	padding:10px 0 0 20px;
	border-top:1px solid #ccc;
	background:url(images/icon/info.png) no-repeat 0 8px;
	margin-top: 10px;
}

#footer .myaccount li.loyalty img {display:none}


/* ************************************************************************************************
		addon Livezilla
************************************************************************************************ */
#livezilla_lnk  {
	margin:10px 0;
	text-align: right
}
#livezilla_lnk a {
	display:inline-block;
	padding:6px 8px 8px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font:bold 10px Arial,Verdana,sans-serif;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	background: url(images/bg_bt_compare.gif) repeat-x scroll 0 0 #000
}
#livezilla_lnk a:hover {text-decoration:none}

/* ************************************************************************************************
		addons comments products
************************************************************************************************ */
form#sendComment  fieldset{
	padding:10px;
	border:1px solid #ccc;
	background:#eee
}
form#sendComment h3 {font-size:14px;}
#new_comment_form p.text {
	 margin-bottom: 0;
	 padding-bottom: 0;
}
#sendComment p.text label,
#sendComment p.textarea label {
	display: block;
	margin: 12px 0 4px;
	font-weight: bold;
	font-size: 12px;
}
#sendComment p.text input {
	padding: 0 5px;
	height: 28px;
	width: 498px;
	border: 1px solid #ccc;
	background: url(images/bg_input.png) repeat-x 0 0 #fff;
}
#sendComment p.textarea textarea {
	height:80px;
	width:508px;
	border:1px solid #ccc;
}
#sendComment p.submit {
	padding:0;
	text-align:right
}

#sendComment p.closeform {
	float:right;
	padding:0;
	height:12px;
	width:12px;
	text-indent:-5000px;
	background:url(images/icon/delete.gif) no-repeat 0 0
}

.star {
	float: left;
	height: 12px;
	width: 12px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
.star, .star a { background: url(images/icon/star.png) no-repeat 0 -14px }
div.star_on a, div.star_on { background-position: 0 0 }
div.star_hover a, div.star a:hover { background-position: 0 0 }


/* ************************************************************************************************
		xxxxx
************************************************************************************************ */


/* ************************************************************************************************
		guest tracking
************************************************************************************************ */

#guest-tracking fieldset p:first-child {
	padding-top: 10px;
}
#guest-tracking fieldset p:last-child {
	padding-bottom: 10px;
}



/* ************************************************************************************************
		CSS Modules
************************************************************************************************ */

/******* IMPORTANT - Internet Explorer can read 31 CSS files max. Some CSS have been put here and erased from their own module folder.************/

/*************** Block ADVERTISING ***************/
.advertising_block {margin-bottom: 20px; text-align: center }
.advertising_block img{border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -o-border-radius:6px; width:100%; height:auto}


/*************** Block CATEGORIES ***************/
#categories_block_left  li {}
	#categories_block_left  li.last {}
		#categories_block_left  li a.selected {
			color:#323232;
			text-shadow:1px 0px #f1f1f1;
			cursor:default;
		}
		
	#categories_block_left  li ul {}
		#categories_block_left  li ul li {}
			#categories_block_left  li ul li a, #blockblogcategory_left  li ul li a {
				padding-left:0;
				background:none;
				text-transform:capitalize;
				opacity:0.7;
				-moz-opacity: 0.7;
				filter:alpha(opacity=70);
				display:inline-block;
			}
		
#categories_block_left li .OPEN,
#categories_block_left li .CLOSE,
.blockblogcategory li .OPEN,
.blockblogcategory li .CLOSE{
	display:block;
	float:right;
	margin:7px 0 0;
	*margin-top:8px;
	height:9px;
	width:9px;
	background:url(../../../modules/blockcategories/img/icon/open-close.png) no-repeat 0 -9px;
	cursor:pointer
}
#categories_block_left li .CLOSE, .blockblogcategory li .CLOSE {background-position:0 0}


/* footer */
.blockcategories_footer {
	padding:15px 10px;
}
.blockcategories_footer .category_footer {float:left;clear:none;}
.blockcategories_footer .category_footer .list{float:left;}
.blockcategories_footer ul ul {display:none !important}



/*************** Block CMS ***************/
/* footer */
#footer .block_various_links {}

/* Block CMS links */
.informations_block_left li {border-bottom:1px dotted #eee}
.informations_block_left li.last {border:none;}
.informations_block_left li a {
    display:block;
    padding:7px 11px 5px 22px;
    color:#333;
    background:url(../../../modules/blockcms/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}
    
tr.subitem > td:first-child + td {
    padding-left: 10px;
}



/*************** Block CONTACTINFOS ***************/

#block_contact_infos {}
#block_contact_infos li {
	padding:0 !important;
	line-height: 20px;
}
#block_contact_infos li  strong {
	font-weight:normal;
}
#block_contact_infos li  pre {font:12px/1.35em arial;}



/*************** Block LINK ***************/
#links_block_left .block_content li {border-bottom:1px dotted #eee}
#links_block_left .block_contentt li.last {border:none;}
#links_block_left .block_content li a {
    display:block;
    padding:7px 11px 5px 22px;
    color:#333;
    background:url(../../../modules/blocklink/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}



/*************** Block MANUFACTURER ***************/
#manufacturers_block_left form{margin-top:18px}
#manufacturers_block_left select{width:100%}

/*************** Block LOGO PAYMENT ***************/

.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em }
.paiement_logo_block a { text-decoration: none }
.paiement_logo_block img { margin: 0 0.5em }



/*************** Block RSS ***************/
#rss_block_left p {
	margin:0;
	padding:10px;
}

#rss_block_left li {border-bottom:1px dotted #ccc}
#rss_block_left li.last {	border:none;}
	#rss_block_left li a {
		display:block;
		padding:7px 11px 5px 22px;
		color:#333;
		background:url(../../../modules/blockrss/img/arrow_right_2.png) no-repeat 10px 10px transparent
	}

	
/*************** Block SOCIAL ***************/
#social_block {padding:15px 10px;}
#social_block li {padding-left:22px !important;}
#social_block li.facebook {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 6px;}
#social_block li.twitter {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -26px;}
#social_block li.rss {background:url(../../../modules/blocksocial/img/sprite_pict_social_block.png) no-repeat 0 -56px;}


/*************** Block STORE ***************/
.blockstore img { margin: 10px 0 0 0; width:100%}
.blockstore p { 
	padding-bottom:0;
	font-weight:bold;
	text-align: right
}
.blockstore p.store_image { 
	padding-bottom:10px;
	text-align:center
}


/*************** Block SUPPLIER ***************/
.blocksupplier li {border-bottom:1px dotted #ccc}
.blocksupplier li.last {	border:none;}
	.blocksupplier li a {
		display:block;
		padding:7px 11px 5px 22px;
		color:#333;
		background:url(../../../modules/blocksupplier/img/arrow_right_2.png) no-repeat 10px 10px transparent
	}

.blocksupplier form {margin-top:10px;}
.blocksupplier p {
	padding:0;
	text-align:center
}

.ie7 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%}
.ie8 #featured-products_block_center .product_image span.new{top:110px;right:0;width:94%}
.lt-ie6 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%}
/*hieu ung*/
.banner_block a img:hover, .static_block_home_banner a:hover img, .advertising_block a img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.product_image:hover img, .product_img_block_home:hover img, .product_img_link:hover img, .content_img:hover img, .product_image_menu:hover img, .prod_hover_active{
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.product_image img, .product_img_block_home img, .banner_block a img, .advertising_block a img, .product_img_link img, .content_img img, .product_image_menu img{display:block;background-size: 100% 100%}
.product_image, .product_img_block_home, .banner_block a, .advertising_block a, .product_img_link, .content_img, .product_image_menu{overflow:hidden; display:block}
.image .on_sale, .image .new, .post_date_add.md, .banner_block a img, .static_block_home_banner a img{
	transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	opacity:1
}
.ajax_block_product:hover .on_sale, .ajax_block_product:hover .new, .box1 li:hover .on_sale, .box1 li:hover .new {
	top:-7px;
}
.ajax_block_product:hover .on_sale, .ajax_block_product:hover .new, .box1 li:hover .on_sale, .box1 li:hover .new {
	*top:0;
	top:0\0/;
}
#post_list   .pitem:hover .post_date_add.md{top:-5px}
#post_list .pitem:hover .post_date_add.md{*top:10px; top:10px\0/}
.ajax_block_product .on_sale, .ajax_block_product .new, #post_list   .pitem .post_date_add.md, .box1 li .on_sale, .box1 li .new{background-position:center center;}
.ajax_block_product:hover .on_sale, .ajax_block_product:hover .new, #post_list   .pitem:hover .post_date_add.md, .box1 li:hover .on_sale, .box1 li:hover .new {background-image:url(images/bg/shadow1.png); background-repeat:no-repeat; background-position:center bottom; padding-bottom:10px}
.ajax_block_product:hover .on_sale, .ajax_block_product:hover .new, #post_list   .pitem:hover .post_date_add.md, .box1 li:hover .on_sale, .box1 li:hover .new {#background-image:none;  #padding-bottom:0; background-image:none\0/;  padding-bottom:0\0/}



/*box 0*/
.box0{ margin-bottom:40px}
.box0 .title, #compare_shipping h3{background:url(images/bg/bg-box1.png) repeat-x;padding:10px 20px; border-bottom:3px solid #f44d00; border-top:1px solid #c3c1c1 !important;border-left:1px solid #c3c1c1 !important; border-right:1px solid #c3c1c1 !important; border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; -o-border-radius:3px 3px 0 0;}
.box0 .title h3, .box0 .title a, #compare_shipping h3{color:#f44d00}
.box0 .title a:hover{color:#646464}
.box0 .box-content{padding:17px 20px 20px}

/*box 1*/
#left_column .box1, #right_column .box1{margin-bottom:20px}
.box1{border:1px solid #c3c1c1; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; margin-bottom:40px}
.box1 .title{background:url(images/bg/bg-box1.png) repeat-x;padding:10px 20px; border:none; border-bottom:3px solid #f44d00; color:#f44d00}
.box1 .title h3, .box1 .title a{color:#f44d00}
.box1 .title a:hover{color:#646464}
.box1 .box-content{padding:17px 20px 20px}
/*box 2*/
.box2 {padding:0; margin-bottom:20px}
.box2 .title{background-image:url(images/bg/gradient1.png); background-repeat:repeat-x; background-color:#0a4ebc; padding:10px 20px; border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; -o-border-radius:3px 3px 0 0;color:#fff; border:none; border-bottom:3px solid #f44d00; white-space:nowrap}
.box2 .title a{color:#fff}
.box2 .box-content{border:1px solid #c3c1c1; border-top:none; padding:20px 20px 9px}
/*title*/
h3.title1, .addresses ul.address .address_title, .ttitle, .title1{text-transform:uppercase; color:#323232; font-size:12px; padding-bottom:5px; font-weight:400}
h3.title2{text-transform:uppercase; color:#323232; font-size:14px; padding-bottom:5px}

/*unstyled*/
.unstyled, .unstyled ul{list-style:none}
.list_tree li{line-height:2em}
.list_tree li ul{margin-left:20px}
/*product and blog*/
.ajax_block_product .image{position:relative;}
.ajax_block_product .image img{/* margin:0 auto; */ display:block}
.product_grid .name_product{margin-top:10px}
.name_product h3{padding-bottom:3px}
.name_product a, .title_post a, .pltitle{
	font-size:14px;
	color:#0135bd;
	font-weight:400;
	line-height:1.5em;
	text-transform:none;
	/* text-shadow:-1px 0 #aebbe7; */
}
.name_product a:hover, .title_post a:hover{color:#ff4834;}
.product_desc{font-size:12px; padding:3px 0 10px; letter-spacing:normal}

.on_sale, .new{position:absolute; top:0; right:0}
.price.old, .old_price, #old_price, .price-old, #reduction_amount{color:#c4c4c4; font-size:14px;text-decoration:line-through;/*  display:block; */ margin-right:5px; line-height:1.5em; }
#total_product, #total_shipping{color:#c4c4c4; font-size:14px;margin-right:5px; line-height:1.5em; }
.price.unit{color:#646464}
/* .new{position:absolute; top:0; left:0} */
.on_sale span, .new span{background:#ff4834; width:50px; height:50px; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%;font-size:14px; color:#fff; font-weight:700; display:table-cell; vertical-align:middle; text-align:center; text-transform:uppercase; #display:inline-block; *height:auto;}
.on_sale span{*padding:9px 0}
.new span, .on_sale span.percen{*padding:17px 0}
/*static block*/
.static_block_home_banner .grid_6{position:relative;}
.static_block_home_banner a{border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;overflow:hidden;display:block;}
.static_block_home_banner a:hover{border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;}
.static_block_home_banner img{display:block;}
.banner_text{position:absolute; bottom:38px; left:25px; font:700 32px 'Dorid Sans', sans-serif; color:#fff; text-transform:uppercase}

/*slider*/
.mode_slideshow .tp-leftarrow.default, .mode_slideshow .tp-rightarrow.default{background-image:url(images/icon/icons.png); background-repeat: no-repeat; width:18px; height:17px}
.mode_slideshow .tp-rightarrow.default{background-position:-34px -376px}
.mode_slideshow .tp-rightarrow.default:hover{background-position:-34px -406px}
.mode_slideshow .tp-leftarrow.default{background-position:0px -406px}
.mode_slideshow .tp-leftarrow.default:hover{background-position:0px -376px}
/*create account*/

.fieldset .radio.required label{display:inline}
.fieldset .required label, .fieldset .password label, .fieldset .text label, .fieldset .radio.required span, .fieldset .select span, .fieldset .select label, .fieldset .textarea label, #ordermsg p.txt, #compare_shipping label, .discount{padding:0 0 7px; display:block; color:#323232}
.fieldset .text input, .fieldset .required.password input, .fieldset .password input, textarea, .fieldset .textarea textarea, #compare_shipping input[type="text"], .cart_voucher input.discount_name{width:415px}
.fieldset p.select select, #compare_shipping select{width:441px}
.grid_8 .fieldset .text input, .grid_8 .fieldset .required.password input, .grid_8 .fieldset .password input, .grid_8 textarea, .grid_8 .fieldset .textarea textarea, .grid_8 #compare_shipping input[type="text"]{width:352px}
.grid_8 .fieldset p.select select, .grid_8 #compare_shipping  select{width:378px}
.grid_8 .cart_voucher input.discount_name{width:180px}
.required  sup, sup.required,.pl_requie {color:#ff4834; font-size:120%}
.fieldset span.form_info{
	display:block;
	margin:5px 0;
}
.fieldset p.select select#days, .fieldset p.select select#months, .fieldset p.select select#years {
	margin-right:17px;	
	width:auto;
}
.fieldset p.select select#days, .fieldset p.select select#years{width:120px}
.fieldset p.select select#months{width:160px}
#columns .fieldset p.select select#years{margin-right:0}
.grid_8 .fieldset p.select select#days, .grid_8 .fieldset p.select select#months, .grid_8 .fieldset p.select select#years{
	width:30%;
	margin-right:3%;
}
#center_column p.cart_navigation.required  {
	margin:20px 0;
}
#center_column p.cart_navigation.required span{padding-left:5px}
.customerprivacy #customer_privacy{margin:15px 5px 15px 0 !important}
.grid_12 .cart_voucher input.discount_name{width:388px}
/*checkout*/
.cart_navigation .cssecond{margin-right:18px}
#compare_shipping{padding:0 !important}
#compare_shipping p{padding-bottom:8px}
#compare_shipping p.warning.center{padding-bottom:10px}
#carriercompare_errors{margin:10px 0 -45px}
#order #compare_shipping ul#carriercompare_errors_list li{margin-left:0}
#compare_shipping #availableCarriers{margin-top:40px}
#compare_shipping h3{margin-bottom:15px}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:36px;
	height:36px;
	border:none;cursor:pointer;
	text-indent:100%;
	background:url(images/bg/gradient1.png) repeat-x #ff4834;z-index:100;text-indent:-9999px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#toTopHover {
	background:url(images/icon/icons.png) no-repeat scroll 0 -254px transparent;
	width:36px;
	height:36px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	display:inline-block;
	
}

#toTop:active, #toTop:focus {
	outline:none;
}
/****Blog****/
.post_name{margin-bottom:15px}
.post_name h3 a{color:#0135bd;text-transform:none;/* text-shadow:-1px 0 #8e9fdd */}
.post_name h3 a:hover{color:#f44d00}
.post_control .display{margin:9px 20px 11px 0;}
.ie10 .post_control .display{margin-top:8px}
#plpagination{#display:inline; float:left; }
.grid_8 #plpagination{clear:both}
.post_control #plpagination .csbutton{#vertical-align:middle}
.post_control #productsSortForm{float:right; #margin-top:7px}
.grid_8 .post_control #productsSortForm{float:left;margin-top:10px}
.nbresult{margin-bottom:25px}
#post_list{clear:both}
#post_list .pitem{margin-bottom:40px; margin-top:10px}
.pgrid .pitem{width:48%; float:left; display:inline-block; margin-left:2%; margin-right:2%}
.grid_8 .pgrid .pitem{width:100%; margin:0}
.pgrid .alpha{margin-left:0}
.pgrid .omega{margin-right:0}
.post_image{position:relative; margin-bottom:20px; display:inline-block; #display:inline; max-width:100%}
.plist .post_image, #module-csblog-detailpost .post_image{display:inline-block; #display:inline}
.post_description{#margin-top:15px}
#module-csblog-detailpost .grid_8 .post_image, .grid_8 .plist .post_image{display:block}
.post_date_add.md{position:absolute;top:10px; right:10px; }
.post_date_add.md .mdd{text-align:center; color:#fff;width:73px; height:73px;background-color:#ff4834;border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; }
.post_date_add.md div span{display:block;font-size:14px; text-transform:uppercase; #width:73px}
.post_date_add.md div span:first-child{font-size:32px; font-weight:bold; padding-bottom:5px; #padding-bottom:7px; line-height:27px}
.post_date_add.md div span:last-child{padding-bottom:7px}
.blog_category_image, .blog_category_description {margin-bottom:15px}
.post_control {margin: 28px 0 14px}
.post_pagination{border-top:1px solid #d6d6d6; padding:5px 0; #margin-top:40px}
.post_more_info{border:1px solid #c3c1c1; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding:8px 15px; text-transform:uppercase; margin-top:15px}
.post_more_info ul{list-style:none}
.post_more_info ul li{display:}
.post_comment{}
.post_comment span{color:#ff4834}
.plinput{display:block}
#captcha{vertical-align:middle; margin:10px 0}
#reloadbtn_cid_483{cursor:pointer}

.blog_left .post_date_add{color:#63b411; display:block; padding:5px 0}
.pldate_add, .comment_date{color:#63b411;}
.blocklastestproduct li, .blockblogcomment li{border-bottom:1px solid #D6D6D6; padding-bottom:18px; margin-bottom:15px}
.blocklastestproduct li.last, .blockblogcomment .last{border-bottom:none; margin-bottom:0; padding-bottom:0}
.pluser_name{text-transform:uppercase;}
.pluser_name{color:#1e1e1e}
.pltitle, .info_comment{padding-bottom:7px}
.plcomment {border-bottom:1px solid #D6D6D6; padding-bottom:14px; padding-top:14px}
.plcomment:first-child{padding-top:0}
.plcomment.last{border-bottom:none; padding-bottom:0}
.defaultSimpleSkin table.mceLayout{width:440px !important}
.opa{opacity: 0.5;-moz-opacity: 0.5;filter:alpha(opacity=50);}
#plpost h2{color:#0c32b7; text-transform:none; /* text-shadow:-1px 0 #aebbe7 */}
.color1{line-height:17px;overflow:hidden; color:#141414}
.color1 em{color:#141414; font-size:32px; font-weight:bold; font-family:'Myriad Pro'; #line-height:15px; display:inline-block; font-style:italic;vertical-align:bottom; #vertical-align:baseline}
.mac-os .color1 em{line-height:3px}
.tag_list, .pl_info_post .cs_social_button {padding-top:20px; padding-bottom:0}
.tag_list span:first-child{color:#141414}
.comment_author, .block_post_more{text-transform:uppercase}
.block_post_more{margin-top:5px}
.box0-content{padding-top:20px}
.fieldset.box0-content{padding-top:13px}
.blockblogcategory .selected a{color:#323232; text-shadow:1px 0px #f1f1f1; cursor:default}

.related_products ul li.ajax_block_product{margin-bottom:40px}
#nb_item{*vertical-align:middle}
/*social button*/
.cs_social_button > div{float:left}
.cs_social_button .itemFacebookButton{width:78px;}
.cs_social_button .itemTwitterButton{width:85px;}
.cs_social_button .itemGooglePlusOneButton{width:65px;}
/*ie7*/
#submitAccount, #history #center_column .title_block input{*vertical-align:middle}
#idTab1{padding-top:5px;}

/*.container{margin:0 auto;width: 1200px;}*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_24 {	width: 1200px;margin:0 auto;}
.mode_header,.cs_mode_slideshow,.mode_container,.mode_footer, .mode_footer_top{clear:both}
.mode_header{}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18,
.grid_19,
.grid_20,
.grid_21,
.grid_22,
.grid_23,
.grid_24,
.product_grid_4,
.product_grid_5,
.product_grid_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .grid_1 {	width:30px;}

.container_24 .grid_2 {	width:80px;}

.container_24 .grid_3 {	width:130px;}

.container_24 .grid_4 {	width:180px;}

.container_24 .grid_5 {	width:230px;}

.container_24 .grid_6{	width:280px;}

.container_24 .grid_7 {	width:330px;}

.container_24 .grid_8 {	width:380px;}

.container_24 .grid_9 {	width:430px;}

.container_24 .grid_10 {	width:480px;}

.container_24 .grid_11 {	width:530px;}

.container_24 .grid_12 {	width:580px;}

.container_24 .grid_13 {	width:630px;}

.container_24 .grid_14 {	width:680px;}

.container_24 .grid_15 {	width:730px;}

.container_24 .grid_16 {	width:780px;}

.container_24 .grid_17 {	width:830px;}

.container_24 .grid_18 {	width:880px;}

.container_24 .grid_19 {	width:930px;}

.container_24 .grid_20 {	width:980px;}

.container_24 .grid_21 {	width:1030px;}

.container_24 .grid_22 {	width:1080px;}

.container_24 .grid_23 {	width:1130px;}

.container_24 .grid_24 {	width:1180px;}


/*PC min 960px max < 1200*/
/* Note: Design for a width of 980px*/

	@media only screen and (min-width: 1024px) and (max-width: 1279px) {
		.container_24 /* ,#page */{	width: 960px;}
				
		.container_24 .grid_1 {	width:20px;	}
		
		.container_24 .grid_2 {	width:60px;	}
		
		.container_24 .grid_3{	width:100px;}
		
		.container_24 .grid_4{	width:140px;}
		
		.container_24 .grid_5 {	width:180px;}
		
		.container_24 .grid_6{	width:220px;}
		
		.container_24 .grid_7 {	width:260px;}
		
		.container_24 .grid_8 {	width:300px;}
		
		.container_24 .grid_9 {	width:340px;}
		
		.container_24 .grid_10 {	width:380px;}
		
		.container_24 .grid_11 {	width:420px;}
		
		.container_24 .grid_12 {	width:460px;}
		
		.container_24 .grid_13 {	width:500px;}
		
		.container_24 .grid_14 {	width:540px;}
		
		.container_24 .grid_15 {	width:580px;}
		
		.container_24 .grid_16 {	width:620px;}
		
		.container_24 .grid_17 {	width:660px;}
		
		.container_24 .grid_18 {	width:700px;}
		
		.container_24 .grid_19 {	width:740px;}
		
		.container_24 .grid_20 {	width:780px;}
		
		.container_24 .grid_21 {	width:820px;}
		
		.container_24 .grid_22 {	width:860px;}
		
		.container_24 .grid_23 {	width:900px;}
		
		.container_24 .grid_24 {	width:940px;}	
		
		
		
		
	}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px*/

    @media only screen and (min-width: 768px) and (max-width: 1023px) {
		/* Containers
		------------------------------------------------------------*/

		.container_24/* ,#page */ {width: 720px;}
		
		.container_24 .grid_1 {width:10px;}

		.container_24 .grid_2 {width:40px;}

		.container_24 .grid_3 {width:70px;}

		.container_24 .grid_4 {width:100px;}

		.container_24 .grid_5 {width:130px;}

		.container_24 .grid_6{width:160px;}

		.container_24 .grid_7 {width:190px;}

		.container_24 .grid_8 {width:220px;}

		.container_24 .grid_9 {width:250px;}

		.container_24 .grid_10 {width:280px;}

		.container_24 .grid_11 {width:310px;}

		.container_24 .grid_12 {width:340px;}

		.container_24 .grid_13 {width:370px;}

		.container_24 .grid_14 {width:400px;}

		.container_24 .grid_15 {width:430px;}

		.container_24 .grid_16 {width:460px;}

		.container_24 .grid_17 {width:490px;}

		.container_24 .grid_18 {width:520px;}

		.container_24 .grid_19 {width:550px;}

		.container_24 .grid_20 {width:580px;}

		.container_24 .grid_21 {width:610px;}

		.container_24 .grid_22 {width:640px;}

		.container_24 .grid_23 {width:670px;}

		.container_24 .grid_24 {width:700px;}
		
    }

/* Small tablet portrait
================================================== */
  
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px)  {
        .container_24/* ,#page */ {width:420px;}
		.alpha .alpha,
		.omega .alpha { margin-right:0 }
		.alpha .omega,
		.omega .omega { margin-left:0 }
		
		.grid_3,
		.grid_4,
		.grid_5,
		.grid_6,
		.grid_7 ,
		.grid_8,
		.grid_12,
		.grid_15,
		.grid_16,
		.grid_17,
		.grid_18,
		.grid_20,
		.grid_24{margin:0}
		
		.container_24 .grid_3 ,
		.container_24 .grid_4 ,
		.container_24 .grid_5 ,
		.container_24 .grid_6 ,
		.container_24 .grid_7 ,
		.container_24 .grid_8 ,
		.container_24 .grid_12 ,
		.container_24 .grid_15 ,
		.container_24 .grid_16 ,
		.container_24 .grid_17,
		.container_24 .grid_18 ,
		.container_24 .grid_20,
		.container_24 .grid_24{width:420px;float:none; display:block}
    }
	
  /* Note: Design for a width of 320px */

    @media only screen and (max-width: 479px) {
        .container_24/* ,#page */ {width: 300px;}
		.alpha .alpha,
		.omega .alpha { margin-right:0 }
		.alpha .omega,
		.omega .omega { margin-left:0 }
		
		.grid_3,
		.grid_4,
		.grid_5,
		.grid_6,
		.grid_7 ,
		.grid_8,
		.grid_12,
		.grid_15,
		.grid_16,
		.grid_17,
		.grid_18,
		.grid_20,
		.grid_24{margin:0}
		
		
		.container_24 .grid_3 ,
		.container_24 .grid_4 ,
		.container_24 .grid_5 ,
		.container_24 .grid_6 ,
		.container_24 .grid_7 ,
		.container_24 .grid_8 ,
		.container_24 .grid_12 ,
		.container_24 .grid_15 ,
		.container_24 .grid_16 ,
		.container_24 .grid_17,
		.container_24 .grid_18 ,
		.container_24 .grid_20,
		.container_24 .grid_24{width:300px;float:none; display:block}


    }

#menu {z-index:100;float:left;width:280px;}
.cs_mega_menu_cat{position:relative;}
#left_column_home .cs_mega_menu_cat{padding:0}

#menu .cs_mega_menu_cat .cs_ul_mega_menu .ul_mega_menu{border:1px solid #c3c1c1;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul {list-style: none;margin:0;padding:0;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul ul{padding:0}
.cs_ul_mega_menu{text-align:left;position:absolute;z-index:100;top:56px;left:0;display:none;background:#fff;margin-top:0px; width:100%}


#menu .cs_mega_menu_cat .cs_ul_mega_menu ul  li.menu_item{width:auto;float:none;display:block;position:relative;margin:0 5px;padding:7px 0 7px 0;transition: all 0.5s ease-in-out 0s;border-top:1px solid #dedede}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul  li.menu_item.menu_first{border-top:none}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul  li.menu_item.parent a{padding-right:13px; width:100%}
#menu .cs_ul_mega_menu li.menu_item a.title_menu_parent{padding:0 13px 0 0;color:#323232;font-size:14px; display:inline-block;vertical-align:middle;line-height:26px; width:100%; position:relative; z-index:103}

#menu .cs_ul_mega_menu li.menu_item a.title_menu_parent:hover{color:#F44D00;/*  font-weight:bold; */}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul  li.parent a.title_menu_parent:hover{background:url(../img/icon/i-menu-show.png) no-repeat right center;transition:all 0s linear 0s; -webkit-transition:all 0s linear 0s; -moz-transition:all 0s linear 0s; }
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li.parent a.title_menu_parent:hover img{opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);}
/* #menu .cs_mega_menu_cat .cs_ul_mega_menu ul  li.parent a:hover{background:url(../img/icon/i-menu-show.png) no-repeat right center;} */
.cs_ul_mega_menu ul  li.menu_item span.icon_menu img{vertical-align:middle;margin-left:15px;}

#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul  li > div.options_list,#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul  li > div.sub_menu,
#cs_megamenu_more .more-menu{
	display: none;top:-1px;border:1px solid #c3c1c1;
	margin:0;background:#fff;
	position: absolute;
	z-index:102;left:100%;
	padding:35px 0;text-align:left;
	margin-left:5px;
}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul  li > div.options_list{padding-bottom:20px}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul  li > div.sub_menu{width:100%!important;left:100%;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li > div {
	display: none;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li:hover > div {display: block;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu  ul ul > li.parent:hover div.sub_menu{top:0;z-index:100;padding:23px 0}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul li.menu_item > div a.cat_child{
	text-decoration:none;text-transform:capitalize;
	display: block;
	/* padding:0; */
	margin:0;
	z-index:20;height:auto;
	position: relative;font:400 12px/1.35 arial;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul li.menu_item > div a:hover{transition: all 0.5s ease 0s;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li > div > ul {
	display: table-cell;
}
#menu .cs_ul_mega_menu > ul > li ul > li.parent{background:url(../img/icon/i-arrow2.png) no-repeat right center}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li#cs_megamenu_more  div ul{display:block}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li .options_list ul{float:left}

#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li div.image_cat_parent{padding:7px 22px 0;display:block;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li div a.cat_parent img{display:block;margin-bottom:10px;max-width:100%; }
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li div a:hover,
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul li.menu_item > div a:hover,#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .product_item a:hover {
	color:#F44D00;transition: all 0.5s ease 0s;
}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}

#menu .cs_mega_menu_cat .cs_ul_mega_menu .option ul li {position: relative}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li ul li{position:relative;padding:4px 0 4px 22px; margin-right:5px}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li ul li:hover > div.sub_menu{display:block}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .div_static{margin:0;padding:0 22px 3px}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .div_static  .static_menu_6{margin-bottom:10px;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .div_static a{text-align:center;display:block;padding-bottom:10px}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .div_static a img{max-width:100%}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .div_static h3{padding-bottom:15px;padding-top:15px;font-size:12px;text-transform:uppercase}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .div_static h3.title_2{margin-top:10px;border-top:1px dotted #c8c8c8;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu .column.product li.product_item p{color:#fff;padding-left:12px;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li div.out_cat_parent a{display:block;padding:7px 22px 0;text-align:left}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li div.out_cat_parent a,
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .div_static h5{color:#323232;font:400 14px/16px 'Dorid Sans', sans-serif;text-transform:none;padding-bottom:5px;padding-top:0; font-weight:700}

#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li .out_cat_parent a.cat_parent + a{}
#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li .out_cat_parent a{padding:0;display:block;text-align:left}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li.cs_m_manufacter  div.options_list{padding:20px 20px 0 0}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .manufacture .product_item{width:auto;float:left;padding:0;margin:5px 0 19px}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .manufacture .product_item a{overflow:hidden;display:block;margin:0 10px;width:auto}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .manufacture .product_item a{display:block;text-align:center;margin:0 22px;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .manufacture .product_item a img{width:100%;vertical-align:top}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product{padding:0 20px!important; display:block; width:auto !important}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product + .ajax_block_product{margin-top:20px;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product,#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product a {}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product .image{display:block;margin-bottom:10px;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product .product_image_menu{display:block}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product .product_image_menu img{max-width:100%}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product h3{}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product h3 a{}
#menu .cs_mega_menu_cat .cs_ul_mega_menu #cs_megamenu_more li .name_product{clear:both;display:block}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li a.product_image{text-align:center}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product a:hover{text-decoration:none}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product p{margin:0 0 5px}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product .exclusive{width:auto;padding:0 15px;text-transform:uppercase!important;display:inline-block!important;min-width:50px}
.cs_hide_p .name_product,.cs_hide_p  .price{display:none}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li.cs_hide_p  .ajax_block_product .image{float:none;padding:0;margin-bottom:10px;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li .ajax_block_product .exclusive:hover{color:#fff;text-decoration:none}
#menu .price{}
.cs_st_img {text-align:center;margin-bottom:10px;}
.cs_st_img  img{max-width:100%}
.div_static h2{color:#303030;font:700 15px/18px 'Roboto';padding-bottom:6px;padding-top:3px;}
.div_static p{padding-bottom:12px;}
/* Responsive Menu */
#megamenu-responsive{
 position:relative;z-index:98;clear:both;
    line-height:17px;display:none;text-align:left; margin:10px
}

.menu-toggle > p{ background: url("../img/menu.png") no-repeat scroll 50% center transparent;
    display: block;
    float: left;
    height: 30px;
    left: 5px;
    margin: 0;
    position: absolute;
    top: 3px;
    width: 30px;
}

.menu-toggle{
    padding:0px 0 0 46px;
    margin:0;
    background:#ff4834;
    color:#fff;
    font:700 16px/45px Arial;min-height:45px;
    cursor:pointer; text-align:left;position:relative;
	border-radius:3px; -moz-border-radius:3px;
	list-style:none;
}
#megamenu-responsive-root li{list-style:none}
#megamenu-responsive-root li.root{padding:0}
#megamenu-responsive-root > li.root{padding:0;display:block;}
#megamenu-responsive-root > li.root.open{border:1px solid #c3c1c1; border-radius:0 0 3px 3px; -moz-border-radius:0 0 3px 3px;padding:6px 0;margin-top:-2px;background-color:#fff}
#megamenu-responsive-root > li a{padding:8px 10px;display:block;color:#303030;text-align:left;font:400 14px/16px arial; }
#megamenu-responsive-root li.root > ul{display:none;}
#megamenu-responsive-root li.root.open > ul{display:block;}
#megamenu-responsive-root li.parent > ul{display:none;}
#megamenu-responsive li.parent {clear:both}
#megamenu-responsive .root li a:hover{color:#f00107;}
#megamenu-responsive li.parent ul{clear:both;}
#megamenu-responsive .root li ul{padding:0;overflow:hidden}
#megamenu-responsive a{display:block;}
#megamenu-responsive li.parent > a span{display:block;}

#megamenu-responsive li.parent > p{
    display:block;
    float:right;
    padding:0 10px;
    width:10px;height:18px;line-height:19px;
    text-align:center;
    cursor:default;
    font-weight:700;
    font-size:16px;
    color:#303030;
    margin-top:8px;
}
#megamenu-responsive li.parent ul li{padding-left:12px;}
a.product_image img{max-width :100%;}
#cs_megamenu_more .more-menu{right:0;width:180px!important;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu #cs_megamenu_more ul li.menu_item {padding:5px 20px;width:140px;}

#cs_megamenu_more .more-menu div.options_list{top:0}
/* Media Queries */
@media only screen and (min-width:1024px) and (max-width: 1279px) {
	
	#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li div a.cat_parent img{width:100%}
}
@media only screen and (max-width: 1023px) {
	#menu .cs_mega_menu_cat .cs_ul_mega_menu ul li.menu_item a{min-width:auto;}
	#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li div a.cat_parent img{width:100%}
	#menu .cs_mega_menu_cat .cs_ul_mega_menu > ul > li .options_list ul{width:100%!important;margin-bottom:15px}
}

@media only screen and (max-width: 767px) {
	#menu .cs_mega_menu_cat .cs_ul_mega_menu{display:none!important;}
	#megamenu-responsive{display:block;}
	.cs_mega_menu_cat span.shop_by{display:none}
}

/* ipad */
#cs_megamenu_more .more-menu li:hover div.options_list{display:block;left:auto;right:100%;}
#cs_megamenu_more .more-menu li:hover div ul li div.options_list{display:none;}
#cs_megamenu_more .more-menu li:hover div ul li:hover div.options_list{display:block;}
#menu .cs_mega_menu_cat .cs_ul_mega_menu #cs_megamenu_more .more-menu li a.title_menu_parent{color:#646464}
#menu .cs_mega_menu_cat .cs_ul_mega_menu #cs_megamenu_more .more-menu li:hover a.title_menu_parent{color:#fff}
/*.spanOption,.spanColumn{display:none}*/
/* ipad hover */

#menu_home{float:left;}
.spanColumn,.spanOption{display:none}
div.shop_by{border:none; border-top:1px solid #ffad5c; border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; margin-top:-1px; background:#ff4834; height:56px; cursor:pointer; color:#fff;font:400 16px/56px 'Droid Sans', sans-serif;padding:0 20px;}
.shop_by span.shop_by{display:inline-block;cursor:pointer;background:url(images/bg/shadow.png) no-repeat center top; height:56px;text-transform:uppercase; float:left; text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
		width:100%;
		text-align: center;}
.shop_by .icon{background:url(images/img/icon/show-nav.png) no-repeat left center; width:32px; height:56px; float:right; transition:all 0.1s linear 0s; -webkit-transition:all 0.1s linear 0s; -moz-transition:all 0.1s linear 0s; position:absolute; right:0; top:0}
.shop_by .icon.opened, .active .icon{background:url(images/img/icon/hide-nav.png) no-repeat left center;}
#index .cs_ul_mega_menu{display:block!important;position:static;margin-bottom:23px}

.option{margin-bottom:15px}
.icon_menu{width:44px; display:inline-block;}
.no_padding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.cs_mega_menu_cat{
	width:230px;
}

#search_block_top {
	position:relative;
	margin-top: auto;
}
/*#search_block_top p {padding:0;}*/
/*#search_block_top #search_query_top {
	padding:0 5px;
	height:35px;
	width:470px; 310 
	border:1px solid #666;
	border-right: 0 !important;
	color:#666;
	background:url(images/img/bg_search_input.png) repeat-x 0 0 #fff;
	float: left;
	margin-left: 10px;
}*/

/*#search_block_top .button {
	border:none;
	border-radius:0;
	color:#fff;
	text-transform:uppercase;
	background:url(images/img/bg_search_submit.png) repeat-x 0 0 #101010;
	background:url(images/icon/i_search.png) no-repeat center center;
	float: right;
	height: 34px;
	width:34px;
	margin-top: -34px;
	margin-right: -10px;
}*/


form#searchbox label{color:#333;margin-bottom:1px}
form#searchbox input#search_query_block{
	border: 1px solid #CCCCCC;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
    height: 18px;
	margin-top:10px;

}
form#searchbox input#search_button{padding: 1px 4px;}

/*#shopping_cart{
	float:left; 
	margin:10px 10px 10px 0; 
	margin-top: 10px;
	padding:0; 
	color:#fff; 
	width:145px; 
	height:34px; 
	text-align:left; 
	border:none*/
/*}*/
/*#shopping_cart a{color:#fff; text-transform:uppercase; font-size:12px !important; display:inline-block; font-family:'Droid Sans', sans-serif;padding-bottom:20px; width:100%}*/

.minus_margin{
	
	padding-right: 0px !important;
}

.add_margin{
	margin-left: 10px;
}

.content_row {
	margin: 30px;
}

.fader3 {
    /* Giving equal sizes to each element */
    height: 210px;
  	width: 240px;
  	
	border: 10px solid #fff;  
  	float: left;

    /* Positioning elements in lines */
    display:  inline-block;
    
    /* This is necessary for position:absolute to work as desired */
    position: relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;

	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    /* Preventing zoomed images to grow outside their elements */
    overflow: hidden;
}
    
    
.fader3 img {
    /* Stretching the images to fill whole elements */
    width:       100%;
    height:      100%;

    /* Preventing blank space below the image */
    line-height: 0;

    /* A one-second transition was to disturbing for me */
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease; 
}

.fader3 img:hover {
    /* Making images appear bigger and transparent on mouseover */
    
}

.header_products{
	background: url('/images/bg/bg-box1.png') repeat-x;
	width: 700px;
	padding: 10px;
	padding-left: 30px;
	color:  #ff4834;
	border: 1px solid #CCC;
	border-bottom: 4px solid #ff4834; 
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	-ms-border-top-left-radius:5px;
	border-top-left-radius:5px;

	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
	-ms-border-top-right-radius:5px;
	border-top-right-radius:5px;
}

.container_products{
	height: auto;
	width: 700px;
	border: 1px solid #CCCCCC;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	-ms-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;

	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	padding: 15px;
	margin-bottom: 40px;
}

.captionOrange, .captionBlack
{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.captionOrange
{
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}
.captionBlack
{
	font-size:16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.captionOrange:hover
{
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}

.image_slide{
	margin-right: 10px;
}

.desc_prod{
	color: #646464;
}

.price_prod {
        color: #ec0c09;
    font-weight: 600;
    font-size: 17px;
}

.price_prod_prm {
	text-align: left;
	color: #c4c4c4;
	font-size: 14px;
	text-decoration: line-through;
	display: block;
	margin-right: 5px;
	line-height: 1.5em;
}

.add_cart {
	height: 35px;
	padding: auto;
	width: 130px;
	background-image: url(/images/bg/gradient2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-radius: 3px;
	background-color: #a1d10c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Dorid Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 15px;
	display: inline-block;
	line-height: 16px;
	line-height: 15px\0/;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: all 600ms ease-in-out 0s;
	-moz-transition: all 600ms ease-in-out 0s;
	-webkit-transition: all 600ms ease-in-out 0s;
}


.header_prod_recom{
	background-image: url(/images/bg/gradient2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #003def;
	color:  #fff;
	padding-left: 20px;
	padding-top: 10px;
	/*border: 1px solid #CCC;*/
	border-bottom: 4px solid #ff4834; 
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	-ms-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
	-ms-border-top-right-radius:5px;
	border-top-right-radius:5px;
}

.container_prod_recom{
    text-align: center;
	height: auto;
	border: 1px solid #CCCCCC;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	-ms-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;

	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px; 
        background: #fff;
}

.container_prod_recom a{
	color: #3b5998;
}

.line_prod_recom {
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	border: 1px solid ##646464;
}

.fader {
    /* Giving equal sizes to each element */
   
	
	    
    /* Positioning elements in lines */
    display:  inline-block;
    
    /* This is necessary for position:absolute to work as desired */
    position: relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;

	margin-bottom: 30px;
    /* Preventing zoomed images to grow outside their elements */
    overflow: hidden;
}
    
    
.fader img {
    /* Stretching the images to fill whole elements */
    width:       100%;
    height:      100%;

    /* Preventing blank space below the image */
    line-height: 0;

    /* A one-second transition was to disturbing for me */
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease; 
}

.fader img:hover {
    /* Making images appear bigger and transparent on mouseover */
}

.fader1 {
    /* Giving equal sizes to each element */

	    
    /* Positioning elements in lines */
    display:  inline-block;
    
    /* This is necessary for position:absolute to work as desired */
    position: relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;

	margin-bottom: 30px;
    /* Preventing zoomed images to grow outside their elements */
    overflow: hidden;
}
    
    
.fader1 img {
    /* Stretching the images to fill whole elements */
    width:       100%;
    height:      100%;

    /* Preventing blank space below the image */
    line-height: 0;

    /* A one-second transition was to disturbing for me */
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease; 
}

.fader1 img:hover {
    /* Making images appear bigger and transparent on mouseover */
   
}

.fader2 {
    /* Giving equal sizes to each element */
  
	    
    /* Positioning elements in lines */
    display:  inline-block;
    
    /* This is necessary for position:absolute to work as desired */
    position: relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;


	margin-bottom: 30px;
    /* Preventing zoomed images to grow outside their elements */
    overflow: hidden;
}
    
    
.fader2 img {
    /* Stretching the images to fill whole elements */
    width:       100%;
    height:      100%;

    /* Preventing blank space below the image */
    line-height: 0;

    /* A one-second transition was to disturbing for me */
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease; 
}

.fader2 img:hover {
    /* Making images appear bigger and transparent on mouseover */
    
}

.footer_image {
    /* Giving equal sizes to each element */
    width: 450px;
	height: 150px;
	    
    /* Positioning elements in lines */
    display:  inline-block;
    
    /* This is necessary for position:absolute to work as desired */
    position: relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;

	margin-left: 16px;
	margin-bottom: 30px;
    /* Preventing zoomed images to grow outside their elements */
    overflow: hidden;
}
    
    
.footer_image img {
    /* Stretching the images to fill whole elements */
    width:       100%;
    height:      100%;

    /* Preventing blank space below the image */
    line-height: 0;

    /* A one-second transition was to disturbing for me */
    -webkit-transition: all 0.3s ease;
    -moz-transition:    all 0.3s ease;
    -o-transition:      all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    transition:         all 0.3s ease; 
}

.footer_image img:hover {
    /* Making images appear bigger and transparent on mouseover */
    
}

.footer_border {
	border-bottom: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.paddingTop {
	padding-top: 12px;
}


.popular_search {
	color: #ff4834;
	font-size: 14px;
	font-weight: bold;
}

.text_top_search{
	color: #323232;
	text-decoration: none;
	font-size: 12px;
}

.customer_service {
	margin-top: 10px;
	float: right;
}

.customer_service ul {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	list-style-type: none;
	padding-top: 10px;
}

.customer_service li{
	font-size: 14px;
	font-weight: normal;
	color: #323232;
	margin-left: 15px;
}

.information {
	margin-top: 10px;
	float: right;
}

.information ul {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	list-style-type: none;
	padding-top: 10px;
}

.information li{
	font-size: 14px;
	font-weight: normal;
	color: #323232;
	margin-left: 15px;
}

.contact_us {
	margin-top: 10px;
	float: left;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 25px;
}

.footer_newsletter {
	width: 400px; 
	margin-left: 16px;
	margin-bottom: 10px;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;

	overflow: hidden;
}

.footer_newsletter_but {
	background-color: #ff4834;
	height: 40px;
	color: #fff; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	float: right;
}

.footer_newsletter_text {
	background-color: #ff4834;
	margin-left: 430px;
	margin-top: -40px;
	color: #fff; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

.logo_partener {
	margin-right: 50px;
	margin-top: 20px;
}

.logo_partener_margin {
	margin-left: 30px;
}

.footer_border_bottom {
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
}

.subliniere {
	border-bottom: 1px solid #c4c4c4;
	height: auto;
	padding-bottom: 15px;
	padding-top: 15px;
}

.subcontent{
	color: #000;	
	width: 367px;
	background-color: #fff;
	padding:20px;
	margin-left: -208px;
	margin-top: 56px;
	border-top: 4px solid #ec0c09; 
	box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 255, 255, 0.5) inset;
	word-break:break-all;
	visibility: hidden;
}

/*#subcontent a {
	color: #3b5998;
	text-transform: none;
	font-size: 12px !important;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	padding-bottom: 20px;
	width: 100%;
	word-wrap: break-word;

}*/

.header_prod_category{
	margin-top: 10px;
	background-image: url(/images/bg/gradient2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #003def;
	color:  #fff;
	padding-left: 20px;
	padding-top: 10px;
/*	border: 1px solid #CCC;*/
	border-bottom: 4px solid #ff4834; 
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	-ms-border-top-left-radius:5px;
	border-top-left-radius:5px;

	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
	-ms-border-top-right-radius:5px;
	border-top-right-radius:5px;
}

.container_prod_category{
	height: auto;
	border: 1px solid #CCCCCC;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	-ms-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;

	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px; 
}
.container_prod_category ul {
	list-style-type: none;
}

.tabs_categ{
	/*margin-left: 17px !important;*/
	margin-bottom: 0px;
	/*padding-right: 30px;*/
}

.cale {
	margin-top: 20px;
}

.products_groups {
	margin-left: 17px  !important;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family:Arial, Verdana, sans-serif;
	padding-bottom: 20px;
	
}

.line_middle {
	width: 670px;
	border-bottom: 1px solid #c4c4c4;
	margin-left: 40px !important;
}
.desc_prod {
	color: #646464;
	font-size: 13px;
	font-weight: lighter;
}

.text_stoc_prod {
	color: #63b411;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
}

.spatiere {
	margin-bottom: 10px;
}

.csbutton_add {
	width: auto;
	height: auto;
	padding: 10px;
}

.csbutton_view {
	width: auto;
	height: auto;
	padding: 10px;
	background-color: #ff4834;
}



.telefon {
	color: #f8f8f8	
}

.dropdown-toggle a {
	color: #001557;
}

.dropdown-toggle{
	color: #001557;
}

.title_slide {
	color: #001557;
	height: 30px;
}

.desc_slide {
	text-align: justify;
	font-size: 11px;
	height: 15px;
	margin-bottom: 7px;
}

.categ_title {
	color: #001557;
}

.margin_row {
	margin-left: 0px !important;
}

.bara_viewprod {

	margin-bottom: 15px;
	font-size: 12px;
}

.image_viewprod {
/*	margin-left: 20px;
	margin-top: 20px;*/
}

.title_viewprod {
	color: #001557;
}

.short_desc_viewprod {
	color: #6b6b6b;
}

.details_viewprod {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.details_viewprod ul {
	margin-left: 15px;
	list-style-type: none;
}

.bold_text {
	font-weight: bold;
	color: #001557;
}

.compare_viewprod {
	color: #646464;
	font-weight: 700;
	font-size: 16px;
}

.tel_viewprod{
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.div_right {
	float: right;
}

.price_viewprod {
	font-weight: bold;
}

.price_div {
	padding: 20px 0;
}

.quantity{
	height: 30px;
	width: 50px;
}

.detalii_viewprod {
	margin-top: 50px;
	margin-left: 0px !important;
}

.continut_viewprod{
/*	border-bottom: 1px solid #ccc;
	border-left:  1px solid #ccc;
	border-right:  1px solid #ccc;*/
	padding: 20px; 
	margin-left: -8px !important;
	margin-bottom: 30px;
        width: 100%;
}

.cos {
	margin-left: 0px !important;
	margin-top: 20px;
}

.cos ul {
	list-style-type: none;
}

.buton_cos {
	margin-top: 20px;
	margin-bottom: 25px;
        display: block;
        float: left;
        width: 100%;
}

.inactin_buton {
	background-color: #ccc;
}

.margin_button {
	margin-left: 100px;
}

.products_cos{
	border: 1px solid #ccc;
	padding: 15px;
}

.border_tr {
	border-bottom: 1px solid #ccc;
}

.button_events_cos{
	margin-left: 130px !important;
	margin-bottom: 20px;
}

.input_login {
	height: 30px;
}

.login_aut{
	list-style-type: none;
}

.login_aut li{
	margin-bottom: 10px;
}

.login_aut button {
	width: 70px;
}

.inregistrare {
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

.dte {
	padding-left: 10px;
	margin-bottom: 10px;
}

.dte tr td{
	padding-left: 10px;
}

.dte input {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dte textarea {
	margin-bottom: 10px;
	margin-right: 10px;
}

.a_right {
	margin-top: 20px;
	float: right;
}

.button_search {
	margin-top: -3px;
	width: 80px;
	height: 35px;
}

.send_message {
	font-size: 14px;
}

.send_message td tr{
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.list1 {
	list-style-type: none;
}

.no_margin_right {
	margin-right: 0px !important;
}

.desc_prod a{
	color: #646464;
} 

.header_products a a:active a:visited{
	color: #ff4834;
}

.pagination a,
.pagination a:hover,
.pagination a:active {
	display: inline-block;
	margin: 0 2px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: 700;
	text-align: center;
	border: 1px solid #949494;
	color: #949494;
}

.pagination a.sel,
.pagination a.sel:hover,
.pagination a.sel:active {
	border: 1px solid #63b411;
	color: #1ec81e;
}

.pagination a.arr,
.pagination a.arr:hover,
.pagination a.arr:active {
	width: auto;
	height: 13px;
	line-height: 13px;
	border: none;
}