.search_page{
	padding-top: 15px;
	padding-left: 100px;
	font-family: verdana, sans-serif;
	color:#000000;
	
}

.search_page_title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.search_page select{
	margin-bottom: 4px;
}

.search_buttons{
	padding-top: 10px;
	text-align: center;
	clear: both;
}

.search_buttons input{
	font-size: 12pt;
	border: 1px solid black;
}



.search_results_page{
	padding: 15px;
}

.results_submit_holder{
	text-align: right;
}

.results_submit_holder input{
	border: 1px solid black;
}

.search_result_row{
	margin: 10px 0px 5px 0px;
	border: 1px solid black;
	padding-bottom: 10px;
	padding-right: 0px;
	width: 96.5%;
    min-height: 190px;
}
.search_result_row_ad{
	background: #ffffff;
	margin: 10px 0px 5px 0px;
	border: 2px solid black;
	padding-bottom: 10px;
	padding-right: 0px;
    width: 96.5%;
	min-height: 190px;
	line-height: 14px;
}

.search_result_refine{
	margin: 0px 0px;
	border: 1px solid black;
	padding-bottom: 10px;
	padding-right: 0px;
    height: 800px;
}

.search_result_row_new{
	margin: 5px;
	border: 1px solid black;
	padding-bottom: 10px;
	padding-right: 10px;
}
.search_result_row_ad_new{
	background: #ffffff;
	margin: 5px;
	border: 2px solid black;
	padding-bottom: 10px;
	padding-right: 10px;
	line-height: 14px;
}


.search_result_row_title{
	padding: 10px 10px 10px 10px; 
	font-size: 12pt;
	font-weight: bold;
	height: 30px; 
	border: 0px solid red;
}

.search_result_row_img_holder{
	float: left;
	min-width: 120px;
	min-height: 150px;
	margin: 5px;
	text-align: center;
}

.search_result_row_img_holder img{
	border: 1px solid black;
}

.search_result_row_content{
/*
	margin-left: 140px;
*/
	font-size: 11pt;
/*
	font-weight: bold;
*/
	height: 100px;
	padding-left: 10px;
}

.search_result_price{
	float: right;
}




/**************************************/

.compare_result_row_title{
	overflow: hidden;
	height: 42px;
	line-height: 20px;
	font-size: 12pt;
	font-weight: bold;
}

.compare_result_row{
	float: left;
	width: 150px;
	border: 1px solid black;
	margin: 5px;
	padding: 10px;
}



/*
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
#screenshot{
	position:absolute;
	border:1px solid #15602E;
	background:#333;
	padding:5px;
	display:none;
	color:#15602E;
	opacity: 1;
}
*/

a.browse_img img{
	border: 1px solid #15602E; 
	padding: 3px;
	width: 100px;
	height:80px;
	margin: 5px 5px 5px 5px;
}

a.browse_img img:hover{
	border: 1px solid #15602E; 
}

a.search_img img{
	border: 1px solid #15602E; 
	padding: 3px;
	width: 100px;
	height:80px;
	margin: 0px 10px 10px 10px;
}

a.search_img img:hover{
	border: 1px solid #15602E; 
}

/* Tooltip */
 
#tooltip {
    position:absolute;
    z-index:999999999;
    color:#fff;
    font-size:12px;
    width:550px;
    
     
}
 
#tooltip .tipHeader {
    height:8px;
    background:url(images/tipHeader.gif) no-repeat;
}
 
/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}
 
#tooltip .tipBody {
    background-color:#000000;
    padding:5px;
    width: 450px;
    margin: 2px;
/*
    border: 2px solid #15602E;
*/
	border:2px double #A4C670;
    text-align: left;
}
 
#tooltip .tipFooter {
    height:8px;
    background:url(images/tipFooter.gif) no-repeat;
}

