/* 	
	EasyShopMaker CSS
	©2002 Errel Coop. Amsterdam UA
	
	Please edit this file using your editor
	
*/

/* ------ PRODUCT LISTS ------------------------------ */ 
  
    /* -- title row -- */
    .esm_pl_table{
	width: 95%;
    }
    .esm_pl_titlerow{
   
    }
    .esm_pl_titledata{
   
    }
    .esm_pl_titlefont{

    }

    /* -- product type 1 row -- */
    .esm_pl_row1{

    }
    .esm_pl_td1{

    }
    .esm_pl_font1{

    }    

    /* -- product type 2 row -- */
    .esm_pl_row2{

    }
    .esm_pl_td2{

    }
    .esm_pl_font2{

    }    
    

/* ------ INFO POPUP ------------------------------ */ 

    .esm_ip_font{
    
    }
    /* title */
    .esm_ip_font H3{
  
    }


/* ------ ORDER POPUP ------------------------------ */ 

    .esm_ord_table{
    
    }
    .esm_ord_tr{
    
    }
    .esm_ord_td{
    
    }
    .esm_ord_font{
    
    }

/* ------ CHECKOUT ------------------------------ */ 

    .esm_co_table{

    }
    .esm_co_tr{
 
    }
    .esm_co_td{

    }
    .esm_co_fonttitle{
 	font-family: arial;   
    }
    .esm_co_font{
 	font-family: arial;
    }
    
    /* -- user data form -- */
    .esm_co_form{
 
    }
    .esm_co_form TD{
 
    }

/* ------ THANK YOU/REPSONSE PAGES ------------------------------ */     
    
    /*
    <!-- remove comments in html files if css is used
    <link rel=stylesheet type="text/css" href="easyshopmaker.css">
    -->
    */
    
    .esm_ty_font{
    
    }

