/* STANDARD PAGE STYLES */
body {
	color: #000;
	background: #FFF url(images/background_tile.gif);
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px
}

img {
	border: 0px;
	display: block;
}

img.in_line {
	display: inline;
}

/* Be kind to Netscape 4 */
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px
}

a, a:visited, a:active {
	color: #600;
}

form {
	margin: 0;
	padding: 0;
}

table td {
	margin: 0px;
	padding: 0px;
	border: 0px; 
	vertical-align: top;
	text-align: left;
}

#container_lt {
	width:14px;
	background: url(images/shadow_left.gif); }
	
#container_rt {
	width:14px;
	background: url(images/shadow_right.gif); }
	
#container_ct {
	width: 764px;
	}

td.header {
	background: #fbc433;
}

td.global {
	background: #ffdc80;
}

a.globalNavAbout, a.globalNavAbout:visited, a.globalNavAbout:active, 
a.globalNavHeart, a.globalNavHeart:visited, a.globalNavHeart:active, 
a.globalNavProducts, a.globalNavProducts:visited, a.globalNavProducts:active, 
a.globalNavEvents, a.globalNavEvents:visited, a.globalNavEvents:active, 
a.globalNavAccount, a.globalNavAccount:visited, a.globalNavAccount:active{
	display: block;
	/* letter-spacing: 0.2em; */
	font: 14px/30px arial, helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0;
	margin: 0 0;
	background: transparent;
	color: #000; 
	text-decoration: none;
	text-align:center;
}

td.globalNavSpc {
	font: 14px/30px arial, helvetica, sans-serif;
	color: #b08347;
}

a.globalNavAbout:hover, a.globalNavHeart:hover, a.globalNavProducts:hover, a.globalNavEvents:hover {
	background: #FFF;
	color:#000;
}
a.globalNav_on {
	display: block;
	/* letter-spacing: 0.2em; */
	font: 14px/30px arial, helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0;
	margin: 0 0;
	background: #FFF;
	color: #000; 
	text-decoration: none;
	text-align:center;
}
td.content_left {
	background: #333365 url(img/cont_left_bkrnd.jpg);;
}
td.content_right {
	background: #FFF;	
}

td.content_bottom {
	background: #930;
}
td.main_rt {
	width: 10px;
	background: #000;
}

h1 {
	font-size: 18px;
	color: #336;
	font-weight: normal;
	
}
h2 {
	font: 14px/17px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #333366;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
p {
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 0;
}

li {
	padding-bottom: 2px;
} 

div.book_promo {
	color: #666;
	font-size:11px;
	float: right;
	width: 160px;
}

div.book_promo a {
	color: #600;
	font-weight: bold;
}
div.book_promo a:hover {
	color: #F30;
}

div.footer {
	color: gray;
	padding-top: 10px;
}
div.footer a, div.footer a:active {
	color: #930;
	text-decoration: none;
}
div.footer a:hover {
	color: #930;
	text-decoration: underline;
}
div.footer a:visited {
	color: #600;
}

table.form {
 width: 400px;
}

table.form td.th { 
	padding: 4px 4px;
	font-weight: bold; 
	font-size: 12px;
	background: #336; 
	color: white; 
}
table.form td.td { 
	padding: 4px 4px;
	font-weight: normal; 
	background: #336; 
	color: black; 
	background: #e0e0e0;
}

.form_review {
	font-weight: normal;
	font-size: 11px;
}

TD.td A { COLOR: #336; TEXT-DECORATION: none }
tD.td A:hover { TEXT-DECORATION: underline }
INPUT.btn { BORDER-RIGHT: 0px; PADDING-RIGHT: 2px; BORDER-TOP: 0px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND: #336; PADDING-BOTTOM: 2px; BORDER-LEFT: 0px; COLOR: white; PADDING-TOP: 2px; BORDER-BOTTOM: 0px; FONT-FAMILY: arial, verdana }

TABLE.form_inside td { 
	font-size: 11px; 
	color: black;
	padding: 2px;
}
span.error p {
	color:red;
}
table.prod_table td {
	/* border-bottom: 1px solid #930; */
	color: #930;
	background: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	vertical-align: middle;
}
a.prod_nav, a.prod_nav:active, a.prod_nav:visited {
	color: #930;
	background: #fff;
	font-size: 12px;
	display: block;
	/* letter-spacing: 0.2em; */
	font-weight: normal;
	padding: 4px 0 4px 0 ;
	margin: 0 0;
	text-decoration: none;
	text-align:center;
}
a.prod_nav:hover {
	/* background: #fac432; */
	text-decoration: underline;
}
a.prod_cart, a.prod_cart:active, a.prod_cart:visited {
	color: #FFF;
	background: #336;
	font-size: 12px;
	line-height: 20px;
	display: block;
	/* letter-spacing: 0.2em; */
	font-weight: normal;
	padding: 4px 0 4px 0 ;
	margin: 0 0;
	text-decoration: none;
	text-align:center;
}
a.prod_cart:hover {
	background: #930;
}
table.prod_table td.prod_cart_td {
	/* border-bottom: 1px solid #336; */
}

