body {
	background-color: #121212;
	margin: auto;
	font-family:  Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

body.popup {
	background-color: #ffffff;
	margin: auto;
	font-family:  Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

#popup_body {
	margin:10px;
}

#popup_body h1 {
	color: #7b6a3f;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	border:0;
	line-height:normal;
	width:98%;
}

h1 {
	color: #7b6a3f;
	font-size: 20px;
	font-family:  Arial Narrow, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom:1px solid #e7dfc6;
	width:98%;
}

h1.book {
	width:350px;
}

h2 {
	color: #7b6a3f;
	font-size: 14px;
	font-family:  Arial Narrow, sans-serif;
	margin: 0;
	padding: 0;
}

h3 {
	color: #000000;
	font-family:  Arial Narrow, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	line-height:16px;
}

a {
	color:#7b6a3f;
	text-decoration: underline;
}

a:hover {
	color:#7b6a3f;
	text-decoration: underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

input, select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	background-color:#f0f2d5;
}

textarea {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	padding:5px;
	background-color:#f0f2d5;
	border:1px solid #e7dfc6;
}

.text {
	border-top: 1px solid #d6c99b;
	border-left:0;
	border-right:0;
	border-bottom:0;
	height:20px;
}

.label {
	font-weight:bold;
	text-align:left;
	color:#7b6a3f;
}

.label_right {
	font-weight:bold;
	text-align:right;
	color:#7b6a3f;
}

.button {
	border:0;
	background-color:#d59600;
	color:#fff;
}

.border {
	border:1px solid #e7dfc6;
}

.noborder {
	border: 0;
	background:none;
}

hr {
	color: #e7dfc6;
	background-color: #e7dfc6;
	height: 1px;
	width: 98%;
	text-align: left;
	margin:0 0 10px 0;
	padding:0;
	border:0;
	line-height:1px;
}

hr.flat {
	color: #e7dfc6;
	background-color: #e7dfc6;
	height: 1px;
	width: 100%;
	text-align: left;
	margin:0;
	padding:0;
	border:0;
	line-height:1px;
}

.left {
	float:left;
}

.right {
	float:right;
	display:inline;
	margin:0;
	padding:0;
}

/********************* MAIN BODY *************************/

#main_body {
	margin: auto;
	width:750px;
	position: relative;
}

.top_nav {
	height:20px;
	width:740px;
	background-color:#2d2d2d;
	color:#f2c334;
	text-align:right;
	font-size:10px;
	line-height:18px;
}

.top_nav a:link {color:#f2c334;}
.top_nav a:active {color:#f2c334;}
.top_nav a:visited {color:#f2c334;}
.top_nav a:hover {color:#f2c334;text-decoration:underline;}

.top {
	position:relative;
	width:740px;
	margin:10px 0 0 0;
}

.main_nav {
	width:740px;
	height:34px;
	margin:14px 0 0 0;
	background:url(../images/nav_bg.gif) repeat-x;
}

.main_nav a:link, .main_nav a:active, .main_nav a:visited {
	float:left;
	color:#2f2f2f;
	display:block;
	position:relative;
	text-decoration:none;
	font-weight:bold;
	line-height:11px;
	padding: 7px 7px 15px 7px;
	background:url(../images/nav_spacer.gif) no-repeat top right;
}

.main_nav a:hover {
	background:#fff;
}	

.banner_home {
	width:740px;
	height:183px;
	background-color:#d59600;
	position:relative;
}

.banner_cont {
	width:740px;
	height:110px;
	background-color:#d59600;
	position:relative;
}

.home_sign_in {
	background:url(../images/sign_in_home_bg.gif) no-repeat;
	height:204px;
	width:550px;
	position:absolute;
	top:124px;
	left:200px;
	color:#7b6a3f;
	z-index:101;
}

.create_home {
	margin:70px 0 0 0;
	position:relative;
	left:25px;
	width:188px;
	height:118px;
	font-weight:bold;
	float:left;
}

.shop_home {
	margin:70px 0 0 45px;
	width:308px;
	height:118px;
	font-weight:bold;
	float:left;
}

.cont_sign_in {
	background:url(../images/sign_in_cont_bg.gif) no-repeat;
	height:134px;
	width:535px;
	position:absolute;
	top:124px;
	left:215px;
	color:#7b6a3f;
	z-index:101;
}

.cont_sign_in h1 {
	width: 500px;
	margin:10px 0 5px 15px;
	font-size:20px;
}

.bubble_left {
	width: 260px;
	margin:5px 0 10px 15px;
	float:left;
	position:relative;
}

.bubble_right {
	width: 230px;
	margin:5px 0 10px 15px;
	float:left;
	position:relative;
}

.bubble_full {
	width:500px;
	margin:5px 0 10px 15px;
	position:relative;
}

#content_home {
	background:#ffffff url(../images/main_col_bg.jpg) no-repeat bottom center;
	width:740px;
	position:relative;
}

.col_left_home {
	width:185px;
	float:left;
	margin:30px 30px 20px 0;
	position:relative;
	left:14px;
}

.col_left_home a {
	text-decoration:none;
}

.col_right_home {
	width:525px;
	float:left;
	margin:25px 0 20px 0;
}

ul {
	list-style:disc;
}

li {
	margin-left:20px;
}

ul.subnav {
	list-style:none;
	width:170px;
	margin:0 0 10px 0;
}

ul.subnav li {
	padding-left:10px;
	background:none;
	margin:2px 0 2px 0;
}

a.blue {
	color:#004284;
}

.featured_main {
	width:525px;
	position:relative;
	margin:0 0 30px 0;
}

.feat_title {
	font-size:14px;
	font-weight:bold;
	width:250px;
}

.feat_desc {
	width:250px;
	margin:10px 0 0 0;
}

.feat_img {
	float:right;
	position:relative;
}

a.details {
	color: #004284;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:0;
}

.feat_item {
	height:195px;
	width:127px;
	border-top:1px solid #e7dfc6;
	border-left:1px solid #e7dfc6;
	border-bottom:1px solid #e7dfc6;
	margin:0 0 10px 0;
	padding:0;
	float:left;
	position:relative;
}

.feat_item .photo {
	height:75px;
	width:75px;
	background:#ffffff;
	margin:auto;
}

.feat_item p {
	margin:0 5px 5px 5px;
	font-weight:bold;
}	

.feat_item .feat_details {
	position:absolute;
	top: 180px;
	left:0;
}
	
.signup {
	width:90%;
}

.signup td {
	margin:5px;
}

.item_detail {
	width:95%;
}

.item_detail td {
	padding:0;
}

.item_detail h2 {
	width: 90%;
}

.onreg {
	padding:5px;
	background:#f2c334; 
	width:200px;
}

.details_tabs {
	position:relative;
	margin:20px 10px 0 0;
	width:98%;
	height:27px;
}

#main_img {
	width:270px;
	height:250px;
	background:url(../images/nophoto-lg.gif) no-repeat;
}

.thumbs img {
	margin: 5px 3px 0 3px;
}

.tab_on {
	height: 27px;
	float:left;
	border:collapse;
	padding:0;
	margin:0;
}

.tab_on td {
	border:collapse;
	padding:0;
	margin:0;
}

.tab_on td.mid {
	background:url(../images/tab_mid.gif) repeat-x;
	height:27px;
}

.tab_off {
	height: 27px;
	float:left;
	border:collapse;
	padding:0;
	margin:0;
}

.tab_off td {
	border:collapse;
	padding:0;
	margin:0;
}

.tab_off td.mid {
	background:url(../images/tab_mid_off.gif) repeat-x;
	height:27px;
}

.card {
	background:#f0f2d5;
	border: 1px solid #e2d9b8;
	width:95%;
	margin:0;
	padding:0;
}	

.container {
	margin:10px;
}

.prod_list {
	width:98%;
	text-align:center;
}

.prod_list th.category {
	background:#e5cf91;
	color:#6c604d;
	font-weight:bold;
	text-align:left;
	padding:5px;
}

.prod_list th {
	background:#bb934b;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:5px;
}

.prod_list td {
	margin:0;
	padding:5px 3px 5px 3px;
	border-bottom: 1px solid #e7dfc6;
}

.thumbnail {
	height:75px;
	width:75px;
	background:url(../images/nophoto-sm.gif) no-repeat;
}

.in_registry td {	
	border-top: 1px solid #bb934b;
	border-bottom: 1px solid #bb934b;
	font-size: 12px;
	font-weight:bold;
}

.search_results {
	width:98%;
	text-align:center;
}

.search_results th {
	background:#bb934b;
	color:#fff;
	font-weight:bold;
	padding:5px;
}

.search_results td {
	padding:5px;
	border-bottom: 1px solid #e7dfc6;
}

.cart {
	width:95%;
	border: 1px solid #d59600;
	text-align:center;
}

.cart th {
	background-color:#d59600;
	color:#fff;
	font-weight:bold;
	padding:5px;
}

.cart td {
	padding:5px;
}

.cart_pop {
	width: 400px;
	border: 1px solid #d59600;
	text-align:center;
}

.cart_pop th {
	background-color:#d59600;
	color:#fff;
	font-weight:bold;
	padding:5px;
}

.cart_pop td {
	padding:5px;
}

.even {
	background-color:#e5e5e5;
}

.checkout {
	width:70%;
}

.checkout th {
	background-color:#d59600;
	color:#fff;
	font-weight:bold;
	padding:5px;
}

.checkout td {
	padding:2px;
}

ul.gen {
	list-style:none;
	width:98%;
}

ul.gen li {
	padding-left:10px;
	background:url(../images/bullet.gif) no-repeat 0 4px;
	height: 18px;
	width: 150px;
	float:left;
}

.message_bad {
	border: 5px solid #d59600;
	font-weight:bold;
	width: 80%;
	padding: 10px 10px 5px 10px;
	color: #990000;
	margin: 10px 0 10px 0;
}

.message_good {
	border: 5px solid #d59600;
	font-weight:bold;
	width: 80%;
	padding: 10px 10px 5px 10px;
	color: #42aa53;
	margin: 10px 0 10px 0;
}

.message_bad h3, .message_good h3 {
	line-height: 18px;
}

/* ***************  FOOTER STYLES *************** */

#footer {
	width:740px;
	height: 100px;
	text-align:left;
	margin:10px 0 0 0;
	padding-left:10px;
}