/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; background-color: rgb(255,255,255); background-image: url("../assets/images/background.gif");}
 A:link { color: rgb(0,51,204);}
 A:active { color: rgb(255,0,0);}
 A:visited { color: rgb(153,0,153);}
 .TextNavBar { font-size: xx-small;}
 A:hover { color: rgb(255,0,0);}
 div#Text47LYR a:hover {
 	text-decoration:underline !important;
 }
 
		#leftmenu a:link,#leftmenu a:visited {
			color:#666;
		}
		
		#leftmenu,#leftmenu ul {
			list-style:none;
			margin:0;
			padding:0;
			width:115px;
		}
		
		#leftmenu li {
			padding:12px 0;
		}
		
		#leftmenu .whatsnew a{
			color:#C83823;
			font-size:13px;
		}
		
		#leftmenu li.whatsnew li a {
			color:#666;
			font-size:12px;
		}
		
		#leftmenu li.whatsnew li {
			padding:5px 0 5px 9px;
			background:url(../assets/images/dash.gif) 0 12px no-repeat;
		}
		
		#leftmenu a.sale {
			font-size:13px;
		}
		
		#leftbox {
			 position:absolute; left:32px;top:230px;z-index:999;
		}
		
		#copyright {
			text-align:right;
			font-size:xx-small;
			color:#666;
			margin-top:30px;
		}