@charset "utf-8";
/* CSS Document */

body {
	background:#C8C8C8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-top: 5px;
	margin-bottom: 5px;
	}

h1 {
	font-size:16px;
	color:#333333;
	font-weight:bold;
	letter-spacing:1.5em;
	}
	
ul {
	
	list-style-image:url(images/blue_bullet.gif);
	padding-left: 3.5em;
	text-indent: 0em;
	}

*html ul {
	padding-left:1em;
	
	}
	
li {
	line-height:2.0em;
	list-style-position:outside;
	}

*html li {
	list-style-position:outside;
	}
	
.container {
	width:690px;
	margin:0 auto;
	
	background:url(images/bgcont_r2_c1.jpg) center repeat-y;
	}
	
.content {
	padding:12px 15px;
	width:660px;
	position:relative;
	
	}

.header {
	background:url(images/head.jpg) no-repeat;
	height:120px;
	margin:auto auto auto 11px;
	}
	
a:link, a:visited {
	color:#000066;
	text-decoration:none;
	}
	
a:hover {
	color:#0066FF;
	text-decoration:underline;
	}
	
img {
	padding:8px;
	
	}
	
.topcontainer {
	background:url(images/bgcont_r1_c1.jpg) center no-repeat;
	padding-top:8px;
	margin:auto;
	}
*html .topcontainer {
	margin:auto auto auto -2px;
	}
	
.bottcontainer {
	background:url(images/bgcont_r3_c1.jpg) center no-repeat;
	padding-bottom:8px;
	margin:auto;
	}

*html .bottcontainer {
	margin:auto auto auto -2px;
	}
	
.offer {
	font-size:14px;
	font-weight:bold;
	color:#993300;
	}
	
.ordernow {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:12px 12px 12px 12px;
	}

.ordernow a:link, ordernow a:visited {
	color:#333399;
	text-decoration:none;
	}
	
.ordernow a:hover {
	color:#3366FF;
	text-decoration:overline;
	}
	
.subtitle {
	background-color:#520DCC;
	padding:8px;
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	text-align:center;
	letter-spacing:0.8em;
	}
	
h3 {
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 12px 5px;
	border-bottom:#333333 dotted 1px;
	}
.clear {
	clear:both;
	}
	
.order_left {

    float:left;
    width:280px;
    }
.order_right {
	float:right;
	width:300px;
	position:absolute;
	left: 332px;
	top: 84px;
	padding-left:5px;
	border-left:#3366FF dotted 1px;
	padding-right:45px;
	
    }
	
*html .order_right {
	width:300px;
	left: 332px;
	top: 60px;
	}
	
label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	padding-right: 20px;
	width:80px;
}

input.btn{
   color:#CCCCCC;
   margin-left:100px;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#003399;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   }
   
*input.btn {
	margin-left:50px;
	}
	  
input.btn2{
   color:#CCCCCC;
  
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#003399;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
  }

br {
	clear: left;
}

.hr {
color:#333399;
background-color: #333399;
height: 1px;
}

.login_bg {
	width:50%;
	margin:auto;
	border:#003366 solid 1px;
	padding:18px;
	}

#inline-list {
	font-size:10px;
	padding-bottom:12px;
	}
	
*html #inline-list {
	padding-bottom:0px;
	}

#inline-list a:link, #inline-list a:visited {
	color:#333333;
	text-decoration:none;
	}

#inline-list a:hover {
	color:#3399FF;
	text-decoration:overline;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #339;
	font-weight: bold;
	padding:0 12px 5px 12px;
	float:right;
	}
	
.table {
  border-collapse: collapse;
  border: 1px solid #38160C;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #F6ECF0;
  background: #999966;
  }

.table td, .table th {
  border: 1px dashed #B85A7C;
  padding: .8em;
  color:#006699;
  background-color:#FFFFFF;
  }
 
 .table_title td, .table_title th {
  border: 1px dashed #B85A7C;
  padding: .8em;
  color:#FFFFFF;
  background-color:#999966;
  }
