#landing
{
float:left;
width:745px;
display:inline;
overflow:hidden;
}
#landing .bottom
{
float:left;
width:100%;
padding-bottom:175px;
}
#landing h1
{
float:left;
width:95%;
margin:0px;
padding-left:15px;
line-height:70px;
color:#666666;
font-size:28px;
font-weight:normal;
text-transform:capitalize;
}
#landing .rated
{
float:left;
width:100%;
padding-bottom:20px;
}
#landing .rated .best_rated
{
float:left;
width:32.6%;
height:144px;
margin-left:5px;
display:inline;
}
.rated .best_rated .rated_top
{
float:left;
width:100%;
height:29px;
line-height:29px;
color:white;
text-indent:1em;
font-size:10px;
overflow:hidden;
font-weight:bold;
text-transform:uppercase;
background:url('../images/left/left_red.jpg');
border-bottom:1px solid white;
}
.rated .best_rated .rated_title
{
float:left;
width:100%;
height:29px;
line-height:29px;
text-indent:1em;
background:#D3DBE2;
font-weight:bold;
border-bottom:1px solid white;
}
.rated .best_rated .rated_inner
{
float:left;
width:100%;
height:91px;
background:#EDF0F3;
}
.rated_inner a
{
float:left;
}
.rated_inner a img
{
float:left;
width:78px;
height:61px;
padding:4px;
margin:14px 0px 0px 12px;
display:inline;
background:white;
border:1px solid #C5CDD6;
}
.best_rated .rated_inner .right
{
float:left;
width:126px;
margin:16px 0px 0px 12px;
font-size:11px;
display:inline;
}
.rated_inner .right .row
{
float:left;
width:100%;
margin-top:4px;
}
.right .row .rating_box
{
float:left;
padding:1px;
}
.right .row .rating_bar
{
float:left;
height:10px;
width:90px;
overflow:hidden;
background:url('../images/landing/rating_off.jpg');
}
.right .row .rating_bar .rating_full
{
float:left;
height:10px;
background:url('../images/landing/rating_on.jpg');
}
.right .row .price
{
font-weight:bold;
}
.rated_inner .right a
{
margin-top:4px;
text-decoration:none;
font-weight:bold;
color:black;
text-transform:lowercase;
}
#landing .top
{
float:left;
width:745px;
height:120px;
position:relative;
}
#landing .top h3
{
font-weight:normal;
font-size:12px;
}
#landing .top .top_text
{
float:left;
padding:20px;
}
#landing .more_link
{
margin:10px auto 0px auto;
color:#999999;
font-size:17px;
cursor:pointer;
text-decoration:none;
text-transform:capitalize;
}