﻿#tabs {
margin: 0px 0;
}
#tabs ul {
float: right;
background: #ffffff;
width: 100%;
padding-top: 0px;
}
#tabs li {
margin-left: 0px;
list-style: none;
}
* html #tabs li {
display: inline; /* ie6 double float margin bug */
}
#tabs li,
#tabs li a {
float: left;
}
#tabs ul li a {
text-decoration: none;
padding-top: 5px;
color: #333333;
font-weight: bold;
text-transform:uppercase;
 background-image: url('../images/home/featured/Featured_Tab.jpg');
 width:131px;
 height:20px;
 text-align:center;
}
#tabs ul li.active {
/*background: #ffffff url(img/nav-right.gif) no-repeat right top;*/
}
#tabs ul li.active a {
/*background: url(img/nav-left.gif) no-repeat left top;*/
color: #ffffff;
background-image: url('../images/home/featured/Featured_Tab_o.jpg');

}

#tabs ul li a:hover {
/*background: url(img/nav-left.gif) no-repeat left top;*/
color: #ffffff;
background-image: url('../images/home/featured/Featured_Tab_o.jpg');

}

#tabs div.contentdiv
{
    background-position: #F4F4F4;
    background: #F4F4F4;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 150px;
    min-height: 150px;
    border: solid 1px #cccccc;
}
#tabs div.contentdiv h3 {
text-transform: uppercase;
margin-bottom: 0px;
letter-spacing: 1px;
}

#tabs div.contentdiv p {
line-height: 150%;
}

.itemBorder 
{
    padding:2px;
    padding-top:8px;
    margin-left:5px;
    margin-right:5px;
    border:solid 1px #cccccc;
    background-color:#ffffff;
}