@charset "utf-8";
/* CSS Document */

td.center div.c_title {
	color: #59080e;
	font-size: 17px;
	font-weight: normal;
	background-color: #fffce3;
	height: 27px;
	border-bottom: 1px solid #d0b597;
	padding-top: 8px;
	padding-left: 18px;
	background-image: url(/img/main/h1_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
td.center div.c_title span {
	font-size: 12px;
}
td.center div.c_title.perelist {
	font-size: 11px;
	color: #b8b7b7;
	text-align: center;
}
td.center div.c_title.perelist a {
	color: black;
}
td.center div.c_title.perelist a.no_line {
	text-decoration: none;
}
td.center div.c_title.perelist span {
	font-size: 11px;
	font-weight: bold;
	color: black;
}

div.faq_question {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
}
div.faq_answer {
	padding-bottom: 25px;
}


table.product_list td.dotted.first {
	border-right: 1px dotted #a2a2a2;
	border-bottom: 1px dotted #a2a2a2;
	padding: 12px 12px 12px 0px;
}
table.product_list td.dotted.second {
	border-bottom: 1px dotted #a2a2a2;
	padding: 12px 0px 12px 12px;
}
table.product_list td.dotted {
	vertical-align: top;
}
table.product_list td.dotted table.product td.text {
	vertical-align: top;
}
table.product_list td.dotted h1 {
	font-size: 13px;
	margin: 4px 0px;
	padding: 0px;
}
table.product_list td.dotted h1 a {
	color: black;
	text-decoration: none;
}
table.product_list td.dotted table.product td.price {
	padding-top: 5px;
	color: #656565;
}
table.product_list td.dotted table.product td.price span.price {
	font-size: 15px;
	color: #9c141b;
}
table.product_list td.dotted table.product td.price span.price span {
	font-size: 25px;
}
table.product_list td.dotted table.product td.to_cart {
	vertical-align: bottom;
}
a.to_cart {
	display: block;
	float: right;
	width: 60px;
	height: 17px;
	background-image: url(/img/main/to_cart_bg.png);
	color: white;
	text-decoration: none;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 25px;
	text-align: left;
	
}

div.sort {
	border-bottom: 1px solid #d0b598;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 12px;
}
table.show_product td.images {
	width: 230px;
}
table.show_product td.images img {
	border: 1px solid #e8e8e8;
	margin: 0px 10px 10px 0px;
}
#big_image {
	margin: 0px 20px 20px 0px;
	border: 0;
}

table.show_product td.text {
	padding-right: 14px;
}
table.show_product td.text td.title {
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 17px;
}
table.show_product td.text td.brand {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9c141b;
}
table.show_product td.text td.text {
	padding-bottom: 25px;
}
span.in_stock {
	padding: 0px 5px;
	font-size: 10px;
	color: white;
}
span.in_stock.yes {
	background-color: #628b20;
}
span.in_stock.no {
	background-color: #8b2020;
}
table.show_product td.text td.space div {
	border-top: 1px solid #c39f74;
	border-bottom: 1px solid #eae3d7;
	height: 0px;
}

div.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-top: 15px;
	margin-bottom: 10px;
}
div.price span.price {
	font-size: 16px;
	color: #9c141b;
}
div.price span.price span {
	font-size: 24px;
}
table.show_product table.properties {
	margin-top: 15px;
}
table.show_product table.properties th {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding-right: 7px;
}
table.show_product table.properties td {
	font-weight: bold;
	font-size: 12px;
}

div.register table td {
	padding: 3px;
}

#error_box {
	color: #990000;
}

table.prof_table td {
	padding: 3px;
	font-weight: bold;
}
table.prof_table th {
	font-weight: normal;
	text-align: right;
	width: 150px;
	padding-right: 15px;
}
div.table_title {
	font-size: 14px;
	border-bottom: 1px solid gray;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
}


table.cart {
	width: 100%;
}
table.cart td {
	text-align: right;
}
table.cart td.l {
	text-align: left;
}
table.cart tr.title td {
	font-size: 12px;
	color: black;
	font-weight: bold;
	padding: 3px 0px;
	border-bottom: 1px solid #c39f74;
}
table.cart tr.sub_title td {
	border-bottom: 1px solid #f5f1eb;
}
table.cart tr.item td {
	height: 28px;
	border-bottom: 1px solid #d0b598;
}
table.cart tr.total td {
	padding-top: 8px;
	padding-bottom: 12px;
}
table.cart input.item_count {
	width: 38px;
	border: 1px solid #b3b9c3;
	font-size: 11px;
}
table.cart td.total_all_title {
	height: 20px;
	color: white;
	font-weight: bold;
	background-color: #aa151d;
	padding-right: 20px;
}

div.make_order {
	text-align: right;
	font-size: 17px;
	padding-top: 15px;
}
div.make_order a {
	color: black;
	text-decoration: none;
}
div.make_order img {
	position: relative;
	top: 8px;
	left: -5px;
}

table.order th {
	text-align: left;
	padding-bottom: 25px;
	font-size: 12px;
}
table.order th.left {
	padding-right: 15px;
}
table.order th.right {
	padding-left: 15px;
}
div.line {
	margin-top: 3px;
	margin-bottom: 5px;
	border-top: 1px solid #c39f74;
	border-bottom: 1px solid #eae3d7;
	height: 0px;
}
div.one_line {
	margin-top: 8px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d0b598;
	height: 0px;
}

table.order th.cart div {
	font-size: 11px;
	font-weight: normal;
}

table.order_fields th {
	width: 30%;
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: normal;
}
table.order_fields input.order_input, table.order_fields textarea {
	margin: 0px;
	width: 98%;
	border: 1px solid #b3b9c3;
}
table.order_fields td {
	padding: 2px 0px 2px 10px;
}
div.total_price {
	width: 230px;
	text-align: right;
	background-color: #aa151d;
	color: white;
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	padding: 2px 10px 0px 0px;
}
table.colors td div, table.colors td img {
	margin: 1px 5px;
	height: 25px;
	width: 25px;
	border: 0;
}



table.sizes td.price {
	padding-left: 15px;
	font-size: 14px;
	color: #9c141b;
}
table.sizes td.price span {
	font-size: 16px;
}

div.cs_title {
	font-size: 14px;
	color: #333333;
	margin-top: 15px;
}

table.select td.size {
	padding-left: 25px;
}

div.code {
	margin-top: 15px;
	color: #999999;
}