@charset "utf-8";

/* CSS Document */



#selectedItem{

overflow:hidden;

}

.categoryName{

color:#be9a77;

text-transform:uppercase;

}





#productLeft{

float:left;

margin-right:10px;

overflow:hidden;

}





#productRight{
margin-left:300px;
}



#productRight p{

text-align:justify;

}



#productRight table{

border:solid 1px #b5b5b5;

}



#productRight table td{

padding:5px;

}



#productRight .row1{

font-size:15px;

font-weight:bold;

color:#000000;

background-color:#e8e8e8;

height:30px;

}



#productRight .row2{

font-size:11px;

color:#000000;

background-color:#e8e8e8;

height:15px;

border:none;

height:15px;

}



#productRight .row2 table td{

padding:0 5px 0 5px;

}



.addtocart{

background-image:url(images/addToShoppingCart.gif);

width:162px;

height:28px;

display:block;

border:none;

background-color:#FFFFFF;

}





