/*
###########################################################
        START MAIN STYLES
###########################################################
*/

body {
	font: .7em Arial, Helvetica, sans-serif;
	color: #000;
	background: #2268ad url(/images/body_bg.gif) fixed repeat-x left top;
	margin: auto;
}

body.popUpBody {
	background: #fff url(/images/container_bg.gif) repeat-x left top;
}

table {
	border-collapse: collapse;
}

td {
	font: 1em Arial, Helvetica, sans-serif;
	border: none;
}

th {
	color: #fff;
	font: bold small Arial, Helvetica, sans-serif;
	background: #58739E;
}

h1 {
	color: #3172B2;
	font: 2em Arial, Helvetica, sans-serif;
}

h2 {
	color: #3172B2;
	font: 1.6em Arial, Helvetica, sans-serif;
}

h3 {
	color: #3172B2;
	font: 1.4em Arial, Helvetica, sans-serif;
}

h4 {
	color: #3172B2;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

h5 {
	color: #ad3e35;
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
}

ul {
	list-style: circle url(/images/arrow.gif);
}

li {
	margin: 5px;
}

div.hr {
	height: 10px;
	width: 100%;
	background: url(images/hr.gif) no-repeat scroll center;
}

hr {
	border: 0;
	border-bottom: 1px solid #ad3e35;
}

a {
	color: #3172B2;
}

a:hover {
	color: #ad3e35;
	text-decoration: none;
}

a img {
	border: 0;
}

dl.memberBucket {
	margin: 0 20px;
	padding: 15px 0;
	float: left;
	width: 184px;
}

/*
###########################################################
        START CONTAINER STYLES
###########################################################
*/

#container {
	width: 750px;
	margin: auto;
	border: 1px solid #5875a1;
}

#topBar {
	background: #6491c1 url(/images/topbar_bg.gif) repeat-x left top;
	border: 1px solid #58739e;
	min-height: 2.4em;
}

#header {
	background: url(/images/header.jpg) no-repeat right top;
	position: relative;
}

#navbar {
	background: #5783bb url(/images/navbar_bg.gif) repeat-x left top;
	border: 1px solid #5875a1;
	float: left;
	width: 748px;
}

#wrapper {
	background: #fff url(/images/container_bg.gif) repeat-x left top;
	float: left;
	width: 100%;
}

#fullCol, #contentWrapper {
	background: #fff;
}	

#leftCol, #subNav {
	float: left;
	width: 250px;
}

#rightCol, #profile, #membership, #shipping, #orderHistory, #customerServiceHistory, #reservationHistory {
	float: right;
	width: 499px;
	border-left: 1px solid #73a6c5;
	background: #fff;
}
#profile table, #membership table, #shipping table, #shipping p, #orderHistory table, #customerServiceHistory p, #reservationHistory table {
	margin: 10px;
}
#profile table, #shipping p, #orderHistory table, #customerServiceHistory p, #reservationHistory table {
	margin-bottom: 0;
}

#footer {
	clear: both;
	background: #7ba4c7 url(/images/footerbar_bg.gif) repeat-x left -25px;
	color: #fff;
	padding: 7px;
	border: 1px solid #58739e;
}

#leftColStore{
	float: left;
	width: 30%;	
}

#rightColStore {
	float: right;
	width: 69%;
	border-left: 1px solid #73a6c5;
	background: #fff;
}

/*
###########################################################
        START IMAGE RELATED STYLES
###########################################################
*/

.pic {
	margin: 7px;
	padding: 4px;
	border: 1px solid #5875a1;
}

.thumb {
	margin: 7px;
	padding: 4px;
	border: 1px solid #5875a1;
	width: 100px;
}

.icon {
	border: 0;
	margin: 0 3px;
}

.graphBackground {
	background-color: #ccc;
}

.graphForeground {
	background-color: #09c;
}

/*
###########################################################
        START GLOBAL TEXT STYLES
###########################################################
*/

.txtErrorMessage {
	color: #f00;
}

/*
###########################################################
        START DIV STYLES
###########################################################
*/
.tableEventDates {
	text-align: center;
	width: 100%;
	padding: 5px;
}
.tableEventLegend {
	border-top: 1px solid #58739E;
}
.tableEventLegend td {
	padding: 5px;
}
.rowSpacer {
	/*phasing out*/
    height: 15px;
    width: 15px;
}

.contentBucket {
    background: #fff;
    padding: 7px;
    margin: 0;
    border: 1px solid #58739E;
}

.contentBucketHeader {
	background: #58739E;
	color: #fff;
	padding: 7px;
	margin: 0;
}

.signUpDiv {
	padding: 1px;
	background-color: #666;
	color: #fff;
	font-weight: bold;
}

.galleryBucket{
    background-color: #ebebeb;
    border: 1px solid #666
}

/*
Content Tables allow for up to 3 default layouts
*/

.content1Main{
    background: #fff;
    padding: 7px;
    margin: 0;
    border: 0;
}

.content2LeftColumn{
	width: 25%;
}

.content2RightColumn{
	width: 75%;
}

.content3LeftColumn{
	width: 25%;
}

.content3MiddleColumn{
	width: 50%;
}

.content3RightColumn{
	width: 25%;}

/*
###########################################################
        START FORM RELATED STYLES
###########################################################
*/

form {
	margin: 0;
	padding: 0;
}

.txtFormTitle, .formTitle {
	text-align: right;
	font-weight: bold;
}

.txtField {
	background: #fff;
	color: #333;
	border: 1px solid #5875a1;
	margin: 0;
	padding: 0;
}

.button {
	 color: #666;
	 padding: 0;
	 margin: 0;
	 border: 0;
}

.dropDown {
	background: #fdf5c9;
	color: #333;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 1px;
}

legend {
	display: none;
}

/*div.formRow {
	clear: both;
	padding-top: 10px;
}

div.formRow span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.formRow span.formw {
	float: right;
	width: 335px;
	text-align: left;
}*/

/*
###########################################################
        START STORE STYLES
###########################################################
*/

.altRow {
	background-color: #FFFFFF;
}

.cartSubTitle {
	text-align: right;
	background-color: #C5E0EC;
	color: #58739E;
	font-weight: bold;
	border-width: 1px;
    border-color: #C5E0EC;  
}

.cartSub {
	text-align: right;
	background-color: #fff;
	color: #58739E;
	font-weight: bold;
    border-width: 1px;
    border-color: #C5E0EC;  
}

.row {
	background-color: #F1F6FC;
	height: 5px;
}

.cartTotalTitle {
	font-weight: bold;
	color: #ad3e35;
}

.cartTotal {
	font-weight: bold;
	color: #ad3e35;
}

.relatedProductBucket {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	padding: 7px;
}

.relatedProductHeader {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}

.productOptionsBucket {
	background-color: #EBEBEB;
	padding: 3px;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

.horzCell {
	vertical-align: top;
	text-align: center;
	width: 33%;
}

.catHeader{
	font-size: 11px;
	font-weight: bold;
	color: #ad3e35;
	padding: 5px 0;
	display: block;
}

.catLink{
	font-size: 9px;
	color: #3172B2;
	margin: 5px;
}

a.catLink {
	color: #3172B2;
}

.productName {
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

.saleOldPrice {
	color: #666666;
	text-decoration: line-through;
}

.salePrice {
	color: #FF0000;
}

.miniThumb {
	margin: 6px;
	width: 30px;
	border-width: 1px;
	padding: 1px;	
}

.checkOutSteps {
	padding: 7px;
}

/*
###########################################################
        LEGACY
###########################################################
*/

.txtBold {
	font-weight: bold;
}

.txtDetail {
	font-weight: normal;
}

.txtHeader {
	color: #3172B2;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 5px;
}

/*
###########################################################
        START HACKS/FILTERS
###########################################################
*/

/* Hides from IE5-mac \*/
* html .buggyBox {height: 1%;}
/* End hide from IE5-mac */

