﻿/*hide the unnessary bits */ 
#top_menu, #top_menu2, .leftC, .category_path, .rightC, #bottom_menu, #bookmarks, .print_hide {display: none;}

/* print hacks */
/* general */ 
body {
font-family: arial;
font-size: small;  
}
p {margin: 0; padding: 0;}
a {color: Black; text-decoration: none;}

/* header */ 
#header {
	display: list-item;
	list-style-image: url('images/print_header.gif'); 
	list-style-position: inside;       
	letter-spacing: -1000em;
	font-size: 1pt;                    
	color: #fff;
}
#header a {display: none;}

/*body */ 
#print_url {display: block !important; width: 100%; font-size: larger; color: #b7b5b5; font-weight: bold;} 
#tel_num {float: none; font-size: larger; clear: both; width: 100%; margin-bottom: 15px;} 
.product_title {font-size: 26px; }
.product_image {width: 50%;}
/*buy box */ 
#buy_box {float: right; width: 50%;}
.our_price {font-weight: bold; font-size: larger;}
.product_data {display: none;}

#product_desc {width: 100%; margin: 0; padding: 0; clear: both;}

