#store_wrapper {
	width: 980px;
	margin-left: 10px;
}

#store_sidebar {
	width: 220px;
	float: right;
	padding: 15px 10px 5px 10px;
	behavior: url('/css/iepngfix.htc');
	background: url('/images/gradient_background.png') no-repeat top left;
}

#store_maincolumn {
	width: 690px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px solid white;
}

#store_toptab {
	width: 1000px;
	height: 25px;
	margin-top: 20px;
}

#store_itemheader {
	width: 260px;
	height: 50px;
	margin-left: 10px;
	float: left;
}
.store_MainItembackground_left {
	/*border: 1px solid white;
	background-color: #333333;*/
	min-height: 300px;
	width: 300px;
	padding: 5px;
	float: left;
	margin: 10px 10px 10px 0px;
}

.store_MainItembackground_right {
	/*border: 1px solid white;
	background-color: #333333;*/
	min-height: 300px;
	width: 300px;
	padding: 5px;
	float: right;
	margin: 10px 10px 10px 0px;
}




/* tabs */

#menu {
	margin : 0;
	padding-bottom : 0px;
	padding-left : 60px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#menu a:link, #menu a:visited	{
	background : #CCC;
	border : 0px solid #fff;
	color : #000;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	text-transform: uppercase;
	text-decoration : none;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 0px solid #000;
	color : #000;
}

#menu a:hover	{
	background: #fff;
}

body.section-1 #menu li#nav-1 a, 
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a {
	background : #000;
	border-bottom : 1px solid #000;
	color : #fff;
}

img.store_image{
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

img.item_abbrev_image,
img.cart_image {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0px auto 10px auto;
	border: 1px solid white;
}

div.store_front_item_footer span,
div.store_all_item_footer span, 
div.single_item_abbreviated_footer span{
	margin: 5px;
	text-transform: uppercase;
}
div.store_front_item_footer {
	height: 60px;
	width: 100%;
	background-image: url(../images/curly3.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
div.scroll_box_item{
	margin-bottom: 15px;
}

/*  single item styles */
div.single_item {
	margin-top: 20px;
}
div.store_single_more_information {
     margin-left: auto;
     margin-right: auto;
     
}
div.store_single_more_information h2{
	background-image: none;
     
}
div.single_item_abbreviated, 
div.cart_view_item{
	float: left;
	width: 220px;
	margin: 5px;
}

div.cart_added_item{
	float: left;
	margin: 5px;
}

div.single_item_abbreviated_image,
div.store_front_item_image,
div.cart_added_item .cart_item_image,
div.cart_view_item .cart_item_image,
div.item_image{
	position: relative;
	float: left; 
	width: 90px;
}

div.store_front_item_image,
div.item_image{
	margin-right: 10px;
}

div.single_item_abbreviated_content,
div.cart_view_item .cart_item_content{
	float: right;
	width: 120px;
	padding-left: 10px;
}

div.cart_added_item .cart_item_content{
	float: left;
	width: 120px;
	padding-left: 10px;
}

div.single_item_abbreviated_footer {
	clear: both;
	padding-top: 4px;
}

div.price { 
	font-weight: bold;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}
div.band_link {
	text-transform: uppercase;
	font-weight: bold;
}
div.band_link a:link, .band_link a:visited {
	color: #CC33CC
}
div.item_link {
	margin-bottom: 4px;
}
div.item_desc {
	font-size: 10px;
}
div.item_name {
	font-size: 10px;
}
div.item_content  {
}
div.release_date {
	font-size: 10px;
	margin-bottom: 3px;
}	
div.about {

}
	
#store_all_sort {
	width: 200px;
	margin-bottom: 10px;
	/*float: left;
	padding-left: 10px;
	padding-top: 15px;*/
}
	
#store_all_filter {
	/*padding-top: 15px;
	float: right;*/
	margin-bottom: 10px;
}
.store_all_title h2 {
	background-image: none;
	text-align: center;
     
}

form#filter_form {
	display: inline;
}
div.store_all_navigation {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	height: 70px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 675px;
	margin-left: 10px;
	background-image: url(../images/curly2.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

div.store_all_navigation a:link, div.store_all_navigation a:visited {
	color: #CCFF00;
}
.previous {
	float: left;
	width: 75px;
}
.info {
	float: left;
	width: 485px;
	text-align: center;
}
.next {
	float: right;
	width: 45px;
}

/*div.cart_items{
	clear: both;
}*/

div.store_all_clear_both {
	clear: both;
	height: 10px;
}

div.cart_added_more_items{
	/*width: 720px;*/
}

div.cart_added_item .cart_item_edit{
	float: left; 
	margin-left: 10px;
}

div.cart_view_item .cart_item_edit{
	clear: both;
}

div.cart_view_item .cart_item_edit h4,
div.cart_added_item .cart_item_edit h4{
	margin: 0 0 2px 2px;
}

div.cart_added_item .cart_item_edit div{
	margin-bottom: 10px;
}

div.cart_view_item .cart_item_edit div.item_quantity form{
	float: left;
	margin: 0 10px 5px 0;
}

h3.cart_message{
	color: #CCFF00;
	margin-top: 0px;
}

#mini_cart_loading{
	height: 65px;
	background: url('/images/ajax-loader.gif') no-repeat center center;
}

#shopping_cart_loading{
	height: 200px;
	background: url('/images/ajax-loader.gif') no-repeat center center;
}

select#country_select{
	width: 210px;
}

.clear{
	clear: both;
}

div.checkout_link{
	float: right;
}

.store_front_featured_artist .artist_image,
.artist_page_artist .artist_image{
	border: 0px solid white; 
	width: 294px; 
	height: 221px; 
	margin-bottom: 10px;
}

.store_front_featured_artist .artist_image img,
.artist_page_artist .artist_image img{
	padding: 2px; 
	width: 291px; 
	height: 218px;
}