/* Start of CMSMS style sheet 'BC Bikes - Modal/Tabs2' */
.sd_container{
 font-family: arial,helvetica,sans-serif;
 margin:0;
 padding: 30px 30px 50px 30px;
 position: absolute;
 background-color: #fff;
 border: solid 1px #ccc;
width:300px;
}

.sd_container h3 {
   color: #FE0B61;
   padding-left:0px;
}

.sd_header{
 font-size: 125%;
 font-weight:bold;
}
.sd_content{}
.sd_footer{
 color: #a0a0a0;
 margin-top: 10px;
}
.sd_overlay{
 position: absolute;
 margin:0;
 padding: 0;
 top: 0;
 left: 0;
 background-color: #222;
}
.sd_loading{
 background: url("images/theme/indicator.gif") center no-repeat;
 background-color: #fff;
 height: 60px;
 width: 60px;
}
.sd_closelabel{
 position:absolute;
 width:51px;
 height:25px;
 line-height:22px;
 top:0;
 left:0px;
margin-top:10px;
padding-top:2px;
padding-left:50px;
 text-align:center;
 background: url("images/theme/modal-close.gif") right no-repeat;
}
.sd_closelabel a {
 text-decoration:none;
 color: #222;
 font-size: 12px;
 font-weight:bold;
}

ul.openhours1 {
       font-size:13px;
       color: #222222;
       line-height:21px;
       margin-top: 1.1em;
       margin-right:3.5em;
}

ul.openhours2 {
       font-size:13px;
       color: #222222;
       line-height:21px;
       margin-top: 1.1em;
       text-align:right;
}

ul li.grey {
     color: #888888;
}


/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	font-size:12px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	height:18px;
	background-color:#908F8E;
	color:#FCFCFC;
	margin-right:2px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	position:relative;
	top:7px;	
}

ul.tabs a:hover {
	background-color:#6F6F6D;
	color:#FCFCFC;
}
	
/* selected tab */
ul.tabs a.selected {
	background-color:#FFF;
	color:#FF0B66;	
	cursor:default;
}
	
/* tab pane */
div.panes {
        margin-top:5px;
	min-height:330px;
	padding:25px 40px 15px 40px;
}

.hiddencontent {
	display:none;
	}

div.panes img {
        float:left;
}

.clear {
	clear:both;
	}

div.speech-top {
      background: url("images/theme/panels/speechtop.gif") left top no-repeat;
      height:9px;
      margin-left:25px;
      margin-top:20px;
      width:435px;  
}

div.speech-middle {
      background: url("images/theme/panels/speechleft.gif") left top no-repeat;
      padding-left:25px;
      width:435px;  
}

div.speech-bottom {
      background: url("images/theme/panels/speechbottom.gif") left top no-repeat;
      height:9px;
      margin-left:25px;
      width:435px;    
}

div.speech-text {
     padding: 10px 20px 20px 25px;
     background: #E9E9E9;
}
/* End of 'BC Bikes - Modal/Tabs2' */

