
  a {
    font-family       : arial;
    font-size         : 11;
    color             : #CC3333;
    text-decoration   : none;
    cursor            : pointer;
  }

  a:hover {
    color             : #CC3333;
    text-decoration   : underline;
    cursor            : pointer;
  }

  a:link {
    font-family       : arial;
    font-size         : 11;
    color             : #CC3333;
    text-decoration   : none;
    cursor            : pointer;
  }

  a:active {
    font-family       : arial;
    font-size         : 11;
    color             : #CC3333;
    text-decoration   : none;
    cursor            : pointer;
  }

  a:visited {
    font-family       : arial;
    font-size         : 11;
    color             : #CC3333;
    text-decoration   : none;
    cursor            : pointer;
  }

  img {
    border-style      : none;
  }

  body {
    margin      : 0px;
    padding     : 0px;
    background  : #fff3d6; 
  }
  
  table {
    border-collapse : collapse;
    border-style    : none;
  }

  div.maindiv {
    margin            : 0 0 0 0;
    width             : 1400px;
    text-align        : left;
    position : absolute;
  }

  
  div.home_headerbox {
    width : 1005px;
    height : 321px;
  }

  
  div.home_menubox {
    width : 732px;
    height : 57px;
    position : relative;
    left : 0px;
    top : 264px;
    z-index : 99;
  }
  
  div.middleframe {
    width : 1005px;
    height : 666px;
    background-image : url('../images/frame_contentbg.jpg');
    background-repeat : no-repeat;
    background-color : #fff6df;
  }
  
  .iporder_text1 {
    font-family       : arial;
    font-size         : 14;
    color             : #421600;
  }
		
	div.iporder_num_btn {
		padding           : 2px;
		font-family       : arial;
		font-size         : 18px;
		color             : #421600;
		background-color  : #FEF6DF;
		border-style      : solid;
		border-color      : #421600;
		border-width      : 1;
		width             : 17px;
		height            : 17px;
		line-height       : 17px;
		text-align : center;
	}  
  
		
	div.iporder_num_btn:hover {
	cursor : pointer;
	cursor : hand;
		color             : #FEF6DF;
		background-color  : #421600;
		border-color      : #FEF6DF;
	}  
  
		
	input.iporder_num_box {
		padding           : 2;
		font-family       : arial;
		font-size         : 14px;
		color             : #421600;
		background-color  : #FEF6DF;
		border-style      : solid;
		border-color      : #421600;
		border-width      : 1;
		width             : 30;
		height            : 23px;
	}  
	
	input.iporder_num_box:hover {
		color             : #FEF6DF;
		background-color  : #421600;
		border-color      : #FEF6DF;
	}      

	
	input.iporder_num_box:focus {
		color             : #FEF6DF;
		background-color  : #421600;
		border-color      : #FEF6DF;
	}      
	
	div.iporder_product_box {
	  width : 384px;
	  height : 182px;
	  background-image:url('../images/iporder_productbg.jpg');
	  background-repeat:no-repeat;
	}
	
	div.iporder_product_box2 {
	  width : 780px;
	  height : 182px;
	  background-image:url('../images/iporder_productbg2.jpg');
	  background-repeat:no-repeat;
	}
  
  .iporder_product_text1 {
    font-family       : arial;
    font-size         : 18;
    color             : #421600;
  }
		

  
  .iporder_product_text2 {
    font-family       : arial;
    font-size         : 14;
    color             : #421600;
  }

  
  .iporder_subtotal {
    font-family       : arial;
    font-size         : 14;
    color             : #421600;
		border-style      : solid;
		border-color      : #421600;
		border-width      : 1;
		padding : 10px;
		width : 760px;
  }

  
  .iporder_notes {
    font-family       : arial;
    font-size         : 12;
    color             : #421600;
  }
		
	.iporder_errormessage {
		font-family       : arial;
		font-size         : 14px;
		color             : #af2828;
	}  
	
	.promoprice {
    font-size         : 12;
		text-decoration : line-through;
	}
	
