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

@import url("common-rev.css");
@import url("index.css");

/* Storefront Styles */

.store_item	{
	float: left;
	width: 171px;
	margin-right: 31px;
	margin-bottom: 30px;
}

.store_item .image	{}

.store_item .details	{
	margin-top: 5px;
	width: 171px;
}

.store_item .details_capsule	{
	float: left;
	width: 136px;
}

.store_item .item_name	{
	font-size: 12px;
	font-weight: bold;
	color: #333399;
}

.store_item .price	{
	font-size: 14px;
	font-weight: bold;
	color: #333399;
	margin-top: 3px;
}

.store_item .btn	{
	float: left;
	width: 35px;
	margin-top: 2px;
}

#album	{
	width: 603px;
	margin-left: 33px;
	margin-bottom: 30px;
}

#album .cover	{
	float: left;
	width: 362px;
	padding-bottom: 20px;
	background-image: url(../images/bg_albumshadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#album .item_info	{
	float: left;
	width: 236px;
	margin-left: 5px;
}

#album .item_name	{
	margin-top: 35px;
}

#album .price	{
	margin-top: 38px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 30px;
}

#album .buy	{}

/* Contact Form Styles */

form	{
}

form .mini	{
	font-style: italic;
	margin-bottom: 10px;
}

label	{
	margin-bottom: 3px;
	display: block;
	color: #333399;
	font-weight: bold;
	font-size: 14px;
}

input	{
}

form .radio	{
	width: 20px;
}

textarea	{
	height: 150px;
	width: 300px;
}
.product-list-control img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.product-list-item {
	padding-bottom:25px;
	}
	
td.product-list-item-container {
	vertical-align: top;
}
div.product-list-options h5 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin: 0px;
	height: 40px;
	}