body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../img/body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#F1EEE4;
}

div.clearall{
	clear:both;
	height:0px;
	line-height:0px;
}
br.clear{
	clear:both;
}
img {
	border: 0;
}

hr{
	border:0;
	width:100%;
	color: #D7E0C7;
	background-color: #D7E0C7;
	height: 1px;
	margin:10px 0px 10px 0px;
}

p{
	margin:0;
	padding:4px 0px 4px 0px;
}
/* ---------------------------
//////////////////////////////
//
// HEADER
//
//////////////////////////////
---------------------------- */
#header{
	width:945px;
	height:60px;
	margin:20px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(../img/header-bg.jpg);
	background-repeat:no-repeat;
}

#header h1{
	width:236px;
	height:60px;
	display: block;
	background-image: url(../img/h1.jpg);
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover{
	display:block;
	width:236px;
	height:60px;
	text-indent:-9999px;
	text-decoration:none;
}

#header div{
	float: right;
	width: 400px;
	text-align: right;
	padding: 13px 20px 0px 0px;
	color: #950202;
}

#header div a:link,
#header div a:visited,
#header div a:hover{
	color: #950202;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	font-size: 10px;
}

#header div a:hover{
	text-decoration: underline;
}

#header div a.cart:link,
#header div a.cart:visited,
#header div a.cart:hover{
	color: #3f71b1;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../img/cart-icon.jpg);
	background-repeat: no-repeat;
	padding: 4px 20px 4px 30px;
}

#header div a.cart:hover{
	text-decoration: underline;
}

#header div span{
	font-size: 12px;
	color:#7a7979;
	display:block;
	padding:16px 0px 0px 0px;
}


/* ---------------------------
//////////////////////////////
//
// NAVIGATION
//
//////////////////////////////
---------------------------- */

#navigation{
	width:945px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(../img/wrapper-bg.jpg);
	background-repeat:repeat-y;
}

/* ---------------------------
//////////////////////////////
//
// NAVIGATION MAIN
//
//////////////////////////////
---------------------------- */


#navigation ul.main{
	list-style-type:none;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	position:relative;
	height:28px;
	font-size:13px;
	background:#fff url(../img/mainnav-bg.jpg) repeat-x;
	margin:0px 4px 0px 2px;
	padding:0px 0px 0px 10px;
	border-bottom:1px solid #6a684b;
	overflow:hidden;

}
#navigation ul.main li{
	display:block;
	float:left;
	margin:0px 8px 0px 0px;
	padding:0px 0px 0px 0px;
}
#navigation ul.main li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:0 0 0 20px;
	height:28px;
}
#navigation ul.main li a span{
	padding:8px 20px 0 0;
	height:20px;
	float:left;
}
#navigation ul.main li a:hover{
	color:#990000;
	background:none;
}
#navigation ul.main li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
}
#navigation ul.main li.current a,
#navigation ul.main li.current a:hover{
	color:#fff;
	background:url(../img/mainnav-bg-left.jpg) no-repeat top left;
	line-height:255%;
	cursor:pointer;
}
#navigation ul.main li.current a span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:url(../img/mainnav-bg-right.jpg) no-repeat top right;
}




/* ---------------------------
//////////////////////////////
//
// NAVIGATION SUB
//
//////////////////////////////
---------------------------- */
#navigation ul.sub{
	clear:both;
	list-style-type:none;
	margin:0px 4px 0px 2px;
	padding:0px 0px 0px 25px;
	background-color:#6a684b;
	height:23px;
	border-bottom:1px solid #55533a;
}
#navigation ul.sub li{
	display:block;
	float:left;
	padding:5px 10px 0px 0px;
	font-size:11px;
}

#navigation ul.sub li a:link,
#navigation ul.sub li a:visited,
#navigation ul.sub li a:hover{
	color:#d7d5b8;
	text-decoration:none;
}

#navigation ul.sub li a:hover{
	color:#FFFFFF;
}

#navigation ul.sub li.current a:link,
#navigation ul.sub li.current a:visited,
#navigation ul.sub li.current a:hover{
	color:#FFFFFF;
}


/* ---------------------------
//////////////////////////////
//
// WRAPPER
//
//////////////////////////////
---------------------------- */
#wrapper{
	clear:both;
	width:905px;
	padding:12px 20px 30px 20px;
	margin:0px auto 0px auto;
	background-image:url(../img/wrapper-bg.jpg);
	background-repeat:repeat-y;
}


#wrapper.simple{
	clear:both;
	width:1100px;
	padding:12px 20px 30px 20px;
	margin:10px auto 10px auto;
	background-image:none;
	background-color:#FFFFFF;
}

/* ---------------------------
//////////////////////////////
//
// subpage_elements
//
//////////////////////////////
---------------------------- */
#wrapper div.subpage_elements{
	
}

#wrapper div.subpage_elements p.breadcrumb{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-family: Georgia, Times New Roman, Times, serif;
	float:left;
	color:#6a684b;
}

#wrapper div.subpage_elements p.breadcrumb a:link,
#wrapper div.subpage_elements p.breadcrumb a:hover,
#wrapper div.subpage_elements p.breadcrumb a:visited{
	color:#a52323;
	text-decoration:none;
}

#wrapper div.subpage_elements form{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}

#wrapper div.subpage_elements form input{
	margin:0px 0px 0px 5px;
	font-size:13px;
	float:left;
	color:#6a684b;
}

#wrapper div.subpage_elements form input.tf{
	width:139px;
}

/* ---------------------------
//////////////////////////////
//
// CONTENT
//
//////////////////////////////
---------------------------- */
#content{
	float:left;
	width:670px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


#content div.showforcheckout{
	padding:10px;
	margin:0px 0px 10px 5px;
	background-color:#FFFFFF;
	width:300px;
	border:1px solid #cccccc;
}

#content div.showforreview{
	padding:10px;
	margin:0px 0px 10px 0px;
	background-color:#FFFFFF;
	width:300px;
	border:1px solid #cccccc;
}
#content div.showforreview img{
	float:left;
	border:1px solid #242424;
	margin:0px 10px 10px 0px;
}
#content div.showforreview h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	font-size:14px;
	font-weight:normal;
	color:#6a684b;
	font-family: Georgia, Times New Roman, Times, serif;
}

#content div.showforreview h3 a:link,
#content div.showforreview h3 a:visited,
#content div.showforreview h3 a:hover{
	color:#6a684b;
	text-decoration:none;
}

/* ---------------------------
//////////////////////////////
//
// CONTENT-HOME
//
//////////////////////////////
---------------------------- */
#content-home{
	float:left;
	width:900px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

#content-intro{
	float:left;
	width:900px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

#content-home #home-info{
	float:left;
	width:325px;
	font-family: Georgia, Times New Roman, Times, serif;
}
	
#home-info-form {
	background-color: #d1d7d7;
}

#home-info-form h2{
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 15px;
	font-size:18px;
	font-weight:bold;
	color:#940000;
}

#home-info-form div.hr {
  height: 15px;
  border: none;
  background: url(../img/hr.gif) no-repeat scroll center;
}

#home-info-form div.hr hr {
  display: none;
}


#home-info-form form{
	padding-bottom: 10px;
}
#home-info-form table td{
	padding: 5px 5px 10px 5px;
}

#home-info-form label{
	font-size: 14px;
	margin-left: 10px;
	padding-right: 10px;
}

#home-info-form input.text{
	width: 185px;
	margin-left: 4px;
}

#home-info-form select{
	width: 190px;
	margin-left: 4px;
}

input#edates{
	background: #fff url(../img/icons/calendar.gif) no-repeat 97% center;
}

#content-home #home-info h2 span{
	color:#a52323;
}

#content-home #home-info div.smalltouts{
	margin:22px 0px 0px 0px;
}

#content-home #home-info div.smalltouts img.left{
	margin:0px 10px 0px 0px;
}

#content-home #home-scroller{
	padding-top: 20px;
}

#content-home #home-info h3{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-weight:normal;
	color:#4772a7;
	font-family: Georgia, Times New Roman, Times, serif;
}
#content-home #home-info p{
	margin:5px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#7e7e7e;
}



#content-home #home-utility{
	float:left;
	width:555px;
	margin:0px 0px 0px 20px;
}

#content-home #home-utility div.searches{
	margin:10px 0px 0px 0px;
	
}

#content-home #home-utility div.searches div.search{
	float:left;
	width:261px;
	background-color:#f4f4f2;
	border-bottom:1px solid #9d9c8f;
}

#content-home #home-utility div.searches div.search select{
	width:230px;
}

#content-home #home-utility div.searches div.search h2{
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 10px;
	background-image:url(/img/home-search-titlebg.jpg);
	height:24px;
	width:251px;
	font-size:16px;
	font-weight:normal;
	color:#6a684b;
	font-family: Georgia, Times New Roman, Times, serif;
}

#content-home #home-utility div.searches div.left{
	margin:0px 20px 0px 0px;
}

#content-home #home-utility div.searches form{
	margin:13px;
}

#content-home #home-utility div.searches form {
	margin:13px;
}

#content-home #home-utility div.searches form label{
	display:block;
	font-size:14px;
	color:#6a684b;
	font-family: Georgia, Times New Roman, Times, serif;
}

#content-home #home-utility div.searches form input.formbtn{
	margin:5px 0px 10px 0px;
	display:block;
}

/* ---------------------------
//////////////////////////////
//
// CONTENT-DETAIL
//
//////////////////////////////
---------------------------- */
#content-detail{
	float:left;
	width:690px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}



/* ---------------------------
//////////////////////////////
//
// RELATED-COLUMN
//
//////////////////////////////
---------------------------- */
#related-column{
	float:left;
	width:130px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

#related-column div.related{
	background-color:#f4f4f2;
	border-bottom:1px solid #9d9c8f;
	text-align:center;
	margin:0px 0px 20px 0px;
}


#related-column div.related h2{
	color:#6a684b;
	font-size:11px;
	font-family: Georgia, Times New Roman, Times, serif;
	background-image:url(../img/related-h2-bg.gif);
	height:27px;
	margin:0;
	font-weight:normal;
	padding:3px 3px 0px 3px;
	text-align:center;
}


#related-column div.related div{
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}

#related-column div.related div h3{
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#related-column div.related div h3 a:link,
#related-column div.related div h3 a:visited,
#related-column div.related div h3 a:hover{
	color:#6a684b;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

/* ---------------------------
//////////////////////////////
//
// MEDIAPLAYER
//
//////////////////////////////
---------------------------- */
#mediaplayer{

	width:544px;
	height:345px;
	background-color:#fff;
	color:#000000;
	text-align:center;
}

#mediaplayer span{
	font-size:20px;
	display:block;
	padding:130px 0px 0px 0px;
}

#mediaplayer span a{
	color:#a52323;
}


#mediaplayerv3{

	width:994px;
	height:534px;
	background-color:#f1f1f1;
	color:#000000;
	text-align:center;
}

#mediaplayerv3_sh{
	width:785px;
	height:485px;
	background-color:#f1f1f1;
	color:#000000;
	text-align:center;
}
#mediaplayerv3_sv{
	width:300px;
	height:450px;
	background-color:#f1f1f1;
	color:#000000;
	text-align:center;
}

#mediaplayerv3_lv{
	width:500px;
	height:750px;
	background-color:#f1f1f1;
	color:#000000;
	text-align:center;
}


#mediaplayerv3 span,
#mediaplayerv3_sh span,
#mediaplayerv3_sv span,
#mediaplayerv3_lv span{
	font-size:20px;
	display:block;
	padding:130px 0px 0px 0px;
}

#mediaplayerv3 span a,
#mediaplayerv3_sh span a,
#mediaplayerv3_svexperthelp span a,
#mediaplayerv3_lv span a{
	color:#a52323;
}

/* ---------------------------
//////////////////////////////
//
// DETAIL-COLUMN
//
//////////////////////////////
---------------------------- */
#detail-column{
	float:left;
	width:544px;
	margin:0px 0px 0px 14px;
	padding:0px 0px 0px 0px;
}

#detail-column form{
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#detail-column h2{
	color:#a52323;
	font-size:20px;
	font-weight:normal;
	font-family: Georgia, Times New Roman, Times, serif;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#detail-column h3{
	color:#6a684b;
	font-size:16px;
	font-weight:normal;
	font-family: Georgia, Times New Roman, Times, serif;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#detail-column p{
	color:#7e7e7e;
	font-size:12px;
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	text-align:justify;
}


#detail-column a:link{
	color:blue;
	text-decoration:underline;
}

#detail-column a:visited{
	color:purple;
}

#detail-column a:hover{
	text-decoration:none;
}

#detail-column a.addshow:link,
#detail-column a.addshow:visited,
#detail-column a.addshow:hover{
	display:block;
	
	background-image:url(../img/btn-addshow.gif);
	width:92px;
	height:24px;
	text-indent:-9999px;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}

#detail-column li{
	color:#7e7e7e;
	font-size:12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}




/* ---------------------------
//////////////////////////////
//
// RELATED-ARTISTS
//
//////////////////////////////
---------------------------- */
#detail-column div.related-artists{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#f4f4f2;
	border-bottom:1px solid #6a684b;
	width:546px;
}

#detail-column div.related-artists h2{
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 10px;
	background-image:url(../img/artists-h2-bg.gif);
	height:24px;
	width:536px;
	font-size:16px;
	font-weight:normal;
	color:#6a684b;
}

#detail-column div.related-artists div.artist{
	margin:10px 0px 0px 10px;
	padding:0px 0px 5px 0px;
}

#detail-column div.related-artists div.artist img{
	float:left;
	padding:0px 10px 10px 0px;
}


#detail-column div.related-artists div.artist h3{
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 0px;
	color:#6a684b;
	font-size:14px;
	font-weight:normal;
	font-family: Georgia, Times New Roman, Times, serif;
}

#detail-column div.related-artists div.artist h3 a:link,
#detail-column div.related-artists div.artist h3 a:visited,
#detail-column div.related-artists div.artist h3 a:hover{
	text-decoration:none;
	color:#6a684b;
}
#detail-column div.related-artists div.artist p{
	margin:0px 0px 7px 0px;
	padding:0px 30px 0px 0px;
	color:#4c4c4c;
	font-size:10px;
}

#detail-column div.related-artists div.artist p a:link,
#detail-column div.related-artists div.artist p a:visited,
#detail-column div.related-artists div.artist p a:hover{
	text-decoration:none;
	color:#5179a9;
	font-size:11px;
}


/* ---------------------------
//////////////////////////////
//
// PAGENAV
//
//////////////////////////////
---------------------------- */

div.pagenav {
    padding:3px 0px 0px 0px;
    margin:0px 0px 20px 0px;
	clear:both;
}

div.pagenav h3{
	font-size:13px;
	font-weight:normal;
	color:#6a684b;
	margin:0 0 10px 0;
	padding:0;
}	

div.pagenav a:link, 
div.pagenav a:visited, 
div.pagenav span {
    display: inline;
    padding: 2px 5px;
	margin:0px 0px 0px 0px;
	border: 1px solid #a0bee1;
    background: #FFFFFF;
	text-decoration: none;
	color:#6d8db5;
	font-size:12px;
}

div.pagenav a:hover {
    border-color: #a0bee1;
	color:#52729a;
	
}
div.pagenav a:link.current, 
div.pagenav a:visited.current, 
div.pagenav a:hover.current {
    border: 1px solid #a0bee1;
    font-weight: bold;
    background-color: #a0bee1;
    color: #FFFFFF;
}

div.pagenav a:link.nextprev, 
div.pagenav a:visited.nextprev {
}

div.pagenav a:link.dead, 
div.pagenav a:visited.dead {
    border: 1px solid #DDDDDD;
    color: #999999;
}


/* ---------------------------
//////////////////////////////
//
// SHOWBLOCK
//
//////////////////////////////
---------------------------- */
div.showblock{
	margin:20px 0px 5px 0px;
	padding:15px 0px 5px 0px;
	background-image:url(../img/showblock-div.gif);
	background-repeat:no-repeat;
}

div.showblock img{
	border:1px solid #242424;
	float:left;
	margin:2px 0px 0px 0px;
}

div.showblock div.details{
	float:right;
	width:495px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.showblock div.details a:link,
div.showblock div.details a:visited,
div.showblock div.details a:hover{
	text-decoration:underline;
	color:#a72424;
}

div.showblock div.details p{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#7e7e7e;
}

div.showblock div.details p.subtext{
	margin:3px 0px 0px 0px;
	font-size:11px;
	color:#242424;
}

div.showblock div.details h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-weight:normal;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#a72424;
}

div.showblock div.details h2 a:link,
div.showblock div.details h2 a:visited,
div.showblock div.details h2 a:hover{
	text-decoration:none;
	color:#a72424;
	font-size:14px;
}

div.showblock div.details h3{
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	font-weight:normal;
	color:#6a684b;
	font-family: Georgia, Times New Roman, Times, serif;
}

div.showblock div.details p.mediaclip{
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	color:#666666;
	width:500px;
	height:17px;
}


div.showblock div.details a.addshow:link,
div.showblock div.details a.addshow:visited,
div.showblock div.details a.addshow:hover{
	display:block;
	
	background-image:url(../img/btn-addshow.gif);
	width:92px;
	height:24px;
	text-indent:-9999px;
	text-decoration:none;
	margin:15px 0px 0px 0px;
}

div.showblock form,
div.showblock form input{
	margin:0;
	padding:0;
}

div.showblock form input.addshow{
	
	margin:15px 0px 0px 0px;
}



div.showblock div.details a.readmore:link,
div.showblock div.details a.readmore:visited,
div.showblock div.details a.readmore:hover,
div.showblock div.details a.readmore_artist:link,
div.showblock div.details a.readmore_artist:visited,
div.showblock div.details a.readmore_artist:hover{
	display:block;
	float:left;
	text-decoration:none;
	margin:20px 0px 0px 10px;
	color:#a72424;
	font-size:12px;
}

div.showblock div.details a.readmore_artist:link,
div.showblock div.details a.readmore_artist:visited,
div.showblock div.details a.readmore_artist:hover{
	margin:20px 0px 0px 0px;
}


/* ---------------------------
//////////////////////////////
//
// SIDEBAR
//
//////////////////////////////
---------------------------- */
#sidebar{
	float:right;
	width:202px;
	margin:20px 0px 0px 0px;
}

#sidebar div{
	margin:0px 0px 10px 0px;
}




#searchwrap{
	float:right;
	margin:20px 0px 0px 0px;
}

#search_sidebar{
	float:left;
	width:202px;
	background-color:#f4f4f2;
	border-bottom:1px solid #9d9c8f;
	
	background-repeat:no-repeat;
}

#search_sidebar.search_sidebar_closed{
	float:left;
	width:202px;
	background-color:#f4f4f2;
	border-bottom:none;
	background-repeat:no-repeat;
}



#search_sidebar h2{
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 10px;
	background-image:url(/img/sidebar-search-titlebg.jpg);
	background-position:left;
	height:24px;
	width:192px;
	font-size:16px;
	font-weight:normal;
	color:#6a684b;
	font-family: Georgia, Times New Roman, Times, serif;
	cursor:pointer;
}

#search_sidebar h2 span{
	font-size:10px;
	color:blue;
	padding:0px 0px 0px 5px;
}

#search_sidebar form{
	margin:13px;
}


#search_sidebar form label{
	display:block;
	font-size:14px;
	color:#6a684b;
	font-family: Georgia, Times New Roman, Times, serif;
}

#search_sidebar form select{
	width:170px;
}

#searchwrap #search_sidebar form select{
	width:170px;
}

#search_sidebar form input.formbtn{
	margin:5px 0px 10px 0px;
	display:block;
}








/* ---------------------------
//////////////////////////////
//
// SHOWBAR
//
//////////////////////////////
---------------------------- */
#showbar{
	float:right;
	width:202px;
	margin:20px 0px 0px 0px;
	background-color:#f4f4f2;
	padding:0 0 0 0;
}

#showbar h2{
	color:#FFFFFF;
	font-size:16px;
	font-family: Georgia, Times New Roman, Times, serif;
	background-image:url(../img/showbar-h2-bg.gif);
	height:24px;
	margin:0;
	font-weight:normal;
	padding:6px 5px 0px 12px;
}

#showbar div.showcontent{
	padding:0px 0px 10px 0px;
	margin:0;
}

#showbar div.showcontent div{
	padding:15px 0px 0px 15px;
	margin:0;
}

#showbar div.showcontent div form{
	margin:0;
	padding:0;
}

#showbar div.showcontent div form input{
	margin:0;
	padding:0;
}
#showbar div.showcontent div form input.remove{
	margin:0;
	padding:0px 0px 0px 5px;
}

#showbar div.showcontent div img{
	float:left;
	border:1px solid #666666;
}
#showbar div.showcontent div p{
	float:left;
	width:66px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 8px;
	font-size:11px;
	color:#6a684b;
}



#showbar div.showcontent div h3{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:4px 4px 0px 0px;
	font-size:13px;
	font-weight:normal;
	color:#6a684b;
}

#showbar div.showcontent div h3 a:link,
#showbar div.showcontent div h3 a:visited,
#showbar div.showcontent div h3 a:hover{
	color:#6a684b;
	text-decoration:none;
}

#showbar div.showbar_footer{
	background-image:url(../img/showbar-foot-bg.gif);
	height:44px;
	margin:0;
	padding:0;
}
#showbar div.showbar_footer p.info{
	float:left;
	width:70px;
	color:#FFFFFF;
	font-size:9px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 5px;
}

#showbar div.showbar_footer p.info a:link,
#showbar div.showbar_footer p.info a:visited,
#showbar div.showbar_footer p.info a:hover{
	color:#aa2525;
	text-decoration:underline;
}

p.checkout{
	float:left;
	width:109px;
	margin:10px 0px 0px 5px;
	padding:0;
}

p.checkout a:link,
p.checkout a:visited,
p.checkout a:hover{
	background-image:url(../img/btn-checkout.gif);
	width:109px;
	height:24px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}

/*
#showbar div.showbar_footer p.checkout{
	float:left;
	width:50px;
	margin:10px 0px 0px 10px;
	padding:0;
}

#showbar div.showbar_footer p.checkout a:link,
#showbar div.showbar_footer p.checkout a:visited,
#showbar div.showbar_footer p.checkout a:hover{
	background-image:url(../img/btn-checkout.gif);
	width:73px;
	height:24px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}

*/



/* ---------------------------
//////////////////////////////
//
// FOOTER
//
//////////////////////////////
---------------------------- */
#footer{
	width:945px;
	height:100px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(../img/footer-bg.jpg);
	background-repeat:no-repeat;
}

#footer ul{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:9px 0px 0px 10px;
	float:left;
}
#footer ul li{
	display:inline;
	border-right:1px solid #6a684b;
	padding-right:5px;
	padding-left:5px;
	font-size:10px;
	color:#6a684b;
}

#footer ul li.last{
	display:inline;
	border-right:none;
	padding-right:5px;
	padding-left:5px;
}

#footer ul li a:link,
#footer ul li a:visited{
	text-decoration:none;
	color:#6a684b;
}

#footer ul li a:hover{
	text-decoration:none;
	color:#242424;
}

#footer a.backtotop:link,
#footer a.backtotop:visited,
#footer a.backtotop:hover{
	float:right;
	margin:7px 23px 0px 0px;
	color:#6a684b;
}
#footer p{
	clear:both;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#6a684b;
	font-size: 11px;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 15px;
	float:left;
	width:930px;
}

#footer p span{
	float:right;
	margin:0px 20px 0px 0px;
}

#footer p span.copy{
	float:left;
}

#footer p span a:link,
#footer p span a:visited{
	text-decoration:none;
	color:#6a684b;
}

#footer p span a:hover{
	text-decoration:none;
	color:#242424;
}
a{
	text-decoration:underline;
}

#footer p#footer_copy{
	padding-top:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:15px;
}



/* ---------------------------
//////////////////////////////
//
// yourshowsqueue
//
//////////////////////////////
---------------------------- */

#yourshowsqueue{

	width:500px;
	margin:0px 0px 0px 0px;
	background-color:#f4f4f2;
}

#yourshowsqueue h2{
	color:#FFFFFF;
	font-size:16px;
	font-family: Georgia, Times New Roman, Times, serif;
	background-image:url(/img/yourshows-h2-bg.gif);
	height:24px;
	margin:0;
	font-weight:normal;
	padding:6px 5px 0px 12px;
}

#yourshowsqueue div.showcontent{
	padding:0px 0px 10px 0px;
	margin:10px 0px 0px 0px;
}

#yourshowsqueue div.showcontent div{
	margin:15px 15px 0px 15px;
}

#yourshowsqueue div.showcontent div form input.remove{
	margin:0px 0px 0px 17px;
	padding:0;
}

#yourshowsqueue div.showcontent div img{
	float:left;
	border:1px solid #666666;
	margin:0px 15px 15px 0px;
}
#yourshowsqueue div.showcontent div p{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
	color:#6a684b;
}

#yourshowsqueue div.showcontent div p a.btn-remove:link,
#yourshowsqueue div.showcontent div p a.btn-remove:visited,
#yourshowsqueue div.showcontent div p a.btn-remove:hover{
	background-image:url(../img/btn-remove.gif);
	width:60px;
	height:22px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	margin:5px 0px 0px 15px;
}


#yourshowsqueue div.showcontent div h3{
	font-family: Georgia, Times New Roman, Times, serif;
	margin:0px 0px 0px 0px;
	padding:4px 4px 5px 0px;
	font-size:16px;
	font-weight:normal;
	color:#6a684b;
}

#yourshowsqueue div.showcontent div h3 a:link,
#yourshowsqueue div.showcontent div h3 a:visited,
#yourshowsqueue div.showcontent div h3 a:hover{
	color:#6a684b;
	text-decoration:none;
}

#yourshowsqueue div.showcontent div form{
	clear:both;
	margin:0;
	padding:0;
}

#yourshowsqueue div.yourshowsqueue_footer{
	background-image:url(../img/yourshows-foot-bg.gif);
	height:44px;
}


#yourshowsqueue p.checkout{
	float:left;
	width:50px;
	margin:10px 0px 0px 10px;
	padding:0;
}

#yourshowsqueue p.checkout a:link,
#yourshowsqueue p.checkout a:visited,
#yourshowsqueue p.checkout a:hover{
	background-image:url(../img/btn-checkout.gif);
	width:73px;
	height:24px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}











/* ---------------------------
//////////////////////////////
//
// FORM STYLES
//
//////////////////////////////
---------------------------- */


form div.required,
form div.optional{
	margin:0px 0px 5px 0px;
}

form.bigdivs div{
	padding:0px 0px 5px 0px;
}

form div.blockout{
	margin:5px 0px 5px 0px;
	background-color:#f1f1f1;
	padding:10px;
}

form div.blockout p{
	margin:0px;
	padding:0px 0px 5px 0px;
}


form div label{
  display:block;
  margin:0px 0px 3px 0px;
}



form div.optional label{
	color:#666666;
}
form div.required label{
	color:#000000;
	font-weight: bold;
}

form div.error_message{
	color:#990000;
	margin:0px 0px 10px 0px;
}

form input.form_error{
	color:#FFFFFF;
	background-color:#990000;
}

form div.submit{
	margin:20px 0px 10px 0px;
}

.agencyartist{
	margin:5px 0px 5px 0px;
	background-color:#f1f1f1;
	padding:5px;
}




/* ---------------------------
//////////////////////////////
//
// ADMIN MENUS
//
//////////////////////////////
---------------------------- */
ul.adminnav{
	list-style-type:none;
	margin:0px 0px 10px 0px;
	padding:0;
}

ul.adminnav li{
	display:inline;
	list-style-type:none;
	margin:0px 5px 0px 0px;
	
}

ul.adminnav li a:link,
ul.adminnav li a:visited,
ul.adminnav li a:hover{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	display:block;
	float:left;
	padding:5px 7px 5px 7px;
	background-image:url(/img/admin-menu-bg.gif);
	color:#990000;
	text-decoration:none;
}

ul.adminnav li a:hover,
ul.adminnav li.current a{
	background-image:url(/img/admin-menu-bg-on.gif);
	color:#FFFFFF;
	text-decoration:none;
}


/* ---------------------------
//////////////////////////////
//
// MISC
//
//////////////////////////////
---------------------------- */
a.add_btn:link,
a.add_btn:visited,
a.add_btn:hover{
	height:12px;
	width:100px;
	display:block;
	padding:5px 7px 5px 7px;
	border:1px solid #07460f;
	color:#FFFFFF;
	background-color:#2f8b26;
	text-align:center;
	text-decoration:none;
	margin:10px 10px 10px 0px;
	float:left;
}

a.del_btn:link,
a.del_btn:visited,
a.del_btn:hover{
	height:12px;
	width:100px;
	display:block;
	padding:5px 7px 5px 7px;
	border:1px solid #6a0000;
	color:#FFFFFF;
	background-color:#990000;
	text-align:center;
	text-decoration:none;
	margin:10px 0px 10px 0px;
}
div.message{
	margin:15px 0px 15px 0px;
	padding:10px;
	width:400px;
	background-color:#ffe533;
	color:#000000;
	border:1px solid #d4be00;
}


select.quickjump{
	margin:0px 0px 10px 0px;
}

.hidden{
	display:none;
}


.floatleft{
	float:left;
}

h4.toggleswitch{
	height:22px;
	background-repeat:no-repeat;
	margin:15px 0px 5px 0px;
	font-weight:bold;
	font-size:13px;
	padding:8px 5px 0px 28px;
	cursor:pointer;
}

h4.toggle_open{
	background-image:url(../img/toggle_close.jpg);
}

h4.toggle_close{
	background-image:url(../img/toggle_open.jpg);
}
div.togglecontent{
	padding:0px 0px 0px 20px;
}

div.searchfilter{
	padding:10px;
	border:1px solid #cccccc;
	background-color:#f1f1f1;
	width:550px;
}

/* ---------------------------
//////////////////////////////
//
// JTIPS
//
//////////////////////////////
---------------------------- */

a.jTip:link,
a.jTip:visited,
a.jTip:hover{
	margin-left:5px;
	color:#FFFFFF;
	text-decoration:none;
}

#JT_arrow_left{
	background-image: url(../img/arrow_leftR.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../img/arrow_rightR.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}


#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #830000;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #830000;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #fff;
}

#JT_close_right{
	background-color: #830000;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #fff;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
	cursor:help;
}
/*
#tooltip {
	border: 2px solid #cccccc;
	background-color: #ffffff;
	opacity: 0.85;
	padding: 0 0 0 0;
	width:200px;
}

#tooltip h3{
	margin:0 0 0 0;
	padding:5px 10px 5px 10px;
	font-weight:normal;
	color:#333333;
	font-size:12px;
}
#tooltip p{
	display:none;
}


#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid #CCCCCC;
	padding: 2px;
	background-color: #f1f1f1;
	visibility: hidden;
	z-index: 100;
}

*/

/* ---------------------------
//////////////////////////////
//
// STEP1 Checkout
//
//////////////////////////////
---------------------------- */
h4.checkout{
	font-size:18px;
	margin:0;
	padding:0px 0px 5px 0px;
	
	font-weight:bold;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#6a684b;

}
#step1_existing{
	float:left;
	width:280px;
	padding:10px;
	margin-top:15px;
	border:1px solid #CCCCCC;
}

#step1_or{
	float:left;
	width:40px;
	text-align:center;
	padding:30px 10px 10px 10px;
	margin-top:15px;
}

#step1_new{
	float:left;
	width:280px;
	padding:10px;
	margin-top:15px;
	border:1px solid #CCCCCC;
}

#checkout_submit{
	width:642px;
	border:1px solid #669900;
	padding:10px;
	text-align:center;
	margin:20px 0;
	background-color:#e1ecca;
	
}



/*
QUICKBOOK
*/
div.quickbookform{
	display:none;
	padding:10px 0 0 0;
}
#content div.quickbookform form,
#detail-column div.quickbookform form{
	width:400px;
	margin:0;
	padding:10px;
	background-color:#f1f1f1;
}
#content div.quickbookform form h3,
#detail-column div.quickbookform form h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#666666;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}
div.quickbookform form div{
	float:left;
	padding:3px 10px 3px 0px;
	width:190px;
	height:40px;
	margin:0px 0px 2px 0px;
}


div.quickbookform form div input,
div.quickbookform form div select,
div.quickbookform form div textarea{
	width:170px;
}

div.quickbookform form div.dblwide{
	width:390px;
	height:auto;
}

div.quickbookform form div.qb_other_hide{
	display:none;
}

div.quickbookform form div.dblwide input,
div.quickbookform form div.dblwide select,
div.quickbookform form div.dblwide textarea{
	width:370px;
}

div.quickbookform form div.quickbookform_submit{
	padding-top:10px;
	height:auto;
	width:390px;
	
	
}
div.quickbookform form div.quickbookform_submit input{
	width:auto;
	float:left;
}

div.quickbookform form div.quickbookform_submit p{
	margin:0px 0px 0px 70px;
	padding:0px 20px 0px 0px;
	font-size:11px;
	color:#242424;
}

div.quickbookform form label span{
	font-size:11px;
	color:#666666;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
}

#content a.quickbookopen:link,
#content a.quickbookopen:visited,
#content a.quickbookopen:hover,
#detail-column a.quickbookopen:link,
#detail-column a.quickbookopen:visited,
#detail-column a.quickbookopen:hover{
	float:left;
	display:block;
	background-image:url(../img/btn-blank-wide.gif);
	width:127px;
	text-align:center;
	height:20px;
	text-decoration:none;
	padding-top:4px;
	margin:15px 0px 0px 5px;
	color:white;
	font-size:12px;
}

#yourshowsqueue a.quickbookopen:link,
#yourshowsqueue a.quickbookopen:visited,
#yourshowsqueue a.quickbookopen:hover{
	display:block;
	background-image:url(../img/btn-blank-green-wide.gif);
	width:127px;
	text-align:center;
	height:20px;
	text-decoration:none;
	padding-top:4px;
	margin:-3px 0px 0px 5px;
	color:white;
	font-size:12px;
	float: right;
}

form.addform{
	float:left;
	width:93px;
	height:39px;
	overflow:hidden;
	padding:0;
	margin:0;
}	

#splashimg {
	width: 595px;
	font-family: Arial, sans-serif;
	padding: 2px 2px;
	margin: 2px 0px;
	border: 1px solid #938671;
	background-color: #F1EFE3;
}

#medialist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 600px;
	font-family: Arial, sans-serif;
}
#medialist li {
	cursor: move;
	padding: 2px 2px;
	margin: 2px 0px;
	border: 1px solid #938671;
	background-color: #F1EFE3;
}
.wd1 {
	float:left;
	width: 40px;
}
.wd1a {
	float:left;
	width: 50px;
	padding-left:10px;
}
.wd15 {
	width: 100px;
	float:left;
}
.wd2 {
	width: 250px;
	float:left;
	padding-left:10px;
}

#homeintro{
	width:800px;
	height:500px;
	margin:0px auto 0px auto;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
	/*background-color:#fff;
	text-decoration:none;*/
	height:10px;
	width:50px;
	display:block;
	padding:4px 7px 5px 7px;
	border:1px solid #07460f;
	color:#FFFFFF;
	background-color:#2f8b26;
	text-align:center;
	text-decoration:none;

}

a.info:hover{z-index:25; }

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; 
	left:8em; 
	width:20em;
    border:1px solid #6A684B;
    background-color:#F1EEE4; 
	color:#6A684B;
    text-align: left;
	padding: 5px;
	text-decoration:none; }
	
.padleft20 {
	padding-left: 20px;
}	

a.add_btn2:link,
a.add_btn2:visited,
a.add_btn2:hover{
	height:12px;
	display:block;
	padding:5px 7px 5px 7px;
	border:1px solid #07460f;
	color:#FFFFFF;
	background-color:#2f8b26;
	text-align:center;
	text-decoration:none;
	margin:10px 10px 10px 0px;
	float:left;
}

.prestbl {
	width: 600px;
	padding: 0;
	margin: 0;
}

.prestbl th {
	color: #ffffff;
	border-right: 1px solid #85A4CA;
	border-bottom: 1px solid #85A4CA;
	border-top: 1px solid #85A4CA;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #85A4CA no-repeat;
}

.prestbl td {
	border-right: 1px solid #85A4CA;
	border-bottom: 1px solid #85A4CA;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

.lefttd {
	border-left: 1px solid #85A4CA;
	border-top: 0;
}

.showcredits{
	padding-top: 5px;
	float: right;
	width:250px;
}

#sidebar #experthelp_link{
	background-image:url(../img/experthelp.gif);
	margin:10px 0px 0px 0px;
	display:block;
	width:202px;
	height:84px;
	text-indent:-9999px;
	float:right;
	
}
/* added 6/17/2010 */
ul.checkboxMultiple {
    margin:0;
    padding:0;
    list-style-type:none;
    }
ul.checkboxMultiple li {
    display:block;
    float:left;
    width: 220px;
    margin: 0 8px 0 0;
    } 
	
/* Carousel */

.wrapper-carousel { height:199px;  background: url(../img/scroller_bg.gif) 0 0 repeat-x; width:690px; }
.wrapper-carousel .container { width:690px; margin: 0 auto; position:relative;}
.carousel {
	width:576px;
	height:199px;
	display:block;
	position:relative;
	float:left;
	overflow:hidden;
}
.carousel-item {
	width:125px;
	height:199px;
	list-style-type:none;
	float:left;
	margin-left:15px;
	position: relative;
	overflow: hidden;
	text-align:center;
}
.carousel-page-left {
	float:left;
	width:57px;
	height:199px;
}	
.carousel-page-right {
	float:right;
	width:57px;
	height:199px;
}	
.carousel-item a.addshow:link,
.carousel-item a.addshow:visited,
.carousel-item a.addshow:hover{
	display:block;	
	background:url(../img/btn-addqueue-dark.gif) no-repeat center top;
	width:90px;
	height:23px;
	text-indent:-9999px;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}

.detailsTip a.addshow:link,
.detailsTip a.addshow:visited,
.detailsTip a.addshow:hover{
	display:block;	
	background:url(../img/btn-addqueue-lite.gif) no-repeat center top;
	width:90px;
	height:23px;
	text-indent:-9999px;
	text-decoration:none;
	margin:0 auto;
}

form.addforms{
	float:left;
	width:125px;
	height:39px;
	overflow:hidden;
	padding:0;
	margin:5px 0 0 18px;
}	

form.addformT{
	float:left;
	width:200px;
	height:39px;
	overflow:hidden;
	padding:0;
	margin:15px 0 0 18px;
}	

.carousel-item h3
{
	font-size: 11px;
	margin: 0;
	padding: 10px 0 10px 0;
}
.carousel-item h3 a{
	color: #000;
	text-decoration:none;
}

a.smallblue{
	color:blue;
	font-size:10px;
	padding:0 0 0 5px;
	font-weight: normal;
}

div.detailsTip p.mediaclipTip{
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	color:#666666;
	width:200px;
	height:14px;
}

#content-home #home-scroller{
	float:left;
	width:890px;
	margin:0;
}

#content-home #home-scroller .wrapper-carousel { width:890px; }
#content-home #home-scroller .wrapper-carousel .container { width:890px; }
#content-home #home-scroller .carousel {
	width:876px;
}

#content-home #home-scroller .carousel-item {
	margin-left:25px;
}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}