/* CSS Document */

/* Global
============================================================ */

html {
	height: 101%;
	background: #3c3c3c url(../images/html-bg.jpg) repeat-x;
}

body {
	margin: 0 auto;
	padding: 0;
	font: normal 10px verdana, arial, sans-serif;
	color: #646464;
}

#background {
	background: transparent url(../images/bg.jpg) no-repeat scroll center top;
	margin: 0 auto;
}

a img {
	border: none;
}

a { color:#646464;}

ul, li, ol, p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
table, tbody, tfoot, thead, tr, td, th, thead th { font-weight:normal; font-size: 100%; margin:0px; padding: 0px; outline: 0;}

.clear {
	clear: both;
}

.umber { color: #ab7d2f; }
.lightBlue { color: #648ab1; }
.grey { color: #4d4d4d; }

/* Structure
============================================================ */

#o-container {
	width: 974px;
	background: url(../images/bg-ocon-top.png) no-repeat scroll 100% 0;
	margin: 0 auto;
}

#i-container {
	width: 959px;
	padding: 0 8px 30px 7px;
	background: transparent url(../images/bg-icon-bottom.jpg) no-repeat scroll 100% 100%;
}

#content {
	width: 944px;
	margin: 0 0 30px 8px;
	clear: both;
	float: left;
}

#i-container.magento #content { 
	width: 742px;
	width: 944px;
	margin-right: 0;
}

#header {
	width: 100%;
	height: 77px;
	display: block;
}

#left {
	clear: left;
	float: left;
	width: 180px;
	margin-right: 7px;
	background: url(../images/bg-leftmenu-top.jpg) no-repeat scroll 100% 0;
	display: block;

}

#left li {
	padding: 0;
	border-bottom: 1px solid #ccc;
}

#left ul#leftmegamenu li.mega {
	border-bottom: none;
	margin-bottom: -4px;
	height: 24px;
	display: block;
}



#left ul#leftmegamenu li.mega.guitars div {
	/* width: 716px; */
}

#left li a {
	color: black;
	font: normal bold 0px arials, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 2px;
}

#left .menus {
	background: url(../images/bg-leftmenu-bottom.jpg) no-repeat scroll 100% 100%;
	padding-bottom: 5px;
	position: relative;
	z-index: 998;
}

#mm_below ul li.last {
	border-bottom: none;
}

#left li a:hover {
	color: #666;
}

#logo {
	margin-left: 27px;
	float: left;
}

#footer {
	background: transparent;
	width: 974px;
	margin: 0 auto;
}

#drummenu,
#keysmenu,
#livemenu,
#bandmenu,
#guitarmenu,
#pianomenu,
#educationmenu,
#submenu {
	clear: left;
	float: left;
	width: 180px;
	margin-right: 10px;
	display: none;
}

#center {
	float: left;
	width: 555px;
	/* margin-right: 7px; */
}

#i-container.home #center {
	width: 757px;
	margin-right: 0;
	float: left;
}

#i-container.home #right {
	width: 0;
	height: 0;
	display: none;
}

#right {
	float: left;
	width: 724px;
}

#right #flash {
	width: 757px;
	height: 461px;
	display: block;
	background: #ddd;
	margin-bottom: 7px;
}

#i-container.home #right h1 {
	width: 737px;
	background: url(../images/header-bg.jpg) repeat-x;
	display: block;
	font: normal bold 14px arial, sans-serif;
	color: white;
	padding: 7px 10px;
	height: 28px;
}

#i-container.double #right {
	width:	36.5%;
}


#mm_above {
	margin-top: 32px;
}



/* Login Menu
============================================================ */

ul#login {
	position: absolute;
	z-index: 20;
	margin-left: 633px;
	padding: 2px 0;
	float: right;
}

ul#login li {
	text-align: center;
}

ul#login li a {
	color: #666;
	font-weight: normal;
	font-size: 10px;
	padding: 2px 10px;
	text-decoration: none;
	background: url(../images/top-link-border.gif) no-repeat scroll 100% 50%;
}

ul#login li a.top-link-wishlist {
	background: none;
}

ul#login li a:hover {
	color: #999;
}

ul#login li.last {
	border-right: none;
	display: none;
}

ul#login li.first {
	border-left: none;
}

/* Content
============================================================ */

#textarea {
	margin-left: 10px;
}

#breadcrumb {
	margin-left: 5px;
}

/* .htmlarea-content-body for the back end editor */

#textarea p, .htmlarea-content-body p {
	font: normal 1.0em Verdana, Arial, Helvetica, sans-serifarial, sans-serif;
	line-height: 1.5em;
	margin: 0 0 15px;
}


#textarea li, .htmlarea-content-body li {
	margin-left:15px;
	padding-left:5px;
	list-style-type:disc;
}
#textarea ul, .htmlarea-content-body ul {
	/*padding-left:15px;*/
}


#center .csc-header h1 {
	font: normal bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #c47408;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#i-container.rental #center .csc-header h1, #i-container.rental #center .csc-textpicHeader h1 {
	font: normal bold 14px Verdana, Arial, Helvetica, sans-serif;
	/*color: #4f4f4f;*/
	text-transform: uppercase;
	margin-bottom: 10px;
	color:#C47408;
}



.csc-textpic-text p {
	font: normal 1.2em "myriad pro", arial, sans-serif;
	line-height: 1.2em;
	margin: 0 0 15px;
	color: #636363;
}

#right .csc-textpic-text p {
	margin: 0 0 3px;
}

/* Foot Menu
============================================================ */

ul#footmenu {
	padding: 0;
	background: none;
	float: right;
}

ul#footmenu li {
	display: inline;
	text-align: right;
	border-right: 1px solid white;
}

ul#footmenu li a {
	color: white;
	font-size: 10px;
	padding: 2px 15px;
	text-decoration: none;
}

ul#footmenu li a:hover {
	color: white;
}

ul#footmenu li.last {
	border-right: none;
}


#textarea .csc-default{

	clear:both;
	margin-bottom:10px;
}

#textarea .csc-textpic-text {
	clear: none;
}

#submenu li {
	text-align: left;
}

/* Magento
===================================================== */

.category-head h2, .page-head h3 { background: url(../images/header-bg.jpg) repeat-x; }

ul#breadcrumb { margin-bottom: 5px; }
ul#breadcrumb li { display: inline; color: #4d4d4d;}
ul#breadcrumb li a { color: #4d4d4d; text-decoration: underline; }
ul#breadcrumb li a:hover { color: #4d4d4d; text-decoration: none; }


ul.csc-menu-1 a { color: #999; text-decoration: none; }
ul.csc-menu-1 a:hover { color: #555; }

ul#submenu a { font: normal bold 11px arial, sans-serif; text-transform: uppercase; color: black; text-decoration: none; }
ul#submenu a:hover { text-decoration: none; }

#i-container.magento #right, #i-container.rental #right, #i-container.som #right { 
	width: 192px;
	padding-top: 15px;
	padding-left: 10px;
}

#i-container.magento #right {
	padding-top: 0;
	margin-top: 0;
}

#i-container.magento #right.col-right.side-col {
	background: transparent url(../images/header-bg.jpg) repeat-x scroll 0 0;
	padding-top: 35px;
	margin-top: ;
	width: 192px;
	float: left;
	
}

/* Ad Space Left
===================================================== */

#left-ad-space {
	width: 100%;
	background: white;
}

#left-ad-space img {
	margin: 7px 0 0;
}

#left-ad-space div.csc-textpic-center {
	text-align: left;
}


/* Description Tabs
===================================================== */

#description-tabs {
	margin-top: 15px;
}

#description-tabs ul {
	width: 550px;
}

#description-tabs ul li {
	width: 104px;
	height: 21px;
	float: left;
	margin-right: 7px;
}

#description-tabs ul li.button5 {
	margin-right: 0;
}

#description-tabs ul li a {
	width: 104px;
	height: 21px;
	display: block;
}

#description-tabs ul li.button1 a { background-image: url(../images/tabs-description.jpg); }
#description-tabs ul li.button2 a { background-image: url(../images/tabs-specs.jpg); }
#description-tabs ul li.button3 a { background-image: url(../images/tabs-videos.jpg); }
#description-tabs ul li.button4 a { background-image: url(../images/tabs-reviews.jpg); }
#description-tabs ul li.button5 a { background-image: url(../images/tabs-related-products.jpg); }

					
#description-tabs ul li a:hover, #description-tabs ul li a.active {
	background-position: 0 -21px;
}
					
#description-tabs-text div.text {
	padding: 15px;
	clear: both;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	min-height: 200px;
	margin-right: 7px;
}

#description-tabs-text #description { }
#description-tabs-text #specs { height: auto;}
#description-tabs-text #videos { height: auto; }
#description-tabs-text #reviews {  }
#description-tabs-text #related-products { height: auto;}




/* Page Title
============================================ */

#pagetitle h1 {
	background: url(../images/header-bg.jpg) repeat-x scroll 0 0;
	color: white;
	font: normal bold 14px arial, sans-serif;
	text-transform: uppercase;
	padding: 8px 10px;
	width: 737px;
	float: right;
	display: block;
	height: ;
}



#i-container.som-two-col #pagetitle h1, #i-container.som-three-col #pagetitle h1, #i-container.som #pagetitle h1 {
	background: url(../images/header-bg-orange.jpg) repeat-x scroll 0 0;
}

#i-container.rental #pagetitle h1, #i-container.rental-two-col #pagetitle h1, #i-container.two-col #pagetitle h1 {
	background: url(../images/header-bg.jpg) repeat-x scroll 0 0;
}

#breadcrumb {
	margin-top: 6px;
}

#i-container.som #right {
	float: left;
	width: 192px;
	padding-top: 75px;
}

#i-container.som #right p, #i-container.rental #right p {
	width: 179px;
	float: right;
}



#center .csc-textpic-imagewrap {
	margin-bottom: 15px;
}



form#main-search {
	background: url(../images/bg-search.jpg) no-repeat;
	height: 22px;
	width: 255px;
	float: right;
	position: absolute;
	top: 50px;
	margin-left:210px;
}

#i-container.results form#main-search {
	margin-left: 503px;
}

#main-search input#sword {
	width: 130px;
	height: 14px;
	float: left;
	border: none;
	background: transparent;
	margin: 2px 10px 5px 70px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#main-search input.search-GO {
	width: 32px;
	height: 22px;
	background: url(../images/btn-GO-blue.jpg) no-repeat;
	border: none;
	float: left;
}


/* rgslideshow
============================================ */

.rgslideshow {
	border: none !important;
}

.rgslideshownav {
	border-right: none !important;
}


.rgslideshownav .rgsnav2 {
	background: transparent !important;	
}

.tx-rgslideshow-pi1 img {
	border: none;
}

.rgslideshownav .rgsplay {
	display: none;
}

.rgslideshownav .rgsnav2 {
	clear: both;
}

.rgslideshownav {
	margin-top: 4px;
	margin-left: 15px;
}

.dwsbrowser {
	
}

.dwslideshow {
	border: none !important;
}

span.dwsplay {
	display: none;
}

.dwslideshownav {
	border-right: none !important;
	top: 0 !important;
}

.dwslideshownav .dwsnav2 {
	padding-right: 0 !important;
}

.dwsbrowserEl {
	border-right: 1px solid #666;
}

.dwslideshownav .dwsbrowserEl {
	color: #666 !important;
}

.splitEl {
	display: none;
}

/* 
============================================ */

#i-container.rental-two-col #center, #i-container.som-two-col #center {	width: 757px; }

#sitedrop { margin-left: 10px; }
#sitedrop .csc-default { margin: 0; padding: 0; height: 20px; }

#c122.csc-default { margin: 0; padding: 0; height: 20px; }


#cosmotag { clear: both; text-align: right;  width: 954px; margin: 0 auto; padding-right: 10px;}
#cosmotag a { color: #646464; text-decoration: none; }

#tx_slsitemap, #tx_slsitemap a {
	color: #2f6396;
}

#tx_slsitemap li {
	margin: 0; padding: 0;
}

div#tx_slsitemap li.SubMiddle, 
div#tx_slsitemap li.SubLast, 
div#tx_slsitemap li.MainFirst,
div#tx_slsitemap li.MainLast {
	background: none;
	}




#i-container.som #right {
	background: url(../images/logo-som.jpg) no-repeat scroll 0 0;
}

#left-banner-ads {
	padding-top:10px;
	background:none;
	background-color:#FFFFFF;
}

.csc-frame-frame2 .csc-textpic-imagerow {
	margin: 0 10px 10px 0;
}


/* News/Blog Styling */

.news-latest-gotoarchive { padding-top:10px;}
.news-latest-container { margin-top:10px;}
.news-latest-container a {color: #648ab1;}
#i-container.rental #right .news-latest-container p { float:none; margin-left:0px; padding-left:0px;}
.news-latest-item { margin-top:5px; }
.news-latest-date { }
.news-latest-container h2 { font-size:1em; color:#000000;}
.news-list-container h1 { margin-top:15px; }
.news-list-container h1 a {
	color: #648ab1;
	font-weight:normal;
}
.news-single-item h1 {	font-weight:normal; }
.news-list-container h1 .news-list-date { font-size:.5em; padding-top:5px;}

.tx-comments-pi1 {	margin-top: 10px;	  }
.tx-comments-comment-form {	border:1px solid #E0E0E0; padding:10px;}


fieldset#product-options-wrapper {
	display: none;
}




/* CSC-Mailform
============================================= */

.csc-mailform label {
	display: block;
	width: 150px;
	float: left;
	clear: left;
	margin: 5px 0;
}

.csc-mailform input {
	float: left;
	margin: 5px 0;
}

input#mailformformtype_mail {
	clear: both;
}


#i-container.home .box.base-mini { display: none; }


.price-left { float: left; width: 100px; display: block; text-align: left; }
.price-right { float: right; width: 80px; display: block; }



/* Mailform Plus
============================================= */

fieldset.tx-powermail-pi1_fieldset {
	background: none;
}

fieldset.tx-powermail-pi1_fieldset div.even {

	background: none;
}

/* ET-guitars
============================================ */

#promotions { font: normal 10px verdana, arial, sans-serif; color: #4e4e4e; }
.promo-item { float: left; display: block; width: 176px; }
.promo-pic { width: 135px; height: 135px; display: block; margin-left: 20px;}
.short-des { clear: both; width: 155px;}
.more { clear: both; }
.more a { color: #2f6397; text-decoration: none; }
#textarea h1 { font-size: 18px; }

#c247 .csc-textpic-imagewrap, .csc-textpic-imagerow {
	width: 460px !important;
}

#c247 .csc-textpic .csc-textpic-imagerow li.csc-textpic-image {
	float: left !important;
	width: 200px;
}

fieldset.tx-powermail-pi1_fieldset {
	border: none;
}


ol#checkoutSteps {
	position: relative;
	z-index: 0;
}

.page-head-alt h3 {
    margin:0;
    font-size:1.2em !important;
    font-weight:bold !important;
    text-transform:none  !important;
    text-align:left;
	background:transparent url(../images/header-bg.jpg) repeat-x scroll 0 0 !important;
}

#c578.csc-default {
	margin-left: -10px;
}

ul#leftmegamenu li.mega.button a.btn { width: 177px; height: 24px; display: block; margin-left: 2px; }
ul#leftmegamenu li.mega.button.one a.btn { background: url(../images/lm-guitars.jpg) no-repeat scroll 0 0; }
ul#leftmegamenu li.mega.button.two a.btn { background: url(../images/lm-drums.jpg) no-repeat scroll 0 0; }
ul#leftmegamenu li.mega.button.three a.btn { background: url(../images/lm-band.jpg) no-repeat scroll 0 0; }
ul#leftmegamenu li.button.four a.btn { background: url(../images/lm-pianos.jpg) no-repeat scroll 0 0; }
ul#leftmegamenu li.button.five a.btn { background: url(../images/lm-keyboards.jpg) no-repeat scroll 0 0; }
ul#leftmegamenu li.button.six a.btn { background: url(../images/lm-recording.jpg) no-repeat scroll 0 0; }
ul#leftmegamenu li.button.seven a.btn { background: url(../images/lm-live.jpg) no-repeat scroll 0 0; }
ul#leftmegamenu li.button.eight a.btn { background: url(../images/lm-lighting.jpg) no-repeat scroll 0 0; }
ul#leftmegamenu li.button.nine a.btn { background: url(../images/lm-print.jpg) no-repeat scroll 0 0; }
ul#leftmegamenu li.button.ten a.btn { background: url(../images/lm-others.jpg) no-repeat scroll 0 0; }
ul#leftmegamenu li.mega.button a.btn:hover { background-position: 0 -24px; }

ul#leftmegamenu li.mega.button li a {
	background: none !important;
}


.contenttable p {
	margin-bottom: 0 !important;
}


.imageblock .content {
	padding:0px;
	margin-right:10px;
}
.csc-frame-frame2 {
	margin-bottom:10px;
}
.csc-frame-frame2 .imageblock {
	margin-right:10px;
}

#center .csc-frame-frame2  h1 {
	font-size:18px;
	color:#4F4F4F;
	text-transform:capitalize;
}

#textarea .csc-frame-frame2 p {
	margin-left:230px;
}
#center .csc-default .csc-header h1 {
	font-size:14px;
	color:#C47408;
}


/* temp changes pre live */

ul#login { display:none; }
ul#leftmegamenu li.mega div { display: none !important;}
#left { background:transparent url(../images/bg-leftmenu-top-temp.jpg)  }

#i-container.magento #right.col-right.side-col {display:none;}

#rglbCenter {z-index:999 !important;}


.tx-felogin-pi1 fieldset { border: none; margin: 15px 0 0; padding: 0; }


/* RENEWALS
=================================================== */


.tx-renewals-pi1 fieldset { border: none; margin: 15px 0 0; padding: 0; font-size: 12px; }

.tx-renewals-pi1 label { float: left; display: block; width: 150px; clear: both; margin: 5px 0;}
.tx-renewals-pi1 fieldset input{ float: right; display: block; width: 250px; margin: 5px 0;}
.tx-renewals-pi1 .data { float: left; display: block; width: 250px; margin: 5px 0;}
.tx-renewals-pi1 fieldset p {  }
.tx-renewals-pi1 fieldset h3 { clear: both; padding: 20px 0 10px; }

.tx-renewals-pi1 form.options-page input { width: 15px; display: inline; float: left !important; margin-right: 15px; padding: 0; }
.tx-renewals-pi1 tr {  padding: 10px 0; margin: 15px 0; }
.tx-renewals-pi1 form.options-page .flt_right { float: right; display: block; width: 300px; text-align: right; }
.tx-renewals-pi1 form.options-page p  { width: 275px; float: left; display: block; }
.tx-renewals-pi1 form.options-page p.wide { width:650px; float: left; }
.tx-renewals-pi1 form.options-page h4, .tx-renewals-pi1 form.options-page h5 { clear: both; margin: 0 0 7px; font-size:1.1em; }

.tx-renewals-pi1 span.subtext { font: normal 11px arial,sans-serif !important; margin: 7px 0 0; }

.tx-renewals-pi1 .renewal_option { margin: 0 15px; }

.tx-renewals-pi1 form.options-page hr { clear: both; margin: 10px 0; opacity: 0.5; }

.tx-renewals-pi1 textarea#policies { clear: both; height: 150px; width: 450px; }
.price { float:right; width:125px;}
.align-center {text-align:center;}

