/* CSS Document */


.product_catalog{
float:left;
width:310px;
height:212px;
background:url(../img/products_catalog_bg.jpg) repeat-x;
overflow:hidden;
margin-left:10px;
display:inline;
margin-top:10px;
}
.product_catalog_name{
float:left;
width:286px;
line-height:29px;
height:29px;
overflow:hidden;
padding-left:24px;
font-size:12px;
font-weight:bold;
background:url(../img/product_catalog_top_left.jpg) no-repeat;
}
.product_catalog_name_right{
float:left;
width:286px;
line-height:29px;
height:29px;
overflow:hidden;
padding-left:24px;
font-size:12px;
font-weight:bold;
background:url(../img/products_catalog_right_top.jpg) top right no-repeat;
}
.catalog_img{
float:left;
margin-left:50px;
display:inline;
margin-top:7px;
width:200px;
height:115px;
overflow:hidden;
}
.catalod_desc{
float:left;
width:277px;
height:22px;
line-height:14px;
margin-left:18px;
display:inline;
margin-top:10px;
}
.more{
float:left;
width:50px;
height:13px;
margin-left:252px;
display:inline;
margin-top:3px;
}
.catalog_info{
float:left;
width:290px;
height:203px;
background:url(../img/products_catalog_bottom_lef.jpg) bottom left no-repeat;
}
.catalog_info_right{
float:left;
width:290px;
height:203px;
background:url(../img/products_catalog_rihgt_bott.jpg) right bottom no-repeat;
}


