* {
	margin:0;
	padding:0;
	list-style:none;
	outline:none;
}
    
table {border-spacing:0;border-collapse:collapse;}

body {
	background: #fff url('../image/paleo-bg-min.jpg') repeat fixed;
	font: 13px 'CenturyGothicRegular';
	color: #000;
	text-transform: uppercase;
	overflow-x: hidden;
}

pre{
background-color:#F8F8F8;border:1px solid #DDD;padding:10px;
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 webkit-box-sizing:border-box;
 display:block; 
 white-space: pre-wrap;  
 white-space: -moz-pre-wrap; 
 white-space: -pre-wrap; 
 white-space: -o-pre-wrap; 
 word-wrap: break-word; 
 width:auto; overflow-x:auto;
 text-transform: none;}

.white-bg{
background:#f6f3ef;
margin:0 auto;
width:980px;
padding-bottom:40px;
-moz-box-shadow: 0px 0px 45px 30px rgba(0, 0, 0, 0.97);
-webkit-box-shadow: 0px 0px 45px 30px rgba(0, 0, 0, 0.97);
box-shadow: 0px 0px 45px 30px rgba(0, 0, 0, 0.97);
}

/* START LAYOUT */
.pivot {
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	height: 100%;
}
#column-left {float: left;width: 220px;}
#column-right {float: right;width: 220px;}
#column-left + #column-right + #content, #column-left + #content {margin-left: 240px;}
#column-right + #content {margin-right: 240px;}
/* END LAYOUT */

/* START ELEMENTS */
h1 {
	font: 22px 'sketch_blockbold';
	display: block;
	color:#000;
	font-weight: normal;
}
h2 {
	font: 20px 'sketch_blockbold';
	margin-bottom: 5px;
	font-weight: normal;
	color:#000;
}
h3 {
	font: 16px 'sketch_blockbold';
	display: block;
	color:#000;
	font-weight: normal;
}
h4 {
	font: 14px 'CenturyGothicRegular';
	display: block;
	color:#000;
	font-weight: normal;
}
p {margin-bottom: 15px;
	font : 13px 'CenturyGothicRegular';
text-transform: none;}

a {
	color: #62758D;
	text-decoration: none;	
}
a:hover {text-decoration: none;
color:#62758D;}
img{border:none;}

/* END ELEMENTS */

/* START CLASS */
.float-right {float: right;}
.clearfix {
	width: 100%;
	overflow: hidden;	
}
.block,
.block-white {
	position: relative;
	overflow: auto;
	color: #000;
	margin-bottom: 20px;
	overflow-y:hidden;
}
.block-white {

}
.block-content {padding: 5px;}
#column-right .block-content h3,#column-right .block-content h4 {
	font: 16px 'sketch_blockbold';
}
.separator {
	height: 2px;
	border-top: 2px dashed #62758D;
}
.required,
.error {color: #ff4040;}
.content {
	padding: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #000;	
}
#content .content-info {
	padding: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 3px solid #E0C7A3;
	background: #E0C7A3;
	-webkit-box-shadow: 0 8px 6px -6px #222;
	-moz-box-shadow: 0 8px 6px -6px #222;
	box-shadow: 0 8px 6px -6px #222;
}
.frame {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.form td {padding: 5px 20px 5px 0px;}
/* END CLASS */

#block {
		padding: 0;
	font: 12px 'CenturyGothicRegular';
	line-height: 44px;
	height: 44px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	z-index:7;
	position: absolute;
}

#block .wrap{
	height: 45px;
	position:absolute;top:0;margin:0 auto;background: #fffbe2 url('../image/paleo-menu-bg.jpg') left no-repeat;z-index:9;width: 1033px;margin-left: -27px;
}

#block .right {
position: absolute;
top: 16px;
right: -1036px;
width: 56px;
height: 44px;
z-index: 3;
}

#block .left {
position:absolute;
top:18px;
left:-56px;
width:56px;
height:44px;
z-index:3;
}

#block #welcome {
	position: relative;
	float: left;
	top: 14px;
	left: 40px;
	font: 12px 'CenturyGothicRegular';
	color: #E0C7A3;	
}
#block #welcome a {color: #E0C7A3;
padding: 3px;}
#block #welcome a:hover {color: #fff;}
#block .links {
	position: relative;
	float: right;
	top: 10px;
	right: 40px;
	font: 12px 'CenturyGothicRegular';	
}
#block .links a {
	display: block;
	float: left;
	color: #E0C7A3;
	padding: 3px;
}
#block .links a:hover {
	color: #fff;
}
#block .links a + a {
	margin-left: 10px;	
}

/* STAR HEADER */
#header {
	background: none;	
	height: 215px;
	color: #fff;
	margin-bottom: 50px;
	padding-top: 30px;
}
#header a {color: #000;}
#header #logo {
	position: absolute;
	left: 260px;
	top: 40px;
	z-index:3;
}
#header #logo img{
max-width: 360px;
width: 360px;
height:auto;
}
#header #welcome {
	position: absolute;
	left: 5px;
	top: 10px;
	font: 12px 'CenturyGothicRegular';
	color: #000;	
}
#header #welcome a {color: #fff;background: #62758D;
padding: 3px;}
#header #welcome a:hover {color: #fff;}
#header .links {
	position: absolute;
	right: 5px;
	top: 10px;
	font: 12px 'CenturyGothicRegular';	
}
#header .links a {
	display: block;
	float: left;
	color: #fff;
	background: #62758D;
	padding: 3px;
}
#header .links a:hover {
	color: #fff;
}
#header .links a + a {
	margin-left: 10px;	
}
#social{
position: absolute;
top: 60px;
list-style: none;
right: 210px;
z-index:1002;
}
#content_header_left{
position: absolute;
top: 40px;
list-style: none;
left: 5px;
width:300px;
height:160px;
}
#content_header_right{
position: absolute;
top: 110px;
list-style: none;
right: 5px;
width: 300px;
height: 95px;
}
/* END HEADER */

/* STAR GROUP */
#group {
	position: absolute;	
	top: 45px;
	right: 5px;
	width: 650px;
	z-index: 1001;
}
#group .drop {
	float: right;
	padding: 4px 10px;
	-moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);	
	height: 37px;
	background-color: #E0C7A3;
	margin-left: 15px;
	position: relative;	
	padding-right: 40px;
	min-width: 85px;
	border: 2px dotted #62758D;
}
#group .drop:hover {
	height: 47px;
	border-radius: 2px 2px 0px 0px;	
}
#group .drop .heading div {
	color: #000;
	font: 15px 'CenturyGothicRegular';
	line-height: 20px;	
}
#group .drop .heading span {
	display: block;
	color: #000;	
	font: 15px 'CenturyGothicRegular';
	line-height: 17px;	
	height: 17px;
}
#group .drop .arrow {
	border: 4px solid transparent;	
	border-top-color: #000;
	width: 0px;
	height: 0px;
	position: absolute;
	right: 10px;
	top: 20px;
}
#group .drop ul {
	display: none;	
	position: absolute;
	top: 55px;
	left: 0px;
	width: 135px;
	border-radius: 0px 0px 2px 2px;
	background-color: #f7f7f7;	
	z-index: 1110;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);	
   	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);	
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);	
	padding: 4px 0px;
}
#group .drop:hover ul {display: block;}
#group .drop ul li {
	font: 14px 'CenturyGothicRegular';
	color: #000;
	padding: 3px 10px;
	cursor: pointer;		
}
#group .drop li:hover {
	background-color: #000;
	color: #fff;	
}
#language img {
	position: relative;
	top: 2px;
	margin-right: 4px;
	border: 1px solid #fff;	
	border-radius: 2px;
}
/* END GROUP */

/* START CART OPEN */
#cart .cart-wrap {
	position: absolute;	
	top: 0px;
	right: 0px;
	width: 400px;
}
#cart .content {
	display: none;
	float: right;	
	position: relative;
	top: 55px;
	right: 0px;
	min-width: 290px;
	z-index: 20;
	-moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
		-webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
	color: #000;
	background-color: #E0C7A3;
	border: 2px dotted #62758D;
}
#cart .empty {padding: 15px;}	
#cart:hover .content {display: block;}
#cart .basket {width: 100%;}
#cart .basket td {
	padding: 10px;
	font: 11px 'CenturyGothicRegular';
	color: #000;
}
#cart .basket td {border-bottom: 1px solid #62758D;}
#cart .basket td img {
	display: block;
	margin: -1px;
}
#cart .basket td.remove {
	cursor: pointer;
	width: 10px;	
}
#cart .basket td.remove div {
	width: 10px;
	height: 10px;
	background-image: url('../image/remove.png');	
}
#cart .basket td.remove:hover div {
	background-position: 0px -10px;	
}
#cart .basket td.image {
	width: 40px;
	padding-right: 0px;	
}
#cart .basket td.total {text-align: right;}
#cart .basket td.quantity {text-align: center;}
#cart .basket td a {
	color: #62758D;
	text-decoration: none;	
}
#cart .basket td a:hover {text-decoration: underline;}
#cart table.total {
	font: 14px 'CenturyGothicRegular';
	color: #000;
	text-align: right;
	float: right;
	margin: 10px;	
	clear: both;
}
#cart table.total th {
	font-weight: normal;
	padding-right: 20px;	
}
#cart table.total td {}
#cart .button {
	float: right;
	margin: 10px;
	color: #fff;	
}
#cart .button:hover {color: #fff;}
/* END CART OPEN */

/* START FOOTER */


#footer {
	min-height: 270px;	
	z-index: 7;
	position: relative;
	height:250px;
}

#footer .right {
position:absolute;
top:16px;
right:-56px;
width:56px;
height:44px;
z-index:3;
}

#footer .left {
position:absolute;
top:18px;
left:-56px;
width:56px;
height:44px;
z-index:3;
}

#footer .wrap{
	position:relative;margin:0 auto;background: #fffbe2 url('../image/paleo-menu-bg.jpg') left no-repeat;z-index:9;width: 1033px;margin-left: -27px;height: 44px;
}
#footer a {color: #62758D;}
#footer a:hover {color: #62758D;}
#footer dl {
	padding-left: 0px;
	min-height: 260px;
	float: left;
	width: 205px;
	margin: 0px 30px 0px 0px;
}
#footer dl dt, #footer dl dd {margin-left: 10px;text-align:center;}
#footer dl dt {
	color: #E0C7A3;
	margin-top: 17px;
	font: 14px 'sketch_blockbold';
	font-weight: normal;
	margin-bottom: 15px;
	}	
}
#footer dl dd {
	background: url('../image/arrow.png') left center no-repeat;
	padding-left: 0px;
	font: 14px 'CenturyGothicRegular';
	color: #62758D;
	line-height: 20px;	
}
/* END FOOTER */

/* START COPYRIGHT */
#copyright {
	height: 60px;
	font: 12px 'CenturyGothicRegular';
	line-height: 30px;
	margin-top: 30px;
	border-top: 1px dashed #E0C7A3;
	border-bottom: 1px dashed #E0C7A3;
	padding-top: 10px;
}
#copyright a{color: #62758D;}
#copyright a:hover{color: #62758D;}
/* END COPYRIGHT */

/* START MENU */
#menu {
	padding: 0;
	font: 12px 'CenturyGothicRegular';
	line-height: 44px;
	height: 44px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	z-index:7;
	position: absolute;
	}
	

#menu .right {
position:absolute;
top:16px;
right:-30px;
width:56px;
height:44px;
z-index:3;
}

#menu .left {
position:absolute;
top:18px;
left:-56px;
width:56px;
height:44px;
z-index:3;
}

#menu .wrap{
	position:relative;width:980px;margin:0 auto;background: #fffbe2 url('../image/paleo-menu-bg.jpg') left no-repeat;z-index:9;width: 1033px;margin-left: -27px;
}
#menu #menu_container {
	width: 920px;	
	margin: 0 auto;
	padding: 0px 20px;
}
#menu a {
	display: block;
	height: 100%;
	color: #E0C7A3;
	font-size: 12px;
	font-weight: bold;
}
#menu a:hover {text-decoration: none;color:#fff;}
#menu ul {
margin-left:38px;
}
#menu li {
	float: left;	
	height: 44px;
	position: relative;
	padding-right: 2px;
}
#menu li a {padding: 0px 7px;}
#menu li:hover {
	color: #fff;
	height: 44px;
	margin-left: -2px;
	padding-left: 2px;
	-moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
}
#menu li .arrow {
	border: 3px solid transparent;	
	border-top-color: #fff;
	width: 0px;
	height: 0px;
	position: absolute;
	right: 50%;
	margin-right: -3px;
	bottom: 2px;
}
#menu li:hover .arrow {border-top-color: #000;}
#menu .sub-menu {
	display: none;
	left: 0px;
	top: 40px;
	position: absolute;	
	z-index: 999999;	
	background-color: #E0C7A3;
	font: 14px 'CenturyGothicRegular';
	color: #000;
	-moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.35);
	padding: 4px 0px;
}
#menu li:hover .sub-menu {display: block;}
#menu dl {
	width: 100%;
	display: table-cell;
}
#menu dl dd {min-width: 180px;
text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);}
#menu dl dd:hover {
	background-color: #62758D;
	color: #E0C7A3;	
}
#menu dl a {padding:10px;color:#000;}
/* END MENU */

/* START SEARCH */
#search {
	float: right;
	height: 23px;
	width: 140px;
	margin-bottom: 8px;
	margin-top: 10px;
	margin-right: 38px;
	background-color: #000;
	border: 1px solid #363636;
	border-top-color: #313131;
	border-bottom-color: #363636;
	border-color: rgba(0, 0, 0, 0.3);
	background-color: #E0C7A3;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 0px rgba(0, 0, 0, 0.1);		
   	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
#search input {
	border: none;
	height: 23px;
	display: block;
	width: 110px;
	background-color: transparent;
	color: #333;
	padding: 0px 5px;
	font: 12px 'CenturyGothicRegular';
}
#search .button-search {
	width: 20px;
	height: 23px;
	float: right;
	cursor: pointer;
}
#search .button-search div {
	background-image: url('../image/icons16x16.png');
	background-position: -32px 0px;		
	width: 16px;
	height: 16px;
	margin-left: 2px;
	margin-top: 3px;
}
#search .button-search:hover div {background-position: -32px -16px;}
/* END SEARCH */

/* START PRODUCT FILTER */
.product-filter {
	margin-bottom: 20px;
	padding: 3px 0px;
}
.product-filter > div {
	padding: 10px 10px;
	border-bottom: 2px solid #62758D;
	border-top: 2px solid #62758D;
	line-height: 35px;	
}
.product-filter .display {padding-right: 20px; float: left;}
.product-filter .display b {padding-right: 5px;}
.product-filter .compare {float: left;}
.product-filter .limit {float: right; padding-left: 10px;}
.product-filter .sort {float: right;}
/* END PRODUCT FILTER */

/* START LOGIN - SITEMAP */
.sitemap-info {overflow: auto;}
.sitemap-info ul li {
	font: 14px 'CenturyGothicRegular';
	color: #000;
	line-height: 20px;
	list-style-type: square;
}
.sitemap-info ul li li {
	font: 12px 'CenturyGothicRegular';
	line-height: 18px;
}
.sitemap-info ul li a {color: #000;}
.sitemap-info ul {
	padding: 3px 0px;
	padding-left: 20px;	
}
.sitemap-info ul ul {padding-left: 24px;}
.sitemap-info .left,
.login-content .left {
	float: left;
	width: 50%;	
}
.sitemap-info .right,
.login-content .right {
	float: right;
	width: 50%;	
}
.login-content .content {margin: 10px;}
.login-content .left .content {margin-left: 0px;}
.login-content .right .content {margin-right: 0px;}
.login-content .right h2 {margin-left: 10px;}
/* END LOGIN - SITEMAP */

/* START MANUFACTURER */
.manufacturer-list {
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* END MANUFACTURER */

/* START PRODUCT LIST */
.product-list > div {
	position: relative;
	margin: 0px 10px;
	margin-bottom: 30px;
	padding: 14px;
	height: 140px;
}
.product-list .image {
	width: 138px;
	height: 138px;
	float: left;
	display: block;
	margin: -1px;
	margin-right: 14px;
}
.product-list .image img {display: block; width: 100%;}
.product-list .controls {
	position: absolute;
	right: 14px;
	bottom: 14px;
	text-align: right;	
	width: 330px;
}
.product-list .wishlist a,
.product-list .compare a {
	color: #000;
	cursor: pointer;
	background: url('../image/plus.png') 0px center no-repeat;	
	padding-left: 10px;
	font-size: 12px;
}
.product-list .cart {
	float: right;
	margin-left: 15px;	
}
.product-list .price {
	text-align: right;
	position: absolute;
	font: 22px 'CenturyGothicRegular';
	float: right;
	right: 14px;
	top: 14px;
	display: inline-block;
	color: #000;
}
.product-list .price .old {
	font: 16px 'CenturyGothicRegular';
	color: #62758D;
	text-decoration: line-through;
}
.product-list .sale {
	display: block;
width: 55px;
height: 49px;
text-indent: -9999px;
overflow: hidden;
position: absolute;
top: -2px;
left: -2px;
	background: url('../image/sale.png') no-repeat;
	position: absolute;
}
.product-list .name a,
.product-list .name {
	font: 15px 'CenturyGothicRegular';
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
.product-list .name:hover,
.product-list .name a:hover {
	color: #000;
	text-decoration: none;	
}
.product-list .name::first-letter {color: #000;}
.product-list .description {margin-right: 140px;}
.product-list .rating {
}
/* END PRODUCT LIST */

/* START PRODUCT GRID */
.product-grid > div {
	position: relative;
	float: left;
	width: 190px;
	margin: 0px 8px 30px 8px;
	padding: 14px 14px 20px 14px;
	height: 330px;
	border: 3px solid #E0C7A3;
	text-align: center;
	background: #E0C7A3;
	min-height: 330px;
	-webkit-box-shadow: 0 8px 6px -6px #222;
	-moz-box-shadow: 0 8px 6px -6px #222;
	box-shadow: 0 8px 6px -6px #222;
	}
.product-grid > div:hover {
}
.product-grid .shadow {
	height: 8px;
	width: 220px;
	position: absolute;
	bottom: -9px;
	left: -1px;	
}
.product-grid .name a,
.product-grid .name {
	font: 14px 'CenturyGothicRegular';
	color: #000;
	margin: 5px 0px;
	text-transform: none;
}
.product-grid .name:hover,
.product-grid .name a:hover {
	color: #000;
	text-decoration: none;	
}
.product-grid .name::first-letter {color: #000;}
.product-grid .image {
	display: block;
	-webkit-box-shadow: 0 8px 6px -6px #222;
	-moz-box-shadow: 0 8px 6px -6px #222;
	box-shadow: 0 8px 6px -6px #222;
	margin: -1px;
	margin-bottom:5px;
}
.product-grid .image img {display: block;}
.product-grid .price {
	font: 25px 'CenturyGothicRegular';
	right: 14px;
	display:block;
	color: #000;
	margin-top: 8px;
	width: 100%;
	border-top: dashed 1px #62758D;
}
.product-grid .price .old {
	font: 16px 'CenturyGothicRegular';
	color: #62758D;
	text-decoration: line-through;
}
.product-grid .sale {
	background: url('../image/sale.png') no-repeat;
	display: block;
width: 55px;
height: 49px;
text-indent: -9999px;
overflow: hidden;
position: absolute;
top: -2px;
left: -2px;
}
.product-grid .rating {

}
.product-grid .compare,
.product-grid .wishlist,
.product-grid .description {display: none;}
/* END PRODUCT GRID */

/* START CATEGORY INFO */
.category-info {
	padding-top: 10px;
	overflow: hidden;
	line-height: 16px;
}
.category-info .image {
	float: left;
	margin: 2px;
	margin-right: 15px;	
	display: block;
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);		
   	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
}
.category-info .image img {display: none;}
.category-list {overflow: auto;}
.category-list a {
	font: 14px 'CenturyGothicRegular';
	color: #000;	
}
.category-list ul {
	padding-top: 10px;
	float: left;
	width: 18%;
}
.category-list li {line-height: 20px;}
/* END CATEGORY INFO */

/* START SLIDESHOW */
.slideshow {
	background-color: #f6f3ef;
	border-radius: 5px;
	padding: 5px;
}
.slideshow .shadow {
	position: absolute;
	bottom: -10px;
	width: 100%;
	height: 15px;
	left: 0px;
}
/* END SLIDESHOW */

/* START CONTROLS */
input[type=password],
input[type=text] {
	border: 1px solid #cbcbcb;
	border-top-color: #b0b0b0;
	border-bottom-color: #d9d9d9;
	-moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.05);	
   	-webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	padding: 0px 0px 0px 2px;
	height: 28px;
	color: #000;
	width:100%;
}
textarea {
	border: 1px solid #cbcbcb;
	border-top-color: #b0b0b0;
	border-bottom-color: #d9d9d9;

	-moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.05);	
   	-webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.05);	
	box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	padding: 4px;
	color: #000;	
}
.button {
	display: inline-block;
	padding: 0px 14px;
	height: 31px;
	font: 14px 'CenturyGothicRegular';
	line-height: 28px;
	color: #fff;
	border: 3px solid #62758D;
	background: #62758D;
	cursor: pointer;
	-webkit-appearance: none;
border-radius: 0;
}
.button:hover {
	text-decoration: none;
	-moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.85);
	-webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.85);
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 6px rgba(0, 0, 0, 0.85);
	color:#fff;
}
/* END CONTROLS */

/* START CART INFO - STABLE */
.cart-module > div {margin-bottom: 20px;}
.cart-content {
	padding: 10px;
	border: 1px solid #ebebeb;
	border-top: none;
	display: none;
}
.stable,
.cart-info table {
	width: 100%;
	font: 13px 'CenturyGothicRegular';
	margin-bottom: 20px;	
}
.cart-heading {
	border: 1px solid #ebebeb;	
}
.stable thead td,
.cart-info thead td,
.cart-heading {
	font: 13px 'CenturyGothicRegular';
	background-color: #62758D;
	color: #fff;
	padding: 5px;
}
.stable thead td div,
.cart-info thead td div,
.cart-heading div {
	padding: 10px;
	color: #fff;	
}
.stable tbody td,
.cart-info tbody td {
	padding: 5px;
}
.cart-info .remove {text-align: center;}
.cart-info .image {
	width: 80px;
	text-align: center;	
}
.cart-info .image img {display: block;	-webkit-box-shadow: 0 8px 6px -6px #222;
	-moz-box-shadow: 0 8px 6px -6px #222;
	box-shadow: 0 8px 6px -6px #222;}
.cart-info .price,
.cart-info .total {text-align: right;}
.cart-info .quantity,
.cart-info .quantity input {text-align: center;width:auto;}
#quote td,
#shipping td {
	padding: 10px;
	padding-left: 0px;	
}
.cart-total {
	overflow: auto;
	margin-bottom: 20px;	
}
.cart-total table {float: right;}
.cart-total td {
	font: normal 16px 'CenturyGothicRegular';
	padding: 4px 10px;	
}
.stable,
.cart-info table small {
background: #ff4040;
color: #fff;
padding: 3px;
font-size: 8px;
}
/* END CART INFO - STABLE */

/* START WISHLIST */
.wishlist-product .stock,
.wishlist-product .image,
.wishlist-product .remove,
.wishlist-product .cart {text-align: center;}
.wishlist-product .price {text-align: right;}
.wishlist-product .price s {color: #62758D;}
.wishlist-product .image img {display: block;}
/* END WISHLIST */

/* START COMPARE INFO */
.compare-info {
	width: 100%;
	font: 14px 'CenturyGothicRegular';
	margin-bottom: 20px;		
}
.compare-info th,
.compare-info td {
	vertical-align: top;
	border-top: none;
}
.compare-info thead td {
	font: 16px 'CenturyGothicRegular';
}
.compare-info thead td div {
	padding: 10px;
	border-bottom: 4px solid #000;	
}
.compare-info tbody th {
	font-weight: normal;
	text-align: right;
	color: #000;
	padding: 6px 10px;	
	width: 20%;
}
.compare-info tbody td {
	width: 20%;
	padding: 6px 10px;	
	text-align: center;	
}
/* END COMPARE INFO */

/* START BREADCRUMB */
.breadcrumb {
	margin-bottom: 20px;	
	font: bold 11px 'CenturyGothicRegular';
	color: #000;
}
.breadcrumb a {
	position: relative;
	top: 1px;
	padding: 0px 4px;
	font: 11px 'CenturyGothicRegular';	
}
/* END BREADCRUMB */

/* START LIST */
.list li {
	font: 14px 'CenturyGothicRegular';
	line-height: 30px;	
	padding-left: 10px;
	position: relative;	
}
/* END LIST */

/* START CATEGORY */
.box-category li {
	font: 14px 'CenturyGothicRegular';
	line-height: 30px;	
	padding-left: 10px;
	position: relative;
}
.box-category li:before {
	content: '\00a0';
	position: absolute;
	border: 3px solid transparent;
	border-left-color: #000;
	height:0;
	width: 0;
	left: 2px;
	top: 11px;	
}
.box-category li a {color: #000;}
.box-category li a.active {}
.box-category li ul {
	margin-top: -5px;
	margin-bottom: 5px;	
	display: none;	
}
.box-category li li {
	line-height: 20px;
	border-bottom: none;
}
.box-category ul li a.active + ul {display: block;}
.box-category li li:before {border: none;}
.box-category li li a {color: #62758D;}
/* END CATEGORY */

/* START BUTTONS */
.buttons {
	overflow: hidden;
	padding: 6px;
	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;
}
/* END BUTTONS */

/* START PAGINATION */
.pagination {
	margin-bottom: 20px;
	padding: 3px 0px 0px 0px;
	border-top: 2px solid #62758D;
}
.pagination > div {
	line-height: 30px;	
}
.pagination .links {float: left;}
.pagination .results {float: right;}
.block-white .pagination {
	margin-bottom: 20px;
	padding: 3px 0px 0px 0px;
	border-top: none;		
}
.block-white .pagination > div {
	padding: 10px 0px 0px 0px;
	border-top: none;
	line-height: 30px;	
}
.pagination .links {height: 30px;}
.pagination .links * {
	display: block;
	float: left;
	height: 28px;
	padding: 0px 10px;
	background: #E0C7A3;
	border: 1px solid #fff;
	border-top-color: #fff;
	border-bottom-color: #fff;
	color: #000;
	cursor: default;
}
.pagination .links a:hover {
	text-decoration: none;
	position: relative;
	z-index: 1;
	border: 1px solid #ffffff;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
   	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}
.pagination .links a:active {
	border: 1px solid #b8b8b8;
	border-top-color: #969696;
	border-bottom-color: #cdcdcd;	
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
   	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.pagination .links b {color: #62758D;}
.pagination .links * + * {margin-left: -1px;}
.pagination .links *:first-child {border-radius: 3px 0px 0px 3px;}
.pagination .links *:last-child {border-radius: 0px 3px 3px 0px;}
/* END PAGINATION */

/* START MESSAGES */
.success, .warning, .attention, .information {
	padding: 10px;	
	margin-bottom: 20px;

}
.success a, .warning a, .attention a, .information a {
	color: #000;
	text-decoration: underline;	
}
.success a:hover, .warning a:hover, .attention a:hover, .information a:hover {color: #000;}
.success {
	background-color: #90AA82;
	-moz-box-shadow: inset 0px 0px 3px 0px #90a74e, 0px 1px 0px #fff;	
   	-webkit-box-shadow: inset 0px 0px 3px 0px #90a74e, 0px 1px 0px #fff;	
	box-shadow: inset 0px 0px 3px 0px #90a74e, 0px 1px 0px #fff;	
}
.warning {
	background-color: #ff9999;
	background-image: url('../image/bg.png'), -moz-linear-gradient(top, #fb9595, #f37676);
    background-image: url('../image/bg.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0% ,#fb9595), color-stop(100%, #f37676));
    background-image: url('../image/bg.png'), -webkit-linear-gradient(top, #fb9595, #f37676);
    background-image: url('../image/bg.png'), -o-linear-gradient(top, #fb9595, #f37676);
    background-image: url('../image/bg.png'), -ms-linear-gradient(top, #fb9595, #f37676);
    background-image: url('../image/bg.png'), linear-gradient(top, #fb9595, #f37676);
	border: 1px solid #955151;
	-moz-box-shadow: inset 0px 0px 3px 0px #be5b5b, 0px 1px 0px #fff;	
   	-webkit-box-shadow: inset 0px 0px 3px 0px #be5b5b, 0px 1px 0px #fff;	
	box-shadow: inset 0px 0px 3px 0px #be5b5b, 0px 1px 0px #fff;
}
.attention {
	background-color: #ffee99;
	background-image: url('../image/bg.png'), -moz-linear-gradient(top, #ffee97, #fbe57b);
    background-image: url('../image/bg.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0% ,#ffee97), color-stop(100%, #fbe57b));
    background-image: url('../image/bg.png'), -webkit-linear-gradient(top, #ffee97, #fbe57b);
    background-image: url('../image/bg.png'), -o-linear-gradient(top, #ffee97, #fbe57b);
    background-image: url('../image/bg.png'), -ms-linear-gradient(top, #ffee97, #fbe57b);
    background-image: url('../image/bg.png'), linear-gradient(top, #ffee97, #fbe57b);
	border: 1px solid #958948;
	-moz-box-shadow: inset 0px 0px 3px 0px #beae5b, 0px 1px 0px #fff;	
   	-webkit-box-shadow: inset 0px 0px 3px 0px #beae5b, 0px 1px 0px #fff;
	box-shadow: inset 0px 0px 3px 0px #beae5b, 0px 1px 0px #fff;	
}
.information {
	background-color: #99ccff;
	background-image: url('../image/bg.png'), -moz-linear-gradient(top, #97cbff, #7bbbfb);
    background-image: url('../image/bg.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0% ,#97cbff), color-stop(100%, #7bbbfb));
    background-image: url('../image/bg.png'), -webkit-linear-gradient(top, #97cbff, #7bbbfb);
    background-image: url('../image/bg.png'), -o-linear-gradient(top, #97cbff, #7bbbfb);
    background-image: url('../image/bg.png'), -ms-linear-gradient(top, #97cbff, #7bbbfb);
    background-image: url('../image/bg.png'), linear-gradient(top, #97cbff, #7bbbfb);
	border: 1px solid #4b7095;
	-moz-box-shadow: inset 0px 0px 3px 0px #5b8dbe, 0px 1px 0px #fff;	
   	-webkit-box-shadow: inset 0px 0px 3px 0px #5b8dbe, 0px 1px 0px #fff;
	box-shadow: inset 0px 0px 3px 0px #5b8dbe, 0px 1px 0px #fff;	
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
/* END MESSAGES */

/* START COMBO BUTTON */
.combo-button {
	height: 30px;
	display: inline-block;
	margin-bottom: -10px;		
}
.combo-button a {
	display: block;
	float: left;
	height: 28px;
	width: 28px;
	background: #E0C7A3;
	border: 1px solid #fff;
	border-top-color: #fff;
	border-bottom-color: #fff;
	
}
.combo-button a:hover {
	border: 1px solid #90aa82;
	border-top-color: #90aa82;
	border-bottom-color: #90aa82;	
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
   	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
}
.combo-button a:active {
	border: 1px solid #90aa82;
	border-top-color: #90aa82;
	border-bottom-color: #90aa82;
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
   	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.combo-button a + a:active {margin-left: -1px;}
.combo-button a + a:hover {margin-left: -1px;}
.combo-button a + a {border-left: none;}
.combo-button a:first-child {}
.combo-button a:last-child {}
.combo-button .icon {
	width: 16px;
	height: 16px;
	margin-top: 6px;
	margin-left: 6px;
	background-image: url('../image/icons16x16.png');
}
.icon-list {background-position: 0px 0px;}
.icon-a-list {background-position: 0px -16px;}
.icon-grid {background-position: -16px 0px;}
.icon-a-grid {background-position: -16px -16px;}
/* END COMBO BUTTON */

/* START TABLE.LIST */
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table.list thead td {
	background-color: #f9f9f9;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
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;
}
/* END TABLE.LIST */

/* START REVIEW LIST */
.review-list {
	padding: 10px;
	margin-bottom: 10px;
}
.review-list .review-title {
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.review-list .review-title .right {
	float: right;
	color: #000;	
}
.review-list img {margin-bottom: -1px;}
/* END REVIEW LIST */

.tags{
margin:10px 0;
font-size: 9px;
display:none;
}

/* START ORDER LIST */
.order-list {
	padding: 10px;
	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 #eee;
	border-bottom: 1px solid #eee;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {text-align: right;}
/* END ORDER LIST */

/* START DOWNLOAD LIST */
.download-list {
	padding: 10px;
	border: 1px solid #eee;
	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 #eee;
	border-bottom: 1px solid #eee;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {text-align: right;}
/* END DOWNLOAD LIST */

/* START RETURN */
.return-list {
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.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 #eee;
	border-bottom: 1px solid #eee;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {text-align: right;}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: left;
	width: 33.3%;
}
/* END RETURN */

/* START CONTACT INFO */
.contact-info {overflow: auto;}
.contact-info .left {float: left;width: 48%;}
.contact-info .right {float: left;width: 48%;}
/* END CONTACT INFO */

/* START CHECKOUT */
.checkout-heading {
	background: #62758D;
	border: 1px solid #62758D;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
.checkout-content {
	padding: 15px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {clear: both;}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: 20px;
}
.checkout-product td {padding: 7px;}
.checkout-product thead td {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.checkout-product thead .name, .checkout-product thead .model {text-align: left;}
.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 #ddd;
}
.checkout-product tbody .name, .checkout-product tbody .model {text-align: left;}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {text-align: right;}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #ddd;
}
/* END CHECKOUT */

/* START TABS */
.tabs {
	display: block;
	height: 28px;
	background: #E0C7A3;
	border: 1px solid #E0C7A3;
	border-top-color: #E0C7A3;
	border-bottom-color: #E0C7A3;
	margin-bottom: 20px;
-moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 0px rgba(0, 0, 0, 0.35);
-webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 0px rgba(0, 0, 0, 0.35);
box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 3px 0px rgba(0, 0, 0, 0.35);
	padding: 0px 10px;
	margin-top: 10px;
	width: 100%;
float: right;
}
.tabs a div {
	width: 16px;
	height: 16px;
	background-image: url('../image/icons16x16.png');
	background-position: -48px 0px;
	position: relative;
	top: 6px;	
}
.tabs a.selected div {top: 12px;}
.tabs a {
	float: left;
	padding: 0px 10px;
	height: 29px;
	font: 12px 'CenturyGothicRegular';
	line-height: 31px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	cursor: pointer;
	color: #000;
	font-weight: bold;
}
.tabs a + a {border-left: none;}
.tabs a.selected {
	height: 40px;
	position: relative;
	line-height: 40px;
	top: -7px;
	border: none;
	border-left: 1px solid #62758D;
	border-right: 1px solid #62758D;
	border-top: 1px solid #62758D;
	padding: 0px 11px;
	margin-left: -1px;
	margin-right: -1px;
	-moz-box-shadow: 0px -1px 0px #f5f5f5;
   	-webkit-box-shadow: 0px -1px 0px #f5f5f5;
	box-shadow: 0px -1px 0px #f5f5f5;
	background: #62758D;
	text-decoration: none;
	color:#fff;
}
.tabs a + a.selected {margin-left: -2px;}
.tabs a:hover {
	color: #fff;	
	text-decoration: none;
}
.tabs a:hover div {background-position: -48px -16px;}
/* END TABS */

/* START PRODUCT INFO */
.product-info {
	overflow: auto;
	margin-bottom: 0px;
	padding: 5px;
}

.product-info > .right {
	padding-top: 10px;
}

.product-info > .right h1{font-size:17px;white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.product-info > .left {
	float: left;
	margin-right: 13px;
	
}
.product-info > .left + .right {margin-left: 410px;
padding-left: 10px;
min-height: 468px;
border: solid 3px #000;}

.product-info .image {
	float: left;
	margin: -1px;
	margin-bottom: 12px;
	text-align: center;
}
.product-info #information{padding:10px 20px 10px 0px;}
.product-info .image img {display: block;-webkit-box-shadow: 0 8px 6px -6px #222;-moz-box-shadow: 0 8px 6px -6px #222;box-shadow: 0 8px 6px -6px #222;}
.product-info .image-additional {
	width: 415px;
	margin-left: -15px;
	padding-top: 2px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {display: block;-webkit-box-shadow: 0 8px 6px -6px #222;-moz-box-shadow: 0 8px 6px -6px #222;box-shadow: 0 8px 6px -6px #222;}
.product-info .image-additional a {
	margin: -1px;
	float: left;
	display: block;
	margin-left: 14px;
	margin-bottom: 14px;
}
.product-info .image-additional a:hover {
	margin: -2px;
	margin-left: 13px;
	margin-bottom: 13px;

}

.product-info .image-additional a:hover img {border-radius: 3px;}
.product-info .description {
	padding: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #62758D;
}
.product-info .description span {color: #000;}
.product-info .description span.rewardpoints{color: #fff;background:#ff4040;padding:3px;}
.product-info .description a {color: #62758D;cursor: pointer;}
.product-info .price {
	overflow: auto;
	padding: 0px 10px 10px 0px;
	margin-bottom: 0px;
	font-size: 15px;
	color: #000;
	float:left;
}
.product-info .price-old {
	color: #62758D;
	text-decoration: line-through;
	font: 30px 'CenturyGothicRegular';
	display:block;
	float: left;
line-height: 70px;
}
.product-info .price-new {
	font: 60px 'CenturyGothicRegular';
	color: #000;	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward span.rewardpoints{
color: #fff;background:#62758D;padding:3px;font-size: 12px;}

.product-info .price .discount {
	font-weight: normal;
	font-size: 15px;
	color: #62758D;
	line-height: 0px;
padding-bottom: 10px;
}
.product-info .options {
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
}
.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 #ccc;
	cursor: pointer;
}
.product-info .cart {
	padding: 0px 5px 10px 5px;
	margin-bottom: 5px;
	color: #000;
	overflow: auto;
	float:right;
	width:510px
}

.product-info .cart .button {
  display: inline-block;
  padding: 0px 30px;
  height: 31px;
  font: 16px 'CenturyGothicRegular';
  line-height: 21px;
}
.product-info .cart .quantity {
	width: 40px;
	text-align: center;
}
.product-info .cart .wishlist,
.product-info .cart .compare {
	color: #000;
	cursor: pointer;
	background: url('../image/plus.png') 0px center no-repeat;	
	padding-left: 10px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
	width:100%;
	margin-bottom: 15px;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #000;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #000;
	margin-bottom: 10px;
	float:right;
	width:520px
}
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review > div > span {color: #38B0E3;}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	margin-top:10px;
}
.product-info .review .share a {text-decoration: none;}
/* END PRODUCT INFO */

/* START ATTRIBUTE */
.attribute {
	width: 100%;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	background: #E0C7A3;
	text-align: left;
}
.attribute tr td:first-child {
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
/* END ATTRIBUTE */
.counter {
	width: 100%;
}
.counter .label {
	width: 80%;
	font-weight: bold;
}
.counter .label img {
	vertical-align: middle;
	padding-right: 5px;
}
.counter .data {
	width: 20%;
	font-weight: bold;
	text-align: right;
}

/* POP UP CART */
#mask {
					width: 100%;
					position: absolute;
					left: 0;
					top: 0;
					z-index: 9000;
					background-color: #fff;
					display: none;
					opacity:0.7;
				}
				.added_to_cart {
					display: none;
					position: fixed;
					z-index: 9999;
				}
				.added_to_cart > img {
					position: absolute;
					z-index: 99999;
					top: -13px;
					right: -13px;
					display: none;
					cursor: pointer;
				}
				.added_to_cart .inner {
					padding: 10px;
					width: 440px;
					background-color: #E0C7A3;
					border: 2px dotted #E0C7A3;
					-webkit-box-shadow: 0 8px 6px -6px #222;
	-moz-box-shadow: 0 8px 6px -6px #222;
	box-shadow: 0 8px 6px -6px #222;
				}
				.added_to_cart .inner img.image {
					height: 100px;
					margin-right: 10px;
				}	
				.money2free {
width: 95%;
display: block;
border: solid 2px #aaaaaa;
background-color: #fadadd;
text-align: center;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;	
}

.money2freemain {
font-size: 16px;
font-weight: bold;
color: #555555;
}

.amount4free {
font-size: 18px;
font-weight: bold;
color: #df1d2a;
}		

table.radio td{padding: 5px;}

#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

	#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
	}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
	border:2px solid #62758D;
	background:#62758D;
	color:#fff;
	margin:0;
	padding:6px 12px;	
	
	-moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
	box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}
	
	.defaultTheme #aToolTipCloseBtn {
		display:block;
		height:18px;
		width:18px;
		background:url(../images/closeBtn.png) no-repeat;
		text-indent:-9999px;
		outline:none;
		position:absolute;
		top:-20px;
		right:-30px;
		margin:2px;
		padding:4px;
	}

.tbut div {
	font-family: 'CenturyGothicRegular';
	text-align: center;
	background: none repeat scroll 0 0 #E0C7A3;
	border: 3px solid #62758D;
	cursor: default;
	color: #333333;
	cursor: pointer;
	
	display:inline-block;
	padding:5px;
	margin:5px;
}
.tbut .selected {
	background: none repeat scroll 0 0 #62758D;
	cursor: default;
	border: 3px solid #8b5409;
	color: #FFF;
}

.product-grid > div.category-home{
height: 145px;min-height: 145px;
}

.checkout-survey .question-block {
    border: 2px dotted #333;
    background: aliceblue;
    width: 97%;
    margin-bottom: 20px;
}

.checkout-survey .question-block select.form-control {
    height: 45px;
    line-height: 45px;
    min-width: 250px;
}

.checkout-survey input[type="text"] {
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
}

.cart-info .quantity input {
    width: 30%;
}

#content .cart-info .quantity img, .cart-info .quantity input[type="image"] {
    width: auto !important;
}

td.reorder {
    display: none;
}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('fonts/century_gothic-webfont.eot');
    src: url('fonts/century_gothic-webfont.eot') format('embedded-opentype'),
         url('fonts/century_gothic-webfont.woff') format('woff'),
         url('fonts/century_gothic-webfont.ttf') format('truetype'),
         url('fonts/century_gothic-webfont.svgr') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sketch_blockbold';
    src: url('fonts/sketch_block-webfont.eot');
    src: url('fonts/sketch_block-webfont.eot?') format('embedded-opentype'),
         url('fonts/sketch_block-webfont.woff') format('woff'),
         url('fonts/sketch_block-webfont.ttf') format('truetype'),
         url('fonts/sketch_block-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* START - CHECKOUT PAYPAL 2025 */

#button-confirm {
    text-align: center;
    width: 95%;
}

#advanced-cards, #googlepay-container, #applepay-container{
    width: 100% !important;
}

#button-payment-method {
    margin-top: 15px;
}

/* END - CHECKOUT PAYPAL 2025 */