/*************************************************
	#file:		right.css
	
	#desc:		Basic styles for this content
	
*************************************************/

#right-content { float:left; display:inline; margin:0 0 0 10px; width:233px; }

	.right-content-wrapper { padding-top:13px; background:url(../images/bg_rightcont_top.gif) no-repeat 0 0; }
	
	.right-content-wrapper.last { margin-top:20px; }
	
		.right-content-wrapper .holder { padding:0px 7px 0px 7px; border-left:1px solid #F6E497; border-right:1px solid #F6E497; }
		
		.right-content-wrapper .right-content-dummy { height:13px; overflow:hidden; background:url(../images/bg_rightcont_bottom.gif) no-repeat 0 0; }
		
			.right-content-wrapper .holder .hr { margin:15px 0 15px 0; font-size:1px; height:0em; overflow:hidden; border-bottom:1px solid #F6E497; }
			
			/*----- Product BOX -----*/
			.right-content-wrapper .holder .prod-box { text-align:center; }
		
				.right-content-wrapper .holder .prod-box a.prod { margin:0 auto; display:block; width:126px; height:100px; }
				
				.right-content-wrapper .holder .prod-box p { text-align:center; min-height:30px; _height:30px; font-weight:bold; color:#4c1b1b; }
				
					.right-content-wrapper .holder .prod-box p.price { margin-top:10px; }
				
					.right-content-wrapper .holder .prod-box p span { color:#b9121b; }
				
				.right-content-wrapper .holder .prod-box a.add-to { display:block; margin:0 auto; padding:0px 3px; height:26px; width:120px; line-height:26px; color:#FCFAE1; background:transparent url(../images/bg_btn_submit.jpg) repeat-x scroll 0pt; font-weight:bold; overflow:hidden; }
					
				/*.right-content-wrapper .holder .prod-box INPUT.add-cart { margin:5px auto 0 auto; _margin-bottom:-2px; width:110px; height:26px; border:none; } */
			/*----- END Product BOX -----*/
				