.boxfull
{

}

.boxtop
{
     width:250px; 
}

.boxleft
{
    margin-left:-16px;
}

.border-lt, .border-rt
{
    margin:0;
    padding:0;
    border:none;
}

.box
{
  margin:0 16px 0 16px;
  background-color: #F4F4F4;
  overflow:hidden;
  min-height:20px;
}

.boxcontent
{ 
   overflow:hidden;
}

.border-lt, .border-rt, .border-lb, .border-rb
{    
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    font-size: 0px;
}

.border-t, .border-b
{
  height: 16px;
  background-repeat: repeat-x;
}

.border-l, .border-r, .box
{
     padding-bottom: 10000px;
     margin-bottom: -10000px;
}

.border-l, .border-r
{
    width:16px;
}

.border-t {
   background-image: url(images/box/border-t.png);
   margin: 0px 16px 0 16px;
}

.border-b {
    background-image: url(images/box/border-b.png);
    margin: 0 16px 0 16px;
}
.border-rt {
    background-image: url(images/box/border-rt.png);
    float:right;
}

.border-lt {
   background-image: url(images/box/border-lt.png);
   float:left;
}

.border-lb
{
   background-image: url(images/box/border-lb.png);
   float:left;
}

.border-rb
{
   background-image: url(images/box/border-rb.png);
   float:right;
}

.border-l {
   background-image: url(images/box/border-l.png);
   float:left;
}

.border-r {
   background-image: url(images/box/border-r.png);
   float: right;
}

#tabs
{  
    position:relative;
    height:115px;
}

.tabs
{
    position:absolute;
    bottom:-3px;
}

.tab
{
    position:relative;
    float:left;
    width:154px;
    height:120px;
    overflow:hidden;    
}

.tab a
{
    display:block;
    width:150px;
    height:115px;
    position:absolute;
    top:5px;
    left:5px;
    background-repeat:no-repeat;
}

.section1_a
{
    background-image:Url(images/tabs/section1_a.png);
}

.section2_a
{
    background-image:Url(images/tabs/section2_a.png);
}

.section3_a
{
    background-image:Url(images/tabs/section3_a.png);
}

.section1
{
    background-image:Url(images/tabs/section1.png);
}

.section2
{
    background-image:Url(images/tabs/section2.png);
}

.section3
{
    background-image:Url(images/tabs/section3.png);
}