HTML
{
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
BODY
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
BODY, TD, TH, INPUT, TEXTAREA, SELECT, A
{
}
H1, .welcome
{
	color: #636E75;
	font: 1em Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}
H2
{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
P
{
	margin-top: 0px;
	margin-bottom: 20px;
}
A, A:visited, A B
{
	text-decoration: underline;
	cursor: pointer;
}
A:hover
{
	text-decoration: none;
}
A IMG
{
	border: none;
}
FORM
{
	padding: 0;
	margin: 0;
	display: inline;
}
INPUT[type='text'], INPUT[type='password'], TEXTAREA
{
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "PT Sans", sans-serif;
}
SELECT
{
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
LABEL
{
	cursor: pointer;
}
#container
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left
{
	float: left;
	width: 100%;
}
#column-right
{
	float: right;
	width: 180px;
}
#content
{
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content
{
	margin-left: 195px;
}
#column-right + #content
{
	margin-right: 195px;
}
#header
{
	height: 90px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo
{
	position: absolute;
	top: 25px;
	left: 15px;
}
#language
{
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language IMG
{
	cursor: pointer;
	margin-right: 5px;
}
#currency
{
	float: right;
}
#currency A
{
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency A B
{
	text-decoration: none;
}
#header #cart
{
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading
{
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading H4
{
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading A
{
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading A SPAN
{
	background: #FFFFFF url('../image/arrow-down.png') no-repeat 100% 50%;
	padding-right: 15px;
}
#header #cart .content
{
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	/*border-top:1px solid #EEEEEE;border-left:1px solid #EEEEEE;border-right:1px solid #EEEEEE;border-bottom:1px solid #EEEEEE;*/
	-webkit-border-radius: 0px 7px 7px;
	-moz-border-radius: 0px 7px 7px;
	-khtml-border-radius: 0px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading
{
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content
{
	display: block;
}
.mini-cart-info TABLE
{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info TD
{
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image
{
	width: 1px;
}
.mini-cart-info .image IMG
{
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name SMALL
{
	color: #666;
}
.mini-cart-info .quantity
{
	text-align: right;
}
.mini-cart-info TD.total
{
	text-align: right;
}
.mini-cart-info .remove
{
	text-align: right;
}
.mini-cart-info .remove IMG
{
	cursor: pointer;
}
.mini-cart-total
{
	text-align: right;
}
.mini-cart-total TABLE
{
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total TD
{
	color: #000;
	padding: 4px;
}
#header #cart .checkout
{
	text-align: right;
	clear: both;
}
#header #cart .empty
{
	padding-top: 50px;
	text-align: center;
}
#search
{
	border: 2px solid #CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px #F0F0F0;
	width: 100%;
	padding: 0;
	margin: 0;
}
.button-search
{
	background: #FFFFFF url('../image/button-search.png') no-repeat center center;
	height: 24px !important;
	width: 24px !important;
	border-right: 1px solid #CCC;
	cursor: pointer;
	float: left !important;
	margin-right: 2px;
}
#search INPUT
{
	padding: 0;
	border: 0px none #000000 !important;
	background-color: transparent !important;
	outline: #FFFFFF;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width: 80%;
}
#header #welcome
{
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links
{
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links A
{
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links A + A
{
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
#menu
{
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > UL > LI
{
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > UL > LI:hover
{
}
#menu > UL > LI > A
{
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > UL > LI:hover > A
{
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > UL > LI > DIV
{
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > UL > LI:hover > DIV
{
	display: table;
}
#menu > UL > LI > DIV > UL
{
	display: table-cell;
}
#menu > UL > LI UL + UL
{
	padding-left: 20px;
}
#menu > UL > LI UL > LI > A
{
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > UL > LI UL > LI > A:hover
{
	background: #000000;
}
#menu > UL > LI > DIV > UL > LI > A
{
	color: #FFFFFF;
}
.breadcrumb
{
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information
{
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.success
{
	background: #EAF7D9 url('../image/success.png') no-repeat 10px center;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning
{
	background: #FFD1D1 url('../image/warning.png') no-repeat 10px center;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention
{
	background: #FFF5CC url('../image/attention.png') no-repeat 10px center;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.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;
}
.help
{
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
TABLE.form
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
TABLE.form TR TD:first-child
{
	width: 150px;
}
TABLE.form > * > * > TD
{
	color: #000000;
}
TABLE.form TD
{
	padding: 4px 4px 4px 0px;
}
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 THEAD TD
{
	background-color: #EFEFEF;
	padding: 0px 5px;
}
TABLE.list THEAD TD A, .list THEAD TD
{
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
TABLE.list TBODY TD
{
	padding: 0px 5px;
}
TABLE.list .left
{
	text-align: center;
	padding: 7px;
}
TABLE.list .right
{
	text-align: center;
	padding: 7px;
}
TABLE.list .center
{
	text-align: center;
	padding: 7px;
}
TABLE.radio
{
	width: 100%;
	border-collapse: collapse;
}
TABLE.radio TD
{
	padding: 5px;
}
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;
}
.pagination
{
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links
{
	float: left;
}
.pagination .links A
{
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links B
{
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results
{
	float: right;
	padding-top: 3px;
}
A.button, INPUT.button
{
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') repeat-x;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
A.button
{
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px;
}
INPUT.button
{
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px;
}
A.button:hover, INPUT.button:hover
{
	background-position: 0px -24px;
}
.buttons
{
	background: #FFFFFF;
	/*border:1px solid #EEEEEE;*/
	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;
}
.htabs
{
	height: 39px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs A
{
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs A.selected
{
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content
{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.box
{
	margin-bottom: 20px;
}
.box .box-heading
{
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content
{
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
.box-product
{
	width: 100%;
	overflow: auto;
}
.box-product > DIV
{
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > DIV
{
	width: 119px;
}
.box-product .image
{
	display: block;
	margin-bottom: 0px;
}
.box-product .name A
{
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price
{
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-new
{
	font-weight: bold;
}
.box-product .rating
{
	display: block;
	margin-bottom: 4px;
}
UL.box-category, UL.box-category UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
UL.box-category > LI:first-child
{
	padding: 0px 8px 8px 0px;
}
UL.box-category > LI
{
	padding: 8px 8px 8px 0px;
}
UL.box-category > LI + LI
{
	border-top: 1px solid #EEEEEE;
}
UL.box-category > LI > A
{
	text-decoration: none;
	color: #333;
}
UL.box-category > LI UL
{
	display: none;
}
UL.box-category > LI A.active
{
	font-weight: bold;
}
UL.box-category > LI A.active + UL
{
	display: block;
}
UL.box-category > LI UL > LI
{
	padding: 5px 5px 0px 10px;
}
UL.box-category > LI UL > LI > A
{
	text-decoration: none;
	display: block;
}
UL.box-category > LI UL > LI > A.active
{
	font-weight: bold;
}
UL.box-filter UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
UL.box-filter
{
	list-style: none;
	margin: 0;
	padding: 12px;
}
UL.box-filter SPAN
{
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
UL.box-filter > LI UL
{
	padding-bottom: 10px;
}
.content
{
	padding: 13px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.content .left
{
	float: left;
	width: 49%;
}
.content .right
{
	float: right;
	width: 49%;
}
.category-info
{
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image
{
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list
{
	overflow: auto;
	margin-bottom: 20px;
}
.category-list UL
{
	float: left;
	width: 18%;
}
.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;
}
.product-filter
{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display
{
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display A
{
	font-weight: bold;
}
.product-filter .sort
{
	float: right;
	color: #333;
}
.product-filter .limit
{
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare
{
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare A
{
	text-decoration: none;
	font-weight: bold;
}
.product-list > DIV
{
	overflow: hidden;
	margin-bottom: 15px;
}
.product-list > DIV
{
	width: 100%;
}
.product-list .right
{
	float: right;
	margin-left: 15px;
	width: 25%;
}
.product-list .left
{
	width: 75%;
}
.product-list > DIV + DIV
{
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image
{
	float: left;
	margin-right: 10px;
}
.product-list .image IMG
{
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name
{
	margin-bottom: 3px;
}
.product-list .name A
{
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description
{
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating
{
	color: #7B7B7B;
}
.product-list .price
{
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-new
{
	font-weight: bold;
}
.product-list .price-tax
{
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart
{
	margin-bottom: 3px;
}
.product-list .wishlist
{
	margin-bottom: 3px;
	margin-top: 10px;
}
.product-list .compare
{
	margin-bottom: 3px;
}
.product-list .wishlist A
{
	text-decoration: none;
	padding-left: 5px;
}
.product-list .compare A
{
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
}
.product-grid
{
	width: 100%;
	overflow: auto;
}
.product-grid > DIV
{
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > DIV
{
	width: 125px;
}
.product-grid .image
{
	display: block;
	margin-bottom: 0px;
}
.product-grid .image IMG
{
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name A
{
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description
{
	display: none;
}
.product-grid .rating
{
	display: block;
	margin-bottom: 4px;
}
.product-grid .price
{
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old
{
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new
{
	font-weight: bold;
}
.product-grid .price .price-tax
{
	display: none;
}
.product-grid .cart
{
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare
{
	margin-bottom: 3px;
}
.product-grid .wishlist A
{
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') no-repeat left center;
}
.product-grid .compare A
{
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') no-repeat left center;
}
.listingProductImage
{
	margin: 8px;
}
.product-info
{
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left
{
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right
{
	margin-left: 265px;
}
.product-info .image
{
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional
{
	width: 100%;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
	margin-top: 80px;
}
.product-info .image-additional IMG
{
	border: 1px solid #E7E7E7;
}
.product-info .image-additional A
{
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description
{
	padding: 5px 5px 10px 0px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description A
{
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price
{
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old
{
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new
{
}
.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 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #000000;
}
.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
{
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart DIV > SPAN
{
	color: #999;
}
.product-info .cart .links
{
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum
{
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review
{
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.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;
}
.review-list
{
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author
{
	float: left;
	margin-bottom: 20px;
}
.review-list .rating
{
	float: right;
	margin-bottom: 20px;
}
.review-list .text
{
	clear: both;
}
.attribute
{
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute THEAD TD, .attribute THEAD TR TD:first-child
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute TR TD:first-child
{
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute TD
{
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.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;
	border-left: 1px solid #DDDDDD;
}
.compare-info TR:last-child
{
	border-bottom: 1px solid #DDDDDD;
}
.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-info TABLE
{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info TD
{
	padding: 7px;
}
.wishlist-info THEAD TD
{
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info THEAD .image
{
	text-align: center;
}
.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 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: center;
}
.wishlist-info TBODY .name, .wishlist-info TBODY .model, .wishlist-info TBODY .stock
{
	text-align: center;
}
.wishlist-info TBODY .quantity, .wishlist-info TBODY .price, .wishlist-info TBODY .total, .wishlist-info TBODY .action
{
	text-align: center;
}
.wishlist-info TBODY .price S
{
	color: #F00;
}
.wishlist-info TBODY .action IMG
{
	cursor: pointer;
}
.login-content
{
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left
{
	float: left;
	width: 48%;
}
.login-content .right
{
	float: right;
	width: 48%;
}
.login-content .left .content, .login-content .right .content
{
	min-height: 190px;
}
.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
{
	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-list .return-info
{
	text-align: right;
}
.return-product
{
	overflow: auto;
	margin-bottom: 20px;
}
.return-name
{
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model
{
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity
{
	float: left;
	width: 31%;
}
.return-detail
{
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason
{
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened
{
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened TEXTAREA
{
	width: 98%;
	vertical-align: top;
}
.return-captcha
{
	float: left;
}
.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;
}
.cart-info TABLE
{
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info TD
{
	padding: 7px;
}
.cart-info THEAD TD
{
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info THEAD .image
{
	text-align: center;
}
.cart-info THEAD .name, .cart-info THEAD .model, .cart-info THEAD .quantity
{
	text-align: left;
}
.cart-info THEAD .price, .cart-info THEAD .total
{
	text-align: right;
}
.cart-info TBODY TD
{
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info TBODY .image IMG
{
	border: 1px solid #DDDDDD;
}
.cart-info TBODY .image
{
	text-align: center;
}
.cart-info TBODY .name, .cart-info TBODY .model, .cart-info TBODY .quantity
{
	text-align: center;
}
.cart-info TBODY .quantity INPUT[type='image'], .cart-info TBODY .quantity IMG
{
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info TBODY .price, .cart-info TBODY .total
{
	text-align: right;
}
.cart-info TBODY SPAN.stock
{
	color: #F00;
	font-weight: bold;
}
.cart-module > DIV
{
	display: none;
}
.cart-total
{
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
	background-color: #E5E5E5;
}
.cart-total TABLE
{
	float: right;
}
.cart-total TD
{
	padding: 3px;
	text-align: right;
}
.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: 0px 0px 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 #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;
}
.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;
}
.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 #DDDDDD;
}
.contact-info
{
	overflow: auto;
}
.contact-info .left
{
	float: left;
	width: 48%;
}
.contact-info .right
{
	float: left;
	width: 48%;
}
.sitemap-info
{
	margin-bottom: 40px;
}
.sitemap-info .left
{
	float: left;
	width: 48%;
	margin-left: 10px;
}
.sitemap-info .right
{
	float: left;
	width: 48%;
}
#footer
{
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;
}
#footer H3
{
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column
{
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column UL
{
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column UL LI
{
	margin-bottom: 3px;
}
#footer .column A
{
	text-decoration: none;
	color: #000;
}
#footer .column A:hover
{
	text-decoration: underline;
}
#powered
{
	margin-top: 5px;
	text-align: right;
	clear: both;
}
.banner DIV
{
	text-align: center;
	width: 100%;
	display: none;
}
.banner DIV IMG
{
	margin-bottom: 20px;
}
#button-filter
{
	margin-left: 40px;
	margin-bottom: 10px;
}
.clearBoth
{
	clear: both;
}
