
/** OVERALL LAYOUT ***/

#contentArea {
	min-height:576px;
	background-image:url(../images/middle_bar.gif);
	background-repeat:repeat-y;
	background-position:292px 0;
}

/** LIST OF PRODUCTS ***/


#prodList {
	float:left;
	width:274px;
	height:569px;
	padding:7px 9px 0 9px;
	border-right:7px solid #ECECEC;
	
}
#prodList a img {
	display:block;
	float:left;
	width:80px;
	height:60px;
	border:1px solid #E2E2E2;
	margin:0 14px 9px 0;
}
#prodList a.eol img {
	margin:0 0 9px 0;
}

/** SHOWPROD AREA ***/

#showProd {
	margin-left:299px;
	width:341px;
	padding:0 8px 9px 8px;
}
#showProd h3 {
	margin:0;
	text-transform:uppercase;
	color:#9A9A9A;
	font-size:1.1em;
	line-height:1.2em;
	padding:3px 0 2px 0;
}
#showProd img#prodImage {
	width:341px;
	margin:0 0 5px 0;
}
#showProd #idPriceBar {
	margin:0 1px 3px 1px;
	padding:0 10px;
	background-color:#E8E8E8;
	height:30px;
	line-height:30px;
	color:#9A9A9A;
	text-transform:uppercase;
	font-weight:bold;
}
#showProd #idPriceBar #price {
	float:right;
	height:30px;
	line-height:30px;
}
#showProd #desc {
	margin:0 2px 5px 2px;
	background-color:#E8E8E8;
	color:#8A8A8A;
	height:106px;
	overflow:hidden;
	padding:8px;
	font-size:0.9em;
}


#cconvert, #showProductForm #addCart {
	display:block;
	width:139px;
	height:17px;
	background-repeat:no-repeat;
	cursor:pointer;
}
#cconvert {
	background-image:url(../images/button_cc.gif);
}
#showProductForm {
	margin:0;
	padding:0;
	float:right;	
}
#showProductForm #addCart {
	margin:0;
	border:0px;
	background-image:url(../images/button_addcart.gif);
}
