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;
}

h2 {
	margin-bottom: 5px;
}

.center {
	text-align: center;
}


.intro {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

.small {
	font-size: 0.8em;
}

.light{
	color: #BBBBBB;
}

.light a:link, .light a:visited {
	color: #BBBBBB;
}

.small_light {
	font-size: 0.8em;
	color: #BBBBBB;
}

.small_light a:link, .small_light a:visited {
	color: #BBBBBB;
}

.notification {
	font-weight: bold;
}

.error {
	color: red;
	font-style: italic;
}

.success {
	color: green;
}

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

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

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

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

input.add_to_cart_small, input.add_to_cart, input.checkout, input.next, input.pay_now {
	background: transparent;
	border: none;
	height: auto;
}

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;
}

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

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#hd {
	background: transparent url(../images/ashtonvito.png) repeat-x scroll left top;
}

div#header {
	height: 158px;
}

div#header h1 {
	margin: 0;
	padding: 0;
	display: inline;
}

div#header img {
	height: 150px;
	width: 475px;
}

div#header img.iTunes {
	height: 150px;
	width: 300px;
	position: relative;
	left: 200px;
}

div#top_menu {
	height: 45px;
	text-align: left;
	margin-top: 15px;
	border-bottom: 1px solid #ccc
}

div#top_menu img {
	padding: 0 10px;
}

div#left_menu {
	border-right: 1px solid #ccc;
}

div#cart {
	border-left: 1px solid #ccc;
}
div#left_menu, div#cart, div#right_menu {
	background: white url(../images/menu_gradient.png) repeat-x scroll left top;
	padding: 10px;
}

div#cart {
	border-top: none;
}

div#cart span.cart_price {
	display: block;
	text-align: right;
	font-size: 0.8em;
	color: #999999;
}

div#cart li.item {
	border-bottom: 1px solid #CCCCCC;
}

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

div#cart li.checkout {
	text-align: center;
}

/* when AJAXing a updated cart set original opacity to 0 (invisible) then fade in */
div#updated_cart_wrapper {
	opacity: 0;              /* CSS3 */
	-moz-opacity: 0;         /* legacy Firefox */
	-khtml-opacity: 0;       /* legacy Safari/Konqueror */
	filter: alpha(opacity=0); /* MSIE */
}

div#shopping_cart_wrapper {
	opacity: 0;              /* CSS3 */
	-moz-opacity: 0;         /* legacy Firefox */
	-khtml-opacity: 0;       /* legacy Safari/Konqueror */
	filter: alpha(opacity=0); /* MSIE */
}

span.x_button {
	float: right;
	padding-left: 5px;
	font-weight: normal;
	font-family: arial,sans-serif;
}

ul#cart span.x_button {
	float: left;
	padding-right: 5px;
	position: relative;
	top: 5px;
}

span.x_button a:link, span.x_button a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

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

.hover span.x_button a:hover, .hover span.x_button a:active {
	color: red;
	font-weight: bold;
}

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#right_menu ul li, div#cart li  {
	list-style: none;
	clear: both;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

div#left_menu_store{
	min-height: 300px;
	height: 100%;
	padding: 0 5px;
}

div#left_menu_store h2 {
	margin-top: 5px;
	margin-bottom: 0;
	color: #FF62ED;
}

div#left_menu_store ul {
	margin: 0;
}

div#left_menu_store ul li {
	list-style: none;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	font-weight: bold;
	text-align: left;
}

div#left_menu_store ul li.sub_item {
	padding-top: 2px;
}

#left_menu_store ul li h2, #left_menu_store ul li h3 {
	margin: 0;
}

#left_menu_store ul li h2 a:link, #left_menu_store ul li h2 a:visited {
	padding-left: 5px;
}

#left_menu_store ul li h3 {
	font-weight: normal;
}

#left_menu_store ul li h3 a:link, #left_menu_store ul li h3 a:visited {
	padding-left: 15px;
}

#left_menu_store ul li h2 a:link, #left_menu_store ul li h2 a:visited, #left_menu_store ul li h3 a:link, #left_menu_store ul li h3 a:visited {
	display: block;
	color: #777777;
	text-decoration: none;
}

#left_menu_store ul li h2 a:hover, #left_menu_store ul li h2 a:active, #left_menu_store ul li h3 a:hover, #left_menu_store ul li h3 a:active {
	background: black url(../images/lighting_tile_invert.jpg) center center;
	color: #FF62ED;
}

div#cart li h2 {
	margin-bottom: -10px;
}

div#cart li h3 {
	margin-bottom: 15px;
}

h3.center {
	text-align: center;
}

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;
}

table#product_results {
	border-collapse: collapse;
}

table#product_results td {
	/*border-bottom: 1px solid #BBBBBB;*/
	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 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;
}

div#main_product div.add_to_cart_form {
	clear: both;
	width: 180px;
	float: right;
	border: 3px solid #C9C9C9;
	padding: 5px;
	background: white;
}

div#main_product span.description {
	display: block;
	padding: 10px 0;
}

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

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

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

ul#cart {
	margin: 0;
}

ul#cart li {
	list-style: none;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	font-weight: bold;
	text-align: left;
	clear: both;
	display: block;
}

ul#cart li.header {
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
}

ul#cart li.header span.quantity {
	padding-left: 20px;
}

ul#cart li span.quantity {
	float: left;
	width: 65px;
	text-align: center;
}

ul#cart li span.quantity input {
	border: 1px solid #BBBBBB;
	text-align: center;
}

ul#cart li span.name {
	float: left;
	width: 330px;
}

ul#cart li span.price {
	float: left;
	width: 140px;
}

ul#cart li.footer {
	border: none;
}

ul#cart li.footer span.update_button {
	float: left;
	padding-left: 35px;
	width: 310px;
}

ul#cart li.footer span.info_title {
	color: #888888;
	font-weight: bold;
}

ul#cart li.footer span.info {
	font-weight: bold;
}

ul#cart li.footer span.convert {
	padding-left: 415px;
	font-weight: normal;
}

table#checkout {
	border-collapse: collapse;
}

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

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

div.individual_posted_item h2 {
	color: #800517;
}

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

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: #BBBBBB;
}

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

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

span.item {
	display: block;
	margin-bottom: 10px;
}

span.photo {
	padding: 10px;
}

span.photo img {
	border: 2px solid #777777;
}

div#ft {
	text-align: center;
	font-size: 0.8em;
}

table#product_category_table td {
	border: 1px solid #999999;
	font-size: 0.9em;
}

table#product_category_table thead td {
	font-weight: bold;
	color: #999999;
	border: none;
	font-size: 0.9em;
}

table#product_category_table td table td {
	border: none;
}

ul.tweetbox {
	margin-left:1em;
}


div#twitter_feed li {
	list-style: none;
	padding: 10px 5px;
	border-bottom: 2px dashed #444444;
	overflow: hidden;
}

div#twitter_feed {
	width: 135px;
	float: right;
	padding: 5px;
	border: 2px solid #6CDEFF;
	background: white;
	left: 14px;
	position: relative;
}

div#twitter_feed a:link, div#twitter_feed a:visited {
	border: none;
	text-decoration: none;
	color: #6CDEFF;
}

div#twitter_feed h2 {
	text-align: center;
 	padding: 0;
 	margin: 0;
}

div#twitter_feed h2 a:link, div#twitter_feed h2 a:visited {
 	color: #6CDEFF;
 	text-decoration: none;
}

div#twitter_feed div.tweet{
 	padding: 10px 5px;
 	border-top: 2px dashed #444444;
 	font-weight: normal;
}

div#twitter_feed span.datetime {
	color: #999999;
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	text-align: right;
}

div#content_twitter {
	float: left;
	width: 413px;
}

input.checkout, input.next, input.pay_now {
	border: 1px solid #666666;
	background: white;
	padding: 2px 5px;
	font-size: 14px;
}

.invisible {
	display: none;
}

form#newsletter_signup {
	margin: 20px 0;
}

form#newsletter_signup span {
	display: block;
	margin: 5px 0;
	padding: 0 20px 0 5px;
}

form#newsletter_signup input {
	border: 2px solid #CCCCCC;
}
