* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
body.leftbg {
	background: url(../images2/leftbg.png) no-repeat;
}
body.rightbg {
	background: url(../images2/rightbg.png) no-repeat;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

input, select, textarea {
	font-size:11px;
	color:#666;
	border:1px solid #999;
}

li {
	list-style-type:none;
}

.hidden {
	/*display:none;*/
}

/* ***main block positions*** */
#topmenu {
	position:absolute;
	left:0px;
	top:54px;
	width:580px;
	height:15px;
	z-index:1;
	vertical-align: middle;
}

#topmenu img {
	vertical-align:middle;
}

#topmenu img.bip {
	margin-left:2px;
	margin-right:2px;
}

#contfull {
	position:absolute;
	left:30px;
	top:122px;
	width:590px;
	height:400px;
	z-index:9;
	color: #654;
}

#contmiddle {
	position:absolute;
	left:40px;
	top:138px;
	width:280px;
	height:390px;
	z-index:9;
	color: #333333;
}

#contright {
	padding-top:12px;
	position:relative;
	left:360px;
	top:120px;
	width:271px;
	height:426px;
	z-index:9;
	color: #EEEEDD;
	background-image:url(../images2/right_box.png);
	background-repeat:no-repeat;
}


#homenews {
	height: 380px;
}

/* ***div styles*** */
div.scroll_box {
	overflow:auto;
	padding:2px;
	padding-right:10px;
}

div.textscroll {
	position: relative;
	overflow: auto;
	width: 100%;
	text-align: left;
	padding-right: 8px;
	margin-bottom: 10px;
}

div.pagetitle {
	width:100%;
	margin-bottom:10px;
	text-align:left;
	clear:both;
}

div.border_bottom {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #E2CBB5;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

/* **** full page style **** */





/* ****middle styles**** */
#contmiddle h2 {
	color: #440000;
}
#contmiddle h3 {
	color: #D15600;
	margin-bottom: 2px;
	margin-left: 6px;
}

#contmiddle p {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#contmiddle a, a:link, a:visited, a:active {
	color: #D15600;
}
#contmiddle a:hover {
	color: #531402;
}

div.m_textbox {
	width: 245px;
	padding-bottom: 5px;
	border-top: 1px solid #E2CBB5;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* ****right styles**** */
#artistlaunch {
	width: 100%;
	position: relative;
}
#artist_tabs {
	position: relative;
	padding-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
}
#artistbars {
	position: relative;
	height: 19px;
	width: 210px;
}
#artist_btns {
	text-align: left;
	margin-left: 15px;
}
img.artist_btn {
	margin: 0px;
	padding: 0px;
	border: none;
}

#newrelbanners {
	width:100%;
	text-align:center;
}

#newrelbanners img {
	margin:8px;
	border:1px solid #BA9;
}



/* ***middle shop styles*** */
#orderselect {
	height: 25px;
	margin-bottom: 8px;
	width:100%;
}
#recshoplist {
	height:340px;
}

div.m_itembox {
	position:relative;
	height:65px;
	width:250px;
	padding-bottom:5px;
	border-top:1px solid #E2CBB5;
	padding:4px;
	margin-bottom:10px;
}

#m_item_on {
	height:100px;
	background:#EAD2BB;
	border:1px solid #AAAAAA;
}

div.m_item_thumb {
	float: left;
	width: 75px;
}

div.m_item_thumb img{
	border: 1px solid #666666;
}

div.m_item_thumb a, div.m_item_thumb a:link, div.m_item_thumb a:visited,  div.m_item_thumb a:active {
	padding-left: 3px;
	padding-right: 5px;
}
div.m_item_thumb a:hover {
	padding-left: 8px;
	padding-right: 0px;
}

div.m_item_text {
	float:left;
	width:175px;
}

div.m_item_info {
	color: #777777;
}

div.m_buybox {
	position:absolute;
	bottom:6px;
	right:6px;	
}
div.m_buybox a,div.m_buybox form,div.m_buybox input {
	float:left;
	border:none;
}


/* ***right shop styles*** */
div.r_item_cover {
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
div.r_item_cover img {
	border: 2px solid #EAD2BB;
}
#r_item_text {
	height: 115px;
	margin-bottom: 10px;
	overflow: auto;
}

#r_buybox {
	text-align: right;
	margin: auto;
	padding-top: 4px;
	height: 20px;
	width: 210px;
	bottom: 4px;
	right: 4px;
	border-top: 1px solid #999999;
}

#r_buybox  a,#r_buybox form,#r_buybox input {
	border:none;
}
 
#r_itunes,.r_paypal {
	float: right;
}

/* ***right side styles*** */
div.r_textscroll {
	position: relative;
	overflow: auto;
	width: 210px;
	padding-right: 10px;
	text-align: left;
	margin-left: 15px;
}


/* text styles */
p.eventdate {
	color: #660000;
	padding-bottom: 10px;
	padding-left: 5px;
}
a.newslink, a.newslink:link  {
	font-weight: bold;
	color: #531402;
}
a.newslink:visited  {
	color: #666666;
}
a.newslink:hover  {
	color: #D15600;
}

div.m_eventlist {
	padding-bottom: 15px;
	padding-left: 10px;
	position: relative;
	padding-top: 15px;
}

#r_thiseventtext {
	height: 155px;
}
#m_thiseventlink
	{
	font-size: 11px;
	}
#contactlist {
	position: relative;
	height: 226px;
	margin-bottom: 15px;
}
#contactaddress {
	margin-left: 30px;
	position: relative;
	margin-top: 20px;
}
#sendcdstitle {
	border-top: 1px solid #E2CBB5;
	padding-top: 10px;
}

div.m_indentbox {
	margin-left: 15px;
}
#contright a, a:link, a:visited, a:active {
	color: #D15600;
}
#contright a:hover {
	color: #FEE6CA;
}


#recshop_refine {
	height:20px;
	color:#765;
}

form.hz_form {
	
}

#recshop_refine label, #recshop_refine select, #recshop_refine input {
	float:left;
	display:inline;
	margin-right:3px;
	height:18px;
	
}

#recshop_refine select, #recshop_refine input {
	width:140px;
	margin-right:8px;
}

#recshop_refine a {
 
}

select.uc_options option, select.uc_options {
	text-transform:capitalize;
}


/* ***** NEW recshop ***** */

#recshop_list {
	height:384px;
	margin-bottom:12px;
}

div.item_box {
	clear:both;
}

div.item_box_on {
	margin-bottom:12px;
}

div.item_thumb {
	float:left;
	width:132px;
	margin-top:1px;
	margin-bottom:10px;
}

img.item_thumb {
	border:1px solid #B97;
}

div.item_text {
	float:left;
	padding-top:2px;
	width:424px;
	text-align:left;
}

div.item_text h4 {
	display:block;
	text-transform:capitalize;
	padding-bottom:2px;
	border-bottom:14px solid #DB9;
	margin-bottom:-14px;
}

div.item_text h4 span{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:normal;
	font-size:14px;
	letter-spacing:+0.5px;
}

div.item_text span.artist {
	color:#432;
}

div.item_text span.title {
	color:#C51;
}

div.item_text p.item_cat {
	margin-left:4px;
	font-size:10px;
	color:#FED;
	margin-bottom:6px;
}

div.item_buy {
	float:left;
	width:160px;
}

div.item_buy ul li {
	height:18px;
	width:100%;
	display:block;
	clear:both;
	vertical-align:middle;
}

div.item_buy form, div.item_buy input {
	padding:0px;
	margin:0px;
	display:inline;
	border:none;
	vertical-align:middle;
}

div.item_buy form {
	vertical-align:middle;
	margin-right:4px;
}

div.item_buy img , div.item_buy form {
	vertical-align:middle;
}


div.item_info {
	float:left;
	width:260px;
	margin-bottom:8px;
}

div.item_info h5 {
	margin-top:2px;
	margin-bottom:2px;
	font-size:12px;
	border-bottom:1px solid #BA9;
	color:#953;
}

p.item_read_more {
	text-align:right;
}

