/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */




.etabs { 
width: 930px;
height:30px;
margin: 0 auto 0; 
padding:0px;
padding-left:10px;
padding-top: 10px;
border-bottom:solid 1px #FF3300;
background:#ffffff;

 }

.tab 
{ 
display: inline-block; 
zoom:1; 
float:left;
*display:inline;
margin-top:1px; 
background: none; 


}

.tab a 
{ 
font-size: 14px; 
line-height: 2em; 
display: block; 
padding: 0 10px; 
outline: none; 
}

.tab a:hover 
{ 
text-decoration:underline;
}

.tab.active 
{ 
color:#FF3300;
background: #fff; 
padding-top: 6px; 
position: relative; 
top: 1px; 
margin-top:-5px;
border: solid 1px #FF3300;  
border-bottom: none; 
-moz-border-radius: 4px 4px 0 0; 
-webkit-border-radius: 4px 4px 0 0; 
}

.tab a.active 
{ 
 
text-decoration:none;
color:#ff3300;
}

.tab-container .panel-container 
{ 
background: #fff; 
border: solid #666 0px; 
padding: 10px; 
width:920px;
margin:0 auto 0;

}

.contents
{
 width:960px; 
 margin:0 auto 0;
 background-color:#dddddd;

 }

 .brandintro
 {
 width:940px;
 height:200px; 
 padding-top:5px;
 margin:0 auto 0;
 background-color:#ffffff;
 color:#000000;
 
 }
 
 .brandlogo
 {
  display:block;
  float:right;
  height: 60px;
  
  }
 
 .brandimg
 {
  display:block;
  float:left;
  height: 200px; 
  }
 
 
 .brandtxt
 {
  display:block;
  float:right;
  width:470px;
  padding-top:5px;
  padding-left:15px;
  font-size:12px;
  border:0px;
  line-height:150%;
  
   
  }
  
  .brandtxt p
  {
  padding-top:0px;
  -webkit-margin-before: 0px;
-webkit-margin-after: 1em;
   }