body {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	background: #F6F6F6; 
	color: #333333;
	margin: 10px;	
	text-transform: lowercase;
} 

/* CONTAINERS */

div.all {
	float: left;
}
div.left {
	width: 130px;	
	float: left;
} html>body div.left { min-height: 400px; height: auto; }

div.stripe {
	float: left;
	background: #FF9900;
} html>body div.stripe { min-height: 400px; height: auto; }

div.striper {
	float: left;
	width: 20px;
} html>body div.striper { min-width: 20px; width: 20px; }

div.right {
	float: left;
	margin-left: 0px;	
	background: #F6F6F6;
} html>body div.right { min-height: 400px; height: auto; }

div.col1 {
	width: 200px;
	float: left;
} html>body div.col1 {  height: auto; }

div.col2 {
	width: 400px;	
	float: left;
} html>body div.col2 { height: auto; }

div.stock {		
	margin-bottom: 10px;
	border-bottom: solid 1px #999999;
	float: left;
	clear: both;
	
} html>div.stock { }

div.header {	
	/*font: bold 9px Verdana, sans-serif;*/
	border-bottom: solid 1px #999999;
	margin-bottom: 10px;
	padding: 3px;
	color: #999999;
	clear: right;
}
div.pad {
	padding: 5px;
	float: left;	
}
div.firstpad {
	padding: 5px;
	margin-left: 5px;
	float: left;
}
div.bpad {
	padding-bottom: 10px;
	float: left;	
}

/* LINK */

a, a:visited, a:active  {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}

/* MENU */

div.menu {	
	border-bottom: solid 1px #666666;	
	padding: 3px;
	text-align: right;
	color: #666666;	
}
a#menu, a#menu:visited, a#menu:active  {
	color: #666666;
	text-decoration: none;	
	font-weight: bold;
}
span.mselected {
	font-weight: bold;
	color: #333333;
}

/* SUBMENU */

div.submenu {
	font-weight: bold;
	text-decoration: none;
}
a#menu:hover{
	color: #333333;
}
a#submenu, a#submenu:visited, a#submenu:active  {
	text-decoration: none;	
	font-weight: bold;

}
a#submenu:hover{
	color: #FF9900;
}

/* CONTENT */



div.nfo {
color: #999999; 
margin-bottom: 5px;
}
img.thumb {
	border: solid 1px #666666;
	margin-bottom: 3px;	
	margin-right: 5px;
	margin-left: 0px;
	float: left;	
}
img.ico {
	border: none;
	margin-bottom: 10px;	
	margin-right: 5px;
	float: left;	
}

/* TITLES */

h1 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 3px;
}
h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	margin-top: 1px;
	margin-bottom: 4px;
}
h3 {
	font: bold 9px Verdana, sans-serif;
	color: #666666;
	margin-top: 1px;
	margin-bottom: 3px;
}
.selected {
	font-weight: bold;
	color: #666666;
}
p.banners {
	pmargin-top: 10px;
	border-top: solid 1px #666666;
	padding-top: 10px;
}
p.banners a {
	margin: 0 5px 5px 0;
}
p.banners img {
	border: none;
}
