/* CSS Document */

/* page layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #595103;
	}

/* main text rules */
.main {
	color: #595103;
	font-size: 11px;
	text-decoration: none;
}

.bold {
	color: #595103;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.boldUnderline {
	color: #595103;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.blue {
	color: #182E50;
	font-weight: bold;
	text-decoration: none;
}

.white {
	color: #ffffff;
	text-decoration: none;
}

.red {
	color: #CA0000;
	font-weight: bold;
	text-decoration: none;
}

/* standard link */
.linkA {
	color: #595103;
	font-weight: bold;
	text-decoration: none;
	}

A.linkA:hover {
	color: #F0EED8;
	font-weight: bold;
	text-decoration: underline;
	}
	
.linkB {
	color: #000000; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	font-size: 11px; 
	line-height: 10pt; 
	text-decoration: none;
}

A.linkB:hover {
	color: #f1f1f1;
	text-decoration: none;
}

.linkC {
	color: #BF0000; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	line-height: 10pt; 
	text-decoration: underline;
}

A.linkC:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.linkD {
	color: #ffffff; 
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	line-height: 10pt; 
	text-decoration: none;
}

A.linkD:hover {
	color: #ff0000;
	font-family: Tahoma, Verdana, Geneva, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	line-height: 10pt; 
	text-decoration: underline;
}

.border {
	border-width: 1px;
	border-color: #BEBCA7;
	border-style: solid;
}

.input {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #ACACAC;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.button {
	background-color: #FFE8E8;
	border-width: 1px;
	border-color: #600000;
	border-style: solid;
	font-size: 11px;
	color: #773535;
	font-weight: bold;
}

#login fieldset {
	border: 1px solid #ACACAC;
	padding: 20px;
}

#login legend {
	font-weight: bold;
	color: #9C0000;
	background: #ffffff;
	border: 1px solid #ACACAC;
	padding: 4px 8px;
}

#sortform, #searchform, #checkout, #browse, #update, #updateprice {
	margin: 0;
}

#searchbrand, #searchtype, #searchfor {
	width: 150px;
	margin-bottom: 4px;
}

#search {
	width: 150px;
	margin-bottom: 4px;
}

#find {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #ACACAC;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 145px;
	margin-bottom: 4px;
}

.msgBox {
	border-width: 1px;
	border-color: #bebca7;
	border-style: solid;
	padding: 5px;
}