/*
	DEFAULT STYLES ALWAYS NEEDED BY SHOWROOM
*/


/*
	Error Handling
*/

.errorbox {
	color: red;
	margin-top: 10px;
	margin-bottom:30px;
}

.errorbox h2 {
	margin-bottom: 10px;
}

/*
	Tiger Striping
*/

.stockPhotoOff{
	background-color:#303030;
}

.stockPhotoOn{
	background-color:#404040;
}


/*
	AutoGB link
*/

.autoGBLink {
	float:left;
	width:210px;
	color:#999999;
	background-color:transparent;
	text-align:left;
	padding:5px 0px 0px 10px;
	margin:0px;	
	line-height:12px;
	height:40px;
}

.autoGBLink a, .autoGBLink a:visited, .autoGBLink a:hover {
	color:#999999;
}

.autoGBLink a:hover {
	color:#000000;
}



/*
	Misc
*/

.ref {
	color:#999999;
	font-size:1em;
	padding:0px 0px 10px 0px;
	clear:left;
	background-color:transparent;
	width:350px;
}

.indent {
	padding: 0px 0px 0px 30px;
	border-left:0px solid #696969;
}




/* 
	FORMS STUFF
*/

input, select {
/*	background-color:#ffffff; 
	border:1px solid #666666;*/
	color:#000000;
	margin:0px;
	padding:0px;	
	text-align:left;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:10px;	
	height:15px;

}

input {
	width:auto;
}

select {
	width:auto;
}

.item_widget, .item_widget_control {      /* Used for the Search fields*/
	background-color:transparent;
	color:#000000;
}

#searchButton  {
	background-color:#666666;
	color:#ffffff;
	border: 0px solid #000000;
	padding:1px;
	margin:0px 15px 0px 0px;
	text-align:center;
	font-size:10px;
	height:15px;
}

#keywords {
	width:130px;
	background-color:#ffffff;
	color:#000000;
	border:1px solid #000000;
}




