﻿/*
------------------------------------------------------
SEARCH
------------------------------------------------------
*/

#searchform {
width: 539px !important;
width: 525px;
float: left;
}

.noResults 
{
	font-size: 14px;			
}

.searchformRow 
{
	width: 98%;	
	margin-top: 10px;
}

.searchOptionCont 
{
	width: 33%;
	float: left;
	margin-bottom: 10px;	
}

.keywords 
{
	float: left;	
}

.specialAttributes 
{
	float: right;	
	font-weight: bold;
	color: #666666;
}

/* USED FOR CHECKBOX DROPDOWNS */

.checkboxDropDown {
	width: 151px;
	float: left;
	margin-right: 5px;	
	height: 29px;	
}

.checkboxDropDown .header {
	font-size: 11px;
	font-weight: 800;
	color: #666;
	padding: 10px 0px 4px 10px;
	background: url(../../images/betts/searchTab.gif) no-repeat;
	width: 151px;
	border-bottom: 1px solid #CCCCCC;
	cursor: default;
	height: auto;
}

.checkboxDropDown .data {		
	overflow: auto; 	
	overflow-x: hidden;	
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;	
	position: absolute;
	z-index: 999;
	width: 280px;
	height: 100px;	 		
}

.checkboxDropDown .data ul 
{	
	margin: 0px;
	padding: 10px;
	list-style: none;
	background: #ffffff url(../../images/betts/searchTab-gradient.gif) top repeat-x;
	width: 280px;
	height: 80px;
	padding-right: 0px; 
}

.checkboxDropDown .data ul li 
{
	float: left;
	width: 125px;	
}

.selectField {
	border: 1px solid #CCCCCC;
	font-size: .9em;
	margin-top: 0px;
	margin-left: 6px;
	width: 150px;
}

.searchButtons {
padding: 13px;
text-align: right;
}

.searchImage {
width: 100px; 
float: left;
}

/* END CHECKBOX DROPDOWNS */

.headerSearch {
font-size: 11px;
font-weight: 800;
color: #666;
padding: 10px 0px 4px 10px;
background: url(../../images/betts/searchTab-NoArrow.gif) no-repeat;
width: 151px;
border-bottom: 1px solid #CCCCCC;
}

.trRow1 {
background: #f5f4f4;
padding: 5px;
border: 1px solid #e0e0e0;
display: block;
margin: 0px 20px 0px 0px;
}

.trRow2 {
background: #FFFFFF;
padding: 5px 5px 15px 5px;
}

	.trRow2 div{
	min-width: 100px;
	margin: 2px 10px 4px 0px;
	float: left;

	}

	#searchForm .trRow2 div input{
	float: left;
	}
	
	#searchForm .trRow2 div span{
	margin: 5px;
	#margin: 0px;
	padding: 5px 0px 0px 0px;
	display: block;
	}	

.border {
border: 1px solid #e0e0e0;
padding-bottom: 10px;
display: block;
}

/*
------------------------------------------------------
Product Content Headers
------------------------------------------------------
*/

.productText h1{
font-size: 1.1em;
font-weight: 800;
color: #000;
margin: 0;
}

.productText h2{
font-size: 1.1em;
font-weight: 800;
color: #000;
margin: 0;
}

.productText h3{
font-size: 1em;
font-weight: 800;
color: #000;
margin: 0;
}

.productText h4{
font-size: 1em;
font-weight: 800;
color: #666666;
margin: 0;
padding-left: 10px;
padding-top: 4px;
}	

.productText ul {
margin-top: 0px;
color: #666666;
}