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_reseller{
	width:945px;
	height:60px;
	margin:20px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(../img/header-bg-reseller.jpg);
	background-repeat:no-repeat;
}

#header h1, #header_reseller 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_reseller h1 a:link,
#header h1 a:visited, #header_reseller h1 a:visited,
#header h1 a:hover, #header_reseller h1 a:hover{
	display:block;
	width:236px;
	height:60px;
	text-indent:-9999px;
	text-decoration:none;
}

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

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

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

#header div a.cart:link, #header_reseller div a.cart:link, #headerindex div a.cart:link,
#header div a.cart:visited, #header_reseller div a.cart:visited, #headerindex div a.cart:visited,
#header div a.cart:hover, #header_reseller div a.cart:hover, #headerindex 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, #header_reseller div a.cart:hover, #headerindex div a.cart:hover{
	text-decoration: underline;
}

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

#headerindex{
	width:945px;
	height:82px;
	margin:20px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(../img/header-bg_proposal_cobrand.jpg);
	background-repeat:no-repeat;
}


/* ---------------------------
//////////////////////////////
//
// 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 0px;
	border-bottom:1px solid #6a684b;
	overflow:hidden;
	}
#navigation ul.main li{
	display:block;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px 0px 0px 0px;
}
#navigation ul.main li a{
	display:block;
	float:left;
	color:#53523c;
	text-decoration:none;
	padding:0 0 0 20px;
	height:28px;
	font-weight:bold;
	position:relative;
	top:1px;
}
#navigation ul.main li a span{
	padding:0px 20px 0 0;
	height:28px;
	float:left;
	line-height:28px !important;
	vertical-align:middle;
}
#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:#e2e1cd;
	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;--*/
	background:url(../img/main_sub_bg.jpg);
	background-repeat:repeat-x;
	height:23px;
	position:relative;
	top:-1px;
	/*--border-top:1px solid #6a684b;
	z-index:10;--*/
}
#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:370px;
	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;
}

/* ---------------------------
//////////////////////////////
//
// SLIDER
//
//////////////////////////////
---------------------------- */
#slider {
	position:relative;
	background:url(../img/oading.gif) no-repeat 50% 50%; 
	width:554px;
	height:334px;
	overflow:hidden;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/* ---------------------------
//////////////////////////////
//
// 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); */
	background-image:url(../img/getStartedNow.png);
	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,
#detail-column div.quickbookform{
	background-color:#f1f1f1;
	padding:5px;
	height:622px;
}

#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);
	}
}

/* view new */
#wrapper #content-detail div.detail-view {
margin:0px;padding:0px;
width:690px;
}
#wrapper #content-detail div.detail-view div.mediaplayer {
height:372px;
width:690px;
overflow:hidden;
float:left;
}
#wrapper #content-detail div.detail-view div.btn-actions {
/* height:44px; */
margin-top:10px;
margin-bottom:12px;
width:690px;
overflow:hidden;
float:left;
/* text-align:right; */
}
#wrapper #content-detail div.detail-view div.btn-actions a,
#wrapper #content-detail div.detail-view div.btn-actions form{
margin:0px;
float:none;
}
#wrapper #content-detail div.detail-view div.btn-actions form {
display:inline;
}
#wrapper #content-detail div.detail-view div.btn-actions form a {
width:92px;
height:24px;
padding:0px;
margin-left:6px;
}
#wrapper #content-detail div.detail-view div.btn-actions form a span {
display:none;
}
#wrapper #content-detail div.detail-view div.btn-actions a {
display:block;
float:none;
float:right;
}
#wrapper #content-detail div.detail-view div.content-right {
width:544px;
float:right;
}
#wrapper #content-detail div.detail-view div.content-right h2 {
margin-top:0px;
}

/* VJK - 31/05/2011 */
#pro_header{
	width:945px;
	height:82px;
	margin:20px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(../img/header-bg_proposal.jpg);
	background-repeat:no-repeat;
}
#pro_header div{
	float: right;
	width: 400px;
	text-align: right;
	padding: 13px 20px 0px 0px;
	color: #950202;
}
#pro_header div span{
	font-size: 12px;
	color:#7a7979;
	display:block;
	padding:28px 0px 0px 0px;
}
.pro_form
{
	width:420px;
	font-family:Helvetica;
	font-size:11px;
	margin:0px auto;
}
.pro_text
{
	width:170px;
	font-family:Helvetica;
	font-size:11px;
}
.pro_text_long
{
	width:380px;
	font-family:Helvetica;
	font-size:11px;
}
.pro_textarea
{
	width:370px;
	font-family:Helvetica;
}
.pro_form select
{
	width:175px;
	font-family:Helvetica;
	font-size:11px;
}
.pro_first
{
	width:210px;
	float:left;
	font-weight:bold;
}
.pro_second
{
	width:210px;
	float:left;
	font-weight:bold;
	margin:0px 0px 8px 0px;
}
.pro_fullwidth
{
	width:400px;
	float:left;
	font-weight:bold;
	margin:0px 0px 8px 0px;
}
.pro_normaltext
{
	font-weight:normal;
}
h2.pro_redtext
{
	color:#A71900;
	margin-left:240px;
	padding-top:20px;
}
.pro_optionmaster
{
	width:540px;
	font-family:Helvetica;
	font-size:11px;
	margin-left:240px;
}
.pro_options
{
	width:180px;
	float:left;
	padding:2px 0px 0px 0px;
	font-weight:normal;
}
.pro_submit
{
	padding-top:40px;
	width:90px;
	float:left;
}
.pro_submittext
{
	padding-top:40px;
	width:300px;
	float:left;
}
.pro_optional
{
	color:#666666;
	font-weight:normal;
}
/* VJK - 31/05/2011 */

/* VJK - 14/06/2011 */

.contentwrap {
font-family: helvetica, arial, sans-serif;
color: #7e7e7e;
display: block;
position: relative;
width: 918px;
}

.clear {
clear: both;
}

.salesrep {
width: 808px;
margin: 0 auto;
}

.headerwrap {
display: block;
position: relative;
width: 918px;
}

.twocolwrap {
width: 900px;
display: block;
position: relative;
}

#leftcol {
float: left;
width: 550px;
display: block;
position: relative;
margin-left: 45px;
}

.salesrep #leftcol {
width: 808px;	
float: none;
margin: 0 0 0 10px;
}

#leftcol h3 {
color: #a52323;
font-size: 20px;
font-family: georgia, "times new roman", times, serif;
font-weight: normal;
margin-top: 30px;
display: block;
position: relative;
}
#leftcol p {
margin-left: 15px;
font-size:16px;
}

#rightcol {
display: block;
position: relative;
float: right;
width: 290px;
margin-right:10px;
}

.quotebox {
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.13, rgb(226,224,208)),
color-stop(0.57, rgb(255,255,254))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(226,224,208) 13%,
rgb(255,255,254) 57%
);

/* IE6,IE7 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e2e1d1');
/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e2e1d1')";

padding: 0 10px;
margin-top: -70px;
width: 265px;
float: right;


border: 1px solid #cecece;
-moz-border-radius: 13px;
border-radius: 13px;
}

.quotebox p {
color: #403f2c;
font-size: 16px;
line-height: 22px;
font-family: georgia, "times new roman", times, serif;

}

.quotebox p.cite {
text-align: right;
font-size: 14px;
line-height: 18px;
}

table.formtable {
}

table.formtable div.error_message{
	color:#990000;
	margin:0px 0px 10px 0px;
	width:100%;
}

table.formtable td {
padding: 10px;
text-align: right;
font-size: 14px;
color: #7e7e7e;
}

table.formtable input {
width: 300px;
text-align: left;
float: left;
}

table.formtable select {
text-align: left !important;
margin: 0 auto 0 0;
float: left;
width:303px;
}

table.formtable input.small {
width: 150px;
}

table.formtable td.left {
text-align: left;
}

table.formtable  textarea.textarea {
width: 350px;
height: 250px;
}

table.formtable  input.submit {
width: 74px !important;
height: 25px;
margin: 0 !important;
float: right;
}

.quickfind {
display: block;
position: relative;
width: 785px;
margin-bottom: 20px;
background: #F4F4F2;
}

.quickfind h2 {
width: 785px;
height: 0;
font-size: 1em;
padding-top: 32px;
text-indent: -2000px;
overflow: hidden;
background: url('../img/salesrep/findashow.png') no-repeat;
}

.quickfind table {
	float: left;
	margin-left: 10px;
}

.quickfind td {
	text-align: left !important;
	float: none !important;
}

.quickfind input, .quickfind select {
	width: 190px !important;
	margin-top: 10px !important;
}

.divider {
	display: block;
	position: relative;
	float: left;
	width: auto;
	padding: 10px;
	top: 50px;
	font-size: 12px;
	color: #000;
}


.quickfind table  input.submit {
width: 58px !important;
height: 22px;
margin: 0 !important;
float: right;
}

.quickfind table  input.nudge {
	margin-top: 25px !important;
}

/* VJK - 14/06/2011 */

/* VJK - 16/06/2011 */
#header_reseller .resell_div
{
	width:325px; 
	float:left;
	margin-left:60px;
	text-align:left;
	color: #7A7979;
	font-size:12px;
	font-weight:bold;
}
#header_reseller .resell_div div.first
{
	width:190px;
	float:left;
	text-align:left;
	color: #7A7979;
	padding:4px 0px 0px 4px;
}
#header_reseller .resell_div div.second
{
	width:110px;
	float:left;
	text-align:left;
	color: #7A7979;
	font-weight:normal;
	padding:4px 0px 0px 17px;
}
#header_reseller .resell_div .reseller_a
{
	text-decoration:underline;
	font-size:12px;
}
/* VJK - 16/06/2011 */

/* VJK[04/07/11] - CSS for Sepcials */

.special_contentwrap {
font-family: helvetica, arial, sans-serif;
color: #7e7e7e;
display: block;
position: relative;
width: 918px;
}

.special_searchbar {
	background: #f1f1f1;
	border: 1px solid #e8e8e8;
	padding: 10px;
	width: 878px;
}

.special_searchbar form {
	
}

.special_searchbar input, .special_searchbar select {
	float: left;
	margin: 0 10px 0 0;
}

.special_searchbar input {
	width: 430px;
}

.special_searchbar input.special_submit {
	width: 58px;
	height: 22px;
}

.special_results {
	background: #f4f4f2;
	width: 898px;
}

.special_results h2 {
	display: block;
	position: relative;
	text-indent: -9999px;
	background: url('../img/special/searchresults.png') no-repeat scroll top left;
	width: 897px;
	height: 34px;
}

.special_moreresults {
	display: block;
	float: right;
	width: 100%;
	margin: 0 0 20px 0;
}

.special_item {
	display: block;
	position: relative;
	padding: 20px;
	margin: 0 0 20px 0;
	font-family: helvetica, arial, sans-serif;
}

.special_photowrap {
	float: left;
	margin: 0 15px 0 0;
}

.special_details {
	float: left;
	display: block;
	position: relative;
	width: 430px;
}

.special_details h3 {
	color: #a52323;
	font-family: georgia, "times new roman", times, serif;
	font-size: 25px;
	float: left;
	font-weight: normal;
	margin: 0;
}

.special_details h4 {
	float: right;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	display:block;width:100%;
	margin:0px;
}

.special_clear {
	clear: both;
}

.special_description {
	
}

.special_description p {
	color: #7e7e7e;
	font-size: 12px;
	line-height: 18px;
}

.special_contentwrap a.special_learn:link, .special_contentwrap a.special_learn:hover, .special_contentwrap a.special_learn:visited {
	text-decoration: underline;
	color: #3e6596;
	padding: 0 20px 0 0;
	font-weight: bold;
	font-size: 12px;
	outline:none;
}

.special_close a {
	background: url('../img/special/down.png') top right no-repeat;
}

.special_open a {	
	background: url('../img/special/closed.png') top right no-repeat;
}

.special_drop {
	display: none;
}

.special_buttons ul {
	padding: 0;
	margin: 0;
}

.special_buttons li {
	float: left;
	list-style: none;
}

.special_location {
	float: right;
	display: block;
	position: relative;
	background: #fafafa;
	padding: 10px;
	color: #000;
	font-size: 12px;
}
.special_location table {
	
}
.special_location td {
	padding: 5px;
}
.special_trigger, .special_trigger a {
	width: 150px;
}
.special_trigger {
	padding: 10px 0;
}
/* VJK[04/07/11] - CSS for Sepcials */
/* VJK[15/11/11] - CSS for New Media Player */
#downloadlist, #photolist, #audiolist, #videolist, #detaillist, #intromp3list, #introimagelist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 600px;
	font-family: Arial, sans-serif;
}
#downloadlist li, #photolist li, #audiolist li, #videolist li, #detaillist li, #intromp3list li, #introimagelist li {
	cursor: move;
	padding: 2px 2px;
	margin: 2px 0px;
	border: 1px solid #938671;
	background-color: #F1EFE3;
}
/* VJK[15/11/11] - CSS for New Media Player */
/* Top Drop Down Menu Styles By Varinder 08/dec/11 */
.suckertreemenu{
    list-style-type:none;
	height:28px;
	background:#fff url(../img/mainnav-bg.jpg) repeat-x;
	margin:0px 4px 0px 2px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #6a684b;
}
/*Top level list items*/
.suckertreemenu ul#treemenu1 li
{
	position: relative;
	display: inline;
	float: left; /*background-color:#c6bc05;overall menu background color*/
}
/*Top level menu link items style*/
.suckertreemenu ul#treemenu1 li a
{
padding: 0 0 0 20px;
color:#53523c;
font:bold 13px Helvetica,Arial,Verdana,sans-serif;
line-height:28px;
text-decoration:none;
float:left;
display:block;
float: left;
height: 28px;

}
.suckertreemenu ul#treemenu1 li a:hover
{
color:#990000;
}/*1st sub level menu*/
#navigation_drop_down  .suckertreemenu  ul#treemenu1 li ul
{
	left: 0px;
	position: absolute;
	top: 2px; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;

	z-index:9999;
	margin:0px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul#treemenu1 li ul li
{
margin:0px 4px 0px 4px;
	display: block;
	font:bold 13px Helvetica,Arial,Verdana,sans-serif;
	width: 178px;
	background-color:#7c7a63;
	float:left;
}
/* Sub level menu links style */
.suckertreemenu ul#treemenu1 li ul li a
{
	display: block;
color:#e2e1cd;
	text-align: left;
	background:none;
	padding:7px 0px 0px 8px;
line-height:20px !important;
border-bottom: solid 1px #9b9a88;
margin:0 4px 0 4px;
width:164px;
float:left;

}
#navigation_drop_down .suckertreemenu ul#treemenu1 li ul li a:hover
{
    color:#ffffff !important;
}
#navigation_vp{
width:945px;
	margin:0 auto;
	padding:0;
		text-align:center;
}
#navigation_drop_down{
background-image:url(../img/wrapper-bg.jpg);
background-repeat:repeat-y;
float:left;
width:945px;
margin:0 auto;
	padding:0;
	text-align:center;
}
#navigation_drop_down #treemenu1 ul{

padding:0 !important;
float:left;
}
#navigation_drop_down ul#treemenu1 {
 margin: 0 4px 0 2px;
padding:0 !important;
}
#navigation_drop_down .suckertreemenu ul.sub{
	clear:both;
	list-style-type:none;

	padding:0px 0px 0px 25px;
	/*--background-color:#6a684b;--*/
	background:url(../img/main_sub_bg.jpg);
	background-repeat:repeat-x;
	height:24px;
	position:relative;
	font-size:11px;
	/*--border-top:1px solid #6a684b;
	z-index:10;--*/
}
#navigation_drop_down ul.sub li{
	display:block;
	float:left;
	padding:5px 10px 0px 0px;
	font-size:11px;
}
#navigation_drop_down ul.sub li a:link,
#navigation_drop_down ul.sub li a:visited,
#navigation_drop_down ul.sub li a:hover{
	color:#d7d5b8;
	text-decoration:none;
}
#navigation_drop_down ul.sub li a:hover{
	color:#FFFFFF;
		background:none !important;
}
#navigation_drop_down ul.sub li.current a:link,
#navigation_drop_down ul.sub li.current a:visited,
#navigation_drop_down ul.sub li.current a:hover{
	color:#FFFFFF !important;
	background:none !important;
	margin:0 !important;
	padding:0 !important;
	line-height:normal!important;
}
#navigation_drop_down ul.sub li.current{

	margin:0 !important;
	padding:5px 10px 0 0 !important;
	line-height:normal!important;

}
#navigation_drop_down  li.current a,
#navigation_drop_down  li.current a:hover{
	color:#e2e1cd !important;
	background:url(../img/mainnav-bg-left.jpg) no-repeat top left;
	line-height:255%;
	cursor:pointer;
}
#navigation_drop_down  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_drop_down ul li a span{
	padding:0px 20px 0 0;
	height:24px;
	float:left;
	line-height:28px !important;
	vertical-align:middle;
	width:auto;
}
#navigation_drop_down a.mainfoldericon{
cursor:default !important;
}
#navigation_drop_down a.mainfoldericon span{
cursor:default !important;
}
/* Top Menu CSS END*/

#navigation_drop_down ul li ul li a:hover{
background:none !important;
}
 .newheading
{
	font-family:georgia;
	font-size:20px;
	color:#aa242b;
} 

.apply_first
{
	width:205px;
	float:left;
	font-weight:normal;
	font-size:14px;
	text-align:right;
	font-family:Verdana;
	color:#383838;
}
.apply_second
{
	width:410px;
	float:left;
	margin:0px 0px 8px 0px;
}
.apply_fullwidth
{
	width:640px;
	float:left;
	font-size:14px;
	font-family:Verdana;
	margin:0px 0px 8px 0px;
	color:#383838;
}
.apply_optionmaster
{
	width:640px;
	font-family:Verdana;
	font-size:11px;
	float:left;
	color:#383838;
}
.apply_options
{
	width:160px;
	float:left;
	padding:2px 0px 0px 0px;
}
.apply_form
{
	width:640px;
	font-family:Verdana;
	font-size:11px;
	margin:0px auto;
}
.newcontent
{
	font-family:verdana;
	font-size:14px;
	color:#383838;
}
.newcontent a
{
	font-family:verdana;
	font-size:14px;
	color:#B14733;
}
