@import url(main_editor_styles.css);



/* Common */



body {
	margin:12px;
	padding:0px;
}



body, div, td, input, textarea, option, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

div, td {
	text-align:left;
}



#page {
	width:754px;
	padding:8px;
	border:solid 1px #CCCCCC;
}



.html a {
	text-decoration:none;
}
.html a:hover {
	text-decoration:underline;
}



/* Navigation */



.header {
	width:100%;
	height:115px;
}



.header .logo {
	float:left;
	width:230px;
}



.header .nav {
	float:left;
	width:524px;
	text-align:right;
}

.header .nav .top {
	float:right;
	width:500px;
	padding:14px 16px 0px 0px;
}

.header .nav .bottom {
	float:right;
	width:500px;
	padding:58px 16px 0px 0px;
}

.header .nav ul, .header .nav li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

.header .nav ul {
	float:right;
}

.header .nav li {
	float:left;
}

.header .nav li a {
	padding:4px 10px 4px 10px;
	text-decoration:none;
}

.header .nav li a:hover {
	text-decoration:none;
}

.header li.selected {
	font-weight:bold;
}



/* Body */



#body {
	clear:left;
	padding-top:8px;
}
#body .left {
	float:left;
	width:94px;
	padding:14px 20px 0px 0px;
	text-align:right;
}
#body.body_text .left, #body.body_text_shop .left {
	width:236px;
}



ul.subnav, ul.subnav li {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
ul.subnav {
	margin-bottom:20px;
}
ul.subnav li {
	margin-bottom:10px;
}
ul.subnav li a {
	text-decoration:none;
	font-weight:bold;
}
ul.subnav li a:hover {
	text-decoration:underline;
}



ul.subnav ul {
	margin:0;
}
ul.subnav ul li {
	margin:0;
}
ul.subnav ul li a {
	font-weight:normal;
}



#body .right {
	width:630px;
	float:left;
	padding:0px 0px 0px 8px;
	border-left:solid 2px #EFEFEF;
}

#body.body_text .right {
	width:438px;
	padding:12px 50px 0px 0px;
	border:none;
}

#body.body_text_shop .right {
	width:486px;
	padding:12px 10px 0px 0px;
	border:none;
}



/* Homepage */



#homepage_body {
	clear:left;
	padding-top:8px;
}

#homepage_body .left {
	float:left;
	width:630px;
	padding:0px 10px 0px 0px;
}

#homepage_body .right {
	width:112px;
	float:left;
	padding:0px 0px 0px 0px;
}

.blurb {
	height:254px;
}
.footer {
	display:block;
	text-align:center;
	font-size:10px;
	color:#999999;
	text-decoration:none;
}



/* Large Images */



.single_image_right {
	float:right;
}




/*
 *	Shop
 */

#body .right .shop {
	padding:12px 10px 0px 12px;
}
.shop_item { 
	width:110px;
	height:145px;
	margin:0px 10px 10px 0px;
	float:left;
}

.shop_item_image {}
.shop_item_price { color:#666666; font-weight:bold; }
.shop_item_text  { color:#666666; }
.shop_pagination { clear:left; margin-top:10px; }

.prod_left {
	float:left;
	width:180px;
	text-align:right;
	margin-right:20px;
}
.prod_right {
	float:left;
	width:400px;
}
.prod_right label {
	clear:left;
	float:left;
	display:block;
	width:90px;
	margin-right:6px;
	text-align:right;
	font-weight:bold;
}
.prod_right .prod_detail {
	clear:left;
	margin-bottom:3px;
}
.prod_right .prod_right_input {
	width:130px;
}
.prod_right textarea {
	height:60px;
}
#shop_hidden_details {
	display:none;
}

/*
 *	Checkout
 */

.checkout_box { float:left; width:175px; margin:0px 15px 15px 0px; }
.checkout_box_input { float:left; width:25px; }
.checkout_box_label { float:left; width:150px; }
.checkout_subtle label { font-size:11px; color: #999; cursor: pointer; }
.checkout_textarea { width:200px; height:80px; }
.checkout_error { color:#FF0000; font-style:italic; }
.checkout_payment_options { list-style:none; margin-left:20px; padding-left:0; }

.checkout_order_summary th { font-style:italic; font-weight:normal; border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_item td			{ border-bottom:1px solid #E7D9C5; }
.checkout_order_summary tr.row_discount td	{  }
.checkout_order_summary tr.row_shipping td	{  }
.checkout_order_summary tr.row_total td			{ border-bottom:1px solid #E7D9C5; border-top:1px solid #E7D9C5; }


/*
 *	User signup
 */

.signup_text_label { float:left; clear:left; display:block; width:120px; font-weight:bold; }

