/* CSS Document */

.form-elements {
	margin-top: 10px;
	margin-bottom: 10px;

}

select {
	border: 1px solid #876;
	font-family:georgia;
	font-size: 11px;
}

#store-items input {
	font-size: 11px;
	font-family:georgia;
	border-color: #876;
	border-width: 1px;
	background-color: #ECf9D8; /* green */
	cursor: pointer;
}

#store-items input:hover{

	background-color: white;
	border-width:1px;

}
input.soldout{
	opacity: .2;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	color: black;
	cursor:auto;
	border:1px solid #aaa;

}
input.soldout:hover {
	background-color: #ECf9D8;
	border-style: solid;
}

table#ep-grid td {
	text-align:center;
	padding:5px 5px 5px 0px;
}

table#ep-grid td img {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color:#A19F8D;
	padding: 1px;

}

table#ep-grid td input{
	width:97px;
}

.record-box {
	width: 100%;
	margin-bottom: 40px;
}

.record-box td {
	vertical-align: top;
	padding: 0px;
	
}

.record-box td.info {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-size: 11px;
	line-height: 18px;
}


div#shopping-cart {

	min-height: 100px;
	width: 180px;
	font-family: georgia;
	padding-left: 10px;
	background-image: url(/media/img/store/vertical-divider.png);
	background-position: top left;
	background-repeat:repeat-y;
	margin-bottom: 50px;
	
}

div.even {
	
}


div.odd {

	
}

div.cart-row {
	margin: 3px 0px 7px 3px;
	font-size: 12px;
	font-weight: normal;

}


#shopping-cart h4 {
	font-size: 13px;
	font-variant: small-caps;
	margin-bottom: 20px;
	
}

#cart-contents {
	margin-bottom: 20px;
}

		
input#checkout {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: georgia;
	font-size: 11px;
}

input#checkout:hover {
	cursor: pointer;
}

a#clear-cart {

	font-family: verdana;

}




a.remove {
	text-decoration: none;
	color: #b9b6a5;
}
a.remove:hover {
	text-decoration: underline;
}
span.remove {
	color: #b9b6a5;
	margin-left: 5px;
}

/* checkout styles here */



table#confirmation {

	/* this positioning accounts for the info cell */
	

	margin-top: 10px;
	width: 600px;
	padding: 0px;
	border-bottom:1px solid #cfbFaF;
	margin-bottom: 10px;
	
}

table#downloads{

	/* this positioning accounts for the info cell */
	
	margin-top: 10px;
	width: 600px;
	padding: 0px;
	margin-bottom: 10px;
	border-bottom:1px solid #cfbFaF;
	padding-bottom: 10px;
}

table#downloads td.title {
	font-style: italic;
	width: 450px;
	text-align:left;
}
table#downloads td.file-size {
	text-align:center;

}

table#downloads tr.even{
	background-color: #f0ffe0;

}
table#downloads tr.odd{
	background-color: #fCffe8;

}

table#downloads tr.row:hover{
	background-color: #ECf9D8;
}



table#checkout td, table#confirmation td, table#downloads td{
	padding: 5px 13px 5px 13px;
}

tr.row {
	font-size:13px;
}



table#downloads tr.table-total td {
		padding-top:10px;
}




table#confirmation tr.tbody:hover {
	background-color: #FcF1F0;
}

table#confirmation tr.even {
	background-color: #FFF9F8;
}


input.complete-purchase {
	font-family: georgia;
	font-size: 12px;
	padding: 5px;
}

input.complete-purchase:hover {
	cursor: pointer;

}

a.download {
	color: #3C4928;
	border-bottom: 1px dashed #3C4928;
	text-decoration: none;
}

a.download:hover{
	border-bottom: 1px solid #3C4928;
	text-decoration: none;
}



table#checkout {

	margin-top: 20px;
	padding: 0px;
	width:600px;
}

table#checkout table.container {
	awidth: 90%;
}

table#checkout table.container td {
	padding: 0px 2px 0px 0px;
	border-top: none;

	

}


table#checkout tr.tbody:hover {
	background-color: #FcF1F0;
}


div#checkout-wrapper {
	float:left;
	position: relative;
	left: 75px;
}

div#checkout-wrapper h4 {
	font-size: 18px;
	font-variant: small-caps;
	padding:0px;
	margin-bottom: 5px;
}

div#info {
	float: right;
	width: 160px;
	position: relative;
	left: -75px;
	top: 55px;
}


table#checkout tr.button td {
	text-align:left;
	padding: 0px;
}	

table#checkout tr.table-total td.subtotal {
	font-weight: bold;
	font-size: 16px;
}

table#checkout tr.table-total td.title {
	font-weight: bold;
	font-variant:small-caps;
	

}
tr.tbody td.title {
	font-style: italic;
	text-align:left;
}

table#checkout td.subtotal {
	text-align: right;
}


table#checkout td.number , table#confirmation td.number {
	text-align: right;
}


table#checkout td.price {
	text-align: right;
}

table#checkout tr.header td, table#confirmation tr.header td, table#downloads tr.header td  {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
	border-bottom:1px solid #cfbFaF;

}

table#checkout tr.odd, table#confirmation tr.odd {
	background-color: #FFFeFd;
}

table#checkout tr.even {
	background-color: #FFF9F8;
}

table#checkout tr.row {
	font-size: 13px;
}

table#checkout tr.footer input, table#confirmation tr.footer input {
	
	margin: 3px 2px 0px 0px;
}

table#checkout tr.footer td, table#confirmation tr.footer td {
	padding-top: 10px;
	padding-bottom: 10px;

}

table#checkout tr.shipping td {
	zborder-bottom: 1px dashed #dfcFbF;

}

table#checkout tr.international td {
	vertical-align:top;
}

table#checkout tr.table-subtotal td {
	border-top:1px solid #cfbFaF;
}

table#checkout tr.digital td {
	vertical-align:top;

}

table#checkout tr.table-total td, table#confirmation tr.table-total td , table#downloads tr.table-total td {
		border-top:3px double #cfbFaF;
}


img.record-cover {

}


#store-contents {
margin-left: 100px;
}

.deemphasis , .deemphasize {

	font-size: 10px;
	color: #997;
	font-family: verdana;

}

div.alert {
	width: 559px;
	margin-bottom: 20px;
	background: #eec;
	border: 1px solid #D9CDBD;
	padding: 20px;
}

#delivery-date {
	font-size: 36px;
}

.store-explanation {
	width: 120px;
	margin-bottom: 30px; 
	padding: 15px 20px; 
	background-color: #fff; 
	border:1px dotted #ccc;

}

#dead-oceans-digital img.record-cover {
	!opacity: .5;
	!filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

}