.product_image{
float: right;
width: 200px;
height: 200px;
border: solid #D6D6D6 1px;
margin-top: 5px;
margin-left: 10px;
}

#product_details_wrapper{
width: 100%;
height: auto;
clear: both;
color: #666666;
margin-bottom: 50px;
}

#product_details_wrapper a:hover {
background-color: white;
}
#product_details_wrapper a:link {
background-color: white;
color: #666666;
text-decoration: none;
}

#product_details_wrapper h1{
font-size: 22px;
margin-top: 5px;
margin-bottom: 0px;
color: #00098D;
}

#product_details_wrapper p{
font-size: 12px;
margin-bottom: 20px
}

.product_options{
clear: both;
position: relative;
width: 480px;
padding-top: 5px;
color: #666666;
}

.product_options_list{
font-size: 10px;
color: #666666;
border: solid #858383 1px;
}

.product_price2{
font-size: 18px;
color: #00098D;
margin-left: 0px;
margin-bottom: 10px;
font-weight: bold;
}

#add_to_basket_button{
width: 400px;
margin-top: 10px;
}




