/*
	EasyShopMaker Pro CSS
	http://www.easyhopmaker.com
	validated 2007	
	Please edit this file using your editor

*/

/* ------ PRODUCT LISTS ------------------------------ */

    /* -- title row -- */
    .esm_pl_table{
		font-family: verdana, arial, sans-serif;
		width: 95%;
		border-style: none;
    }
    .esm_pl_titlerow{
		font-family: verdana, arial, sans-serif;
    }
    .esm_pl_titledata{
		font-family: verdana, arial, sans-serif;
	    	border-style: outset;
	    	border-width: thin;
    }
    .esm_pl_titlefont{
		font-family: verdana, arial, sans-serif;
	   	font-size: 9px;
    }

    /* -- product type 1 row -- */
    .esm_pl_row1{
		font-family: verdana, arial, sans-serif;
    }
    .esm_pl_td1{
		font-family: verdana, arial, sans-serif;
	    	border-style: none;
		padding-left: 5px;
		border-right-width: thin;

    }

   .esm_pl_td1 input[type=text]{
	 	font-family: verdana, arial, sans-serif;
		font-size: 9px;
		
		background: url(buttonback1.gif);
		border: 1px solid Black;
		border-color: Silver Black Black Silver;
    }
    .esm_pl_td1 input[type=button]{
    
    }

    .esm_pl_font1{
	   	font-size: 9px;
		font-family: verdana, arial, sans-serif;
    }

    /* -- product type 2 row -- */
    .esm_pl_row2{
		font-family: verdana, arial, sans-serif;
		height: 10px;
    }
    .esm_pl_td2{
		border-right-width: thin;
		font-family: verdana, arial, sans-serif;
	    	border-style: none;
		padding-left: 5px;
    }
    .esm_pl_td2 input[type=text]{
		border-bottom-width: thin;
		font-family: verdana, arial, sans-serif;
		font-size: 9px;
	   	height: 20px;

		background: url(buttonback1.gif);
		border: 1px solid Black;
		border-color: Silver Black Black Silver;

    }
    .esm_pl_td2 input[type=button]{
    
    }
    .esm_pl_font2{
   	font-size: 9px;
		font-family: verdana, arial, sans-serif;
    }
    
    #esm_pl_thumbnail{
	background:#eee;
	border:1px solid silver;
	margin:0 auto;
    } 


/* ------ INFO POPUP ------------------------------ */
	.infopu table{
			font-size: 9px;

			font-family: verdana, arial, sans-serif;
			width: 95%;
			border-style: none;
	    }
	.infopu h3 { 		font-size: 14px;
	   }

	.infopu li a, .infopu li a:visited {
		font-family:verdana, sans-serif;
		font-size:9px;
		float:left;
		text-decoration:none;
		color:#000;
		background:#fff;
		text-align:center;
		width:16px;
		height:16px;
		line-height:16px;
		border:1px solid #444;
		margin:2px;
	}
	.infopu li a:hover {
		background:#ddd; */
	}
	.infopu li a:active, .infopu li a:focus {
		background:#444;
		color:#fff;
	}

	#infopu_img{
		background:#eee;
		border:1px solid silver;
		margin:0 auto;
	} 

	.infopu button {

	}


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

.esm_btn_table input{
	border-bottom-width: thin;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	height: 20px;
	background: url(buttonback1.gif);
	border: 1px solid Black;
	border-color: Silver Black Black Silver;
}


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

	.orderpo {
			font-family: verdana, arial, sans-serif;
			border: thin;
			vertical-align: middle;
			font-size: 11px;
	 }
	.orderpo h3 {
			font-family: verdana, arial, sans-serif;
			vertical-align: middle;
			font-size: 12px;
			padding: 1px;		
	 }

	.orderpo table{
			font-family: verdana, arial, sans-serif;
			border: thin;
			vertical-align: middle;
			font-size: 11px;
	}
	.orderpo input{	
			/* width: 200px; */
	}
	.orderpo select{
			/* width: 206px; */
	}

	#orderaction {	text-align: center;
	}

	/* extra debug information */
	#merchant_info { visibility: hidden;
			 font-family: verdana, arial, sans-serif;
			 font-size: 7px;
	}
	
	/* buttons */
	#cancel {
	
	}
	
	#continue {
	
	}
	
	#tocart {
	
	}


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

    .esm_co_table{
		width: 500px;
		font-family: verdana, arial, sans-serif;
    }

    /*  default buttons */
    .esm_co_table input[type=button]{

    }
    
    .esm_co_table TR{
		font-family: verdana, arial, sans-serif;
		border-top-width: 1px;
		border-style: none;
    }
    .esm_co_td{
		border-top-width: 1px;
		border-style: none;
		font-family: verdana, arial, sans-serif;
    }
    .esm_co_line{
		font-family: verdana, arial, sans-serif;
		height: 1px;
		border-width: 1px;
		border-style: none;
    }

    .esm_co_td input[type=text]{
		background: #F4F4F4;
		border-width: 1px; 
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
	   	height: 20px;

		background: url(buttonback1.gif);
		border: 1px solid Black;
		border-color: Black Silver Silver Black;
	
 	}

    .esm_co_td input[type=checkbox]{
		background: #F4F4F4;
		border-width: 1px; 
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
 	}
    
 

    .esm_co_td select{
		background: #F4F4F4;
		border-width: 1px; 
		border: thin; 
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		COLOR: black;
		font-size: 11px;
		width: 250px;
    }


    .esm_co_fonttitle{
		font-family: verdana, arial, sans-serif;
    }

    .esm_co_font{
		font-family: verdana, arial, sans-serif;
	   	font-size: 11px;

    }
    .esm_co_smallfont{
		font-family: arial, sans-serif;
		   font-size: 9px;

    }

    /* -- user data form -- */
    .esm_co_form{
		font-family: verdana, arial, sans-serif;    	
    

    }
    .esm_co_form TR{
		font-family: verdana, arial, sans-serif;
    		border-width: 1px
    }
    
    .esm_co_form INPUT[type=text]{
		background: #F4F4F4;
		border-width: 1px; 
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
	   	height: 20px;
		COLOR: black;
		FONT-WEIGHT: bold
    		}

    /* submit button under form */
    .esm_co_form INPUT[type=submit]{
	}

    /* reset button under form */
    .esm_co_form INPUT[type=reset]{
	}
 
	 
/* ------ 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{
		font-family: verdana, arial, sans-serif;
	   	font-size: 11px;
    }
    
/* ------ Auto. created pages/frames ------------------------------ */

    .esm_list{
		font-family: verdana, arial, sans-serif;
		font-style: oblique normal;
		font-size: 10px;
		COLOR: black;
		FONT-WEIGHT: bold;
		text-decoration : none;
		text-transform : capitalize;
    }

    .esm_list select{
		background: #F4F4F4;
		border-width: 1px; 
		border: thin; 
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		COLOR: black;
		font-size: 11px;
		width: 250px;
    }
