	/*
	CSS to format the actual product view page(s)
	*/
	
	div
			{
				FONT-FAMILY: Arial;
			}
			div#top
			{
				/*	float:left;
					position:relative;*/
			 		padding-left:20px;
			 		overflow:hidden;
			 		
			 		
			}
		
			div#outline
			{
				
				float:left;
				position:relative;
				border-style:dotted;
				border-bottom-width:1px;
				border-left-width: 1px;
				border-right-width: 0px;
				border-top-width: 0px;
				
				
				
			}
			h2
			{
			
				font-size:10pt;
			}
			h2.topbar
			{
		
				padding-left:20px;
				padding-top:2px;
				padding-left:2px;
				position:relative;
				background-color:#A0A0A0;
				width:95%;
				color:white;
				
			}
	
			
		
			div#theimage
			{
			float:left;					
			}
			
			
			
			div#description
			{	
			margin-left:10px;
			padding-left:10px;
			padding-right:10px;
			float:left;
			width:130pt;	
			}
			div#description p
			{
				font-size:10pt;
			}
			div#buynow
			{
			padding-left:10px;
			margin-left:10px;
			float:left;
			clear:right;
			border-width:0px 0px 0px 1px;
			border-style:dotted;
			}
		
			div#firstline
			{
				float:left;
				clear:both;
				padding:15px;
				position:relative;
				
				
			}
			div#PartsList
			{
			
			width:92%;
			padding-top:10px;
			padding-left:0px;
			padding-right:5px;
			padding-bottom:10px;
			margin-left:10pt;
			float:left;
			clear:both;
			
			
	
			
			}
			input#addToCartButton
			{
			background-color:#C80801;
			color:white;
			border-style:groove;
			border-width:4px;
			width:100px;
			}
			
			h1#featured_product_title_product
			{
	
			padding-left:20px;
			font-weight:normal;
    	font-size:30px;
    	COLOR: #AB0601;
    	font-family: Arial;
    	text-decoration: none;
    	
			}
			
			div#navtrace
			{
				padding-left:20px;
				font-size:10px;
			}
			table.tblpartlist
			{
			 width:100%;
			 
			}
			table.tblpartlist tr td
			{
			background-color:#DEDEDE;
			
			}
			table.tblpartlist tr.even td
			{
			background-color:#FEFEFE;
			
			}
			
	
			
			
			h2.bottombar
			{
				
		
				padding-left:20pt;
				padding-top:2px;
				padding-left:2px;
				position:relative;
				background-color:#A0A0A0;
				width:100%;
				color:white;
			
			}


.buynow_category_box {
	width: 264;
	height: 117;
	background: url('/images/buy_now/buy_now_products_bkgd.gif');
}

.buynow_category_box_link {
    font-family: Verdana;
	font-size: 11px;
	color: #2B2B2B;
	text-decoration: none;
}

.buynow_category_box_link:hover {
	color: #CE0801;
	text-decoration: underline;
}


.buynow_category_box_text {
    font-family: Verdana;
	font-size: 11px;
	line-height: 1.3em;
	color: #CE0801;
	text-decoration: none;
	text-align: left;
}
