html, body {
	font-family: Arial;
	cursor: default;
	color: #444444;
}

a:link, a:visited {
	color: #444444;
}

a:hover, a:active {
	color: #AAAAAA;
	text-decoration: none;
}

img {
	border: none;
}

h1, h2 {
	color: #444444;
}

h1 {
	margin: 4px 0;
}

h2 {
	margin: 4px 0 2px;
}


h1.heading {
	text-align: center;
}

h2.sub_heading {
	text-align: center;
}

.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;
}

.notification {
	font-weight: bold;
	font-size: 1.1em;
}

p.notification {
	margin: 10px 0;
}

.error {
	color: red;
	font-style: italic;
}

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

.add_to_cart {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #71bf00;
}

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

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="radio"], input[type="checkbox"] {
	border: none;
}

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

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

table { 
	border-collapse: collapse;
}

table td {
	border: none;
	padding: 2px;
}

table td.input_table_spacer_border {
	border-top: 1px solid #444444;
}

#doc2 {
	width: 73.096em;
}

div#wrapper {
	background: white url(../images/body_tile.gif) no-repeat fixed center top;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

div#hd {
	padding-bottom: 5px;
	background: white url(../images/header_image.jpg) repeat-x top left;
}

div#hd div#forty_five_logo{
	background: transparent url(../images/forty_five_logo.png) no-repeat scroll -105px -23px;
	position: absolute;
	z-index: 1;
	width: 350px;
	height: 311px;
}

div#hd div#image{
	width: 100%;
	height: 104px;
	padding-bottom: 5px;
}
div#hd div#image img.home_image {
	width: 100%;
	height: 104px;
}

div#hd div#pinstripe{
	width: 100%;
	height: 14px;
	background: white url(../images/pinstripe_h.png) repeat-x;
	z-index: 2;
}

div#hd div#links{
	font-size: 17px;
	color: #C9C9C9;
	text-align: right;
	position: relative;
	z-index: 2;
	font-weight: bold;
	padding-right: 3px;
}

div#hd div#links a:link, div#hd div#links a:visited {
	text-decoration: none;
}

div#hd div#links span.cyan {
	color: #6CDEFF;
}

div#hd div#links a.cyan:link,  div#hd div#links a.cyan:visited {
	color: #6CDEFF;
}

div#hd div#links a.cyan:hover, div#hd div#links a.cyan:active {
	color: #C9C9C9;
}

div#hd div#links span.green {
	color: #4BFD61;
}

div#hd div#links a.green:link,  div#hd div#links a.green:visited {
	color: #4BFD61;
}

div#hd div#links a.green:hover, div#hd div#links a.green:active {
	color: #C9C9C9;
}

div#hd div#links span.pink {
	color: #FF62ED;
}

div#hd div#links a.pink:link,  div#hd div#links a.pink:visited {
	color: #FF62ED;
}

div#hd div#links a.pink:hover, div#hd div#links a.pink:active {
	color: #C9C9C9;
}

div#hd div#links span.yellow {
 color: #F6FD4B;
}

div#hd div#links a.yellow:link,  div#hd div#links a.yellow:visited {
	color: #F6FD4B;
}

div#hd div#links a.yellow:hover, div#hd div#links a.yellow:active {
	color: #C9C9C9;
}

div#hd div#links span.cart{
	display: block;
	font-weight: bold;
}

div#hd div#pinstripe_small{
	width: 100%;
	height: 5px;
	background: white url(../images/pinstripe_h.png) repeat-x;
	font-size: 0px;
}

.yui-g .yui-u {
	width: 160px;
}

.yui-g div.first {
	width: 603px;
}

.yui-g div.full {
	width: 768px;
}

div#bd {
	background: white url(../images/lighting_tile.jpg);
	position: relative;
	z-index: 3;
}

div#content {
	min-height: 495px;
	font-size: 15px;
}

div.yui-b {
	border-right: 3px solid #FF62ED;
	border-bottom: 3px solid #FF62ED;
}

div.yui-u {
	border-left: 3px solid #6CDEFF;
	border-bottom: 3px solid #6CDEFF;
}

div.first, div.main {
	border: none;
}

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

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

div#left_menu ul {
	margin: 0;
}

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

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

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

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

#left_menu ul li h3 {
	font-weight: bold;
}

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

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

#left_menu ul li h2 a:hover, #left_menu ul li h2 a:active, #left_menu ul li h3 a:hover, #left_menu ul li h3 a:active {
	background: black url(../images/lighting_tile_invert.jpg) center center;
	color: #FF62ED;
}

div#right_menu div.welcome_to{
	width: 100%;
	height: 90px;
	text-align: right;
	background: transparent url(../images/welcome_to.png) no-repeat top right;
	padding-bottom:10px;
}

div#right_menu h2 {
	padding-top: 10px;
	color: #6CDEFF;
}

div#right_menu div#new_stock {
	height: 500px;
	overflow: auto;
}

div#right_menu div#new_stock h2 {
	color: #444444;
}

div#new_stock {
	margin-left: 5px;
}

div#new_stock img {
	width: 100px;
	height: 100px;
}

div#right_menu div#products span.individual_product {
	display: block;
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #777777;
	font-weight: bold;
}

div#right_menu div#products span.individual_product a:hover, div#right_menu div#products span.individual_product a:active {
	color: #6CDEFF;
}

div#right_menu div#products span.individual_product img {
	margin: 3px;
}

div#right_menu div#products span.individual_product a:link img, div#right_menu div#products span.individual_product a:visited img {
	border: 2px solid #777777;
}

div#right_menu div#products span.individual_product a:hover img, div#right_menu div#products span.individual_product a:active img {
	border: 2px solid #6CDEFF;
}

div#twitter_feed {
	padding: 5px;
	border: 2px solid #6CDEFF;
	background: #9AE4E8 url(http://s3.amazonaws.com/twitter_production/profile_background_images/4576296/twitter_background.jpg) repeat fixed left top;
	margin: 5px;
}

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

div#twitter_feed div.tweet{
	padding: 10px 5px;
	border-top: 2px dashed #444444;
	color: #551606;
	font-weight: bold;
	background: white;
	opacity: 0.8;
}

div#twitter_feed div.first_tweet {
	font-size: 1.2em;
}

div#twitter_feed span.tweet_link {
	display: block;
	padding-top: 5px;
	text-align: right;
	font-weight: normal;
}

div#twitter_feed span.datetime {
	display: block;
	padding-top: 5px;
	text-align: right;
	font-size: 0.8em;
	color: #999999;
	font-weight: normal;
}

div#cart {
	width: 180px;
	float: right;
	border: 3px solid #4BFD61;
	padding: 5px;
	background: white;
	margin:0 0 20px 20px;
}

div#cart h2 {
	margin: 0;
}

div#cart h2 a:link, div#cart h2 a:visited {
	color: #4BFD61;
}

div#cart h2 a:hover, div#cart h2 a:active {
	color: #C9C9C9;
}

div#cart ul {
	margin: 0;
	margin-bottom: 10px;
}

div#cart li {
	list-style: none;
	clear: both;
	padding: 5px;
	font-weight: bold;
}

ol li {
	padding: 5px;
}

div#cart li.sub_item {
	padding-left: 20px;
	font-weight: normal;
}

div#cart span.promotion_name {
	display: block;
	font-size: 0.8em;
	color: red;
}

span.reduction_amount {
	color: red;
	font-weight: bold;
}

div#cart span.cart_price {
	clear: both;
	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;
}

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 td span.reduction_amount {
	color: red;
}

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

table#product_results {
	width: 100%;
}

table#product_results td {
	width: 33%;
	text-align: center;
}

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

div.product_images span {
	padding-right: 10px;
}

table#product_results h2 {
	margin: 0;
	font-size: 1em;
}

table#product_results h2 a:link, table#product_results h2 a:visited {
	display: block;
	color: #444444;
	text-decoration: none;
}

table#product_results h2 a:hover, table#product_results h2 a:active {
	background: black url(../images/lighting_tile_invert.jpg) center center;
	color: #4BFD61;
}

table#product_results a:link img, table#product_results a:visited img {
	border: 3px solid white;
}

table#product_results a:hover img, table#product_results a:active img {
	border: 3px solid #444444;
}

table#product_results td span.reduction_amount {
	color: red;
	font-weight: bold;
}

table#product_results td.datetime {
	font-size: 0.8em;
	width: 55px;
	color: #999999;
}

div.pages {
	text-align: center;
	font-size: 0.8em;
}

div.pages span {
	padding: 0 10px;
}

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

div#main_product div.add_to_cart_form span.promotion_name {
	display: block;
	font-size: 0.8em;
	color: red;
}

div#main_product div.add_to_cart_form del {
	display: block;
	font-weight: normal;
}

div#main_product div.add_to_cart_form span.reduction_amount, div#main_product div.add_to_cart_form span.reduction_amount a:link, div#main_product div.add_to_cart_form span.reduction_amount a:visited {
	color: red;
	font-weight: bold;
}

div#main_product div.add_to_cart_form div.price {
	font-weight: bold;
}

div#main_product div.add_to_cart_form select {
	max-width: 180px;
}

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

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

ul#promotions {
	overflow: hidden;
	width: 604px;
	font-size: 13px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

ul#promotions li {
	background: white url(../images/menu_gradient_short.png) repeat-x scroll 0 0;
	/*border: 3px solid #4BFD61;*/
	display: inline;
	float: left;
	margin: 4px 0 0 4px;
}

ul#promotions li div {
	width: 291px;
	height: auto;
	display: block;
	text-align: center;
	overflow: hidden;
}

ul#promotions li img {
	padding: 0px;
}

/*
ul#promotions li a:link img, ul#promotions li a:visited img {
	border: 3px solid #777777;
}

ul#promotions li a:hover img, ul#promotions li a:active img {
	border: 3px solid #4BFD61;
}
*/
ul#promotions li h2 {
	text-align: center;
	color: #4BFD61;
}

ul#promotions a:link, ul#promotions a:visited {
	text-decoration: none;
	color: #444444;
}

ul#promotions a:hover, ul#promotions a:active {
	text-decoration: underline;
	color: #4BFD61;
}

ul#promotions li.heading {
	border: none;
	width: 100%;
	background: none;
}

ul#promotions li h3 {
	margin: 4px 0;
	font-weight: normal;
}

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

div#front_page_stock h2 {
	text-align: center;
	color: #6CDEFF;
}

div#front_page_stock ul{
	overflow: hidden;
	width: 604px;
	font-size: 13px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

div#front_page_stock ul li {
	background: white url(../images/menu_gradient_short.png) repeat-x scroll 0 0;
	border: 3px solid #6CDEFF;
	display: inline;
	float: left;
	margin: 4px 0 0 4px;
}

div#front_page_stock ul li div {
	width: 189px;
	height: 160px;
	display: block;
	text-align: center;
	overflow: hidden;
}

div#front_page_stock ul li img {
	padding: 0px;
}

div#front_page_stock ul li a:link img, div#front_page_stock ul li a:visited img {
	border: 3px solid #777777;
}

div#front_page_stock ul li a:hover img, div#front_page_stock ul li a:active img {
	border: 3px solid #6CDEFF;
}

div#front_page_stock ul a:link, div#front_page_stock ul a:visited {
	text-decoration: none;
	color: #444444;
}

div#front_page_stock ul a:hover, div#front_page_stock ul a:active {
	text-decoration: underline;
	color: #6CDEFF;
}

div#front_page_stock ul li h3 {
	margin: 4px 0;
	font-weight: normal;
}

span.in_stock {
	color: #71bf00;
}

span.low_stock {
	color: red;
}

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

img.address_icon {
	padding-right: 5px;
}

div#news h2 {
	border-bottom: 2px solid #C9C9C9;
	color: #464646;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 1.4em;
}

div#news h2 a:link, div#news h2 a:visited {
	text-decoration: none;
}

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

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

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

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

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

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

div.checkout_box,  div.promotional_code_box {
	padding: 20px;
}

table#checkout, table#promotional_code {
	background: white url(../images/menu_gradient_short.png) repeat-x scroll 0 0;
	border: 3px solid #777777;
}

table#promotional_code {
	width: 550px;
}

table#checkout td,  table#promotional_code td {
	padding: 5px 20px;
}

table#events {
	border-top: 1px solid #cccccc
}

table#events td {
	padding: 10px 20px;
	border-bottom: 1px solid #cccccc;
}

table#events td.title {
	font-weight: bold;
}

table#events td.datetime {
	color: #999999;
	font-size: 0.8em;
}

div#ft {
	width: 100%;
	text-align: center;
	font-size: 0.7em;
}

div#ft img.join_icon {
	width: 12px;
	height: 12px;
}

.invisible {
	display: none;
}