
	/**
	* change menu arrow
	*/
	li#m2 { background: url(../../images/bullets/arrowDown.gif) no-repeat !important; }
	


	/**
	* heading
	*/
	h2 { background: url(../../images/headings/products.gif) no-repeat; }
		
		
		
	/**
	* more info buton
	*/
	div.more {
		width: 58px;
		margin: 0 auto;
		line-height: 16px;
		background: url(../../images/layout/spyGlass.gif) right center no-repeat;
		}
		
	div.more a {
		color: #FFFFFF;
		display: block;
		text-decoration: none;
		}
		


	/**
	* previous button
	*/	
	.previous {
		width: 71px;
		height: 17px;
		float: right;
		background: url(../../images/buttons/previous.gif);
		}
		
	.previous a {
		display: block;
		height: 17px;
		text-indent: -9999em;
		text-decoration: none;
		}
		


	/**
	* groups
	*/	
	#groups {
		float: right;
		width: 245px;
		}
		
	#groups select {
		margin: 0 !important;
		}
		
	#groups label {
		display: inline;
		padding: 0 10px 0 0;
		}
		


	/**
	* product setup
	*/	
	.productRow {
		text-align: left;
		background: url(../../images/layout/pMiddle.gif) -14px repeat-y;
		}
		
	.product {
		width: 215px;
		float: left;
		margin: 0 20px 0 0;
		}
		
	.product h3 {
		color: #4E586C !important;
		font-weight: bold;
		padding: 0 !important;
		font-size: 11px;
		}
		
	.pSeperator {
		height: 1px;
		line-height: 1px;
		font-size: 1px;
		margin: 9px 0;
		background: url(../../images/layout/pSeperator.gif) -14px;
		}

		
		
	/**
	* product image
	*/
	.productImg {
		width: 83px;
		height: 103px;
		float: left;
		margin: 0 10px 0 0;
		background-color: #847563;
		}
		
	.productImg .pic {
		width: 76px;
		height: 76px;
		margin: 3px;
		}
		
	.productImg img {
		border: 1px solid #B8ADA1;
		}
		
		
		
	/**
	* product text
	*/
	.productText {
		width: 112px;
		float: left;
		line-height: normal;
		}



	/**
	* product page footer
	*/		
	#productF {
		height: 25px;
		background: url(../../images/layout/pMiddle.gif) -14px repeat-y;
		}



	/**
	* more info
	*/		
	#pMoreL {
		width: 220px;
		height: 256px;
		float: left;
		margin: 0 10px 0 0;
		background-color: #847563;
		}
		
	#pMoreL img {
		margin: 4px;
		border: 1px solid #B8ADA1;
		}
		
	#pMoreR {
		width: 228px;
		float: left;
		}
		
	#pMoreR h3 {
		color: #B8ADA1;
		font-size: 14px;
		margin: 0 0 10px;
		font-weight: normal;
		}
		
		
