/* ---- product relation ---- */
#product_relation>h1 {
margin:0 0 6px;
font:bold 14px Arial, Helvetica, sans-serif;
color:#f00078;
padding-bottom:5px;
}

#product_relation .extraitems {
border:1px solid #cdcdcd;
}
#product_relation th {
background:#00b7f0;
padding:5px 0;
color:#fff;
}
#product_relation td {
border-bottom:1px solid #cdcdcd;
padding:5px 15px 5px 0;
}
#product_relation a {
color:#f00078;
text-decoration:underline;
}
#product_relation input {
border:1px solid #cdcdcd;
font:11px Verdana, Arial, Helvetica, sans-serif;
padding:2px 4px;
}
#product_relation .product_relation_submit {
float:right;
width:185px;
height:22px;
border:none;
background:#000;
font-weight:bold;
color:#fff;
padding:0 0 2px;
cursor:pointer;
}

#product_relation td{
padding:5px 0;
}

#product_relation p.productrel-product-desc{
padding-top:5px;
width:290px;
color:#333;

}
#product_relation .related-product-image{
border:1px solid #D5D5D5;
height:140px;
width:150px;
background:#fff url(../images/relative-bg.gif) left bottom repeat-x;
vertical-align:center;
position:relative;
}
#product_relation img.extraitems{
border:none;
}

#product_relation .product-related-image-price{
font-weight:bold;
position:absolute;
top:110px;
left:0;
display:block;
width:150px;
height:20px;
padding-top:4px;
border-top:5px solid #839AE4;
background:#2B2BA7;
color:#fff;
}
/* ---- end of product relation ---- */


