/* Start of CMSMS style sheet 'B-Band' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #990612; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #990612;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
}

/*****************
basic layout 
*****************/

body {
   background: #2a0205;
   color: #000;
   margin:0.1em;    /* gives some air for the pagewrapper */
}
div#contentwrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:-20px;
        background: url(uploads/images/layout/back_line.png);
}
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 950px;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/


div#header_container {
   background: #65040d url(uploads/images/layout/head-back.png) repeat-x;
   background-position: center top;
   display: block;
   height: 234px;
   width: 100%;
}

div#header, div#header-guitar, div#header-bass, div#header-ukko {
   margin: 0 auto;
   width: 950px;
   height: 210px;    /* adjust according your image size */
}

div#header {
   background: url(uploads/images/layout/indexpic.jpg) no-repeat;
   background-position: right;
}

div#header-guitar {
   background: url(uploads/images/layout/header_guitars.jpg) no-repeat;
   background-position: right;
}

div#header-bass {
   background: url(uploads/images/layout/header_bass.jpg) no-repeat;
   background-position: right;
}

div#header-ukko {
   background: url(uploads/images/layout/header_drums.jpg) no-repeat;
   background-position: right;
}

div#main {
   width: 680px;
   background-color: #fcfcfc;
   float: right;
   padding: 20px 20px 0 20px;
}

div#sidebar {
   float: left;
   width: 230px;
   margin-left: 0;
}

div#footer_container {
   clear: both;       /* keep footer below content and menu */
   color: #000;
   background: url(uploads/images/layout/footer_back.gif) repeat-x;
   height: 207px;
   margin-top: 0px;
}

div#footer {
   font-size: 1em;
   text-align: left;  /* centered text */
   padding: 35px 0 0 0;
   margin: 0 auto;
   width: 970px;
   color: #000;
   height: 100px;
   background: url(uploads/images/layout/footer_top.png) no-repeat top left;
}

div#footer a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
}

#footer2, #footer3, #footer4, #footer5 {
   margin: 0 0 4px 20px;
   width: 600px;
}
#footer1 {
   margin-right: 1px;
   padding: 0 0 20px 0;
   color: #fff;
}

#footer1 {
   margin-right: 14px;
   padding: 0 0 20px 0;
}

#footer1 {
   width: 216px;
}

#footer5 {
}

#footer1, #footer2, #footer3, #footer4, #footer5 {
   float: left;
}
#footer ul h3 {
   font-size: 1em;
   width: 100px;
   color: #ccc;
   font-weight: bold;
   margin: 0;
   padding: 0;
}
#footer ul {
   list-style: none;
   display: inline;
   color: #ccc;
}
#footer ul li {
   padding: 0;
   margin: 0 10px 0 0;
   float: left;
   display: inline;
   float: left;
}

#footer ul a {
   color: #ccc;
   text-decoration:none;
}
#footer ul a:hover {
   color: #777;
   text-decoration: underline;


}

/* as we hid all hr for accessibility we create new hr with extra div element */

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}
.clear {
   clear: both;
}


/********************
CONTENT STYLING
*********************/
div#content {
        background: url(uploads/images/layout/content_main_back.gif) repeat-y right top;
}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin:  0 0 10px 0;
}
#content h2 {
        color: #990612; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-bottom: 1px;

        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
h3 {
   color: #990612; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 10px 0 5px 0;
}
div#content h4 {
   color: #990612; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.4em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   font-style: italic;
/*   border-left: 1px dotted #999; */
   margin: 20px 0 10px 0;
   padding: 0 0 0 0;
   clear: both;
}
blockquote p {
   margin-bottom: 0;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
ul, ol, dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 0 15px;
}
ol {
   margin: 0 0 15px 20px;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

#productsearch {
   float: left;
   margin: 6px 25px 0 0;
}
#productsearch p {
   color: #fff;
   padding: 0px;
   margin: 0 0 5px 0;
}
#productsearch #productsubmit {
	background-image: url(uploads/images/layout/searchbutton.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
	float:left;
        width: 14px;
	display: block;
	padding-top: 20px;
	overflow: hidden;
	margin: 4px 0 0 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style:none;
	background-color: transparent;
	cursor: hand;
}
#productsearch input {
   float: left;
   width: 100px;
}

.ProductDirectoryItem ul {
   border-top: 1px solid #999;
   list-style: none;
   margin: 0 0 30px 0;
   padding: 0;
   width: 450px;
}

.ProductDirectoryItem ul li {
   border-bottom: 1px solid #999;
   margin: 0;
   width: 448px;
   padding: 1px;
}



.indexproductbox {
   width: 220px;
   float: left;
   padding: 10px 20px 0 0;
}
.indexproductbox p {
   padding: 10px 15px;
   background: #fff;
}
.indexproductbox img {
   padding: 0 0 0px 0;
}
#breadcrumbs {
   padding: 0 0 5px 0;
}
#dealersbox div {
   line-height: 1.4em;
   width: 200px;
   height: 80px;
   float: left;
   padding-left: 10px;
   margin: 5px 10px 20px 0;
   background: url(uploads/images/layout/b-bullet.gif) no-repeat;
   background-position: left 4px;
}
#dealersbox h3 {
   float: left;
   clear: both;
   display: block;
   width: 650px;
   border-bottom: dotted #999 1px;
}
#dealersbox h4 {
   float: left;
   clear: both;
   display: block;
   width: 600px;
   margin: 10px 0 10px 0;
   color: #fff;
}
#dealersbox p {
   clear: left;
}
#dealersbox select {
   float: left;
   clear: both;
   margin: 10px 0 10px 0;
}
/* Forms */
.formwrap2 {
   float: left:
   width: 400px;
   padding: 0;
   margin: 0;
}
.formwrap2 label {
   display: block;
   width: 100px;
   padding: 3px 0 3px 0;
}
.formwrap2 input {
   width: 250px;
}
.formwrap {
   float: left:
   width: 500px;
   padding: 5px;
}
.formwrap label {
   display: block;
   float: left;
   width: 100px;
}
.formwrap input {
   width: 350px;
}
.formwrap textarea {
   width: 350px;
}
fieldset {
   border: none;
}
fieldset legend {
   color: #990612; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 10px 0 5px 0;
   font-weight: bold;
}
.special-offer {
   width: 219px;
   margin: 0 0 20px 0;
}
.special-offer h3 {
   background: url(uploads/images/special-top.gif) no-repeat;
   padding: 10px 0 8px 10px;
   margin: 0px;
   color: #fff;
}
.special-offer p {
   background: url(uploads/images/special_bottom.gif) bottom left no-repeat;
   padding: 0px 10px 15px 20px;
   color: #fff;
   margin: 0 0 20px 0;
}
/* Online-Shoppia */
#shoppaypal {
   float: left;
   width: 300px;
}
#shopindex {
   width: 300px;
   float: left;
   margin: 0 20px 0 5px;
   background: #eee;
   padding: 3px 10px 10px 10px;
   border: 1px solid #ccc;
}
#shopindex a {
   padding: 10px 20px 0 0;
   display: block;
   float: left;
}
#shoptop {
   float: left;
   width: 680px;
   margin: 0 0 20px 0;
}
#shoptop form {
   margin: 0;
   padding: 0;
}
/*
.addtocart {
   font-size: 1.2em;
   background: url(uploads/images/layout/shop-buy.png) no-repeat;
   padding: 0 0 3px 0;
   margin: 0 0 0 5px;
   border: none;
   width: 174px;
   height: 31px;
   overflow: hidden; 
   color: #fff;
}
.addcartamount {
   text-align: center;
   width: 15px;
} */
.addcartwrap {
   margin: 20px 0 0 0;
   float: left;
}
.addtocart {
   font-size: 1.2em;
   background: url(uploads/images/layout/shop-buy.png) no-repeat left top;
   padding: 1px 0 4px 20px;
   margin: 0 0 0 0;
   border: none;
   width: 83px;
   height: 31px;
   overflow: hidden; 
   color: #fff;
   float: left;
   display: inline;
   text-align: left;
}
.addcartamount {
   font-size: 1.2em;
   text-align: center;
/*   background: url(uploads/images/layout/add-amount.gif) no-repeat; */
   padding: 0;
   margin: 0;
/*   border: none; */
   width: 20px; 
   height: 16px;
   overflow: hidden; 
   float: left;
   display: inline;
}
.product_summary_field_shop p {
   float: left;
   margin: 0 0 10px 20px;
}
.product_summary_field_shop .addcartwrap {
   float: right;
   margin: 0 0 10px 0px;
}
.product_summary_field_shop .shop_text {
   float: left;
   width: 350px;
   margin: 0 0 10px 10px;
}
.shoplink {
   float: right;
   width: 200px;
   margin: 0 0 10px 0;
   text-align: right;
}
.shopprice {
   margin: 0 0 10px 0;
   font-size: 1.2em;
   font-weight: bold;
   float: right;
   width: 200px;
   text-align: right;
}
/* Indexthings */
#index_more_news a {
   margin: 0 0 20px 10px;
   color: #fff;
   display: block;
}
#maintext {
   width: 450px;
   float: left;
   padding: 0 10px 0 0;
   font-size: 1.1em;
}
#right_extra {
   width: 200px;
   float: left;
   border-left: 1px solid #ccc;
   padding: 0 0 0 15px;
}
#right_extra h3 {
   padding-top: 0px;
   margin-top: 0px;
}
/* Pickups */
.ProductDirectoryItemPickup .product_summary_field_pickups {
   font-size: 0.9em;
   float: left;
   clear: both;
   width: 560px;
   margin: 5px 0 0 0px;
}
.ProductDirectoryItemPickup .product_summary_field_pickups h4 {
   float: left;
   width: 350px;
   padding: 0 0 10px 0;
}
.smallprice {
   color: #000;
   float: left;
}
.pickupnotice {
   float: left;
   clear: both;
   display: block;
   color: #666;
}
.pickupbox {
   float: left;
   clear: both;
   border: 1px dotted #ccc;
   margin: 0 0 15px 80px;
   width: 580px;
   padding: 10px;
}
.compatiblepickups {
   display: none;
}
/* Basket */
.cartitem {
   margin: 5px 0 15px 0;
}
.itemprice {
   margin: 3px 0 0 0;
}
#cart_total {
   margin: 5px 0 15px 0;
   font-weight: bold;
}
.cart_totals {
   margin: 15px 0 15px 0;
}
.itemdesc {
   font-size: 1.2em;
   font-weight: bold;
   margin: 0 0 5px 0;
}
/* Checkout */
#m8moduleform_3 fieldset label {
   width: 150px;
   float: left;
   margin: 0 0 0 5px;
}
#m8moduleform_3 fieldset input {
   width: 250px;
   float: left;
   margin: 3px 0 5px 5px;
}
#m8moduleform_3 fieldset select {
   width: 250px;
   float: left;
   margin: 3px 0 5px 5px;
}
#m8moduleform_3 fieldset {
   width: 450px;
}

/* TEMP */

.shoplink_add {
   display: block;
   width: 10px;
   float: left;
   height: 23px;
   line-height: 23px;
   cursor: pointer;
   padding: 0 5px 0 0;
   text-align: center;
}
.shoplink_remove {
   display: block;
   width: 10px;
   float: left;
   height: 23px;
   line-height: 23px;
   cursor: pointer;
   padding: 0 0 0 5px;
   text-align: center;
}
.cartnumbers {
   float: left;
   padding: 3px 10px;
}
/* End of 'B-Band' */

