/* CSS Document */

.leftnav{ /*left nav*/
	height: 550px;}
	
div#topbanner{ /*top box*/
	top: 2px;
	height: 125px;
    background-color: #f8e0a3;
	line-height: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/athena-store-welcome.jpg);
	min-width: 1000px;
	}
	
	div#topbanner h2{ /*top box*/
		padding-top: 20px;
		padding-left: 20%;
		padding-right: 45%;
		min-width: 355px;
		}
		
	div#topbanner p{ /*top box*/
		padding-top: 8px;
		padding-left: 20%;
		padding-right: 46%;
		font-size: 12px;
		font-family: sans-serif, Tahoma, Arial;
		min-width: 355px;
		}
		
h1 {
	color: #226699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0pt;
	padding:5px 0pt;
	}

h2 {
	color: #226699;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
div#centerbox { /*centering box for middle panels*/
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 85%;
 	/*border-bottom: solid 1px #C0C0C0;*/
	background-color: #FFFFFF;
	}
	
div#maincontent { /*middle box holder*/
  	position:relative;
	height: 500px;
	width: 700px;
	line-height: 15px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	min-height: 0px;
	}
		
	div#maincontent div.basicbox ul{
		list-style: url(../images/check.gif);
		margin: 3px 0px 0px 0px;
		padding-left: 20px;
		line-height: 16px;
		font-size: 11px;
		}

.links {
	padding:0px;
	margin: 0px;
	font-size: .9em;
	width: 250px;
	font-weight: bold;
	clear: both;
	}

	.links a{
		color: #F47A0B;
		text-decoration: underline;
		font-size: 11px;
		/*border: solid 1px red;*/
		}

	.links a:hover{
		color: #000000;
		}

	.pipe {
		color: #8A8A8A;
		size: 1.2em;
		margin: 0 .2em;
		padding: 0;
		}
	
.links2 {
	position: absolute;
	top: 201px;
	left: 575px;
	font-weight: bold;
	width: 300px;
	}
		
	.links2 a{
		color: #F47A0B;
		text-decoration: underline;
		font-size: 11px;
		}
		
	.links2 a:hover{
		color: #000000;
		}
		
.image{ /*real images*/
	float: left;
	padding-top: 10px;
	}

/* ///////////////////////////		Contect Form Style Updated */
#contact_form.store_form{
	padding: 20px 20px 0 20px; 
	border: solid 1px #CCCCCC; 
	width: 500px;
	}
	
#contact_form.store_form strong{
	display: block;
	float: left;
	width: 170px;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	line-height: 18px;
	}
	
#contact_form h2{
	float: left;
	margin-left: 70px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	}
	
.required{
	color: #FF6600;
	font-size: 16px;
	}
	
/*///////////////////////////////// Credit Form */
form#credit_card_form{
	margin:0;
	padding: 0;
	float:right;
	}
	
#credit_card_form.store_form{
	padding: 15px; 
	border: solid 1px #CCCCCC; 
	width: 370px;
	}
	
#credit_card_form.store_form strong{
	display: block;
	float: left;
	width: 150px;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	line-height: 18px;
	}
	
#credit_card_form h2{
	float: left;
	margin-left: 70px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	}
	
/* inside store/checkout2			Edit info from the previous screen*/
#purchase_info{
	padding:15px;
	background: #DAF1FE;
	float: left;
	width: 400px;	
	}
	
#purchase_info h2{
	float: left;
	text-align: left;
	font-size: 14px;
	}

#purchase_info.checkout_sub{

	}	
#purchase_info p{
	padding:0px;
	}
	
.checkout_sub{
		width: 150px;
		display: block;
		font-weight: bold;
		float: left;
		}
/*///////////////////////////		Submit and Go Back buttons	*/
.flex_navigation_left{
	float:left;
	width:110px;
	margin:5px 0 10px 20px;
	padding:5px;
}

.flex_navigation_right {
	float:left;
	width:110px;
	margin:5px 50px 10px 0;
	padding:5px;
	}
	
div#checkout2_buttons{
	width: 100%;
	height: 70px;
	/*background-color: #FF9966;*/
	text-align: center;
}

div#checkout2_buttons input{
	padding-left: 20px;
}

/*///////////////////////////*/ 		/*span for licensing info text*/
		
.optional{
	color: #0099FF;
	}
	
	
