/*
Music Central default style sheet
Copyright 2007 Ian Sidaway / dpivision.com
Last edit: 04/11/2008
*/

body{
	background:#1c2230 url(../graphics/plain/body_bg.gif) 0 0;
	color:#333;
	font:70% Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#47a0bf;
	text-decoration:none;
}
a:hover{color:#2f6c7f;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}
.plaque{
	float:right;
	margin-left:.6em;
}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin: 20px auto;
	text-align:left;
	position:relative;
	background:#fff;
	width: 98%;
}

/* ----- header area ----- */
#header{
	height:155px;	
	position:relative;
	margin:0;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:20px;
	left:20px;
	background:url(../graphics/plain/logo.gif) no-repeat 0 0;
	height:121px;
	width:610px;
	text-indent:-9999px;
	overflow:hidden;
}
#logo a{
	display:block;
	height:122px;
}
#tagline{
	display: none;
	}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:20px;
	right:20px;
	z-index:10;
}
#info a{color:#47a0bf;}
#info a:hover{color:#2f6c7f;}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid {
	background:url(../graphics/plain/building_bg.jpg) no-repeat right 0;
}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float: left;
	display:inline;
	margin-left:20px;
	width:700px;
}

/* ----- search box ----- */
#search{
	margin:0;
	margin-bottom:7px;
	padding:0;
	height:55px;
}
#search label{
	display:block;
	font-weight: bold;
	margin:0;
	padding:5px 0 3px 10px;
	margin-bottom:8px;
	background:#3b879f;
	color:#fff;
	font-size:100%;
}
#searchKeyword{
	border:1px solid #ddd;
	background:#fff;
	color:#999;
	padding:3px 0 3px 5px;
	display:block;
	width:155px;
	margin-left:8px;
	float:left;
}
#searchSubmit{
	display:block;
	height:13px;
	width:20px;
	background:#fff url(../graphics/plain/searchBtn_bg.gif) no-repeat 5px 0;
	border:0;
	line-height: 0;
	margin:4px 9px 2px 2px;
	font-size:0;
	text-indent:-9999px;
	overflow:hidden;
	float: left;
}
#searchSubmit{cursor:pointer;}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{margin-bottom:7px;}
#navDept li{
	background: #f2f2f2;
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	color:#777;
}
#navDept li a:hover, #navDept li a.selected{background: #ddd;color:#333;}
#navDept li a span{
	display:block;
	padding:3px 0 3px 15px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 2em 1em 0;
	padding: 10px;
	background:#fff url(../graphics/plain/a-z.jpg) no-repeat 99% 93%;
	border:1px solid #eee;
	color:#777;
	height:175px;
}
* html #navSubDept{height:290px;padding-bottom:10px;}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
	width:110px;
	float:left;
}
* html #navSubDept li{width:120px;}
#navSubDept li a{color:#777;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#222;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:7px;}
#navTools li{
	background: #f2f2f2;
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;	
	color:#777;
}

#navTools li a:hover, #navDept li a.selected{background: #ddd;color:#333;}
#navTools li a span{
	display:block;
	padding:3px 0 3px 15px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:7px;}
.navStatic li{
	background: #f2f2f2;
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	color:#777;
}
.navStatic li a:hover, #navDept li a.selected{background: #ddd;color:#333;}
.navStatic li a span{
	display:block;
	padding:3px 0 3px 15px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:5px 0 3px 10px;
	margin-bottom:5px;
	background:#3b879f;
	color:#fff;
	font-size:100%;
}

/* ----- side navigation column ----- */
#side{
	clear: left;
	float:left;
	display:inline;
	margin-left: 20px;
	width:26.2%;
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	margin-left: 10px;
	width: 70%;
}
#main h2{
	font-weight:normal;
	padding:0;
	color:#47a0bf;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:1em;
	color:#47a0bf;
	font-size:180%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

/* ----- footer area ----- */
#footer{
	padding: 0;
	margin:0 auto;
	width: 100%;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer li{
	display:inline;
	margin:0 10px;
}
#footer li a{color:#99a0b2;}
#footer a:hover{color:#fff;}
#footer #credits{display:none;}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(/graphics/plain/ico_first.gif) no-repeat 0 0;}
#pagination a#prevPage{background:url(/graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(/graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(/graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
.products{
	margin:1em 0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
	padding:0;
	color:#777;
}
.products li:hover{}
.products li h3{
	margin:0 0 1em 0;
	padding:.5em 0 0 0;
	font-size:110%;
	display:block;
}
.products li h3 a{color:#3b879f;}
.products li h3 a:hover{color:#2f6c7f;}
.products .image{
	float:left;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}
.products .image a img{
	border:1px solid #e2e2e2;
	padding:2px;
	background:#fff;
}
.products .image a:hover img{
	border:1px solid #ccc;
	padding:2px;
	background:#e2e2e2;
}
.products .price{
	margin:1em 0;
	text-align:left;
	line-height:180%;
	color:#2f545f;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:left;
	margin-bottom:1em;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	border:1px solid #e1e1e1;
}	
#product .info{	
	float:right;
	width:270px;
}
#product .price{
	color:#2f545f;
	font-size:120%;
	font-weight: bold;
}
#product .info p{
	margin:0;
	margin-bottom:.2em;
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 2em 1em 0;
	padding:3px 10px;
	background:url(../graphics/plain/half_bg.gif) repeat 0 0;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles ul li a{color:#777;}
#articles ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 2em 1em 0;
	padding:3px 10px;
	background:url(../graphics/plain/half_bg.gif) repeat 0 0;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#222;}

/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border: 1px solid #fff;
	background:#2f545f;
	color: #fff;
	padding:5px;
}
td{
	border:none;
	padding:5px;
	vertical-align:top;
}
#frmContact {
	width: 550px;
	}
.formField, .formSelect{
	background:#fff;
	border:1px solid #bbb;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#323a4d;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#323a4d;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#2f545f;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
.formButton:hover{
	background:#2f6c7f;
	cursor:pointer;
}
label span{
	color:#47a0bf;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #e1e1e1;
}
#frmContact{margin-bottom:1em;}

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ----- float fix ----- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after, #navSubDept:after, #navSubDept li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules, #navSubDept, #navSubDept li{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules, #navSubDept, #navSubDept li {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules, * html #navSubDept, * html #navSubDept li {height:1%;}
 /*  */
/* ----- end float fix ----- */
