body { 
	background-color: #fff;  
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

tr,td {
	font-size: 12px;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	font-size: small;
}

li {
	margin: 0 0 3px 0;
}


/* Fonts */

.small {
	font-size: xx-small;
}

.large {
	font-size: small;
}

.xlarge {
	font-size: medium;
}

/* Links */

a {
	color: #039;
	text-decoration: underline;
}

a:visited {
	color: #039;
	text-decoration: underline;
}

a:hover {
	color: #006;
	text-decoration: none;
}



a.topNavLink {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.topNavLink:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.topNavLink:hover {
	color: #bbb;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}



a.bottomNavLink {
	color: #fff;
	font-size: xx-small;
	text-decoration: none;
}

a.bottomNavLink:visited {
	color: #fff;
	font-size: xx-small;
	text-decoration: none;
}

a.bottomNavLink:hover {
	color: #bbb;
	font-size: xx-small;
	text-decoration: none;
}



a.leftNavLink {
	color: #039;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

a.leftNavLink:visited {
	color: #039;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

a.leftNavLink:hover {
	color: #000;
	font-size: 90%;
	font-weight: bold;
	text-decoration: underline;
}



a.linkSmall {
	color: #039;
	font-size: xx-small;
	text-decoration: underline;
}

a.linkSmall:visited {
	color: #039;
	font-size: xx-small;
	text-decoration: underline;
}

a.linkSmall:hover {
	color: #006;
	font-size: xx-small;
	text-decoration: none;
}

a.tourLink {
	color: #039;
	font-size: xx-small;
	text-decoration: none;
}

a.tourLink:visited {
	color: #039;
	font-size: xx-small;
	text-decoration: none;
}

a.tourLink:hover {
	color: #006;
	font-size: xx-small;
	text-decoration: underline;
}



/* Forms */

textarea {
	font-family: verdana, arial;
	font-size: x-small;
	width: 200px;
	height: 130px
}

input {
	font-family: verdana, arial;
	font-size: x-small;
	width: 200px;
}

select {
	font-family: verdana, arial;
	font-size: x-small;
	width: 200px;
}

.cfBrowse {
	font-family: verdana, arial;
	font-size: x-small;
	width: 267px;
}

.radioButton {
	width: 20px;
}

.formBox {
	font-family: verdana, arial;
	font-size: x-small;
	background: #fff;
	color: #000;
	border: #000;
	width: 200px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style: solid;
}

.formButton {
	font-family: verdana, arial;
	font-size: xx-small;
	background-color: #039;
	font-weight: bold;
	color: #fff;
	border: #999;
	width: 80px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	cursor: hand;
}

.formBoxSearch {
	font-family: verdana, arial;
	font-size: xx-small;
	background: #fff;
	color: #777;
	border: #000;
	width: 130px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style: solid;
}

.formButtonSearch {
	font-family: verdana, arial;
	font-size: xx-small;
	background-color: #eee;
	font-weight: bold;
	color: #222;
	border: #999;
	width: 22px;
	height: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	cursor: hand;
}


/* Coupons */


#couponWrapper {
	text-align: center;
	margin-top: 20px;
}

#coupon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
	border: 2px dashed #999;
	vertical-align: top;
	text-align: center;
}

h1.coupon {
	font-size: 24px;
	background-color: #ccc;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #bbb;
}

h2.coupon {
	font-size: 40px;
	text-align: center;
	margin: 0;
	font-weight: bold;
}

h3.coupon {
	font-size: 24px;
	text-align: center;
	margin: 0;
}

.couponConditions {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

.couponExpire {
	margin-right: 90px;
}



/* Misc */

.topNavText {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: #039;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.pageTitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.detailTitle {
	font-size: 100%;
	font-weight: bold;
}

.detailTitlePrice {
	font-size: 120%;
	font-weight: bold;
	color: #c00;
}

.sold {
	font-weight: bold;
	color: #c00;
}

h1 {
	font-size: small;
	font-weight: bold;
}

.whiteText {
	color: #fff;
}

.grayText {
	color: #777;
}

.footerText {
	font-size: xx-small;
	color: #888;
}

.footer {
	background-color: #006;
	font-size: xx-small;
	color: #fff;	
}

hr { 
	width: 100%; 
	height: 1px; 
	border: 0; 
	color: #999; 
	background: #999; 
}

.hrTips { 
	width: 100%; 
	height: 1px; 
	border: 0; 
	color: #ddd; 
	background: #ddd; 
}

#headerBg {
	background: #006 url(/assets/images/headerBgCars.jpg) no-repeat top right;
  width: 700px;
	text-align: right;
	text-valign: middle;
	border-bottom: 1px #fff solid;
}


.bodyTable {
	background-color: #fff;
	height: 250px;
	width: 685px;
	border: 0;
/*
	background-image: url(/assets/images/bgWrenches.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
*/
}

.salesGridDark {
	background-color: #ebebeb;
}

.salesGridLight {
	background-color: #f7f7f7;
}

img.autoBorder { 
	border: #000 solid 1px; 
}

.slideShow {
	border: 1px solid #fff;
	background-color: #fff;
	height: 300px;
	width: 550px;
	overflow: auto;
	color: #000;
	text-align: center;
	padding: 5px;
}

img {
	border: 0;
}

.imageRight { 
	float: right;
	margin: 4px 0px 0px 16px;
	border: none;
}

.imageRightBorder {
	border: #000 solid 1px; 
	margin: 4px 0px 0px 16px;
	float: right;
}

.imageLeft { 
	float: left;
	margin: 4px 16px 0px 0px;
	border: none;
}

.imageLeftBorder {
	border: #000 solid 1px; 
	margin: 4px 16px 0px 0px;
	float: left;
}
