body {
	background: white none repeat scroll 0 0;
	color: #605D5C;
	cursor: default;
	font-family: helvetica,sans-serif;
	height: 100%;
}

a:link, a:visited {
	color: #777777;
}

a:hover, a:active {
	text-decoration: none;
	color: #007fc5;
}

h2 {
	margin-bottom: 5px;
}

.intro {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.small {
	font-size: 0.8em;
}

.medium {
	font-size: 0.9em;
}

.larger {
	font-size: 1.1em;
}

.large {
	font-size: 1.3em;
}

.light{
	color: #999999;
}

.light a:link, .light a:visited {
	color: #999999;
}

.small_light {
	font-size: 0.8em;
	color: #999999;
}

.small_light a:link, .small_light a:visited {
	color: #999999;
}

.green {
	color: #71bf00;
}

.green a:link, .green a:visited {
	color: #71bf00;
}

.blue {
	color: #007fc5;
}

.notification {
	font-weight: bold;
	font-size: 1.2em;
}

.error {
	color: red;
	font-style: italic;
}

.error a:link, .error a:visited {
	color: red;
}


.low_stock {
	color: red;
}

.out_of_stock {
	color: red;
	font-weight: bold;
}

input {
	border:2px solid #777777;
	background: #EEEEEE;
	padding: 2px;
	height: 18px;
}

textarea {
	border:2px solid #777777;
	background: #EEEEEE;
	padding: 2px;
}

input[type="button"], input[type="submit"] {
	cursor: pointer;
	font-weight: bold;
	padding: 0;
	height: 24px;
}

input[type="image"] {
	background: transparent;
	border: none;
	height: auto;
}

input.counter {
	color: #444444;
	font-size: 0.7em;
	padding: 2px;	
	border: none;
	background: none;
}

input.add_to_cart_small {
	position: relative;
	top: 5px;
	padding-left: 5px;
}

input.add_to_cart, input.checkout, input.next, input.pay_now {
	position: relative;
	top: 10px;
	padding-bottom: 5px;
}

input.add_to_cart {
	padding-left: 10px;
}

p.add_to_cart {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 2px solid #777777;
	background: #EEEEEE;
	font-size: 1.3em;
}

td.input_name {
	width: 150px;
	font-size: 0.9em;
	color: #666666;
	text-align: right;
}

td.input {
	
}

input.error {
	border-color: red;
	font-style: normal;
}

div#wrapper {
	background: white url(../images/body_tile.png) repeat-y scroll center center;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

div#doc2 {
	background: white;
	height: 100%;
}

div#header {
	height: 150px;
	background: white url(../images/header.png) repeat-x scroll left top;
}

div#header h1 {
	margin: 0;
	padding: 0;
}

div#header img {
	height: 150px;
	width: 950px;
}

div#top_menu {
	height: 30px;
	border-top: 2px solid #777777;
	text-align: right;
}

div#top_menu img {
	padding: 0 10px;
}

.yui-t1 #yui-main, .yui-t2 #yui-main, .yui-t3 #yui-main {
	border-top: 2px solid #777777;
}

div#left_menu, div#cart, div#right_menu {
	background: white url(../images/menu_gradient.png) repeat-x scroll left top;
	border: 2px solid #777777;
	padding: 10px;
}

div#left_menu a:link img, div#left_menu a:visited, img, div#cart a:hover img, div#cart a:visited img, div#right_menu a:hover img, div#right_menu a:visited img {
	border-bottom: 1px solid transparent;
}

div#left_menu a:hover img, div#cart a:hover img, div#right_menu a:hover img {
	border-bottom: 1px solid #777777;
}

div#cart {
	border-top: none;
	margin-bottom: 20px;
}

div#cart span.cart_price {
	display: block;
	float: right;
	font-size: 0.8em;
	color: #999999;
	padding-bottom: 5px;
}

div#cart li.sub_total {
	font-size: 0.8em;
	text-align: right;
	border-top: 1px solid #777777;
	padding-top: 5px;
}

div#cart li.checkout {
	text-align: center;
	padding: 0;
}

div#left_menu h2, div#cart h2, div#right_menu h2 {
	margin: 0;
}

div#left_menu ul, div#cart ul, div#right_menu ul{
	margin: 0;
	margin-bottom: 10px;
}

div#left_menu ul li, div#cart li, div#right_menu ul li {
	list-style: none;
	clear: both;
	padding: 5px;
	font-weight: bold;
}

ol li {
	padding: 5px;
}

div#left_menu ul li.sub_item, div#cart li.sub_item, div#right_menu ul li.sub_item {
	padding-left: 20px;
	font-weight: normal;
}

div#content {
	min-height: 500px;
}

div#content_full {
	min-height: 300px;
	padding: 20px;
	text-align: center;
}

table#product_results {
	border-collapse: collapse;
}

table#product_results td {
	border-bottom: 1px solid #999999;
	padding: 2px 10px;
}

table#product_results thead td {
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #777777;
	text-align: left;
}

table#product_results a:link img, table#product_results a:visited img {
	border: 2px solid #777777;
}

table#product_results a:hover img, table#product_results a:active img {
	border: 2px solid #007fc5;
}

table#product_results span.product_name {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
}

table#product_results span.product_region, table#product_results span.product_strain {
	display: block;
	font-size: 0.9em;
	padding-top: 2px;
}

table#product_results td.product_price_quantity {
	white-space: nowrap;
}

table#product_results form {
	display: inline;
}

table#product_results div.add_to_cart_small {
	display: inline;
}

span.sort {
	display: block;
	font-weight: normal;
}

span.sort a:link, span.sort a:visited {
	color: #999999;
}

table#cart {
	border-collapse: collapse;
}

table#cart td {
	border-bottom: 1px solid #999999;
	padding: 2px 10px;
}

table#cart thead td {
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #777777;
	text-align: left;
}

table#cart tr.foot td {
	border: none;
}

table#cart tr.foot td.info_title {
	color: #888888;
	font-weight: bold;
}

table#cart tr.foot td.info {
	font-weight: bold;
}

div.checkout_box {
	margin: 10px auto;
	padding: 20px;
	background: white url(../images/menu_gradient.png) repeat-x scroll left top;
	width: 500px;
	border: 1px solid #bbbbbb;
	text-align: left;
}

table#checkout {
	border-collapse: collapse;
	margin: 10px auto;
}

table#checkout td {
	padding: 2px 10px;
}

table#checkout td.border_bottom {
	border-bottom: 1px solid #777777;
}

div#news {
	
}

div.individual_posted_item {
	border-bottom: 1px solid #999999;
}

div.individual_posted_item h2 {
	color: #71bf00;
}

div.individual_posted_item h2 a:link, div.individual_posted_item h2 a:visited {
	color: #71bf00;
}

div.individual_posted_item h2 a:hover, div.individual_posted_item h2 a:active {
	color: #007fc5;
}

div.individual_posted_item span.datetime {
	display: block;
	float: right;
	font-size: 0.8em;
	color: #999999;
}

div.individual_posted_item span.user_name {
	display: block;
	clear: both;
	float: right;
	font-size: 0.8em;
	color: #999999;
}

div.individual_posted_item span.text {
	display: block;
	margin: 10px 0;
}

div.individual_posted_item span.item {
	display: block;
	white-space: wrap;
}

div.individual_posted_item span.photo {
	padding: 10px;
}

div.individual_posted_item span.photo a:link img, div.individual_posted_item span.photo a:visited img {
	border: 2px solid #777777;
}

div.individual_posted_item span.photo a:hover img, div.individual_posted_item span.photo a:active img {
	border: 2px solid #007fc5;
}

table#transactions {
	border-collapse: collapse;
}

table#transactions td {
	border-bottom: 1px solid #999999;
	padding: 2px 10px;
}

table#transactions thead td {
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #777777;
	text-align: left;
}

table#transactions td span.individual_product {
	display: block;
}

table#transactions td.datetime {
	font-size: 0.8em;
	color: #999999;	
}

div#ft {
	text-align: center;
	font-size: 0.8em;
}

/* Just for address_label print out page */
body#address_label {
	width: 100%;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align:left;
}

body#address_label a:link, body#address_label a:visited {
	color: #007fc5;
	text-decoration: none;
}

body#address_label a:hover, body#address_label a:active {
	color: #777777;
}

body#address_label table{
	width: 100%;
}

body#address_label div{
	padding: 10px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}

body#address_label .fontsize1 {
	font-size: 0.6em;
}

body#address_label .fontsize2 {
	font-size: 1em;
}

body#address_label .fontsize3 {
	font-size: 1.2em;
}

body#address_label .fontsize4 {
	font-size: 1.8em;
}

body#address_label .fontsize5 {
	font-size: 2.5em;
}

body#address_label .fontsize6 {
	font-size: 4em;
}

body#address_label .fontsize7 {
	font-size: 6em;
}

body#address_label .fontsize8 {
	font-size: 8em;
}

body#address_label .fontsize9 {
	font-size: 10em;
}

body#address_label .fontsize10 {
	font-size: 15em;
}

body#address_label.left {
	text-align: left;
}

body#address_label.center {
	text-align: center;
}

body#address_label.right {
	text-align: right;
}

/* Just for invoice_receipt print out page */
body#invoice_receipt {
	width: 100%;
	font-family: Times New Roman,serif;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align:left;
}

body#invoice_receipt a:link, body#invoice_receipt a:visited {
	color: #007fc5;
	text-decoration: none;
}

body#invoice_receipt a:hover, body#invoice_receipt a:active {
	color: #777777;
}

body#invoice_receipt table{
	width: 100%;
	border-collapse: collapse;
}

body#invoice_receipt h1{
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	font-weight: normal;
}

body#invoice_receipt table#invoice_addresses td{
	width: 50%;
	white-space: nowrap;
}

body#invoice_receipt table#invoice_content{
	margin: 20px 0;
	font-size: 0.9em;
}

body#invoice_receipt table#invoice_content td {
	padding: 3px 10px;
}

body#invoice_receipt table#invoice_content td.qty{
	width: 20px;
}

body#invoice_receipt table#invoice_content td.item{
	width: 80%;
}

body#invoice_receipt table#invoice_content td.price{
	width: 50px;
	white-space: nowrap;
}

body#invoice_receipt table#invoice_content, body#invoice_receipt table#invoice_content tbody{
	border: 2px solid black;
	border-left: none;
	border-right: none;
}

body#pay_by_post_order_form {
	text-align: left;
	margin: 10px;
	font-size: 16px;
}

div.tabs span, div.tab_main {
	background: #EEEEEE;
	border: 2px solid #666666;
}

div.tab_main {
	z-index: 2;
	position: relative;
}

div.tabs {
	height: 17px;
}

div.tabs span {
	background: white;
	margin-right: 2px;
	padding: 2px 5px;
}

div.tabs span.on {
	background: #EEEEEE;
	border-bottom: none;
	z-index: 3;
	position: relative;
}

img.address_icon {
	padding: 2px 10px 2px 2px;
	float: left;
}

body#all_address_labels table {
	width: 100%;
	margin: 30px 20px 0;
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
}

body#all_address_labels table td {
	width: 53%;
}

body#all_address_labels table div {
	height: 125px;
	padding-top: 20px;
}