@charset "utf-8";

body {
	font: 100% "Trebuchet MS",Verdana, Arial, Helvetica, verdana, sans-serif;
	font-size:12px;
	line-height:1.5em;
	margin: 0;
	padding: 0px;
	text-align: center;
	color: #fff;
	background: #2d2523 url('/images/backgrounds/wood.jpg') repeat top left;
	height:100%;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {margin: 1em 0 .5em 0;line-height: 1.2;font-weight: bold;font-style: normal;}
h1 { font-size: 1.5em;}
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }
ul, ol { margin: .75em 0 .75em 32px; padding: 0; }
p { margin: .75em 0; }
address { margin: .75em 0; font-style: normal; }
a { text-decoration: none; outline: none; }
a:link { color: #369; }
a:visited { }
a:hover, a:focus, a:active { }
a img { border: none; }
em { font-style: italic; }
strong { font-weight: bold; }
form, fieldset { margin: 0; padding: 0; border: none; }
input, button, select { vertical-align: middle; }

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#page {
    position:relative;
    top:0px;
    left:0px;
	width: 1000px;
	background: transparent;
	margin: 0 auto; 
	border:0;
	text-align: left; 
	height:auto;
}

#superTop 
{
    position:fixed;
    top:0px;
    left:0px;
    height:40px;
    width:100%;
    z-index:100;
    
}
*HTML #superTop {
    position:absolute;
  
}

*HTML #superTopShadow {
    position:absolute;
    display:block;
    top:35px;
    left:0px;
    width:100%;
    height:5px;
    background:transparent; /* url('/images/backgrounds/wood-top-shadow-5.png') repeat-x top left;*/
} 
*HTML #superTopBackground 
{
    background:transparent; /* url('/images/backgrounds/wood-top-shadow-5.png') repeat-x top left;*/
}


* HTML #content {
    position:relative;
    
}
#superTopBackground 
{
    width:100%;
    height:35px;
    display:block;
    background:transparent url('/images/backgrounds/wood-top-35.jpg') no-repeat top left;
    margin:0 auto;
    text-align: center; 

} 

#superTopContent {
    position:relative;
    width:1000px;
    display:block;
    text-align: left; 
    margin: 0 auto;   
} 
#superTopShadow {
    position:relative;
    width:100%;
    height:5px;
    display:block;
    background:transparent url('/images/backgrounds/wood-top-shadow-5.png') repeat-x top left;
} 



#logo{
    position: absolute;
    top:80px;
    left:40px;
    background:transparent url('/images/logo/leadmusic.png') no-repeat top left;
    width: 357px;
    height:129px;
    z-index:10;
}

.call-me{
    position: absolute;
    top:70px;
    left:465px;
    width:500px;
    height: 53px;
    z-index:10;
    text-align:right;
    font-size:1.3em;
    line-height:1.2em;
}

.call-me a, .call-me a:visited, .call-me a:hover  {
    color:#fff;
}
#debug 
{
    /*background:#fff;*/
    width:670px;
    float:right;
    height:25px;
    padding: 8px 8px 0 0;
    color:#fff;
    font-weight:bold;
}

/*
    Languages : 300 x 25
    className : topLanguages    
*/

.topLanguages {
    position:absolute;
    top:0px;
    left:5px;
    padding:8px 0px 0px 8px;
    height:25px;
    width:300px;
    /*font-family: Arial, Helvetica, sans-sherif;*/
    font-size:1.2em;
    color:#d1cfcc;
    font-weight:bold;
    float:left;
    z-index:10;
    /*background:#fff;*/
}

.topLanguages span {padding-right:12px;}
a.lan, a.lan:visited{color:#d1cfcc;}
a.lan:hover {color:#cf7100;}
.topLanguages .sel a {color:#fe8a00;}   



/*
    Cart      : 340 x 25 (total: 640)
    className : on / off    
*/

#myCart {
    position:absolute;
    top:0px;
    left:305px;
    width:380px;
    height:35px;
    float:left;
    background:transparent;
    overflow:hidden;
}

#myCart.on {cursor:pointer;}


#cartImage {
    padding-top:2px;
    float:left;
}


#cartTitle {
    display:block;
    float:left;
    width:320px;
    height:23px;
    margin:5px;
    padding:2px 0 0 0;
    font-size:1.2em;
    color:#999;
    font-weight:bold;
    background:transparent;
    overflow:hidden;
}

#cartTitle.on {color:#fe8a00;}
#cartTitle.off {color:#999;}

.searchForm {
    padding:0px 0px 0px 0px;
    height:25px;
    width:320px;
    float:right;
    text-align:right;
    margin-right:8px;
}

.searchForm .title
{
    display:block;
    width:80px;
    float:left;
    padding-top:8px;
    font-size:1.2em;
    color:#d1cfcc;
    font-weight:bold;
    text-align:right;
    
}
#sTerm 
{
    font-size:1.1em;
    color:#000;
    font-weight:bold;
    width:180px;
    border:1px solid #ddd;
    margin:3px 5px 0 5px;
    

}

#btnSubmit 
{
    background:transparent url('/images/icons/search_off.gif') no-repeat top left;
    width:30px;
    height:30px;
    border:0px;
    margin:0px;
    padding:0px;
    cursor:pointer;
}


#pageBfooter{
	background: transparent url('/images/backgrounds/before-footer.png') no-repeat center top;
	height:14px;
	width:100%;
}
* HTML #pageBfooter{
	background: transparent url('/images/backgrounds/before-footer.gif') no-repeat center bottom;
}

#footer{
    background: #3a3937;
	margin:0;
	padding:0px;
	height:auto;
	width:100%;
	text-align: center;
}

#cfooter{
	width: 1000px;
	background: transparent;
	margin: 0 auto; 
	border:0;
	text-align: left; 
	height:150px;
	padding-left:15px;
}


#cfooter > div {
    width:300px;
    margin-left:20px;
    padding:15px 0 0 0;
    float:left;
    color:#888;
}

#cfooter h2 {
    border-bottom:1px solid #888;
    color:#888;
    font-size:1em;
    font-weight:bold;
    padding:2px 0 3px 0;
    margin: 0px 0 3px 0;
    text-transform:uppercase;
}

#cfooter a, 
#cfooter a:link
{
    color:#888;

}

#cfooter a:hover
{
    color:#fff;
    text-decoration:underline;

}
.copyrightFooter {
	width: 1000px;
	background: transparent;
	margin: 0 auto; 
	border:0;
	text-align: center; 
	padding:15px;
    color:#888;
}

.copyrightFooter a:hover
{
    color:#fff;
    text-decoration:underline;
}

.copyrightFooter a,
.copyrightFooter a:link
{
    color:#888;

}




#header {
	position:relative;
	height:200px;
	width:1000px;
	top:0px;
	background:transparent url('/images/backgrounds/main-header-long.png') no-repeat top left;
}
* HTML #header {
	background:transparent url('/images/backgrounds/main-header-long.gif') no-repeat top left;
}

#content {
	position:relative;
	width:1000px;
	top:0px;
	left:0px;
	background:transparent url('/images/backgrounds/main-vertical.png') repeat-y top left;
	margin:0px;
	padding:0px;
    margin:-10px 0 0 0;
    min-height:1050px;
}

* HTML #content {
	background:transparent url('/images/backgrounds/main-vertical.gif') repeat-y top left;
	margin:0px;
}

#leftMain 
{
    position: relative; 
    width:300px;
    background: transparent;
    height:auto;
    float:left;
}

#rightMain {
	width:660px;
	background: transparent;
	height:auto;
	float:left;
	color:#000;
	margin-right:28px;
	margin-top:10px;
}

#rightMain h1{
    margin:0;
    padding:0;

}
/* CATEGORIES */


#categories {
    width:231px;
    color: #000;
    padding:0px 0 20px 40px;
    margin: 0;
    color:#524d47;
}
#categories .title{
    background: transparent url('/images/menus/grey-left.gif') no-repeat top left;
    width:231px;
    margin:0;
    padding:22px 0 10px 30px;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-size:1.7em;
    font-weight:bold;
    float:left;
}


#categories .items {
    background: transparent url('/images/menus/grey-left.gif') no-repeat bottom left;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    width:231px;
    margin:0;
    padding-bottom:20px;
    float:left;
    font-size:1em;
}

#categories .items ul {
    list-style-type:none;
    margin: 0;
    padding:0 0 0 8px;

}

#categories .items ul li {
    list-style-image: none;
    margin: 5px 0 2px 0;
    padding: 0 0 0 23px;
}
span.small{
    font-size:0.8em;
    color:#666;
}
li.new {background: transparent url('/images/menus/bl-new.gif') no-repeat top left;font-weight:bold;margin: 6px 0 3px 0;}
li.exclusives {background: transparent url('/images/menus/bl-exclusive.gif') no-repeat top left;font-weight:bold;margin: 6px 0 3px 0;}
li.used {background: transparent url('/images/menus/bl-used.gif') no-repeat top left;font-weight:bold;margin: 6px 0 3px 0;}
li.offers {background: transparent url('/images/menus/bl-discount.gif') no-repeat top left;font-weight:bold;margin: 6px 0 3px 0;}

#categories li.sel {
    font-weight:bold;
    /*font-size:1.1em;*/
}
a.cat {
    text-decoration:none;color:#524d47;
}

a.cat:hover {
    text-decoration:none; color: #fff;
}


/* MARQUES */


#brands {
    width:231px;
    padding:7px 0 20px 40px;
    margin: 0;
    color:#524d47;
    height:300px;
    clear:both;
}


#brands .title{
    width:231px;
    margin:0;
    padding:22px 0 10px 30px;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-size:1.7em;
    font-weight:bold;
    color:#fff;
    background: transparent url('/images/menus/brands-left.gif') no-repeat top left;
    height:20px;
}

#brands .bgroup{
    background: transparent url('/images/menus/brands-left.gif') no-repeat bottom left;
    height:230px;
}

#brands .bgroup .items {
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    width:230px;
    margin:0;
    padding-bottom:20px;
    float:left;
    font-size:1em;
    height:190px;
    overflow:auto;
  /*  scrollbar-face-color:#6B85BA;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#DDDDFF;
    scrollbar-shadow-color:'';
    scrollbar-highlight-color:'';
    scrollbar-3dlight-color:'';
    scrollbar-darkshadow-Color:'';*/
}



#brands .items ul {
    list-style-type:none;
    margin: 0;
    padding:0 0 0 8px;

}

#brands .items ul li {
    list-style-image: none;
    margin: 5px 0 2px 0;
    padding: 0 0 0 23px;
}

a.brand{
    text-decoration:none;color:#fff;
}

a.brand:hover {
    text-decoration:none; color: #aaa;
}

#brands span.small{
    font-size:0.8em;
    color:#eee;
}



/* LeadMusic Price */

div.price {
    width:225px;
    height:130px;
    border:0px;
    background:transparent url('/images/backgrounds/price-background.gif') no-repeat top left;
    text-align:center;
    vertical-align:baseline;
    overflow:hidden;
}

div.price:hover {
    background:transparent url('/images/backgrounds/price-background-hover.gif') no-repeat top left;
}

.leadpricecontact {
    width:225px;
    height:20px;
    font-size:1.6em;
    display:block;
    color:#21201f;
    font-weight: bold;
    padding:3px;
    
}

.leadprice {
    width:225px;
    height:20px;
    font-size:1.7em;
    display:block;
    color:#21201f;
    font-weight: bold;
    padding:3px;
}

.normalprice {
    width:225px;
    height:20px;
    font-size:0.9em;
    display:block;
    color:#534d47;
    font-weight: normal;
    padding:3px;
}

.allincl {
    position:absolute;
    top:100px;
    left:0px;
    display:block;
    width:225px;
    height:20px;
    font-size:0.8em;
    color:#534d47;
    font-weight: normal;
}

/* More info button */
.moreinfo {
    display:block;
    width:160px;
    height:57px;
    margin:0px;
    padding:0px;
    overflow:hidden;
}

.moreinfo .lefter {
    display:block;
    background:transparent url('/images/menus/order-over-e9e0d2.gif') no-repeat top left;
    width:140px;
    height:40px;
    float:left;
    font-size:1.4em;
    font-weight:bold;
    padding:17px 0 0 10px;
    text-align:center;
}

.moreinfo .righter{
    background:transparent url('/images/menus/order-over-e9e0d2.gif') no-repeat top right;
    width:10px;
    height:57px;
    float:left;
}

.moreinfo a.lefter {
    color:#534d47;
}
.moreinfo a.lefter:visited {
    color:#534d47;
}

.moreinfo a.lefter:hover {
    color:#fff;
}


.orangebox {
    position:relative;
    width:659px;
    height:auto;
    margin:0 0 10px 0;
    padding:0;
}

.orangebox .topper{
    width:659px;
    background: transparent url('/images/menus/onorder-orange-background.gif') no-repeat top left;
}


.orangebox .bottomer{
    width:659px;
    height:10px;
    background: transparent url('/images/menus/onorder-orange-background.gif') no-repeat bottom left;
}

.orangebox .content{
    padding:15px;
    font-size:1.1em;
    color: #883300;
}

.orangebox .content h1
{
    color:#552200;
}

.orangebox .content a, 
.orangebox .content a:link
{
   color:#fff;
   font-size:1.2em;
   text-decoration:none;
}

.orangebox .content a:hover
{
   color:#ddd;
   text-decoration:underline;
}


/*

    Top menu container

*/

#topmenu {
    position:relative;
    display:block;
    top:133px;
    left:410px;
    width:560px;
    height:47px;
    padding:0;
    margin:0;
    border:0p;
    overflow:hidden;
}


.top-tab {
    position:relative;
    display: inline;
    border:0px solid #000;
    float:left;
    margin:0;
}



.top-tab a {
    display: block;
    height:47px;
    float:left;
    padding:4px 10px 5px 20px;
    font-size:1.4em;
    font-weight:bold;
}



#topmenu #tab1 {z-index:9;}
#topmenu #tab2 {z-index:8;margin-left:-9px;} 
#topmenu #tab3 {z-index:7;margin-left:-9px;} 
#topmenu #tab4 {z-index:6;margin-left:-9px;} 
#topmenu #tab5 {z-index:5;margin-left:-9px;} 
#topmenu #tab6 {z-index:5;margin-left:-9px;} 
#topmenu #tab-special {z-index:4;margin-left:-9px;} 

.next-off a {padding-top:20px;background: transparent url('/images/tabs/next_off.png') no-repeat top left;}
.first-off a {padding-top:20px;background: transparent url('/images/tabs/first_off.png') no-repeat top left;}
.next-on a {padding-top:15px;background: transparent url('/images/tabs/next_on.png') no-repeat top left;}
.first-on a {padding-top:15px;background: transparent url('/images/tabs/first_on.png') no-repeat top left;}


.next-on, .first-on {z-index:10;}

.top-tab .tab-close{
    display:block;
    float:left;
    width:15px;
    height:47px;
}


#topmenu .next-off .tab-close,
#topmenu .first-off .tab-close
{
    background:transparent url('/images/tabs/next_off.png') no-repeat top right;
}

#topmenu .next-on .tab-close,
#topmenu .first-on .tab-close
{
    background:transparent url('/images/tabs/next_on.png') no-repeat top right;
}

.next-off a, .first-off a {color:#999;}
.next-off a:hover, .first-off a:hover {color:#555;}

.next-on a, .first-on a {color:#cf7100;}
.next-on a:hover, .first-on a:hover {color:#555;}



/* IE 6 Hack */

* HTML .next-off a {padding-top:20px;background: transparent url('/images/tabs/next_off.gif') no-repeat top left;}
* HTML .first-off a {padding-top:20px;background: transparent url('/images/tabs/first_off.gif') no-repeat top left;}
* HTML .next-on a {padding-top:15px;background: transparent url('/images/tabs/next_on.gif') no-repeat top left;}
* HTML .first-on a {padding-top:15px;background: transparent url('/images/tabs/first_on.gif') no-repeat top left;}

* HTML #topmenu .next-off .tab-close, #topmenu .first-off .tab-close {    background:transparent url('/images/tabs/next_off.gif') no-repeat top right;}
* HTML #topmenu .next-on .tab-close, #topmenu .first-on .tab-close {background:transparent url('/images/tabs/next_on.gif') no-repeat top right;}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 179px;
	padding:15px;
	height: 79px;
	opacity: 0.8;
	background: url('/images/tooltips/black.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 1em;
	width: 179px;
	text-align: center;
	
}
#tooltip.pretty div { width: 179px; text-align: left; }
#tooltip.bottom {font-size:0.9em;line-height:1.2em;padding-top:28px;background: url('/images/tooltips/black_arrow_bottom.png');}


/*
#specialHours{
    font-size:11px;
    line-height:1.4em;
    width:280px;
    overflow:hidden;
}*/


