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

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

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

}

/* 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%;
    text-align: left;
}

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

/* 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: #D86681;
}

/* product detail view and single column display */
.emailfriend {
	text-align: left;  
}

/* 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: #D86681;
	font-style: italic;

}

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


/* message that displays available qtys */
.qtymessage {
	color: #3D1007;

}

/* 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: #D86681;
	font-style: normal;
	font-weight: bold;
}

/* Out of stock message */
.outofstock {
	font-size: 12px;
	color: #D86681;
}
/* related item listing on detail view only*/
.related {
	color: #3D1007;
    text-align: right;
}

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

/* option attribute text*/
.optatt {
}

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

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