/*
		styles only used on the products page
*/


	/*
		product description stuff
	*/
div.product-info-texts {
	font-family: georgia, serif;
	font-size: 12px;
	text-align: left;
	width: 200px;
	padding: 0;
	margin: 0;
}


.product-info-description {
	margin: 10px 0;
	padding: 8px 0;
	border-top: 1px solid #DBDBD6;
	border-bottom: 1px solid #DBDBD6;
}

p.product-description {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	margin: 0;
	padding: 0 0 6px 0;
	width: 200px;
}

h4.product-description {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
	margin: 0 0 10px 0;
	padding: 0;
}

p.product-details {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #424242;
	margin: 4px 0 2px 0;
	padding: 0;
}

.product-info-texts p.info-text,
.product-info-row p.info-text {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: 130%;
	margin: 0;
	padding: 0;
	width: 200px;
}

p.info-longtext {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: 160%;
	margin: 0;
}

.product-info-row h2 {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #f93;
	margin: 6px 0 2px 0;
	padding: 0;
	text-transform: uppercase;
	clear: both;
	line-height: 100%;
}


div.product-info-texts h1 {
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #737342;
	margin: 3px 0 3px 0;
	padding: 0;
	width: 200px;
}

div.product-info-texts h3 {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	margin: 0 0 6px;
	padding: 0;
	width: 200px;
}

div.product-info-texts h4 {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #996;
	margin: 0;
	padding: 0;
	text-align: right;
}

div.product-info-texts p {
	font-family: "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
	font-weight: normal;
	font-style: normal;
	color: #646464;
	padding: 0;
	margin: 2px 0 10px 0;
	width: 200px;
}

h4 span.special-price {
	font-size: 16px;
	color: #c33;
}






	/*
		price list stuff
	*/
#price-list {
	margin: 14px 0 0 0;
}

#price-list th {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background-color: #c33;
	padding: 2px 6px;
	text-align: left;
}

#price-list td {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
	text-align: left;
	padding: 2px 6px;
	background-color: #e4e4e4;
}


#price-list td.price {
	font-weight: bold;
	color: #c33;
}

#price-list span.special-price {
	font-weight: bold;
	color: #c33;
}

#price-list span.old-price {
	font-size: 10px;
	font-weight: normal;
	text-decoration: line-through;
	color: #888;
}

#price-list td.bnt-holder {
	background-color: #c33;
	width: 115px;
}

#price-list p {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	color: #996;
	text-align: center;
	border: none;
	padding: 4px 12px;
}

