@charset "utf-8";

body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #666666;
	line-height: 1.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #ffffff;
}
a:hover {}

#container {
	border: none;
	width: 18.3cm;
	margin: 0 0 0 0;
} 

/* Header */

#container #header #call_to_action h1 {
	font-size: 7pt;
	color: #146EB4;
	margin: 0 0 0 0;
}

/* Headline */

#container #content #headline {
	margin: 0 0 10px 0px;
}

/* Browse area for main category pages */

#container #content #browse {
	margin: 0 5px 0 0px;
}

/* Content Section */

#container #content #rounded_box {
	background:none
}
#container #content #rounded_box #side_borders {
	border: none;
}
	
/* Product listing summary */

/* Product Details pages */


/* Make the following elements invisible to the printer */
#screen 			{display:none;}
#print				{display:inline;}
#shortlist_controls {display:none;}
#login 				{display:none;}
#no_tabs 			{display:none;}
#tab_one 			{display:none;}
#tab_two 			{display:none;}
#tab_three 			{display:none;}
#sidebar1 			{display:none;}
#content_promo 		{display:none;}
#syndication_links 	{display:none;}
#rightSideBar 		{display:none;}
#footer_links 		{display:none;}
#top_nav			{display:none;}
#print_page			{display:none;}
#bottomAd			{display:none;}
#referral_ad		{display:none;}
#compare_button_top	{display:none;}
#compare_button_bot	{display:none;}
#email_form			{display:none;}
#feedback_link		{display:none;}
