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

#content .textitem {
	float: left;
	width: 533px;
	background-color: #FFFFFF;
	padding: 20px 20px 20px 40px;
	font-size: 11px;
}
#content .textitem p {
	font-size: 11px;
	line-height: 21px;
}
#content .textitem .code {
	margin: 10px 0;
	font-weight: bold;
	font-size: 12px;
}
#content .textitem .qty {
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;	
}
#content .textitem .qty input {
	width: 40px;
}
#content .textitem .qty em {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
#content .textitem input.button {
	margin-right: 10px;
}

#content .productlist {
	width: 530px;
}
#content .productlist th {
	padding: 5px;
	border-bottom: 1px dashed #e7e2dd;
}
#content .productlist td {
	vertical-align: top;
	padding: 8px 5px;
	border-bottom: 1px dashed #e7e2dd;
}
#content .productlist h2 {
	margin: 0;
}
#content .productlist .thumb {
	width: 90px;
}
#content .productlist .buttons {
	font-size: 11px;
	text-align: center;
	width: 147px;
}
#content .productlist .buttons img {
	margin-bottom: 5px;
}
#content .productlist .options {
	width: 147px;
	line-height: 26px;
	text-align: right;
}
#content .productlist .options input {
	width: 50px;
}
#content .productlist input.button {
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}
#content .productform {
	width: 400px;
	margin: 5px 0;
}
#content .productform th {
	width: 120px;
	text-align: left;
	font-size: 11px;
	padding: 5px;
}
#content .productform td {
	font-size: 11px;
	padding: 5px;
}

#content .cartdetails {
	margin: 5px auto 0 auto;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
}

#content .cartdetails input {
	width: auto;
}
#content .paging {
	margin: 15px auto 0 auto;
	text-align: right;
}
#content .paging a:link, #content .paging a:active, #content .paging a:visited {
	padding: 3px 6px;
	color: #a47c54;
	background-color: #dfd9cd;
	text-decoration: none;
	border: 1px solid #ffffff;
}
#content .paging a:hover {
	color: #a47c54;
	background-color: #dfd9cd;
	border: 1px solid #a47c54;
}
#content .paging a.active:link, #content .paging a.active:active, #content .paging a.active:visited {
	background-color: #a47c54;
	color: #ffffff;
}
#content .paging a.active:hover {
	background-color: #a47c54;
	color: #ffffff;
	border: 1px solid #6d4b29;
}

.outofstock {
	padding-top: 3px;
	height: 15px;
	width: 147px;
	display: block;
	background-color: red;
	color: white;
	text-transform:  uppercase;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

