	 /*
	$Id: stylesheet.css,v 1.52 2003/02/13 13:54:41 project3000 Exp $

	osCommerce, Open Source E-Commerce Solutions
	http://www.oscommerce.com

	Copyright (c) 2003 osCommerce

	Modified 2008 by Mike Carter

	Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family: Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Trebuchet MS, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Trebuchet MS, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	background: #DEF193;
	color: #000000;
	margin: 0px;
}

A { 
	color: #000099; 
	text-decoration: none; 
}

A:hover { 
	text-decoration: underline; 
	color: #CC0000;
}

A.registryLink { 
	color: #000000; 
	text-decoration: none; 
}

A.registryLink:hover { 
	color: #000000; 
	text-decoration: none; 
}

A.registryLink:visited { 
	color: #000000; 
	text-decoration: none; 
}

FORM {
	display: inline;
}

TD.pageHeader {
	font-family: Georgia, Times, serif;
	font-size: 30px;
	font-weight: light;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.5;
}

TD.pageCaption {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: light;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.5;
}

TD.alert {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: light;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.5;
}
TD.alert_red {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: light;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #ff1111;
}

TD.alertOptions, TD.dwrPaymentHeading, P.dwrPaymentHeading {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: light;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.5;
}

TD.checkHeading {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: light;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.5;
}
TR.header {
	background: #ffffff;
}

TR.headerNavigation {
	background: #bbc3d3;
}

TD.headerNavigation {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight : bold;
}

A.headerNavigation { 
	color: #FFFFFF; 
}

A.headerNavigation:hover {
	color: #ffffff;
}

TR.headerError {
	background: #ff0000;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo, A.headerInfo {
	font-family: Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

A.headerInfo:hover {
	font-family: Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #FAFCFC;
}

TD.footer {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	background: #FAFCFC;
	color: #ffffff;
	font-weight: bold;
}

.infoBox {
	background: #b6b7cb;
}

.infoBoxContents {
	background: #f8f8f9;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #bbc3d3;
	color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #EBEDFE;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #ffffff;
}

TR.productListing-heading {
	background: #d2e9fb;
}

TD.productListing-heading {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	background: #d2e9fb;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
}

TD.productListing-data {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
}

A.pageResults { 
	color: #0000FF; 
}

A.pageResults:hover { 
	color: #0000FF; 
	background: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

TD.mc_main, P._mcmain {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

TD.main, P.main {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 1.5;
}

TD.dwrItem, P.dwrItem {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
TD.dwrCat, P.dwrCat {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.5;
}

TD.dwrPrice, P.dwrPrice {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	padding: 5px;
	line-height: 1.3;
}


TD.dwrDesc, P.dwrDesc {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-style: italic;
	padding: 5px;
	line-height: 1.3;
}

TD.dwrColHead, SPAN.dwrColHead, P.dwrColHead {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
}

TD.dwrMiniColHead, SPAN.dwrMiniColHead, P.dwrMiniColHead {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: light;
	font-size: 9px;
	color: #999999;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
}

TD.accountCategory {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}

TD.tableHeading {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	width: 100%;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
}

SPAN.greetUser {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-family: Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Tahoma, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ff0000;
}

SPAN.errorText {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 10px; color: #000000; }

.sideMenuItem {
	font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 1px;
	color: #000000;
	text-align: center;
	background: #778844;
	text-transform: lowercase;
}

td.sideMenuItem a, p.sideMenuItem a{
	color: #FFFFFF;
	text-align: right;
	background: #377000;
	padding: 6px;
}

td.sideMenuActive, p.sideMenuActive {
	font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 1px;
	color: #ff9999;
	text-align: right;
	background: #096200;
	text-transform: lowercase;
	padding: 6px;
}

td.sideMenuItem a:hover, p.sideMenuItem:hover {
	font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 100%;
	text-shadow: 2px 2px 5px black;
	color: yellow;
	background: #B0BF75;
}


div.topLeftMenu a, div.topLeftMenu em { display: block}

p {	
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: light;
	letter-spacing: 1px;
	line-height: 1.5;
	word-spacing: +1px;
		}

 	
.wha {	
	background: #778844;
		}

.whb {	
	font-family: Snell Roundhand, Georgia, Times, script;
	color: white;
	background: #859540;
	font-size: 200%;
	font-weight: light;
	text-align: right;
	padding: 0px 0px 0px 100px;
		}



.whc {	
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-shadow: 2px 2px 3px black;
	font-size: 180%;
	font-weight: light;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.5;
	text-align: right;
	color: white;
	background: #AABB70;
	text-transform: lowercase;
	opacity: 0.80;
		}

.hh, .hotelheader {	
	color: #FCFCFC;
	text-shadow: 2px 2px 4px black;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 1.5;
	background: #CDDE87;
	width: 40%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	}

.cornerpic {
	border-width: 10px;
	border-color: #CCE555;
	border-style: solid;
	text-align: center;
}

.toppic {
	border-width: 8px;
	border-color: #CCE555;
	border-style: solid;
}
.leftpic {
	margin: 20px 20px 10px 0px;
	float: left;
}

.centerpic {
	margin: 10px 20px 10px 20px;
	text-align: center;
}

.rightpic {
	margin: 20px 10px 10px 20px;
	float: right;
}

.mt, maintext {	
	text-shadow: 0px 0px 4px white;
	font-size: 120%;
	font-weight: light;
	letter-spacing: 1px;
	line-height: 1.5;
	word-spacing: +1px;
	padding: 30px 20px 20px 40px;
		}

.mt + .mt {
	margin-top: -20px;
	padding-top: 0px;
	 }
.mtns, maintextnospace {	
	text-shadow: 0px 0px 4px white;
	font-size: 120%;
	font-weight: light;
	letter-spacing: 1px;
	line-height: 1.5;
	word-spacing: +1px;
	padding: 0px 20px 10px 40px;
	margin: 0px;
		}

.hn, TD.hn, .hotelname {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-shadow: 0px 0px 3px white;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
	word-spacing: +1px;
	padding: 10px 0px 0px 40px;
	margin: 5px;
	text-transform: capitalize;
	 }

.actitem {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-shadow: 0px 0px 3px white;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
	word-spacing: +1px;
	padding: 10px 0px 0px 40px;
	margin: 5px;
	 }


.hi, .hotelinfo, .actdet {	
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-shadow: 0px 0px 4px white;
	font-size: 110%;
	font-weight: light;
	letter-spacing: 1px;
	line-height: 1.2;
	word-spacing: +1px;
	margin: 0px 0px 0px 60px;
	padding: 0px;
		}

.hns, TD.hns {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-shadow: 0px 0px 3px white;
	font-size: 120%;
	font-weight: light;
	letter-spacing: 1px;
	line-height: 1.2;
	word-spacing: +1px;
	padding: 10px 0px 0px 10px;
	margin: 5px;
	text-transform: capitalize;
	 }



.hp, .hotelprice	{	
	font-size: 90%;
	font-style: italic;
	margin: 5px 0px 5px 60px;
	padding: 0px;
		}

.hd, .hoteldescription	{	
	font-size: 100%;
	font-style: italic;
	margin: 5px 0px 5px 60px;
	padding: 0px;
		}
		
.hm, .hotelmininote	{	
	font-size: 80%;
	font-style: italic;
	margin: 0px 0px 5px 60px;
	padding: 0px;
		}

.hd + .hn{
	margin-top: -10px;
	padding-top: -10px;
	 }
		
TD.loveSig {	
	font-family: Snell Roundhand; cursive;
	text-shadow: 1px 1px 3px white;
	font-size: 200%;
	letter-spacing: 1px;
	line-height: 1.5;
	}

ul {	
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: light;
	letter-spacing: 1px;
	line-height: 1.5;
	word-spacing: +1px;
	padding: 0px 0px 0px 80px;
		}

	
li {
//	text-indent: 20px;
	text-shadow: 0px 0px 4px white;
	font-size: 120%;
	font-weight: light;
	letter-spacing: 1px;
	line-height: 1.3;
	word-spacing: +1px;
	padding: 0px 0px 5px 0px;
	}
	
	
.bottomnav {	
	font-size: 100%;
	font-style: italic;
	margin: 0px;
	padding: 0px;
		}
