/*
***********************************

 c_128.css
 Record Catalogue Category Only
 
 v1.0
 Matt Hobbs
 2008-02-17
 
**********************************
*/

body.category_128 #categoryDescription,
body.category_128 #indexProductListCatDescription
	{  background:	url(../images/record_catalogue/stuck-paper.jpg) no-repeat; }
	
	body.category_128 #indexProductListCatDescription div.tshirt_subinfo { background: pink; }



/*
************************************
	Display subinfo / hide attributes
***********************************
*/

#productGeneral form #productAttributes {
	clear:		none;
	float:		right;
	width:		330px;
}

#productGeneral form #productAttributes div.attributeImages {
	display:			none;
}
	#productGeneral form #productAttributes #attribsOptionsText {
	}
	
	#productGeneral form #productSubInfo {
		width:			328px; /* 345px */
		height:			99px;
		overflow:		hidden;
		
		margin-top:		16px;
		margin-left:	2px;
		
		float:			left;
		
		text-align:		left;
		padding:		6px;
		
		padding-top:	5px;
		
		background:		url(../images/record_catalogue/cat_num-product_subinfo.jpg) no-repeat;
	}
		#productGeneral form #productSubInfo h2 { display: none; }
		#mainWrapper #contentMainWrapper #productGeneral form #productSubInfo p {
			color:		#000;
			font-size:	8px;
			font-weight: bold;
			
			margin-top:		2px;
			margin-bottom:	6px;
		}
		
/*
html > body #productinfoBody .category_128 > div .bodyWrapper > div #mainWrapper > 
table #contentMainWrapper > tbody > tr > td > div #productGeneral .centerColumn > form > div #productSubInfo > p	
*/
	
/*
******************************
counts
******************************
*/

#productGeneral form #productDetailsList {
	display:		block;
	float:			right;
	width:			300px;

	position:		relative;
	top:			-35px;
	left:			-62px; /* 326px */
	
	text-align:		left;
}
	#productinfoBody #mainWrapper #contentMainWrapper 
	#productGeneral form #productDetailsList li { 
		display: 		block; 
		position:		absolute;
		overflow:		hidden;
		
		top:			0px;
		left:			0px;
		
		width:			120px;
		padding:		4px;
		
		bullet-style:	no-bullet;
		font-size:		14px;
		font-weight:	bold;

		color:			#f00;
		background:		#fff;
		
		text-align:		center;
	}

#productGeneral form #cartAdd {
	width:		150px;
}
