
#search_result_contents_cell_list{
	margin: 15px 0;
}


.search_result_contents_cell {
    background-color: white;
    border: 1px solid #D0D0D0;
    margin: 0 15px 15px 0;
    float: left;
    height: 200px;
    width: 165px;
	padding: 10px;
}

.search_result_contents_cell_top{
	height: 45px;
	width: 170px;
	padding: 0 0 0 10px;
	overflow: hidden;
}
.search_result_contents_cell_top_title_a a{
	color: #155492;
	text-decoration: none;
}

.search_result_contents_cell_top_title {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0 5px 5px;
    height: 41px;
    width: 120px;
	overflow: hidden;
}


.search_result_contents_cell_top_age {
    position: relative;
    float: left;
	left: 6px;
	top: -8px;
    width: 40px;
    color: #CC3300;
    font-size: 8px;
    line-height: 15px;
	text-align: center;
}




.search_result_contents_cell_middle{
	position: relative;
}

.search_result_contents_cell_middle_product{
	width: 161px;
	height: 120px;
	display: block;
}


.search_result_contents_cell_bottom {
    height: 30px;
	margin:0 10px;
}

.search_result_contents_cell_bottom_was_price {
	color: grey;
	font-size: 11px;
}
.search_result_contents_cell_bottom_through{
	text-decoration: line-through;
}

.search_result_contents_cell_bottom_curr_price {
    color: #008BD0;
    font-size: 11pt;
    font-weight: bold;
}

.search_result_contents_cell_bottom_learn_price{
	/*margin-top: 5px;*/
}
.search_result_contents_cell_bottom_ranking {
    background: url("../../assets/images/default/powerreviews/stars_small.gif") no-repeat scroll 0 0 transparent;
    height: 15px;
    width: 82px;
}

.search_result_contents_cell_bottom_learn_more_btn {
    background: url("../../search_result_grid/images/btn_learnMore_78x16.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 16px;
    width: 78px;
}

.search_result_contents_cell_bottom_ranking_price{
	padding-top: 5px;
}
.search_result_contents_cell_bottom_ranking_price_BV_product{
	height: 16px;
	width: 70px;
	overflow: hidden;
}
