/* CSS for order pages */

#nav ul li a.order {
	color: #FAEA7A;}

/* 1st level links */

#nav_left li.online {
	padding-left: 6px;}

#subscription #nav_left li a.subscription  {
	background: #D7D7D7 url(/images/nav_arrow.gif) no-repeat ;	
	background-position: 1.5em .6em;		
	color: #000000; }
	
#single #nav_left li a.single {
	background: #D7D7D7 url(/images/nav_arrow.gif) no-repeat ;	
	background-position: 1.5em .6em;		
	color: #000000; }
	
#tshirts #nav_left li a.tshirts {
	background: #D7D7D7 url(/images/nav_arrow.gif) no-repeat ;	
	background-position: 1.5em .6em;		
	color: #000000; }
	
#mail #nav_left li a.mail {
	background: #D7D7D7 url(/images/nav_arrow.gif) no-repeat;
	background-position: 1.5em .6em;
	color: #000000;
	}	
	
/* Other CSS */	

#nav_left ul.mail {
	border-top: solid 2px #999;}

h3 {
	clear: right; }

#content {
	padding-right: 0px;
	width: 565px;
}
	
#order #content {
	background: url(/images/5_issues.jpg) no-repeat right 120px;
	height: 380px;
}	
	
table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin: 15px 0px 0px;}
	
table td {
	display: table-cell;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	height: 27px;}
	
td img {
	border: none;
	margin: 0px;
	padding: 0px;}	
	
tr.heading {
	background: #E0CF6D;
	text-align: center;
	border: 1px solid #003366;}
tr.bulk {
	font-size: .9em;
	text-align: center;}

	
#content form {
	padding: 0px;
	height: 27px;
	width: 100px;
	margin: 0px;
	float: left;}
	
#content form.size {
	width: 300px;
	clear: left;
	float: left;
	margin-top: 20px;}

	
/* form.wide {
	width: 100%;
	margin: 0px;
	padding: 0px;}	
	
form.wide .text {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;}	*/
	
.text {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
	display: block;}			

.tshirt {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 500px;
	display: block;}	
	
form.wide input.buy {
	float: right; 
	vertical-align: middle;
	width: 97px; }

#tshirts input.buy {
	padding-left: 10px;
	width: 97px;}	
	
table.paypal {
	float: right;
	border-style: none;
	margin: 0px;
	padding: 0px;}
	
table td.price {
	text-align: right;
	padding: 3px 8px 3px 0px;
	margin: 0px;}
	
table td select {
	padding: none;
	margin: none;}	
	
/*#order table.paypal td {
	border: none;
	margin: 0px;
	padding: 0px;
}*/
	
#col_left img {
	margin-top: 20px;
	margin-left: 9px;
	border: 1px solid #000000;	}
	
.qty {
	padding-bottom: 0px;
	padding-top: 0px;
	height: 27px;
	width: 110px;
	float: left;
	display: block;	}		

label.size {
	padding-bottom: 0px;
	padding-top: 0px;
	height: 27px;
	float: left;
	display: block;
	padding-right: 10px;}		

select.size {
	padding-bottom: 0px;
	padding-top: 0px;
	height: 27px;
	float: left;
	display: block;}	
			
form.view {
	float: right;
	width: 97px;
	vertical-align: text-top;}

	
.popup {
	clear: left;
	float: left;
	margin-top: 20px;
	padding: 0px;}
	
.popup p {
	text-align: center;
	font-size: .9em;}	

.popup .highslide img {
	border: none;
	padding: none; }	
	

