body {
	padding: 0px;
	margin: 0px;
	background-color: #C9C9C9;

}
.mainTable {
	width: 810px;
}
td {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}
.input1 {
	border: 1px solid #CCCCCC;
	font-family: Arial, Verdana;
	font-size: 12px;
}
#rides img {
	border: 2px solid #2068AF;
}
#rides img.mi {
	border: 2px solid #2068AF;
	margin-bottom: 10px;
}
form {
	margin: 0px;
}

/** MiniCart Styles **/
#miniCart {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CD3428;
}
#miniCart a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/** Link Styles **/
a:link, a:active, a:visited {
	color: #2068AF;
}
.productName {
	text-decoration: none;
	font-weight: bold;
	color: #2068AF;
}
#leftNav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 5px 0px 5px 5px;
	background: url(../images/btnBg.gif) top repeat-x;
	margin-bottom: 5px;
	border: 2px solid #992946;
}
html>body #leftNav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: auto;
	padding: 5px 0px 5px 5px;
	background: url(../images/btnBg.gif) top repeat-x;
	margin-bottom: 5px;
	border: 2px solid #992946;
}
#leftNav a:hover {
	text-decoration: none;
	background: url(../images/btnBgOvr.gif) top repeat-x;
	border: 2px solid #E30B13;	
}
#leftNav a.sub {
	padding-left: 10px;
	font-size: 12px;
	background-image: none;
	border: none;
}
#leftNav a.sub:hover {
	background-image: none;
	border: none;
}

#footer {
	width: 70%;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

/** Text Styles **/
h1 {
	margin: 0px;
	color: #2068AF;
	font-size: 18px;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 11px;
}
.medium {
	font-size: 14px;
}
.large {
	font-size: 18px;
}
.red {
	color: #CD3428;
}
.blue {
	color: #2068AF;
}
.white {
	color: #FFFFFF;
}
.allcaps {
	text-transform: uppercase;
}

/** Price Styles **/
.was {
	text-decoration: line-through;
}
.nowOnly {
	font-weight: bold;
}
.nowOnlyMi {
	font-weight: bold;
	font-size: 18px;
	color: #CD3428;
}

/*** Previous/Next Style ***/

.multipage br {
	display: none;
	margin: 0px;
}
.currentPage {
	font-size: 18px;
	font-weight: bold;
	color: #2068AF;
}
.prevnext a {
	font-size: 14px;
	color: #2068AF;
	text-decoration: none;
	padding: 0px 10px;
}
.prevnext a:hover {
	color: #000000;
}

/** More Info Styles **/
#productOptions {
	margin-top: 5px;
}
#productOptions select {
	font-family: Arial, Verdana;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
#productOptions td {
	padding: 0px 0px 5px 0px;
}
