body {
	width:100%;
	font-size:1em;
	background:#E9E9E9;
}
::selection{
	background:#ddd;
}
::-moz-selection{
	background:#ddd;
}
a{
	outline:none;
}
input{
	outline:none
}
/***GENERAL***/
#wrapper{
	float:left;
	width:100%;
	background:transparent;
}
header{
	float:left;
	width:100%;
}
section#header-inner{
	float:left;
	width:100%;
	background:rgba(255, 255, 255, 0.7);
}
.logo{
	float:left;
	font-size:3em;
	padding-right:10px;
	border-right:3px solid #037788;
	margin:40px 20px 40px 40px;
	padding-right:20px;
	text-transform:uppercase;
}
.logo a{
	color:#141313;
	text-decoration:none;
	text-shadow:0px 1px 1px #fff;
}
.slogan{
	float:left;
	margin-top:60px;
	font-family:'Droid Serif', serif;
}
#contentwrapper{
	float:left;
	margin:40px 0 0 0;
	background:rgba(255,255,255,0.8);
	width:1000px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
#maincontent{
	float:left;
	margin: 0 40px 160px 40px;
}
/***NAVIGATION INDEX***/
nav#main{
	float:left;
	margin:80px 0 0 40px;
}
nav#main2{
	float:left;
	margin:0 0 40px 40px;
	width:100%;	
}
nav#main ul, nav#main2 ul{
	float:left;
	padding:10px 20px;
	background:#141313;
}
nav#main ul li, nav#main2 ul li{
	float:left;
	margin-right:20px;
}
nav#main li.lastlink, nav#main2 li.lastlink{
	margin-right:0;
}
nav#main ul li a, nav#main2 ul li a{
	text-decoration:none;
	color:#ddd;
	text-transform:uppercase;
	font-size:1.2em;
}
nav#main ul li a:hover, nav#main2 ul li a:hover{
	color:#b5b8b9;
}
nav#main2 li.active a{
	color:#037788;
}
/***FOOTER***/
footer#footer-full{
	float:left;
	width:100%;
}
section#footer-full{
	float:left;
	background-color:rgba(255,255,255,0.7);
	bottom: 0;
	position: fixed;
	width:100%;
}
nav#small-menu {
	float:left;
	padding: 40px;
    width:100%;
	border-top:1px solid #fff;
	background: rgba(255,255,255,0.6);
	font-family:'Droid Sans', sans-serif;
}
ul#submenu{
	float:left;
	width:100%;
}
ul#submenu li{
	list-style:none;
	float:left;
	margin-right:10px;
	background:#555;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
	font-family:'Droid Sans', sans-serif;
}
ul#submenu li a{
	text-decoration:none;
	display:block;
	color:#fff;
	font-weight:normal;
	text-shadow:0px 1px 1px #000;
	padding:10px;
}
ul#submenu li a:hover{
	text-decoration:none;
}
ul#submenu li#shop a:hover{
	background:#a80000;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 8px rgba(0,0,0,.2)
}
ul#submenu li.active a{
	background:#a80000;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
}
ul#submenu li.none{
	background:none;
	-moz-box-shadow: inset 0 0 0;
    -webkit-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0;
}
ul#submenu p{
	display:inline;
	margin-top:10px;
	float:left;
}
#maincontent{
	float:left;
	width:920px;
}
header#maincontent-inner{
	float:left;
	width:240px;
	margin-right:20px;
}
#maincontent-inner h1{
	font-family:'Droid Serif', serif;
	font-size:10em;
	color:#555;
	display:block;
	padding-bottom:6px;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #F2F4F6;
	font-weight:normal;
	border-bottom:3px solid  #555;
	text-align:center;
}
.maincontent-text{
	float:right;
	width:620px;
}
.maincontent-text p{
	font-size:1em;
	line-height:1.4em;
	color:#555;
	padding-bottom:0.6em;
	font-family:'Droid Serif', serif;
}
.maincontent-text a{
	color:#037788;
}
#navlinks-inner{
	float:left;
	width:100%;
	margin-bottom:40px;
}
#navlinks-inner h1{
	font-family:'Droid Serif', serif;
	font-size:2.7em;
	color:#555;
	display:block;
	padding-bottom:10px;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #ccc;
}
#navlinks-inner p{
	font-family:Georgia, sans-serif;
	font-size:0.8em;
	background:rgba(255, 255, 255, 0.7);
	padding:5px 0;
	color:#555;
	font-style:italic;
}
section#twocolumns{
	float:left;
}
ul.column{
	float:left;
	width:620px;
}
ul.column li{
	float:left;
	list-style:none;
	padding-bottom:5px;
}
ul.column li.first{
	width:320px;
	margin-right:40px;
}
ul.column li.second{
	margin-right:0;
	width:260px;
}
ul.column a{
	text-decoration:none;
	color:#a7a7a7;
	font-size:0.8em;
	text-transform:capitalize;
}
ul.column a:hover{
	color:#838282;
}
ul.column h2{
	font-family:'Droid Serif', serif;
	font-size:1.5em;
	color:#555;
	display:block;
	padding:10px 0;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #ccc;
}
/***GENERAL ENDS HERE***/

/***INDEX DETAILS***/
#index-container{
	background:rgba(255, 255, 255, 0.7);
	border:1px solid #eeebeb;
	width:600px;
	margin:40px 0 0 40px;
	padding:40px 20px 20px 20px;
	float:left;
}
header#index-inner{
	float:left;
}
#index-inner h1{
	font-family:'Droid Serif', serif;
	font-size:3em;
	color:#555;
	display:block;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
	text-shadow:0px 1px 1px #ccc;
}
footer#index-inner-a h1 a{
	font-family:'Droid Serif', serif;
	font-size:2em;
	color:#555;
	display:block;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
	text-shadow:0px 1px 1px #ccc;
	text-decoration:none;
}
footer#index-inner-a h1 a:hover{
	color:#a80000;
}
#index-inner a{
	font-family:'Droid Serif', serif;
	font-size:2em;
	display:block;
	color:#037788;
	text-decoration:none;
	line-height:1.2em;
	text-align:center;
}
#index-inner a:hover{
	color:#b5b8b9;
}
section#quote-inner{
	float:left;
}
#quotebox { 
width:600px; 
height:140px;
float:left;
margin:10px 0 20px 0; 
color:#555;
}
.quote { 
display:none; 
float:left;  
margin-left:20px; 
margin-top:14px; 
padding:10px; 
}
.quote p { 
	color:#555;
	font-family:Georgia, sans-serif;
	display:block;
	padding:10px 0;
	font-size:0.9em;
	font-style:italic;
	line-height:1.2em;
}
.quote .author { 
font:italic 0.8em Georgia,serif,Times; 
color:#040404; 
padding-top:1px; 
}
.quotemark { 
display:none; 
float:left; 
font:bold 300px Helvetica; letter-spacing:-35px; 
line-height:300px; 
color:rgba(255, 255, 255, 0.8); 
}
.rightquote { 
margin-top:-3px; 
}
/***SLIDING PANEL***/
footer #panel {
	background: transparent;
	display: none;
	float:left;
	width:100%;
}
.panelblock{
    padding:20px;
	width:700px;
	border-left:3px solid #037788;
	margin-left:40px;
	float:left;
}
.panelblock h1{
	color:#555;
	font-size:1.6em;
	text-transform:capitalize;
	text-shadow:0px 1px 1px #ccc;
	padding-bottom:10px;
}
.panelblock p{
	font-family:'Droid Sans', sans-serif;
	color:#555;
	font-size:0.8em;
	line-height:1.2em;
}
.panelblock a{
	color:#037788;
}
footer .btn-slide {
	width: 100%;
	display: block;
}

/***INTERNAL PAGES***/
/***NAVIGATION***/
ul#navlinks-list{
	list-style:none;
}
ul#navlinks-list li{
	margin-bottom:10px;
}
ul#navlinks-list a{
	text-decoration:none;
	color:#a7a7a7;
	font-size:1em;
	text-transform:uppercase;
	font-family:'Droid Sans', sans-serif;
}
ul#navlinks-list a:hover{
	color:#838282;
}

/***ARTISTS***/
html    { overflow-x:hidden;overflow-y:scroll; }
body#index{
	width:100%;
	margin:0;
}
/***PARTNERS***/
ul.labelsmagazines li{
	float:none;
}
/***CONTACT***/
ul#social li{
	float:left;
	width:64px;
}
.blue{
	color:#037788;
}
/***CONCERTS***/
ul#concerts{
	list-style:none;
	float:left;
	font-family:'Droid Sans', sans-serif;
	margin-top:40px;
}
ul#concerts li{
	margin-bottom:10px;
}
/***REQUESTTRADELIST***/
form{
	float:left;
	width:360px;
}
form input{
	border:1px solid #ddd;
	width:260px;
	height:20px;
	margin-bottom:10px;
}
form label{
	float:left;
	width:340px;
    line-height:1.5em;
	margin-top:5px;
	color:#555;
	text-transform:capitalize;
}
form #button{
	float:left;
	width:100px;
	height:28px;
	background:#555;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
	font-family:'Droid Sans', sans-serif;
	margin-top:10px;
	color:#fff;
	font-weight:normal;
	font-size:1em;
	text-shadow:0px 1px 1px #000;
	cursor:pointer;
}
label.error {
	color: #a80000;
	font-size: 0.8em;
	float: left;
	margin-top: 0;
	margin-bottom: 8px;
	width: 360px;
}
form textarea{
	border:1px solid #ddd;
	width:360px;
}
form ul.ss-choices{
	float:left;
	margin-bottom:10px;
}
/***CONTACT FORM***/
.ss-form2{
	float:left;
	margin: 10px 0 20px 0;
}
.ss-form3 label{
	font-size:0.85em;
}
ul.ss-choices{
	float:left;
	width:362px;
}
li.ss-choice-item{
	width:362px;
}
label.ss-choice-label{
	float:left;
	width:362px;
}
/***DEMO FORM***/
form#queryForm input, form#queryForm textarea{
	width:330px;
}
form#queryForm label.ss-q-help{
	font-size:0.95em;
	text-transform:none;
	font-family:'Droid Sans', sans-serif;
	color:#037788;
	width:340px;
}
form#queryForm #button{
	float:left;
	width:100px;
	height:28px;
	background:#555;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 8px rgba(0,0,0,.2);
	font-family:'Droid Sans', sans-serif;
	margin-top:10px;
	color:#fff;
	font-weight:normal;
	font-size:1em;
	text-shadow:0px 1px 1px #000;
	cursor:pointer;
}
/***DEMO***/
ul.column-demo{
	float:left;
	width:620px;
}
ul.column-demo li{
	float:left;
	list-style:none;
	padding-bottom:5px;
}
ul.column-demo li.first-demo{
	width:340px;
	margin-right:20px;
}
ul.column-demo li.second-demo{
	margin-right:0;
	width:260px;
}
/***RELEASES***/
ul#release{
	float:left;
	list-style:none;
}
ul#release li.rel{
	float:left;
	width:155px;
}
ul#release img{
float:left;
}
.boxgrid{ 
	width: 155px; 
	height: 100px;  
	float:left; 
	background:#E9E9E9; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
div.inner-links{
	width:100%;
	float:left;
	margin:1em;
}
div.inner-links a{
	display:block;
	padding-bottom:0.5em;
	font-family:'Droid Serif', serif;
	font-size:0.8em;
	color:#555;
	display:block;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #ccc;
	text-decoration:none;
}
/***STORE***/
/***ENTRANCE***/
section#out{
	float:left;
	background:url(images/shop-ent2.jpg);
	background-repeat:no-repeat;
	width:620px;
	height:370px;
}
#sticker-wrapper{
	float:right;
	width:192px;
}
#sticker{
position:absolute;
margin:-25px 20px 0 0;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-moz-border-radius: 100px; 
	-webkit-border-radius: 100px;
	border-radius:100px;
}
#sticker-wrapper p{
	color:#ddd;
	display:block;
	margin-top:167px;
	padding-right:10px;
	font-size:1.7em;
	line-height:0.6em;
	font-weight:bold;
	text-align:center;
	text-transform:lowercase;
}
.button-wrapper{
	float:left;
	margin:16px 24px;
}
.button-wrapper a.awesome{
	color:#ddd;
	font-size:1.2em;
	text-decoration:none;
	padding:8px;
	-moz-border-radius: 5px; 
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-family:'Droid Sans', sans-serif;
}
.button-wrapper a.awesome:hover{
	background-color: #cfcece; 
    color: #040404;
}
.button-wrapper a.awesome:active{ 
top: 1px; 
}
section#highlights{
	float:left;
	margin:20px 0 0 0;
}
section#highlights h1{
	font-family:'Droid Serif', serif;
	font-size:1.3em;
	color:#555;
	display:block;
	padding:10px 0;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #ccc;
}
ul#top-h{
	width:100%;
	list-style:none;
	margin-top:20px;
}
ul#top-h li{
	float:left;
	margin-right:10px;
	width:198px;
	border:1px solid #ccc;
}
div.info-h{
	float:left;
	width:100%;
}
div.info-h img{
	float:left;
	margin:10px;
}
div.info-h p{
	overflow:hidden;
	padding: 5px 5px 5px 0;
	text-align:center;
	text-transform:uppercase;
	font-size:0.8em;
	color:#a7a7a7;
	font-family:'Droid Sans', sans-serif;
	padding-bottom:20px;
}
a.awesome2{
	color:#ddd;
	font-size:1em;
	text-decoration:none;
	background-color:#555;
	padding:8px;
	-moz-border-radius: 5px; 
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-family:'Droid Sans', sans-serif;
	text-align:center;
}
a.awesome2:hover{
	background-color: #cfcece; 
    color: #040404;
}
a.awesome2:active{ 
top: 1px; 
}
ul#top-h li.last{
	margin:0;
}
section#items{
	float:left;
	margin-top:40px;
}
ul#cd-list{
	float:left;
	list-style:none;
	width:280px;
}
ul#cd-list li{
	width:100%;
}
.small-items a{
	text-decoration:none;
	color:#a7a7a7;
	font-size:0.9em;
	text-transform:uppercase;
    overflow:hidden;
	margin-bottom:0.5em;
	line-height:1.2em;
	font-family:'Droid Sans', sans-serif;
	height:100px;
	float:left;
	width:174px;
}
.small-items  a:hover{
	color:#838282;
}
.small-items  a.last{
	padding-bottom:20px;
}
.small-items img{
	float:left;
	margin-right:6px;
	width:100px;
}
 h2.trigger a{
	font-size:1.4em;
	text-transform:uppercase;
	text-decoration:none;
	color:#a7a7a7;
	font-family:'Droid Sans', sans-serif;
	display:block;
	margin-bottom:0.5em;
}

.toggle_container p{
	font-size:0.8em;
}
section#editorial{
	float:left;
	width:100%;
	margin:40px 0 0 0;
}
ul#details{
	float:left;
	list-style:none;
	width:580px;
	background:#fff;
	padding:10px 20px 0 20px;
}
ul#details li{
	margin:0 10px 0 0;
	width:186px;
	float:left;
}
ul#details li.last{
	margin:0;
}
ul#details h2.trigger a{
	font-size:0.9em;
	text-transform:uppercase;
	text-decoration:none;
	color:#a7a7a7;
	font-family:'Droid Sans', sans-serif;
	display:block;
	margin-bottom:0.5em;
}
/***STORE ITEMS***/
header#maincontent-inner2{
	float:left;
	width:240px;
	margin-right:20px;
}
#maincontent-inner2 h1{
	font-family:'Droid Serif', serif;
	font-size:2em;
	color:#555;
	display:block;
	padding-bottom:10px;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #CFCFCF;
}
#maincontent-inner2 h2 a{
	font-family:'Droid Serif', serif;
	font-size:1.1em;
	color:#555;
	display:block;
	padding-bottom:10px;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #CFCFCF;
	text-decoration:none;
	line-height:1.2em;
}
aside.item-pic-holder{
	float:left;
}
#maincontent-inner2 h2 a:hover{
	color:#a7a7a7;
}
aside.item-pic-holder figure{
	float:left;
	margin:20px 0 0 0;
}
aside.item-pic-holder img{
	float:left;
	margin:0 20px 20px 0;
}
/***TABS***/
article.maincontent-text ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	font-size:0.8em;
	font-family:'Droid Serif', serif;
}
article.maincontent-text  ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #ddd;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafbfa), to(#dbdbdb));
	background: -moz-linear-gradient(top,  #fafbfa,  #dbdbdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafbfa', endColorstr='#dbdbdb');
}
article.maincontent-text  ul.tabs li a {
	text-decoration: none;
	color: #606060;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
article.maincontent-text  ul.tabs li a:hover {
	background: #ECECEC;
}
html article.maincontent-text  ul.tabs li.active, html section#content ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
article.maincontent-text  .tab_container {
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
article.maincontent-text .tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.reviews-list a{
	padding: 0 0 10px 0;
	font-size: 1em;
	font-family:'Droid Serif', serif;
	color:#555;
	display:block;
	padding-bottom:10px;
	text-shadow:0px 1px 1px #ccc;
	text-decoration:none;
}
section.cd{
	float:left;
	margin:20px 0;
	clear:both;
}
div.paypal{
	float:left;
	width:180px;
	margin-right:40px;
}
div.paypal input{
	width:180px;
	height:44px;
	float:left;
	border:none;
	margin:0;
	padding:0;
}
div.cd-text{
	float:right;
	width:358px;
}
div.cd-text2{
	float:left;
	width:100%;
}
.big{
	text-transform:uppercase;
	font-size:0.9em;
}
div#tab1 p, div#tab2 p, div#tab3 p, div#tab4 p, div#tab5 p{
	font-size:0.85em;
	line-height:1.4em;
	color:#555;
	padding-bottom:0.6em;
	font-family:'Droid Serif', serif;
}
p.written{
	float:right;
	font-style:italic;
	font-size:0.8em;
}

div#tab3 figure.krakow{
float:left;
margin-bottom:20px;
}

div#tab2 cite{
	line-height:1.4em;
	font-family:'Droid Sans', sans-serif;
	font-size:0.9em;
	padding-bottom:0.6em;
	display:block;
	color:#528087;
	float:left;
	width:100%;
}
div#story h6{
	font-size:0.8em;
	font-family:'Droid Sans', sans-serif;
	color:#555;
	padding-bottom:20px;
	display:block;
	font-weight:normal;
}
.strike{
	text-decoration:line-through;
}
/****SIMPLIFIED LIST***/
#simplified{
	float:left;
	width:100%;
}
#simplified ul{
	list-style:none;
}
#simplified ul li{
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}
#simplified a{
	font-family:'Droid Serif', serif;
	font-size:1.1em;
	color:#555;
	display:block;
	padding-bottom:10px;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #CFCFCF;
	text-decoration:none;
	line-height:1.2em;
}
#simplified a:hover{
	color:#a7a7a7;
}
/***T-SHIRTS***/
.paypal table{
	width:100%;
	margin-bottom:10px;
}

figure.t-shirt{
	float:left;
	margin-bottom:20px;
}
/***T-SHIRTS ZOOM***/
.wrap 							{ width: 578px; position: relative; float:left}
.small						{ position: relative; width: 100%; }
.large   						{ background: white; position: relative; width: 578px; }
.mover					{ position: absolute; top: 0; left: 0; width: 154px; height: 154px; overflow: hidden; z-index: 100; background: white; display: none; }
.overlay						{ border: 1px solid #ddd; width: 152px; height: 152px; position: absolute; top: 0; left: 0; z-index: 200; }

/***SELECT STYLES***/
.sbHolder{
	background-color: #2d2d2d;
	border: solid 1px #515151;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 178px;
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #037788;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbOptions{
	background-color: #212121;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 178px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions li.last a{
	border-bottom: none;
}

