﻿.search_results{
clear:both;
margin:5px 10px 1px 10px;
border-bottom:1px solid #CCCCCC;
}

.search_results_container{
clear:both;
margin:5px 10px 1px 10px;
}

.search_results_line{
clear:both;
margin:5px 10px 1px 10px;
border-bottom:1px solid #CCCCCC;
}


.results_left{
float:left;
width:300px;
margin-left:0px;
padding-top:10px;
padding-bottom:10px;
}

.results_right{
float:right;
width:100px;
padding-top:10px;
padding-bottom:10px;
margin-right:10px;
}

.results_read_more {
display:block;
font-weight:lighter;
font-size:85%;
background-image:url(images/link_bullet.gif);
background-repeat:no-repeat;
background-position:0 4px;
padding-left:11px;
padding-bottom:0px;
line-height:17px;
}

.results_left dl{
float:left;
margin:0;
padding:0;
width:300px;
display:inline;
}

.results_left a{
padding:0;
line-height:15px;
}

.results_left dt{
float:right;
width:230px;
padding:0;
margin:0;
line-height:1.2em;
}

.results_left dd{
padding:0;
padding-right:1px;
margin:0;
}

.results_left dd.comp_thumb img{
float:left;
border:#cccccc;
border-style:solid;
border-width:1px;
}

div.search_results_controls
{
	float:left;
	margin-right:5px;
	margin-top:-38px;
}



/* Open Book image classes*/
.open_book_box {
	background: url(http://localhost:1323/InsideBooks/images/widgeticon_list.png) no-repeat;
	width:54px;
	height:40px;
	float:left;
	position:relative;
	top:-110px;

}
.open_book_box_container 
{
	height:110px;
	width:56px;
	overflow:hidden;
	display:block;
	clear:both;
	
}

.product_image 
{
	height:110px;
	display:block;
	position:relative;
}

.product_image img
{
	position:relative;
	top:9px;
	border:#cccccc;
	border-style:solid;
	border-width:1px;
}

.product_container_dd{
float:left;
width:54px;
margin:0;
}


/* png ie 6 fix */
 img, div {
	behavior: url(javascript/iepngfix/iepngfix.htc)
}

