// Stylesheet for vboxusa.com/performancedrift by Jim Lau. Written 2007 for VBOX USA //

img { border: none; }
a img { border: none; }
img#logo { float: left; margin: 0; padding: 0; }
img.sidebar_img { margin-left: -4px; }

body {
    margin: auto 0px;
    padding: 0px 5px 0 5px;
    background-color: #333;
	background-image: url('images/background-333.png');
	background-repeat: repeat-x;
	background-position: bottom;
    font: 10pt Helvetica,Arial,Verdana,sans-serif;
    color: #000;
    line-height: 130%;
}

#main {
    margin: 0px auto 0px auto;
	width: 700px;
	background-color: white;
	border: 1px solid black;
	border-top: 0px;
}

#head {
	text-align: center;
	padding: 10px;
}

#content {
    text-align: left;
    padding: 3px;
	clear: both;
}

.infobox {
	float: right;
	width: 160px;
	padding: 3px;
	border: 1px solid #ccc;
}

.infobox p {
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 100%;
}

p.medium { font-size: 11pt; }
p.smaller { font-size: 8pt; }

#content p {
	line-height: 150%;
}

#content ul li {
	margin-top: 6pt;
}

#head p {
    color: #666;
    font-size: 8pt;
    font-weight: bold;
    margin: 0px;
}

#head p a {
	text-decoration: none;
	color: #55a;
}

#head p a:hover {
	text-decoration: underline;
}

ol li {
	margin-top: 12pt;
}

span.partno { color: #666; }
a:link      { color: #00a; }
a:hover     { color: #66f; }
a:visited   { color: #007; }
.orange		{ color: #f68124; }

p.price {
	text-align: center;
	font-size: 18pt;
	letter-spacing: -1pt;
	font-weight: bold;
	color: #666;
	margin: 3px 0 0 0;
}

a.pdf {
    padding: 1px 0 3px 19px;
    background-image: url('images/pdf.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

a.mpg {
    padding: 1px 0 3px 19px;
    background-image: url('images/mpg.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

a.zip {
    padding: 1px 0 3px 19px;
    background-image: url('images/zip.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

a.buy { padding-right: 20px; padding-left: 20px; padding-bottom: 5px; padding-top: 5px; border-color: black; border-width: 1px; border-style: solid; text-decoration: none; font-size: larger; font-weight: bold; background-color: #ff7f00; color: white; }table.vbtable {
    margin: 0px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333; }

.vbtable td {
	font-size: 10pt;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    line-height: 150%;
}

.vbtable td.smaller {
	font-size: 10pt;
}

.vbtable th {
	background-color: #ccc;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	font-weight: bold;
}

.vbtable th a {
	text-decoration: none;
}

div#left {
	float: left;
	width: 335px;
	border-right: 1px solid #ccc;
	padding: 5px;
}

div#right {
	float: right;
	width: 335px;
	padding: 5px;
}

div#bottom {
    border-top: 1px solid #666;
    line-height: 30px;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    color: #333;
    clear: both;
    line-height: 11pt;
    background-color: #ccc;
    width: 700px;
}

// Navigation

// CSS Rollover menus

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav li {
	position: relative;
	float: left;
	width: 80px;
	line-height: 15px;
	text-align: center;
	list-style-type: none;
}

ul#nav li#pb {
	width: 110px;
}

ul li ul {
	position: absolute;
	left: -40; /* Set 1px less than menu width */
	top: auto;
	display: none;
}

#nav li ul li {
	text-align: left;
	width: 100px;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to red */
ul li:hover a, ul li.over a,
ul li:hover ul li a:hover, ul li.over ul li a:hover {
	color: #fff;
	background-color: #2a55a0;
}

/* set dropdown to default */
ul li:hover ul li a, ul li.over ul li a {
	color: #777;
	background-color: #fff;
}
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; }
 /* The magic */
 
 
 
 
