.ftable-top {border-bottom:1px solid #b4b4b4;}
.ftable-mid{border-left:1px solid #b4b4b4;border-right:1px solid #b4b4b4;}

.fminitable {border-left:1px solid #b4b4b4; border-right:1px solid #b4b4b4; border-top:1px solid #b4b4b4; border-bottom:1px solid #b4b4b4; 
padding-left: 5px; padding-right: 5px; padding-top: 0px; padding-bottom: 10px; background-color:#ffffc6; }

.proddetailitemno {padding-left:10px; font-size:10pt; text-align:left;}

#strike {text-decoration:line-through; font-weight:bold}

.pdtitle {font-size:10pt;
font-weight:bold;
text-align:center;
}
/* product name for single or mutli view */
.proddetailname {
	font-weight: bold;
	color: #333333;
}

/* product name on detail view only */
.proddetailnamebg {
	font-size: 12pt;
	text-align:left;
	font-weight: bold;
	color: #000000;
	padding-left:10px;
}

/* long description all views also used for email a friend on single column and multi product page*/
.proddetaildesc {
	padding:10px;
	font-size:10pt;
	font-weight: normal;
	
}

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

/* 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;

}



/* product detail view and single column display 
.emailfriend {
text-align: left;
margin-left:10px;
font-size: 10px;
background-image:url(emailfriendbak.gif);
background-repeat:no-repeat;
line-height:20px;
padding-left:20px;
}*/

/* 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-face: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;	
	font-style: italic;
}

.detailsale a {
	font-face: Verdana;
	font-size: 11px; text-decoration:none;
	font-weight: normal;
	color: #CC0000; font-style:normal;
	
}

.detailsale2 {
	font-face: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;	
	font-style: italic;
}

.detailsale2 a {
	font-face: Verdana;
	font-size: 11px; text-decoration:none;
	font-weight: normal;
	color: #CC0000; font-style:normal;
	
}


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


/* message that displays available qtys */
.qtymessage {
	color: #CF637B;
	font-size:10pt;
}

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

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

/* Out of stock message */
.outofstock {
	font-size: 11px;
	color: #CC0000;
}
/* related item listing on detail view only*/
.related {
	color: #666666;
}

/* 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;
	margin-left:35px;
}

/* the qty column in detail view only*/
.qtycol {
text-align: left;
vertical-align: middle;
}
.col-1 {width:150px; text-align:center;}

