/* 
Styles for ESOPUS as integrated with C4D Shopping Module
Covers new templates, forms, and associated pages. 
*/

/* LEFT MENU
***************************************************/

html body div#left {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 400px;
	_height: 400px;
	padding-bottom: 10px;
	float: left;
	border-right: 1px solid black;
	
}



	div#left ul {
		list-style-type: none;
		text-align: right;
		padding: 0px;
		margin:0px;
		margin-top: 20px;
	}
	
		div#left ul li {
			padding: 0px;
			margin:0px;
			padding-bottom: 10px;
		}
		
		div#left ul li a {
			color: #8E8E8E;
			display: block;
			font-size: 11px;
			padding-right: 10px;
			text-transform: uppercase;
			letter-spacing: -0.5px;
			font-weight: bold;
		}
		
			div#left ul li a.active, div#left ul li a:hover {
				color: black;
				text-decoration: none;
			}
			
	
	
	div#left div.small_cart {
		margin: 20px 5px 0px 0px;
		background: white;
		padding: 5px 5px;
		min-height: 100px;
		_height: 100px;
		font-size: 9px;
	}
	
		div#left div.small_cart p {
			margin: 5px 0px;
			
			padding: 0px;
		}
		
		div#left div.small_cart p.top {
			text-align: center;
			padding: 0px 0px 5px 0px;
			margin-top: 0px;
			text-transform: uppercase;
			text-decoration: underline;
			
		}
		
			div#left div.small_cart p.top a {
			 	display: block;
			 	width: 105px;
			 	height: 19px;
			 	text-indent: -999em;
			 	background-image: url(/assets/shop_cart_head.gif);
			 	background-repeat: no-repeat;
			 }
			 
			 
			
		
		div#left div.small_cart p.sub_value {
			text-align: right;
			display: block;
			border-top: 1px dotted #cc0000;
			clear: left;
		}
		

			
		div#left div.small_cart ul {
			margin: 0px;
			padding: 0px;
			text-align: left;
		}
			div#left div.small_cart ul li {
				margin: 0px;
				padding: 4px 0px;
				border-bottom: 1px solid #eee;
				display: block;
				
				_margin-right: 0px;
				
			
			}
			
			div#left div.small_cart ul li span.item {
				display: block;	
				color: #cc0000;
				width: 60px;
				
				float: left;
				
			}
			
			div#left div.small_cart ul li span.price {
				display: block;
				width: 25px;
				text-align: right;
				float: right;
				margin-right: 0px;
				_margin-right: 0px;
				
			}
			
		div#left div.small_cart p.actions {
			text-align: right;
			margin-top: 15px;
			display: block;
			
		}
		
			div#left p.actions a {
				display: block;
				xfont-weight: bold;
				text-decoration: underline;
				margin: 0px;
				padding: 2px;
				color: #000;
				text-transform: uppercase;
			}
				div#left p.actions a:hover {
					color: #1F3A66;
				}
				
				
			
	div#left ul#links {
		margin-top: 40px;
		clear: right;
	}
		div#left ul#links li {
			padding-bottom: 4px;
		}
		
		div#left ul#links li a {
			text-transform: none;
			color: black;
			font-weight: normal;
			letter-spacing: 0px;
		}
			
div#main {
	width: 530px;
	padding: 10px;
	margin-left: 130px;
	
}

/* All the HEADERS
***************************************************/

html body h1.shop {
	margin: 10px 0px 10px 0px;
	line-height: 30px;
	text-align: right;
	padding-right: 6px;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EF5419;
	color: #fff;
	
		
}

	html body h1.shop strong {
		color: black;
	}

/* TABLE USED FOR CART and ITEMS
***************************************************/

	table.items {
		border-collapse: collapse;
		border: 0px none;
		width: 100%;
	}
	
	table.items tr.header td {
		background: #F7C590;
		color: #fff;
		padding: 8px 0px;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
	}
	
		table.items tr.header td.item {
			text-align: left;
		}
		
	table.items tr td {
		padding: 10px 0px;
	}
	
		table.items tr td.img {
			width: 75px;
		}
		
		table.items tr td.img img {
			width: 55px;
			height: 70px;
		}
		
		table.items tr td.item {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 14px;
			text-align: left;
		}
		
		body.subs table.items tr td.item, body.gift_subs table.items tr td.item {
			font-size: 15px;
		}
		
			table.items tr td.item input {
				background: #EF5419;
				border: 1px solid #EF5419;
				font-size: 10px;
				text-transform: uppercase;
				font-weight: bold;
				color: #fff;
				margin: 5px 0px;
				padding: 0px;
				display: block;
				cursor: pointer;
			}
			
		table.items tr td.qty  {
			text-align: center;
		}
		
			table.items tr td.qty input {
				width: 25px;
				text-align: center;
			}
			
		table.items tr td.price  {
			text-align: center;
			font-weight: bold;
		}
		
		table.items span.summary {
			display: block;
			color: #666;
			font-size: 12px;
			font-weight: normal;
			text-transform: none;
			padding-top: 5px;
		}
		
		table.items span.msg {
			text-transform: none;
		}
		

		body.cart table.items tr.header td {
		background: #F7C590;
		
		}
		body.cart table.items tr td {
			background: white;
		}
		
		body.cart table tr.foot td.sub  {
			border-top: 1px solid #999;
			border-bottom: 1px solid #999;
			padding: 7px 0px;
			
			text-align: center;
			font-size: 15px;
			text-transform: uppercase;
			
		}
		
		body.cart table tr.foot td.sub.discount  {
			font-size: 12px;
		}
		
		
		body.cart table tr td.remove {
			text-align: center;
		}	

		body.cart table tr td.remove a {
			background: #C5C5C5;
			color: white;
			font-size: 10px;
			padding: 2px;
			text-transform: uppercase;
			
		}
		
		
		body.cart .foot .buttons {
			text-align: center;
		}
		
		
			body.cart .foot .buttons input {
				background: #EF5419;
				border: 1px solid #EF5419;
				color: #fff;
				text-transform: uppercase;
				padding: 2px;
				margin: 0px 10px;
				font-weight: bold;
				font-size: 11px;
				cursor: pointer;
			}
			
	span.deduction {
		font-weight: normal;
		font-size: 10px;
		display: block;
		color: #3C9204;
		padding-top: 4px;
		font-style: italic;
	}
	
	html body table.items tr td textarea.pmsg {
		border: 1px solid #eee;
		background: white;
		text-transform: none;
		font-weight: normal;
		cursor: text;
		color: black;
		width: 360px;
		height: 70px;
		padding: 4px 1px;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	html body table.items tr td button.pmsg {
				background: #615E4B;
				border: 1px solid #615E4B;
				font-size: 10px;
				text-transform: none;
				font-weight: bold;
				color: #fff;
				margin: 5px 0px;
				padding: 0px;
				letter-spacing: 0px;
				cursor: pointer;

	}
	
	label.gift {
		display: block;
		margin-top: 6px;
		font-size: 13px;
	}

/* SHOPPING CART
***************************************************/


		
		

/* CHECKOUT
***************************************************/



	body.cart p.order_details {
		font-weight: bold;
		text-align: center;
		display: block;
		padding: 0px 10px;

	}
	
	body.cart h3.formheader {
		background-color: #EF5419;
		color: #fff;
		padding: 4px;
		xwidth: 600px;
		font-size: 12px;
		text-transform: uppercase;
	}
		

	
		body.cart p.order_details span.deduction {
			color: #3C9204;
			font-size: 10px;
		}
		
		
	span.checkout_form form {
		
	}
	
	html body table.maintable p {
		margin: 0px;
		padding: 0px;
		
	}


/* SINGLE ISSUE PAGES 
***************************************************/


body.single_issue_category a.archive {

	font-size: 10px;
	width: 100px;
	padding: 2px 4px;
	color:#fff;
	margin-left: 0px;
	background: #4F9C4A;
}

		
	
/* Subscriptions */
input.sub_submit {
	border: 1px solid #FDEFC8;
	background: #FDEFC8;
	color: #cc0000;
	font-weight: bold;
	font-size: 13px;
	margin: 3px 0px;
	padding: 0px;
	text-align: left;
	cursor: pointer;
	position: relative;
	left: -3px;
}

	form.sub {
		padding-left: 50px;
		background-image: url(/assets/silver_ball.png);
		background-position: 4% 40%;
		background-repeat: no-repeat;
	}
	
	form.sub span.title {
		
		font-size: 13px;
	}
		form.sun span.title strong {
			text-transform: uppercase;
			
		}
		
	
	
/* DONATE 
*********************************************/
div#donor_gift {
	padding: 10px 10px;
	margin: 10px 0px;
	background: white;
}
		
	div#donor_gift div.item {
		clear: left;
	}
	div#donor_gift div.item a {
		text-align: right;
		width: 130px;
		float: left;
		
		margin: 5px 5px 5px 50px;
		
	}
	
	div#donor_gift div.item a img {
		border: 1px solid #eeeeee;
		width: 129px;
		height: 82px;
	}
	
	div#donor_gift div.item a:hover img {
			border: 1px solid #EF5419;
	}
		
	
	
	div#donor_gift h3 {
		color: #666;
		text-decoration: underline;
		font-size: 13px;
		clear: both;
	}
	
	div#donor_gift div.item label.button {
		color: #999;
		display: block;

		
	}
	
	
	

/* Resolve X-browser clearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: right; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */