html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url('../image/wrapper_background.gif');
	background-attachment: scroll;
    background-color: #5C5C5C;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #0d80d1;
	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;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 1018px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
    position: relative;
}
#column-left {
	float: left;
	width: 160px;
	/*height: 191px;*/
	margin-left: 10px;
	margin-top: 10px;
	/*background: url('../image/products_tab.gif') no-repeat;
	background-position: bottom left;
	cursor: pointer;*/
}
#column-right {
	float: right;
	width: 135px;
	margin-top: 10px;		
	margin-right: 10px;
/*	border: 2px solid #eeeeee;
	padding-left: 8px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
*/
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-right: 20px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 184px;
}
#column-right + #content {
	margin-right: 169px;
}
/* header */
#header {
	height: 100px;
	z-index: 80;
	background: url('../image/header_background.jpg') no-repeat;
	background-position: top right;
	position: relative;
}
#header #logo {
	position: absolute;
}
#header-description {
	position: absolute;
	top: 70px;
	margin-left: 95px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}	
#language {
	position: relative;
	top: 15px;
	left: 335px;
	width: 75px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 130px;
	position: static;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
}
#cart {
	z-index: 9;
}
#cart .heading {
	float: left;
    height: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 7;
}
#cart .heading h4 {
	color: #333333;
	font-size: 13px;
	font-weight: strong;
	margin-top: 0px;
	margin-bottom: 3px;
}
#cart .heading a {
	color: #0d80d1;
	text-decoration: none;
}
#cart .heading a span {
/*	background: #ffffff url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px; */
}
#cart .content {
    position: absolute;
	clear: both;
	display: none;
	top: 50px;
    left: -300px;
	padding: 8px;
	min-height: 150px;
    min-width: 400px;
    max-width: 430px;
	border-top: 1px solid rgba(0, 0, 0, 1);
	border-left: 1px solid rgba(0, 0, 0, 1);
	border-right: 1px solid rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	background: #FFF;
}

#cart.active .heading {
}
#cart.active .content {
	display: block;
}
#cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#cart .cart .image {
	width: 1px;
}
#cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#cart .cart .name small {
	color: #666;
}
#cart .cart .quantity {
	text-align: right;
}
#cart .cart td.total {
	text-align: right;
}
#cart .cart .remove {
	text-align: right;
}
#cart .cart .remove img {
	cursor: pointer;
}
#cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#cart table.total td {
	color: #000;
}
#cart .content .checkout {
	text-align: right;
	clear: both;
}
#cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	width: 206px;
	z-index: 15;
	right: 0px;
	margin-top: 55px;
}
#header .button-search {
	background: url('../image/button-search.png') center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
	position: absolute;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 160px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#header #welcome {
	position: absolute;
	top: 90px;
	right: 0px;
	z-index: 20;
	width: 298px;
	text-align: right;
	color: #fff;
}
#header .links {
	position: absolute;
	top: 10px;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#header .links a:hover {
	text-decoration: underline;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
	text-decoration: 
}
#menubar{
	background: url('../image/menu_background.gif') repeat-x;
	height: 40px;
}
#welcome_customer{
	color: #FFF;
	position: relative;
	float:right;
	margin-top: 30px;
	margin-right: 10px;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF; /* url('../image/information.png') 10px center no-repeat;*/
	border: 1px solid #B8E2FB;
}
.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;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	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;
}
table.list .asc {
	padding-right: 15px;
	/*background: url('../image/asc.png') right center no-repeat;*/
}
table.list .desc {
	padding-right: 15px;
	/*background: url('../image/desc.png') right center no-repeat*/
}
.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 #0634a8;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #0634a8;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button {
	display: inline-block;
	padding-left: 6px;
	background: url('../image/button-left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.button span {
	color: #FFFFFF;
	line-height: 11px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 8px 12px 6px 5px;
	background: url('../image/button-right.png') top right no-repeat;
}
a.button:hover {
	background: url('../image/button-left.png') bottom left no-repeat;
}
a.button:hover span {
	color: #FFFFFF;
	background: url('../image/button-right.png') bottom right no-repeat;
}
a.buttonorange {
	display: inline-block;
	padding-left: 6px;
	background: url('../image/button-left_orange.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.buttonorange span {
	color: #FFFFFF;
	line-height: 11px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 8px 12px 6px 5px;
	background: url('../image/button-right_orange.png') top right no-repeat;
}
a.buttonorange:hover {
	background: url('../image/button-left_orange.png') bottom left no-repeat;
}
a.buttonorange:hover span {
	color: #FFFFFF;
	background: url('../image/button-right_orange.png') bottom right no-repeat;
}
.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: 30px;
	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 15px;
	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;
}
.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 */
.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 10px;
	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 products */
.box-product {
	width: 100%;
	overflow: auto;
}
	
.box-product > div {
	width: 116px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;	
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #0d80d1;
	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-old {
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
	color: #F00;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* 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;
}
/* product */
.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: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.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: #0d80d1;
	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-old {
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
	color: #F00;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 120px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #0d80d1;
	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 {
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
	color: #F00;
}
.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') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.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: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.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 {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #0d80d1;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price div{ display: inline-block;}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	text-decoration: line-through;
}
.product-info .price-new {
	font-weight: bold;
	color: #F00;
}
.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;
	color: #000000;
}
.product-info .cart {
    display: inline-block;
    font-size: medium;
	font-weight: normal;
	padding: 0px 5px 10px 25px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 5px;
    font-size: small;
	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: #0d80d1;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.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;
}
.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 {
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
	color: #F00;
}
/* wishlist */
.wishlist-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;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.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;
}
/* orders */
.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;
}
/* returns */
.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: 5px;
}
.return-name {
	float: left;
	width: 410px;
    padding-bottom: 20px;
}
.return-faulty {
	vertical-align: top;
    float: right;
}

.name_display{
    font-weight: bold;
    padding: 5px;
}

.return-model {
	float: left;
	width: 50%;
}
.return-quantity {
	float: left;
	width: 35%;
}

.return-quantity input {
	width: 5em;
}

.return-detail {
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
    width: 120px;
    float: left;
}
.return-remove {
    float: right;
	vertical-align: middle;
    text-align: right;
    width: 25%;
    padding: 10px;
}
.return-additional {
	overflow: auto;
	margin-bottom: 25px;
}
.return-comment {
	float: left;
	width: 40%;
}
.return-captcha {
	float: right;
	width: 59%;
    padding-top: 20px;
}
.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 */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	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 .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .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 .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #f0f0f0 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #f0f0f0 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* 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: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 40%;
}
.checkout-content .right {
	float: right;
	width: 40%;
}
.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 {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#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;
    padding-left: 8%;
}
#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;
}
#copyright {
	text-align: center;
	clear: both;
	padding: 10px 0px 10px 0px;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}

div.product_file {
    padding: 5px;
}

.popup
{
    display: none;
    position: absolute;
    z-index: 1001;
    overflow-y: hidden;
    left: 10%;
    top: 10%;
    width: 816px;
    border: 1px solid #000;
    background-color: #FFF;
    box-shadow: 3px 3px 18px #000;
}

div.price table
{
    display: inline-table;
    vertical-align: top;
    text-align: right;
}

span.is_archived
{
    color: #EB6F00;
    font-weight: bold;
}

.method_hover { background-color: #DDDDDD;}

.img_left {
	float: left;
	clear: left;
	text-align: center;
	margin: 0 1em 1em 0;
	line-height: 1.4em;
}

.img_right {
	float: right;
	clear: right;
	text-align: center;
	margin: 0 0 1em 1em;
	line-height: 1.4em;	
}

.img_center {
	text-align: center;
	float: left;
	width: 100%;
	line-height: 1.4em;	
}

.caption {
	font-style: italic;
}

.category-thumbs
{
    display: block;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.category-thumbs table
{
    width: 100%;
    border-spacing: 5px;
}

.category-thumbs td
{
    padding: 0px 0px 15px 0px;
    text-align: center;
}

.category-list > p {
    background-color: #DDD;
    line-height: 6px;
    margin-bottom: 0px;
}

.category-list img
{
    float: left;
    margin-top: 10px
}

.category-thumbs a
{
    display: inline-block; 
    padding: 5px 5px 5px 5px;
    text-align: center;
}

#top-link
{
    display: inline-block;
    position: fixed;
    
    color: #0d80d1;
    margin: 0px;
    padding: 7px;
    
    cursor: pointer;
    font-size: 1.5em;
    font-family: helvetica, sans-serif;
    font-weight: bold;
}

#top-link svg
{
    position: absolute;
    top: -10px;
    left: 0px;
    width: 60px;
    height: 60px;
    z-index: 0;
}

#top-link svg polygon
{
    cursor: pointer;
    fill: #DDDDDD;
    stroke: #0385DB;
    stroke-width: 1
}

.subcategory {
    display: inline-block; 
    width: 185px; 
    float: left;
    margin: 5px;
    text-align: center;
}

.subcategory_parent {
    clear: left;
    padding-top: 5px;
    display: block;
    margin-bottom: 10px;
}

.subcategory_parent > span.sub_text {
    margin-left: 100px;
    display: block;
}

.subcategory_small {
    display: inline-block; 
    width: 80px; 
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
    vertical-align: top;
}

.module_item { padding: 5px 0px 5px 0px; border-bottom: 1px solid #DBDEE1; }
.module_item a{text-decoration: none !important; display: block;}

.module_item div 
{   
    display: inline-block;
    max-width: 115px;
    margin: 5px 0px 0px 2px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
}

.module_item img
{
    vertical-align: middle;
}

.ie_inline-block
{
    display: inline !important;
    zoom: 1 !important;
}

div.price { border-bottom: none !important; }
span.addon_total
{
    padding-left: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.addon_group 
{ 
    display:inline-block;
    position: relative;
    margin: 2px;
    margin-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 100px;
    overflow: visible;
    vertical-align: top;
    white-space: normal;
}

.addon_group img { cursor: pointer; }

.addon_group_container
{
    display: inline-block;
    overflow-y: hidden;
    overflow-x: auto;
    border: 1px solid #DDDDDD;
    max-width: 95%;
    max-height: 190px;
    white-space: nowrap;
    margin-bottom: 15px;
    padding: 5px;
}

#addon_content 
{ 
    overflow-y: auto;
    max-height: 400px;
}

#addon_content span {display: inline-block;}

.addon_product
{
    text-align: center;
    max-width: 100px;
    margin: 5px;
    vertical-align: top;
}

.addon_desc
{
    vertical-align: top;
    max-height: 140px;
    overflow: hidden;
    max-width: 80%;
}

.addon_desc span.input { padding: 10px 0px 10px 0px; }
.addon_desc input { margin: 0px 20px 0px 0px; }

.addon_row { border-bottom: 1px solid #ccc; padding: 5px 5px 5px 5px;}
.addon_fullname { font-weight: bold; }
.addon_qty_container { position: absolute; bottom: 0px; left: 10px; display: block;}

.addon_multiplier { font-weight: bold; font-size: 14px; padding-right: 10px;}
#addon_heading { font-weight: bold; font-size: 14px; float: left; padding: 10px; }
.addon_qty { width: 4em; }
.default_addon_product { margin: 5px; }
.default_addon_product div { text-align: center; font-weight: bold;}
.addon_product div { margin: 0px; }
.popup img { cursor: pointer; }
.addon_price { font-weight: bold; }
.raw_price {display: none;}
#tab-attribute .graphs {text-align: center;}

.intended_tubing
{
    float: right;
    text-align: justify;
    margin: 5px;
    padding-left: 1.5em;
}

.button_cart_small:hover{background: url('../image/button_cart_small.png') bottom left no-repeat;}
.button_cart_small
{
    background: url('../image/button_cart_small.png') top left no-repeat;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
}

.notify_small_off:hover{background: url('../image/button_orange_sent_small.png') top left no-repeat;}
.notify_small_off{background: url('../image/button_orange_small.png') bottom left no-repeat;}
.notify_small_on:hover{background: url('../image/button_orange_small.png') top left no-repeat;}
.notify_small_on{background: url('../image/button_orange_sent_small.png') bottom left no-repeat;}
.button_orange_small
{
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 4px;
}

.home_about_header
{
    font-weight: bold;
    font-size: 14px;
}
.home_about_content
{
    margin: 30px;
    margin-top: 10px;
    margin-right: 0px;
}
