
/*******************/
/* Page specs      */
/*******************/

body {
	margin: 0px;
}

/*******************/
/* Font specs      */
/*******************/

div, td, p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.priceSlashed {
	text-decoration: line-through;
}

.promo {
	color: #ff9933;
	font-size: 20px;
	font-weight: bold;
}

.promoSoldOut {
	color: #cc6600;
	font-size: 20px;
	font-weight: bold;
}

.promoSoldOutRed {
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
}

.promoShopPage {
	color: #ff9933;
	font-weight: bold;
}

.featuredItems {
	color: #99ff33;
	font-size: 20px;
	font-weight: bold;
}

.errorAlert {
	color: #FF9933;
	font-weight: bold;
}

.added {
	color: #FF9933;
	font-weight: bold;	
}

.notAdded {
	color: #CC3333;
	font-weight:bold;
}

.orderSubTotal {
	font-weight: bold;
}
/*******************/
/* Links */
/*******************/

a { text-decoration: none; }

a:link {	color: #7E2B42; }
a:visited {	color: #7E2B42; }
a:hover {	color: #333333; }

a.footer:link {		font-size: 10px; line-height: 14px; color: #7E2B42; }
a.footer:visited {	font-size: 10px; line-height: 14px; color: #7E2B42; }
a.footer:hover {	font-size: 10px; line-height: 14px; color: #333333; }



/*******************/
/* Editable areas  */
/*******************/

.title, .title p {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
 
.serif, .serif p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 27px;
	font-weight: bold;
	color: #4A271C;
	font-style: italic;
}
.serif {
	padding-left: 20px;
}

.memberprofiletext, .memberprofiletext p {
	color: #FFFFFF;
}
 

.body {}

.navEdit {}

/* dashed border for all editable areas */
.editable {
	border-width:1px;
	border-style : dashed;
	border-color : 999999;
	cursor : auto;
}



/*******************/
/* Navigation menu */
/*******************/

/*
tr.navInactive {
	text-decoration:line-through;
}
tr.navMembersOnly {
	font-style:italic;
}
*/

.navMenu {
	color: #968C4B;
}

.navSelected {
	color: #660000;
	font-weight: bold;
}

.navHighlighted {
	color: #968C4B;
	cursor: pointer;
}

.navDivider {
}

.navLevel1 {
	background-image: url(images/inner/unclicked.gif);
}
.navLevel1Open {
	background-image: url(images/inner/unclicked.gif);
}
.navLevel1, .navLevel1Open {
	background-repeat: no-repeat;
	font-size : 11px;
	line-height: 20px;
	padding-left: 10px;
}
.navLevel2, .navLevel2Open {
	background-image: url(images/inner/dash1.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 15px;
	margin-left: 15px;
	padding-left: 10px;
}
.navLevel3, .navLevel3Open {
	background-image: url(images/inner/dash.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 15px;
	margin-left: 30px;
	padding-left: 10px;
}
.navLevel4, .navLevel4Open {
	background-image: url(images/inner/dash.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 15px;
	margin-left: 45px;
	padding-left: 10px;
}

.navLevel1 a, .navLevel1Open a {
	font-size : 11px;
	line-height: 20px;
}
.navLevel2 a, .navLevel2Open a, div.navLevel3 a, .navLevel3Open a, div.navLevel4 a, .navLevel4Open a {
	font-size: 10px;
	line-height: 15px;
}

.navMenu a:link, .navMenu a:visited {
	text-decoration : none; 
	color: #ffffff;
}

.navHighlighted a, .navHighlighted a:hover {
	color: #7E2B42; 
}

.navMenuOrange {
	color: #968C4B;
	font-size : 15px;
}

.navMenuOrange a:link, .navMenuOrange a:visited {
	text-decoration : none; 
	color: #ff9933;
	font-size : 15px;
	font-weight: bold;
}

.navMenuGreen {
	color: #968C4B;
	font-size : 15px;
}

.navMenuGreen a:link, .navMenuGreen a:visited {
	text-decoration : none; 
	color: #ece9db;
	font-size : 15px;
	font-weight: bold;
}

.navHighlightedBold {
	color: #968C4B;
	cursor: pointer;
	font-size : 15px;
}

.navHighlightedBold a, .navHighlightedBold a:hover {
	color: #7E2B42; 
	font-weight: bold;
	font-size : 15px;
}

.navSelectedBig {
	color: #7E2B42;
	font-weight: bold;
	font-size : 15px;
}

.navSelectedBig a, .navSelectedBig a:hover {
	color: #7E2B42;
	font-weight: bold;
	font-size : 15px;
}

.navLevel1Big {
	background-image: url(images/inner/unclicked.gif);
}
.navLevel1OpenNig {
	background-image: url(images/inner/unclicked.gif);
}

.navLevel1Big, .navLevel1OpenBig {
	background-repeat: no-repeat;
	font-size : 15px;
	line-height: 20px;
	padding-left: 10px;
}





