﻿#sharePoint_product_list{
font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size:12px;
width:480px;
text-align:left;
border-collapse:collapse;
margin:20px;
}

#sharePoint_product_list thead th.rounded-product{
background:#b9c9fe url('left.png') no-repeat left -1px;
text-align:left
}

#sharePoint_product_list thead th.rounded-inhouse{
background:#b9c9fe url('right.png') no-repeat right -1px;
}

#sharePoint_product_list th{
font-weight:normal;
font-size:13px;
color:#039;
background:#b9c9fe;
padding:5px;
vertical-align:middle;
text-align:center

}

#sharePoint_product_list td{
background:#e8edff;
border-top:1px solid #fff;
color:#669;
padding:5px;
vertical-align:middle;
text-align:center
}

#sharePoint_product_list td a{
font-weight:normal;
font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size:12px;
text-decoration:underline;
color:#669;
}

#sharePoint_product_list td.rounded-foot-left{
background:#e8edff url('botleft.png') no-repeat left bottom;
}

#sharePoint_product_list td.rounded-foot-right{
background:#e8edff url('botright.png') no-repeat right bottom;
}

#sharePoint_product_list tbody tr:hover td{
background:#d0dafd;
}