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

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

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

/* main table for product detail view where image and long description are */
.proddetailtable {
	width: 80%;
}

/* product table for single column display*/
.prodsingletable {
	width: 100%;
	padding: 4px;
}

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

/* option table for the multi product page */
.opttablemulti {
	margin: 0px;
	padding: 0px;
}

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

.optcol2 {
	color: #333333;
}

/* product detail view and single column display */
.emailfriend {
	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: #CC0000;
	font-style: italic;
}

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


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

/* message displayed when too many items are ordered */
.qtywarning {
	color: #EF41B0;
	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: #FEA352;
}
/* related item listing on detail view only*/
.related {
	color: #666666; background-color:#E4F7F7
}

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

/* option attribute text*/
.optatt {
}

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

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