/********modified**********/
#download_list_title {
	float: left;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 4px;
	margin-left: 10px;
}

.download_stats {
	display: block;
	width: 250px;
	float: left;
	margin-right: 10px;
}


/***********new***********/
.flexcroll a {
    color:#0099CC;
    text-decoration:none;
  	font-size: 14px;
}

.required{
	color:#FF0000;
}

.error, .error_message {
	color:#FF0000;
	font-size: 11px;
	margin: 2px 0px;
	font-weight: normal;
}

.highlight {
	background-color: #99CC00;
	color:#000000;
	padding: 0;
}

.nprice {
	color: #666;
	text-decoration: line-through;
}

img { border:none; }

#notification {
	/*
	position: fixed;
	bottom: 0;
	padding: 0;
	height: 20px;
	margin: 0;
	width: 100%;
	background-color: #98CA01;
	display: block;
	text-align: center;
	padding-top: 5px;
	color:#000000;
	*/
	position: fixed;
	bottom: 0;
	padding: 0;
	margin: 0;
	color:#000;
	min-height:50%;
	width:100%;
	height:100%;
	z-index:5000;
	background-color: #333333;
	border: 2px solid black;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
}


#shop_select_category {  /*v3///////////////////UPDATED////////////*/
	text-align: right;
	height: 20px;
	float: left;
	width: 590px;
	padding-left: 6px;
}


#shop_select_category a {   /*v3///////////////////////NEW///////*/
	font-size: 11px;
	color: #0099CC;
	text-decoration: none;
}


.selected_page{
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
} 
/*v3//////////////////NEW/////////////*/

#pagination {  /*v3////////////////////////NEW///////*/
	float:left;

}

.pagination {color: #999999;
font-size:11px;}  /*v3////////////////////////NEW///////*/



#details_path_cateogry {  /*v3//////////////////NEW/////////////*/
	width: 604px;
	padding-top: 10px;
	padding-left: 6px;
	height: 20px;
}

#details_image {/*v3//////////////////NEW/////////////*/
	background-color: #333333;
	height: 250px;
	width: 250px;
	float: left;
	margin-right: 10px;
}
#details_title {/*v3//////////////////NEW/////////////*/
	font-size: 16px;
	color: #CCCCCC;
	float: left;
	font-weight: bold;
	width: 300px;
}
#details_cat {/*v3//////////////////NEW/////////////*/
	font-size: 11px;
	color: #666666;
	float: left;
	width: 300px;
}
#details_website {/*v3//////////////////NEW/////////////*/
	float: left;
	width: 300px;
	margin-bottom: 20px;
}
#details_website a {/*v3//////////////////NEW/////////////*/
	color: #0099CC;
	text-decoration: none;
}
#details_description {/*v3//////////////////NEW/////////////*/
	float: left;
	width: 300px;
}

#filter_drop { /*v3//////////////////NEW/////////////*/
float:right;
}


#shopping_cart {
	margin: 13px 7px 7px 7px;
}
.p_link {
	font-size: 13px;
	font-weight: bold;
	width: 200px;
	display: block;
	color: #006699;
}
#cart_nav {
	margin-top: 10px;
}
.cart_amount {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
}


.listing_featured {
	margin:0px 0px 10px 0px;
	padding:8px 0px 0px 0px;
	float:left;
	width:268px;
	height:130px;
	background-color:#2D2C28;
}
.listing_featured ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 8px;
	list-style:none;
	float:left;
	clear:left;
}
.listing_featured li {
	margin:0px 0px 0px 0px;
	float:left;
	padding:0px;
}
.listing_featured li div{
	margin:0px;
	padding:0px 4px 0px 0px;
}

#artist_list_featured_details_event {
	float: left;
	width: 150px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
	color: #999999;
}

#artist_list_download_options_event {
	float: right;
	width: 300px;
	text-align: right;
	line-height: 15px;
	margin-right: 10px;
	margin-top: 8px;
}

