html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body, td, th, input, textarea, select, a {
	font-size: 18px;
}

.red{color: #000;}
.green{color: #009246;}

.margin-bottom1{margin-bottom: 1px;}
.margin-bottom2{margin-bottom: 2px;}
.margin-bottom5{margin-bottom: 5px;}

hr {
color: #000;
background-color: #000;
height: 3px;
width 320px;
}

h1 {
	color: #000;
	font: Verdana;
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h1 a {
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	padding: 0px 5px -1px 5px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	font-size: 24px;
	margin-bottom: 0px;
	text-decoration:none;
}
h1 a:hover {
background-color:#CE2B37;
color:#fff;
}

#container #content .question {
	color: #fff;
	font: Verdana;
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
	
}

#container #content .question a {
background-color:#CE2B37;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	margin-bottom: 0px;
	text-decoration:none;
}
#container #content .question a:hover {
background-color:#fff;
color:#000;
}


div .image {}

.prod-title {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 0px 5px -1px 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	font-size: 20px;
}

.cat-title {
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	padding: 0px 5px -1px 5px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	font-size: 24px;
	margin-bottom: 0px;
}

.welcome {
	color: #990700;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}

.coupon {
border: 3px solid #000000;
}

.coupon:hover {
border: 3px solid #CE2B37;
}

.box-brands {
	width: 100%;
	margin:auto;
	overflow: auto;
	
}

.box-brands > div {
	color: #000;
	background-color: #fff;
	width: 121px;
	max-height: auto;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-bottom:5px;
	border: 1px solid #554A34;
}

.box-brands > div:hover {
border: 1px solid #756648;

}

.small {font-size: 10px;}
.small a {font-size: 10px;}
.medium {font-size: 12px;}
.medium a {font-size: 12px;}
.large {font-size: 20px;}
.large a {font-size: 20px;}
.xlarge {font-size: 30px;}
.xlarge a {font-size: 30px;}
.thirteen {font-size: 13px;}
.thirteen a {font-size: 13px;}
.fourteen {font-size: 14px; font-weight:bold;}
.fourteen a {font-size: 14px;margin:5px;}

#headerbg {
background-image: url(italy.colors.png);
background-repeat:no-repeat;
background-size:100% 38px;
width:100%;
height:38px;
margin:0px;
padding:0px;
}

#headerbg2 {
width:100%;
margin:0px;
padding: 0px;
}

h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a, a:visited, a b {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	max-width: 100%;
	height: auto;
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}

.form-table {
background: #fff;
width:240px;
margin-bottom: 0px;

}
.form-tr {
}
.form-td {
background: #ddd;
border: 1px solid #aaa;

}

.login-content .block .form-td a{
line-height: 17px;
font-size: 17px;
}

.login-content input[type='text'], .login-content input[type='password'], .login-content textarea {
	background: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

.login-content .block .form-td a:hover{
line-height: 17px;
font-size: 17px;
}

.login-content div .block label {
background-color:#fff;
color:#000;
}
.login-content div .block label a {
background-color:#fff;
color:#000;
}
.login-content div .block label a:hover {
background-color:#fff;
color:#000;
}

.cart-table {
background: #fff;
width:240px;
margin-bottom: 0px;

}
.cart-tr {
}

.cart-content {
width: 100%;
max-height: auto;
margin-bottom: 2px;
}

.cart-content > div {
	width: 240px;
	max-height: auto;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	margin-bottom: 5px;
}

.cart-content .block {
font-size: 18px;
line-height: 24px;
border: 0px solid #aaaaaa;

}

.cart-content .block .cart-td {
line-height: 17px;
font-size: 20px;
background: #fff;
font-weight: bold;
}

.cart-content .block .cart-td2 {
line-height: 17px;
font-size: 20px;
background: #fff;
font-weight: bold;
border: 1px solid #aaaaaa;
}

.cart-content .block .cart-td a {
line-height: 17px;
font-size: 20px;
background: #fff;
font-weight: bold;
}

.cart-content .block .cart-td a:hover {
line-height: 17px;
font-size: 20px;
background: #fff;
font-weight: bold;
}

.cart-content .block .cart-td-name {
background-color:#000;
line-height: 17px;
font-size: 20px;
background: #fff;
font-weight: bold;
border: 1px solid #aaa;
}

.cart-content .block .cart-td-name a {
    cursor: pointer;
background-color:#000;
	text-indent:0;
	border:0px solid #d4d4d4;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	line-height: 15px;
	font-weight:bold;
	font-style:normal;
	padding:2px;
	text-decoration:none;
	text-align:center;
	margin-top: 0px;
	position: relative;
	margin-bottom: 0px;
	border: 1px solid #aaa;
}

.cart-content .block .cart-td-name a:hover {
    cursor: pointer;

	text-indent:0;
	border:0px solid #d4d4d4;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	line-height: 15px;
	font-weight:bold;
	font-style:normal;
	padding:2px;
	text-decoration:none;
	text-align:center;
	margin-top: 0px;
	position: relative;
	margin-bottom: 0px;
	border: 1px solid #000;
}

.cart-content .cart-table .cart-td .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 3px;
	
}
.cart-content .cart-table .cart-td .price a {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: block;
	font-weight: bold;
	color: red;
	background-color: #E1E1E1;
	text-decoration: none;
	font-size: 30px;
}

input[type='text'], input[type='password'], textarea {
	background: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #ffffff;
	border: 2px solid #000000;
	padding: 2px;
}

input[type=checkbox]
{
  padding: 0px;
}

.checkboxtext
{
  /* Checkbox text */
  font-size: 100%;
  display: inline;
}

label {
	cursor: pointer;
	background: #000;
	color: #fff;
}

label:hover {
	cursor: pointer;
	background-color: #CE2B37;
	color: #ffffff;
}

red {
color: #990700;
font-weight: bold;
}

/* layout */
#container {
	max-width:100%;
	min-width:300px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	
}
#column-left {
	float: left;
	width: 25%;
	margin-left: 0px;
	margin-top: 0px;
	max-width: 200px;
	min-width: 100px;
	line-height: 14px;
	margin-right: 7%;
}
#column-right {
/*
float: right;
width: 25%;
overflow:hidden;
*/
}
#content {
max-width:100%;
	display: block;
	margin-bottom: 10px;

}

#content img {
	max-width: 100%;
	height: auto;
}

#flagcolor img {
    width: 100%;
    height: 38px;
}

#column-left + #column-right + #content, #column-left + #content {
	margin-left: 25%;
	min-width: 75%;
}
#column-right + #content {
	
}
/* header */
#header {
	height: 0px;
	margin-top: 4px;
	margin-bottom: 32px;
	padding-bottom: 0px;
	position: relative;
	
	
}
#header #logo {
	position: absolute;
	margin-top:3px;
	margin-bottom:3px;
	top: 46px;
	left: 0px;
	
}

#header #logo img {
	height: auto;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#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 {
	color: #000;
	text-decoration: none;
}

#header #cart {
	right: 1px;
	background-color:#B4A480;
	
}
#header #cart .heading {
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;

	
	
}
#header #cart .heading h4 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #cart .heading a {
background-color:#000;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}
#header #cart .heading a:hover {
	background-color: #313131;
	color: #ffffff;
}

#header #cart .heading a span {
	/* background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px; */
}
#header #cart .content {
	clear: both;
	display: none;
	top: 0px;
	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-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: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	z-index: 1;
}
#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;
}
#header #search {

	position: left;
	margin-top:2px;
	top: 12px;
	right: 0px;
	width: 284px;
}

#header #search a {
color: #fff;
}

#header .button-search {
	position: absolute;
	background: #fff;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 25px;
	border-right: 1px solid #000;
	cursor: pointer;
	
}
#header #search input {
	background: #fff;
	padding: 1px 0px 1px 33px;
	width: 256px;
	height: 22px;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 2px 0px #7F7A6E;
	-moz-box-shadow: 0px 2px 0px #7F7A6E;
	box-shadow: 0px 2px 0px #7F7A6E;

	
}



#header #welcome {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 5;
	width: auto;
	text-align: left;
	color: #999999;
	margin-left:7px;
}
.linkswrap a {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
#links {
	text-wrap: none;
	right: 0px;
	font-size: 16px;
	padding-right: 0px;
}

#links a {
	display: inline-block;
	padding: 0px 5px 0px 5px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	line-height:40px;
}
#links a:hover {
	background-color: #000;
	color: #ffffff;
	
}
#links a + a {
	margin-left: -1px;
	
}

/* menu */

.new-menu {
	background-color:#ffffff;

	text-indent:0;
	border:1px solid #989898;
	display:inline-block;
	color:#363636;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	margin-top: 2px;
	margin-bottom: 2px;
	position: relative;
	z-index: 20;
	overflow: hidden;
}

.new-menu:hover {
background: #990700;
border:1px solid #000;
color:#ffffff;
}

.new-menu:active {
	position:relative;
	border:1px solid #000;
	top:1px;
}

a.new-menu:visited:hover {
border:1px solid #000;
	color:#ffffff;
}

a.new-menu:visited {
	color: #363636;
	text-decoration:none;
border:1px solid #989898;
}

#menu {
	background: #F6F5F5;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #000000;
	height: 30px;
	min-width:295px;
	max-width:100%;
	margin-bottom: 3px;

	border: 1px solid #000;
	padding: 0px 0px;
display: block;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 1;
	padding: 5px 5px 3px 0px;
}
#menu > ul > li:hover {

}
#menu > ul > li > a {
border-top:solid thin #000000;
border-bottom:solid thin #000000;
	font-size: 13px;
	font-weight:bold;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 3px 1px 3px 1px;
	margin-bottom: 0px;
	z-index: 1;
	position: relative;
	background: #2B2B2B;

		-webkit-box-shadow: 0px 1px 1px #222222;
	-moz-box-shadow: 0px 1px 1px #222222;
	box-shadow: 0px 1px 1px #222222;


}
#menu > ul > li:hover > a {
	background: #990700;
border-top:solid thin #000000;
border-bottom:solid thin #000000;

}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 1;
	padding: 5px;
	border: 1px solid #000000;

	background: url('../image/menu.png');
		-webkit-box-shadow: 0px 1px 1px #222222;
	-moz-box-shadow: 0px 1px 1px #222222;
	box-shadow: 0px 1px 1px #222222;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
	}
#menu > ul > li ul + ul {
	padding-left: 0px;

}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 78px;
	border-top:solid thin #3B3B3B;
border-bottom:solid thin #3B3B3B;
}
#menu > ul > li ul > li > a:hover {
	background: #990700;
		border-top:solid thin #fff;
border-bottom:solid thin #fff;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
	
}
.breadcrumb {
	color: #747474;
	margin-bottom: 3px;
	font-weight:bold;
}

.success, .attention, .information {
	padding: 8px 8px 8px 70px;
	margin-bottom: 0px;
	color: #555555;
}
.success {

	background: #CE2B37 url('../image/success.png') 30px center no-repeat;
	border: 3px solid #921F28;
color: #fff;
font-size: 14px;
font-weight:bold;
}
.success a {
color: #fff;
font-size: 14px;
font-weight:bold;
}

.warning {
background: #CE2B37;
	color: #fff;
	font-weight: bold;
	border: 3px solid #921F28;

}
.attention {
	background: #fff url('../image/attention.png') 10px center no-repeat;
	border: 3px solid #CE2B37;

}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
.help {
	color: #000;
	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 {
	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;
}
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 #000;
	padding-top: 8px;
	display: inline-block;
	width:100%;
	margin-bottom: 10px;
	float: left;
}
.pagination .links {
	float: left;
display: inline-block;

}
.pagination .links a {
	display: inline-block;
	border: 1px solid #000000;
	padding: 10px 16px;
	font-size: 30px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 2px;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #000000;
	padding: 10px 16px;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	color: #ffffff;
	background: #990700;
}

.pagination .links a:hover {
background: #009907;
color:#ffffff;
}

.pagination .results {
background-color:#000;
color:#ffffff;
font-size: 20px;
	float: right;
	padding-top: 3px;
}
/* button */

.myButton {
    cursor: pointer;
	background-color:#000;

	text-indent:0;
	border:0px solid #d4d4d4;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	padding:6px 16px;
	text-decoration:none;
	text-align:center;
	margin-top: 0px;
	position: relative;
	z-index: 20;
	margin-bottom: 0px;
}

.myButton:hover {
background: #222;
color:#ffffff;
}

.myButton:active {
	position:relative;
	top:1px;
}

a.myButton:visited:hover {
	color:#ffffff;
}

a.myButton:visited {
	color: #ffffff;
	text-decoration:none;
}




.button {
    cursor: pointer;
	background-color:#000;
	text-indent:0;
	border:0px solid #d4d4d4;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	padding:5px 0px 5px 0px;
	text-decoration:none;
	text-align:center;
	margin-top: 0px;
	position: relative;
	margin-bottom: 0px;
	
}

.button:hover {
background: #222222;
color:#ffffff;
}

.button:active {
	position:relative;
	top:1px;
}

a.button:visited:hover {
	color:#ffffff;
}

a.button:visited {
	color: #ffffff;
	text-decoration:none;
}

.buttons .buttonred {
width:240px
    cursor: pointer;
	background: #CE2B37;
	text-indent:0;
	border:1px solid #000;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:30px;
	font-weight:bold;
	font-style:normal;
	padding:5px 50px 5px 50px;
	text-decoration:none;
	text-align:center;
	margin-top: 0px;
	position: relative;
	margin-bottom: 0px;
}
.buttonred:hover {
	background: #E9303D;
}
.buttonred:active {
	position:relative;
	top:1px;
}

.buttons {
	background: #FFFFFF;
	padding: 6px;
	margin-bottom: 0px;
}
.buttons .left {
	float: left;
	text-align: left;
	
}
.buttons .right {
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 14px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	display:inline-block;
	
}
.htabs a {
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #DDDDDD;
	background: #eeeeee;
	padding: 0px 1px 0px 1px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #555555;
	margin-right: 2px;
	display:inline-block;

}
.htabs a.selected {
	border-top: 1px solid #464646;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
	padding-bottom: 0px;
	background: #9A0100;
	border-bottom: 1px solid #9A0100;
	color: #ffffff;
	font-weight: bold;
	display:inline-block;


}
.tab-content {
	border-top: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	padding: 2px;
	margin-bottom: 1px;
	z-index:2;
	overflow: auto;
}
/* box */
.box {
	
	margin-bottom: 1px;
}

.box .box-heading {

	border: 1px solid #000;
	background: #fff;
	padding: 8px 10px 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
	color: #363636;
	-webkit-box-shadow: 0px 2px 2px #000;
	-moz-box-shadow: 0px 2px 2px #000;
	box-shadow: 0px 2px 2px #000;
}

.box .box-heading2 {

	border: 1px solid #000;
	background-color: #008C3C;
/* background: url('../image/background.png') repeat-x; */
	padding: 8px 10px 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 18px;
	color: #990700;
	-webkit-box-shadow: 0px 2px 2px #000;
	-moz-box-shadow: 0px 2px 2px #000;
	box-shadow: 0px 2px 2px #000;
}

.box .box-heading3 {

	border: 1px solid #fff;
	background: #fff;
/* background: url('../image/background.png') repeat-x; */
	padding: 1px 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 18px;
	color: #990700;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}

/* 
.box .box-heading:hover {
color: #fff;
background-color: #990700;
}
*/

.box .box-heading-quote {

	border: 1px solid #000;
	background: #000;
/* background: url('../image/background.png') repeat-x; */
	padding: 8px 10px 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
	
	-webkit-box-shadow: 0px 2px 2px #000;
	-moz-box-shadow: 0px 2px 2px #000;
	box-shadow: 0px 2px 2px #000;
}


.box .box-content {
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 20px 20px 20px;
	margin-top: 0px;
	margin-left:5px;
	margin-right:5px;

}

.box .box-content a:hover {

}

/* box products */
.box-product {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
	
}

.box-product > div {
	width: 240px;
	max-height: 400px;
	display: inline-block;
	vertical-align: top;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 3px;
	border: 1px solid #000;
	text-overflow: ellipsis;
	overflow: hidden;
	
}

.box-product > div:hover {
color: #000;
background-color: #cccccc;
border: 1px solid #777777;
}

#column-left + #column-right + #content .box-product > div {
	width: 240px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 0px;
	border: 0px solid #E7E7E7;
}
.box-product .name a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	display: block;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 0px;
}

.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
}
.box-product .price a {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: block;
	font-weight: bold;
	color: red;
	background-color: #E1E1E1;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 6px;
	text-decoration: none;
	font-size: 24px;
}

.box-product .price-old {
	color: #000;
	font-weight: normal;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}

.box-product .rating {
	display: block;
	margin-bottom: 0px;
}
/* box category */
ul.box-category, ul.box-category ul {
	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 #363636;
}
ul.box-category > li > a {
	text-decoration: none;
	
}
ul.box-category > li a:hover {
	text-decoration: none;
	
	background-color:#000;
	color:#fff;
}
ul.box-category > li ul {
	display: block;
}
ul.box-category > li a.active {
	background-color:#000;
	color:#fff;
	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;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
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 overflow: auto;*/
#content .content {
	padding: 10px;
	
	margin-bottom: 1px;
	border: 1px solid #000;
}
#content .content .left {
	float: left;
	width: 100%;
}
#content .content .right {
	float: right;
	
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 1px;

}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 0px;
	border: 1px solid #000;
}
.category-list {
background: #F6F5F5;
}

.subcategory {
	background-color:#fff;

	text-indent:0;
	border:1px solid #000;
	display:inline-block;
	color:#000;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	padding: 0px 5px 0px 5px;
	text-decoration:none;
	text-align:center;
	margin-top: 2px;
	margin-bottom: 2px;
	position: relative;
	overflow: hidden;

}

.subcategory:hover {
	background-color:#CE2B37;
border:1px solid #000;
color:#ffffff;

}

.subcategory:active {
	background-color:#000;
	position:relative;
	border:1px solid #000;
	top:1px;

}

a.subcategory:visited:hover {
border:1px solid #000;
	color:#ffffff;

}

a.subcategory:visited {
border:1px solid #000;
	color: #000;
	text-decoration:none;

}

.category-list ul {
	float: left;
	width: 20%;
	padding: 1px;
	display:inline-block;
	margin-left: 14px;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #000;
	padding: 1px;
	overflow: auto;
	margin-bottom: 1px;
}
.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 */
.pimages{position:absolute;max-width:420px;}
.pimages img{max-width:420px;}

.product-filter {

	border: 0px solid #000;
	padding-bottom: 1px;
	margin-top: 2px;
	margin-bottom: 1px;
	overflow: hidden;
}
.product-filter .display {
	margin-right: 0px;
	float: left;
	padding-top: 4px;
	color: #000000;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .category-name {
float: left;
}
.product-filter .limit {
	margin-left: 0px;
	float: right;
	color: #333;
}

.filter-content > div {
	width: 240px;
	max-height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid #aaaaaa;
}

.filter-content div .block {
font-size: 18px;
line-height: 24px;
}

.filter-content .display {
}
.filter-content .display a {
	font-weight: bold;
}


.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}

.product-list {
	width: 100%;
	display: inline-block;
	float:right;
}


.product-list > div {
	width: 120px;
	max-height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 3px;
	border: 1px solid #000;
	text-overflow: ellipsis;
	overflow: hidden;
	
}

.product-list > div:hover {
color: #000;
border: 1px solid red;
}

#column-left + #column-right + #content .product-list > div {
	width: 120px;
}
.product-list .image {
	display: block;
	margin-bottom: 0px;
	width: 120px;
	height: 121px;
}
.product-list .image img {
	padding: 0px;
	border: 0px solid #E7E7E7;
	border-bottom: 1px solid #000;
}
.product-list .image img:hover {
color: #000;
background-color: #bbbbbb;
}

.product-list .name a {
	color: #fff;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
	background-color: #009246;
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
	display: block;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 0px;
	font-size: 11px;
	border-bottom: 1px solid #000;
}

.product-list .description {
	display: none;
}
.product-list .rating {
	display: block;
	margin-bottom: 4px;
}
.product-list .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 3px;
	width:100%;
}
.product-list .price a {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: block;
	font-weight: bold;
	color: red;
	background-color: #fff;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 19px;
	width:100%;
}
.product-list .price-old {
	color: #000;
	font-weight: normal;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price .price-tax {
	display: none;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .button {
width:100%;
max-width: 120px;
max-height: 50px;
background: #000;
font-size: 15px;
color:#fff;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	display: block;

}
.product-list .wishlist a:hover {
background: #ffffff;
background: url('../image/heart-small.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 center no-repeat;
}


.by-the-case {
	background-color: #000;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.by-the-case2 {
	background-color: #ddd;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.from {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-weight: normal;

}

.product-grid {
	width: 100%;
	display: inline-block;
	float:right;
}

.product-grid > div {
	width: 240px;
	max-height: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 3px;
	border: 2px solid #000;
	text-overflow: ellipsis;
	overflow: hidden;

}

.product-grid > div:hover {
color: #000;
border: 2px solid #CE2B37;
}

#column-left + #column-right + #content .product-grid > div {
	width: 240px;
}
.product-grid .image {
width: 240px;
height: 240px;
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 0px;
	border-bottom: 1px solid #000;
}

.product-grid .image img:hover {
color: #000;
background-color: #bbbbbb;
}

.product-grid .name a {
	color: #fff;
	text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	display: block;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 0px;
	background-color: #009246;
	border-bottom: 1px solid #000;
}

.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: 3px;
	
}
.product-grid .price a {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: block;
	font-weight: bold;
	color: red;
	background-color: #fff;

	text-decoration: none;
	font-size: 30px;
}
.product-grid .price-old {
	color: #000;
	font-weight: normal;
	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 .cart, .button {
width:100%;
max-width: 240px;
max-height: 50px;
background: #000;
color:#fff;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	margin-left: 0px;
	font-size: 18px;
	font-weight: bold;
	padding-right: 8px;
	display: block;

}
.product-grid .wishlist a:hover {
background: #ffffff;
background: url('../image/heart-large.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: 0px;
	}
.product-info > .left {

	float: left;
	margin-right: 1px;
	
}
.product-info .left .image {
	border: 0px solid #000;
	float: left;
	width:430px;
	padding: 0px 0px 0px 0px;
	text-align: center;
background: #fff;
}

.product-info .left img {
	width:420px;
	height:265px;
	border: 0px solid #000;
}

.product-info > .left + .right {
float: left;
}

.product-info .image-additional {
	clear: both;
}
.product-info .image-additional img {
	border: 0px solid #000;
	width:75px;
	height:75px;
	padding: 0px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
}
.product-info .description {
max-width:100%;
	font-size: 14px;
	border-top: 0px solid #E7E7E7;
	border-bottom: 0px solid #E7E7E7;
	padding: 5px 5px 5px 5px;
	margin-bottom: 1px;
	line-height: 20px;
	color: #000000;
}
.product-info .description span {

	color: #000000;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	border-top: 1px solid #333333;
	border-right: 0px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 2px 0px 0px 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: red;
	background-color: #fff;
	font-size: 28px;
	
}
.product-info .price-old {
	color: #000;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 18px;
}
.product-info .price-new {
font-size: 23px;
text-decoration: underline;
}
.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: 0px solid #E7E7E7;
	padding: 16px 5px 0px 5px;
	margin-bottom: 0px;
	color: #000000;
}

.product-info .option {
}

.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: 0px solid #E7E7E7;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	color: #4D4D4D;
	font-weight:bold;
}
.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 .wishlist a {
margin-top: 10px;
	color: #333333;
	text-decoration: none;
	margin-left: 0px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
	display: block;
background: url('../image/heart-large.png') left center no-repeat;
}
.product-info .wishlist a:hover {
background: #ffffff;
background: url('../image/heart-small.png') left center no-repeat;
}
.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: #fff;
}
.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;
}
.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 */
.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: 0px;
}
.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: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
width: 100%;
max-height: auto;

}

.login-content > div {
	width: 240px;
	max-height: auto;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	border: 1px solid #000;
background-color: #fff;
}

.login-content div .block {
width: 240px;
font-size: 18px;
line-height: 24px;
}


.text-left {
text-align: left;
padding-left:5px;
}

.login-content .block a {
font-size: 18px;
line-height: 30px;
}

.login-content .block a:hover {
background-color: #000;
color: #fff;
}

.login-content label:hover {
background-color: #424242;
color: #fff;
}

.border {
border: 1px solid #aaaaaa;
margin-bottom: 5px;
}

.login-content .bg {
background-color: #CE2B37;
color: #fff;
font-size: 22px;
font-weight: bold;
border: 0px solid #000;
text-align: center;
}

.title {
background-color: #000;
color: #fff;
font-size: 22px;
font-weight: bold;
border: 1px solid #000;
text-align: center;
}

.login-content .bg a {
background-color: #000;
color: #fff;
font-size: 22px;
font-weight: bold;
}

.login-content .bg a:hover {
background-color: #000;
color: #fff;
font-size: 22px;
font-weight: bold;
}

.login-content .button {
width:100%;
max-width: 238px;
max-height: 50px;
background: #CE2B37;
font-size: 20px;
border: 0px solid #fff;
}

.login-content .button a {
width:100%;
max-width: 240px;
max-height: 50px;
background: #CE2B37;
font-size: 20px;
color: #fff;
border: 0px solid #fff;
text-decoration: none;
}



.login-content .left {
	float: left;
	
}
.login-content .right {
	float: right;
	
}

.login-content .warning {
background: #CE2B37;
	color: #fff;
	font-weight: bold;
	border: 3px solid #921F28;
}

/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	
	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;
	
}
.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: 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 */
.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: 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 {
width: 320px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	overflow: auto;
	padding-top: 0px;
	margin-bottom: 0px;

}
.cart-total table {
	
}
.cart-total td {
	padding: 3px;
	text-align: right;
		font-size: 20px;
}
/* checkout */
.checkout-heading {
	
	border: 1px solid #000;
	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: 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 {
	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: 6px 1px 1px 1px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;

}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer #falign {
    margin-left:25%;
}
#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 */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}



@media screen and (min-width: 175px) and (max-width:319px) {
#container #column-left {width: 0px;margin: 0 0 0 -360px;}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 0%;
	min-width: 100%;
}
#container .pagination {
	border-top: 1px solid #000000;
	padding-top: 8px;
	display: inline-block;
	width:100%;
	margin-bottom: 10px;
	float: left;
}
#container #content {
max-width:100%;
	display: block;
	margin-bottom: 25px;
	float: left;
}
#container .product-grid {
	width: 100%;
	display: inline-block;
	overflow: auto;
	float:left;
}
.product-info {
display: inline-block;
	overflow: auto;
	margin-bottom: 1px;
}
.product-info > .left + .right {
float: left;
}
#menu {
	background: #F6F5F5;
	border-bottom: 1px solid #000000;
	height: 30px;
	min-width:295px;
	margin-bottom: 5px;
	padding: 0px 0px;
}

.product-info .image {
	max-width:220px;
	height:auto;
	border: 0px solid #E7E7E7;
	float: left;
	margin-bottom: 3px;
	padding: 0px;
	text-align: center;
}
#footer .column {
	float: left;
	width: 33.3%;
	min-height: 100px;
}
#footer #falign {
    margin-left:0%;
}
#header #cart {
	right: 1px;
}
#header #cart .heading {
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	z-index: 50;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #cart .heading a {
	color: #fff;
	text-decoration: none;
}
#header #cart .heading a span {
	/* background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px; */
}
#header #cart .content {
	clear: both;
	display: none;
	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-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: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	z-index: 1;
}
#header #cart.active .content {
	display: block;
}
}





@media screen and (min-width: 320px) and (max-width:479px) {
#container #column-left {width: 0px;margin: 0 0 0 -360px;}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 0%;
	min-width: 100%;
}
#container .pagination {
	border-top: 1px solid #000000;
	padding-top: 8px;
	display: inline-block;
	width:100%;
	margin-bottom: 10px;
	float: left;
}
#container #content {
max-width:100%;
	display: block;
	margin-bottom: 25px;
	float: left;
}
#container .product-grid {
	width: 100%;
	display: inline-block;
	overflow: auto;
	float:left;
}
.product-info {
display: inline-block;
	overflow: auto;
	margin-bottom: 1px;
}
.product-info > .left + .right {
float: left;
}
#menu {
	background: #F6F5F5;
	border-bottom: 1px solid #000000;
	height: 30px;
	min-width:295px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
.product-info .image {
	max-width:299px;
	height:auto;
	border: 0px solid #E7E7E7;
	float: left;
	margin-bottom: 3px;
	padding: 0px;
	text-align: center;
}
#footer .column {
	float: left;
	width: 33.3%;
	min-height: 100px;
}
#footer #falign {
    margin-left:0%;
}
#header #cart {
	right: 1px;
}
#header #cart .heading {
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	z-index: 50;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #cart .heading a {
	color: #fff;
	text-decoration: none;
}
#header #cart .heading a span {
	/* background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px; */
}
#header #cart .content {
	clear: both;
	display: none;
	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-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: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	z-index: 1;
}
#header #cart.active .content {
	display: block;
}
}





@media screen and (min-width: 480px) and (max-width:532px) {
#container #column-left {width: 0px;margin: 0 0 0 -360px;}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 0%;
	min-width: 100%;
}
#container .pagination {
	border-top: 1px solid #000000;
	padding-top: 8px;
	display: inline-block;
	width:100%;
	margin-bottom: 10px;
	float: left;
}
#container #content {
max-width:100%;
	display: block;
	margin-bottom: 25px;
	float: left;
}
#container .product-grid {
	width: 100%;
	display: inline-block;
	overflow: auto;
	float:left;
}
.product-info {
display: inline-block;
	overflow: auto;
	margin-bottom: 1px;
}
.product-info > .left + .right {
float: left;
}
#menu {
	background: #F6F5F5;
	border-bottom: 1px solid #000000;
	height: 30px;
	min-width:295px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
.product-info .image {
	max-width:420px;
	height:auto;
	border: 0px solid #E7E7E7;
	float: left;
	margin-bottom: 3px;
	padding: 0px;
	text-align: center;
}
#footer .column {
	float: left;
	width: 33.3%;
	min-height: 100px;
}
#footer #falign {
    margin-left:10%;
}
#header #cart {
	right: 1px;
}
#header #cart .heading {
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	z-index: 50;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #cart .heading a {
	color: #fff;
	text-decoration: none;
}
#header #cart .heading a span {
	/* background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px; */
}
#header #cart .content {
	clear: both;
	display: none;
	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-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: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	z-index: 1;
}
#header #cart.active .content {
	display: block;
}
}





@media screen and (min-width: 533px) and (max-width:568px) {
#container #column-left {width: 0px;margin: 0 0 0 -360px;}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 0%;
	min-width: 100%;
}
#menu {
	background: #F6F5F5;
	border-bottom: 1px solid #000000;
	height: 30px;
	min-width:295px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
.product-info > .left + .right {
float: left;
}
.product-info .image {
	max-width:385px;
	height:auto;
	border: 0px solid #E7E7E7;
	float: left;
	margin-bottom: 3px;
	padding: 0px;
	text-align: center;
}
#footer .column {
	float: left;
	width: 33.3%;
	min-height: 100px;
}
#footer #falign {
    margin-left:10%;
}
#header #cart {
	right: 1px;
}
#header #cart .heading {
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	z-index: 50;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #cart .heading a {
	color: #fff;
	text-decoration: none;
}
#header #cart .heading a span {
	/* background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px; */
}
#header #cart .content {
	clear: both;
	display: none;
	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-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: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	z-index: 1;
}
#header #cart.active .content {
	display: block;
}
}

@media screen and (min-width: 569px) and (max-width:638px) {

#menu {
	background: #F6F5F5;
	border-bottom: 1px solid #000000;
	height: 30px;
	min-width:295px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
.product-info > .left + .right {
float: left;
}
.product-info .image {
	max-width:400px;
	height:auto;
	border: 0px solid #E7E7E7;
	float: left;
	margin-bottom: 3px;
	padding: 0px;
	text-align: center;
}
#footer .column {
	float: left;
	width: 33.3%;
	min-height: 100px;
}
#footer #falign {
    margin-left:10%;
}
#header #cart {
	right: 1px;
}
#header #cart .heading {
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	z-index: 50;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #cart .heading a {
	color: #fff;
	text-decoration: none;
}
#header #cart .heading a span {
	/* background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px; */
}
#header #cart .content {
	clear: both;
	display: none;
	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-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: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	z-index: 1;
}
#header #cart.active .content {
	display: block;
}
}


@media screen and (min-width: 639px) and (max-width:767px) {

#menu {
	background: #F6F5F5;
	border-bottom: 1px solid #000000;
	height: 30px;
	min-width:295px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
.product-info > .left + .right {
float: left;
}
.product-info .image {
	max-width:460px;
	height:auto;
	border: 0px solid #E7E7E7;
	float: left;
	margin-bottom: 3px;
	padding: 0px;
	text-align: center;
}
#footer .column {
	float: left;
	width: 33.3%;
	min-height: 100px;
}
#footer #falign {
    margin-left:10%;
}
#header #cart {
	right: 1px;
}
#header #cart .heading {
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	z-index: 50;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #cart .heading a {
	color: #fff;
	text-decoration: none;
}
#header #cart .heading a span {
	/* background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px; */
}
#header #cart .content {
	clear: both;
	display: none;
	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-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: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	z-index: 1;
}
#header #cart.active .content {
	display: block;
}
}



@media screen and (min-width: 768px) and (max-width:800px) {

#menu {
	background: #F6F5F5;
	border-bottom: 1px solid #000000;
	height: 30px;
	min-width:295px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
.product-info > .left + .right {
float: left;
}
.product-info .image {
	max-width:400px;
	height:auto;
	border: 0px solid #E7E7E7;
	float: left;
	margin-bottom: 3px;
	padding: 0px;
	text-align: center;
}
#footer .column {
	float: left;
	width: 33.3%;
	min-height: 100px;
}
#footer #falign {
    margin-left:10%;
}
#header #cart {
	right: 1px;
}
#header #cart .heading {
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	z-index: 50;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header #cart .heading a {
	color: #fff;
	text-decoration: none;
}
#header #cart .heading a span {
	/* background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px; */
}
#header #cart .content {
	clear: both;
	display: none;
	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-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: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	z-index: 1;
}
#header #cart.active .content {
	display: block;
}
}
