@charset "UTF-8";
/* CSS Document */
	
#contentSub .hkStore {
	background-color:#FFFFFF;
	padding:10px;
}
#contentSub div.list {
	background-color:#ffffff;
}
div.list .product {
	width:295px;
	float:left;
	margin :5px;
	padding: 10px;
	background-color:#ffffff;
	font-size:13px;
	line-height:15px;
	/*border : 1px solid #888888;*/
}
div.list .product .name {
	font-weight:bold;
	text-align:left;
	color:#6a0000;
	font-weight:bold;
	padding:2px;
	font-size:20px;
}
#contentSub div.list .product .name a {
	color:#6a0000;
	text-decoration:none;
}
div.list .product img.product {
	float:left;
	margin:5px;
	border:0;
	width:230px;
}
div.view.product, div.order, div.list.categories {
	/*border:1px solid #888888;*/
	background-color:#ffffff;
}
div.list.categories div.list {
	padding:5px;
}
div.list.categories div.list a {
	display:block;
	float :left;
	width :49%;
	text-align:left;
}
div.view.product label, div.order label, div.list.categories label {
	display:block;
	border-bottom:1px solid #888888;
	background-color: #ffffff;
	color:#6a0000;
	font-weight:bold;
	padding:2px;
	font-size:23px;
	padding: 10px 0px;
}
div.order label {
	border-bottom:none;
}
div.order {
	border-bottom:none;
}
div.view.product div.description {
	padding:10px;
	width:420px;
	float:left;
	font-size:14px;
	line-height: 18px;
}
div.view.product div.image {
	float:left;
	margin:5px;
	padding:5px;
}
div.order table {
	border-collapse:collapse;
}
div.order td, div.order th {
	/*border: 1px solid black;*/
}
div.order td.first {
	border-left:none;
}
div.order td.last {
	border-right:none;
}
a.basket {
	display:block;
	text-align:center;
	clear:both;
}
#contentSub a.checkout, #contentSub a.categories, #contentSub a.basket {
	display:block;
	background-color:#6a0000;
	width :200px;
	text-align:center;
	border: 2px solid #816452;
	color :#ffffff;
	text-decoration:none;
	padding:3px;
}
#contentSub a.checkout:active, #contentSub a.categories:active, #contentSuba.basket:active {
	display:block;
	background-color:#6a0000;
	width :200px;
	text-align:center;
	border: 2px solid #816452;
	color :#ffffff;
	text-decoration:none;
	padding:3px;
}
#contentSub a.checkout:hover, #contentSub a.categories:hover, #contentSub a.basket:hover {
	border: 2px solid #816452;
	background-color:#6a0000;
	color :#bb9e8b;
	text-decoration:none;
}
table.buttons {
	margin-top:1em;
	clear:both;
}
div.error, font.error {
	color:red;
}
div.breaker {
	font-size:1px;
	line-height:1px;
	height:1px;
	clear:both;
}
a.branding {
	display:block;
	text-align:center;
	font-size:10px;
	color : #6a0000;
}
