/* ************************************************************************************************
		struture
************************************************************************************************ */
#page {
	/*min-height: 100%;*/
	height: auto !important;
	/*height: 100%;*/
	overflow: hidden;
}
#header { z-index: 10 }
#columns { z-index: 1 }
#left_column { }
#center_column { }
#right_column { }
#footer { }
#footer.static #footer_button { display: none; }

/* ************************************************************************************************
		generic style
************************************************************************************************ */
html, body {
	min-height: 100%;
}
body {
	font-size: 13px;
	line-height: 1.35em;
	-webkit-backface-visibility: hidden;
}

body.content_only {
	background: #ffffff;
}
ul, ol {
	margin: 0;
	padding: 0;
}
/* positionnement ****************************************************************************** */
.hidden { display: none }
.f_left { float: left }
.f_right { float: right }
p.center { text-align: center }
.clearBoth, .clear { clear: both }

/* title *************************************************************************************** */
h1 {
	margin-bottom: 20px;
	margin-top: 0px;
	text-transform: capitalize;
}
h2 {
	margin-bottom: 15px;
	text-transform: capitalize;
	padding-right: 65px;
}
h2 a, h2 a:hover {
	text-decoration: none;
}
h2 [class^="icon-"], h2 [class*=" icon-"] {
	display: block;
	float: left;
	margin: -2px 10px 0 0;
	font-size: 20px;
}
h2.nopadding {
	padding: 0;
}
h3 {
	text-transform: capitalize;
	font-weight: normal;
}
h4 {
	margin-bottom: 15px;
	text-transform: capitalize;
}
h4 [class^="icon-"], h4 [class*=" icon-"] {
	display: block;
	float: left;
	margin: -2px 10px 0 0;
	font-size: 20px;
	white-space: nowrap;
}
h5 {
	font: normal 24px/26px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.title_block {
	padding-bottom: 20px;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	font-weight: 700 !important;
}

.hide-left-column #left_column { display: none }

/* text **************************************************************************************** */

p em { font-style: italic }

.warning {
	background: none repeat scroll 0 0 #efefef;
	border-color: #e8e8e8;
	color: #8a8a8a;
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 15px 20px 10px;
}
.success {
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 15px 20px 10px;
	background: none repeat scroll 0 0 #e8f6df;
	border-color: #d9e6d1;
	color: #67795c;
}
.error {
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 15px 20px 10px;
	background: none repeat scroll 0 0 #f3dddd;
	border-color: #dfd2d2;
	color: #866868;
}
.error ol { margin-left: 20px }
.error p.lnk {
	margin-top: 20px;
	padding: 0;
	font-size: 11px
}

/* link **************************************************************************************** */
a:focus {
	outline: none;
}
a.underline {
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}

/* 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: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 4px !important;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}

/*buttons ************************************************************************************** */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	border: none;
	background: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
}
*: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
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	/*padding-bottom: 2px*/
	color: #ffffff;
	border-color: #ffffff;
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	/*background-position: left -36px;
	cursor: default;
	color: #888!important*/
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
	/*color: white!important*/
	color: #ffffff;
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	/*color: #488c40!important*/
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive_large:hover {
	color: #ffffff;
	border-color: #ffffff;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive_large:hover {
	color: #ffffff;
	border-color: #ffffff;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
}

/* active button */
input.button_mini:active, input.button_small:active, input.button:active, input.button_large:active,
input.exclusive_mini:active, input.exclusive_small:active, input.exclusive:active, input.exclusive_large:active,
a.button_mini:active, a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active, a.exclusive:active, a.exclusive_large:active {
	background-position: left -100px
}

/* classic buttons */
a.exclusive { border-radius: 4px; }
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive a.exclusive_mini, span.button_mini, span.exclusive_mini {
	/*width: 30px;
	background-image: url('../img/button-mini.png')*/
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	/*width: 60px;
	background-image: url('../img/button-small.png')*/
}
input.button_disabled, input.exclusive_disabled {
	border: 1px solid #cccccc;
	color: #999999;
	background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
	cursor: default;
}
span.exclusive {
	color: #999999;
	cursor: default;
}
a.button_large, a.exclusive_large, span.button_large, span.exclusive_large, span.exclusive_large_disabled {
	/*width: 180px;
	background-image: url('../img/button-large.png')*/
	padding: 0 14px 0 14px;
	color: #ffffff;
	border-color: #ffffff;
}

select { border-radius: 4px !important; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27); }

/* exclusive button */
/*input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { background-image: url('../img/button-medium_exclusive.png') }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif') }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif') }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled { background-image: url('../img/button-large_exclusive.gif') }*/

/* form **************************************************************************************** */
form.std fieldset {
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* table *************************************************************************************** */
table.std,
table.table_block {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #e9e9e9;
	border-bottom: none;
	background: white;
	border-collapse: inherit;
}
table.std th,
table.table_block th {
	padding: 14px 12px;
	font-size: 12px;
	border-bottom: 1px solid #e9e9e9;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item { }
table.std td,
table.table_block td {
	padding: 12px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	font-size: 12px;
	vertical-align: top
}

/* BLOCK .block ******************************************************************************** */
.block { margin-bottom: 20px }
#footer .block { margin-bottom: 0 }
.block .title_block, .block h4 {
	padding-bottom: 15px;
}
.block .block_content { padding: 5px 0 15px; }
.block .title_block a, .block h4 a { color: #000000 }
.block ul { list-style-type: none; line-height: 20px; }
.block li.last { border: none }
.block li a {
	display: block;
}

/* BLOCK .products_block *********************************************************************** */
.products_block { }
.products_block li { float: left
}
.products_block li img { border: 1px solid #d1d1d1 }

/* BLOCK customer privacy ******************************************************************* */
.account_creation label {
	float: left;
	padding-top: 5px;
	width: 80%;
	text-align: left;
	cursor: pointer
}

/* BLOCK .footer_links (cms pages) ************************************************************* */
ul.footer_links {
	list-style-type: none;
	margin-bottom: 20px
}
ul.footer_links li, ul.acc_footer_links li { float: left }
ul.footer_links li.f_right, ul.acc_footer_links li.f_right { float: right }
ul.footer_links li .icon, ul.acc_footer_links li .icon {
	width: 26px; float: none;
}

/* barre comparaison / tri ********************************************************************* */
.content_sortPagiBar { margin: 20px 0; }
#center_column .sortPagiBar {
	padding: 10px;
	font: normal 11px Arial, Verdana, sans-serif;
	color: #666666;
}
#center_column .sortPagiBar strong { color: #000000; }
#center_column .sortPagiBar p { padding: 0; }
#center_column .sortPagiBar form { display: inline-block; }

.ie7 #center_column .sortPagiBar form { display: inline; }

.sortPagiBar #productsSortForm { float: right; }
.sortPagiBar select#selectPrductSort {
	margin: 0 0 0 10px;
	color: #000000;
	border: 1px solid #cccccc
}

.sortPagiBar #bt_compare {
	padding: 3px 7px;
	border: none;
	color: #ffffff;
	text-shadow: 0 1px 0 #000000;
	background: url(../img/bg_bt_compare.gif) repeat-x 0 0 #111111;
}
#bt_compare { box-shadow: none; }

.sortPagiBar .nbrItemPage { margin-left: 40px; }

.sortPagiBar .PrductSort { float: left; }

.sortPagiBar .nbrProduct {
	display: inline-block;
	padding: 0 10px;
}

.sortPagiBar #nb_item { border: 1px solid #cccccc }

/* pagination ********************************************************************************** */
form.pagination { display: none; }

div.pagination {
	margin: 10px 0;
	text-align: center
}
ul.pagination { list-style-type: none; margin: 0px; }
ul.pagination li { display: inline; }

ul.pagination a {
	text-align: center;
}

ul.pagination .current span {
	color: #000000;
	font-weight: bold;
}
ul.pagination li.disabled span { color: #cccccc }

#pagination_previous { float: left }

.ie7 #pagination_previous,
.ie7 #pagination_next { float: none }

#pagination_previous a, #pagination_previous span,
#pagination_next a, #pagination_next span {
	padding: 0 8px;
	width: auto;
}
#pagination_previous span,
#pagination_next span {
	color: #cccccc;
	border: 1px solid #eeeeee
}

/* CART steps *********************************************************************** */
ul#order_step { background-color: white; }
ul.step {
	list-style-type: none;
	margin-bottom: 30px;
	height: 52px;
	width: 757px
}
ul.step li {
	float: left;
	height: 52px;
	width: 151px;
	text-align: center;
	text-transform: uppercase;
	background: url(../img/step_standard.gif) no-repeat center bottom transparent
}
ul.step li a, ul.step li.step_current span, ul.step li.step_current_end span {
	display: inline-block;
	padding: 8px 10px 12px;
	color: #000000;
	background: url(../img/step_current_span.gif) no-repeat center bottom transparent
}
ul.step li.step_current {
	font-weight: bold;
	background: url(../img/step_current.gif) no-repeat center bottom transparent
}

ul.step li.step_current_end {
	font-weight: bold;
	background: url(../img/step_end_current.gif) no-repeat center bottom transparent
}
ul.step li.step_todo span {
	display: inline-block;
	padding: 8px 10px 6px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
}
ul.step li.step_done {
	font-weight: bold;
	background: url(../img/step_done.gif) no-repeat center bottom transparent
}
/*ul.step li#step_end {background:url(../img/step_end.gif) no-repeat center bottom transparent}*/

/* module productcomments ********************************************************************** */
.rating {
	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 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 {
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 15px 20px 10px;
	background: none repeat scroll 0 0 #efefef;
	border-color: #e8e8e8;
	color: #8a8a8a;
}
#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 #cccccc;
	color: #666666
}
.listcomment .titlecomment {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #333333
}
.listcomment .txtcomment {
	display: block;
	padding: 5px 0;
	color: #333333
}
.listcomment .authorcomment { }

/* ************************************************************************************************
		HEADER
************************************************************************************************ */
#header { padding: 10px 0 0 0; -webkit-backface-visibility: hidden; }
#header_logo {
	position: absolute;
	top: 30px;
	z-index: 1;
}

#header_right {
	position: relative;
	float: right
}
.christmas #header {
	background: url(../img/header_christmas.png) no-repeat center 0;
}
.helloween #header {
	background: url(../img/header_helloween.png) no-repeat center 0;
}
.patriks_day #header {
	background: url(../img/header_patriks_day.png) no-repeat center 0;
}
.thanksgiving #header {
	background: url(../img/header_thanksgiving.png) no-repeat center 0;
}

/* ************************************************************************************************
		BREADCRUMB
************************************************************************************************ */
.breadcrumb {
	margin-bottom: 10px;
	font-size: 12px
}
.breadcrumb .navigation-pipe { margin: 0 3px 0 5px }
.breadcrumb img {
	position: relative;
	top: 5px
}

/* ************************************************************************************************
		FOOTER
************************************************************************************************ */
#footer {
	height: 27px;
	clear: both;
	z-index: 600;
	position: relative;
	color: #959595;
	bottom: 0;
	margin-top: -27px;
}
.blockcategories_footer,
#footer .myaccount,
#block_various_links_footer,
#social_block,
#block_contact_infos {
	float: left;
	width: 175px
}
.blockcategories_footer { margin-left: 0 }
#footer .title_block {
	padding-bottom: 10px;
	text-transform: uppercase
}
#footer .title_block,
#footer .title_block a {
	font-weight: normal;
	font-size: 14px;
	color: #ffffff
}
#footer a { color: #959595; }
#footer a:hover { text-decoration: underline }
#footer ul { list-style-type: none }
#footer li { padding: 7px 0 }
#footer li a { color: #ffffff }

#footer .myaccount { padding: 15px 10px }
#footer .myaccount .title_block, #footer .myaccount h4 {
	padding: 0 0 10px 0;
	background: none;
	text-shadow: none
}
#footer .myaccount .favoriteproducts img,
#footer .myaccount .lnk_wishlist img { display: none }

/* ************************************************************************************************
		PRODUCT PAGE
************************************************************************************************ */

/* BLOCK idTabs ******************************************************************************** */
.idTabs {
	list-style-type: none;
	margin-top: 20px;
}
.idTabs a {
	display: block;
	padding: 8px 10px 8px 10px;
	padding-bottom: 8px;
	border: none;
	border-radius: 4px 4px 0 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	color: #000000;
	font-weight: bold;
	line-height: 24px;
}
.idTabs .selected {
	border: none;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	color: #ffffff;
	text-decoration: none;
}

#more_info_sheets { padding-top: 10px }
#more_info_sheets ul,
#more_info_sheets ol,
#more_info_sheets dl { margin-left: 20px }
#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
}

/* 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 }

/* ************************************************************************************************
		PAIMENT - PAGE ORDER
************************************************************************************************ */

/* nav bottom ********************************************************************************** */
#order #left_column, #order-confirmation #left_column { display: none }

.cart_navigation { margin: 20px 0 }
.cart_navigation .exclusive,
.cart_navigation .exclusive_large {
	float: right;
}
.cart_navigation .button,
.cart_navigation .button_large {
}

/* step 1 - cart ******************************************************************************* */
.cart_last_product { display: none }

/*p.cart_navigation .multishipping-button { margin-right: 10px }*/

#order-detail-content { margin-bottom: 20px }

table#cart_summary tr.cart_item.odd,
table#cart_summary tr.cart_item.even,
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price,
table#cart_summary tr.cart_total_voucher {
	background-color: #ffffff
}
table#cart_summary tr.customization.odd {
	background-color: #ffffff
}
table#cart_summary tr.customization.even {
	background-color: #ffffff;
}

table#cart_summary tr ul {
	list-style: none;
}

table#cart_summary tbody tr td.cart_discount_delete {
	padding-left: 34px;
}
.cart_quantity .cart_quantity_input {
	float: left;
	margin-left: 5px;
	width: 20%;
	font-size: 11px;
}
.cart_quantity .cart_quantity_button {
	float: left;
	position: relative;
	top: -5px
}
table#cart_summary .cart_delete {
	text-align: center
}
table#cart_summary .cart_discount_price { text-align: right }
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
	display: inline-block;
	padding: 1px 2px;
	font-size: 8px;
	color: #666666;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #ffffff;
	background: #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.cart_total_price .total_price_container {
	border-right: none;
}

table#cart_summary .cart_total_price td.cart_voucher {
	vertical-align: middle
}

.cart_voucher .title_block, .cart_voucher h4
.cart_voucher p { float: left; }
.cart_voucher .title_block, .cart_voucher h4 {
	margin-right: 12px;
	padding: 5px 0;
	font-size: 13px
}
.cart_voucher p { padding-bottom: 0; }

.cart_voucher p.discount_name_block { float: left; }
.cart_voucher #display_cart_vouchers {
	clear: both;
	line-height: 20px;
	color: #666666;
	padding-top: 2px;
	font-weight: normal;
	border-top: 1px dotted #cccccc
}
.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 {
	padding: 0 5px;
	height: 22px;
	width: 170px; /* 180 */
	border: 1px solid #cccccc;
	font-weight: normal;
	background: url(../img/bg_discount_name.png) repeat-x 0 0 #ffffff
}
.cart_voucher .submit input.button {
	padding: 0 14px;
	border: none;
	border-radius: 0;
	background: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
}

#cart_summary .price {
	text-align: right;
	white-space: nowrap;
}
.total_price_container p { text-align: left }

table#cart_summary .cart_total_price .total_price_container {
	padding: 0px;
}
.cart_total_price .total_price_container p {
	display: block;
	padding: 8px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
.cart_total_price .total_price_container span {
	display: block;
	padding: 15px;
	font-weight: bold;
	font-size: 18px;
	text-align: center
}

#order_carrier {
	clear: both;
	margin-top: 20px;
	border: 1px solid #999999;
	background: #ffffff
}
#order_carrier .title_block {
	padding: 0 15px;
	height: 29px;
	font-weight: bold;
	line-height: 29px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
#order_carrier span {
	display: block;
	padding: 15px;
	font-weight: bold
}

.order_delivery .first_item { margin-right: 35px; }

.multishipping_close_container {
	text-align: center;
}

table#cart_summary .gift-icon {
	color: white;
	background: #0088cc;
	line-height: 20px;
	padding: 2px 5px;
	border-radius: 5px;
}

/* step 2 - authentification ******************************************************************* */
#create-account_form, #authentication #login_form {
	margin: 0px;
}
#create-account_form { margin-right: 11px; }

#authentication #create-account_form fieldset,
#authentication #login_form fieldset {
	min-height: 200px
}

#authentication #create-account_form .form_content,
#authentication #login_form .form_content {
	padding: 15px 10px
}

#create-account_form h3,
#authentication #login_form h3 {
	padding: 8px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	background: url(../img/bg_form_h3.png) repeat-x 0 0 #989898
}
#create-account_form .title_block {
	padding-bottom: 22px;
}

#create-account_form label,
#login_form label {
	display: inline-block;
	width: 110px;
	padding-top: 4px;
}

#order-opc #login_form_content label {
	display: block;
	margin: 0 0 10px 0
}

#create-account_form #SubmitCreate,
#login_form #SubmitLogin {
	float: right
}

.lost_password {
	float: left;
	width: 200px
}
.lost_password a { color: #666666 }

#order-opc .lost_password {
	display: block;
	float: none;
	margin: 5px 0 10px;
	width: auto;
	font-size: 11px;
	color: #666666
}

#ordermsg p { padding-bottom: 0 }
#ordermsg p.txt {
	float: left;
	margin-right: 0px;
	width: auto;
}
/*#ordermsg .textarea {float:right}*/
#ordermsg .textarea textarea {
	height: 90px;
	width: 475px;
	border: 1px solid #cccccc
}

/* step 3 - address ************************************************************************** */

.address-form-multishipping { padding: 10px 0px; }
#multishipping_mode_box {
	border: 1px solid #d0d3d8;
	background: url("../img/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 #dddddd;
}
#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 #cccccc;
	background: #dddddd;
}
#multishipping_mode_box .description_off a:hover, #multishipping_mode_box .description a:hover {
	background: grey;
	border: 1px solid #cccccc;
}
#multishipping_mode_box.on .description_off {
	display: block;
}

/* step 4 - paiement ************************************************************************** */

.delivery_options {
	border: 1px solid #bdc2c9;
	border-top: 0;
}

#order .delivery_options_address h3, #order-opc .delivery_options_address h3 {
	padding: 6px 11px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}
#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;
}
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
	height: 46px;
}
#order .delivery_option.item, #order-opc .delivery_option.item {
	background: #fafafa;
}
#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(../img/arrow_right_2.png) no-repeat 3px 7px
}

.order_carrier_content {
	padding: 15px;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #000000;
}
.order_carrier_content h3 {
	padding: 15px 0 10px 0;
	font-size: 13px;
}
.order_carrier_content h3.carrier_title { padding-top: 0 }
.order_carrier_content input {
	position: relative;
	top: 1px
}

#carrierTable {
	border: 1px solid #999999;
	border-bottom: none;
	background: #ffffff
}

#carrierTable tbody {
	border-bottom: 1px solid #999999;
}
#carrierTable th {
	padding: 0 15px;
	height: 29px;
	font-weight: bold;
	line-height: 29px;
	color: #000000;
	text-transform: uppercase;
}
#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 #999999
}

a.iframe { font-weight: bold; }

.hook_extracarrier {
	margin-top: 5px;
	padding: 5px;
}

/* step 5 - paiement ************************************************************************** */
.paiement_block {
	padding: 15px;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #000000;
}

.payment_module {
	position: relative;
	padding-top: 20px;
	border-top: 1px dotted #cccccc;
	text-transform: uppercase;
}
.payment_module a { display: block; }
.payment_module img {
	float: left;
	margin-right: 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 { display: none }

#order-opc h2 { }
#order-opc h2 span {
	display: inline-block;
	padding: 5px 7px;
	color: #ffffff;
	background: #333333;
}

#order-opc #login_form fieldset {
	border: 1px solid #e6db55;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 10px;
}
#order-opc #login_form fieldset p { padding: 0 }
#order-opc #login_form fieldset p a { padding: 0 }

#order-opc #new_account_form p.submit {
	margin-right: 120px;
	text-align: right
}
#order-opc #new_account_form p.opc-required { margin-left: 20px }

#order-opc .addresses { margin-bottom: 20px }

#order-opc #opc_delivery_methods h3 { margin-top: 20px; }
#order-opc #opc_delivery_methods textarea {
	height: 60px;
	width: 723px;
	border: 1px solid #cccccc
}
#order-opc #opc_delivery_methods #message {
	width: 757px;
}
#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 }
#new_account_form h3 {
	margin-bottom: 20px;
	padding: 8px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	background: url(../img/bg_form_h3.png) repeat-x 0 0 #989898
}
#center_column #new_account_form p {
	margin: 0;
	padding: 0 0 10px 0
}
#new_account_form p.required { color: #222222 }
#new_account_form p.required sup { color: #990000 }
#new_account_form p.radio span,
#new_account_form p.text label,
#new_account_form p.password label,
#new_account_form p.select label,
#new_account_form p.select span,
#new_account_form p.textarea label {
	display: inline-block;
	padding: 6px 15px;
	width: 230px;
	font-size: 14px;
	text-align: right
}
#new_account_form p.radio label {
	float: none;
	padding-right: 10px;
	width: auto;
	font-size: 14px;
}
#new_account_form p.checkbox label {
	float: none;
	width: auto;
	font-size: 12px;
}
#new_account_form p.text input,
#new_account_form p.password input,
#new_account_form p.select input {
	height: 22px;
	padding: 0 5px;
	width: 360px;
	border: 1px solid #cccccc;
	font-size: 12px;
	color: #666666
}
#new_account_form p.checkbox input { margin-left: 260px; }

#new_account_form #submitGuestAccount { float: right }

#new_account_form div.radio { display: inline-block; }
#new_account_form div.radio input { display: inline-block; }
#new_account_form div.radio span { padding: 2px 6px; }

#new_account_form div.checker { display: inline-block; margin-right: 6px; }
#new_account_form .checkbox { margin-left: 30%!important; padding-left: 30px!important; }

/* ************************************************************************************************ */

#carrier_area div.checker { display: inline-block; margin-right: 6px; }

/* ************************************************************************************************
		paiment - CONFIRMATION
************************************************************************************************ */
#orderconfirmation #left_column { display: none }

/* ************************************************************************************************
		PAGE PASSWORD
************************************************************************************************ */
#form_forgotpassword fieldset {
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#form_forgotpassword p.text label {
	display: inline-block;
	padding-right: 10px;
	width: 20%;
	font-weight: bold;
	font-size: 12px;
	text-align: right
}
#form_forgotpassword p.text input {
	padding: 0 5px;
	height: 20px;
	width: 40%;
	border: 1px solid #cccccc;
	background: url(../img/bg_input.png) repeat-x 0 0 #ffffff
}
#form_forgotpassword p.submit {
	margin-right: 25px;
	padding-bottom: 5px;
	text-align: right
}

#password .icon {
	position: relative;
	top: 6px;
}

/* ************************************************************************************************
		PAGE ADRESSES
************************************************************************************************ */
#addresses #left_column { display: none }

#address p.inline-infos {
	margin: 0 0 0 20% !important;
	font-size: 12px;
	color: #666666;
}

/* ************************************************************************************************
		PAGE ADD ADRESS
************************************************************************************************ */
#address #left_column { display: none }

form#add_address { }
#add_address fieldset {
	margin: 0;
	border: 1px solid #cccccc;
}
#add_address h3 {
	margin: 0 0 15px 0;
	padding: 8px;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
}
#center_column #add_address p { margin: 0; padding: 0 0 10px 0 }
#add_address p.required sup { color: #990000 }

#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 {
	display: inline-block;
	padding: 3px 15px;
	width: 30%; /* 260 */
	font-size: 14px;
	text-align: right
}
#add_address p.text input,
#add_address p.password input,
#add_address p.select input {
	padding: 0 5px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	width: 50%;
}
#add_address p.checkbox input {
	margin-left: 260px;
}
#add_address p.select select {
	margin-right: 10px;
	font-size: 12px;
}
#add_address p.textarea label { vertical-align: top }
#add_address p.textarea textarea {
	height: 80px;
	width: 50%;
	font-size: 12px;
}
#center_column #add_address p.submit2 {
	margin-top: 20px;
	text-align: right
}

#add_address span.form_info,
#add_address span.inline-infos {
	display: block;
	margin: 5px 0 0 265px;
	color: #666666
}

/* ************************************************************************************************
		PAGE ORDER-SPLIP
************************************************************************************************ */
#order-slip #left_column { display: none }

#order-slip #order-list { border-bottom: 1px solid #999999 }
#order-slip #order-list td {
}
#order-slip #order-list td.history_invoice { border-right: none }

/* ************************************************************************************************
		PAGE DISCOUNT
************************************************************************************************ */
#discount #left_column { display: none }

#discount .table_block tr.last_item td { border-bottom: 1px solid #999999 }
#discount .table_block td.discount_expiration_date { border-right: 1px solid #999999 }
#discount .table_block td.discount_value { white-space: nowrap }

/* ************************************************************************************************
		PAGE ORDER FOLLOW
************************************************************************************************ */
#order-follow #left_column { display: none }

/* ************************************************************************************************
		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: #000000;
	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 8px;
	border: 1px solid #eeeeee;
	-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;
	border: 1px solid #cccccc;
	vertical-align: bottom
}
ul#manufacturers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000000
}
ul#manufacturers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size: 12px;
	color: #666666
}
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("../img/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: #000000;
	background: none repeat scroll 0 0 #f0f0f0
}
ul#suppliers_list { list-style-type: none }
ul#suppliers_list li {
	margin-bottom: 14px;
	padding: 12px 8px;
	border: 1px solid #eeeeee;
	-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;
	border: 1px solid #cccccc;
	vertical-align: bottom
}
ul#suppliers_list li h3 {
	padding: 0 0 10px;
	font-size: 13px;
	color: #000000
}
ul#suppliers_list li .description {
	overflow: hidden;
	padding: 0;
	font-size: 12px;
	color: #666666
}
ul#suppliers_list li .right_side { float: right; }

/* ************************************************************************************************
		PAGE SEARCH
************************************************************************************************ */
#search h3.nbresult {
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 15px 20px 10px;
	background: none repeat scroll 0 0 #efefef;
	border-color: #e8e8e8;
	color: #8a8a8a;
	font-size: 13px;
}
#search .sortPagiBar { margin-bottom: 20px }

/* ************************************************************************************************
		PAGE 404
************************************************************************************************ */
#pagenotfound #left_column,
#pagenotfound #right_column { display: none }

#pagenotfound .pagenotfound {
	padding: 30px 300px 0 0;
	height: 330px;
	font-size: 14px;
	background: url(../img/bg_404.png) no-repeat 100% 0
}
#pagenotfound h3 {
	font-weight: normal;
	font-size: 14px
}
#pagenotfound fieldset { border: none }
#pagenotfound fieldset label { color: #333333; line-height: 30px; margin-right: 10px; }
#pagenotfound fieldset input.exclusive_mini { margin-left: 10px; height: 32px; width: 34px; }
#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 #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #ffffff !important;
	border-top: 1px solid #666666;
	padding: 0 5px;
	height: 24px;
	width: 200px;
	color: #cccccc;
	background: url(../../../modules/blocksearch/img/bg_search_input.png) repeat-x scroll 0 0 #ffffff
}
#pagenotfound .button_small {
	padding: 4px 7px;
	border: medium none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #ffffff;
	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: #333333
}
#pagenotfound .pagenotfound .icon {
	position: relative;
	top: 3px
}
#pagenotfound .button { color: #000; background: transparent; }
/* ************************************************************************************************
		addons payment cheque
************************************************************************************************ */
#module-cheque-payment #left_column { display: none }

/* ************************************************************************************************
		addons payment bankwire
************************************************************************************************ */
#module-bankwire-payment #left_column { display: none }

/* ************************************************************************************************
		addons google checkout
************************************************************************************************ */
#module-gcheckout-payment #left_column { display: none }

/* ************************************************************************************************
		addons paypal
************************************************************************************************ */
#module-payment-submit #left_column { display: none }

/* ************************************************************************************************
		addons cashondelivery validation
************************************************************************************************ */
#module-cashondelivery-validation #left_column { display: none }

/* ************************************************************************************************
		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 { display: none }

#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(../img/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 { display: none }

#product p#loyalty {
	padding: 10px 0 0 20px;
	border-top: 1px solid #cccccc;
	background: url(../img/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: #ffffff;
	text-shadow: 0 -1px 0 #000000;
	background: url(../img/bg_bt_compare.gif) repeat-x scroll 0 0 #000000
}
#livezilla_lnk a:hover { text-decoration: none }

/* ************************************************************************************************
		addons comments products
************************************************************************************************ */
form#sendComment fieldset {
	padding: 10px;
	border: 1px solid #cccccc;
}
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 #cccccc;
	background: url(../img/bg_input.png) repeat-x 0 0 #ffffff;
}
#sendComment p.textarea textarea {
	height: 80px;
	width: 508px;
	border: 1px solid #cccccc;
}
#sendComment p.submit {
	padding: 0;
	text-align: right
}

#sendComment p.closeform {
	float: right;
	padding: 0;
	height: 12px;
	width: 12px;
	text-indent: -5000px;
	background: url(../img/icon/delete.gif) no-repeat 0 0
}

.star {
	position: relative;
	top: 2px;
	float: left;
	height: 12px;
	width: 12px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer
}
div.star_on a { background-position: 0 -12px }
div.star_hover a, div.star a:hover { background-position: 0 -12px }

/* ************************************************************************************************
		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 { width: 191px; margin-bottom: 1em; text-align: center }

/*************** Block CATEGORIES ***************/
#collapsed-menu, #categories_block_left .tree.dynamized, #recent_article_block_left .tree.dynamized, #smartblogarchive .tree.dynamized { position: relative; }
#categories_block_left li, #recent_article_block_left li, #smartblogarchive li { }
#categories_block_left li.last, #recent_article_block_left li.last, #smartblogarchive li.last { border: none; }
#categories_block_left li a, #recent_article_block_left li a, #smartblogarchive li a {
	display: block;
	padding: 4px 11px 5px 0px;
}
#categories_block_left li a.selected, #recent_article_block_left li a.selected, #smartblogarchive li a.selected { font-weight: bold; }

#categories_block_left li ul { margin-left: 40px }
#categories_block_left li ul li { border: none }
#categories_block_left li ul li a {
	padding-left: 0;
	background: none
}

#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	position: absolute;
	right: 0;
	width: 22px;
	height: 22px;
	background: #fff;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	color: #717171;
	border-radius: 2px;
	font-weight: normal;
	cursor: pointer;
	top: 6px;
	z-index: 1;
}
#categories_block_left li .CLOSE { background-position: 0 0 }

#categories_block_left li { position: relative; }
#categories_block_left li .category-title { position: relative; }
#categories_block_left li .category-title a { font-size: 13px;	margin: 0 27px;	padding: 10px 0; display: block; margin-left: 0; }
#categories_block_left li .category-title .category-icon { position: absolute; background: transparent; cursor: default; top: 6px; left: 0; width: 24px; height: 24px; overflow:hidden; }
#categories_block_left li .category-title.category-level1 a { margin-left: 27px; }

/* 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 { padding: 15px 10px; }

/* Block CMS links */
.informations_block_left li { border-bottom: 1px dotted #eeeeee }
.informations_block_left li.last { border: none; }
.informations_block_left li a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333333;
	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 { padding: 15px 10px; }
#block_contact_infos li {
	padding: 0 !important;
	line-height: 20px;
}
#block_contact_infos li strong {
	font-weight: normal;
	font-size: 13px;
}
#block_contact_infos li pre { font: 11px/20px Arial, Verdana, sans-serif; }

/*************** Block LINK ***************/
#links_block_left .block_content li { border-bottom: 1px dotted #eeeeee }
#links_block_left .block_contentt li.last { border: none; }
#links_block_left .block_content li a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333333;
	background: url(../../../modules/blocklink/img/arrow_right_2.png) no-repeat 10px 10px transparent;
}

/*************** Block MANUFACTURER ***************/
.blockmanufacturer li { border-bottom: 1px dotted #cccccc }
.blockmanufacturer li.last { border: none; }
.blockmanufacturer li a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333333;
	background: url(../../../modules/blockmanufacturer/img/arrow_right_2.png) no-repeat 10px 10px transparent
}

.blockmanufacturer form { margin-top: 10px; }
.blockmanufacturer p {
	padding: 0;
}

/*************** 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 #cccccc }
#rss_block_left li.last { border: none; }
#rss_block_left li a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333333;
	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 }
.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 #cccccc }
.blocksupplier li.last { border: none; }
.blocksupplier li a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333333;
	background: url(../../../modules/blocksupplier/img/arrow_right_2.png) no-repeat 10px 10px transparent
}

.blocksupplier form { margin-top: 10px; }
.blocksupplier p {
	padding: 0;
}

.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% }

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.wrapper {
	overflow: hidden;
	width: 100%;
}
.wrapper_w {
	display: inline-block;
	width: 100%;
}
.padding-1 {
	padding: 25px 0 0 0;
}
.padding-2 {
	padding: 0 0 0 10px;
}
.margin-1 {
	margin-top: 20px;
	margin-bottom: 32px;
}
.margin-2 {
	margin-top: 1px;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.hide {
	display: none;
}
.hover {
	z-index: 500;
}
.col-1, .col-2, .col-3 {
	float: left;
}
.col {
	float: left;
}
p.small {
	font-size: 0.75em;
	line-height: 1.25em;
}

a.btn, button.btn {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	width: 34px;
}
a.btn i { padding: 2px 0; }
a.btn:hover, button.btn:hover {
	background: #ffffff;
}

/*HEADER*/
#header {
	padding: 10px 0 0 0;
}
#logo {
	padding: 10px 0;
	float: left;
}
@media (min-width: 980px) {
	#logo {
		margin-right: 25px;
	}
}
/*topline*/
#topline {
	line-height: 26px;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
	line-height: 26px;
	padding: 0;
	color: #000000;
}
#topline .phone i {
	font-size: 14px;
}
#topline .fadelink {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	text-align: left;
	white-space: nowrap;
	z-index: 3500;
}
#topline .fadelink .ul_wrapper {
	position: absolute;
	top: 17px;
	z-index: 3500;
	display: none;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
}
#topline .fadelink .ul_wrapper ul {
	padding: 7px 30px 7px 7px;
	width: auto;
}
#topline .fadelink li {
	padding: 2px 0;
}
#topline li.selected_language {
	color: #000000;
}
#topline .fadelink li a, #topline .fadelink > a {
	color: #000000;
	text-decoration: none;
}
#topline .fadelink li a:hover, #topline .fadelink > a:hover {
	text-decoration: underline;
}
#topline .fadelink > a {
	display: block;
	margin-top: -1px;
	padding: 0 30px 0 7px;
	border-radius: 2px;
	background: #ffffff url(../img/arrow_down_inverse.png) no-repeat scroll right -2px;
	text-decoration: none;
	font: 12px/17px Arial, Helvetica, sans-serif;
	border: 1px solid #87ad00;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000000;
}
#topline .fadelink > a:hover {
	text-decoration: none;
	color: #000000;
}
#topline img {
	padding-right: 5px;
	vertical-align: middle;
}
#topline .container > .wrapper_w .alignright > *:last-child { margin-right: 0; }
/*navigation mobile*/
.nav-list {
	display: block;
	position: absolute;
	top: -10000px;
	margin: 10px 15px 25px 15px;
	padding: 0;
}
.nav-header > a {
	border-radius: 3px;
	color: #ffffff;
}
.nav-list ul {
	margin: 0;
	padding: 0;
}
.nav-list li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dadada;
	position: relative;
}
.nav-list li:last-child {
	border: none;
}
.nav-list li a {
	display: block;
	margin: 0;
	padding: 15px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-list li a.icon-collapse {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.nav-list li li li a {
	padding-left: 35px;
}
/*navigation desktop*/
#nav {
	position: relative;
	z-index: 902;
	display: block;
	margin: 0;
	padding: 7px 6px 0 0;
	line-height: 100%;
	margin-top: 25px;
	/*padding-top: 0;*/
}
#nav:hover {
	z-index: 1906;
}
#nav li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 0 4px;
}
#nav > li > a {
	display: block;
	margin: 0;
	padding: 12px 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
}
#nav li.level1 > a, #nav li.level2 > a {
	display: block;
	padding: 4px 20px;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}
#nav > li > ul, #nav li:hover .menu_custom_block {
	width: auto;
	background: #fdfdfd;
}
#nav > li > ul {
	position: absolute;
	top: 40px;
	display: none;
	background: none repeat scroll 0 0 #fdfdfd;
	border-radius: 0px 0px 8px 8px;
	border-top: 5px solid #9d3bc6;
	width: auto;
}
#nav li ul.shadow, #nav li .menu_custom_block .shadow {
	display: inline-block;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}
#nav li .menu_custom_block .shadow {
    padding: 0 20px;
}
#nav li:hover .menu_custom_block {
	display: block;
}
#nav .menu_custom_block .col-third {
	float: left;
	width: 230px;
	margin: 0 14px;
	display: inline;
}
#nav .menu_custom_block .col-third h1, #nav .menu_custom_block .col-third h2, #nav .menu_custom_block .col-third h3 {
	padding: 14px 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}
#nav ul ul li {
	position: relative;
}
#nav ul ul ul ul {
	position: absolute;
	z-index: 100;
	top: -10px;
	left: 150px;
	padding: 10px 0;
	width: 200px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#nav li.list_column {
	width: 200px;
}
#nav li.list_column, #nav li.category_desc_in_menu {
	display: block;
	float: left;
	margin: 30px 0;
	border-left: 2px solid #eaeaea;
}
#nav li:hover li:first-child {
	border-left: none;
}
#nav li:hover li.category_desc_in_menu {
	padding: 0 30px;
	width: 240px;
}
#nav a.custom_category_link, #nav .menu_custom_block a {
	display: inline;
	font-weight: bold;
}
#nav h1.custom_menu_title {
	font-size: 1.25em;
}
#nav li:hover ul.list_in_column {
	position: relative;
	top: 0;
}
#nav ul.list_in_column li {
	float: none;
}
#nav ul.list_in_column ul {
	display: none;
}
#nav ul.list_in_column li:hover ul {
	display: block;
}
#nav .category_desc_in_menu img, .custom_menu_img img {
	border: 5px solid #ffffff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) and (min-width: 640px) {
    nav {
        clear: both;
        padding: 0;
        margin-top: -5px;
    }
    .form-search-wrapper {
        margin-top: -85px;
    }
    .shoppingcart {
        margin-top: -80px;
    }
    .shoppingcart .fadelink { padding:0; }
}
@media (max-width: 979px) and (min-width: 640px) {
    .form-search-wrapper {
        margin-top: -127px;
    }
    .shoppingcart {
        margin-top: -104px;
    }
}
#megamenu .custom img {
	box-shadow: none !important;
}
#megamenu .catalog-background { width: 234px; height: 283px; background: url('../img/catalog-background.jpg') no-repeat; margin: 15px 10px 0 511px; }
.login_block {
	position: relative;
	padding-right: 10px;
	text-align: right;
	display: inline-block;
}
.login_block a {
	padding-bottom: 5px;
}
.shoppingcart {
	position: relative;
	float: right;
	z-index: 3001;
	margin-top: 26px;
}
.shoppingcart:hover {
	z-index: 2050;
}
.shoppingcart .badge {
	position: absolute;
	top: -7px;
	right: -10px;
	background: #2a2a2a;
	color: #ffffff;
}
.shoppingcart .fadelink {
	padding-bottom: 10px;
	position: absolute;
	right: 0px;
	top: -3px;
	float: right;
}
.shoppingcart .fadelink span a.btn {
	width: 32px;
	border-radius: 3px;
	line-height: 20px;
	display: inline-block;
}
.shoppingcart:hover .fadelink span a {
	cursor: pointer;
}
.shopping_cart_mini {
	margin-right: 2px;
	margin-top: 42px;
	z-index: 2010;
	display: none;
	width: 330px;
	background-color: #fdfdfd;
	color: #000000;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	border-radius: 5px;
	border: 1px solid #ffffff;
}

.shopping_cart_mini .inner-wrapper {
	padding: 5px 8px;
}
.shopping_cart_mini .item {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.shopping_cart_mini .item a { color: black; }
.shopping_cart_mini .product-image {
	float: left;
	margin-right: 10px;
	width: 53px;
}
.shopping_cart_mini .product-detailes {
	float: left;
	width: 110px;
}
.shopping_cart_mini .product-detailes .product-name {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.05em;
}
.shopping_cart_mini .product-detailes .product-price {
	color: #000000;
	font-weight: bold;
}
.shopping_cart_mini .button {
	float: right;
	margin-left: 5px;
	color: #000000;
}
.shopping_cart_mini a i {
	margin-left: 7px;
	color: #000000;
	font-size: 18px;
}
.shopping_cart_mini .button {
	float: left;
	margin-right: 2px;
	padding: 0 7px;
	background: #f0f0f0;
	color: #000000;
	text-decoration: none;
	line-height: 31px;
	border-radius: 3px;
}
.shopping_cart_mini .button:hover {
	color: #ffffff;
}
/*right toolbar*/

#right_toolbar {
	position: fixed;
	right: 0px;
	bottom: 15%;
	z-index: 2050;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#right_toolbar {
		right: 15px;
	}
}
#right_toolbar .shoppingcart {
	float: none;
	margin: 15px 0 7px 20px;
	padding: 0;
	position: relative;
	display: inline-block;
}
#right_toolbar .shoppingcart:hover {
	padding: 0 0 0 20px;
	margin: 15px 0 7px 0;
}
#right_toolbar .shoppingcart .fadelink {
	position: relative;
	float: left;
}
#right_toolbar .shopping_cart_mini {
	position: absolute;
	bottom: -96px;
	margin-right: 42px;
	right: 0;
	left: auto;
}
#right_toolbar .shoppingcart .badge {
	right: -5px;
}
#right_toolbar .search_wrapper {
	clear: both;
	position: relative;
	height: 40px;
}
#right_toolbar .form-search {
	position: static;
}
#right_toolbar .form-search button {
	position: relative;
	z-index: 100;
	margin: -1px 0 0 18px;
}
#right_toolbar .form-search input.search-query {
	position: absolute;
	right: 20px;
	top: 4px;
	z-index: 99;
	padding: 2px 10px;
	width: 0;
	height: 18px;
	line-height: 24px;
}
#back-top a {
	display: block;
	margin: 0 0 0 5px;
	padding: 17px 0 0 0;
	width: 61px;
	height: 42px;
	text-align: center;
	background: #f8f8f8;
	color: #8a8a8a;
	font-size: 22px;
	line-height: 22px;
	border-radius: 3px;
	opacity: 1;
}
/*CONTENT*/
section.slider {
	margin-bottom: 10px;
}
body.home_v_2 section#content {
	background: url(../img/home_v_2_body_bg.jpg) no-repeat center 0;
}
section#content > .container.top {
	padding-top: 25px;
}
section#content {
	padding-bottom: 10px;
}
#column_left.span3 {
	float: right;
}
#column_right.span9 {
	float: right;
    margin-bottom: 15px;
}
.box-wrapper {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	position: relative;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.box-wrapper .inside {
	padding: 20px;
}
.box-wrapper .inside.min-height {
	min-height: 200px;
}
.box-wrapper .line {
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin: 0 0 -6px 0;
}
.box-wrapper a {
	text-decoration: underline;
}
.box-wrapper a:hover, .box-wrapper .button {
	text-decoration: none;
}
.table.shopping-cart-table th, .table.shopping-cart-table td {
	padding: 20px 10px 15px 10px;
	border-bottom: 2px solid #e5e5e5;
}
.table.shopping-cart-table td.cart_quantity { width: 55px; }
.table.shopping-cart-table a {
	text-decoration: underline;
}
.table.shopping-cart-table a:hover {
	text-decoration: none;
}
.table.shopping-cart-table th {
	padding: 5px 10px;
}
.table th.aligncenter, .table td.aligncenter {
	text-align: center;
}
.table th.alignright, .table td.alignright {
	text-align: right;
}
.table.shopping-cart-table td {
	border-right: 1px solid #e5e5e5;
}
.table.shopping-cart-table td:first-child {
	border-left: 1px solid #e5e5e5;
	width: 10%;
	min-width: 136px;
}
.table.shopping-cart-table th {
	font-weight: normal;
}
.table.shopping-cart-table input.qty {
	width: 30px;
	border: 1px solid #e0e0e0;
	box-shadow: none;
	border-radius: 0;
	margin-top: -5px;
	margin-bottom: -5px;
}
.table.shopping-cart-table a[class^="icon-"], .table.shopping-cart-table a[class*=" icon-"] {
	font-size: 20px;
}
.table.shopping-cart-table .cart-col-name {
	display: none;
}
.table.shopping-cart-table-total {
	border-bottom: 2px solid #e5e5e5;
}
.table.shopping-cart-table-total th, .table.shopping-cart-table-total td {
	padding: 0 15px;
	border: none;
}
/*product block*/
.product {
	position: relative;
	margin-top: 10px;
	margin-bottom: 14px;
	padding: 0;
	border: 5px solid #ffffff;
	border-radius: 8px;
	box-sizing:border-box;
}
.product.hover { box-shadow: none; }

.product a, .product-name a {
	text-decoration: none;
}
.product a:hover, .product-name a:hover {
	text-decoration: underline;
}
.product .product-image-wrapper {
	padding: 5px 5px 0 5px;
	text-align: center;
	cursor: pointer;
	z-index: 350;
}
.product .product-image-wrapper .roll_over_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}
.small_with_description .product, .big_without_description .product, .small_without_description .product, .product-listing .product {
	margin-top: 10px;
	margin-bottom: 5px;
}
.small_with_description .product .product-image-wrapper, .big_without_description .product .product-image-wrapper, .small_without_description .product .product-image-wrapper, .product-listing .product .product-image-wrapper {
	padding: 5px 5px 0 5px;
}
.product .product-image-wrapper img {
	float: none;
	margin: 0 auto;
}
.product .product-tocart .icon-basket:before, .preview .product-tocart .icon-basket:before {
	content: '\e84e';
}
.product .product-tocart a:hover, .preview .product-tocart a:hover {
	font-size:25px;
	-webkit-transition: font-size 0.25s 0s ease;
	-moz-transition: font-size 0.25s 0s ease;
	-o-transition: font-size 0.25s 0s ease;
}
.product .product-price, .product .product-price-regular, .preview .product-price, .preview .product-price-regular {
	font-size: 16px;
	line-height: 25px;
	display: inline-block;
	float:left;
}
.product .product-price-regular, .preview .product-price-regular {
	color: #ff0000;
}
.product .product-price span.old, .product .product-price-regular span.old, .preview .product-price span.old, .preview .product-price-regular span.old {
	padding-left: 5px;
	text-decoration: line-through;
	padding-right: 10px;
}
.preview .product-price span.old { opacity: 0.5; }
.product-small .product-price span.new, .product-small .product-price span.old { font-size: 16px; }
.product-small .product-price span.old { text-decoration: line-through; }
.product-small-info .product-name { min-height: 40px; }
.product .product-tocart, .preview .product-tocart {
	height: 27px;
	display: inline-block;
	margin-left: 10px;
	float:right;
}
.product .product-tocart a, .preview .product-tocart a {
	display: block;
	font-size: 20px;
	line-height: 26px;
	width: 26px;
	background-color: transparent;
	margin-top: 0px;
}
.product .product-tocart a:hover, .preview .product-tocart a:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
    background: transparent;
}
.product .product-link, .preview .product-link {
	margin-top: 5px;
	line-height: 15px;
	text-align: left;
    line-height: 19px;
    vertical-align: middle;
}
.preview .product-link i {
    font-size: 18px;
    margin-top: -2px;
    width: 20px;
}
.product .product-name, .preview .product-name {
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 13px;
	height: 34px;
	overflow: hidden;
	text-align: left;
}
.product.hover .product-image-wrapper, .product.hover .countdown_box { opacity: 0; transition: opacity 1s; }
.preview .wrapper-hover .wrapper { height: 33px; }
.product .wrapper-hover {
	padding: 3px 14px 12px 14px;
	text-align: center;
}
.preview .wrapper-hover {
	padding: 3px 14px 12px 14px;
	text-align: center;
	color: #000000;
}
.preview.small .wrapper-hover {
	padding: 7px 0 12px 0px;
}
.small_with_description .product .wrapper-hover {
	padding: 2px 5px;
}
.style2 .image-wrapper {
	margin: 0 4px;
}
.style2 .image-wrapper img {
	margin-bottom: 65px;
}
/*product label*/
.label_outer {
	position: relative;
	z-index: 1;
	height: 200px;
}

/*product hover preview*/
.preview {
	position: absolute;
	z-index: 2001;
	top: 0;
	left: 0;
	margin: 0px 0 0 10px;
	display: none;
	float: left;
	text-align: left;
	padding: 0;
	border: 5px solid #ffffff;
	border-radius: 8px;
	box-sizing:border-box;
}

.preview .col-1 {
	width: 75px;
	padding-top: 10px;
}
.preview .col-2 {
	width: 260px;
}
.preview .col-1 img {
	margin-bottom: 5px;
}
.preview.small {
	padding-bottom: 5px;
}

.preview.small .col-1 {
	width: 53px;
	padding-right: 4px;
}
.preview.small .col-2 {
	width: 170px;
}
.preview.small .padding {
	padding: 8px 3px 0;
}
.preview .preview_top {
	overflow: hidden;
}
.preview .preview_bot {
	padding: 0;
}
.preview.small .preview_bot {
	margin-top: 0;
	padding: 8px 0 12px 55px;
}

.preview .big_image {
	text-align: center;
	padding: 5px 5px 0 5px;
}
.preview.small .big_image {
	left: 62px;
}
.preview .big_image, .preview.small .big_image { opacity: 0; }
.preview.overhover .big_image, .preview.overhover.small .big_image { opacity: 1; transition: opacity 1s; }
.txt {
	margin-bottom: 10px;
	margin-left: 30px;
}
.twit {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid rgba(200, 200, 200, 0.1);
}
.twit .icon {
	width: 30px;
	font-size: 18px;
	color: #ececec;
}
.twit .mess {
	margin-left: 40px;
}
.fb-like-box, .fb-like-box iframe[style], .fb-like-box span {
	width: 100% !important;
}
.block {
	margin: 0 0 15px;
	border-bottom: 1px solid #eeeeee;
}
.block.last {
	border: none;
}
.block .block-title {
	padding-bottom: 10px;
	text-transform: uppercase;
}
.block .block-title strong {
	font-weight: normal;
}
.block .block-content {
	padding: 5px 0 15px;
}
.block .block-subtitle {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
}
.block-layered-nav dt {
	margin: 0;
	padding: 7px 0 6px;
	font-weight: bold;
}
.block-layered-nav dd {
	margin: 0 0 25px;
	padding: 0;
}
.block-layered-nav ol {
	margin: 0;
}
.block-layered-nav dd li {
	margin-bottom: 6px;
	padding: 0 0 0 19px;
	background: url(../img/block-layered-dt.gif) no-repeat scroll 0 9px transparent;
}
.block-layered-nav dd li a {
	text-decoration: none;
}
.block-layered-nav dd li a:hover {
	text-decoration: underline;
}
ul#poll-answers {
	margin-bottom: 15px;
}
ul#poll-answers li {
	line-height: 22px;
}
ul#poll-answers .label {
	display: inline-block;
	padding: 0 4px;
	border-radius: 0;
	background: none;
	color: #000000;
	vertical-align: baseline;
	text-shadow: none;
	white-space: nowrap;
	font-weight: normal;
	font-size: 12px;
}
ul#poll-answers label {
	margin: 0;
}
ul#poll-answers input[type="radio"] {
	margin: -2px 0 0;
}
.line {
	overflow: hidden;
	margin: 10px 0;
	width: 100%;
}
.footer-line {
	overflow: hidden;
	margin: 10px 0;
	width: 100%;
}
.patriks_day .line, .patriks_day .footer-line {
	background: url(../img/line_patriks_day.png) repeat-x;
	margin: 5px 0;
	height: 40px;
	border: none;
}
.helloween .line, .helloween .footer-line {
	background: url(../img/line_helloween.png) repeat-x;
	margin: 5px 0;
	height: 40px;
	border: none;
}
.christmas .line, .christmas .footer-line {
	background: url(../img/line_christmas.png) repeat-x;
	margin: 5px 0;
	height: 40px;
	border: none;
}
.thanksgiving .line, .thanksgiving .footer-line {
	background: url(../img/line_thanksgiving.png) repeat-x;
	margin: 5px 0;
	height: 40px;
	border: none;
}
.line1 {
	overflow: hidden;
	margin: 10px 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #c7c7c7;
}
.listing_header_row1 {
	padding: 10px 0 0;
	line-height: 26px;
}
.listing_header_row1 .pull-left {
	width: 33%;
}
.listing_header_row1 .pull-right {
	width: 33%;
}
.listing_header_row2 {
	padding: 0 0 30px 0;
}
.listing_header_row1 label {
	display: inline-block;
	padding-right: 15px;
	font-size: 12px;
	line-height: 26px;
	cursor: text;
}
.listing_header_row1 a[class^="icon-"], .listing_header_row1 a[class*=" icon-"] {
	padding-right: 5px;
	color: #000000;
	font-size: 26px;
	text-decoration: none;
	display: inline-block;
}
@-moz-document url-prefix() {
	.listing_header_row1 a[class^="icon-"], .listing_header_row1 a[class*=" icon-"] {
		margin-top: -2px;
	}
}
.listing_header_row1 a[class^="icon-"]:hover, .listing_header_row1 a[class*=" icon-"]:hover {
	color: #666666;
}
.num {
	text-align: right;
}
.num a {
	display: inline-block;
	padding-right: 5px;
	line-height: 20px;
}
a.small_icon i {
	padding: 0 3px;
	background-color: rgba(236, 236, 236, 1);
	font-size: 12px;
	line-height: 20px;
}
a.small_icon:hover i {
	background-color: rgba(236, 236, 236, 0.6);
}
#wishlist_button i,
a.small_icon_color i {
	margin-top: -2px;
	margin-right: 7px;
	padding: 0 2px;
	border-radius: 2px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}
a.small_icon_color i.icon-heart {
	text-indent: 1px;
}
.middle_icon_color {
	display: block;
	margin-right: 10px;
	padding: 2px 0 0 0;
	width: 32px;
	font-size: 23px;
	height: 29px;
	line-height: 28px;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.rating {
	margin-top: 7px;
}
.rating i {
	color: #cccccc;
	font-size: 14px;
}
.product-shop {
	display: inline-block;
}
.product-shop h2 {
	padding-right: 0;
}
.product-shop .product_info_left {
	overflow: hidden;
}
.product-shop .product_custom, .product-shop .product_related {
	float: right;
	margin-left: 30px;
	margin-top: -10px;
	width: 194px;
}
.product-img-box .product-image {
	padding: 8px;
	border-radius: 6px;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
.product-img-box .product-image img {
}
#thumbs_list.more-views li,
.product-img-box .more-views li {
	margin: 0 0 10px;
	padding: 2px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    text-align: center;
    background: #fff;
    border-radius: 6px;
    height: auto;
}
#thumbs_list.more-views li img { border-radius: 0; background: transparent; border: 0; box-shadow: none; width: auto; }
#thumbs_list .flex-direction-nav a i { color: #fff; }
#thumbs_list .flex-direction-nav li {box-shadow: none; background: transparent;}
.product-img-box .more-views li i {
	width: 100%;
	font-size: 40px;
	padding: 3px 0 0 0;
	margin: 0;
	vertical-align: middle;
	height: 59px;
	line-height: 59px;
	text-align: center;
}
.product-shop .product-name h1 {
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	margin-top: -3px;
}
.product-shop .availability {
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}
.product-shop .short-description {
	padding: 15px 0 10px;
	border-bottom: 1px solid #d7d7d7;
}
.product-shop .price-box {
	padding: 25px 0 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.product-listing .price-box {
	display: inline-block;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	width: 300px;
}
.product-listing .product-review {
	display: inline-block;
	line-height: 30px;
}
.product-listing .product-review a {
	text-decoration: underline;
}
.product-listing .product-review a:hover {
	text-decoration: none;
}
.product-shop #old_price, .product-shop .old-price, .product-shop .special-price, .product-listing .old-price, .product-listing .special-price {
	display: inline-block;
}
.product-shop .old-price .price, .product-listing .old-price .price {
	padding-right: 10px;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
}

.product-listing .special-price .price {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.product-shop .add-to-cart {
	margin: 0px;
}
.product-shop .add-to-cart .qty {
	display: inline-block;
	padding: 12px 15px 0 10px;
	max-height: 42px;
	border: none;
	border-radius: 6px;
	margin-bottom: 5px;
}

.product-shop .add-to-cart button.btn-cart:hover {
	color: #ffffff;
	border-color: #ffffff;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
}

.product-shop .add-to-cart label {
	float: left;
	margin-right: 12px;
	line-height: 48px;
}
.product-shop .add-to-cart .qty input {
	padding: 0;
	width: 40px;
	height: 30px;
	border-radius: 0;
	text-align: center;
}
.product-shop .add-to-cart button.btn-cart, .product-listing a.btn-cart {
	padding-right: 20px;
	height: 56px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
}
.product-listing {
	margin-bottom: 20px;
}
.product-listing a.btn-cart {
	margin-right: 20px;
	margin-bottom: 5px;
	height: 30px;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 8px;
	border-radius: 3px;
}
.product-shop .add-to-cart button.btn-cart i, .product-listing a.btn-cart i {
	margin-top: -10px;
	padding-right: 8px;
	font-size: 22px;
}
.product-listing a.btn-cart i {
	margin-top: -2px;
}
.product-shop .add-to-links, .product-listing .add-to-links {
	display: inline-block;
}
.product-listing .add-to-links {
	padding: 10px 0 0 0;
}
.product-shop .add-to-links li, .product-listing .add-to-links li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.product-shop .add-to-links li:last-child, .product-listing .add-to-links li:last-child {
	margin-right: 0;
}
.product-shop .no-rating {
	padding: 15px 0;
}
.product-shop .no-rating a {
	text-decoration: underline;
}
.product-shop .no-rating a:hover {
	text-decoration: none;
}
.product-listing .bottom-line, .product-listing .product-buttons {
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 0;
}
.product-listing .product-buttons {
	border: none;
}
.product-listing .product-name, .product-listing .product-name a {
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}
.product-listing .product-name a:hover {
	text-decoration: underline;
}
.socialsplugins_wrapper {
	display: inline-block;
	padding-top: 20px;
}
.socialsplugins_wrapper .facebook_button {
	float: left;
	margin-right: 5px;
}
.socialsplugins_wrapper .twitter_button {
	float: left;
	margin-right: -10px;
}
.socialsplugins_wrapper .pinit_button {
	float: left;
}
.promo_box {
	display: table;
	width: 100%;
	padding: 18px 0;
	border-bottom: 1px solid #f2f2f2;
}
.promo_box span {
	display: block;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}

.nav-tabs {
	margin-top: 25px;
}
.nav-tabs > li > a, .nav-pills > li > a {
	margin-right: 4px;
	padding-right: 20px;
	padding-left: 20px;
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs > li > a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	border: none;
	border-radius: 4px 4px 0 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	color: #000000;
	font-weight: bold;
	line-height: 24px;
}
.nav-tabs > li > a:hover, .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	border: none;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	color: #ffffff;
	text-decoration: none;
}
.tab-content {
	position: relative;
	z-index: 5;
	margin-bottom: 25px;
	padding: 20px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
.content_top {
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.breadcrumbs {
	display: inline-block;
	margin-bottom: 20px;
}
.breadcrumbs a {
	display: block;
	float: left;
}
.breadcrumbs span {
	display: block;
	float: left;
	padding: 0 10px;
	color: #bababa;
}
.direction-nav, .small_previews {
	position: relative;
	float: right;
	margin-top: -10px;
}
.carousel .small_previews {
	position: absolute !important;
	top: -36px;
	right: 9px;
}
.flexslider.vertical .small_previews {
	position: absolute;
	top: 366px;
	right: 0px;
	margin: 0 0 20px 0;
}
.direction-nav a {
	display: inline-block;
	margin-left: 4px;
	padding: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.direction-nav a:hover {
}
.small_preview {
	position: absolute;
	width: 85px;
	height: 85px;
	z-index: 800;
	top: 38px;
	display: none;
	padding: 4px;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
.small_preview.next {
	right: -60px;
}
.small_preview.prev {
	right: 40px;
}
.small_previews #jcarousel_preview_prev, .small_previews #jcarousel_preview_next {
	top: 20px;
	z-index: 100;
}
.accordion {
	margin-bottom: 20px;
}
.accordion-group {
	margin-bottom: 2px;
	padding: 2px 0;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.accordion-heading {
	border-bottom: 0 none;
}
.accordion-heading a {
	margin-top: 3px;
	border-radius: 5px;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}
.accordion-heading a.collapsed {
	margin: 0;
	background: #ffffff;
	color: #4c4c4c;
}
.accordion-heading a span {
	padding-right: 20px;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	overflow: hidden;
	padding: 20px 25px;
	border-top: 1px solid #ffffff;
}
.box-list {
	padding: 10px 30px 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.box-list li {
	padding: 4px 0;
	border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}
.box-list li:last-child {
	border: none;
}

.custom_blocks .tt-box {
	padding: 0;
	color: #ffffff;
	margin-bottom: 2px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.custom_blocks .tt-box a {
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 auto;
	display: block;
	color: #ffffff;
}
.custom_blocks .tt-box a:hover {
	text-decoration: none;
}
.custom_blocks .tt-box i {
	font-size: 48px;
	padding: 0;
	margin: 0;
}

.custom_blocks .tt-box i,
.custom_blocks .tt-box .text { -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.custom_blocks .tt-box:hover i {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	padding-left: 5px;
}

.custom_blocks .tt-box .inside {
	padding: 18px 0 18px 10%;
	overflow: hidden;
	display: table;
	width: 90%;
}
.custom_blocks .tt-box .text {
	display: table-cell;
	color: #ffffff;
	height: 68px;
	vertical-align: middle;
	padding: 0 7px 0 0;
}
.custom_blocks .tt-box .icon_wrapper {
	float: left;
	margin: 0 10px 0 0;
	display: inline-block;
	width: 63px;
	height: 63px;
	text-align: center;
	line-height: 66px;
	border-radius: 50%;
}
.custom_blocks .tt-box .icon_wrapper i {
	font-size: 37px;
}

.block_img img {
	margin-bottom: 20px;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.block_img img:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
}
.message {
	padding: 15px 20px 10px;
	margin-bottom: 20px;
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
}
.message .text {
	font-size: 12px;
	line-height: 28px;
	display: inline-block;
}
.message i {
	font-size: 28px;
	padding-right: 10px;
	display: inline-block;
}
@-moz-document url-prefix() {
	.message i {
		margin-top: -2px;
	}
}
.message.error {
	background: #f3dddd;
	border-color: #dfd2d2;
	color: #866868;
}
.message.error i {
	color: #d1aaaa;
}
.message.done {
	background: #e8f6df;
	border-color: #d9e6d1;
	color: #67795c;
}
.message.done i {
	color: #bad3aa;
}
.message.info {
	background: #efefef;
	border-color: #e8e8e8;
	color: #8a8a8a;
}
.message.info i {
	color: #c7c7c7;
	font-size: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*FOOTER*/
#bottom_block {
	padding: 0 0 25px 0;
	margin-bottom: -50px;
}
#push, #footer {
	height: 27px;
	clear: both;
}
#footer {
	z-index: 600;
	position: relative;
	color: #808080;
	bottom: 0;
	margin-top: -27px;
}

#footer:hover {
	z-index: 2602;
}
#footer a {
	color: #808080;
}
#footer_line {
	position: relative;
	z-index: 0;
}
#footer_bottom {
	position: relative;
	z-index: 1;
}
#footer_bottom i {
	color: #ffffff;
	font-size: 14px;
}
#footer_bottom .pull-right, #footer_bottom .pull-left {
	max-width: 49%;
}
#footer_bottom .pull-right {
	text-align: right;
}
#footer_bottom .noHover, #footer_bottom .noHover span {
	padding: 0;
	line-height: 25px;
	margin: 0 0 1px 0;
}
#footer_bottom .noHover img {
	vertical-align: middle;
}
#footer_bottom .noHover span {
	display: inline-block;
}
#footer_bottom .noHover span.text {
	padding-top: 5px;
}
#footer_bottom .noHover span.text, #footer_bottom .noHover span.text span {
	display: inline-block;
	line-height: 18px
}
#footer_bottom .noHover span.text span {
	margin: 0;
}
#footer_bottom .pull-right.noHover {
	padding: 2px 0 0;
	line-height: 24px;
}
#footer_bottom .noHover .payment_icons {
	margin-right: 5px;
}
#footer_bottom .payment_icons img {
	margin-right: 4px;
}
#footer_button {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	margin-left: -20px;
	padding: 3px 0 0 0;
	width: 30px;
	height: 24px;
	text-align: center;
	background: #85ab00;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
}
#footer_popup {
	position: absolute;
	z-index: 0;
	bottom: 27px;
	display: none;
	padding-bottom: 40px;
	width: 100%;
}
#footer_popup_static {
	width: 100%;
	padding-bottom: 10px;
}

#footer_popup.footer_bg {
}
#footer_popup h3, #footer_popup h4,
#footer_popup_static h3, #footer_popup_static h4 {
	padding: 10px 0;
	border-bottom: 1px solid #a3a3a3;
}

#footer_popup h4,
#footer_popup_static h4 {
	border: none;
}
#footer_bottom .pull-right a { line-height: 24px; padding: 0 3px; }
#footer_bottom i {
	font-size: 13px;
	height: 20px;
	border-radius: 11px
}
#preloader {
	position: fixed;
	z-index: 10000;
	top: 40%;
	width: 100%;
	display: none;
}
#preloader .message {
	position: absolute;
	left: 32%;
	padding: 0 1%;
	margin-top: 70px;
	border-radius: 6px;
	border: none;
	text-align: center;
	width: 34%;
}
#preloader .loader {
	position: absolute;
	left: 50%;
	margin-left: -28px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 6px;
	height: 56px;
	width: 56px;
	line-height: 56px;
	text-align: center;
}
#preloader .loader img {
	opacity: 0.9;
}
#preloader .message .inside {
	padding: 20px;
}
#login-box {
	z-index: 1000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -200px;
	width: 320px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	border-radius: 5px;
	background: #ffffff;
	text-align: center;
}
#login-box a {
	text-decoration: underline;
}
#login-box a:hover, #login-box .button {
	text-decoration: none;
}
#login-box .inside {
	padding: 20px;
}
#login-box input {
	text-align: center;
	color: #000000;
	margin: 12px 0;
}
#login-box .button {
	margin-top: 20px;
	position: relative;
}
#login-box .line {
	overflow: hidden;
	margin: 20px -20px 0 -20px;
	width: 320px;
	height: 1px;
}
#carousel_tabs a {
	white-space: nowrap;
}
/*form element*/
label, input, button, select, textarea {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
.form-search-wrapper {
	position: relative;
	z-index: 904;
	margin-right: 58px;
	margin-top: 22px
}
.helloween .form-search-wrapper {
	background: url(../img/search_bg_helloween.png) no-repeat 0 0;
	margin-top: -25px;
	padding-top: 25px;
}
.patriks_day .form-search-wrapper {
	background: url(../img/search_bg_patriks_day.png) no-repeat 0 0;
	margin-top: -25px;
	padding-top: 25px;
}
.thanksgiving .form-search-wrapper {
	background: url(../img/search_bg_thanksgiving.png) no-repeat 0 0;
	margin-top: -25px;
	padding-top: 25px;
}
.christmas .form-search-wrapper {
	background: url(../img/search_bg_christmas.png) no-repeat 0 0;
	margin-top: -18px;
	padding-top: 18px;
}
.form-search {
	position: relative;
	margin-bottom: 15px;
}
.form-search input.search-query {
	padding-left: 44px;
	font-size: 12px;
	width: 130px;
	height: 24px;
	line-height: 24px;
	border: 2px solid #ffffff;
	border-radius: 5px !important;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27) !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
@media (min-width: 980px) {
	.form-search input.search-query {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}
	.form-search input.search-query:focus {
		width: 200px;
	}
}
select, select:focus {
	outline: none;
	height: 34px;
	line-height: 34px;
	padding: 6px;
	font-size: 14px;
}
select.fullwidth, input.fullwidth, textarea.fullwidth {
	width: 99%;
}
input.fullwidth, textarea.fullwidth {
	width: 94%;
}
#form-contact input {
	width: 100%;
}
#form-contact input.input-small {
	width: 120px;
	margin-top: 5px;
}
#form-contact textarea {
	width: 100%;
	height: 185px;
	margin-bottom: 20px;
}
button, .button {
	padding: 0 14px;
	border: none;
	border-radius: 3px;
	background: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
}
.button {
	display: inline-block;
	text-decoration: none;
}
button.button-2x, .button.button-2x {
	padding: 0 15px;
}
button.button-3x, .button.button-3x {
	padding: 2px 15px 6px 15px;
	border: none;
	text-transform: uppercase;
	white-space: nowrap;
	margin-bottom: 15px;
}
.button_small, #topline a.button_small {
	display: inline-block;
	font: 12px/20px Arial, Helvetica, sans-serif;
	padding: 0 5px 0 0;
	margin: 0;
	height: 20px;
	overflow: hidden;
	vertical-align: middle;
	text-transform: none;
	margin-right: 5px;
	border-radius: 2px;
	text-decoration: none;
	background-image: url(../img/divider1.png);
	background-repeat: no-repeat;
	background-position: 22px 0;
}

#topline .auth-buttons i {
	color: white;
	font-size: 20px;
}
#topline .auth-buttons i:hover {
	color: #9d3bc6;
	font-size: 20px;
}

.button_small i {
	width: 24px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	margin-top: -1px;
	vertical-align: middle;
	margin-right: 5px;
	padding: 0;
}
.button_small span {
	min-width: 57px;
	text-align: center;
	display: inline-block;
}
.form-search button, .form-mail button {
	position: absolute;
	top: 2px;
	left: 2px;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	border: none;
	background: #ffffff;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 2px;
	font-size: 18px;
}
.form-mail button {
	padding: 2px 0 2px;
}
.form-mail {
	position: relative;
}
.form-mail input {
	padding-left: 44px;
	width: auto;
	height: 24px;
	line-height: 24px;
}
.form-login-wrapper {
	position: absolute;
	width: 330px;
	top: 20px;
	right: 0;
	z-index: 905;
	display: none;
	padding: 8px 8px 12px 20px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: rgba(0, 0, 0, 0.89);
}
.form-login-wrapper:hover {
	display: block;
}
.form-login {
	margin: 0;
}
.form-login input {
	margin: 0 15px 0 -24px;
	padding-left: 25px;
	width: 112px;
	height: 22px;
	border: 2px solid #ffffff;
	border-radius: 3px;
}
.form-login .pull-left i {
	position: relative;
	z-index: 100;
	width: 18px;
	color: #000000;
	font-size: 16px;
	height: 32px;
	vertical-align: middle;
}
.form-login button {
	float: left;
	display: inline-block;
	margin: 0 0 0 -5px;
	padding: 0;
	width: 20px;
	height: 32px;
	border: none;
	background: none;
	background-image: none;
	box-shadow: none;
	color: #ffffff;
	text-shadow: none;
}
.form-login button i {
	color: #ff0066;
	font-size: 20px;
	line-height: 20px;
}
.form-login button.btn:hover {
	background: none;
}
@media (max-width: 1279px) {
	#right_toolbar {
		right: -10000px;
	}
	.hidden-small-desktop {
		display: none;
	}
}
@media (max-width: 1200px) {
	.custom_blocks .tt-box {
		float: left;
	}
	.custom_blocks .tt-box a {
		text-transform: uppercase;
		font-weight: normal;
		font-size: 16px;
	}

	#header.header_v_2 #nav > li > a {
		min-width: 100px;
		display: block;
		padding: 15px 20px 15px 10px;
	}
	#header.header_v_2 .fadelink > a {
		min-width: 60px;
		padding: 15px 20px 15px 10px;
	}
	#nav .menu_custom_block .col-third {
		float: left;
		width: 190px;
		margin: 0 10px;
	}
}
@media (max-width: 979px) {
	section.slider #layerslider-container-fw {
		margin-right: 7px;
	}
	.accordion-inner > .pull-left, .accordion-inner > .pull-right {
		float: none;
	}
	#nav li:hover li.list_column {
		width: 200px;
	}
	#nav li:hover li.category_desc_in_menu {
		padding: 0 30px;
		width: 200px;
	}
	#header.header_v_2 .top-links {
		float: none;
		clear: both;
		margin: 0 0 0 -10px;
		padding-top: 10px;
	}
	#nav .menu_custom_block .col-third {
		float: left;
		width: 150px;
		margin: 0 5px;
	}
}
@media (min-width: 1200px) and (max-width: 1360px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 1050px;
	}
	.span12 {
		width: 1050px;
	}
	.span11 {
		width: 960px;
	}
	.span10 {
		width: 870px;
	}
	.span9 {
		width: 780px;
	}
	.span8 {
		width: 690px;
	}
	.span7 {
		width: 600px;
	}
	.span6 {
		width: 510px;
	}
	.span5 {
		width: 420px;
	}
	.span4 {
		width: 330px;
	}
	.span3 {
		width: 240px;
	}
	.span2 {
		width: 150px;
	}
	.span1 {
		width: 60px;
	}
	.preview .col-1 {
		width: 75px;
	}
	.preview .col-2 {
		width: 240px;
	}
	.preview.small {
		padding-bottom: 5px;
	}
	.preview.small .col-1 {
		width: 53px;
	}
	.preview.small .col-2 {
		width: 150px;
	}
	.preview .big_image {
		width: 230px;
	}
	.preview.small .big_image {
		width: 140px;
		height: 137px;
	}
	#header.header_v_2 #nav > li > a {
		min-width: 130px;
		display: block;
		padding: 15px 20px 15px 10px;
	}
	#header.header_v_2 .fadelink > a {
		min-width: 60px;
		padding: 15px 30px 15px 10px;
	}
	.custom_blocks .tt-box {
		width: 240px;
	}
}
@media (min-width: 640px) and (max-width: 1360px) {
	.product-img-box .more-views li i {
		padding: 3px 0 0 0;
		height: 50px;
		line-height: 50px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.custom_blocks .tt-box .inside {
		padding: 10px 10px 0;
	}
	.custom_blocks .tt-box .text {
		height: 38px;
	}
	.custom_blocks .tt-box i {
		font-size: 38px;
	}
	.product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span7, .product-box .span8 {
		float: left;
		width: 350px;
	}
	.product-box .product-img-box .span1 {
		width: 60px;
		margin-right: 20px;
	}
	.product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
		width: 260px;
		margin: 0;
	}
	.form-mail input {
		width: 70%;
	}
}
@media (max-width: 767px) {
	.flexslider.big .flex-direction-nav {
		display: none;
	}
	.listing_header_row1 .pull-left {
		width: 50%;
	}
	.listing_header_row1 .pull-right {
		width: 49%;
	}
	.tab-content {
		position: relative;
		z-index: 0;
		margin-bottom: 25px;
		margin-top: 2px;
		padding: 20px;
		border-top: none;
	}
	.nav-tabs > li > a, .nav-pills > li > a {
		margin-right: 0;
	}
	.mousetrap {
		display: none;
	}
	#footer_popup, #footer_popup_static {
		position: relative !important;
		display: block !important;
		height: auto !important;
		padding-bottom: 20px;
	}
	#nav li:hover li.list_column {
		width: 160px;
	}
	#nav li:hover li.category_desc_in_menu {
		padding: 0 20px;
		width: 160px;
	}
	#footer_button {
		display: none;
	}
	#footer .pull-left.noHover, #footer .pull-right.noHover {
		max-width: 100%;
	}
}
@media (min-width: 640px) and (max-width: 767px) {
	body {
		padding: 0;
	}
	.container {
		padding: 0 20px;
		width: 580px;
	}
	.row {
		margin-left: -70px;
	}
	.span12 {
		float: left;
		margin-left: 70px;
		width: 580px;
	}
	.span11 {
		float: left;
		margin-left: 70px;
		width: 580px;
	}
	.span10 {
		float: left;
		margin-left: 70px;
		width: 580px;
	}
	.span9 {
		float: left;
		margin-left: 70px;
		width: 580px;
	}
	.span8 {
		float: left;
		margin-left: 70px;
		width: 344px;
	}
	.span7 {
		float: left;
		margin-left: 70px;
		width: 344px;
	}
	.span6 {
		float: left;
		margin-left: 70px;
		margin-right: -40px;
		width: 276px;
	}
	.span5 {
		float: left;
		margin-left: 70px;
		width: 255px;
	}
	.span4 {
		float: left;
		margin-left: 70px;
		width: 255px;
	}
	.span3 {
		float: left;
		margin-left: 70px;
		width: 255px;
	}
	.span2 {
		float: left;
		margin-left: 70px;
		width: 123px;
	}
	.span1 {
		float: left;
		margin-left: 15px;
		width: 59px;
	}
	.row.small_without_description, .row.small_with_description {
		margin-left: -30px;
	}
	.span2.product {
		margin-left: 30px;
		width: 120px;
	}
	.carousel, .es-carousel, .es-carousel .row {
		padding: 0;
		margin: 0;
	}
	.carousel.style0 .es-carousel {
		margin: 0 -5px 0 -65px;
	}
	.carousel .span3 {
		margin-left: 65px;
		margin-right: 5px;
		width: 255px;
	}
	.carousel .span2 {
		margin-left: 4px;
		margin-right: 11px;
		width: 123px;
	}
	#column_left.span3 {
		float: left;
		width: 580px;
	}
	#column_right.span9 {
		float: left;
		width: 580px;
	}
	.product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
		width: 580px;
		margin-left: 70px;
		margin-bottom: 25px;
	}
	.product-box .product-img-box .span1 {
		float: left;
		width: 60px;
		margin-right: 20px;
		margin-left: 70px;
	}
	.product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
		float: left;
		width: 500px;
		margin: 0;
	}
	.nav-tabs li {
		float: none;
	}
	.nav-tabs li a {
		margin-bottom: -2px;
		background: #ffffff;
		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
		-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	}
	.form-mail input, .form-search input.search-query {
		width: 200px;
	}

	.span2.product .product-price span.old, .span2.product .product-price-regular span.old {
		padding: 0;
		display: block;
		margin-top: -12px;
	}
}
@media (max-width: 640px) {

	#ordermsg .textarea textarea {
		height: 90px;
		width: 275px;
		border: 1px solid #cccccc
	}
	#login-box {
		margin-top: -150px;
	}
	#login-box .inside {
		padding: 20px;
	}
	#login-box input {
		text-align: center;
		color: #000000;
		margin: 5px 0;
	}
	#login-box .line {
		margin: 5px -20px;
	}
	#login-box .button {
		margin-top: 5px;
	}
}
@media (min-width: 480px) and (max-width: 639px) {

	body {
		padding: 0;
	}
	#shopping_steps .step_name {
		font-size: 10px;
		padding: 0 6px;
	}
	.container {
		padding: 0 40px;
		width: 370px;
	}
	.row {
		margin-left: -20px;
	}
	.span12 {
		float: left;
		margin-left: 20px;
		width: 370px;
	}
	.span9 {
		float: left;
		margin-left: 20px;
		width: 370px;
	}
	.span6 {
		float: left;
		margin-left: 20px;
		width: 370px;
	}
	.span4 {
		float: left;
		margin-left: 40px;
		width: 370px;
	}
	.span3 {
		float: left;
		margin-left: 70px;
		width: 270px;
	}
	.span2.product {
		float: left;
		margin-right: 35px;
		margin-bottom: 10px;
		margin-left: 15px;
		width: 160px;
	}
	.span3.product {
		float: left;
		margin-left: 50px;
		margin-right: 50px;
		width: 270px;
	}
	.carousel {
		width: 370px;
	}
	.carousel, .es-carousel, .es-carousel .row {
		padding: 0;
		margin: 0;
	}
	.carousel .span2.product {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
		margin-left: 5px;
		width: 160px;
	}
	.carousel .span3.product {
		float: left;
		margin-left: 50px;
		margin-right: 50px;
		width: 270px;
	}
	.nav-tabs li {
		float: none;
	}
	.nav-tabs li a {
		margin-bottom: -2px;
		background: #ffffff;
		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
		-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	}
	#nav, .link_label {
		display: none;
	}
	.nav-list {
		display: block;
		position: static;
		top: 0;
	}
	#logo {
		float: none;
		text-align: center;
		padding: 10px 0 0;
	}
	.product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
		margin-left: 40px;
		width: 370px;
		margin-bottom: 25px;
	}
	.product-box .product-img-box .span1 {
		float: left;
		width: 70px;
		margin-right: 10px;
	}
	.product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
		float: left;
		width: 290px;
		margin: 0;
	}
	#column_left.span3 {
		float: left;
		width: 370px;
		margin-left: 0;
	}
	#column_right.span9 {
		float: left;
		width: 370px;
	}
	.block_img {
		width: 175px;
		margin-left: 20px;
	}
	.form-mail input, .form-search input.search-query {
		width: 200px;
	}

	#form-contact .span9 {
		margin: 0;
		width: 390px;
	}
	#header.header_v_2 .form-search-wrapper {
		margin: -15px 0 0 30px;
	}
	table.std th, .table.shopping-cart-table th {
		display: none;
	}
	table.std td, table.std tr, .table.shopping-cart-table tr, .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
		display: block;
		float: left;
		clear: both;
		width: 100%
	}
	.table.shopping-cart-table td.cart_quantity {
		padding: 10px;
		width: 90%;
		min-width: 200px;
		border: none;
		border-bottom: 1px solid #e5e5e5;
		text-align: left;
	}
	.table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
		padding: 10px;
		width: 90%;
		min-width: 200px;
		border: none;
		border-bottom: 1px solid #e5e5e5;
		text-align: left;
	}
	table#cart_summary .cart_total_price .total_price_container {
		padding-left: 0px;
		padding-top: 0px;
		width: 96%;
		border-top: none;
		border-bottom: none;
	}
	table.std td, table.std td:first-child {
		padding: 12px;
		width: 93.5%;
		border: none;
		border-bottom: 1px solid #e5e5e5;
		text-align: left;
	}
	.table.shopping-cart-table td.aligncenter {
		text-align: left;
	}
	.table.shopping-cart-table td:first-child {
		text-align: center;
	}
	.table.shopping-cart-table .cart-col-name {
		display: inline-block;
		padding-right: 10px;
	}
	.right-button {
		float: left;
		margin-bottom: 15px;
	}
}
@media (max-width: 479px) {

	.table.shopping-cart-table td.cart_quantity {
		padding: 10px;
		width: 90%;
		min-width: 200px;
		border: none;
		border-bottom: 1px solid #e5e5e5;
		text-align: left;
	}

	#shopping_steps .step_name {
		font-size: 8px;
		padding: 0 4px;
	}

	#ordermsg .textarea textarea {
		height: 90px;
		width: 230px;
		border: 1px solid #cccccc
	}
	body {
		padding: 0;
	}
	.container {
		padding: 0;
		margin: 0 auto;
		width: 300px;
	}
	.row {
		margin-left: 0;
	}
	.span12 {
		float: left;
		margin-left: 0;
		width: 300px;
	}
	.span9 {
		float: left;
		margin-left: 0;
		width: 300px;
	}
	.span6 {
		float: left;
		margin-left: 0;
		width: 300px;
	}
	.span4 {
		float: left;
		margin-left: 0;
		width: 300px;
	}
	.span3 {
		float: left;
		margin-left: 20px;
		width: 260px;
	}
	.span3.product {
		float: left;
		margin-left: 20px;
		margin-right: 20px;
		width: 260px;
	}
	.span2.product {
		float: left;
		margin-right: 7px;
		margin-left: 8px;
		margin-bottom: 10px;
		width: 135px;
		padding: 0;
	}
	.carousel {
		width: 300px;
	}
	.es-carousel {
		padding: 0;
		margin: 0;
	}
	.nav-tabs li {
		float: none;
	}
	.nav-tabs li a {
		margin-bottom: -2px;
		background: #ffffff;
		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
		-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
	}
	#nav, .link_label {
		display: none;
	}
	.nav-list {
		display: block;
		position: static;
		top: 0;
	}
	#topline .pull-right {
		float: none;
	}
	#topline .pull-right .alignright {
		text-align: center;
	}
	#topline .fadelink {
		margin-right: 5px;
		margin-left: 0px;
	}
	#topline .fadelink > a {
		padding: 0px 20px 1px 5px;
	}
	#topline .fadelink .ul_wrapper ul {
		padding: 5px 12px 5px 5px;
	}
	#logo {
		float: none;
		text-align: center;
		padding: 10px 0 0;
	}
	#column_left.span3 {
		float: left;
		width: 300px;
		margin: 0;
	}
	#column_right.span9 {
		float: left;
		width: 300px;
		margin: 0;
	}
	#form-contact .span9, #form-contact .span4 {
		margin: 0;
		width: 280px;
	}
	#form-contact .span4.pull-right {
		float: none;
	}
	.product-box .span4, .product-box .span5, .product-box .span6, .product-box .span7, .product-box .span8 {
		float: left;
		width: 300px;
		margin-bottom: 25px;
	}
	.product-box .product-img-box .span1 {
		float: left;
		width: 60px;
		margin-left: 5px;
		margin-right: 10px;
	}
	.product-box .product-img-box .span3, .product-box .product-img-box .span4, .product-box .product-img-box .span5 {
		float: left;
		width: 215px;
		margin: 0;
	}
	.product-shop .product_related, .product-shop .product_custom {
		float: none;
		width: 170px;
		margin: 0 0 50px 0;
	}
	.block_img {
		width: 260px;
		margin-left: 20px;
	}
	.form-mail input, .form-search input.search-query {
		width: 180px;
	}
	.shoppingcart .badge {
		position: absolute;
		top: -7px;
		left: -10px;
		right: auto;
	}
	#footer .pull-left.noHover, #footer .pull-right.noHover {
		width: 100%;
		max-width: 100%;
		float: none;
		text-align: center;
	}
	.select_wrapper.width1 {
		width: 80px;
	}
	.direction-nav {
		margin-bottom: 8px;
	}
	#header.header_v_2 .form-search-wrapper {
		margin: -15px 0 0 -5px;
	}
	#header.header_v_2 .form-search input.search-query {
		width: 160px;
	}
	#header.header_v_2 .shoppingcart {
		right: 30px;
		bottom: 75px;
	}
	#header.header_v_2 .fadelink {
		margin-right: -12px;
		margin-left: 15px;
	}
	#header.header_v_2 .fadelink .ul_wrapper {
		position: absolute;
		top: 25px;
		z-index: 100;
		display: none;
		border: 1px solid #d9d9d9;
	}
	#header.header_v_2 .fadelink .ul_wrapper ul {
		padding: 7px 5px 7px 5px;
		width: auto;
		border-radius: 0;
		background: #ffffff;
	}
	#header.header_v_2 .fadelink > a {
		padding: 2px 15px 1px 5px;
		border-radius: 2px;
		background: #ffffff url(../img/arrow_down_inverse.png) no-repeat right -2px;
		color: #555555;
		text-decoration: none;
		box-shadow: none;
		border: 1px solid #d9d9d9;
		border-bottom: none;
		font-weight: normal;
	}
	#header.header_v_2 .fadelink:hover > a {
		background: #ffffff url(../img/arrow_down_inverse.png) no-repeat right -2px;
		box-shadow: none;
		border: 1px solid #d9d9d9;
		border-bottom: none;
		color: #555555;
	}
	table.std td, table.std tr, .table.shopping-cart-table tr, .table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
		display: block;
		float: left;
		clear: both;
		width: 100%
	}
	table.std th, .table.shopping-cart-table th {
		display: none;
	}
	.table.shopping-cart-table td, .table.shopping-cart-table td:first-child {
		padding: 10px;
		width: 90%;
		border: none;
		border-bottom: 1px solid #e5e5e5;
		text-align: left;
	}
	table#cart_summary .cart_total_price .total_price_container {
		padding-left: 0px;
		padding-top: 0px;
		width: 97%;
		border-top: none;
		border-bottom: none;
	}
	table.std td, table.std td:first-child {
		padding: 12px;
		width: 92%;
		border: none;
		border-bottom: 1px solid #e5e5e5;
		text-align: left;
	}
	.table.shopping-cart-table td.aligncenter {
		text-align: left;
	}
	.table.shopping-cart-table td:first-child {
		text-align: center;
	}
	.table.shopping-cart-table .cart-col-name {
		display: inline-block;
		padding-right: 10px;
	}
	.right-button {
		float: left;
		margin-bottom: 15px;
	}
	#login-box {
		left: 50%;
		margin-left: -140px;
		width: 280px;
	}
	#login-box .line {
		margin: 5px -20px;
		width: 280px;
	}
	.product-img-box .more-views li i {
		padding: 3px 0 0 0;
		height: 50px;
		line-height: 50px;
	}
}
a.btn:hover, button.btn:hover, #footer_bottom i:hover, #next_slide:hover, #prev_slide:hover {
	color: #ffffff;
	border-color: #ffffff;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
}
.flex-next:hover i.icon-right-thin,
.flex-prev:hover i.icon-left-thin {
	transform: rotate(360deg);
	transition: all 0.5s ease-in-out 0s;
}
#footer_bottom i:hover {
	background-color: transparent;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
}

#shopping_steps {
	overflow: hidden;
	width: 100%;
	height: 52px;
	margin-bottom: 30px;
	margin-top: 25px;
}
#shopping_steps .step {
	width: 20%;
	float: left;
	position: relative;
	margin: 46px 0 6px;
	border-bottom: 1px solid #aaa9aa;
}
#shopping_steps .step a {
	color: white;
}
#shopping_steps .step a:hover {
	text-decoration: underline;
}
.marker {
	height: 12px;
	width: 12px;
	background: #aaa9aa;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -6px;
}
.step_name {
	position: absolute;
	top: -46px;
	left: 50%;
	white-space: nowrap;
	color: #aaa9aa;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 35px;
	padding: 0 15px 0 5px;
	background: #eeeeee;
	z-index: 100;
	width: 80%;
	text-align: center;
}
.current .step_name {
	color: #ffffff;
	background: #27a8e1;
}
.arrow {
	position: absolute;
	top: -28px;
	height: 5px;
	font-size: 40px;
	width: 15px;
	text-align: center;
	margin-left: -12px;
	left: 50%;
	z-index: 99;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*input.button{height:20px;}*/
/*input.button-2x{height:30px;}*/
#buy_block p.online_only {
	font-weight: 700;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}
img.icon { left: 0;
	padding-right: 5px;
	position: relative;
	width: 26px; }
.product_row { position: relative; }

#order .box-wrapper { color: black; }

input[type="submit"] { height: 25px; }
input[type="submit"].button-2x { height: 40px; }

.fadelink .favoriteproducts img { display: none; }

/* retina images */
.product-wrapper {
	position: relative;
	margin-bottom: 14px;
}
.product-wrapper a {
	text-decoration: none;
}
.product-wrapper a:hover {
	text-decoration: underline;
}

.product-wrapper .product-image-wrapper .roll_over_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}
.product-wrapper .product-image-wrapper img {
	float: none;
	margin: 0 auto;
}

.product-wrapper .product-link {
	margin-top: 5px;
	line-height: 15px;
}
.product-wrapper .wrapper-hover {
	padding: 3px 14px 12px 14px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	height: 100px;
}
#index .product-wrapper .wrapper-hover {
	padding: 3px 14px 12px 14px;
	text-align: center;
	-webkit-backface-visibility: hidden;
	height: 100%;
}

.product-wrapper .image-wrapper {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
}
.product-wrapper .image-wrapper a {
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}
.product-wrapper .image-wrapper a .view1 {
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .3s linear;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
}

.product-wrapper .image-wrapper a:hover .view1 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.product-wrapper .image-wrapper a .view2 {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	margin: 5px;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	transition: all .3s linear;
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
}
.product-wrapper .image-wrapper a:hover .view2 {
	position: absolute;
	z-index: 100;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
.product-wrapper .hoveronly {
	display: none;
}
.product-wrapper .product:hover .hoveronly {
	display: block;
}
.product .image-wrapper a .view2 img {
	width: 100%;
}

.product_label { z-index: 200; }
.label_new_top_left, .label_new_top_right, .label_sale_top_left, .label_sale_top_right {
	background-color: #93bd00;
	padding: 6px 6px;
	width: auto;
	min-width: 30px;
	left: -1px;
	position: absolute;
	top: 20px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 2px;
}
.label_sale_top_right {
	left: auto;
	right: -3px;
}
.label_sale_top_left, .label_sale_top_right {
	background-color: #ff391c;
}
.icon-star { width: auto !important; }
.login_social {
	display: inline-block;
	padding-right: 10px;
	white-space: nowrap;
}

.small_with_description .sale_discount {
	top: 93px;
}
.sale_discount {
	background-color: #fafafa;
	box-shadow: none;
	color: #000;
	font-family: 'arvo', sans-serif;
	font-weight: normal;
	border-radius: 2px;
	padding: 0 5px;
	width: auto;
	min-width: 30px;
	top: 44px;
	right: -1px;
	position: absolute;
	z-index: 351;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

a.quickview {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.27);
	color: #ffffff !important;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 80px;
	line-height: 80px;
	margin: 0;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	text-transform: uppercase;
	width: 80px;
	z-index: 999;
	right: 85px; top: 92px;
}
a.quickview:hover {
	color: #ffffff !important;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	background-color: #9d3bc6;
}

.small_with_description a.quickview { right: 35px; top: 32px; }

/*snow*/

.scene {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.layer:nth-child(1) img {
}

.layer:nth-child(2) {
	opacity: 1;
}
.layer:nth-child(4) {
	opacity: 0.4;
	width: 110%;
	height: 110%;
	background-image: url(../img/snow/snowh.png), url(../img/snow/snow3q.png), url(../img/snow/snow2l.png);
	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}
.layer:nth-child(5) {
	opacity: 1;
}
.layer:nth-child(6) {
	opacity: 0.5;
}

@keyframes hide-block {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes hide-block {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes site-slide {
	0% {
		background-position: 15px 0;
	}

	100% {
		background-position: 15px 100%;
	}
}

@-webkit-keyframes site-slide {
	0% {
		background-position: 15px 0;
	}

	100% {
		background-position: 15px 100%;
	}
}

@keyframes snow {
	0% { background-position: 0px 0px, 0px 0px, 0px 0px }

	100% { background-position: 500px 1000px, 400px 400px, 300px 300px }
}

@-moz-keyframes snow {
	0% { background-position: 0px 0px, 0px 0px, 0px 0px }

	100% { background-position: 500px 1000px, 400px 400px, 300px 300px }
}

@-webkit-keyframes snow {
	0% { background-position: 0px 0px, 0px 0px, 0px 0px }

	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

@-ms-keyframes snow {
	0% { background-position: 0px 0px, 0px 0px, 0px 0px }

	100% { background-position: 500px 1000px, 400px 400px, 300px 300px }
}

/*end snow*/

@media print {
	a[href]:after {
		content: none !important;
	}
}

/* Isotope */
.row.isotope { overflow: visible !important; }
.row.isotope.loading { height: 744px; }

#filters.products-isotope { margin: 30px 0 4px; }
#filters.products-isotope .option-set li { padding: 0; margin-bottom: 26px; }
#filters.products-isotope .option-set li a { margin-bottom: 0; border-radius: 3px; }
#filters ul li { border-left: 1px solid #29abe2; margin: 0 0 10px; height: 26px; display: inline-block; }
#filters ul li:first-child { border: none; }
#filters ul li a { display: block; color: #2b2b2b; font-size: 1.23em; padding: 12px 14px; margin: -9px 12px 9px; text-transform: uppercase; border-radius: 0; border: 2px solid transparent; text-decoration: none; background-color: transparent; }
#filters ul li a:hover { border-color: #29abe2; background-color: transparent; color: inherit; }
#filters ul li a.selected { background-color: #29abe2; color: #ffffff; }
@media (min-width: 480px) and (max-width: 639px) {
	#filters.products-isotope .option-set li { margin-bottom: 18px; }
	#filters.products-isotope .option-set li a {
		font-size: 1.21em;
		margin: -9px 6px 9px;
		padding: 7px 10px;
	}
}
#products-isotope.loading { overflow: hidden !important; background: url('../img/ajax-loader.gif') no-repeat center center; }
#products-isotope.loading > div { visibility: hidden !important; }
#products-isotope.big_with_description.loading { max-height: 744px; }
/* End Isotope */

/* Social Sharing */
.socialsharing_product button { width: auto; padding: 3px 10px; }
/* End Social Sharing */

/* Blog */
#sdsblogCategory { }
#sdsblogCategory .imageFeatured { border: 0 !important; background: none !important; }
#smartblogcat { border: 0; }
#smartblogcat .sdsarticleHeader,
#sdsblogArticle.blog-post .post-info { padding: 0; margin: 0 0 10px 0; }
#smartblogcat .sdsarticleHeader .sdstitle_block { border: 0; background: none; margin-bottom: 20px; padding: 0; text-transform: uppercase; text-rendering: optimizelegibility; }
#smartblogcat .sdsarticleHeader .sdstitle_block a:hover { text-decoration: none; }
#smartblogcat .articleContent,
#sdsblogArticle.blog-post .articleContent { float: left; margin-right: 30px; margin-bottom: 25px; }
#smartblogcat .articleContent .imageFeatured,
#sdsblogArticle.blog-post .articleContent img { width: 270px; height: auto; }
#smartblogcat .sdsreadMore a { font-weight: normal; text-decoration: underline; }
#smartblogcat .sdsreadMore a:hover { text-decoration: none; }
#smartblogcat .sdsarticleCat { margin-bottom: 12px; padding-bottom: 12px; }
#smartblogcat .pagination { float: left; }
#smartblogcat .pagination .page-active { font-weight: bold; }
#smartblogcat .pagination li { display: inline-block; padding-right: 5px; line-height: 20px; }
#smartblogcat .pagination #pagination_previous a,
#smartblogcat .pagination #pagination_next a { padding: 0; }
#smartblogcat .results { margin: 0; line-height: 20px; }
#respond.smartblogcomments .right { text-align: left; padding: 15px 15px 15px 140px; }
#respond.smartblogcomments .success,
#respond.smartblogcomments .warning { border-radius: 0; }
#respond.smartblogcomments .error { background-color: #f2dede; border-color: #ebccd1; color: #a94442; border: 1px solid rgba(0, 0, 0, 0); border-radius: 4px; margin: 0; padding: 7px 15px 6px 15px; border-style: solid; border-width: 1px; border-radius: 0; }
#respond.smartblogcomments #commentInput input { margin-right: 15px; }
#respond.smartblogcomments #commentInput textarea { width: 80%; }
#articleComments { border: 0 !important; }
#comments .commentList li { padding-left: 82px; }
#comments .commentList li .reply { height: auto; }
#comments .commentList li .reply a { padding: 0 14px; }
#comments .commentList li .reply a, #comments .commentList li .reply a:hover { background: none repeat scroll 0 0 #666666; }

#blog-wrapper .product { border: 0; box-shadow: none; background: none; }
#blog-wrapper h5 { font-size: 16px; line-height: 20px; color: #000000; }
#blog-wrapper .posts { padding: 5px 0; }
#blog-wrapper .posts a, #blog-wrapper .posts span { color: #4d4d4d; }
#blog-wrapper .post-desc { line-height: 1.25em; }

#sdsblogArticle.blog-post .tags { text-align: left; }
#sdsblogArticle.blog-post .tags b { font-weight: normal; line-height: 30px; margin-right: 10px; }
#content .tags-cloud a,
#sdsblogArticle.blog-post .tags a { background: #f8f8f8; display: inline-block; padding: 8px 6px; margin: 0 3px 3px 0; text-decoration: none; color: #000000; border: 0; }
#content .tags-cloud a:hover,
#sdsblogArticle.blog-post .tags a:hover { background: #757575; color: #ffffff; }
/* End Blog */

/* Attention */
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.attention { margin-top: -1px; }
h2 .attention { margin-top: 3px; }
.attention.pull-left { margin-right: 6px; }
.attention.pull-right { margin-left: 6px; }
.attention_icon {
	display: inline-block;
	background-image: url('../img/attention_icon.png');
	background-position: 50% 50%;
	background-color: #93bd00;
	border: 1px solid #93bd00;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	-webkit-animation: blink 1.5s ease-in infinite;
	-moz-animation: blink 1.5s ease-in infinite;
	-ms-animation: blink 1.5s ease-in infinite;
	-o-animation: blink 1.5s ease-in infinite;
	animation: blink 1.5s ease-in infinite;
}
/* End Attention */

/* Wishlist button */
.product-shop .buttons_bottom_block #wishlist_button { background: none; padding:0; line-height: 20px; }
.product-shop .buttons_bottom_block #wishlist_button i { display: inline-block; width: 1.25em; text-align: center; }
/* End Wishlist button */

/* Banners */
#banner-position-1 .banners_outer { margin-top: 59px; }
.banners_outer { box-shadow: none; border-radius: 6px; }
/* End Banners */