body{
font-family:Arial, Verdana, San Serif;
font-size:12px;
}

#products_list{}



.products_row {
position:relative;
top:0; left:0;
width:750px;
background:#FBDDD3;
margin:10px;
}

.products_content{
margin:5px;}

.products_row .products_image{
position:relative;
width:330px;
float:left;
}
.products_row .products_image img{
position:relative;
margin:0 auto;
}
.products_row  .products_data{
position:relative;
float:left;

}

.products_title{
font-size:18px;
background:#CED3D9;
color:#1D6097;
/*text-align:center;*/
padding:2px;}

.products_description{
font-family:Arial, Verdana, San Serif;
font-size:13px;
color:#003366;
line-height:18px;
padding-top:10px;
padding-bottom:10px;
}

#pager{
padding:10px;
width:750px;
color:#1D6097;
font-size:12px;
}
#pager table a{
color:#1D6097;
font-size:13px;
text-decoration:none;
}
#pager table a:hover{
font-weight:bold;
}

.next{
color:#1D6097;
font-size:13px;
font-weight:bold;
}
.prev{
color:#1D6097;
font-size:13px;
font-weight:bold;
}
.act_page{
color:#B12900;
font-size:14px;
}
