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

.store_table {
	width:575px;
	vertical-align: top;
}

.store_table td {
	width:110px;
	padding:10px;
	vertical-align: top;
}

/*Define styles for store navigation*/

ul.store_nav {
	list-style: none;
	margin: 0px 0px 30px;
	left: 0px;
	position: relative;
}

ul.store_nav li {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	color: #38A58B;
}

ul.store_nav li ul {
	list-style: none;
	margin: 0px;
}

ul.store_nav li ul li {
	text-transform: none;
	font-size: 13px;
	line-height: 1.4em;
}

ul.store_nav li ul li a:link{
	color: #333;
}

ul.store_nav li ul li a:visited{
	color: #333;
}

ul.store_nav li ul li a:hover{
	color: #600;
}






.detail_release {
	margin-top: 20px;
	margin-bottom: 10px;
	float: right;
	background: #F3EED0;
	padding: 10px;
	border: 1px solid #666;
	color: #333;
	width: 550px;
	clear: right;
	}
	
 h1.detail_title {
	color: #38A58B;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 15px;
	}
	
/*Define styles for images in detail release items*/


	
.detail_image {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	width: 150px;
	}

.detail_release_img img {
	border: 1px solid #999;
}


	
/*Define styles for Featured item areas*/

.detail_text {
	float: left;
	width: 380px;
	}
	
.detail_text p {
	margin-bottom: 5px;
	}
		
.detail_text h1 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #333;
	}
	
.detail_text h2 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	}
	
h6.detail {
	margin-bottom: 10px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	margin-top: 5px;
	}
	
/*Define styles for Featured Item Description*/
	
.detail_text ul {
	font-family:;
	font-weight: normal;
	line-height: 15px;
	}
	
.detail_text li {
	font-size: 1.1em;
	padding-left: 5px;
	margin-left: 15px;
	margin-bottom: 3px;
	}
	

	
.item {
	width: 105px;
	margin: 5px;
	padding: 5px;
	}
	
.item img.cover_art {
	border: 1px solid #999;
	margin-bottom: 5px;
	}
	
.item img {
	border: none;
	float: none;
	text-align: center;
	}
	
.item h3 {
	margin-top: 5px;
	font-size: 1.2em;
	text-transform: none;
	color: #333;
	}
	
.item p {
	margin-top: 5px;
	font-size: 11px;
	text-transform: none;
	color: #333;
	line-height: 13px;
	}
	
.item h4 {
	margin-top: 5px;
	font-size: 1.2em;
	color: #38A58B;
	margin-bottom: 5px;
	}
	
.item_info {
	float: right;
	width: 160px;
	}
	
/*Define styles for Form Elements*/

input {
	}
	
select {
	background: #EFE6C4;
	color: #342E2C;
	border: 1px solid #666;
	margin-top: 4px;
	margin-bottom: 4px;
	}
	
.button {
	background: #9A1315;
	border: 1px solid #A18C76;
	color: #333;
	padding: 2px;
	font: 1.1em;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
.button:hover {
	color: #492A29;
	background: #FFFFFF;
	}
	
/*Define styles for Store elements*/

#store_container {
	width: 470px;
	clear: both;
	}
	
.cart_button {
	float: right;
	margin-right: 30px;
	}

