/* product name for single or mutli view */
.proddetailname {
	font-weight: bold;
	color: #000000;
}

/* product name on detail view only */
.proddetailnamebg {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

/* long description all views also used for email a friend on single column and multi product page*/
.proddetaildesc {
	width: 100%;
	font-weight: normal;
	color: #113333;
}

/* main table for product detail view where image and long description are */
.proddetailtable {
	background-color: #EEEEEE;
	width: 80%;
	border: 1px solid #CCCCCC;
}

/* product table for single column display*/
.prodsingletable {
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #999999;
	padding: 4px;
}

/* option table for detail and single column product view*/
.opttable {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	width: 80%;
}

/* option table for the multi product page */
.opttablemulti {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}

/* Optcol1 and 2 are used in the product detail view option table only */
.optcol1 {
	background-color: #cccccc;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	width: 30%;
}

.optcol2 {
	background-color: #EEEEEE;
	color: #333333;
}

/* product detail view and single column display */
.emailfriend {
	background-color: #EEEEEE;
	text-align: center;
}

/* formats the number used for the regular price*/
.detailcost {
	font-weight: bold;
}

/* formats the text in the price column on the detail view and single column view*/
.detailprice {
	font-weight: bold;
	width: 40%;
}
/* formats the sale price text */
.detailsale {
	font-weight: bold;
	color: #990000;
	font-style: italic;
}

/* formats the sale price numbers*/
.markdown {
	text-decoration: line-through;
	font-weight: bold;
	color: #990000;
}


/* message that displays available qtys */
.qtymessage {
	color: #990000;
}

/* message displayed when too many items are ordered */
.qtywarning {
	color: #FF0000;
	font-weight: bolder;
}

/* message inside product table when item has category discount in single column and detail view*/
.discountmessage {
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
}

/* Out of stock message */
.outofstock {
	font-size: 12px;
	color: #CC0000;
}
/* related item listing on detail view only*/
.related {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #EEEEEE;
}

/* the price column in detail view only*/
.pricecol {
	background-color: #D7DCE8;
	text-align: right;
	vertical-align: top;
}
/* option name*/
.optname {
	font-weight: bold;
	color: #003366;
}

/* option attribute text*/
.optatt {
	color: #003366;
}

/* Qty column text*/
.qtytxt {
	font-weight: bolder;
	color: #333333;
}

/* the qty column in detail view only*/
.qtycol {
	background-color: #cccccc;
	text-align: right;
	vertical-align: middle;
}
