/* 
Title:		Bandjive.com
Author: 	David Boyer
Email:		david.boyer@26tigers.com
Created: 	October 30, 2006
Updated:	November 7, 2006
*/

/* Design Notes:

Colors: 
	#343434 - Gray background color
	#ADC7D2 - Light Blue link
	#D19937 - Gold Link

*/

/*--[Global]----------------------------------------------------------*/
html, body, form, fieldset, legend, input, select, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, img {
	margin:0;
	padding:0;
}

h1
{
	margin-top: 4px;
	margin-bottom: 4px;
}

h2
{
	margin-bottom: 12px;
}

h3
{
	margin-top: 2px;
}

ul, li {
	list-style-type:none;
}
body {
	background: #343434 url(../images/bg_background.jpg) repeat-x; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 1.1em;
	color: #666666;
	text-align: center; /* KLUDGE: IE5.5 and IE6 in quirks mode doesn't understand auto marging. IE misunderstands text-align: center and centers everything. Must reset text to the left in the wrapper tag. */
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
hr {
	clear:both;
	visibility:hidden;
}		
img {
	border:0;
}	

/*--[Set Common Elements]----------------------------------------------------------*/
.tiny {
	font: xx-small Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.centered, p.centered {
	text-align:center;
}
.right {
	float:right;
}
.left {
	float:left;
}

/*--[Set Generic Link Rules]----------------------------------------------------------*/
a:link {
	color:#F55656;
	text-decoration: none;
}
a:visited {
	color: #F55656;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: underline;
}
		
/*--[Wrapper]----------------------------------------------------------*/	
#wrapper {
	width: 1015px;
	w\idth: 1000px;
	margin: 0 auto; /* Centers wrapper in viewport. */
	text-align: left; /* KLUDGE: Realigns text to the left for the IE fix. */
}

/*--[Master Columns and Content Areas]----------------------------------------------------------*/
#master_left {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0;
}

#master_right {
	float: right;
	width: 220px;
	background-color: #343434;
	padding: 0;
	margin: 0;
}
#content_left {
	float: left;
	width: 540px;
	padding-top: 12px;
	background: #080808 url(../images/bg_productlist_tile.gif) repeat-y;
	margin-bottom: 25px;
}

#content_left #content_left_bottom {
	clear: both;
	background: url(../images/bg_productlist_bottom.gif) no-repeat center bottom;
	padding: 0 15px 10px 15px;
	text-align: right;	
}
#content_right { 
	float: right;
	width: 200px;
	padding-top: 12px;
}
#content_wide {
	float: left;
	width: 760px;
	padding-top: 12px;
	background: #080808 url(../images/bg_productlist_wide_tile.gif) repeat-y;
	margin-bottom: 25px;
	min-height: 500px;
}

*html #content_wide 
{
	height: 500px;
}

	#content_wide #content_wide_bottom {
		clear: both;
		background: url(../images/bg_productlist_wide_bottom.gif) no-repeat center bottom;
		padding: 0 15px 10px 15px;
		text-align: right;	
	}

.padleft {
	padding-left: 12px;
}

.padright {
	padding-right: 12px;
}

.fullwidth 
{
	margin-left: 1px;
	width: 758px;
}

/*--[Headlines----------------------------------------------------------*/	
h1.bigtitle {
	font: bold 220% Arial, Helvetica, sans-serif;
	color: #990002;
	padding-left: 15px;
}
h2.pagetitle {
	font:italic bold 155% Verdana, Arial, Helvetica, sans-serif;
	color:#3B474C;
	padding:0 15px 2px 15px;
	width: 500px;
}
h2.fronttitle {
	font:italic bold 150% Verdana, Arial, Helvetica, sans-serif;
	color:#3B474C;
	padding:10px 15px 2px 15px;
	width: 500px;
}
h3.h3red {
	font: 160% Arial, Helvetica, sans-serif;
	color: #990002;
}
h5.subheading {
	font: bold 140% Arial, Helvetica, sans-serif;
	color: #990002;
}
	
/*--[Header]----------------------------------------------------------*/
#header {
	margin: 0;
	padding: 0;
	height: 347px;
	width: 780px;
	position: relative; /* Needed to allow for the absolute postioned nav tabs otherwise the tabs would postion relative to the viewport. */
	overflow:hidden; /* KLUDGE: Needed to prevent the spacing issue in IE. */
}
#header h1 {
	text-indent: -9959px;
	float:right; /*Floating removes it from the flow and prevents spacing issues.*/
}
#header h2 {
	position: absolute;
	width: 205px;
	top: 95px;
	right: 20px;
	color: #666666;
	height: 103px;
	font: bold 125%/1.1em Helvetica, Arial, sans-serif;
	z-index: 1000;
	text-align: center;
}
img#PageHeader_logo {
	position:absolute;
	left:0;
	top:62px;
}

/*--[Top Bar Navigation]----------------------------------------------------------*/
ul#navbar {
	top: 35px;
	left: 10px;
	list-style: none;
	float: left;
	position: absolute;
	width: 776px;
}
	ul#navbar li {
	float: left; /* Float left to display link hoziontally. Need to float the parent as well. */
	background: url(../images/bg_tabtop_right.gif) no-repeat right bottom;
	margin-right: 15px;
	margin-right: 10px;
	}
		ul#navbar li a {
			font: bold 110% Arial, Helvetica, sans-serif;
			display: block;
			text-transform: capitalize;
			text-decoration:none;
			background: url(../images/bg_tabtop_left.gif) no-repeat left bottom;
			padding: 0 15px 3px 15px;
			float: left;
		}
			ul#navbar li a:link {
				color: #D4D4D4;
			}
			ul#navbar li a:visited{
				color: #D4D4D4;
			}
			ul#navbar li a:hover {
				color: #FFF; 
			}

/*--[Biggie Search]----------------------------------------------------------*/
#biggiesearch {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 760px;
	background: #1D1D1D url(../images/bg_biggiesearch.gif) no-repeat left top;
}
input#PageHeader_bigsearch_input {
	border: 1px solid #1D1D1D;
	color: #FFF;
	text-transform: uppercase;
	float: left;
	padding:7px 0 0 10px;
	margin: 1px 0 0 45px;
	background: #1D1D1D url(none);
	font: 140% Arial, Helvetica, sans-serif;
	width: 525px;
}
input#PageHeader_bigsearch_button {
	float: right;
} 

/*--[Small Search]----------------------------------------------------------*/
#smallsearch 
{
	width: 524px;
	width: 300px;
	background: #1D1D1D url(../images/bg_biggiesearch.gif) no-repeat left top;
	height: 33px;
	margin: 0px;
	padding: 1px 0px 0px 4px;
}
input#smallsearch_input {
	border: 1px solid #1D1D1D;
	color: #FFF;
	text-transform: uppercase;
	padding:7px 0 0 0px;
	background: #1D1D1D url(none);
	font: 140% Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 20px;
}
input#smallsearch_button 
{
} 

/*--[Subheader]----------------------------------------------------------*/
.subheader {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 760px;
	top: 265px;
}
.skinnyadvert 
{
	float: right;
	width: 468px;
}

/*--[Top cart]----------------------------------------------------------*/
.topcart {
	float: left;
	width: 200px;
	padding-left: 20px;
}
	.topcart img {
		padding-right: 20px;
	}
p.carttext {
	background: url(../images/icon_cart.gif) no-repeat 5px 3px;
	padding: 0 0px 5px 30px;
	margin-top: 10px;
	font-size: 85%;
	color: #FFFFFF;		
}
	
/*--[Breadcrumb]----------------------------------------------------------*/
.breadcrumb {
	font-size: 80%;
	padding: 2px 8px;
	color: #666;
}
	.breadcrumb a:link, #breadcrumb a:visited {
		color: #666;
	}
	.breadcrumb a:hover {
		color: #FFF;
	}

.biglink a:link, #breadcrumb a:visited
{
	font-size: 150%;
}

.biglink a:hover
{
}
	
/*--[Product List Table]----------------------------------------------------------*/
table.productlist_table {
	border-collapse: collapse;
	width: 100%;
}
table.productlist_table caption h3 {
	font: 250% Arial, Helvetica, sans-serif;
	color: #990002;
	text-align: left;
	padding-left: 15px;
}
table.productlist_table td {
	padding: 8px 15px;
}
	table.productlist_table tr td h3 a:link,table.productlist_table tr td h3 a:visited {
		color: #FFF;
		font: bold 110% Arial, Helvetica, sans-serif;
		padding: 0 2px;
	}
	table.productlist_table tr td h3 a:hover {
		background: #990002;
		text-decoration: none;
	}
table.productlist_table tr.odd {
	background: #212121 url(../images/bg_productlist_tileodd.gif);
}
table.productlist_table tr.wideodd {
	background: #212121 url(../images/bg_productlist_wide_tileodd.gif);
}
table.productlist_table tr td.table_price {
	color: #FFF;
}
table.productlist_table tr td p {
		font-size: 95%;
		padding: 3px 10px;
	}
	
/*--[Product Page Columns]----------------------------------------------------------*/
#prodleftcol {
	float: left;
	width: 330px;
}
#prodrightcol {
	float: right;
	width: 400px;
}

/*--[Product Text Styling]----------------------------------------------------------*/
p.tiny {
	font-size: 80%;
	color: #999999;
}	
#proddescript {
	padding: 0 10px 0 0;
}
	#proddescript h2 {
		font-size: 150%;
		font-weight: normal;
		line-height: 1.1em;
		color: #FFF;
		padding-bottom: 15px;
	}
	#proddescript p {
		font-size: 90%;
		padding-bottom: 8px;
	}
	
/*--[Buybox]----------------------------------------------------------*/
fieldset#buybox  {
	border: none;
	font-size: normal;
	padding-top: 15px;
	padding-right: 15px;
	float:right;
	width: 180px;
}
	fieldset#buybox p.pricedetail {
		font-size: 105%;
		color: #FFF;
		font-weight: bold;
		padding-bottom: 10px;
		text-align: right;
	}
	fieldset#buybox p.prodquantity {
		text-align: right;
	}
	fieldset#buybox p.prodquantity input {
		width: 20px;
		border: none;			
	}
	fieldset#buybox p.addbutton {
		padding: 15px 0;
		text-align: right;
		margin-top: 16px;
	}

	*html fieldset#buybox p.addbutton 
	{
		margin-top: -10px;
	}

/*--[Product Page Images]----------------------------------------------------------*/
ul.specs {
	background-color: #1D1D1D;
	color: #676767;
	border: solid 1px #545454;
	padding: 3px 5px 5px 5px;
	margin: 15px 0 8px 0;
	float:left;
	width: 180px
}				
ul.specs span {		
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
}		
	ul.specs li {
		font-size: 80%;
		padding: 2px 0 1px 18px;
		line-height: 16px;
		background:url(../images/bullet_gray.gif) no-repeat left center;
	}

/*--[Product Page Images]----------------------------------------------------------*/	
.prodimage {
	margin: 10px 15px;
	border: 1px solid #545454;
	padding: 2px;
}
.prodsection {
	padding:3px 0 10px 15px;
	margin-top: 5px;
}
.prodthumb {
	float: left; 
	margin: 10px 12px 0 0; 
	border: 2px solid #A1A1A1;
}

/*--[Related Products]----------------------------------------------------------*/	
ul.prodrelate {
	padding:0 8px;
	margin:0;
}			
	ul.prodrelate li  {
	/* Empty for now. */
	}
	ul.prodrelate li img {
		float: left;
		padding: 0 10px 0 0;
	}
	ul.prodrelate li p {
		float:left;
		font-size: 85%;
		padding-top: 5px;
		width: 175px;
		line-height: 1.2em;
	}
	ul.prodrelate li p a:link, ul.prodrelate li p a:visited {	
		color: #475B73;
		text-decoration: underline;
	}
	ul.prodrelate li p a:hover {
		color:#FFF;
	}	
		
/*--[Login Tab]----------------------------------------------------------*/
.login_tab {
	background: #343434 url(../images/bg_logintab.gif) repeat-y;
	width: 200px;
	margin: 0 auto 20px auto;
}
	.login_tab h5 {
		padding-top: 8px;
		padding-bottom: 8px;
		color: #FFF;
		font: bold 110% Arial, Helvetica, sans-serif;
}
	.login_tab label {
		color: #CCC;
		font: bold 95% Arial, Helvetica, sans-serif;
		padding-right: 2px;
		line-height: 24px;
	}
	.login_tab input.entryfield {
		width: 100px;
		border: 1px #080808 solid;
		font-size: 90%;
		padding: 1px;
	}
	.login_tab input.gologin {
		float: left;
		padding-top: 8px;
		padding-right:10px; 
	}
	.login_tab h5, .login_tab p {
		padding-left: 10px;
		padding-right: 10px;
	}
	.login_tab .last {
		font-size: 85%;
		color: #C4C4C4;
		padding-top: 5px;
		padding-bottom: 10px;
		background:url(../images/bg_logintab_bottom.gif) no-repeat center bottom;
	}

/*--[We Support Box]----------------------------------------------------------*/
.wesupport {
	background: url(../images/bg_wesupport.gif) repeat-y left top;
	width: 200px;
	margin: 0 auto 20px auto;
}
	.wesupport h4 {
		padding-top: 10px;
		padding-bottom: 8px;
		color: #C4C4C4;
		font: bold 110% Arial, Helvetica, sans-serif;
		background: url(../images/bg_wesupport_top.gif)	no-repeat left top;
	}
	.wesupport .supportimage {
		padding: 5px 0;
		text-align: center;
	}
	.wesupport .wesupport_last {
		padding-bottom: 10px;
		padding-top: 10px;
		background: url(../images/bg_wesupport_bottom.gif) no-repeat left bottom;
	}	
	.wesupport h4, .wesupport p {
		padding-left: 10px;
		padding-right: 10px;
	}
	
/*--[Rectangle Adverts]----------------------------------------------------------*/
ul.rectads {
	width: 180px;
	margin: 0 auto;
}
	ul.rectads li {
		padding: 0 0 12px 0;
	}
		
/*--[New Releases]----------------------------------------------------------*/	
.newrelease {
	clear: both;
	padding: 4px 4px 4px 4px;
	margin: 6px 6px 6px 0px;
	text-align: center;
	border: solid 1px #666;
	background-color: #222;
}
	.newrelease h3 {
		color: #FFF;
		font: bold 115% Arial, Helvetica, sans-serif;
	}
	.newrelease h4 {
		color: #C4C4C4;
		font: italic bold 100% Arial, Helvetica, sans-serif;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	.newrelease ul {
		clear: both;
		margin-bottom: 15px;
	}
		.newrelease ul li {
			padding: 0 0 3px 5px;
		}
.section_pic {
	float:left;
	border: 1px solid #545454;
	margin: 0 10px 5px 0;
	width: 104px;
}
.section_pic img {
	border: 2px solid #1D1D1D;
}

/*--[Footer]----------------------------------------------------------*/
#footer_wrapper {
	float: left;
	width: 760px;
} 
	#footer_wrapper ul {
		padding-bottom: 25px;
		line-height: 16px
	}
		#footer_wrapper ul li {
			color: #FFF;
			padding: 0 8px;
			font-size:80%;
			float: left;
			background: url(../images/bg_linkdivider.gif) no-repeat left top;
			font-weight: bold;
		}
		#footer_wrapper ul li.first {
			background: url(none);			
		}
		#footer_wrapper ul li a:link {
			color: #CCC;
		}
			#footer_wrapper ul li a:visited {
				color:#CCC;
			}
			#footer_wrapper ul li a:hover {
				color:#FFF;
			}			


			
.TextBox
{
	font-size: 10pt;
	background: #eee url(../images/form-back.gif) repeat-x;
	border: 1px solid #999;
	color: black;
	padding: 5px;
}

.LoginBox
{
	width: 100px;
}

.Button
{
	font-size: 10pt;
	padding: 3px;
	cursor: pointer;
}

.MyHeader
{
	background-color: #333;
	border: solid 1px #666;
	margin-left: 5px;
	padding: 5px 0px 5px 0px;
	color: Black;
	font-size: 100%;
	font-weight: bold;
	width: 745px;
}

.MyHeader a
{
	display: block;
}

.ProductListHeaderPaging
{
	padding-left: 15px;
}

.ProductListFooterPaging
{
	padding-top: 12px;
	padding-left: 15px;
}

/* Page Numbers */

.pages {
padding: 1em;
margin: 1em 0;
clear: right;
font-size: 85%;
margin-top: -11px;
}

.pages a, .pages span {
display: block;
float: left;
padding: 0.2em 0.5em;
margin-right: 0.1em;
border: 1px solid #6B6B6B;
background: Black;
}

.pages span.current {
border: 1px solid #6B6B6B;
font-weight: bold;
background: #9A0000;
color: #eee;
font-size: 8pt;
padding: 5px;
}

.pages a 
{
background-color: #212121;
border: 1px solid #9A0000;
text-decoration: none;
padding: 5px;
}

.pages a:hover {
border-color: #555;
background-color: #E0564E;
color: #eee;
text-decoration: none;
}

.pages a.nextprev {
font-weight: bold;
}

.pages span.nextprev {
color: #666;
}

.pages span.nextprev {
border: 1px solid #6B6B6B;
color: #999;
font-size: 8pt;
padding: 5px;
}

.GearProceeds
{
	float: right;
	padding-right: 20px;
}

.MasterTable_Default
{
	margin: 0px;
	padding: 0px;
}

#Table2
{
	background-color: Black;
}

.BandJiveGear h3 {
	font: 240% Arial, Helvetica, sans-serif;
	color: #990002;
}

.MessageDT
{
	font-size: 75%;
}

h3
{
	margin-bottom: 3px;
}

#lblFeedback
{
	color: #666;
}

.ProductBox
{
	background-color: #1D1D1D;
	color: #676767;
	border: solid 1px #545454;
	width: 305px;
	margin-bottom: 18px;
}

.minheight
{
	min-height: 500px;
}

*html .minheight
{
	height: 500px;
}

.textleft
{
	text-align: left;
}

.readmore
{
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: solid 1px #444;
}

.newsheader {
	clear: both;
	padding: 4px 4px 4px 4px;
	margin: 6px 6px 0px 0px;
	text-align: left;
	border: solid 1px #666;
	background-color: #222;
}

.InfoMessage
{
	color: Black;
	padding: 5px;
}

.InfoMessage a:visited, .InfoMessage a:link
{
	color: White;
	font-weight: bold;
}

.BandAd
{
	margin: 0px;
	padding: 0px;
	width: 535px;
	height: 65px;
	text-align: right;
}

.BandAd li
{
	float: left;
	margin-left: 16px;
	width: 234px;
}

.AddBandAd
{
	clear: both;
	text-align: right;
	width: 500px;
	height: 15px;
}

.BandAdUnit
{
	border-bottom: solid 1px #444444;
	width: 100%;
}

.BackToSales a
{
	margin-right: 10px;
	float: right;
	display: block;
	padding: 3px;
	border: 1px solid #6B6B6B;
	background: Black;
}

.BackToSales a:hover
{
	text-decoration: none;
	border-color: #555;
	background-color: #E0564E;
}

.AddProductMediaFile
{
	padding: 4px;
	margin-top: 6px;
	border: #eee;
	width: 465px;
	background-color: #eee;
}

.AddProductMediaFile table
{
	border-color: #eee;
	background-color: #eee;
}

.AddProductMediaFile td
{
	border-color: #eee;
	background-color: #eee;
}

.RedLink a:link, a:visited
{
	color: #F5564E;
	text-decoration: underline;
}

/* Search Suggestion Results */
	
	.ac_results {
		border: 1px solid #424242;
		background-color: #393939;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		width: 580px;
		font: 140% Arial, Helvetica, sans-serif;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #ED1C24;
		text-align: left;
		text-transform: uppercase;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #434343;
	}

	.ac_match {
		text-decoration: underline;
		color: #990002;
		color: White;
	}
	
.QuantityBox { width: 40px; text-align: center; }
.EmailTo { width: 624px; }
.MsgSendError { border: solid 1px #951B07; background-color: #F5B9AF; color: #951B07; margin-top: 8px; }
.Hide { display: none; }
.ProfileContent { padding: 12px; }
.tilelistitem { clear: none; width: 150px; height: 198px; float: left; margin-left: 16px; color: #ddd; }
.ProfileNewsItem { padding: 4px; border-top: dashed 2px #333; }
.BandJiveBox { BORDER: #666 1px solid; PADDING: 16px 4px 16px 4px; BACKGROUND: #404040; COLOR: #bbb; }
.EventsHdr { color: #ccc; font-weight: bold; font-size: 100%; background: #404040; }
.EventsTable td { padding: 2px; color: #bbb; font-size: 75%; }
.ProfileNewsItem h3 { color: #bbb; }
.ProfileNewsItem h4 { color: #bbb; font-size: 0.8em; }
.ProfileComment { border: solid 1px #666; margin-bottom: 6px; margin-left: 16px; BACKGROUND: #202020; padding: 8px; }
.newsfront li h3.newstitle a { color: White; text-decoration: none; }
.newsfront li p { color: #ababab; }
.newsfront li #NewsDesc { color: #ababab; }
