@charset "utf-8";
/* PRODUCT DETAIL - CSS Document */

ul.price_ranges {
margin: 0 0 30px 0;
}

ul.price_ranges h3 {
color: #333;
border-bottom: 1px solid #CCC;
}

ul.price_ranges li a {
display: block;
padding: 10px 0;
border-bottom: 1px solid #CCC;
background: #FFF;
font-size: 14px;
}

ul.price_ranges li a:hover {
background: #EEE;
}

#product_description {
float: left;
width: 310px;
padding: 10px 15px 10px 0;
}

#product_details {
float: left;
width: 272px;
margin: 0 0 0 15px;
}

#product_details a {
color: #666;
text-decoration: underline;
}

#product_details img {
border: 1px solid #666;
}

#product_details table#bikes_table {
width: 270px;
margin: 0;
padding: 3px 0;
}

#product_details table#bikes_table tr td {
margin: 0;
padding: 3px 0;
font-size: 11px;
}

#product_details table#bikes_table tr td.title {
width: 80px;
font-weight: bold;
}
