/* ------- contentmain ------------*/

#bc2{
width:88%;
margin:8px auto 0 auto;
font-size:1.1em;
text-align:left;
}

#showprod{
width:700px;
margin-right:auto;
margin-left:auto;
text-align:left;
top: 0px;
padding-top: 1px;
padding-left: 1px;
}

#showprod #left{
width: 250px;
float: left;
padding-top: 1px;
padding-bottom: 1px;
margin-bottom: 10px;
margin-left: 1px;
margin-right: 20px;
text-align:center;
}
#left #img{border:1px solid #666; padding:2px;}

#showprod #addlink{
font-size : 1.1em;
margin-top: 30px;
display:block;
text-align:center;
}

#showprod #middle{
width: 400px;
float: left;
padding-top: 1px;
padding-bottom: 1px;
margin-bottom: 10px;
margin-top: 1px;
margin-left: 10px;
margin-right: 10px;
text-align:left;
}
#middle #prodtitle{
font-size : 1.2em;
font-weight : bold;
color: #535353;
padding-bottom: 10px;
margin: 0px;
}
#middle #proddesc{
font-size : 11pt;
color: #333333;
padding-bottom: 10px;
margin: 0px;
}
#middle #price2{
font-size : 12px;
font-weight : normal;
color: #b52856;
padding-bottom:5px;
margin: 0px;
}

#middle #otherqty{font-size: .8em; color:#999;}

#middle #actions{
margin-top:25px;
margin-bottom:1px;
}

#showprod #space{
margin-bottom: 20px;
margin-top: 12px;
}

/*-------- tabs ------------ */

.tab
{  
  display: none;
  border: 1px solid #999;
  clear: both;
  margin-bottom: 10px;      
  padding: 5px;
}

.tab_current
{  
  display: block;
  border: 1px solid #999;
  clear: both;
  margin-bottom: 10px;      
  padding: 5px;
}
  
.tab *, .tab_current *
{
  margin: 0%;	
}

.tabs 
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
	
.tabs li 
{	
  margin: 0px 5px 0px 0px;	
  float: left;      
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  /*background-color: #D9D6EB;*/
  background: #D9D6EB url(/images/grad-lav.jpg) repeat-x;*/
}

.tabs li a.current {background-color: #FFF;}

.tabs li a.current
{
  background-color: #FFF;		
  top: 1px;
  position: relative;			
}

.tabs li a {padding: 4px 10px; color: #333; text-decoration: none; display: block; outline:0;}
.tabs li a:hover {text-decoration: none; background-color: #FFF;}
.tabs_top {margin-bottom: 0px; padding-bottom: 10px;}
.conttab{ padding:15px;}


