/*----------------------------------------------------------------------------------------------*/
/*											DEBUGGING																			




*/
/*----------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------*/
/*       									IMPORT CSS						  					
/*----------------------------------------------------------------------------------------------*/
@import url("global.css");
@import url("structure.css");



/*----------------------------------------------------------------------------------------------*/
/*       									FOOTER TYPE						  					
/*----------------------------------------------------------------------------------------------*/
#footer{
font-size: 11px;
}

.address_footer{
font-size: 18px;
font-weight: bold;
margin: 5px 0px 5px 0px;
color: #CCCCCC;
}
.address_menu{
font-size: 12px;
margin: 5px 0px 5px 0px;
color: #000000;
}





/*----------------------------------------------------------------------------------------------*/
/*       									CONTENT TABLE					  					
/*----------------------------------------------------------------------------------------------*/
#content_table{
font-size: 18px;
}
#content_table div{
margin-top: 10px;
margin-bottom: 10px;
}

#product_list{
font-size: 12px;
}

.caption{
color: #FFFFFF;
font-size: 19px;
line-height: 30px;
text-indent: 10px;
}

.search_price{
font-size: 12px;
margin-top: 10px;
font-weight: bold;
}

.search_header{
font-size: 16px;
color: #006600;
font-weight: bold;
}




/*----------------------------------------------------------------------------------------------*/
/*       									Ad Banners					  					
/*----------------------------------------------------------------------------------------------*/

.yelbanner{
width: 100%;
background-color: #ffff33;
margin: 10px 0px 10px 0px;
font-size:  25px;
font-weight: bold;
color: #ff3300;
}
.yelbannerSM{
width: 80%;
background-color: #ffff33;
margin: 10px 0px 10px 0px;
font-size:  25px;
font-weight: bold;
color: #ff3300;
}





/*----------------------------------------------------------------------------------------------*/
/*       							       vendor name
/*----------------------------------------------------------------------------------------------*/
#vendor_name{
padding:10px 0px 10px 0px;
}
