﻿body {
   background-image: url(../Images/Site/Bckgnd.jpg);
	background-repeat:repeat-x;
	background-color:#361c0f;
	font-family:  verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.mainTable {
	margin: 0px auto; 
	background-color: #cda445;
	margin-top:10px;
	width: 900px;	
}

.homePageBody {
   background-image: url(../Images/Site/WomenSpiritHeader.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

.specialsBox {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
a.specialsBox:hover {text-decoration:underline; color: #ffffff; }

.viewDetails {
   color: #598296;
   /*text-decoration:underline; */ 
}
.viewDetails a:link {text-decoration:underline; }
a.viewDetails:hover {color: #361c0f; }

.internalLinks {
   color: #ae996e;
   text-decoration:underline;  
}
a.internalLinks:hover {color: #361c0f; }

.OptionDisplayText{
   font-weight: bold;
}

.required {
   color: #ff0000;
}

.FormTitle {
	font-size: 19px;
	font-weight:500;
	text-decoration: none;
}
.FormSubTitle {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #361c0f;
	color:#ffffff;
	margin-top: 15px;
	margin-bottom: 7px;
}
.SubTitleRow {
	padding-left: 0px;
	padding-right: 0px;
}

.SmallPrintItalic {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
.SmallFormNote {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #ff0000;
}
.SmallPrint {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.CartTable {
	width:850px;
	border-collapse:collapse;
}
.CartHeaderRow {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: verdana, Arial, sans-serif;
	background-color: #361c0f;
	line-height: 12pt;
}
.CartHeaderCell {
	border-width:1px;
	border-style:solid;
	border-color:#ae996e;
	font-family: verdana, Arial, sans-serif;
}
.CartDataCell {
	border-width:1px;
	border-style:solid;
	font-family: verdana, Arial, sans-serif;
}
.CartTotalCell {
	border-width:1px;
	border-style:solid;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, Arial, sans-serif;
	line-height: 12pt;
}
.CartGrandTotalCell {
	border-width:1px;
	border-style:solid;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana, Arial, sans-serif;
	line-height: 12pt;
}


/* ######### Style for Drop Down Menu ######### */
.chromestyle{
	width: 100%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	 /*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	padding: 0px 7px 0px 7px;
	margin: 0;
}

.chromestyle ul li a{
	color: #ede8a2;
	padding: 0px 0px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 1px solid #b2c0c9; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	z-index:100;
	background-color: #b2c0c9;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #b2c0c9; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #69321f;
	color: #ffffff;
}

