/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	line-height:20px;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
}

a.white:link{
	color: #FFFFFF;
}
a.white:visited{
	color: #FFFFFF;
	}
a.white:hover{
	color:#CCCCCC;
}
a.white:active{
	color:#FFFFFF;
}

a.blank:link{
	color: #000000;
	text-decoration:none
}
a.blank:visited{
	color: #000000;
	text-decoration:none
	}
a.blank:hover{
	color:#CCCCCC;
	text-decoration:underline
}
a.blank:active{
	color:#000000;
	text-decoration:none
}

a.red_line:link{
	color: #FF0000;
	text-decoration:underline
}
a.red_line:visited{
	color: #FF0000;
	text-decoration:underline
	}
a.red_line:hover{
	color:#CCCCCC;
	text-decoration:underline
}
a.red_line:active{
	color:#FF0000;
	text-decoration:underline
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#navigateion {
	font-family:Tahoma;
	height:29px;
}
#navigateion ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:29px;
}
#navigateion li {
	float:left;
	height:29px;
	border-left:1px solid #7eba87;
	border-right:1px solid #0c4520;
}
#navigateion li a {
	float:left;
	display:block;
	text-decoration:none;
	padding:4px 15px 0px 15px;
	height:23px;
}
#navigateion li a:link, #navigateion li a:visited {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	height:29px;
}
#navigateion li a:hover {
	background-image:url(/images/head_bg1.gif);
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	height:29px;
}

.title{
    margin-top:20px;
    font-size: 18px; 
	font-weight: bold; 
	color: #444444; 
	line-height: 20px;
  }
  #registerPage{
     width: 930px;
	 margin:0px auto;
	 background-color:#FFFFFF;
	 color: #333333;
       }
  #leftAd img,#leftAd p{
       margin:10px;
  }

  #leftAd{
       background: url(<?php echo VIRTUAL_DIR;?>/images/p-left.gif) repeat-y;
	   height:620px;
	   width:300px;
	   }
   #leftAd h1{
       font-size:16px;
	   margin-left:3.5em;
	   }
   
   #adContent{
       float:right;
	   padding-left:15px;
	   padding-right:15px;
	   width:600px;
       }
   #teImg{
       margin-left:13%;
   }

   #adContent h2{
       font-size:22px;
	   margin:20px auto 20px auto;
       }
   #adContent p{
	   font-size:12px;
	   margin:20px auto 10px auto;
	   }
   .highlight{
       color:#b22927;
	   }

   .highlight1{
	   color: #FF0000;
	   }

   .text{
       width:215px;
	   }
    form{
      width:100%;
    }

    fieldset {
       margin: 0.5em 0 0 0;
       padding: 0;
       font-size: 12px;
       border:none;
       }

    fieldset ol {
       padding: 1em 1em 0 2em;
       list-style: none;
       }

    fieldset li {
       padding-bottom: 0.53em;
       }

    fieldset.submit {
       border-style: none;
       }

    label {
       float: left;
       /*width: 15em;*/
       width:14em;
       text-align: right;
       }
    #name,#email,#zipcode{
       display:inline;
       width:216px;
       margin-left:20px;
    }
    #country{
       width:221px;
       color: #666666;
       margin-left:20px;
    }

    fieldset.submit {
       float: none;
       width: auto;
       border-style: none;
       text-align: center;
       margin-left:1em;
       background-color: transparent;
       background-image: none;
       }
    #privacyAd{
      margin-top: -1em;
      text-align:center;
      font-size:8px;
    }
	#privacyAd a {
	  text-decoration: none;
	  color:#555555;
	}
	#privacyAd a:hover {
	  color:#555555;
	  text-decoration: underline;
	}
    /* IE Hack */
	#IEroot #leftAd img, #IEroot #leftAd p{
	  margin:2em 3.5em 2em 2em;
	}
	#IEroot #leftAd h1{
	  margin-left:1.5em;
	}
	#IEroot #leftAd img{
	  margin-left:3em;
	}
	body {
	background-image: url(<?php echo VIRTUAL_DIR;?>/images/bg.gif);
}
    #orderPage{
     width: 930px;
	 margin:0px auto;
	 background-color:#FFFFFF;
	 color: #333333;
    }
   /* Left Side Content */
   #leftAd{
     display:block;
     background: url(<?php echo VIRTUAL_DIR;?>/images/p-left.gif) repeat-y;
     width:30%;
     text-align:center;
     font-size:1.2em;
	 padding:10px 0 3em;
	 float:left;
   }
 


   /* Right Side Content */
   #rightAd{
     padding:20px 0 0 0;
     float:right;
     width:65%;
     margin-top:0;
   }
   #rightAd p{
     margin-bottom:10px;
   }
   .highlight{
     font-size: 18px;
     color:red;
   }
 
  #orderForm1 ul{
     display:block;
     float: right;
     text-align:left;
     margin:0;
     padding:0;
  }
  #orderForm1 li{
     list-style:none;
  }
  #orderForm1 p{
     padding-left: 2em;
  }


  #orderForm2 li{
    display:block;
    list-style:none;
    margin:0;
    padding:0;
  }
  /* credit card order form*/
  #orderForm3 li{
    list-style: none;
  }
  


  .floatImgleft{
    float:left;
    display:block;
    width:129px;
    margin-right:40px;
  }
  .floatTextright{
    display:block;
    float:left;
    width:50%;
    padding-bottom:10px;
    margin:0;
  }
  #floatTextright_top{
    margin-top:1em;
  }