@charset "utf-8";
/* CSS Document */
#store_nav{
	padding:0 0 30px;	
	text-align:center;
}
#store_nav a{
	color:#9e8769;
}
.store_featured {
	border-bottom:1px solid #ffffff;
}
.store_featured .photo {
	float:left;
	width:284px;
	text-align:center;
	padding-top:20px;
	padding-bottom:60px;
}
.store_featured .info {
	float:right;
	width:450px;
	margin-top:10px;
	margin-bottom:25px;
}
.store_featured .title {
	font-size:18px;
	font-weight:bold;
	color:#9e8769;
	padding-left:20px;
}
.store_featured .details {
	margin-top:20px;
	font-size:12px;
	padding-left:20px;
	width:395px;
}
.store_featured .bluray{
	font-size:14px;
	color:#9e8769;
}	
.store_featured small{
	color:#9e8769;
}	
.store_featured .price {
	font-size:24px;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
}
.store_featured .disc_logo{
	padding-bottom:10px;	
}
.store_featured .item1{
	width:200px;
	float:left;
}
.store_left {
	border-right:1px solid #ffffff;
	width:355px;
	float:left;
	text-align:center;
}
.store_right {
	float:right;
	width:356px;
	padding-left:38px;
	text-align:center;
}
.store_mid{
	clear:both;
	border-top:1px solid #ffffff;
}
.store_mid .photo {
	width:729px !important;
}
.store_mid .info {
	width:380px !important;
}

.store_bottom{
	clear:both;
	padding-top:20px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align:center;
}
.store_bottom .bottom_item{
	width:500px;	
	margin:0 auto;
}
.store_bottom .info{
	text-align:left;
	width:250px;
	clear:none;	
	float:right;
}
.store_bottom .photo {
	width:250px;
	float:left;
	text-align:center;
	padding-top:10px;
	padding-bottom:40px;
}
.store_item {
	text-align:left;
	padding-bottom:40px;
}
.store_item .photo {
	width:350px;
	text-align:center;
	float:left;
	padding-top:45px;
	padding-bottom:40px;
}
.store_item .info {
	clear:both;
	width:240px;
	margin:0 auto;
}
.store_item .title, .store_bottom .title {
	font-size:18px;
	color:#9e8769;
	font-weight:bold;
}
.store_item .description {
	height:80px;
	font-size:12px;
	color:#fff;
	margin:10px 0;
}
.store_bottom .description {
	font-size:12px;
	color:#fff;
	margin:10px 0;
}
.store_item .options select {
	width:195px;
}
.store_item .price, .store_bottom .price {
	margin:10px 0;
	font-size:18px;
}
.store_item .add_to_cart {
/*	float:right;*/
}
#store_knuckles{
	margin-top:50px;
	padding:30px 60px 0 302px;
	background:url(../images/misc/knuckles.jpg) no-repeat;
	width:367px; /* 729 - 302 - 60 */
	height:219px;
	line-height:20px;
}
#store_heart{
	margin-top:40px;
	padding:20px 60px 0 302px;
	background:url(../images/misc/drum_machine.jpg) no-repeat;
	width:367px; /* 729 - 302 - 60 */
	height:179px;
	line-height:20px;
}
#store_soundtrack{
	margin-top:40px;
	padding:20px 60px 0 302px;
	background:url(../images/misc/puscifer_album.jpg) no-repeat;
	width:367px; /* 729 - 302 - 60 */
	height:219px;
	line-height:20px;
}
#store_knuckles a, #store_soundtrack a, #store_heart a{
	color:#fff;	
}
