@charset "utf-8";
/*
CU ONE PRINT CSS
Title: Print CSS
Author: Pasquale Scerbo (pscerbo@extractable.com)
Date: April 2008
Website:  www.cuone.com
*/
body	{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 24px; }
h1	{ font-size: 25px; margin: 10px 0 0 0; padding: 0; color: #b5121b; margin-bottom: 15px; line-height: 25px; }

#header	{ height: 94px; border-bottom: 1px solid #b5121b; position: relative; margin-bottom: 10px; }
#logo	{ width: 80px; height: 79px; position: absolute; top: 0; left: 17px; border: none; }
#topLinks	{ display: none; }
#leftNavWrap { display: none; }
#rightNavWrap	{ display: none; }
.buttons	{ display: none; }

/*----------------- MAIN NAVIGATION -----------------*/
#menu		{ position: absolute; top: 49px; left: 125px; height: 45px; width: 600px; }
#menu ul    { margin:0; padding:0; list-style-type:none; }
#menu li    { float:left; height: 24px; background: none; margin-right: 25px; color: #000; font-weight: bold; }
#menu a     { display:block; text-decoration:none; color: #000; font-size: 13px; }

#center3ColWrap	{ width: 600px; }

/*----------------- BREADCRUMB -----------------*/
.middle3Col .breadcrumb a	{ padding-top: 10px; color: #59504f; text-decoration: none; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0 5px 0 0; }
.middle3Col .breadcrumb a:hover	{ text-decoration: underline; }
.middle3Col .breadcrumb a.on	{ font-weight: bold; }

/*----------------- FOOTER -----------------*/
#footer			{  clear: both; border-top: 2px solid #afafaf; height: 37px; padding-top: 10px; font-size: 11px; color: #999; margin-bottom: 20px; }
#footer .copy	{ clear: both; }
#footer a		{ margin: 0 5px; text-decoration: none; margin: 0 25px 0 10px;}
#footer a:hover	{ text-decoration: underline; }

#footer .floatRight { display: none; }
