
body {
	font-size: 70%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #636467;
	margin: 0pt;
	text-decoration: none;
	font-weight: bold;
}

td, input, a, .normal {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #636467;
	text-decoration: none;
	font-weight: bold;
}

input {
	font-size: 90%;
}

select, #attributesList {
	border: 2px solid #D1D3D4;
	padding: 3px 0px 3px 3px;
}

a:hover {
	text-decoration : underline;
}

.inactive {
	display: none;
}
.active {
	display: ;
}

.white {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #636467; 
}

.white_large {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #636467; 
	font-size: 110%;
	font-weight: 100;
}

.red {
	color: #E75038;
	text-decoration: none;
}

.grey_back {
	background-color: #D1D3D4;
}

.light {
	color: #A7A8A9;
	text-decoration: none;
}

.input_OLD {
	background-color : transparent;
	padding-right: 8px;
	padding-left: 8px;
	border: 0px;
	width: 136px;
	height: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.input_img_OLD {
	background-image: url(/images/site/input.gif);
	background-repeat: no-repeat;
}

.menu_header {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #636467; 
	font-size: 110%;
	padding: 4px 4px 4px 10px;
}

.menu {
	color: #636467;
	text-decoration: none;
	background-color: #D1D3D4; 
	font-size: 105%;
	padding: 1px 5px 2px 10px;
	line-height: 150%;
}


.menu ul { 
	padding-left:0px; 
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

.menu li {
	padding-left: 0px; 
	margin-left: 10px; 
	margin-top: 5px;
	padding-top: 0px;
}


.warning { color: #f00 }

.formMessage {
	font-weight: bold;
	color: green;
	font-size: 125%;
}

.formWarning {
	background-color:#f99;
}

.formLabelWarning {
	color:#f00;
}

#PageTitle {
	text-align: center;
	font-size: 125%;
	font-weight: bold;
}

#YouAreHere {
	font-size: 95%;
	font-weight: bold;
}

#PageBody {
	padding: 10px;
}

#ContactBox {
	font-size: 90%;
	padding: 10px;
	border: 1px solid grey;
}

#SearchForm {
	align: center;
	text-align: center;
	font-size: 110%;
}


form #successBox {
	border-top: 1px solid green;
	border-left: 1px solid green;
	border-bottom: 2px solid green;
	border-right: 2px solid green;
	background-color: #eeffee;
	text-align: center;
	margin: 15px;
	color: green;
	padding: 8px;
}

form .successMessage {
	color: green;
}

form #errorBox, form #errorBoxCC, form #errorBoxAuthNet {
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
	background-color: #ffeeee;
	text-align: center;
	margin: 15px;
	color: red;
	padding: 8px;
}

form .errorMessage {
	color: red;
}

#MultiProductForm {
}
.MultiProductFormAttributes {
}

#prod_box {
	position: relative;
	width: 279px;
	height: 72px;
	background-color: transparent;
	overflow: hidden;
	border: 0px;
	padding: 0px;
}

.prods {
	position: absolute; 
	visibility: hidden; 
	background-color: transparent; 
	height: 72; 
	white-space: nowrap;
}

.ProdImg {
	border: 4px solid #D1D3D4;
}

.PageNav {
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
}

#ProductsGrid {
	width: 100%;
	height: 100%;
}

.required {
	color: #E75038;
}

#Price {
	font-size: 110%;
}

#SpecialPrice {
	font-size: 120%;
}