//style sheet for builder											//~10 HOURS






body{text-align:center;}
/*style for builder*/
/* *.*{font-family:arial,sans-serif;}*/

  
div.builder{width:600;margin:0em auto;text-align:left;}
 
 

    div.prodTitle{display:inline;font-size:.75em;font-weight:bold;}
    div.prodPrice{display:inline;width:5.8em;
	    text-align:right;
	    font-size:1em;font-weight:bold;
    	}

     div.info{
	     display:none;background:#E0E0E0;border:white 1px solid;margin-left:13.4em;margin-right:0em;padding-left:1em; 
	     text-align:left;
	     font-size:.75em;font-family:arial;
	     }

              
#lookUp{position:absolute;top:230;right:20%}




#wrap{text-align:center;}
#content{width: 60%;margin:0 auto;padding:3px;text-align:left;background:white;white-space:nowrap;}	 
div{font-family:arial,sans-serif;color:black;}

div.category{white-space:nowrap;border-bottom: blue 1px solid;}
 div.type{display:inline;width:150px;cursor:pointer;white-space:nowrap;text-transform:capitalize;text-decoration:none;}/*IE hack*/html>body .type{float:left;width:10em;}
  div.product{cursor:pointer;border:white 1px solid;margin-left:2em;background-color:#E5E5FF;background-image: url(../images/gradient.png);background-repeat:repeat-y;}

 div.p{display:none;}  
	     
a.type{cursor:pointer; text-transform:capitalize;text-decoration:none;font-size:1em;white-space:nowrap;}

input{border:blue 1px solid;padding-left:.2em;padding-right:.2em;font-weight:bold;padding-top:1px;}
input.inputDate{width:30%;}/*IE Hack*/html>body .inputDate{width:28%;}
input.inputCust{width:45%;}/*IE Hack*/html>body .inputCust{width:43%}
input.input{width:67%;border:none;padding:0;background:white;font-weight:bold;}
input.inputAdda{height:1.35em;width:57%;}/*IE hack*/html>body .inputAdda{height:1em;margin-top:0.1em;width:55%;}
input.inputAddb{height:1.35em;width:10%;font-weight:bold;text-align:right;}/*IE hack*/html>body .inputAddb{height:1em;margin-top:0.1em;width:9%;}
              
img.remove{cursor:pointer;position:relative;position:relative;bottom:-.1em;}
img.add{cursor:pointer;position:relative;bottom:-.1em;}
img.print{cursor:pointer;}

div.line{background:blue;height:1px;width:100%;overflow:hidden;}
div.vline{background:blue;width:1px;height:.85em;overflow:hidden;display:inline;vertical-align:middle;margin-left:3px;margin-right:3px;}
/*END style for builder*/



#footer{
	margin-right:0 auto;margin-left:0 auto;
	text-align:center;
	font-family:arial; font-size:.75em;}