/** prod.css **/
/** Based on new.css
/** WOT - Wheels of Time **/
/** created by Kelly Moore 12/16/09 **/


span.in_res{color:red;}
span.in_prod{color: #0000cd;}
span.in_stock{color: #006400;}
span.out_stock{color: #6b8e23;}
span.sold_out{color: #6b8e23;}

p.in_res{background-color:red;}
p.in_prod{background-color: #0000cd;}
p.in_stock{background-color: #006400;}
p.out_stock{background-color: #6b8e23;}
p.sold_out{background-color: #6b8e23;}

#bus_wrapper{
	clear:both;
	width:668px;
	margin:0 auto;
	padding: 0 0;
	border:1px solid #000;
	background-color:#fff;
	font:normal 12px/20px arial,sans-serif;
}
.bus_wrap_position{
	width:100%;
	margin-bottom:10px;
}
.bus_padding{
	width:100%;
	margin: 0 0;
	padding:5px 5px;
}
.bus_padding h3{margin-bottom:10px;
}
#bus_wrapper h1{
	color:#0079c2;
	letter-spacing:0.1em;
	margin-top:0;
	padding-top:0;
}

#homeSplash{
	width:670px;
	height:705px;
	display:block;
	float:left;
	background-image:url('../img/splash_new_med.jpg');
	position:relative;
}

#topSplash{
  width:100%;
  height:156px;
  background-color:#fff;
	/*background-image: url('../img/splash_mw.jpg');
	background-repeat: no-repeat;
	background-position: 0 1px;*/
}
#topSplash img{
	padding:1px 0;
}


.splash_poppy{
	position:absolute;
	left:70px;
	top:15px;
}

.prod_list form{
	display:inline;


}
.prod_list {
	list-style: none;
	/*border:1px dotted #ccc;*/
	/*background-color:#99ccff;*/
	margin:5px 0 20px 0;
	padding:0 0;
	width:98%;
	color:#333;
}

.prod_list tr{
	background-color:#99ccff;
}
table.prod_list td{
/*	border: 1px dotted red;*/
	padding:7px 5px;
	vertical-align: top;
	border-bottom: 2px solid #fff;

}
table.prod_list td.view_image{
	width:100px;
	text-align: center;
/*	vertical-align:middle;*/
}
table.prod_list td.item_info{
	width:250px;
}
.item_info:hover{cursor: pointer}



.prod_list li {
	line-height:2.0em;
	cursor: pointer;
	margin-left:0;
	font-size:0.9em;
}
.prod_list li span.tip, .tip{
	font-size:0.9em;
	font-weight:900;
	background-color:#ff6;
	border:1px solid #999;
	color:#600;
	padding:4px 3px;
	margin-right:2px;
	cursor:pointer;
}
button{
	font-size:0.9em;
	font-weight:900;
	color:#fff;
	background-color: #f03;
	border:1px solid #999;
	padding:3px 3px;
  margin-right:0; 
	cursor:pointer;
}
.prod_list li span.cart{
	color:white;
	background-color:#0066cc;
}
.buttonAsLink{
	font-weight:900;
	font-family:       Arial, sans-serif;
	font-size:         0.9em;
	color:             white;
	background-color:  #0066cc;
	padding:           4px 3px;
	border:1px solid #999;
	cursor:            pointer;
	/*width:             100px;*/
	margin: 0 0 ;
	text-transform:uppercase;
	}

span.cart a{
	color:#f03;
	text-decoration:none;
}
.poppy{
	background-color:#eedd82;
	/*text-decoration:underline;*/
}
.bubba{
	background-color:#0079c2;
	color:white;
	cursor:pointer;
}
.deadline_text{
	line-height:2em;
	font-size:1.4em;
	font-weight:900;
	margin:5px 0 0 0;
}

.inproduction_text{
	line-height:2em;
	font-size:1.4em;
	font-weight:900;
	padding:2px 2px;
	letter-spacing:0.04em;
	color:#fff;
	background-color: #036;
}
.in_res	{
	text-align: center;
	line-height:2em;
	font-size:1.4em;
	font-weight:900;
	padding:2px 2px;
	letter-spacing:0.04em;
	color:#fff;
	background-color: #900;
}
.status_detail	{
	font-style: italic;
	text-align: center;
	line-height:2em;
	font-size:1.4em;
	font-weight:900;
	padding:2px 2px;
	letter-spacing:0.04em;
	color:#000;
	background-color: #ccc;
}
.gen_detail	{
	margin-bottom:0;
	font-style: italic;
	text-align: center;
	line-height:2em;
	font-size:1.4em;
	font-weight:900;
	padding:2px 2px;
	letter-spacing:0.04em;
	color:#fff;
/*	background-color: #ccc;*/
}


.download_brochure{
	font-size:0.8em;
	line-height:normal;
	font-weight:normal;
	background-color:#ccc;
	float:right;
	margin-top:10px;
	margin-right:20px;
}

.download_brochure a{
	font-size:1.2em;
	color:#f03;
	font-weight:900;
	text-decoration:none;
}

.deadline_text .solid{
	letter-spacing:0.04em;
	color:#fff;
	background-color: #f03;
}
.deadline_text .lite{
	color:#f03;
	background-color:#fff;
	font-size:0.9em;
}
h3.fortip {
	clear:left;
	margin-bottom:0;
}
li span.des{
	margin-left:10px;
	float:left;
	width:550px;
}
.details{
	cursor:help;
}
.nomargin{
	margin:0 0;
	line-height:1.1em;
}

/***  mailing list form ***/
.get_on_list{
	margin:0 0;
	padding: 5px 5px;
}
.get_on_list .formrow{
	width:600px;
	margin:10px 0 10px 0;
}
.buttonrow {
	width:600px;
	height:3em;
}
.buttonrow input{
	width:100px !important;
	background-color:#edd000;
	color:#095aa5;
	padding-bottom:2px;
	margin-left:490px;
	height:25px;
	border:2px solid #000;
	cursor:pointer;
	font-weight:800;
}
.get_on_list label{
	width:100px;
	float:left;
}
.get_on_list input{
	width:200px;
}
.prod_sheets{
	margin: 40px 0 0 0;
	padding:0 0;
	width:200px;margin-left:410px;line-height:1em;
	line-height:1.2em;
}
.prod_sheets span{
	float:right;
	margin-right:10px;
}

.rollover a {
display:block;
width: 90px;
padding:10px 10px 10px 7px;
font: bold 13px sans-serif;;
color:#333;
background: url("../img/resv.png") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover {
background-position: 0 -35px;
color: #049;
}
.rollover a:active {
background-position: 0 -70px;
color:#fff;
}

.brochure a:link { color:#2c299c;}
.brochure a:visited { color:#2c299c;}
.brochure a:hover { color: #e53131;}
.brochure a:active { color: #edd000;}

.hideform{visibility:hidden;}
