html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	min-width: 980px;
}
body {
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	font:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: normal;
	text-shadow: 0 1px 1px silver;
}
h22 {
	color: #000;
	font:Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-shadow: 0 1px 1px silver;
}
h3 {
	color: #333;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-shadow: 0 1px 1px silver;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a, a:visited, a b {
	color: #224477;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #F18200;
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fff;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #CCC;

	
}
select {
	background: #FCFCFC;
	padding: 2px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px;
	background: #FFF;
	z-index: 8;
	text-align: left;
}
#column-left {
	float: left;
	width: 190px;
	z-index: 8;
}
#column-right {
	float: right;
	width: 190px;
	z-index: 8;
}
#content {
	padding-top:10px;
	min-height: 400px;
	margin-bottom: 25px;
	z-index: 8;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 210px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	position: relative;
	height: 300;
	background-image:url(../../../../../img/bgtop.jpg);
	padding-right: 10px;
	z-index: 11;
	margin-bottom: 10px;
}
#header .div1 {
	width: 100%;
	height: 50px !important;			/* Optional 209px */
	background-image:url(../../../../../img/bgtop.jpg);
}
#header .div2 {
	float: left;
}
#header #logo {
	position: absolute;
	top: 20px;
	left: 15px;
}
#header .slogan {
	padding: 0 10px;
	font-size: 13px;
	text-shadow: 1px 1px 1px silver;
}
#header .scroller {
	position: absolute;
	top: 45px;								/* Optional 85px */
	left: 330px;
	z-index: 10;	
	color: #555;
}
/* Header Top Right Image */
#header .div3 {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 0px;							/* Optional 130px */
	width: 380px;
}
#header .div3 img {
	display: block;
	position: relative;
	float: right;
	z-index: 5;
	overflow: hidden;
}
/* Header Links Bar */
#header .div4 {
	display: inline-block;
	position: absolute;
	clear: both;
	top: 25px;								/* Optional 140px */
	left: 300px;
	width: auto;
	height: 26px;
	white-space: nowrap;
}
#header .div4 a {
	float: left;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 1px;
	z-index: 12;
}
#header .div4 a:hover {
	color: #F18200;
}
#header .div4 span {
	background: url('../image/split.png') top center no-repeat;
	margin: 0 6px;
}
/* Header Date Bar */
#header .div5 {
	display: inline-block;
	position: absolute;
	top: 70px;								/* Optional 130px */
	right: 0px;
	width: auto;
	height: 16px;
	white-space: nowrap;
	background: #F8F8F8;
	border: 1px solid #EEE;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 5px 10px;
	color: #999;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
/* Header Bar Left */
#header .div6 {
	display: inline block;
	position: absolute;
	top: 55px;								/* Optional 156px */
	left: -10px;
	width: 100%;
	height: 55px;
	background-image:url(../../../../../img/bgtop.jpg);
	border-top: 0px solid #CCC;
	padding: 0px 10px;
	z-index: 10;
}

/* Menu Header (Left Position Only) */
#header #amazon {
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 100;
}
/* Header Bar Left Search */
#header .call {
	position: absolute;
	left: 180px;
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333; 
	font-size: 13px !important;
	font-weight:bold; 

}
#header #dropdown {
	position: absolute;
	top: 10px;
	left: 240px;
	width:auto;
	background: url('../image/all-search.png') repeat-x;
	border-left: 1px solid #D4D4D4; 
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	z-index: 500;
	overflow: hidden;
}
#header #dropdown span.customStyleSelectBox { 
	background: url('../image/all.png') left center repeat-x;
	font-size: 13px; 
	color: #444; 
	padding: 1px 0px 1px 8px; 
	border: 0px; 
	line-height: 32px;
} 
#header #dropdown span.customStyleSelectBox.changed { 
	background: url('../image/all.png') left center repeat-x;
} 
#header #dropdown .customStyleSelectBoxInner { 
	background: url('../image/all-arrow.png') no-repeat center right;
	z-index: 520;
}
/* Search Input Field */
#header #search {
	top: 10px;
	left: 450px;
	
}
#header #search input {
	padding-top:10px;
	margin-top:1px;
	padding: 0px 0px 1px 5px;
	font-size: 14px; 
	width: 100%;
	height: 36px;
	border: 0px;
}
#header #button-topsearch {

	top: 10px;
	background: url('../image/wan.png') center center no-repeat;
	left: 840px;
	width: 42px;
	height: 36px;
	cursor: pointer;
}
/* Header Bar Right */
#header .div7 {
	float: right;
	display: inline-block;
}
/* Header Bar Right Signin */
#header #signin {
	position: absolute;
	top: 6px;
	right: 175px;
	z-index: 9;
	width: 125px;
}
#header #signin .heading {
	position: relative;
	background: url('../image/signin-hover.png') left 60% no-repeat;
	border-right: 1px solid #BBB;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	padding-bottom: 12px;
}
#header #signin .heading a {
	color: #F18200;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 32px;
}
#header #signin .heading a span {
	padding-left: 2px;
}
#header #signin .content {
	clear: both;
	display: none;
	position: relative;
	top: 0px;
	left: -141px;
	padding: 8px;
	min-height: 80px;
	width: 240px;
	border-top: 3px solid #313A44;
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	-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;
	-webkit-box-shadow: 0px 3px 4px #AAA;
	-moz-box-shadow: 0px 3px 4px #AAA;
	box-shadow: 0px 3px 4px #AAA;
	background: #FFF;
	z-index: 9999;
}
#header #signin:hover .heading {
	width: 125px;
	background: #313A44 url('../image/signin-hover.png') left 60% no-repeat;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	line-height: 32px;
	padding-bottom: 12px;
}
#header #signin:hover .heading a {
	color: #FFF;
}
#header #signin:hover .content {
	display: block;
}
/* Header Bar Right Cart */
#header #cart {
	position: absolute;
	top: 6px;
	right: 75px;
	z-index: 9;
	width: 90px;
}
#header #cart .heading {
	position: relative;
	background: url('../image/cart-hover.png') left 60% no-repeat;
	border-right: 1px solid #BBB;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	padding-bottom: 12px;
}

#header #cart .heading a {
	color: #F18200;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
}
#header #cart .heading a span {
	padding-left: 17px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 0px;
	left: -226px;
	padding: 8px;
	min-height: 150px;
	min-width: 300px;
	border-top: 3px solid #313A44;
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	-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;
	-webkit-box-shadow: 0px 3px 4px #AAA;
	-moz-box-shadow: 0px 3px 4px #AAA;
	box-shadow: 0px 3px 4px #AAA;
	background: #FFF;
	z-index: 9999;
}
#header #cart.active .heading, #header #cart:hover .heading {
	width: 90px;
	background: #313A44 url('../image/cart-hover.png') left 60% no-repeat;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding-bottom: 12px;
}
#header #cart:hover .heading a {
	color: #F18200;
}
#header #cart.active .heading a {
	color: #FFF;
}
#header #cart.active .content, #header #cart:hover .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 #EEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEE;
	text-align: left;
}
.mini-cart-info .image img:hover {
	border: 1px solid #F18200;
}
.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;
}
/* Header Bar Right wishlist */
#header #wishlist {
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 9;
	width: 60px;
}
#header #wishlist .heading {
	position: relative;
	background: url('../image/wish-hover.png') left 60% no-repeat;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	padding-bottom: 12px;
}
#header #wishlist .heading a {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 32px;
	padding-left: 2px;
}
#header #wishlist .heading a span {
	padding-left: 2px;
}
#header #wishlist .content {
	clear: both;
	display: none;
	position: relative;
	top: 0px;
	left: -116px;
	padding: 8px;
	min-height: 80px;
	min-width: 160px;
	border-top: 3px solid #313A44;
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	-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;
	-webkit-box-shadow: 0px 3px 4px #AAA;
	-moz-box-shadow: 0px 3px 4px #AAA;
	box-shadow: 0px 3px 4px #AAA;
	background: #FFF;
	z-index: 999;
}
#header #wishlist:hover .heading {
	width: 60px;
	background: #313A44 url('../image/wish-hover.png') left 60% no-repeat;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	line-height: 32px;
	padding-bottom: 12px;
}
#header #wishlist:hover .heading a {
	color: #FFF;
}
#header #wishlist:hover .content {
	display: block;
}
/* language */
#language {
	position: absolute;
	top: -10px;
	left: 470px;
	width: 75px;
	color: #FFF;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
/* currency */
#currency {
	position: absolute;
	top: -10px;
	left: 440px;
	width: 120px;
	line-height: 12px;
}
#currency a {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px 3px;
	background: #CCC;
	font-size: 9px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px 0px 5px 0px;
	-moz-border-radius: 5px 0px 5px 0px;
	-khtml-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 5px 0px;
	color: #888;
	text-decoration: none;
}
#currency a:hover {
	background: #EEE;
	color: #F18200;
	text-decoration: none;
}
#currency a b {
	color: #224477;
	text-decoration: none;
}
/* bookmark */
#bookmark {
	position: absolute;
	top: 14px;
	left: 570px;
	width: 25px;
	line-height: 17px;
}
/* content */
.breadcrumb {
	margin-top: -2px;
	margin-bottom: 8px;
	padding: 6px 2px;
	background: #FCFCFC;
}
.breadcrumb a {
	font-size: 11px;
	color: #555;
	text-decoration: none;
	padding: 3px 8px 3px 4px;
}
.breadcrumb a:hover {
	color: #F18200;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px silver;
	-moz-box-shadow: 0px 0px 2px silver;
	box-shadow: 0px 0px 2px silver;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px silver;
	-moz-box-shadow: 0px 0px 2px silver;
	box-shadow: 0px 0px 2px silver;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px silver;
	-moz-box-shadow: 0px 0px 2px silver;
	box-shadow: 0px 0px 2px silver;
}
.information {
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px silver;
	-moz-box-shadow: 0px 0px 2px silver;
	box-shadow: 0px 0px 2px silver;
}
.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;
}
/* Tables */
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 220px;
}
input.large-field2, select.large-field {
	width:384px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #D6E7F8;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}



/* Tables address */
table.formaddress {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.formaddress tr td:first-child {
	width: 100px;
}
table.formaddress > * > * > td {
	color: #000;
}
table.formaddress td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 220px;
}
input.large-field2, select.large-field {
	width:384px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #D6E7F8;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}


/* Pagination */
.pagination {
	display: inline-block;
	width: 100%;
	height: 30px;
	/*background: #EEE url('../image/filter.png') repeat-x;*/
	border: 0px solid #DDD;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; 
	-khtml-border-radius: 7px;
	border-radius: 7px; 
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 6px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px; 
	padding: 1px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #224477;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px; 
	padding: 1px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #224477;
	background: #FFF;
}
.pagination .results {
	float: right;
}
/* Button Orange/Blue */
a.button, input.button {
	cursor: pointer;
	color: #133370;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	background: url('../image/button.png') top left repeat-x;
	border: 1px solid #133370;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 2px #DDD;
	-moz-box-shadow: 0px 2px 2px #DDD;
	box-shadow: 0px 2px 2px #DDD;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
}

a.button5, input.button {
	
	overflow: auto;
	padding: 4px 10px;
	background: #EEE url('../image/filter.png') repeat-x;
	border: 1px solid #DDD;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	margin-bottom: 10px;
}

a.button5 {
	font-size:14px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
	
}


input.button {
	margin: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}

input.button2 {
	margin: 0;
	height: 34px;
	width:100%;
	border: 1px solid #DDD;
	padding: 0px 12px 0px 12px;
}

input.button3 {
	margin: 0;
	height: 34px;
	width:100%;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background: url('../image/button-active.png') repeat-x;
	color: #FFF;
	border: 1px solid #111;
}

/* buttonbuy */
a.buttonbuy, input.buttonbuy {
	margin-top: 20px;	
	width:180px;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: bold;
	background: url('../image/buttonbuy.png') top left repeat-x;
	-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;
	
}
a.buttonbuy {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.buttonbuy {
	margin-top:20;
	margin-bottom:5;
	border: 0;
	height: 34px;
	padding: 0px 12px 0px 12px;
}
a.buttonbuy:hover, input.buttonbuy:hover {
	background: url('../image/buttonbuy.png') repeat-x;
}

/* button_contact */
a.button_contact, input.button_contact {
	
	width:180px;
	cursor: pointer;
	color: #FFF;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: bold;
	background: url('../image/contact.png') top left repeat-x;
	-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;
	
}
a.button_contact {
	display: inline-block;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
}
input.button_contact{
	margin-top:0;
	margin-bottom:5;
	border: 0;
	height: 40px;
	padding: 0px 12px 0px 12px;
}
a.button_contact:hover, input.button_contact:hover {
	background: url('../image/contactactive.png') repeat-x;
}

/* buttonadd */
a.buttonadd, input.buttonadd {
	overflow: auto;
	padding: 4px 10px;
	background: #EEE url('../image/filter.png') repeat-x;
	border: 1px solid #DDD;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 10px;

}
a.buttonadd {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.buttonadd {
	background: url('../image/addtocar2t.png') repeat-x;
	margin-top:5;
	margin-bottom:5;
	border: 0;
	height: 37px;
	width: 210px;
	padding: 0px 12px 0px 12px;
}
a.buttonadd:hover, input.buttonadd:hover {
	background: url('../image/actionadtocar2t.png') repeat-x;
}

/* Button Grey*/
a.buttongrey {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	padding: 3px 9px 3px 9px;
	color: #133370;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	background: url('../image/buttongrey.png') top left repeat-x;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 2px;
}
a.buttongrey:hover {
	color: #F18200;
}
/* buttons */

.HeaderText {
	font-size: 47px;
	font-weight: bold;
}
.Heading {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	
	
	
}
.buttons {
	overflow: auto;
	padding: 4px 10px;
	/*background: #EEE url('../image/filter.png') repeat-x;*/
	border: 1px solid #DDD;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 10px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* Tabs */
.htabs {
	margin-bottom: -1px;
	overflow: auto;
}
.htabs a {
	border: 1px solid #CCC;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background: #FFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 7px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin-right: 2px;
}
.htabs a.selected {
	z-index: 3;
	border-bottom: 1px solid #FFF;
	background: transparent;
}
.tab-content {
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	
	padding: 0px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 15px;
}
.box .box-heading {
	
	background: #fff;
	border-top: dotted #999 1px;
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom:dotted #999 1px;
	padding: 6px 7px 7px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #222;
}
.box .box-content {
	background: #FFF;
	
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom:0px solid #CCC;
	list-style: disc outside url('../image/bullet-m2.png'); 
	padding: 0px;
	
}
/* box products */
.box-product {
	width: 100%;
	overflow:hidden;
}
.box-product > div { 
	
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px 10px 5px;
	text-align: center;
	border-bottom:dotted #CCC 1px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	background: #FFF;
}
.box-product .name a {
	color: #224477;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #880000;
	margin-bottom: 4px;
}
.box-product .price-old {
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.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 #CCDDEE;
}
.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: 0px;
	overflow: auto;
	margin-bottom: 20px;
	border: 0px solid #CCDDEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
}
.category-info .title {
	float: left;
	margin-right: 25px;
}
.category-info .image {
	float: right;
	padding: 3px 5px;
	margin-left: 25px;
	margin-right: 20px;
	background: #FFF;
}
.category-list {
	overflow: auto;
	margin-bottom: 10px;
}
.category-list ul {
	float: left;
	width: ;
	list-style: disc outside url('../image/bullet-m2.png'); 
}
.category-list li {
	padding-bottom: 5px;
}
.category-list a {
	text-decoration: none;
	font-weight: bold;
}
.category-list a:hover {
	color: #F18200;
	font-weight: bold;
}
.category-list img {
	background: #FFF;
}
/* manufacturer */
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-info {
	overflow: auto;
}
.manufacturer-info .title {
	float: left;
	margin-right: 25px;
}
.manufacturer-info .image {
	float: right;
	padding: 0px 5px 3px 5px;
	margin-left: 25px;
	margin-right: 20px;
	background: #FFF;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 10px;
}
/* product list-grid filter */
.product-filter {
	background: #EEE url('../image/filter.png') repeat-x;
	padding: 8px 9px 6px 9px;
	border: 1px solid #DDD;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px; 
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
/* product compare */
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
	padding-left: 15px;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
/* product list */
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	font-size:14px;
	font-weight: normal;
	color: #224477;
	font-weight: normal;
	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: 0px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #880000;
}
.product-list .price-old {
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	margin-left: 50px;
	color: #333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	margin-left: 50px;
	color: #333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
/* product grid */
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: center;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
}
.product-grid .name a {
	color: #224477;
	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-size: 14px;
	font-weight: bold;
	color: #880000;
	margin-bottom: 4px;
}
.product-grid .price-old {
	font-weight: normal;
	color: #999;
	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: #333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-top {
	width: 100%;
	overflow: hidden;
}
.product-top .image {
	float: right;
	margin-right: 10px;
}
.product-top .title {
	float: left;
	margin-right: 25px;
}
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 270px;
}
.product-info .image {
	background: #FFF;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	background: #FFF;
	border: 1px solid #CCDDEE;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px; 
}
.product-info .image-additional img:hover {
	border: 1px solid #FF6600;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-khtml-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 3px 10px rgba(0,0,0,.2); 
	
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .attributes-type {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.product-info .attributes-list {
	color: #224477;
	font-weight: bold;
	padding: 1px 0px 1px 6px;
	list-style: disc outside url('../image/bullet-m2.png'); 
}
.product-info .description {
	border-top: 0px solid #E7E7E7;
	border-bottom: 0px solid #E7E7E7;
	padding: 5px 5px 0px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #224477;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 0px solid #E7E7E7;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #880000;
}
.product-info .price-old {
	font-size: 15px;
	font-weight: normal;
	color: #555;
	text-decoration: line-through;
}
.product-info .price-new {
	font-weight: bold;
}
.product-info .you-save {
	font-size: 13px;
	font-weight: bold;
	color: #F18200;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #880000;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 0px solid #E7E7E7;
	padding: 0px 5px 5px 5px;
	margin-bottom: 0px;
	color: #111;
}
.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: 0px;
	border: 1px solid #FFF;
	cursor: pointer;
	
}

.product-info .option-image img:hover {
	
	border: 1px solid #f90;
	
}

.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 0px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #888;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #888;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	width: auto;
	overflow: auto;
	margin-bottom: 10px;
	border-top: 0px solid #DDD;
	border-left: 0px solid #DDD;
	border-right: 0px solid #DDD;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
.product-info .review .star {
	overflow: hidden;
	padding: 5px;
	border-bottom: 0px solid #DDD;
	-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;
	min-height: 20px;
}
.product-info .review .star img {
	margin-left: -5px;
	padding: 3px 1px 0px 1px;
}
.product-info .review .share {
	overflow: hidden;
	padding: 5px;
	border-bottom: 1px solid #DDD;
	-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;
	min-height: 20px;
}
.product-info .review .share a {
	text-decoration: none;
}
/* attribute */
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #111;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
/* compare */
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #111;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #111;
	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 #DDD;
	border-bottom: 1px solid #DDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #880000;
	margin-bottom: 4px;
}
.compare-info .price-old {
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
.compare-info .price .price-tax {
	display: none;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDD;
}
.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 #DDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #CCDDEE;
}
.wishlist-info tbody .image img:hover {
	border: 1px solid #F18200;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price {
	font-size: 14px;
	font-weight: bold;
	color: #880000;
}
.wishlist-info tbody .price-old {
	font-weight: normal;
	color: #999;
	text-decoration: line-through;
}
.wishlist-info tbody .price-new {
	font-weight: bold;
}
.wishlist-info tbody .price .price-tax {
	display: none;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
/* Login */
.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 #EEE;
	border-bottom: 1px solid #EEE;
}
.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 #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: 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: 45%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 45%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	clear: both;
	margin-top: 10px;
	float: left;
	background: #EFEFEF url('../image/captcha.png') top right no-repeat;
	width: 250px;
	text-align: left;
	border: 1px solid #DDD;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px;
}
.return-captcha img {
	margin: 8px 0px;
	border: 1px solid transparent;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.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 #EEE;
	border-bottom: 1px solid #EEE;
}
.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: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDD;
}
.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 #DDD;
}
.cart-info tbody .image img {
	border: 1px solid #CCDDEE;
}
.cart-info tbody .image img:hover {
	border: 1px solid #F18200;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.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 #DDD;
	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: #555;
	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: 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;
}
.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;
}
div.sitemap-info ul, div.account ul { 
	list-style: disc outside url('../image/bullet-m1.png'); 
}
div.sitemap-info ul li ul { 
	list-style: disc outside url('../image/bullet-m2.png'); 
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* Top Footer */
#footer {
	clear: both;
	overflow: auto;
	min-height: 80px;
	padding: 15px 0;
	
	border-top: 1px solid #CCC;
	position: relative;
	left: -10px;
	padding: 0px 10px;
}
#footer .column {
	float: left;
	width: 20%;
	min-height: 100px;
	margin-bottom: 10px;
	text-align: center;
}
#footer .column .head {
	padding-top: 5px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 8px;
}
#footer .column .head img {
	margin-top: 0;
	margin-right: 2px;
}
#footer .column img {
	overflow: hidden;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 30px;
	padding-left: 12px;
	list-style: url('../image/bullet-m1.png');
	text-align: left;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #111;
}
#footer .column a:hover {
	text-decoration: none;
	color: #F18200;
}
/* Full Bottom Footer */
#bottom {
	clear: both;
	position: relative;
	left: -10px;
	padding: 0px 10px;
	overflow: auto;
	min-height: 80px;
	background: #FFF url('../image/footer-1.png') bottom center repeat-x;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #CCC;
}
#bottom a {
	color: #333;
}
#bottom a:hover {
	color: #F18200;
}
#bottom .infos { 
	clear: both; 
	width: 100%;
	padding: 8px 0px;
}
#bottom .left {
	float: left;
	width: 48%;
	padding-top: 5px;
	margin-left: 15px;
	text-align: left;
}
#bottom .right {
	float: right;
	width: 48%;
	padding-top: 0px;
	margin-right: 15px;
	text-align: right;
}
#bottom .siteurl {
	clear: both; 
	width: 100%;
	padding-bottom: 5px;
	color: #333;
}
#bottom .copyright { 
	clear: both; 
	width: 100%;
	padding: 5px 0px;
	color: #333;
}
/* Slim Bottom Footer */
#bottom2 {
	clear: both;
	position: relative;
	left: -10px;
	padding: 0px 10px;
	overflow: auto;
	height: 80px;
	background: #FFF url('../image/footer-1.png') bottom center repeat-x;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #CCC;
}
#bottom2 a {
	color: #333;
}
#bottom2 a:hover {
	color: #F18200;
}
#bottom2 .left {
	float: left;
	width: 48%;
	padding-top: 5px;
	margin-left: 15px;
	text-align: left;
}
#bottom2 .right {
	float: right;
	width: 48%;
	padding-top: 0px;
	margin-right: 15px;
	text-align: right;
}
#bottom2 .copyright { 
	clear: both; 
	width: 100%;
	color: #333;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 10px;
}
/* slideshow */
.nivo {
	margin-bottom: 10px;
}
/* Extra Account Styles */
.account-list {
	text-decoration: none;
	padding: 1px 0px 1px 12px;
	background: url('../image/bullet-m2.png') left center no-repeat;
}
.account-code {
	text-align: center;
	padding: 5px 0px;
	font-weight: bold;
	color: #555;
}
/* Extra Wishlist Styles */
.wishtop {
	margin:10px 0px;
	text-align:center;
}
.wishtext {
	text-align:left;
	padding:5px;
}
.wishlast {
	margin-top:10px;
	text-align:center;
}
/* Captcha */
.captcha {
	background: #EFEFEF url('../image/captcha.png') top right no-repeat;
	width: 250px;
	text-align: left;
	border: 1px solid #DDD;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px;
}
.captcha img {
	margin: 8px 0px;
	border: 1px solid transparent;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
/* Round Box (white) */
div.roundbox { 
	background: #FFF;
	overflow: auto;
	padding: 0px 0px;
	margin-bottom: 10px;
	border: 1px solid #DDD;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px; 
}
div.roundbox .accounts { 
	display: inline-block;
	float: left; 
	width: 260px; 
	margin-bottom: 10px; 
	padding: 5px;
}
div.roundbox .message {
	font-weight: bold;
	text-shadow: 1px 1px 1px silver;
}