/* CSS Document */

/*Free Catalog Head*/
.free_catalog_head{
float:left;
position:relative;
width:780px;
text-align:left;
background-color:#ffffff;
}

/*Send Me Catalogs*/
.send_me_catalogs{
float:left;
position:relative;
width:780px;
text-align:center;
}

/*Left Catalog*/
.left_catalog{
float:left;
position:relative;
text-align:right;
width:180px;
padding-top:20px;
background-color:#ffffff;
}


/*Catalog Description Height*/
.catalog_row{
float:left;
background-color:#ffffff;
}

/*Catalog Description Space*/
.catalog_desc_space{
float:right;
position:relative;
width:168px;
text-align:center;
background-color:#e2e2e2;
margin-top:8px;
}

/*Catalog Description*/
.catalog_desc{
float:right;
position:relative;
width:155px;
right:5px;
text-align:left;
background-color:#e2e2e2;
margin-top:5px;
margin-bottom:5px;
}
