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

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

body {
	background: #f2f2f2 url('../image/bg.png');
	font: 12px Arial;
	color: #444;	
}

/* 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 us101;
	display: block;	
}
h2 {
	font: 16px us101;	
	margin-bottom: 5px;
}
p {margin-bottom: 15px;}

a {
	color: #297acc;
	text-decoration: none;	
}
a:hover {text-decoration: underline;}
/* END ELEMENTS */

/* START CLASS */
.float-right {float: right;}
.clearfix {
	width: 100%;
	overflow: hidden;	
}
.block,
.block-white {
	position: relative;
	border-radius: 3px;	
	color: #444;
	margin-bottom: 30px;
}
.block-white {
	background-color: #fff;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
   	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.block-content {padding: 10px;}
.separator {
	height: 15px;
	background-image: url('../image/vline.png');
}
.required,
.error {color: #b00;}
.content {
	padding: 5px;
	margin-bottom: 20px;
	overflow: auto;
	1color: #444;	
}
.frame {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.form td {padding: 5px 20px 5px 0px;}
/* END CLASS */

/* STAR HEADER */
#header {
	background: #709ecc url('../image/bg.png');	
	height: 100px;
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px rgba(0, 0, 0, 0.15);
   	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 50px;
	color: #fff;
}
#header a {color: #fff;}
#header #logo {
	position: absolute;
}
#header #welcome {
	position: absolute;
	right: 0px;
	bottom: 15px;
	font: bold 11px Arial;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);	
}
#header #welcome a {color: #ffe873;}
#header .links {
	position: absolute;
	left: -5px;
	bottom: 15px;
	font: bold 11px Arial;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
#header .links a {
	display: block;
	float: left;
}
#header .links a + a {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #fff;	
}
/* END HEADER */

/* STAR GROUP */
#group {
	position: absolute;	
	top: 10px;
	right: 0px;
	width: 650px;
	z-index: 100;
}
#group .drop {
	float: right;
	padding: 4px 10px;
	background: url('../image/drop.png');
	border-radius: 2px;
	-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);	
	height: 37px;
	background-color: #fff;	
	margin-left: 15px;
	position: relative;	
	padding-right: 40px;
	min-width: 85px;
}
#group .drop:hover {
	height: 47px;
	border-radius: 2px 2px 0px 0px;	
}
#group .drop .heading div {
	color: #444;
	font: 18px us101;	
	line-height: 20px;	
}
#group .drop .heading span {
	display: block;
	color: #ff6619;	
	font: 14px US101;
	line-height: 17px;	
	height: 17px;
}
#group .drop .arrow {
	border: 4px solid transparent;	
	border-top-color: #444;
	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 US101;
	color: #444;
	padding: 3px 10px;
	cursor: pointer;		
}
#group .drop li:hover {
	background-color: #444;
	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: 1000px;
}
#cart .content {
	display: none;	
	position: absolute;
	top: 55px;
	right: 0px;
	min-width: 290px;
	border-radius: 2px 0px 2px 2px;
	background-color: #f7f7f7;	
	z-index: 10;
	-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);	
	color: #444;
}
#cart .empty {padding: 15px;}	
#cart:hover .content {display: block;}
#cart .basket {width: 100%;}
#cart .basket td {
	padding: 10px;
	font: 14px US101;
	color: #444;
}
#cart .basket td {border-bottom: 1px solid #eaeaea;}
#cart .basket td img {
	display: block;
	border: 1px solid #ededed;	
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);	
   	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
	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: #297acc;
	text-decoration: none;	
}
#cart .basket td a:hover {text-decoration: underline;}
#cart table.total {
	font: 14px US101;
	color: #444;
	text-align: right;
	float: right;
	margin: 10px;	
	clear: both;
}
#cart table.total th {
	font-weight: normal;
	padding-right: 20px;	
}
#cart table.total td {color: #297acc;}
#cart .button {
	float: right;
	margin: 10px;	
}
#cart .button:hover {color: #444;}
/* END CART OPEN */

/* START FOOTER */
#footer {
	background-color: #333;
	height: 140px;	
	background-image: url('../image/bg.png');
	-moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 1px 0px rgba(0, 0, 0, 0.85);
   	-webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 1px 0px rgba(0, 0, 0, 0.85);
	box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.35), 0px 1px 0px rgba(0, 0, 0, 0.85);
}
#footer a {color: #fff;}
#footer dl {
	padding-left: 15px;
	background-image: url('../image/footer.png');
	background-repeat: no-repeat;
	height: 140px;
	
	float: left;
	width: 205px;
	margin: 0px 10px;
}
#footer dl dt, #footer dl dd {margin-left: 10px;}
#footer dl dt {
	color: #8cc6ff;
	margin-top: 15px;
	font: 18px US101;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);	
}
#footer dl dd {
	background: url('../image/arrow.png') left center no-repeat;
	padding-left: 10px;
	font: 11px Arial;
	color: #fff;
	line-height: 20px;	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
/* END FOOTER */

/* START COPYRIGHT */
#copyright {
	color: #444;
	height: 40px;
	font: 11px Arial;
	line-height: 40px;	
}
/* END COPYRIGHT */

/* START MENU */
#menu {
	position: absolute;
	background: #555;
	background-image: url('../image/bg.png'), url('../image/menu.png');
	border-radius: 5px;
	height: 40px;
	top: 90px;
	-moz-box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(255, 255, 255, 0.2), inset 0px 1px 2px rgba(0, 0, 0, 0.4);	
   	-webkit-box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(255, 255, 255, 0.2), inset 0px 1px 2px rgba(0, 0, 0, 0.4);	
	box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(255, 255, 255, 0.2), inset 0px 1px 2px rgba(0, 0, 0, 0.4);	
	padding: 0px 10px;
	font: 15px us101;
	line-height: 40px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	width: 960px;
	left: -10px;
}
#menu a {
	display: block;
	height: 100%;
	color: inherit;
}
#menu a:hover {text-decoration: none;}
#menu li {
	float: left;	
	height: 40px;
	position: relative;
	background: url('../image/sep.png') right 0px no-repeat;
	padding-right: 2px;
}
#menu li a {padding: 0px 10px;}
#menu li:hover {
	color: #444;
	height: 40px;
	background: #fff url('../image/menu.png') 0px -40px;
	margin-left: -2px;
	padding-left: 2px;
}
#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: #444;}
#menu .sub-menu {
	display: none;
	left: 0px;
	top: 40px;
	position: absolute;	
	z-index: 10;	
	background-color: #fff;
	font: 14px US101;
	color: #444;
	text-shadow: none;
	-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;
	background-image: -moz-linear-gradient(top, #fff, rgba(0, 0, 0, 0.03));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0% ,#fff), color-stop(100%, rgba(0, 0, 0, 0.03)));
    background-image: -webkit-linear-gradient(top, #fff, rgba(0, 0, 0, 0.03));
    background-image: -o-linear-gradient(top, #fff, rgba(0, 0, 0, 0.03));
    background-image: -ms-linear-gradient(top, #fff, rgba(0, 0, 0, 0.03));
    background-image: linear-gradient(top, #fff, rgba(0, 0, 0, 0.03));
}
#menu li:hover .sub-menu {display: block;}
#menu dl {
	width: 100%;
	display: table-cell;
}
#menu dl dd {min-width: 180px;padding: 5px;}
#menu dl dd:hover {
	background-color: #444;
	color: #fff;	
}
#menu dl a {padding: 4px 10px;}
/* END MENU */

/* START SEARCH */
#search {
	float: right;
	height: 23px;
	width: 140px;
	background-color: #444;
	border: 1px solid #363636;
	border-top-color: #313131;
	border-bottom-color: #363636;
	border-color: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin-top: 7px;
	background-color: rgba(0, 0, 0, 0.12);
	-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: #ccc;
	padding: 0px 5px;
	font: 11px Arial;
}
#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;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-filter > div {
	padding: 10px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 30px;	
}
.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 us101;
	color: #5c94cc;
	line-height: 20px;
	list-style-type: square;
}
.sitemap-info ul li li {
	font: 12px Arial;
	line-height: 18px;
}
.sitemap-info ul li a {color: #444;}
.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 {
	border: 1px solid #dbdee1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #f8f8f8;
	font-size: 15px;
	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;
	background-color: #fafafa;	
	border: 1px solid #fff;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);		
   	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;		
}
.product-list .image {
	width: 138px;
	height: 138px;
	float: left;
	display: block;
	border: 1px solid #ededed;	
	-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);
	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: #444;
	cursor: pointer;
	background: url('../image/plus.png') 0px center no-repeat;	
	padding-left: 10px;
}
.product-list .cart {
	float: right;
	margin-left: 15px;	
}
.product-list .price {
	text-align: right;
	position: absolute;
	font: 22px US101;
	float: right;
	right: 14px;
	top: 14px;
	display: inline-block;
	color: #5c94cc;
}
.product-list .price .old {
	font: 16px US101;
	color: #cc2929;
	text-decoration: line-through;
}
.product-list .sale {
	width: 95px;
	height: 30px;
	background-image: url('../image/sale.png');
	position: absolute;
	top: 6px;	
	left: -9px;
}
.product-list .name a,
.product-list .name {
	font: 22px 'Open Sans Condensed';
	color: #444;
	margin-bottom: 10px;
}
.product-list .name:hover,
.product-list .name a:hover {
	color: #444;
	text-decoration: underline;	
}
.product-list .name::first-letter {color: #5c94cc;}
.product-list .description {margin-right: 140px;}
.product-list .rating {
	position: absolute;
	bottom: 24px;
	left: 24px;	
}
/* END PRODUCT LIST */

/* START PRODUCT GRID */
.product-grid > div {
	position: relative;
	float: left;
	width: 190px;
	margin: 0px 10px 30px 10px;
	padding: 14px;
	height: 270px;
	background-color: #fafafa;	
	border: 1px solid #fff;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);		
   	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.product-grid > div:hover {
	padding: 14px;
	border: 1px solid #297acc;	
}
.product-grid .shadow {
	height: 8px;
	width: 220px;
	position: absolute;
	bottom: -9px;
	left: -1px;
	background-image: url('../image/shadow.png');	
}
.product-grid .name a,
.product-grid .name {
	font: 18px 'Open Sans Condensed';
	color: #444;
	height: 50px;
	line-height: 50px;
}
.product-grid .name:hover,
.product-grid .name a:hover {
	color: #444;
	text-decoration: underline;	
}
.product-grid .name::first-letter {color: #5c94cc;}
.product-grid .image {
	display: block;
	border: 1px solid #ededed;
	-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);
	margin: -1px;
}
.product-grid .image img {display: block;}
.product-grid .price {
	text-align: right;
	position: absolute;
	font: 20px US101;
	float: right;
	right: 14px;
	bottom: 14px;
	display: inline-block;
	color: #5c94cc;
}
.product-grid .price .old {
	font: 16px US101;
	color: #cc2929;
	text-decoration: line-through;
}
.product-grid .sale {
	width: 95px;
	height: 30px;
	background-image: url('../image/sale.png');
	position: absolute;
	top: 6px;	
	left: -9px;
}
.product-grid .rating {
	position: absolute;
	top: 180px;
	left: 24px;	
}
.product-grid .compare,
.product-grid .wishlist,
.product-grid .description {display: none;}
/* END PRODUCT GRID */

/* START CATEGORY INFO */
.category-info {
	padding-top: 10px;
	overflow: auto;
	margin-bottom: 20px;	
	line-height: 18px;
}
.category-info .image {
	float: left;
	margin: 2px;
	margin-right: 15px;	
	display: block;
	border: 1px solid #ddd;	
	-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: block;}
.category-list {overflow: auto;}
.category-list a {
	font: 14px us101;
	color: #444;	
}
.category-list ul {
	padding-top: 10px;
	float: left;
	width: 18%;
}
.category-list li {line-height: 20px;}
/* END CATEGORY INFO */

/* START SLIDESHOW */
.slideshow {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);	
   	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.slideshow .shadow {
	position: absolute;
	bottom: -15px;
	width: 100%;
	height: 15px;
	background-image: url('../image/slider-shadow.png');
}
/* END SLIDESHOW */

/* START CONTROLS */
input[type=password],
input[type=text] {
	border: 1px solid #cbcbcb;
	border-top-color: #b0b0b0;
	border-bottom-color: #d9d9d9;
	border-radius: 3px;	
	-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 4px;
	height: 28px;
	color: #444;
}
textarea {
	border: 1px solid #cbcbcb;
	border-top-color: #b0b0b0;
	border-bottom-color: #d9d9d9;
	border-radius: 3px;
	-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: #444;	
}
.button {
	display: inline-block;
	padding: 0px 14px;
	height: 28px;
	font: 16px US101;
	line-height: 28px;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #2c2c2c;
	background: #555 url('../image/button.png');
	cursor: pointer;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);	
}
.button:hover {
	text-decoration: none;
	border: 1px solid #c2c2c2;	
	border-top-color: #ddd;
	border-bottom-color: #bebebe;
	color: #444;
	background: #f7f7f7 url('../image/button.png') 0px -28px;
	text-shadow: none;
}
/* 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: 14px us101;
	border: 1px solid #ebebeb;
	margin-bottom: 20px;	
}
.cart-heading {
	border: 1px solid #ebebeb;	
}
.stable thead td,
.cart-info thead td,
.cart-heading {
	font: 16px us101;
	background-color: #f8fafc;
	border-bottom: 1px solid #dfe1e3;
}
.stable thead td div,
.cart-info thead td div,
.cart-heading div {
	padding: 10px;
	border-bottom: 4px solid #ebedef;	
}
.stable tbody td,
.cart-info tbody td {
	padding: 10px;
	border-bottom: 1px solid #ebebeb;
}
.cart-info .remove {text-align: center;}
.cart-info .image {
	width: 80px;
	text-align: center;	
}
.cart-info .image img {display: block;}
.cart-info .price,
.cart-info .total {text-align: right;}
.cart-info .quantity,
.cart-info .quantity input {text-align: center;}
#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 us101;
	padding: 4px 10px;	
}
/* 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: #cc2929;}
.wishlist-product .image img {display: block;}
/* END WISHLIST */

/* START COMPARE INFO */
.compare-info {
	width: 100%;
	font: 14px us101;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;		
}
.compare-info th,
.compare-info td {
	vertical-align: top;
	border: 1px solid #ebebeb;	
	border-top: none;
}
.compare-info thead td {
	font: 18px us101;
	border-bottom: 1px solid #dfe1e3;
	background-color: #f8fafc;
}
.compare-info thead td div {
	padding: 10px;
	border-bottom: 4px solid #ebedef;	
}
.compare-info tbody th {
	font-weight: normal;
	text-align: right;
	color: #bbb;
	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 12px Arial;
	color: #444;
}
.breadcrumb a {
	position: relative;
	top: 1px;
	padding: 0px 4px;
	font: 11px Arial;	
}
/* END BREADCRUMB */

/* START LIST */
.list li {
	font: 14px us101;
	line-height: 30px;
	border-bottom: 1px solid #ebebeb;	
	padding-left: 10px;
	position: relative;	
}
/* END LIST */

/* START CATEGORY */
.box-category li {
	font: 14px us101;
	line-height: 30px;
	border-bottom: 1px solid #ebebeb;	
	padding-left: 10px;
	position: relative;
}
.box-category li:before {
	content: '\00a0';
	position: absolute;
	border: 3px solid transparent;
	border-left-color: #5c94cc;
	height:0;
	width: 0;
	left: 2px;
	top: 11px;	
}
.box-category li a {color: #444;}
.box-category li a.active {color: #ff6619;}
.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: #777;}
/* END CATEGORY */

/* START BUTTONS */
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.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: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination > div {
	padding: 10px 10px 0px 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	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: #fafafa url('../image/combo.png');
	border: 1px solid #dcdcdc;
	border-top-color: #e1e1e1;
	border-bottom-color: #d9d9d9;
	color: #444;
	cursor: default;
}
.pagination .links a:hover {
	text-decoration: none;
	position: relative;
	z-index: 1;
	border: 1px solid #d1d1d1;
	border-top-color: #d5d5d5;
	border-bottom-color: #cecece;
	-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: #ff6619;}
.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;
	border-radius: 3px;
}
.success a, .warning a, .attention a, .information a {
	color: #444;
	text-decoration: underline;	
}
.success a:hover, .warning a:hover, .attention a:hover, .information a:hover {color: #000;}
.success {
	background-color: #cfe58a;
	background-image: url('../image/bg.png'), -moz-linear-gradient(top, #cee587, #bfdc67);
    background-image: url('../image/bg.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0% ,#cee587), color-stop(100%, #bfdc67));
    background-image: url('../image/bg.png'), -webkit-linear-gradient(top, #cee587, #bfdc67);
    background-image: url('../image/bg.png'), -o-linear-gradient(top, #cee587, #bfdc67);
    background-image: url('../image/bg.png'), -ms-linear-gradient(top, #cee587, #bfdc67);
    background-image: url('../image/bg.png'), linear-gradient(top, #cee587, #bfdc67);
	
	border: 1px solid #71833c;
	-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: #fafafa url('../image/combo.png');
	border: 1px solid #dcdcdc;
	border-top-color: #e1e1e1;
	border-bottom-color: #d9d9d9;
	
}
.combo-button a:hover {
	border: 1px solid #d1d1d1;
	border-top-color: #d5d5d5;
	border-bottom-color: #cecece;	
	-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 #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);
}
.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 {border-radius: 3px 0px 0px 3px;}
.combo-button a:last-child {border-radius: 0px 3px 3px 0px;}
.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: #222222;
	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;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.review-list .review-title {
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.review-list .review-title .right {
	float: right;
	color: #bbb;	
}
.review-list img {margin-bottom: -1px;}
/* END REVIEW LIST */

/* START ORDER LIST */
.order-list {
	padding: 10px;
	border: 1px solid #eee;
	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: right;
	width: 49%;
}
/* 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: #f8f8f8;
	border: 1px solid #dbdee1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.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: #4D4D4D;
	font-weight: bold;
	background-color: #f7f7f7;
	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: #fafafa url('../image/combo.png');
	border: 1px solid #dcdcdc;
	border-top-color: #e1e1e1;
	border-bottom-color: #d9d9d9;
	margin-bottom: 20px;
	border-radius: 3px;
	padding: 0px 10px;
	margin-top: 10px;
}
.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: 28px;
	font: 14px us101;
	line-height: 28px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	cursor: pointer;
	color: #444;
}
.tabs a + a {border-left: none;}
.tabs a.selected {
	height: 40px;
	position: relative;
	line-height: 40px;
	top: -7px;
	border: none;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #cfcfcf;
	padding: 0px 11px;
	margin-left: -1px;
	margin-right: -1px;
	border-radius: 4px 4px 0px 0px;
	-moz-box-shadow: 0px -1px 0px #f5f5f5;
   	-webkit-box-shadow: 0px -1px 0px #f5f5f5;
	box-shadow: 0px -1px 0px #f5f5f5;
	background: #fff url('../image/tab.png');
	text-decoration: none;
}
.tabs a + a.selected {margin-left: -2px;}
.tabs a:hover {
	color: #ff6619;	
	text-decoration: none;
}
.tabs a:hover div {background-position: -48px -16px;}
/* END TABS */

/* START PRODUCT INFO */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	padding: 5px;
}
.product-info > .left {
	float: left;
	margin-right: 13px;
	
}
.product-info > .left + .right {margin-left: 255px;}
.product-info .image {
	border: 1px solid #ededed;
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
   	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
	float: left;
	margin: -1px;
	margin-bottom: 12px;
	text-align: center;
}
.product-info .image img {display: block;}
.product-info .image-additional {
	width: 257px;
	margin-left: -15px;
	padding-top: 2px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {display: block;}
.product-info .image-additional a {
	border: 1px solid #ededed;
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
   	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.02);
	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;
	border: 2px solid #444;	
	border-radius: 3px;
}

.product-info .image-additional a:hover img {border-radius: 3px;}
.product-info .description {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #297acc;
}
.product-info .description span {color: #444;}
.product-info .description a {color: #297acc;}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #e7e7e7;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333333;
}
.product-info .price-old {
	color: #cc2929;
	text-decoration: line-through;
	font: 16px us101;
}
.product-info .price-new {
	font: 20px us101;
	color: #5c94cc;	
}
.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 .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #e7e7e7;
	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 {
	border-bottom: 1px solid #e7e7e7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart .quantity {
	width: 40px;
	text-align: center;
}
.product-info .cart .wishlist,
.product-info .cart .compare {
	color: #444;
	cursor: pointer;
	background: url('../image/plus.png') 0px center no-repeat;	
	padding-left: 10px;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4d4d4d;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #e7e7e7;
	line-height: 20px;
}
.product-info .review > div > span {color: #38B0E3;}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {text-decoration: none;}
/* END PRODUCT INFO */

/* START ATTRIBUTE */
.attribute {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	background: #f7f7f7;
	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: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* END ATTRIBUTE */