body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}

body, table{
	font-family: Tahoma;
	font-size: 12px;
	color: #003399;
}

img {
	border: 0px;
}

a {
	color: #555555;
}

a:hover{
	text-decoration: none;
	color: #000000;
}


div.search {
    padding: 4px;
    padding-left: 10px;
    color: #636971;
    font-size: 10px;
}
.search div{
    margin: 5px;
}

.search input, select{
    border: 1px solid #C2C2C2;
    color: #C2C2C2;
    font-size: 10px;
}

.search input#submit{
    border: 0px;
    background: #FF981F;
    color: #ffffff;

}


.menu_h1{
	color: #636971;
	font-weight: bold;
	font-size: 12px;
	list-style-type: square;
	margin: 5px;
	padding: 5px;
	margin-left: 10px;
	padding-left: -4px;
}

.menu_h2{
	color: #636971;
	font-weight: normal;
	font-size: 10px;
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

div.nav {
    color: #555555;
    font-size: 11px;
}

.nav span{
    color: #ffa318;
    font-weight: bold;
}

table.products{
    font-size: 12px;
    background: #555555;
}

.products th{
    background: #ffffff;
	color: #9f1c17;
	font-size: 14px;
	font-weight: bold;
}
.products td{
    background: #ffffff;
}

.productname{
	color: #003399;
	font-size: 12px;
	font-weight: bold;
}
.productprice{
    white-space: nowrap;
}

.retail{
	color: #003399;
	font-weight: bold;
	font-size: 13px;
}

.our{
	color: #003399;
	font-weight: bold;
	font-size: 14px;
}
.save{
	color: #003399;
	font-weight: bold;
	font-size: 12px;
}

div.header{
	color: #da4315;
	font-weight: bold;
	font-size: 16px;
	margin: 5px;
	padding: 5px;
	margin-left: 0px;
	padding-left: 0px;

	background: #DCDCDD;
	padding: 8px;
	border: 1px solid #BEBEBE;
	border-left: 15px solid #636971;
}

.popular td.product{
    border: 1px solid #636971;
}

.popular .productname, .details .productname{
	color: #4b8da7;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.requirements{
    color: #4B8DA7;
}

.mainbox{
    border-left: 1px solid #6B737E;
    border-right: 1px solid #6B737E;
}