body
{
	background-color: #333333;
	margin: 0;
	padding: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ABABAB;
}

.hidden 
{
	// display: inherit;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
}

.outside_border_bg 
{ 
    background-color: rgb(80, 80, 80);
}

.highlight_bg
{
	background-color: #FF6600;
	color: white;
}

.highlight_fg
{
	color: #FF6600;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

em
{
	font-weight: bold;
	font-style: italic;
}


.page_title, .sub_title
{
	color: white;
	background-color: #FF6600;
	font-weight: bold;
	margin-left: 20px; 
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: 16px;
	height: 16px;
}

a.sub_title, a.sub_title:link
{
	text-decoration: none;
	color: white;
	margin: 0;
	padding: 0;
}

a.sub_title:hover 
{
	color: #1A1A1A;
	text-decoration: underline;
}


div.page_container
{
	background-color: #272727;
}

div.menu_container
{
	margin-left: 	5px;
	margin-top: 	15px;
	padding: 		0;
	width:			550px;
	float:			right;
}

div.menu_top
{
	padding-bottom:	5px;
	font-size:		11px;
	font-weight:	bold;
	text-align:		right;
}

div.menu_bottom
{
	border-top: 	2px solid #FF6600;
	padding-top:	5px;
	font-size:		14px;
	font-weight:	bold;
	text-align:		right;
}

ul.menu
{
	display: 			inline; 
	list-style-type: 	none;
	padding: 0;
}

li.menu
{
	display: inline; 
}

a.more
{
	font-size: smaller;
}

a,
a.default
{
	color: white;
	text-decoration: none;
}

a.menu
{
	color: white;
	text-decoration: none;
	margin-left: 10px;
}

a.footer
{
	color: rgb(102, 102, 102);
	text-decoration: none;
	margin-left: 20px;
}

a:hover 
{
	color: #FF6600;
	text-decoration: underline;
}

img.footer
{
	border: 2px solid rgb( 32, 32, 32 );
}
		
a.item
{
	color: #ABABAB;
	text-decoration: none;
}

a.item:hover 
{
	color: #FF6600;
	text-decoration: underline;
}

div.item
{
	width: 220px;
	height: 170px;
	text-align: center;
	background-color: #232323;
	padding-bottom: 10px;
	border: 1px solid black;
	margin-bottom: 5px;
}

div.item2
{
	width: 220px;
	height: 325px;
	text-align: center;
	background-color: #232323;
	padding-bottom: 10px;
	border: 1px solid black;
	margin-bottom: 5px;
}


div.item_empty
{
	width: 220px;
	height: 170px;
	text-align: center;
	background-color: #232323;
	padding-bottom: 10px;
	border: 1px solid black;
	margin-bottom: 5px;
	background-image:url(images/grade-1.jpg);
	background-repeat: repeat-x;
}

div.item_caption
{
	background-color: #202020;
	font-weight: bold;
	padding: 4px;
}		


div.product_header
{
	text-align: center;
	padding: 5px;
}

div.product_item
{
	border: 1px solid black;
	margin: 4px;
	background-color: #222222;
	padding: 4px;
}

.product_form
{
	margin-left: 10px;
	margin-top: 5px;
}

.project_item
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #c0c0c0;
	text-align: center;
	
}

div.default
{
	font-size: 12px;
	background-color: #2D2D2D;
}

tr.header
{
	background-color:#202020;
}

tr.make
{
	color: #FFFFFF;
	background-color:#232323;
}

tr.odd
{
	background-color:#414141;
}

div.odd
{
	background-color: #272727;
}

#makes
{
	display: none;
}


a.vnav, a.vnav:link
{
text-decoration: none;
color: rgb(192,192,192);
font-size: 14px;
}

a.vnav:hover 
{
	color: #FF6600;
	text-decoration: underline;
}

div.vnav_heading
{
color: #FF6600;
background-color: #191919;
padding: 4px;
font-weight: bold;
}

div.vnav_item
{
padding: 2px;
}

div.vnav
{
margin-right: 4px;
height: 555px;
background-color: #1F1F1F;
border-color: #040404;
border-style: solid;
border-width: 1px;
}

div.vnav2
{
	margin-right: 4px;
	height: 335px;
	background-color: #1F1F1F;
	border-color: #040404;
	border-style: solid;
	border-width: 1px;
}

div.vnav3
{
	margin-right: 4px;
	height: 180px;
	background-color: #1F1F1F;
	border-color: #040404;
	border-style: solid;
	border-width: 1px;
}

div.vnav_section
{
}

div.vnav_items
{
padding: 4px;
}

span.part_title
{
	color: #FF6600;
	font-style:italic;
	font-size: 20px;
	font-weight: bold;
}

span.part_sub_title
{
	color:#FF6600;
	font-weight: bold;
}

p.part_numbers 
{
	font-size: 13px;
	padding: 4px;
	border: solid 1px gray;
}

img.image_right
{
  float: right;
  padding: 10px;
}

img.image_left
{
	float: left;
	margin: 10px;
}

div.cart_container
{
	background-color:#2A2A2A;
	text-align: center;
	float: left;
	width: 340px;
	border: 1px solid black;
	padding: 5px;
	height: 420px;
}

form.cart
{
	margin: 20px;
}
.tckr_img
{
	float: left;
	margin: 4px;
	padding: 20px 0 20px 20px;
	background-image: url(images/gradient1.png);
	width: 250px;
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFF;
}

.tckr_desc
{
	margin-left: 285px; 
	padding: 4px;
}
