/* General */
html {
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #ffffff;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #222222;
	margin-top: 0px;
	font-size: 32px;
	line-height: normal;
}
h1.category {
	margin-bottom:15px;
}
h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height:18px;
}
a, a b {
	cursor: pointer;
	text-decoration:none;
	color:#222222;
}
a:hover, a.active, a.selected, li.active > a, .box-content > ul > li ul > li > a:hover, .product-info a:hover {
	opacity:1;
	transition:			color 70ms ease-in-out, opacity 300ms;
	-moz-transition:	color 70ms ease-in-out, opacity 300ms;
	-webkit-transition:	color 70ms ease-in-out, opacity 300ms;
	-o-transition:		color 70ms ease-in-out, opacity 300ms;
	color:#df0062;
}
a, a b, .button, .button:hover, .user-menu > ul > li > a, .social_wrapper a:hover {
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.icon a, .icon a:hover, a.icon, a.icon:hover, span.icon, span.icon:hover, .custom_block ul li:hover:before, .htabs a {
	transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.icon a, a.icon, span.icon, .icon.disabled:hover, .icon.disabled:hover {
	background-color:#e5e5e5;
}
.icon a:hover, a.icon:hover, span.icon:hover, .custom_block ul li:hover:before, .wishlist_button.icon a:hover, .compare_button.icon a:hover, .ls-borderlesslight .ls-nav-prev:hover, .ls-borderlesslight .ls-nav-next:hover {
	background-color:#df0062;
}
.brand img, .user-menu > ul > li > .background, .bannerot img {
	transition:			opacity 200ms ease-in-out;
	-moz-transition:	opacity 200ms ease-in-out;
	-webkit-transition:	opacity 200ms ease-in-out;
	-o-transition:		opacity 200ms ease-in-out;
}
a img, img {
	border: none;
	max-width:100%;
	height:auto !important;
	transition:			border 300ms;
	-moz-transition:	border 300ms;
	-webkit-transition:	border 300ms;
	-o-transition:		border 300ms;
}
.clearfix {
	clear:both;
	float:none;
}
#captcha {
	margin-top:10px;
}
.up_to_tablet, .up_to_mobile {
	display:none !important;
}
/* Forms */
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea, select {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	max-width:100%;
	outline:none;
	background: #ffffff url('../image/field_active.png') repeat-x;
}
input[type='text']:hover, input[type='password']:hover, textarea:hover, select:hover {
	border: 1px solid #aaaaaa;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
	border: 1px solid #aaaaaa;
}
::-moz-placeholder { 
	opacity: 1;
}
input::-webkit-input-placeholder {
	color: inherit;
}
label {
	cursor: pointer;
}
/* Common elements */
/* price */
.price {
	color:#d52462;
}
/* Sale tags */
.sale_badge {
	position:absolute;
	z-index:2;
	top:-3px;
	left:-3px;
	width:60px;
	height:60px;
	transition: all 150ms ease-in-out 0s;
	border-radius:50%;
	line-height:60px;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
	font-size:14px;
	color:#ffffff;
	background-color:#83d4fb;
	font-weight:bold;
	text-align:center;
}
.box-product > div:hover .sale_badge, .product-grid > div:hover .sale_badge, .product-list > div:hover .sale_badge {
	width:70px;
	height:70px;
	line-height:70px;
}
/* wishlist and compare buttons */
.wishlist_compare_icons {
	position:absolute;
	bottom:0px;
	right:0px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease-in-out 400ms, opacity 300ms ease-in-out 200ms;
}
.box-product > div:hover .wishlist_compare_icons, .product-grid > div:hover .wishlist_compare_icons, .product-list > div:hover .wishlist_compare_icons {
	visibility:visible;
	opacity:1;
	transition: visibility 0s ease-in-out 200ms, opacity 300ms ease-in-out 100ms;
}
.wishlist_button, .compare_button {
	float:left;
}
.wishlist_button.icon a, .compare_button.icon a {
	width:36px;
	height:36px;
	display:block;
	margin-left:0px;
	background-color:#ffffff;
	background-image:url('../image/sprite.png');
}
.wishlist_button a {
	border-radius: 4px 0px 0px 0px;
	background-position: -7px -7px;
}
.wishlist_button a:hover {
	background-position: -7px -57px;
}
.compare_button a {
	background-position:-57px -7px;
}
.compare_button a:hover {
	background-position:-57px -57px;
}
/* Css arrows for menu, cart etc */
.css_arrow {
	display:inline-block;
	border-left-color: transparent !important;
	border-bottom-color: transparent !important;
	border-right-color: transparent !important;
	border-style: solid;
	margin:0px 0px 0px 3px;
	border-width:4px;
	content: "";
	vertical-align: middle;
}
/* Slideshow and carousel arrows  */
.slide_arrow_next, .slide_arrow_prev, .slide_arrow_next.disabled:hover, .slide_arrow_prev.disabled:hover {
	position:absolute;
	top:-40px;
	border-radius:2px;
	z-index:9;
	height:30px;
	width:30px;
	text-indent:-9999px;
	background-image: url('../image/slider-arrows.png' );
}
#column-left .slide_arrow_next, #column-left .slide_arrow_prev, #column-right .slide_arrow_next, #column-right .slide_arrow_prev {
	display:none;
}
.slide_arrow_prev, .slide_arrow_prev.disabled:hover {
	right:32px;
	background-position:-10px -10px;
}
.slide_arrow_prev:hover {
	background-position:-10px -60px;
	cursor:pointer;
}
.slide_arrow_next, .slide_arrow_next.disabled:hover {
	right:0px;
	background-position:-60px -10px;
}
.slide_arrow_next:hover {
	background-position:-60px -60px;
	cursor:pointer;	
}
.slide_arrow_next.disabled, .slide_arrow_prev.disabled {
	cursor:default;
	opacity: 0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
/* Remove button */
.removebutton {
	display:block;
	width:17px;
	float:right;
	height:17px;
	background: url('../image/pix.png') 0px -150px no-repeat;
}
.removebutton:hover {
	background-position:-17px -150px;
	cursor: pointer;
}
/* Shadow covers for drop downs*/
.dropdown_shadow_cover {
	background-color:#ffffff;
	width:100%;
	height:5px;
	position:absolute;
	z-index:99;
	bottom:0px;
	left:0px;
	display:none;
}
/* Header */
#header_wrapper {
	background-image:url('../image/patterns/white/1.png');
	background-repeat:repeat;
	background-color:#333333;
}
.header_wrapper2 {
	background-image:url('../image/patterns/grain2.png');
	background-repeat:repeat;
}
.header_wrapper3 {
	background: url('../image/header_bottom_shadow.png') bottom center repeat-x;
	padding:0px 10px;
	margin:0px auto;
	position:relative;
	z-index:14; /* Keep for ie7 - goes for the menu drop down */
}
.header_top_wrapper {
	position:relative;
	z-index:16; /* goes for language/currency drop down */
	display:block;
}
.header_top_background {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.15;
	filter: alpha(opacity = 15);
	z-index:-1;
}
.header_top {
	margin:0 auto;
	padding:4px 10px 1px;
	font-size:12px;
}
.header_top, .header_top a {
	color:#999999;
}
.header_top a:hover {
	color:#ffffff;
}
.header_top .css_arrow {
	vertical-align:bottom;
	margin-bottom:1px;
	border-top-color:#999999;
	opacity:0.3;
}
.top_promo_message {
	float:left;
}
.top_promo_message a, .top_promo_message span {
	float:left;
	display:block;
	padding:10px 9px 10px 0px
}
.top_promo_message a + a, .top_promo_message span + span, .top_promo_message span + a {
	background-image: url('../image/link-separator.png');
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:10px 9px 10px 9px
}
.light_phone, .light_mobile, .light_skype, .light_mail, .light_location, .light_shipping, .light_twitter, .light_facebook, .light_google, .light_youtube, .light_vimeo, .light_wp, .light_pinterest, .light_linkedin, .light_blogger, .light_envato, .dark_phone, .dark_mobile, .dark_skype, .dark_mail, .dark_location, .dark_shipping, .dark_twitter, .dark_facebook, .dark_google, .dark_youtube, .dark_vimeo, .dark_pinterest, .dark_linkedin, .dark_blogger {
	background-image: url('../image/social-icons.png');
	background-repeat:no-repeat;
	padding-left:30px !important;
}
.top_promo_message .dark_phone {background-position: -13px -7px}
.top_promo_message .light_phone {background-position: -13px -58px;}
.top_promo_message .dark_mobile {background-position: -11px -106px;}
.top_promo_message .light_mobile {background-position: -11px -156px;}
.top_promo_message .dark_skype {background-position: -12px -205px;}
.top_promo_message .light_skype {background-position: -12px -255px;}
.top_promo_message .dark_mail {background-position: -12px -305px;}
.top_promo_message .light_mail {background-position: -12px -355px;}
.top_promo_message .dark_location {background-position: -13px -406px;}
.top_promo_message .light_location {background-position: -13px -456px;}
.top_promo_message .dark_shipping {background-position: -12px -504px;}
.top_promo_message .light_shipping {background-position: -12px -553px;}
.top_promo_message .dark_twitter {background-position: -12px -600px;}
.top_promo_message .light_twitter {background-position: -12px -650px;}
.top_promo_message .dark_facebook {background-position: -10px -697px;}
.top_promo_message .light_facebook {background-position: -10px -747px;}
.top_promo_message .dark_google {background-position: -14px -793px;}
.top_promo_message .light_google {background-position: -14px -843px;}
.top_promo_message .dark_youtube {background-position: -14px -893px;}
.top_promo_message .light_youtube {background-position: -14px -943px;}
.top_promo_message .dark_vimeo {background-position: -13px -993px;}
.top_promo_message .light_vimeo {background-position: -13px -1043px;}
.top_promo_message .dark_pinterest {background-position: -12px -1090px;}
.top_promo_message .light_pinterest {background-position: -12px -1140px;}
.top_promo_message .dark_linkedin {background-position: -14px -1185px;}
.top_promo_message .light_linkedin {background-position: -14px -1235px;}
.top_promo_message .dark_blogger {background-position: -13px -1280px;}
.top_promo_message .light_blogger {background-position: -13px -1330px;}

.language_and_currency {
	float:right;
	margin-right:17px;
}
.currency_current, .language_current {
	float:left;
	padding:10px 12px 13px 12px;
	position:relative;
	white-space:nowrap; /* Keep fir IE */
	-webkit-border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-khtml-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;	
}
.currency_current:hover, .language_current:hover {
	background-color:#ffffff;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	color:#333333;
	cursor:default;
}
.currency_current:hover .css_arrow, .language_current:hover .css_arrow {
	border-top-color:#333333;
	opacity:1;
}
.top_header_drop_down  {
	position:absolute;
	padding:20px 30px 20px 20px;
	background:#ffffff;
	text-align:left;
	top:38px;
	right:0px;
	-webkit-border-radius: 2px 0px 2px 2px;
	-moz-border-radius: 2px 0px 2px 2px;
	-khtml-border-radius: 2px 0px 2px 2px;
    border-radius: 2px 0px 2px 2px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	line-height:18px;
	min-width:110px;
	display:none;
}
.currency_current:hover .dropdown_shadow_cover, .language_current:hover .dropdown_shadow_cover {
	display:block;
}
.top_header_drop_down a {
	white-space:nowrap;
	font-size:12px;
	color:#777777 !important;
	display:block;
}
.top_header_drop_down a:hover {
	color:#222222 !important;
}
.top_header_drop_down a b {
	cursor:default;
	font-weight:normal;
	color:#222222;
}
#language img, .language_current img {
	vertical-align: middle;
	display:inline;
	margin-right:4px;
}
#language a {
	line-height:18px;
}
/* Dark drop down for currency and language */
.dark_language_currency .currency_current:hover .css_arrow, .dark_language_currency .language_current:hover .css_arrow {
	border-top-color:#999999;
	opacity:1;
}
.dark_language_currency .currency_current:hover, .dark_language_currency .language_current:hover {
	color:#999999;
}
.dark_language_currency .top_header_drop_down  {
	background: #222222;
}
.dark_language_currency .top_header_drop_down a  {
	color:#999999 !important;
}
.dark_language_currency .top_header_drop_down a b  {
	color:#eeeeee;
}
.dark_language_currency .top_header_drop_down a:hover {
	color:#eeeeee !important;
}
.dark_language_currency .currency_current:hover, 
.dark_language_currency .language_current:hover, 
.dark_language_currency .dropdown_shadow_cover {
	background-color:#222222;
}
/* Mobile/tablet currency and language */
.currency a {
	margin-right:2px;
	color:#888888;
}
.currency b {
	text-decoration:underline;
}
.language img {
	cursor:pointer;
	margin-right:2px;
}
/* End mobile/tablet currency and language */
.header_top #search {
	float:right;
	position:relative;
	padding:3px 0px 7px;
}
.header_top .button-search {
	position: absolute;
	right:5px;
	top:5px;
	background: url('../image/sprite.png') no-repeat; /* Gray icon is default */
	background-position: -54px -113px;
	width: 28px;
	height: 24px;
	opacity: 0.3;
	transition: opacity 300ms ease-in-out;
	cursor: pointer;
}
.header_top .button-search:hover {
	opacity: 1;
}
/* White search icon */
#header_wrapper.white_search_icon .header_top .button-search {background-position: -54px -163px; opacity:1;}
/* Black search icon */
#header_wrapper.black_search_icon .header_top .button-search {opacity: 1;}

.header_top #search input {
	background: #929292;
	padding: 3px 27px 4px 6px;
	height:21px;
	border: none;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	transition:background 300ms ease-in-out;
	-moz-appearance:none;
}
.header_top #search input:hover, .header_top #search input:focus {
	background: #dddddd;
}
#header {
	margin:0 auto;
	color:#888888;
	position:relative;
	z-index:15;
	display:table;
	width:100%;	
}
#header .logo {
	display:table-cell;
	vertical-align:middle;
	margin:5px 0px 10px;
	max-width:325px;
}
#header .logo img {
	max-width:100%;
	vertical-align:middle;
}
.header_right {
	display:table-cell;
	vertical-align:bottom;
	text-align:right;
	position:absolute;
	right:0;
	bottom:2px;
}
#header #welcome {
	text-align:right; 
	margin:10px 0px 15px 0px;
	line-height:18px;
}
#header #welcome a {
	text-decoration:underline;
	color:#888888;
}
#header #welcome a:hover {
	text-decoration:none;
}
.user-menu {
	float:right;
	padding-bottom:10px;
}
.user-menu ul { 
	float:left; 
	padding:0px; 
	margin:0px; 
}
.user-menu > ul > li {
	float:left;
	margin-right:5px;
	display:block;
	position:relative;
}
.user-menu > ul > li > .background {
	position:absolute;
	width:100%;
	height:100%;
	background:#ffffff;
	opacity:0.10;
	filter: alpha(opacity = 10); 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px;
}
.user-menu > ul > li:hover > .background {
	opacity:0.20;
	filter: alpha(opacity = 20); 
	zoom:1;
}
/* User menu links without icons */
.user-menu > ul > li > a {
	display:block;
	min-width:58px;
	padding: 0px 6px;
	height: 42px;
	line-height: 42px;
	text-align:center;
	position:relative;
	color:#999999;
}
.user-menu > ul > li > a:hover {
	color:#ffffff;
}
/* User menu links with icons */
.menu_icons .user-menu > ul > li > a {
	padding: 11px 6px 0px 6px;
	height: 34px;
	background-image: url('../image/user_menu/soft-white-wishlist.png');
	background-repeat:no-repeat;
	background-position: center 6px;
}
.menu_icons .user-menu > ul > li > a:hover {
	background-position: center -36px;
}
/* User menu icons */
/* -------------------------------------- */
/* Hard white icons */
.menu_icons.hard_white_icons .user-menu > ul > li.custom > a {background-image: url('../image/user_menu/hard-white-custom.png');}
.menu_icons.hard_white_icons .user-menu > ul > li.account > a {background-image: url('../image/user_menu/hard-white-account.png');}
.menu_icons.hard_white_icons .user-menu > ul > li.wishlist > a {background-image: url('../image/user_menu/hard-white-wishlist.png');}
.menu_icons.hard_white_icons .user-menu > ul > li.login > a {background-image: url('../image/user_menu/hard-white-login.png');}
.menu_icons.hard_white_icons .user-menu > ul > li.signup > a {background-image: url('../image/user_menu/hard-white-signup.png');}
/* Soft white icons */
.menu_icons.soft_white_icons .user-menu > ul > li.custom > a {background-image: url('../image/user_menu/soft-white-custom.png');}
.menu_icons.soft_white_icons .user-menu > ul > li.account > a {background-image: url('../image/user_menu/soft-white-account.png');}
.menu_icons.soft_white_icons .user-menu > ul > li.wishlist > a {background-image: url('../image/user_menu/soft-white-wishlist.png');}
.menu_icons.soft_white_icons .user-menu > ul > li.login > a {background-image: url('../image/user_menu/soft-white-login.png');}
.menu_icons.soft_white_icons .user-menu > ul > li.signup > a {background-image: url('../image/user_menu/soft-white-signup.png');}
/* Hard black icons */
.menu_icons.hard_black_icons .user-menu > ul > li.custom > a {background-image: url('../image/user_menu/hard-black-custom.png');}
.menu_icons.hard_black_icons .user-menu > ul > li.account > a {background-image: url('../image/user_menu/hard-black-account.png');}
.menu_icons.hard_black_icons .user-menu > ul > li.wishlist > a {background-image: url('../image/user_menu/hard-black-wishlist.png');}
.menu_icons.hard_black_icons .user-menu > ul > li.login > a {background-image: url('../image/user_menu/hard-black-login.png');}
.menu_icons.hard_black_icons .user-menu > ul > li.signup > a {background-image: url('../image/user_menu/hard-black-signup.png');}
/* Soft black icons */
.menu_icons.soft_black_icons .user-menu > ul > li.custom > a {background-image: url('../image/user_menu/soft-black-custom.png');}
.menu_icons.soft_black_icons .user-menu > ul > li.account > a {background-image: url('../image/user_menu/soft-black-account.png');}
.menu_icons.soft_black_icons .user-menu > ul > li.wishlist > a {background-image: url('../image/user_menu/soft-black-wishlist.png');}
.menu_icons.soft_black_icons .user-menu > ul > li.login > a {background-image: url('../image/user_menu/soft-black-login.png');}
.menu_icons.soft_black_icons .user-menu > ul > li.signup > a {background-image: url('../image/user_menu/soft-black-signup.png');}
/* Mini cart in header */
#cart {
	position:relative;
	display:block;
	float:left;
	overflow:visible;
	margin-right:0px;
	vertical-align:top;
}
#cart .heading {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#cart .heading .dropdown_shadow_cover {
	background-color:#ffffff;
}
#cart .heading .background {
	position: absolute;
	width:100%;
	height:100%;
	background:#ffffff;
	opacity:0.1;
	filter: alpha(opacity = 10);
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px;
}
#cart .heading .mini_header_cart {
	position:relative;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px;
	zoom:1;
}
/* If user menu icons are enabled */
.menu_icons #cart .heading .mini_header_cart {
	padding-top:2px;
	padding-bottom:1px;
}
#cart:hover .heading .mini_header_cart {
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
	background-color:#ffffff !important;
}
#cart .heading .mini_header_cart:hover, #cart.active .heading .mini_header_cart {
	background-position: 100% -9px;
	-moz-border-radius:2px 2px 0px 0px; 
	-webkit-border-radius:2px 2px 0px 0px;
	border-radius:2px 2px 0px 0px;
}
#cart:hover .dropdown_shadow_cover {
	display:block;
}
#cart .heading .mini_header_cart a {
	display: inline-block;
	line-height:22px;
	margin:0px;
	padding:10px 7px 10px 35px;
	color:#999999;
}
#cart .heading .mini_header_cart .css_arrow {
	opacity:0.3;
}
#cart.active .heading .mini_header_cart .css_arrow {
	opacity:1;
}
#cart.active .heading .mini_header_cart .cart_empty:hover {
	color:#333333;
}

/* Cart icons start */
/*----------------------------------------*/
/* Hard white icons */
#cart .heading .mini_header_cart #cart-total, 
#cart .heading .mini_header_cart .cart_empty {
	background-image: url('../image/user_menu/hard-white-cart.png');
	background-repeat:no-repeat;
	background-position:3px -38px;
}
/* Soft white icons */
.soft_white_icons #cart .heading .mini_header_cart #cart-total, 
.soft_white_icons #cart .heading .mini_header_cart .cart_empty {
	background-image: url('../image/user_menu/soft-white-cart.png');
}
/* Hard black icons */
.hard_black_icons #cart .heading .mini_header_cart #cart-total, 
.hard_black_icons #cart .heading .mini_header_cart .cart_empty {
	background-image: url('../image/user_menu/hard-black-cart.png');
}
/* Soft black icons */
.soft_black_icons #cart .heading .mini_header_cart #cart-total, 
.soft_black_icons #cart .heading .mini_header_cart .cart_empty {
	background-image: url('../image/user_menu/soft-black-cart.png');
}
/* Om mouse over */
#cart.active .heading .mini_header_cart #cart-total, 
#cart.active .heading .mini_header_cart .cart_empty {
	background-position:3px 3px; !important;
	transition:			background-position 300ms ease-in-out;
	-moz-transition:	background-position 300ms ease-in-out;
	-webkit-transition:	background-position 300ms ease-in-out;
	-o-transition:		background-position 300ms ease-in-out;
	color:#333333;
}
/* Mini cart content in header */
#header #cart .contentwrapper {
	display:none;
	position:absolute; /* Safari fix */
}
#header #cart.active .contentwrapper {
	position: absolute;
	right:0px;
	top:42px;
	display:block;
	background:#fff;
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px 0px 3px 3px;
	-moz-border-radius: 3px 0px 3px 3px;
	-khtml-border-radius:3px 0px 3px 3px;
	border-radius: 3px 0px 3px 3px;
	width:320px;
	color:#222222;
}
/* If user menu icons are enabled */
#header_wrapper.menu_icons #cart.active .contentwrapper {
	top:45px;
}
#header #cart .content {
	clear: both;
	padding: 15px;
	min-height: 40px;
}
.mini-cart-info table {
	border-collapse: collapse;
	margin-bottom: 8px;
	border-bottom:1px solid #f0f0f0;
}
.mini-cart-info td {
	vertical-align: top;
	padding: 6px 6px 3px 6px;
	width:100%;
	font-size:12px;
}
.mini-cart-info td a {
	font-size:12px;
}
.mini-cart-info .image {
	text-align:left;
	width:auto;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
	margin:0px;
	padding:2px;	
	max-width:60px;
	border-radius:2px;
}
.mini-cart-info .image img:hover {
	border: 1px solid #CCCCCC;
}
.mini-cart-info .name {
	padding: 7px 6px 3px 2px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
}
.mini-cart-info .name small {
	color: #777777;
}
.mini-cart-info .voucher {
	text-align:left;
	padding: 2px 6px 6px 2px;
}
.mini-cart-info .voucher img {
	float:right;
	margin-top:3px;
	cursor:pointer;
}
.mini-cart-info td.total {
	text-align: right;
	padding: 7px 6px 3px 2px;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-total {
	text-align: right;
	padding:3px;
}
.mini-cart-total .sums {
	min-width:60px;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	padding-right:5px;
	margin-bottom: 3px;
}
.mini-cart-total td {
	line-height:16px;
	font-size:12px;
}
#header #cart .checkoutbuttons {
	text-align: right;
	padding:5px;
	clear: both;
}
#header #cart .checkoutbuttons a {
	padding:10px 15px;
}
#header #cart .empty {
	height:45px;
	padding-top:30px;
	text-align: center;
	font-size:12px;
}
/* menu */
.menu_wrapper {
	background-color:#df0062;
	background-repeat:repeat;
	margin:0 auto;	
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	position:relative;
}
#menu {
	background-repeat:repeat;
	height: 41px;
	width:98.4%;
	padding:0.9% 0.8% 0px 0.8%;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#menu > ul > li {
	float: left;
	padding: 1px 2px 0px 2px;
	margin:0px;
}
#menu > ul > li.right {
	float: right;
}
#menu > ul > li > a, #menu .mobile_menu_trigger {
	font-size:14px;
	height:16px; /* Needed for ie 7,8 */
	text-shadow: none;
	text-transform:uppercase;
	color: #ffe8eb;
	display:block;
	padding: 5px 9px 10px 10px;
	margin-bottom: 10px;
	transition:	none;
	-moz-transition: none;
	-webkit-transition:	none;
	-o-transition: none;
}
/* If text shadow in menu */
#header_wrapper.main_menu_text_shadow #menu > ul > li > a, #header_wrapper.main_menu_text_shadow #menu .mobile_menu_trigger {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
#menu > ul > li:hover > a, #menu > ul > li.current > a {
	color:#222222;
	text-shadow: none !important;
	padding: 11px 9px 14px 10px;
	margin-bottom:0px;
	display: block;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	-webkit-box-shadow: 0px -1px 1px rgba(34, 34, 34, 0.1);
	-moz-box-shadow: 0px -1px 1px rgba(34, 34, 34, 0.1);
	-khtml-box-shadow: 0px -1px 1px rgba(34, 34, 34, 0.1);
	box-shadow: 0px -1px 1px rgba(34, 34, 34, 0.1);
	background-color: #ffffff;
	-ms-filter: none; /* Internet explorer 8 */
	filter:none; /* Internet explorer 7 */
	backface-visibility: hidden; /* Keep for firefox not take affect by opacity fadein */
}
#menu > ul > li:hover > a {
	z-index:99999;
	position:relative;
}
#menu > ul > li.withsubs > a {
	padding-right: 6px;
}
/* Arrow for categories that have sub categories */
#menu > ul > li .css_arrow {
	display:none; /* Hide as default */
}
#menu > ul > li.withsubs .css_arrow {
	display:inline-block; /* Show if category has subs */
}
#menu > ul > li.withsubs:hover .css_arrow {
	border-color:#222222
}
#menu ul li.current > a, #menu ul li.current .css_arrow {
	color:#333333 !important;
	border-top-color:#333333 !important;
}
#menu .mobile_menu_trigger {
	background: url('../image/pix.png') 100% -292px no-repeat;
	margin-bottom:0px;
}
/* Home link enabled */
#menu ul li.home > a {
	background-image: url('../image/pix.png');
	background-position: 6px -447px;
	background-repeat: no-repeat;
	padding-left:35px;
	transition: background-position 300ms ease-in-out 0s;
}
/* Home link only text */
#menu ul li.home.only_text > a {
	background-image: none;
	padding-left:10px;
}
/* Home link only icon */
#menu ul li.home.only_icon > a {
	text-indent:-9999px;
	padding-right:5px;
}
/* Home link disabled */
#menu ul li.home.disabled {
	display:none;
}
#menu ul li.home > a:hover, #menu ul li.home.current > a {
	background-position: 6px -391px;
}
/* Dark home icon */
#header_wrapper.dark_main_menu_icons #menu ul li.home a {
	background-position: 6px -397px;
}
#header_wrapper.dark_main_menu_icons #menu ul li.home a:hover, #header_wrapper.dark_main_menu_icons #menu ul li.home.current a {
	background-position: 6px -391px;
}
/* Dark trigger icon */
#header_wrapper.dark_main_menu_icons #menu .mobile_menu_trigger {
	background-position: 100% -537px;
}
/* Custom block */
#menu > ul > li.custom_block { 
	position: static !important;
}
#menu > ul > li.custom_block > div { 
	left:0px;
	padding:1.5% 2% 3% 2%;
	width:96%;
}
/* Custom block layouts */
.custom_block .col-3, .custom_block .col-4, .custom_block .col-5 {
	float:left;
	display:block;
	margin-right:1%;
	margin-left:1%;
	padding-top:5px;
}
.custom_block .col-3 {
	width:31.333%;
}
.custom_block .col-4 {
	width:23%;
}
.custom_block .col-5 {
	width:18%;
}
.custom_block h2 {
	font-size:22px;
	margin:10px 0 10px 0;
}
.custom_block h4 {
	margin-top:0px;
	font-size:16px;
	margin:8px 0;
}
.custom_block p {
	margin-bottom:10px;
}
.custom_block .button {
	margin-top:5px;
}
/* Rest of menu styling is moved to menu-default.css and menu-wide.css */

/* Mobile menu */
.mobile_menu_wrapper {
	margin:0px auto;
	padding:0px 10px;
	display:none;
}
.mobile_menu {
	border-bottom:1px solid #eeeeee;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.mobile_menu ul {
	margin:0px;
	padding:0px;
}
.mobile_menu li {
    display: block;
    padding: 0px;
	background:#ffffff;
	margin:0px;
	position:relative;
	border-top:1px solid #eeeeee;
}
.mobile_menu li:first-child {
	border-top:none;
}
.mobile_menu li a {
    display: block;
	height:26px;
	line-height:26px;
    padding: 12px 20px;
}
.mobile_menu .plus {
	background-image:url('../image/mobile_menu_plus.png');
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:50px;
	background-color:#df0062;
	cursor:pointer;
}
.mobile_menu li .plus, .mobile_menu li.open ul li .plus {
	background-position:0px 0px;
}
.mobile_menu li.open .plus, .mobile_menu li.open ul li.open .plus {
	background-position:0px -50px;
}
.mobile_menu li ul {
    display: none;
}
.mobile_menu li ul li a {
    padding: 12px 35px;
}
.mobile_menu ul li ul {
	border-top:1px solid #eeeeee;
}
.mobile_menu li ul li ul li a {
    padding: 12px 50px;	
}
/* Breacrumb */
.breadcrumb_wrapper { /* home page */
	margin-bottom:10px;
}
.breadcrumb_wrapper.has_breadcrumb { /* pages which has breadcrumb */
	line-height:40px;
	margin-bottom:10px;
	padding:15px 0px 13px;
	border-bottom:1px solid #f5f5f5;
}
.breadcrumb {
	color: #ffffff;
	margin:0 auto;
	font-size:11px;
	line-height:16px;
}
.breadcrumb a {
	color: #bbbbbb !important;
	font-size:11px;
}
.breadcrumb a:hover {
	color: #000000 !important;
}
.breadcrumb a + a {
	background: url('../image/pix.png') 0px -125px no-repeat;
	margin-left:-8px;
	padding-left:12px;
}
/* layout */
#container {
	margin: 0px auto;
	padding:10px 0px 20px;
	text-align: left;
	clear:both;
	position:relative;
	z-index:8; /* Keep for ie7 */
}
#column-left {
	float: left;
	margin-bottom:30px;
}
#column-right {
	float: right;
	margin-bottom:30px;
}
#content {
	min-height: 300px;
	margin-bottom:30px;
}
.success, .warning, .attention, .information {
	padding: 27px 27px 27px 80px;
	margin-bottom: 20px;
}
.success {
	background: #e9ffca url('../image/success.png') 25px center no-repeat;
}
.success, .success a {
	color:#296a23 !important;
}
.warning {
	background: #F5DAD3 url('../image/warning.png') 25px center no-repeat;
}
.warning, .warning a {
	color:#df280a !important;
}
.attention, .information {
	background: #FDEDA4 url('../image/attention.png') 25px center no-repeat;
}
.attention, .attention a, .information, .information a {
	color:#7c622a !important;
}
.success a, .warning a, .information a, .attention a {
	font-style:italic;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
	line-height:22px;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
/* Opencart default field forms */
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 125px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}

table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
/* Fortis field forms */
.input_field_half {
	float:left;
	display:block;
	width:310px;
	max-width:100%;
}
.input_field_half input {
	width:275px;
	display:block;
	max-width:100%;
}
.input_field_half select {
	width:295px;
	max-width:100%;
}
.input_field_half #description, .input_field_half #sub_category {
	width:auto;
	vertical-align:middle;
	display:inline-block;
}
.input_field_half b, .input_field_full b {
	line-height:24px;
	margin-bottom:0px;
}
.input_field_full {
	float:left;
	display:block;
	width:615px;
	margin-bottom:5px;	
	max-width:100%;
}
.input_field_half .help, .input_field_full .help {
	margin-bottom:5px;
	line-height:14px;
}
.input_field_full input, .input_field_full textarea {
	width:585px;
	max-width:100%;
}
.input_field_radio {
	float:left;
	display:block;
	width:295px;
	margin-bottom:5px;	
	max-width:100%;
	padding:0px 0px 10px 0px;
}
.input_field_radio b {
	line-height:20px;
	display:block;
}
.pagination {
	padding:10px 8px 10px 10px;
	display: block;
	overflow:auto;
	border-bottom:1px dashed #eeeeee;
	margin-bottom: 5px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	display: inline-block;
	padding: 8px 13px;
	border-radius:2px;
}
.pagination .links a:hover {
	color: #ffffff;
	background-color:#df0062;
}
.pagination .links b {
	display: inline-block;
	padding: 8px 13px;
	border-radius:2px;
	font-weight: normal;
	color: #333333;
	background-color: #f5f5f5;
}
.pagination .results {
	float: left;
	padding:7px 10px 5px 0px;
	color:#555555;
}
/* button */
a.button, input.button { 
	cursor: pointer;
	background-color: #e7f6fd;
	color: #006080;
	border-radius: 2px;
	padding:14px 20px;
	display:inline-block;
	font: 12px/15px Arial,Helvetica,sans-serif;
	-webkit-appearance:none; /* Needed for iPad */
}
input.button { 
	margin: 0;
	border: 0;
}
a.button.active, input.button.active, #button-cart { 
	background: #df0062;
	color: #ffffff;
}
a.button:hover, input.button:hover, input.button.active:hover, #button-cart:hover {
	background: #83d4fb;
	color: #ffffff;
}
a.button.active.checkout {
	padding:20px 30px;
	font-sie:13px;
}
.buttons {
	overflow: auto;
	margin-bottom: 10px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	padding:10px 10px 0px 10px;
	border-radius:2px;	
	overflow:auto;
	background:#444444;
}
.htabs a {
	background-color: #dddddd; /* Fallback */
	background-color: rgba(255, 255, 255, 0.6);
	padding:10px 12px;
	font-size:14px;
	border-radius:2px 2px 0px 0px;
	display:block;
	float:left;
	margin-right: 5px;
}
.htabs a:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.htabs a.selected {
	background-color:#f5f5f5;
}
.tab-content {
	padding:15px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	min-height:100px;
	background:#f5f5f5;
}
/* Review area */
.write_review {}
.write_review h2 {
	font-size:24px;
	margin:10px 0px 20px;
}
.review-list {
	padding:15px 0px;
	overflow: auto;
	margin-bottom: 10px;
	border-bottom:1px solid #eeeeee;
}
.review-list .author {
	float: left;
	margin-bottom: 10px;
	font-size:13px;
}
.review-list .rating {
	float: right;
	margin-bottom: 10px;
}
.review-list .text {
	clear: both;
}
#review .pagination {
	margin-bottom:30px;
	padding:0px;
	border-bottom:none;
	clear:both;
}

/* Specification */
.attribute {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 13px;
	font-weight: bold;
	background:#f5f5f5;
	text-align: left;
}
.attribute tr td:first-child {
	text-align: left;
	width: 25%;
}
.attribute td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #f5f5f5;
}
/* Related products */
.related_heading {
	display:block;
	height:25px;
	margin-bottom:10px;
}
.related_heading span {
	font-size:15px;
	line-height:25px;
}
.related_heading .related_prev, .related_heading .related_next {
	background: url('../image/tabs-arrows.png') no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
}
.related_heading .related_prev {margin-right:3px; }
.related_heading .related_prev:hover {background-position:-0px -25px;}
.related_heading .related_prev.disabled {background-position:-0px -75px; cursor:default;}
.related_heading .related_next {background-position:-25px 0px; margin-right:10px;}
.related_heading .related_next:hover {background-position:-25px -25px;}
.related_heading .related_next.disabled {background-position:-25px -75px; cursor:default;}
	
/* module boxes */
.box {
	margin-bottom: 20px;
}
#column-left .box, #column-right .box {
	margin-bottom: 10px;
}
/* module heading in content */
.box-heading {
	font-size:16px;
	border-radius:2px;
	padding: 15px 10px 15px 10px;
	line-height: 20px;
	text-transform:uppercase;
	background-color:#f5f5f5;
}
/* module placed in Content top/Content bottom + "clean" modules */
#content .box-heading, .box-heading.clean {
	padding: 10px 10px 10px 0px;
	border-bottom:1px dashed #dddddd;
	background:#ffffff;
	text-transform:none;
	font-size:16px;
}
.box-heading.clean {
	color:#222222;
}
.box .box-content {
	background: #FFFFFF;
	padding: 15px 0px 10px;
	position:relative;
}
/* box products */
.box-product {
	width: 100%;
	overflow:auto;
	padding: 0px 0px;
	margin:0px;
	font-size:0;
}
.box-product > div {
	padding:5px 1%;
	display: inline-block;
	text-align:center;
	vertical-align: top;
	margin:0px 0px 8px 0px;
	position:relative;
	font-size:12px;
	margin-bottom:30px;
}
/* Non carousel product sizing depending on chosen grid */
.grid-2 .box-product > div {width:48%;}
.grid-3 .box-product > div {width:31.33%;}
.grid-4 .box-product > div {width:23%;}
.grid-5 .box-product > div {width:18%;}
.grid-6 .box-product > div {width:14.66%;}
.grid-7 .box-product > div {width:12.28%;}
/* See carousel product sizing in the grid css */
/* Different resizing on resposnive carousel product modules*/
.box-product.carousel > div {
	display:block;
	max-width:100%;
	float:left;
	margin-bottom:0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.box-product .image {
	position:relative;
}
.box-product .image img, .box-product .image_hover img {
	display:block; /* remove bottom space */
	margin:0px auto;
	border-radius:2px;
}
/* Image swap*/
.box-product .image_hover {
	position:absolute;
	left:0;
	right:0;
	display:none;
}
.box-product .name a {
	font-size:16px;
	display:block;
	margin:15px 0px 0px 0px;
}
.box-product > .name > a {
	color: #333333;
}
.grid-7 .box-product .name a {
	font-size:14px;
}
.box-product .rating {
	display: block;
	margin:8px 0px;
}
.box-product .price {
	display: block;
	margin: 10px 0px 10px 0px;
}
.box-product .price-old {
	text-decoration: line-through;
	color:#888888;
}
.box-product .price-new {
	color:#ee001c;
}
.box-product .cart {
	padding-top:15px;
	display:none;
}
/* Product modules placed in columns*/
#column-left .box .box-content, #column-right .box .box-content {
	padding: 10px 0px;
}
#column-right .box-product, #column-left .box-product {
	width: 100%;
	padding: 0px 0px;
	margin:0px;
	overflow:hidden;
}
#column-right .box-product > div, #column-left .box-product > div {
	width: 100%;
	padding:5px 0px 0px 5px;
	margin:0px;
	text-align:left;
	float:left;
}
#column-right .sale_badge, #column-left .sale_badge, #column-right .image_hover, #column-left .image_hover, #column-right .wishlist_compare_icons, #column-left .wishlist_compare_icons {
	display:none !important;
}
#column-right .box-product .image, #column-left .box-product .image {
	float:left;
	margin:0px 10px 5px 0px;
}
#column-right .box-product .image img, #column-left .box-product .image img {
	width:auto;
	
}
#column-right .box-product .information_wrapper, #column-left .box-product .information_wrapper {
	padding:0px 5px 0px 10px;
	height:auto;
}
#column-right .box-product .name a, #column-left .box-product .name a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	margin:2px 0px 3px 0px;
}
#column-right .box-product .rating, #column-left .box-product .rating {
	display: block;
	margin:6px 0px;
}
#column-right .box-product .price, #column-left .box-product .price {
	display: block;
	margin: 6px 0px;
}
#column-right .box-product .cart, #column-left .box-product .cart {
	display:none;
}

/* Box ul lists such as category module */
.box-content ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
.box-content ul > li {
	display: block;
    padding: 0px;
	position:relative;
}
.box-content ul > li:hover {
	background:#f7f7f7;
}
.box-content > ul > li a {
	display: block;
	height:18px;
	line-height:18px;
    padding: 5px 0px 5px 10px;
}
.box-content > ul > li.open {
	background:#f7f7f7;
}

.box-content > ul > li ul {
	display: none;
	background:#ffffff;
}
.box-content > ul > li a.active > ul, .box-content > ul > li.active > ul {
	display: block;
}
.box-content > ul > li ul > li > a {
	padding-left: 20px;
}
.box-content .plus {
	background-image:url('../image/opener.png');
	background-position:center center;
	position:absolute;
	border-radius:2px;
	right:0px;
	top:0px;
	width:28px;
	height:28px;
	background-color: rgba(0,0,0,0.05);
	cursor:pointer;
}
.box-content .plus:hover {
	background-image:url('../image/opener-w.png');
}
.box-content li.open .plus, .box-content li.open ul li.open .plus {
	background-image:url('../image/opener-active.png');
}
.box-content li.open .plus:hover {
	background-image:url('../image/opener-active-w.png');
}

/* Filter module for 1.5.5.1 and up */
.box-content.filter {
	padding:5px 10px 20px 10px !important;
}
.box-content.filter #button-filter {
	margin-top:10px;
}
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	color:#555555;
	display: block;
	margin-bottom: 7px;
}
ul.box-filter > li ul {
	padding:0px 0px 10px 0px;
	display:block;
	border-bottom: 1px solid #EEEEEE;
}

/* Main content */
#content .content {
	padding: 10px 0px;
	overflow: hidden;
}
#content .content_wrapper {
	overflow:hidden;
	width:100%;
}
#content .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .content ul li {
	line-height:18px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* Form content with border */
#content .content.border {
	padding: 10px;
	overflow:visible;
	margin:20px 0px 30px 0px;
	padding:25px 20px 20px 20px;
	border: 15px solid #f5f5f5;
	border-radius:2px;
}
/* Form content with border on category page */
#content .content.border.category {
	margin:10px 0px 30px 0px;
}
#content .content.border .border_heading {
	font-size:16px;
	line-height:24px;
	margin:-45px 0px 0px -12px;	
	padding:0px 12px;
	float:left;
	background:#ffffff;
	color:#df0062;
}
/* Address list */
.address_list {
	display:block;
	margin-bottom:25px;
}
.address_list .button {
	float:right;
	margin:0px 0px 0px 10px;
}
.address_list a {
	margin:5px 10px 0px 0px;
	float:left;
}
/* Category page */
.category-info {
	overflow: auto;
}
.category-info .image {
	float: left;
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	margin-bottom: 15px;
}
.category-list ul {
	float: left;
	width: 150px;
	list-style:none outside none;
	padding-left:15px;
	line-height:18px;
}
.product-filter {
	padding:3px 8px 3px 10px;
	overflow: auto;
	background:#f5f5f5;
	display:block;
}
.product-compare {
	padding: 16px 15px 6px 0px;
	float:left;
	display:inline-block;
}
.product-compare a {
	line-height:18px;
}
.product-filter .display, .product-filter .display-title {
	margin-right: 8px;
	float: left;
	display:inline-block;
	color: #555555;
	font-weight:normal;
	line-height:28px;
	padding:11px 0px 6px 0px;
}
.product-filter .list_view_icon, .product-filter .list_view_icon_active, .product-filter .grid_view_icon, .product-filter .grid_view_icon_active {
	width:30px;
	height:30px;
	border-radius:2px;
	display:inline-block;
	float:left;
	margin-right:3px;
	background-image:url('../image/pix.png');
}
.product-filter .list_view_icon, .product-filter .list_view_icon:hover {
	cursor:default;
	background-position:-30px -208px;
}
.product-filter .list_view_icon_active {
	background-position:-30px -208px;
	background-color:transparent;
}
.product-filter .list_view_icon_active:hover {
	background-position:-30px -238px;
	cursor:pointer;
}
.grid_view_icon {
	cursor:default;
	background-position:0px -208px;
}
.product-filter .grid_view_icon_active:hover {
	background-position:0px -238px;
	cursor:pointer;
}
.product-filter .grid_view_icon_active {
	background-position:0px -208px;
	background-color:transparent;
}
.product-filter .grid_view_icon:hover, .product-filter .list_view_icon:hover {
	background-color:#e5e5e5;
}
.product-filter .sort, .product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
	padding:7px 0px 6px 0px;
	white-space:nowrap;
}
/* List view */
.product-list {
	display:block;
}
.product-list > div {
	padding:20px 1%;
	min-height:200px;
	position:relative;
	border-bottom:1px solid #f1f1f1;
	overflow:auto;
	height:auto !important; /* Needed for equal height in grid view */
}
.product-list > div:hover {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	margin-left:-1%;
	margin-right:-1%;
	padding-left:2%;
	padding-right:2%;
}
.product-list .left {
	padding:0px 10px 0 0;
	border-right: 1px solid #f1f1f1;
}
.product-list .image {
	float: left;
	margin-right:17px;
	position:relative;	
}
.product-list .image img, .product-list .image_hover img {
	border-radius:2px;
	display:block;
}
/* Image swap*/
.product-list .image_hover {
	position:absolute;
	display:none;
}
/* Image swap*/
.product-list .name {
	padding-top:5px;
}
.product-list .name a {
	font-size:16px;
	line-height:20px;
	display:block;
	margin:0px 0px 15px 0px;
}
.product-list .description {
	margin-bottom: 5px;
	line-height:18px;
}
.product-list .rating {
	margin-bottom:10px;
}
.product-list .right {
	position:absolute;
	top:0px;
	right:1%;
	min-height:190px;
	margin-left: 10px;
}
.product-list > div:hover .right {
	right:2%;
}
.product-list .price {
	display: block;
	margin-bottom:15px;
	margin-top:0px;
	font-size:16px;
}
.product-list .price-old {
	text-decoration: line-through;
	color:#888888;
	font-size:12px;
	margin-bottom:4px;
	display:block;
}
.price-new {
	color:#ee001c;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	line-height:22px;
	display:none;
}
.product-list .cart .button {
	width:100%;
}
/* Grid view */
.product-grid {
	width: 100%;
	padding: 0px;
	margin:0px;
}
.product-grid > div {
	padding:25px 1% 0px 1%;
	margin-bottom:10px;
	float:left;
	position:relative;
}
.grid-2 .product-grid > div {width:48%;}
.grid-3 .product-grid > div {width:31.333%;}
.grid-4 .product-grid > div {width:23%;}
.grid-5 .product-grid > div {width:18%;}
.grid-6 .product-grid > div {width:14.666%;}
.grid-7 .product-grid > div {width:10.28%;}

.product-grid .wrapper {
	position:absolute;
	left:4%;
	right:4%;
}
.product-grid > div:hover .wrapper {
	margin:-25px;
	padding:25px;
	background:#ffffff;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	border-radius:3px;
	z-index:10;
}
.product-grid .image {
	text-align:center;
	position:relative;
}
.product-grid .image img, .product-grid .image_hover img {
	display:block; /* remove bottom space */
	border-radius:2px;
}
/* Image swap*/
.product-grid .image_hover {
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	display:none;
}
.image_hover img {
	box-shadow: #ffffff 0px 0px 0px; /* Needed to keep image in size during fade effect */
}
.product-grid .name a {
	font-size:16px;
	display:block;
	margin:15px 0px 0px 0px;
}
.grid-6 .product-grid .name a, .grid-7 .product-grid .name a {
	font-size:14px;
}
.product-grid .description {
	line-height: 15px;
	margin:7px 0px 5px 0px;
	color: #4D4D4D;
	display:none; /* visible for on small screens */
}
.product-grid .rating {
	opacity: 0;
	visibility:hidden;
	margin:0;
	height:0px;
}
.product-grid > div:hover .rating {
	opacity: 1;
	visibility: visible;
	margin:10px 0px;
	height:auto;
}
.product-grid .price {
	display: block;
	margin: 10px 0px 20px 0px;
}
.product-grid .price-old {
	text-decoration: line-through;
	color: #888888;
}
.product-grid .price-new {
	color:#ee001c;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	opacity: 0;
	visibility:hidden;
	height:0px;
}
.product-grid > div:hover .cart {
	height:auto;
}
.product-grid > div:hover .rating, .product-grid > div:hover .cart {
	visibility:visible;
	opacity:1;
	transition: visibility 0s ease-in-out 200ms, opacity 200ms ease-in-out 100ms;
}

/* Manufacturer page */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

/* Product page */
.product-info-top {
	height: 10px;
	position: relative;
	z-index: 1;	
	margin-top:-10px;
	background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%) repeat scroll 0% 0% transparent;
	zoom:1;
}
.product-info-wrapper {
	width:100%;
	border-radius:3px;
	box-shadow:3px 3px 2px rgba(0,0,0,0.08);
}
.product-info-bottom {
	height: 10px;
	position: relative;
	z-index: 1;
	margin-bottom:20px;
	background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0% 0% transparent;
}
.product-info {
	border-radius:3px;
	position:relative;  /*important for custom right column */
	box-shadow:2px -3px 2px rgba(0,0,0,0.08);
}
.product-info a {
	color:#222222;
}
.product-info > .left { /* Left side containing product images */
	float: left;
	margin-right: 15px;
}
.product-info .right { /* Right side/middle containing product information + add to cart etc */
	padding:15px 20px 15px 3.2%;
}
/* Main image */
.product-info .image {
	position:relative; /* IMPORTANT: Stickers ("zoom", "sale") are positioned relative to this box */
	margin-bottom:10px;
	z-index:0;
	padding:5px;
	border:1px solid #eeeeee;
	border-radius:2px;
	z-index:3; /* needed for ie7 */
}
.product-info .image, .mousetrap {
	height:auto;
}
.product-info .image img {
	max-width:100%;
	border-radius:2px;
}
.product-info .image .sale_badge {
	z-index:10000;
	top:-4px;
	left:-4px;
	height:80px;
	width:80px;
	line-height:80px;
	/* See rest of styles under .sale_badge*/
}
#zoom-btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 0px 12px;
    line-height: 32px;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0.7);
}
/* Additional images */
.product-info .image-additional {
	padding:0px 28px 20px 28px;
	position:relative;
}
/* Next and preview buttons */
.product-info .image-additional .slide_arrow_next, .product-info .image-additional .slide_arrow_prev {
	top:50%;
	margin-top:-25px;
}
.image-additional .slide_arrow_next {
	right:0px;
}
.image-additional .slide_arrow_prev.icon {
	left:0px;
}
.image-additional .icon, .image-additional .disabled.icon {
	background-color:#ffffff;
}
.product-info .image-additional ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.product-info .image-additional li {
	text-align: center;
	padding: 0px;
	margin:0px 2px;
	display: block;
	float: left;
	overflow:auto;
}
.product-info .image-additional img {
	border:1px solid #eeeeee;
	border-radius:2px;
	padding: 4px;
	max-width:none;
}
.product-info .image-additional img:hover {
	border:1px solid #999999;
}

/* Product info main information */
.product-info .description {
	margin-bottom: 15px;
	line-height: 20px;
	color: #222222;
}
.product-info h1 {
	color:#222222;
	margin-bottom:12px;
	font-size:28px;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 12px;
	line-height:15px;
}
.product-info .description .review a {
	vertical-align:top;
	padding:0px 4px 0px 7px;
}
.product-info .description .review a u {
	text-decoration:none; /* Used for google rich snippets */
	vertical-align:top;
}
.product-info .review a + a {
	border-left: 1px solid #cccccc;
}
.product-info .description span {
	padding-left:12px;
	line-height:18px;
	background: url('../image/bullet_tiny.png') left 50% no-repeat;
}
.product-info .options {
	padding: 15px 15px 0px 15px;
	background:#f5f5f5;
	border-radius:3px 3px 0px 0px;
}
.product-info .options b {
	line-height:18px;
}
.product-info .options select {
	width:100%;
	display:block;
}
.product-info .options .error {
	margin-top:5px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	background:#f5f5f5;
	padding:15px;
	margin-bottom: 10px;
	overflow: auto;
	border-radius: 3px;	
}
.product-info .right > .options + .cart {
	padding: 0px 15px 15px 15px;
	border-radius: 0px 0px 3px 3px;	
}
.product-info .cart .price {
	float:left;
	font-size: 20px;
	line-height:48px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:400;
}
.product-info .cart .price-old {
	color: #999999;
	font-size:12px;
	line-height:12px;
	margin-bottom:7px;
	text-decoration: line-through;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}
.product-info .cart .price-new {
	display:block;
	line-height:18px;
}
.product-info .cart .add_to_cart {
	float: right;
	white-space:nowrap; /* ie8 fix*/
}
.product-info .cart .add_to_cart .button {
	height:50px;
	padding:15px 30px;
	font-size:14px;
}
/* Sharing buttons */
.product-info .share {
	white-space:nowrap;
	overflow:auto;
	padding:8px 0px 15px 0px;
	border-bottom:1px solid #f5f5f5;
}
.product-info .share .price-tax {
	float:right;
	color:#999999;
}
/* Add to compare & wish list */
.product-info .wishlist_compare {
	margin-bottom:10px;
	padding:12px 0px;
}
.product-info .wishlist_compare a {
	line-height:28px;
	margin-right:15px;
	white-space:nowrap;
}
.product-info .wishlist_compare span {
	background: url('../image/sprite.png') no-repeat;
	height:22px;
	width:22px;
	display:inline-block;
	margin-right:6px;
	vertical-align:middle;
}
.product-info .wishlist span {
	background-position:-15px -15px;
}
.product-info .compare span {
	background-position:-64px -15px;
}
/* If product has minimin order qty, discount or price in reward points */
.product-info .minimum, .product-info .reward {
	padding:15px 15px 15px 37px;
	background: #f5f5f5 url('../image/pix.png') 6px -339px no-repeat;
	margin-bottom:10px;
	border-radius: 3px;
}
.product-info .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
	background:#f5f5f5;
	padding:10px 15px;
	margin:10px 0px;
	border-radius: 3px;	
}
.product-info .discount span {
	display:block;
	padding:2px 10px;
	background: url('../image/bullet_tiny.png') left 50% no-repeat;
}
/* Right side containing brand and custom block */
.product-info .custom_right_column {
	float:right;
	padding:20px 10px;
	position:absolute;
	top:0px;
	right:0px;
	border-left:1px solid #f5f5f5;
}
.product-info > .custom_right_column .brand {
	margin:20px 0px 35px 0px;
	text-align:center;
}
.product-info > .custom_right_column .brand img {
	max-width:100%;
}
.product-info > .custom_right_column .brand img:hover {
	opacity:0.8;
}
/* Sample list */
.product-info > .custom_right_column .custom_block ul {
	list-style: none;
	padding-left:0px;
	margin-left:0px;
}
.product-info > .custom_right_column .custom_block ul li {
	padding:0px 8px;
	clear:both;
	margin-bottom:10px;
	display:block;
	margin-left:43px;
	line-height:18px;
	min-height:30px;
}
.custom_block ul li:before {
    width:30px;
	height:30px;
	border-radius:2px;
	float:left;
	background-color:#f5f5f5;
	background-image: url('../image/slider-arrows.png'); 
	background-repeat:no-repeat;
	background-position:-60px -10px;
	content:"";
	margin:3px 0 0 -43px;
}
.custom_block ul li:hover:before {
	background-position:-60px -60px;
}

/* Compare page */
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	font-weight: bold;
	font-size:13px;
	border-bottom: 1px solid #cccccc;
	padding:10px 7px;
}
.wishlist-info thead .image {
	text-align: left;
	width:5%;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info thead .action {
	width:5%;
	white-space:nowrap;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: left;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .name a {
	color:#066cc3;
}
.wishlist-info tbody .name a:hover {
	color:#ce001a;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
/* Login page */
.login-content {
	margin-bottom: 20px;
	overflow: auto;
	position:relative;
}
.login-content h2 {
	color:#333333;
	margin-bottom:0px;
	padding-bottom:10px;
	margin-top:0px;
	font-size:18px;
	text-transform:uppercase;
	border-bottom:1px solid #eeeeee;
}
.login-content .left {
	float: left;
	width: 48%;
	padding:0 2% 2% 0;
	margin-bottom:20px;
}
.login-content .right {
	float: right;
	width: 48%;
	padding:0 2% 2% 0;
}
.login-content .button {
	float: left;
}
.login-content .forgotten {
	float: right;
	line-height:44px;
}
.login-content .right .content {
	min-height: 170px;
}
/* Order history */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* Return list */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-detail {
	padding-top:20px;
}
.return-opened {
	padding-top:20px;
	margin-bottom:20px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* Shopping cart */
.cart-info-wrapper {
	border-radius: 3px 3px 0px 3px;
	padding:20px;
	background:#f5f5f5;
	*zoom:1;
}
.cart-info {
	background:#ffffff;
	padding:10px;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
}
.cart-info small {
	display:block;
	margin:4px 0px 0px 0px;
	font-weight:normal;
	color:#666666;
	font-size:12px;
}
.cart-info small .remove_link {
	font-size:11px;
	color:#ce001a !important;
}
.cart-info table {
	width: 100%;
	border-collapse: collapse;
}
.cart-info td {
	padding: 10px;
}
.cart-info thead td {
	border-bottom: 1px solid #DDDDDD;
	white-space:nowrap;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .image  {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price {
	text-align: center;
	color:inherit;
}
.cart-info thead .total {
	text-align: right;
}
.cart-info thead .model, .cart-info thead .price, .cart-info thead .total, .cart-info thead .quantity {
	width:8%
}
.cart-info thead .image {
	width:11%;
}
.cart-info thead .remove {
	width:1%;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #eeeeee;
	border-right:1px solid #eeeeee;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .image img {
	border-radius:2px;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.cart-info tbody .name a {
	font-size:18px;
	display:inline-block;
	margin-bottom:5px;
}
.cart-info tbody .quantity, .cart-info tbody .price {
	text-align: center;
	color:inherit;
}
.cart-info tbody .update {
	cursor: pointer;
	display:inline-block;
	width:20px;
	height:20px;
	background: url('../image/pix.png') -5px -270px no-repeat;
	text-indent:-9999px;
	position:relative;
	top:-2px;
	left:2px;
	border:none;
}
.cart-info tbody .total {
	text-align: right;
}
.cart-info tbody .model, .cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	white-space:nowrap;
}
.cart-info tbody .remove {
	border-right:none;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-info .cart_bottom_line {
	background:#ffffff;
	padding:20px 10px 10px 10px;
}
.cart-info .cart_bottom_line a {
	padding:3px 0px 3px 15px;
	background: url('../image/pix.png') 0px -60px no-repeat;
}
.cart_modules_wrapper {
	padding:0px;
	float:left;
	padding:20px 0px;
}
.cart_modules_wrapper .module_box {
	display:block;
	float:left;
	margin:0px 20px 20px 0px;
}
.cart_modules_wrapper .module_box .heading {
	background:#f5f5f5;
	padding:15px;
	display:block;
	font-size:16px;
	text-transform:uppercase;
}
.cart_modules_wrapper .module_box .content_area {
	background:#ffffff;
	padding:10px 0;
	margin:0 10px;
}
.cart_modules_wrapper .module_box b {
	display:block;
	margin-bottom:3px;
}
.cart_modules_wrapper .module_box p {
	margin-bottom:13px;
}
.cart_modules_wrapper .module_box .error {
	margin-bottom:10px;
}
.cart_modules_wrapper .module_box input[type='text'] {
	width:94%;
	margin-bottom:10px;
}
.cart_modules_wrapper .module_box select {
	width:100%;
	margin-bottom:10px;
}
.cart-total {
	background:#f5f5f5;
	float:right;
	text-align:right;
	overflow: auto;
	padding:5px 20px 30px 20px;
	border-radius: 0px 0px 3px 3px;	
}
.cart-total table {
	display:block;
	float:right;
	margin-bottom:10px;
}
.cart-total td {
	padding: 0px 0px 4px 0px;
	text-align: right;
}
.cart-total .right.amounts {
	padding-left:8px;
}
.cart-total tr:last-child td {
	font-weight:bold;
	font-size:16px !important;
}
/* Checkout */
.checkout-heading {
	background: #e5e5e5;
	padding:15px;
	font-size: 16px;
	margin-top: 5px;
	border-radius: 3px;	
	position:relative;
}
.checkout-heading a {
	margin-top: 4px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	right:15px;
}
.checkout-content {
	padding: 30px 20px;
	display: none;
	overflow: auto;
	margin-bottom: 10px;
}
.checkout-content h2 {
	color:#333333;
	font-size:16px;
	text-transform:uppercase;
	margin-top:0px;
	padding-bottom:5px;
	border-bottom:1px solid #eeeeee;
	line-height:24px;
}
.checkout-content .left {
	float: left;
	width: 47.8%;
	padding-right:2%;
	border-right:1px solid #eeeeee;
	margin-bottom:10px;
	padding:0 2% 0 0;
}
.checkout-content .right {
	float: right;
}
#login.right { /* Extra right class since agreement uses .right */
	float: right;
	width: 48%;
	padding-left:2%;
}
#content .checkout-content .left .content, #content .checkout-content .right .content {
	min-height:220px;
	padding:0px;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-content .forgotten {
	float:right;
	line-height:46px;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
.checkout-product tbody .name a {
	color:inherit;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
	color:inherit;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
	color:inherit;
}
/* Contact page */
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
/* Site map */
.sitemap-info {
	overflow: auto;
	margin-bottom: 20px;
}
.sitemap-info .left, .sitemap-info .right {
	float:left;
	display:block;
	width:49%;
	margin-bottom:5px;	
	max-width:100%;
	min-width:200px;
}
.sitemap-info ul {
	list-style:none outside none;
	line-height:18px;
	margin-left:20px;
	padding:0px;
	font-weight:bold;
}
.sitemap-info ul li ul li a {
	font-weight:normal;
}
/* Footer */
.footer_wrapper2 {
	background-image:url('../image/patterns/white/1.png');
	background-color:#333333;
}
.footer_wrapper {
	position:relative;
	background-image: url('../image/patterns/grain2.png');
	background-repeat:repeat;
	clear: both;
	padding:0px 10px;
}
#footer {
	min-height: 100px;
	padding-top:30px;
	margin:0px auto;
}
#footer a, #footer {
	color:#bbbbbb;
}
#footer a:hover {
	color:#ff5484;
}
#footer .social_wrapper {
	margin:0px 0px 28px 0px;
	overflow:hidden;
	font-size:0px;
	text-align:center;
	clear:both;
}
#footer .social_wrapper a {
	width:36px;
	height:36px;
	background-color:#666666;
	display:inline-block;
	border-radius:2px;
	float:left;
	margin:0px 3px 3px 0px;
	background-image: url('../image/social-icons.png');
}
#footer .social_wrapper a:hover {
	background-color:#66D6DF;
}
#footer.dark_social_icons .social_wrapper .facebook {background-position: -8px -697px;}
.social_wrapper .facebook {background-position: -8px -747px;}
#footer.dark_social_icons .social_wrapper .twitter {background-position: -9px -600px;}
.social_wrapper .twitter {background-position: -9px -650px;}
#footer.dark_social_icons .social_wrapper .youtube {background-position: -11px -893px;}
.social_wrapper .youtube {background-position: -11px -943px;}
#footer.dark_social_icons .social_wrapper .google {background-position: -12px -793px;}
.social_wrapper .google {background-position: -12px -843px;}
#footer.dark_social_icons .social_wrapper .vimeo {background-position: -10px -993px;}
.social_wrapper .vimeo {background-position: -10px -1043px;}
#footer.dark_social_icons .social_wrapper .pinterest {background-position: -10px -1090px;}
.social_wrapper .pinterest {background-position: -10px -1140px;}
#footer.dark_social_icons .social_wrapper .linkedin {background-position: -11px -1185px;}
.social_wrapper .linkedin {background-position: -11px -1235px;}
#footer.dark_social_icons .social_wrapper .blogger {background-position: -11px -1280px;}
.social_wrapper .blogger {background-position: -11px -1330px;}
#footer.dark_social_icons .social_wrapper .instagram {background-position: -12px -1380px;}
.social_wrapper .instagram {background-position: -12px -1430px;}

#footer .main_content {
	background: url('../image/overlay_lighten.png') repeat;
	border-radius: 2px;
	overflow:auto;
	min-height:140px;
	padding:1.5% 3% 3%;
	font-size:0;
}
/* If darken content background is enabled */
#footer.dark_footer_content .main_content {
	background: url('../image/overlay_darken.png') repeat;
}
/* Containg the 4 columns */
#footer .main_content .left {
	float:left;
	width:70%;
}
#footer h3 {
	color: #cccccc;
	line-height:22px;
	font-size:16px;
}
#footer .column {
	display:inline-block;
	float:none;
	vertical-align:top;
	width: 23%;
	padding:0 2% 10px 0;
}
#footer .column ul {
	font-size:12px;
	padding-left: 12px;
	list-style: disc outside none;
	margin-left:0;
}
#footer .column ul li {
	margin-bottom: 2px;
	margin-left:0;
}
/* Containg the contact information */
#footer .main_content .right {
	float:right;
	width:30%;
	font-size:12px;
	line-height:18px;
}
#footer .main_content .right .row {
	margin-bottom:10px;
	overflow:auto;
}
#footer .main_content .right span {
	width:36px;
	height:36px;
	margin-right:10px;
	background-image: url('../image/social-icons.png');
	float:left;
}
#footer.dark_company_icons .main_content .right .location {background-position: -10px -406px;}
#footer .main_content .right .location {background-position: -10px -456px;}
#footer.dark_company_icons .main_content .right .phone {background-position: -10px -106px;}
#footer .main_content .right .phone {background-position: -10px -156px;}
#footer.dark_company_icons .main_content .right .mail {background-position: -9px -305px;}
#footer .main_content .right .mail {background-position: -9px -355px;}
#footer.dark_company_icons .main_content .right .skype {background-position: -9px -205px;}
#footer .main_content .right .skype {background-position: -9px -255px;}

#footer .bottom_line {
	clear:both;
	padding:20px 0px;
	overflow:auto;
}
#powered {
	float:left;
	display:block;
	font-size:11px;
}
#powered a {
	font-size:11px;
}
#footer_payment_icon {
	float:right;
	display:block;
}
.scroll_top {
	width:50px;
	height:50px;
	position:fixed;
	z-index:9;
	right:30px;
	bottom:30px;
	background: url('../image/sprite.png');
	background-position: -200px -100px;
	border-radius:3px;
	display:none;
}
.scroll_top:hover {
	background-position: -200px -150px;
}
/* Default banner module */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
	max-width:100%;
}
/* Custom banner module */
.box-heading.banner {
	margin-bottom:15px;
}
.bannerot {
	text-align: center;
	margin-left:-2%;
	overflow:hidden;
	padding:0px 0px 15px;
	font-size:0px;
}
.bannerot .columns-1 {
	margin-left:0;
}
.bannerot img {
	padding-bottom: 20px;
	margin-left:2%;
	display:block;
	float:left;
	box-shadow: #ffffff 0px 0px 0px; /* Needed to keep image in size during fade effect */
}
.bannerot img:hover {
	opacity:0.9;
}

.bannerot.columns-2 img {
	max-width:48%;
}
.bannerot.columns-3 img {
	max-width:31.33%;
}
.bannerot.columns-4 img {
	max-width:23%;
}
.bannerot.columns-5 img {
	max-width:18%;
}
.bannerot.columns-6 img {
	max-width:14.66%;
}

/* Custom slideshow */
.r_slideshow-wrapper {
	z-index:0;
	margin-bottom:20px;
	position:relative;
}
.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.cycle-slideshow { 
	width: 100%;  
	margin: auto; 
	padding: 0; 
}
.cycle-slideshow > div { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; background-color: #222; display: block;
}
.cycle-slideshow > div > a > img, .cycle-slideshow > div > img { 
    width: 100%;
    position: static;
    display: block;
}
.r_slideshow-wrapper .slide_arrow_prev {
	left:10px;
	/* rest of styling under .slide_arrow_prev */
}
.r_slideshow-wrapper .slide_arrow_next {
	right:10px;
	/* rest of styling under .slide_arrow_next */
}
.cycle-pager { 
    bottom:15px;
	right:15px;
	position:absolute;
	z-index:101;
}
.cycle-pager span { 
    cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	margin-right:3px;
	background: url('../image/tab-pager-ring-lgray.png') no-repeat;
	text-indent:-9999px;
}
.cycle-pager span:hover, .cycle-pager span.cycle-pager-active:hover { 
    background-position:0px -60px;
}
.cycle-pager span.cycle-pager-active { 
	background-position:0px -30px;
}
.cycle-pager > * { 
	cursor: pointer;
}
#layerslider .ls-inner .button, #layerslider .ls-inner  a {
	color: inherit;
	background-color: inherit;
	padding:inherit;
	font-size:inherit;
}
#layerslider .heading {
	line-height:normal;
}