/* TOP PANEL*/
#topPanel{width:744px; height:80px; position:relative; margin:0 auto; padding:0; background:#fff}
#topPanel img{z-index:1; padding:0; position:absolute; left:0px; top:8px; margin:0 0 0 10px;}

/* MENU PANEL*/
#topPanel ul{display:block; width:715px; height:70px; position:absolute; top:0; right:0; margin:11px 0 0;
             padding:0 29px 0 0; border-bottom:1px solid #AEAEAE; list-style:none;}
#topPanel ul li{float:right; font:16px/36px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;
                padding-top:34px;}
#topPanel ul li a{width:74px; height:35px; display:block; padding:0; color:#555; background:#fff;                   text-decoration:none; text-align:center; margin:0 1px 0 0; top:0px; left:0px;}
#topPanel ul li a:hover{width:74px; height:36px; text-decoration:none; background:url(images/button.gif)                         no-repeat 0 0 #AEAEAE; color:#fff;}
#topPanel ul li.active{width:74px; display:block; height:36px; 
                       background:url(images/button.gif) no-repeat 0 34px #fff; color:#fff; 
                       text-align:center; margin:0 1px 0 0;}



body {
        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: 10px;
        text-align: center;
        background: url(images/page_bg.gif);
    }
    
html, body, #wrapper, h1 {
	margin: 0;
	padding: 0;
}

th, td {
	font-size: 10px;
}

a
{
  outline: none;
}
:-moz-any-link:focus {
  outline: none;
}

img { border: 0; }

#wrapper {
	margin: auto;
	text-align: left;
	width: 748px;
	position: relative;
}

h1, h2, h3 {
	font-size: 10px;
}


h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	padding: 4px 0 0 0;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
}

.left {
	float: left;
	margin: 1px 8px 0px 0px;
}

.leftpad {
        float: left;
        margin: 10px 8px 10px 10px;
}

.description {
        padding-left: 10px;
}
        
.softright {
	text-align: right;
}

.buynow {
	text-align: right;
}

.readmore {
	text-align: left;
}

/* ***** */

table { 
 border: 1px solid #999; 
 border-collapse: collapse; 
 font-family: tahoma, helvetica, arial, sans-serif; 
} 

th { 
 border: 1px solid #999; 
 text-align: center;
} 

td { 
 border: 1px solid #999; 
 padding: 3px; 
 vertical-align: center; 
} 

.rank { 
 font-family: tahoma, helvetica, arial, sans-serif; 
 text-align: center;
 width: 33px;
 font-size: 14px;
 font-weight: bold; 
} 

.notes { 
 font-family: tahoma, helvetica, arial, sans-serif; 
 text-align: left; 
 padding-left: 5px; 
} 

.rank2 { 
 font-family: tahoma, helvetica, arial, sans-serif; 
 text-align: center;
 width: 33px;
 font-size: 10px;
 font-weight: bold; 
} 




#inner {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: white;
	color: black;
	margin-bottom: 10px;
}

#header {
	background: url(images/header_bg.gif) repeat-x;
	padding-top: 9px;
	position: relative;
}

#header img {
	display: block;
}

#nav {
	position: absolute;
	left: 550px;
	top: 40px;
	width: 200px;
}

#nav, #nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#browse {
	float: left;
	width: 195px;
	margin: 0;
	padding: 0;
	background: white;
	border-bottom: 2px solid white;
}

#browse dt {
	background: #c80000 url(images/dt_bg.gif) bottom repeat-x;
	color: #fff;
	margin: 2px 2px 1px 2px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

#browse dd {
	background: #8C4600;
	border-bottom: 1px solid #ffcc80;
	padding: 0;
	margin: 0 2px;
}

#browse dd a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

* html #browse dd {
	padding: 3px 22px;
	padd\ing: 0;
}

* html #browse dd a {
	display: inline;
	di\splay: block;
}

#browse dd a:hover {
	background: #c85000;
}

#browse .first {
	padding-top: 10px;
}

#browse .last {
	padding-bottom: 8px;
	border-bottom: 1px solid white;
}

#browse .searchform {
	padding: 10px;
}

#browse .text, #browse select {
	width: 160px;
}

#browse form {
	margin: 0;
	padding: 0;
}

#browse form div {
	padding-bottom: 8px;
	width: 165px; 
}



#body {
	float: right;
	width: 543px;
	margin: 2px 1px 0 0;
	
	border: 1px solid #e5e5e5;
	position: relative;
}

#body p {
	margin: 1em 0;
	padding: 0;
}

#body .sumbox {
        padding-left: 5px;
        margin-top: 5px;
        color: #000;
        width: 252px;
        margin-right: 5px;
        border-left: 1px solid #e5e5e5;
}

* html #body .sumbox {
        margin-right: 10px;
}

#body .leftbox,
#body .rightbox {
	margin-top: 5px;
	color: #464646;
}

#body .leftbox {
	float: left;
	width: 265px;
}

#body .rightbox {
	float: right;
	width: 237px;
	margin-right: 18px;
	border-left: 1px solid #e5e5e5;
}

* html #body .rightbox {
	margin-right: 10px;
}

#body .br {
	border-bottom: 1px solid #e5e5e5;
}

#body .buynow {
	margin-top: -0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#body .buynow a {
	color: #ad1c1c;
}

#body .buynow a:hover {
	color: #f73838;
}

#body .readmore {
	margin-top: -0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#body .readmore a {
	color: #ad1c1c;
}

#body .readmore a:hover {
	color: #f73838;
}

#body h3 {
	text-align: center;
	font-family: "Keble Condensed", "KebleCondensed", "arial narrow", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #5d5d5d;
	padding: 0 0 0 18px;
	margin: 1px 0 3px 0;
}


#footer {
	background: #c80000 url(images/footer_bg.gif) repeat-x;
	padding: 8px 8px 5px 8px;
	position: relative;
	text-align: center;
	border-bottom: 2px solid white;
}
	
#footer, #footer a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#footnav {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 0px;
	padding: 8px 0 5px 0;
}
