/* ***********************************

     B12records.com (c) copyright 2004-2008
     TYPE	: Stylesheet
     TITLE	: b12 SHOP v2
     DESC	: Stylesheet for b12records.com SHOP v2
     AUTHOR	: Mike Golding

     IF YOU RE-USE THIS STYLESHEET IN FULL
     OR IN PART PLEASE CREDIT THE SOURCE
     AND THE AUTHOR. THANKS

   *********************************** */



/* **************** [START STD TAGS] ******************** */
*{
	border:0;
	margin:0;
}

html, body {
	height: 100%; /*stoopid ie6*/
}

body {
	font: 12px/1.6 Arial, sans-serif;
	background-color: #000; 
	color: #444;
}

img{
	border:none;
	padding:3px 20px 0 3px;
}

a:link, a:visited {
	color: #5275b4;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	color: #849cc9;
}

strong {
	color: #ff9f00;
}

em {
	font-style: normal;
	color: #707D6C;
}


h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5F8588;
	background: #2A4860;
	cursor: pointer;
}

h3.welcome{
	cursor:text;
}

h3 a{
	text-decoration:none;
	color: #5275b4;
	color: #82999F;
}

h3 a:link, h3 a:visited{
	color: #5275b4;
	color: #82999F;
}

h3.faketoggler {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #ff9f00 !important;
}

h3.faketoggler a:link, h3.faketoggler a:visited{
	color: white;
}

h4{
	background: #101010;
	font: bold 24px arial, sans-serif;
	padding:10px
	background: #101010;
}

h5{
	font: normal 20px tahoma,arial, sans-serif;
	padding:26px 0 0 0;
	background: #101010;
}


.warning{color:red!important;}
.alert{color:orange!important;}
.bright{color:white!important;}

/* **************** [END STD TAGS] ******************** */








/* **************** [START HEADER] ******************** */

#header {
	height:150px;
	background: #000 url(../images/b12-home-thin.jpg) 0 0 no-repeat;
	margin:0;
	padding:0;
}

#intro {
	position:relative;
	top:0px;
	left:0px;
}

#intro a{
	display:block;
	height: 70px; 
	width: 1000px;
	margin:0;
	text-decoration:none;
	font-size: 14px;
	font-weight: normal;
	color:white;
}


#intro a strong{
	font-size:24px;
	display:block;
}



#intro p{
	position:relative;
	top:20px;
	left:40px;
}

/* **************** [END HEADER] ******************** */















#container {
	width: 1000px;
	margin: 0 auto;	
	height: auto !important;
	height: 100%; /*stoopid ie6*/
}

html>body #container {overflow: hidden;} /* ignored by ie6 */ 

#content{
	width: 600px;
	background: #101010;
	float: left;
}


/* Equal Height Columns hack, ignored by ie6 */ 
html>body #content {
	margin-bottom: -4000px;
	padding-bottom: 4000px;
} 


/* ********** [START CART] ********** */
#cart{
	width:400px;
	color:#888;
	background-color:#222;
	float: left;
}


#cart_checkout{
	xwidth:400px;
	color:#888;
	background-color:#222;
	xfloat: left;
}

/* Equal Height Columns hack, ignored by ie6 */ 
html>body #cart, html>body #cart_checkout {
	margin-bottom: -4000px;
	padding-bottom: 4000px;
}


#cart_content{
	padding:0 12px 40px 20px;
}
	
#cart table{
	width:370px;
	float:right;
	border-collapse:collapse;
	padding:2px;
	xfont-size:10px;
}

#cart_checkout table{
	xwidth:370px;
	width:100%;
	xfloat:right;
	border-collapse:collapse;
	padding:2px;
	xborder:solid 1px red;
	font-size:14px;
}
	
#cart table.region{
	xwidth:150px;
}

#cart_checkout table.region{
	width:300px;
	xborder:solid 1px red;
	float:right;
}
	
#cart table.region td{
	text-align:left;
	border:none;
}

#cart_checkout table.region td{
	text-align:left;
	border:none;
	xpadding-left:20px;
}

#cart_checkout table.region td input{
	margin-right:10px;
}

#cart thead td{
	font-weight:bold;
	font-size: 110%;
	color:white;
}

#cart_checkout thead td{
	font-weight:bold;
	font-size: 110%;
	color:white;
}
		
#cart td{
	padding:4px 2px 4px 2px;
}

#cart_checkout td{
	padding:7px 2px 4px 2px;
}

table.cartitems td, table.totaltable td{
	border-bottom: solid 1px #f1f1f1;
}
#cart_checkout table.cartitems td{
	font-size:18px;
}

#cart td input{
	xborder:solid 1px grey;
	xwidth:20px;
}
		
#cart td.itemtotal{
	text-align:right;
}
		
#cart td.itemquantity{
	text-align:right;
}		

.qtybuttoncol{
	width:50px;
}


.lowstock{color:orange!important;}
.verylowstock{color:red!important;}

.totaltable{
	margin-top:10px;
	clear:both;
}
.totaltable td{
	text-align:right;
}

.shippingfirst, .shippingadditional, .shipping{
	font-style:italic;
}

.taxpayable, .shippingtotal, .shippingtotal, .subsubtotal{
	font-size: 140%;
}

.subtotal{
	font-weight:normal;
	font-size: 170%;
	xborder-top: solid 3px white;
	border-bottom: none;
}

.totalpayable{
	font-weight:normal;
	font-size: 170%;
	border-top: solid 3px white;
	border-bottom: none;
}

#cartadmin{
	width:100%;
	clear:both;
	margin-bottom:20px;
	height:50px;
	text-align:center;
}


.adminbutton{
	width: 180px!important;
	height:30px;
	margin:20px 0;
}

.cartempty{
	padding:120px 0 100px 100px;;
	font:normal 130% tahoma;
	
}
/* ********** [END CART] ********** */






/* ********** [START CART BUTTONS] ********** */
.button{
	background-color: #333;
	padding: 1px;
	color: #f1f1f1;
	text-decoration: none;
	font: bold 90% Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	height:25px;
	width:150px;
	cursor:hand;
	margin-right:2px;
}

.button:visited{
	color: black;
}

.button:hover{
	background-color: #ea9714;
	cursor:hand;
}

.button:active{
	color: black;
	background-color: #ffff66;
	cursor:wait;
}


.addcart{
	width:20px;
}


.inactive{
	background-color: #ccc;
	padding: 1px;
	color: #f1f1f1;
	text-decoration: none;
	font: bold 90% Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	height:25px;
	width:150px;
	cursor:hand;
	margin-right:2px;
	cursor:wait;
}

.inactive:visited{
	color: #f1f1f1;
	cursor:wait;
}

.inactive:hover{
	color: #f1f1f1;
	background-color: #ccc;
	cursor:wait;
}

.inactive:active{
	color: #f1f1f1;
	background-color: #ccc;
	cursor:wait;
}


/* ********** [START CART BUTTONS] ********** */






/* **************** [START BLOG LIST] ******************** */

ol.bloglist {
	margin:0;
	padding:0;
	list-style:none;
}


ol.bloglist li{
	background: #101010;
	padding: 10px 20px 40px 20px;
	xborder-bottom: dotted 1px gray;
	xheight:100%;
	clear:both;
}


.bloglist h1{
	margin:0!important;
	padding:10px 0 7px 0;
	font: 26px tahoma, sans-serif;
}


.bloglist p {
	margin:0 0 12px 0;
	padding:0;
	color: #999;
	font: 11px/20px verdana, sans-serif;
}


.discoprimaryimage{float:right;}

/* **************** [END BLOG LIST] ******************** */






/* **************** [START MOODALBOX] ******************** */

div#mb_contents p{
	font-size:120%;
	padding:0 10px 10px 10px;
	color:white;
}

div#mb_contents h1{
	color:orange;
	padding:0 10px 10px 10px;
}

div#mb_contents h2{
	font-weight:normal;
	color:white;
	padding:0 10px 10px 10px;
}

/* **************** [END MOODALBOX] ******************** */







/* **************** [START FOOTER] ******************** */

#footer{
	padding: 10px 0;

	background: #303030;
	color:#666;
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
	margin-bottom: 30px;
}

#footer span{
	padding:10px;
}

#footer a {
	xxdisplay: block;
	xheight: 60px;
	xwidth: 355px;
	xbackground: url(../images/footer.png) top right no-repeat;
	xmargin-left: 45px;
	xpadding-bottom: 30px;
	font-weight:normal;
	text-decoration:none;
}

/* **************** [END FOOTER] ******************** */



/* **************** [START TOOLTIPS] ******************** */
.tipper {
	background-color: #AAA;
	color: #222;
	font-weight: bold;
	padding: 0.2em;
	margin: 0.5em;
	background-color: #FFF;
	color: #00F;
}

img .tipper {
	}

.tool-tip {
	color: #fff;
	xwidth: 400px;
	z-index: 13000;
	background: url(../images/tooltip-bg-mid.png);
	padding:10px;
}
		 
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: orange;
	padding: 8px 8px 4px 0;
}
 
.tool-text {
	font-size: 11px;
	padding: 2px 4px 12px 6px;
}
		
.tool-text h1{
	font-size:160%;
	color: orange;
}
		
.tool-text h2{
	font-size:150%;
}
		
.tool-text p{
	color:#ccc;
	padding-left:20px;
}		
		
		
.tool-loading{
	background: url(../images/loading_black.gif) center center no-repeat;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
/* **************** [START TOOLTIPS] ******************** */



.loading {
	background: url(../images/loading_black.gif) center center no-repeat;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}


.data-loading {
	background: black url(../images/loading_black.gif) top left no-repeat;
	width: 100px;
	height: 30px;
	position: absolute;
	top:0;
	left:0;
	padding: 7px 0 0 35px;
	margin: 0 auto;
	color:red;
}
