﻿/* Overriding HTML Elements */

body {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 9pt; 
	color: #ffffff;
	line-height: 11pt;
	
	background-image: url(../images/background.jpg);	
    background-repeat: no-repeat;
    background-position: 50% top;
	background-color:#1c82d7;
	margin-top:0px      
}
.wysiwygBackground {background-color: #1268b1 !important; background-image: none;}

h1 {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 11pt; 
	color: #ffea00; 
	font-style: normal; 
	font-weight: bold;
	margin-bottom: 1px
}

h2 {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 10pt; 
	color: #ffea00; 
	font-size: 10pt;
	font-style: normal; 
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 0px

}

p {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 9pt; 
	color: #ffffff; 
	line-height: 11pt
}

.error {color: #ffff00}
.errorYellow {color: #ffea00; font-weight: bold; font-size: 9pt;}

/* Links */

a:link {
	color: #ffea00;
	text-decoration: underline;
	background-color: transparent
}

a:visited {
	color: #ffea00;
	text-decoration: underline;
	background-color: transparent
}

a:hover {
	color: #ffea00;
	text-decoration: none;
	background-color: transparent
}

.cartDesc a:link{
	color: #064e89;
	text-decoration: underline;
	background-color: transparent
}

.cartDesc a:visited {
	color: #064e89;
	text-decoration: underline;
	background-color: transparent
}

.cartDesc a:hover {
	color: #064e89;
	text-decoration: none;
	background-color: transparent
}


/**TEXT SPECIFIC STYLES **/

.cartTitle {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	color: #064e89;
	line-height: 13pt;
	font-weight:bold
}

.cartDesc {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 8pt; 
	color: #002048;
	line-height: 10pt
}

.cartRegPrice {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 7pt; 
	color: #9d873f;
	line-height: 8pt
}

.cartNewPrice {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	color: #bc171d;
	line-height: 9pt;
	font-weight:bold
}

.cartViewHeader {
	color: #00213d;
	font-weight:bold
}

.cartViewDesc {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	color: #002048;
	line-height: 10pt
}

.cartTotal {
	font-size: 10pt; 
	font-weight:bold
}


.ridetable {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 7pt; 
	color: #ffffff;
	line-height: 9pt;

}
.smallwhitetype {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 7pt; 
	color: #ffffff;
	line-height: 9pt;

}

.AddressTitle {
	font-family: 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 12pt; 
	color: #2fb3e8; 
	font-weight: bold;
	line-height: 13pt
}

.AddressInfo {
	margin-left: 20px
}

.Tiny {
	font-size: 7pt; 
}

.TinyYellow {
	font-size: 7pt; 
	color: #ffea00;

}


.YellowFormText {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 12px;
	color: #ffea00;
	line-height: 13pt;
	font-weight: bolder;
}

.storyName {
	font-size: 7pt; 
	font-weight: bold;
	margin-top:5px
}



.BlueTitle {
	font-family: 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 12pt; 
	color: #2fb3e8; 
	font-weight: bold;
	line-height: 13pt
}

.LeftIndent {
	margin-left: 20px
}

.ProductDescription {
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	color:#157292;
	font-size: 13pt;
	line-height: 16pt
}

.question
{
	position: relative;
	display: inline;
	cursor: pointer;
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '') "),
	this.style.behavior=null);	
}

.questionexplanation
{
	display: none;
	font-size: 11px;
	line-height: 15px;
	padding: 10px;
	position: absolute;
	width: 350px;
	z-index: 999999999;
	border: 1px #003a6a solid;
	background-color: #65c2eb;
}

.question.hover .questionexplanation,
.question:hover .questionexplanation
{
	display: inline;
	left: 15px;
	top: 0%
}


/**TAG SPECIFIC STYLES **/

img 
{
	border: none;	
}

select 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:  #666666;
	line-height: 10pt;
	font-style: normal;
	font-weight: normal	
}

input 
, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:  #666666;
	line-height: 10pt;
	font-style: normal;
	font-weight: normal;
	border: 1px; 
	
}



/**SITE SECTION STYLES**/
#header {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    height: 82px;        
    position: relative;
    z-index: 102;

} 
#content {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 99;
	
}

#content .top {
    background-image: url(../images/body_top.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 13px;
}
#content .middle {background-color: #1268b1;
}

#content .bottom {
    background-image: url(../images/body_bottomslice.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 13px;     
}

.ridetableheader {
	padding: 0px;
	border-bottom: 0px solid #003C6F;
}

.ridetablecontent {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #003c6f;
 	padding: 5px;
	background-color: #074f8a;
	border-collapse: collapse;
	margin-top:1px;
}

.ridetablecontent_right {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #003C6F;
 	padding: 5px;
	background-color: #074f8a;
	border-collapse: collapse;
	margin-top: 1px;
}

.ridetablecontent_left {
	width: 105px;
	padding: 0px;
	background-color: #003c6f;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #003c6f;
}

.ridetableright {
	width: 8px;
	padding: 0px;
	background-color: #074f8a;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #003C6F;
}	
#footer {
    width: 1007px;
    margin-left: auto;
    margin-right: auto;
	margin-top:10px;
    position: relative;
    z-index: 99;
	color:#002048   
}

#footer .links {list-style-type: none; text-align: center}
#footer .links li {display: inline; padding-left:2px; padding-right:2px}
#footer .address {text-align: center;}
#footer .copy {text-align: center; font-size: 7pt;}
#footer a:link {
	color: #002048;
	text-decoration: none;
	background-color: transparent
}

#footer a:visited {
	color: #002048;
	text-decoration: none;
	background-color: transparent
}

#footer a:hover {
	color: #002048;
	text-decoration: underline;
	background-color: transparent
}

/**Form Messaging**/
.validationLabel 
{
	color: #ff8031;	
}

.validationSummary 
{	
	color: #ff8031;	
	margin-top: 5px;
	margin-bottom: 5px;
}

/**Product Landing Page**/
#products 
{
	position: relative;
	width: 360px;
	background-image:url(../images/cart_backer.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#products .product
{
	display: inline;
	width: 110px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;	
		
	position: relative;

	
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
	this.style.behavior=null);		
}

#products .product .title
{
	display: none;
	width: 110px;
	border: solid 1px #63c6ee;
	background-color: #e6f3f6;
	text-align: center;
}

#products .product.hover 
, #products .product:hover 
{
	cursor: pointer ;
}

#products .product.hover .title
, #products .product:hover .title
{
	display: block;
	position: absolute;
	left: 0%;
	top: 50%;	
	cursor: pointer ;
}

#aroundtown {
	list-style-type: none;
	line-height: 14pt;
}

.pagination {width: 100%; padding-left: 5px; padding-right: 5px;}
.pagination .links {width: 40%; float: left; text-align: left; color: White;}
.pagination .pagesize {width: 40%; float:right; text-align: right;}

/* Modal Popup Background Style */

.modal_page_background 
{
	background-color: #064e89;
	opacity:.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);		
	z-index: 10001 !Important;
}

.modal 
{
	background-color: #1268b1;
	border: solid 4px #f68b15;	
	padding-top: 13px;
	z-index: 10003 !Important;
	position: relative;
}

.modal .html {}
.modal iframe {z-index: 100000000000000 !important; margin-top: 6px;}

.modal_close 
{
	display: block;	
	float: right;
	position: absolute;
	right: 0%;
	top: 0px;
	padding: 8px 8px 0px 0px;
	z-index: 10002 !Important;
}
