#shopzilla table td
{
	background-color: #fff;
	padding-top:0;
	padding-bottom:0;
}

#shopzilla table th
{
      text-align:left;
	background-color: #fff;
	padding:10px;
}

#shopzilla-outer
{
	background-color: #ccc;
}

.shopzilla-title
{
	padding:5px;
}

.shopzilla-product
{
	width:50px;
}

/*.shopzilla-mlogo
{
	text-align:center;
	padding:0 10px 0 10px;
	width:200px;
}*/

.shopzilla-price
{
	text-align:center;
}

.shopzilla-price a 
{
        text-align:center;
        /*color:#0000FF;*/
        font-weight:bold;
}

.shopzilla-rating
{
	text-align:center;
}

.shopzilla-stock
{
	text-align:center;
}

#shopzilla-logo
{
	float:right;
}

.shoptable
{
    /*border: 1px solid #EBF0F4;*/
    /*background: url(images/search-bg.png) left top repeat-x;*/

    font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size:12px;
    margin:0px auto;
    width:100px;
    text-align: left;
    /*background-color:#E4E9ED;*/
    /*border:1px solid #B1C0C9;*/
    -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.shoptable thead th { color:#294759; font-size:14px; font-weight:bold; padding:12px 15px; background-color:#B1C0C9; }
.shoptable td { padding: 5px 5px; color:#597587; /*border-top:1px solid #B1C0C9;*/ }
.shoptable .oce-first { background-color:#EBF1F5; }
.shoptable tr:hover td { color:#294759; background-color:#E4E9ED; }



