* { 
	padding: 0; margin: 0; outline: 0; 
	color: #a7a7a7;
}

html {
	background: #31312e;
}

.yui-gd .yui-u.first {
	padding:0;
	margin:0;
	width:235px;
}

#three_left {
	border:1px solid red;
	padding:0;
	margin:0;
	width:235px;
	}
	
#three_middle {
	border:1px solid yellow;
	padding:0;margin:0;
	}
	
#three_right {
	border:1px solid blue;
	padding:0;margin:0;
	width:235px;
	}

.cl { 
	font-size: 0; 
	line-height: 0; 
	height: 0; 
	clear: both; 
	}

a img { 
	border: 0; 
	}
	
a { 
	color: #00CCFF; 
	text-decoration: none; 
	}
	
a:hover { 
	text-decoration: underline; 
	cursor: pointer;
	}

.left { 
	float: left; 
	display: inline; 
	}
	
.right { 
	float: right; 
	display: inline;
	} 
	
.notext {
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px;
	}

.shell, #doc4 {
	margin: 0 auto; 
	width: 972px !important;
	}

/*
	2009-07-14 13:52:59 AV
	09.LNI.0002 > Dev > Building out A/V Output
	This is the 1px hr on all the sub pages
*/
#hd {
	border-bottom: 0px solid #fff; 
	padding-bottom: 0px; 
	margin-bottom: 0px;
	}
	
/* Don't want the border on the home page */
#hd.home {
	border-bottom: 0px solid #FFFFFF; 
	padding-bottom: 0; 
	margin-bottom: 0;
	}

#top-bar {
	height: 78px;
	background-image: url('http://media.fanfire.com/maroon5/top_bar_bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
	border: 0px solid yellow;	
}
	
.no-bg {
	/*   background: transparent !important;   */
	}
	
.no-bg h1#logo {
	padding-right: 7px;
	}

.no-bg h1#logo a { 
	behavior: url(/styles/iepngfix.htc) 
	}


h1#logo {
	float: right; 
	padding-right: 8px;
	}

h1#logo a {
	background: url(http://cdn.maroon5sin.com/non_secure/images/templet/logo_maroon5.jpg) no-repeat 0 0; 
	display: block; 
	width: 385px; 
	height: 50px; 
	margin-top: 0px;
	}

/* utility nav */

#top-nav {
	padding-left: 0px; 
	padding-top: 11px; 
	float: left; 
	}

.top-nav-bg ul {
	
	}

#top-nav ul {
	_width:200px;
	list-style-type: none; 
	border: 0px solid #fff; 
	height: 28px; 
	padding-top: 3px;
	}

#top-nav ul li {
	float: left; 
	display: inline; 
	height: 11px; 
	border-right: 0px solid #fff;
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
	padding-left: 13px; 
	padding-right: 13px; 
	padding-top: 8px; 
	padding-bottom: 7px;
	}
	
#top-nav ul li.last {
	border-right: 0;
	}
	
#top-nav ul li a {
	/*height: 11px;*/ 
	height:11px;
	display: block;
	background-image: url(/images/layout/maroon5_nav_util.gif);
	}
	
#top-nav ul li a:hover {
	font-size: 17px; 
	line-height: 0; 
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	}
	
	

/* This is now in punch.css */

#top-nav ul li a.top-nav-subscribe {
	
	background-position: -3px -4px;
	width: 49px;
	}
	
#top-nav ul li a.top-nav-subscribe:hover {
	
	background-position: -3px -25px;
	width: 49px;
	}
	
#top-nav ul li a.top-nav-sign {
	
	background-position: -66px -4px;
	width: 53px;
	}

#top-nav ul li a.top-nav-sign:hover {
	
	background-position: -66px -25px;
	width: 53px;
	}	
	
#top-nav ul li a.top-nav-help {

	background-position: -124px -4px;
	width: 25px;
	}
/*
	2009-07-20 15:50:23 AV
	09.LNI.0002 > Dev > header needs clean up when logged in with test acount
	
	Logged OUT
	Subscribe | Sign-in | Help
	
	Logged in FREE account
	Upgrade | Profile | Sign-out | Help
	
	Logged in PAID account
	Profile | Sign-out | HELP
	
*/

#top-nav ul li a.top-nav-help:hover {
	background-position: -124px -25px;
	width: 25px;
	}

#top-nav ul li a.top-nav-profile {
	background-position: -172px -4px;
	width: 38px;
	}
	
#top-nav ul li a.top-nav-profile:hover {
	background-position: -172px -25px;
	width: 38px;
	}
	
	#top-nav ul li a.top-nav-sign-out {
	background-position: -233px -4px;
	width: 44px;
	}
	
#top-nav ul li a.top-nav-sign-out:hover {
	background-position: -233px -25px;
	width: 44px;
	}
	
#top-nav ul li a.top-nav-upgrade {
	background-position: -290px -4px;
	width: 44px;
	border: 0px solid lime;
	}
	
#top-nav ul li a.top-nav-upgrade:hover {
	background-position: -290px -25px;
	width: 44px;
	}

#top-nav.home {
	padding-left: 15px;
	}

/*
	2009-07-13 13:19:46 AV
	09.LNI.0001 > Dev > Working on user state bar
*/
#home_user_state {
	margin-top:-25px;
	padding: 0px 0px 0px 12px;
	float: left;
	font-size: 11px;
}

/* Utility links spacing */
.discography #top-nav, .bulletclub #top-nav, #seger101 #top-nav { 
	padding-left:0; 
	}

#heading {
	background: #000; 
	padding: 8px; 
	margin-bottom: 9px;
	}
	
.heading-cnt {
	border: 4px solid #818181; 
	width: 462px; 
	height: 247px;
	}
	
/* main navigation */
	
#navigation { 
	height: 40px; 
	background-color: #00CCFF;
	}
	
	#navigation ul {
	list-style-type: none;
	padding-top:5px;
	}
	
#navigation ul li {
	display: inline; 
	float: left; 
	/*
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	*/
		height: 35px;
	}

#navigation ul li.last {
	padding-right: 0;
	}
	
#navigation ul li a {
	line-height: 0; 
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	height: 28px;
	background-image: url(/images/layout/MAROON5_NAV.png);
	_background-image: url(/images/layout/MAROON5_NAV.gif);
	}
	
	
#navigation ul li a:hover {
	font-size: 17px; 
	line-height: 0; 
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#navigation ul li a#nav_home {
	width: 89px;
	background-position: 0px -80px;
}

#navigation ul li a#nav_home:hover {
	width: 89px;
	background-position: 0 0;
}


#navigation ul li a#nav_news {
	width: 74px;
	background-position: -89px -80px ;
}

#navigation a#nav_news:hover {
	width: 74px;
	background-position: -89px 0 ;
}

#navigation ul li a#nav_tour {
	width: 66px;
	background-position: -164px -80px ;
}

#navigation a#nav_tour:hover {
	width: 66px;
	background-position: -164px 0 ;
}

#navigation ul li a#nav_photos {
	width: 95px;
	background-position: -226px -80px ;
}

#navigation a#nav_photos:hover {
	width: 95px;
	background-position: -226px 0 ;
}

#navigation ul li a#nav_archive {
	width: 110px;
	background-position: -320px -80px ;
}

#navigation a#nav_archive:hover {
	width: 110px;
	background-position: -320px 0 ;
}

#navigation ul li a#nav_bio {
	width: 52px;
	background-position: -430px -80px ;
}

#navigation a#nav_bio:hover {
	width: 52px;
	background-position: -430px 0 ;
}

#navigation ul li a#nav_store {
	width: 76px;
	background-position: -482px -80px ;
}

#navigation a#nav_store:hover {
	width: 76px;
	background-position: -482px 0 ;
}

/*
#navigation {background: url(/styles/maroon5skin/images/nav.gif) no-repeat 0 0; height: 56px;}
#navigation ul {list-style-type: none;}
#navigation ul li {display: inline; float: left; padding-right: 2px;}
#navigation ul li.last {padding-right: 0;}
#navigation ul li a {font-size: 0; line-height: 0; text-indent: -4000px; height: 47px; background-image: url(/styles/maroon5skin/images/nav.gif); background-repeat: no-repeat; display: block;}

#navigation ul li a.nav-store {width: 125px; background-position: 0 0;}
#navigation ul li a.nav-club {width: 120px; background-position: -127px 0;}
#navigation ul li a.nav-seger {width: 104px; background-position: -249px 0;}
#navigation ul li a.nav-av {width: 124px; background-position: -355px 0;}
#navigation ul li a.nav-news {width: 79px; background-position: -481px 0;}
#navigation ul li a.nav-tour {width: 80px; background-position: -562px 0;}
#navigation ul li a.nav-disco {width: 127px; background-position: -644px 0;}
#navigation ul li a.nav-band {width: 103px; background-position: -773px 0;}
#navigation ul li a.nav-mobile {width: 94px; background-position: -878px 0;}
*/

div#breadcrumb {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #474747;
	padding-left: 1px;
	color: #a7a7a7;
}

.sidebar {padding:0;margin:0;border:0px solid green;}
.sidebar-thin {width: 212px;}
.sidebar h3 {background: url(/styles/maroon5skin/images/sidebar-heading.png) no-repeat 0 0; height: 30px; padding-top: 7px; font-family: "trebuchet ms", sans-serif; font-size: 20px; text-transform: uppercase; text-align: center;}
.sidebar h3 {_background-color:#fff}
.sidebar-thin h3 {font-family: "trebuchet ms", sans-serif; font-size: 20px; padding-bottom: 10px;}

.sidebar-cnt {
	padding-left: 12px; 
	padding-right: 12px; 
	}






/* 
	2009-07-21 15:11:46 AV
	09.LNI.0002 > Dev > Skinning subscribe screen
*/
.subscribe {width: 475px;}
.subscribe-thin {width: 212px;}
.subscribe h3 {
	display:block;
	/*background: url(/styles/maroon5skin/images/subscribe-heading.png) no-repeat 0 0;
	*/
	width: 475px;
	height: 30px; 
	padding-top: 7px; 
	font-family: "trebuchet ms", sans-serif; 
	font-size: 20px; 
	text-transform: uppercase; 
	/*text-align: center;
	*/
	}
.subscribe-thin h3 {font-family: "trebuchet ms", sans-serif; font-size: 20px; padding-bottom: 10px;}
.subscribe-cnt {
	padding-left: 12px; 
	padding-right: 12px; 
	min-height: 400px;
	border-left: 1px solid #474747;
	}

/*
	2009-07-23 10:40:26 AV
	09.LNI.0002 > Dev > Skinning profile page
*/
.user-info {width: 475px;}
.user-info-thin {width: 212px;}
.user-info  {
	width: 475px;height: 30px; padding-top: 7px; 
	text-transform: uppercase; 
	}
#doc4	.user-info  {
	width: 405px;
	}
.user-info-thin h3 {font-family: "trebuchet ms", sans-serif; font-size: 20px; padding-bottom: 10px;}
.user-info-cnt {
	/* border-right: 1px solid #696969; border-bottom: 1px solid #696969; 
	background: #fff url(/styles/maroon5skin/images/sidebar-bg.gif) repeat-x 0 bottom; 
	*/
	padding-left: 12px; 
	padding-right: 12px; 
	min-height: 70px; 
	padding-top: 20px;
	}







/* Gray divider */
.ad {
	padding-bottom: 10px; 
	border-bottom: 0px solid #dddbdc; 
	text-align: center; 
	padding-top: 0px;
	}

/* Blue divider */
/* .ad {padding-bottom: 17px; border-bottom: 1px solid #7ecdff; text-align: center; padding-top: 13px;} */

/* Red divider */
/* .ad {padding-bottom: 17px; border-bottom: 1px solid #852517; text-align: center; padding-top: 13px;} */


.ad a img {display: block; margin: 0 auto;}
.ad a {
	color: #00CCFF; 
	display: block;
	border-bottom: 1px dotted #474747;
	padding-bottom: 2px;
	}
	
div.more_link a {
	padding-top: 15px;
	border-bottom: 0px;
	font-weight:bold;
}

.discography-nav { padding-bottom: 35px; width: 200px;}
ul.discography-menu {border: 0px solid #000;}
ul.discography-menu li {border-bottom: 1px solid #00CCFF; padding-top: 8px; padding-bottom: 5px; padding-left: 0px;}
ul.discography-menu li.last {border-bottom: 0;}
ul.discography-menu li a {font-size: 14px; color: #00CCFF; line-height: 14px; font-family: Helvetica, arial, sans-serif;}


.noborder {border-bottom: 0;
	text-align: Left;
}

a.join-now {background: url(/styles/maroon5skin/images/join-now.gif) no-repeat 0 0; width: 102px; height: 23px; margin: 0 auto; display: block;}

.shop-item {background: #e1e0e0 url(/styles/maroon5skin/images/shop-item-bg.gif) repeat-x 0 bottom; padding-bottom: 29px; border: 1px solid #000; text-align: center; padding-top: 10px; width: 198px;}
.shop-item h4 {font-size: 12px; padding-bottom: 10px; font-weight: bold; color:#000}
a.buy-now-black {background: url(/styles/maroon5skin/images/buy-now-black.gif) no-repeat 0 0; display: block; width: 139px; height: 23px; margin: 0 auto;}


.yui-gf {padding-top: 0;}

.content {width: 460px; margin: 0 auto;}
.box {
	height: 0px;
	}


/*
	2009-07-15 15:15:19 AV
	09.LNI.0002 > Dev > Making a wider tour page
*/
.box-wide {
	height: 2px;
}

.box-cnt {
	 
	padding-right: 10px; 
	padding-bottom: 14px; 
	margin-bottom: 19px; 
	color: #c6c6c6;
	width:487px;
	margin-left:-15px;
	}
	
#doc4	.box-cnt {
	 
	
	margin-left:0px;
	}
	
.content h2 {font-size: 22px; font-family: "trebuchet ms", sans-serif; text-transform: uppercase; color: #363636;}
.content h4, .album-list h4 {text-transform: uppercase; color: #0b0b0b; font-size: 12px; font-weight: bold;}
.content strong, .sidebar strong {
	font-weight: bold; 
	color: #a7a7a7;
	}
.content p {color: #606060;}

.content a {
	color: #00CCFF;
}
.item {padding-bottom: 12px;}
img.fan {padding-right: 20px;}
form.poll {padding-left: 30px; width: 380px;}
form.poll input {float: left;}
form.poll label {float: left; padding-bottom: 5px;}
input.vote-now {background: url(/styles/maroon5skin/images/vote-now.gif) no-repeat 0 0; width: 85px; height: 23px; border: 0; float: right !important;}

a.buy-now {background: url(/styles/maroon5skin/images/buy-now.gif) no-repeat 0 0; width: 85px; height: 23px; display: block; margin: 0 auto;}
.product-descr {float: left; width: 110px; padding-top: 10px; padding-left: 10px;}

img.border {border: 0px solid #b9bebf;}

.recent-members {padding-top: 5px;}
.recent-member {position: relative; padding-right: 39px; float: left; width: 113px;}
.last {padding-right: 0;}

.member-name {position: absolute; top: 62px; height: 13px; width: 113px; left: 0; }
.member-name-cnt {background: url(/styles/maroon5skin/images/name-bg.png) repeat 0 0; color: #fff; font-family: "trebuchet ms", sans-serif; font-size: 9px; padding-left: 6px; height: 13px;}

.album-details {border: 1px solid #000; background: #ece8e8 url(/styles/maroon5skin/images/album-details-bg.gif) repeat-x 0 bottom; padding: 30px 30px 25px 27px;}
.album-img {padding-right: 40px; float: left;}
.album-details h4 {font-size: 12px; font-weight: bold; color: #000;}
.album-details h4 a {color: #000;}
.album-text {float: right; width: 420px;}
.album-details p {font-size: 12px; padding-bottom: 15px; line-height: 16px; color: #000;}
a.black {color: #000;}

h3.big-heading {
	font-family: Tahoma,"Lucida Grande",Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 160%;
	font-size-adjust: none;
	font-stretch: normal;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-left: 14px;
	border-left: 1px solid #474747; 
	}
	
.album-list-cnt {
	
	padding-left: 10px; 
	border-left:1px solid #474747;
	padding-top: 10px;
border-top:1px solid #474747;	
	width: 750px; 
	padding-bottom: 20px;
	}
	
.discography_list {
	
	padding-left: 10px; 
	border-left:1px solid #474747;
	padding-top: 10px;
border-top:0px solid #474747;	
	width: 750px; 
	padding-bottom: 20px;
	margin-left:211px;
	}	
	
.discography_image  {
	width:500px;
	height:500px;
	}
	
#container_albumList {
 	padding-left: 0px; 
	padding-top: 10px;
border-top:0px solid #474747;	
	padding-bottom: 20px;
	margin-left:-390px;
}	

#sectionList  li {
border-bottom: 1px solid #00CCFF; padding-top: 8px; padding-bottom: 5px; padding-left: 0px; width:200px;
}
#sectionList  li a{
font-size: 14px; color: #00CCFF; line-height: 14px; font-family: Helvetica, arial, sans-serif;
}

.headerText {
color:#FFFFFF;
font:22px/160% Tahoma,"Lucida Grande",Verdana,sans-serif;
padding-bottom:5px;
text-transform:uppercase;
margin-top:-10px;
}
/*
.album-list-cnt a img {float: left; margin-right: 7px; margin-bottom: 30px;}
.album-list-cnt a.last img {margin-bottom: 10px;}
*/
.square_medium_thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 175px;
	vertical-align: top;
}
.square_medium_thumb img {
	display: block;
	margin-bottom: 5px;
}
.clear { clear: both;}

.av_header {
	margin-bottom: 20px;
}
.av_header h4 {
	float: left;
}
.av_header span {
	float: right;
	padding-right: 20px;
}


#ft {padding-top: 15px;}
/* 
	2009-07-13 14:21:07 AV
	09.LNI.0002 > Dev > Building out Bullet Club
	Removing footer 1px footer hr per Tim Honan 
*/
#footer {
	border-top: 1px solid #00CCFF; 
	padding-top: 10px;
	text-align: center;
	width: 972px;
	margin: 0px auto 0px auto;
	text-align: center;
	}
	
.no-bord {
	border-top: 0 !important;
	}
	
#footer ul {
	margin: 0px auto 0px auto;
	padding-top: 2px;
	list-style-type: none;  
	margin: 0 auto;
	border-top: 0px solid Grey;
	color: #bebebe;
	text-align:center;
	width: 245px;
	}
	
/* for LN ticket link */
#footer a {
	font-size: 9px;
}
	
#footer ul a {
	color: #bebebe;
	font-size: 11px;
	}
	
#footer ul.align-left {text-align: left; margin: 0 0; color: #494949}

#footer ul.align-left a {
	color: #FFFFFF;
	}
#footer ul.big {text-transform: uppercase; width: auto;}
#footer ul li {float: left; display: inline; font-size: 11px; line-height: 18px;}
#footer ul li span {padding-left: 4px; padding-right: 4px;}

#footer ul li a {
	color: #bebebe;
	}

#footer ul.sub {
	width: 280px !important;
	}
	
#footer p.copy {
	padding-top: 8px; 
	padding-bottom: 8px;
	margin: 0 auto; 
	width: 400px; 
	font-size: 10px; 
	color: Grey;
	}

#footer p.copy-left {padding-top: 10px; width: 400px; font-size: 10px; color: #494949;}


/* sub nav - caegories */
h3.title {
font-family: Tahoma,"Lucida Grande",Verdana,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 22px;
line-height: 160%;
font-size-adjust: none;
font-stretch: normal;
-x-system-font: none;
color: #ffffff;
text-transform: uppercase;
padding-bottom: 5px;
}

h3.article_title {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-bottom: 6px;
	font-weight: normal;
}

h3.sIFR-replaced { 
font-family: Tahoma,"Lucida Grande",Verdana,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 22px;
line-height: 160%;
font-size-adjust: none;
font-stretch: normal;
-x-system-font: none;
color: #ffffff;
text-transform: uppercase;
padding-bottom: 0.5em;
}

h3 span.sIFR-replaced { color:#363636; font-size:24px; line-height:24px; }
/* h2.sIFR-replaced { color:#363636; font-size:28px; line-height:28px; height:28px; margin-bottom:4px; position:relative; top:-6px;} */
/*
	2009-07-27 14:48:45 AV
	09.LNI.0002 > Dev > Long title on news summary
*/
h2.sIFR-replaced { color:#363636; font-size:28px; line-height:28px; margin-bottom:4px; position:relative; top:-6px; border: 0px solid red;}

ul.subnav {
	padding-left: 10px;
}

ul.subnav li a {
font-size: 15px;
}

.album-list {color:#000}
.album-list span.sIFR-replaced { position:relative; top:-3px; float:left; }

/*
	2009-07-14 10:29:42 AV
	09.LNI.0002 > Dev > Building out Seger 101
*/
p.standard_copy {
	color: #000000;
	margin: 10px 0 10px 0;
}

td.grid_list_cell
{
	vertical-align: top;
	border: 0px solid red;
	/* padding-right: 10px; */
}
/* Lightbox Close button */
.LightboxClose {
	background: url('/styles/maroon5skin/images/close.png');
}

/*
	2009-07-22 12:31:42 AV
	09.LNI.0002 > Dev > Formatting comments
*/
/* Comment form */
#comment_form {
	border: 0px solid #696969;
	/* padding-bottom: 10px; */
	padding: 20px;
	/* background: #FFFFFF; */
	background: #000000;
	color: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
	margin-bottom: 20px;
}
.signin_text {
	padding-top: 10px;
}
#subscribe_box {
	border: 1px solid #FFFFFF;
	padding: 3px;
	background: #000000;
	color: #FFFFFF;
	opacity: 1.0;
}
#subscribe_box a {
	color: #FFFFFF;
}

#comment_form textarea {
	/* border: 1px solid red; */
	width: 290px;
	height: 80px;
}

/* Comment listings */
.comment_list_item {
	border: 0px solid red;
	margin: 5px 0 5px 0;
	padding: 20px;

	/*
	background: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
	*/
	margin-bottom: 5px;	
}
.comment_date {
	font-size: 11px;
}
.comment_title {
	font-weight: bold;
	font-size: 14px;
}
.comment_rating {
	margin-top: 5px;
}
hr.comment_hr {
	border: none 0;
 	border-top: 1px dotted #ffffff;
 	height: 1px;
 	margin: 10px 0 5px 0;
}

/* Handles comment forms when logged in */
/* ZEND FORMS */

.require_flds {font-size:.9em;padding:0 0 0 10px;}

ul.error {list-style-type: disc; color:#C70000; }

ul.error li {
	list-style-type: disc;
	list-style-position: inside;
	padding:0 0 0 10px;
	color: #00CCFF;
	}

dl.zend_form {
	padding:20px 5px 5px 10px
}

.form_message {
	padding:5px 0;
	}
	
.zend_form dt {
	/* width: 100px; */
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
	border: 0px solid red;
}

.zend_form dd {
	margin-bottom: 0px;
	/* min-width: 220px; */
	
	float: left;
	border: 0px solid blue;
}

dl.SNI_Element, dl.dorrisBox { display: block; clear: both; min-height: 30px; _height:30px; border: 0px dotted green; }
dl.dorrisBox dd { border: 0px solid purple; }
dl.dorrisBox dt { border: 0px solid purple; }
dl.SNI_Element dd { border: 0px solid purple; padding: 0px; }
dl.SNI_Element label { border: 0px solid blue; float: left; white-space: nowrap; }


/* Discography */
#album_data {
        padding:0 10px;      
}

.discography_info {
        padding:10px 0;
}

/*home page email sign pu promo */

#emaillist_link {
    margin: -30px 0px 0 219px;
    width: 234px;
    height: 18px;
    vertical-align: middle;
    background-color: #00CCFF;
    padding: 4px 0 3px 0px;
    text-align: center;
    _margin-top: -397px;
    _margin-left: 223px;
}

#emaillist_link_text a {
    color: #FFFFFF;
}

div#social_icons {
	height: 25px; 
	width: 230px;  
	margin-top: -45px; 
	margin-left: 350px; 
	_margin-left:170px;
	float: left;
}

div#social_icons  table{
	margin-top: 16px;
	margin-left:158px;
}

div#home_bottom_banners {
	padding-left: 219px;
	margin-top: 20px;
	_padding-left: 223px;
}

table#tour_table tbody tr:hover {
background-color: #595959;
}

table#tour_table tbody tr td {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px dashed #626262;
}

table#tour_table tbody tr.headRow {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px dashed #626262;
text-transform:uppercase;
color: White;
}

table#tour_table tbody tr.headRow td{
color: #dddddd;
}

div.coupon_code {
font-size: 18px;
}

/* new form styling*/
.form_element {
	    padding: 20px;
		
	}
	.form_element td {
	    padding: 6px;
	  
	}
	
	.form_label {
	    min-width: 180px;
		text-align:right;
	}
	#country, #gender,#state{
		width:150px;
	}
	
	.errors li{
		color:#00CCFF;
	}
	.form-errors{
		padding:10px;
	}
	#comment_form .form_label{
		min-width:70px;
	}
	#comment_form #body{
		max-width:250px;
	}
	#comment_form #comment_title{
		min-width:250px;
	 	
	}
	#comment_form .form_element br{
		display:none;
		min-width:10px;
}
	.form_checkbox_input{
		text-align:right;
}

#comments .form_label, #login .form_label{
	min-width:100px;
}
#login .form_label{
	max-width:100px;
}
#comments #comment_title{
	width:295px;
}
input,select{
	color:#333;
}
.thumbnail_item{
	display:block;
	float:left;
	width:110px;
	height:110px;
	margin:5px;
}
.thumbnail_item img{
/*	width:100px;	*/
	
}

.gallery_title{
	font-size:16px;
	margin:10px;
	color:#fff;
}
/* new form stylng*/
