/* --------------------- */
/*   LAYOUT DEFINITIONS  */
/* --------------------- */

.featured-left-side
{
    float:left;
    width:7px;
    height:175px;
    background-position:0 0px;
}

.featured-right-side 
{
    float:left;
    width:7px;
    height:175px;
    background-position:0 0px;
}

.featured-body-bg 
{
   float:left;
   width:460px;
   background-position:0 25px;
}

.featured-wrapper 
{
    float:left;
    width:480px;
    height:175px; 
}

.tab-top-wrapper 
{
    float:left;
    width:460px;
    height:26px;
}

.tab-wrapper 
{
    float:left;
}

.tab-active-left
{
    float:left;
    width:9px;
    height:26px;
}

.tab-active-middle
{
    float:left;
    width:100px;
    height:26px;
    text-align:center;
}

.tab-active-right
{
    float:left;
    width:9px;
    height:26px;
}

.tab-notactive-left
{
    float:left;
    width:9px;
    height:26px;
}


.tab-notactive-middle
{
    float:left;
    width:100px;
    height:26px;
    text-align:center;
}

.tab-notactive-right
{
    float:left;
    width:9px;
    height:26px;
}

#profile-header 
{
    height:41px;
    padding-left:10px;
    padding-top:10px;
}

.featured-table 
{
   width:480px;
}    

.featured-item 
{
   border: 1px solid rgb(196,200,204)!important;
   padding:1px;
}    

.featured-image-box 
{
    padding:0 0 0 0;
    margin-bottom:12px;
    height:60px;
}

.featured-tab-text
{
    font-family: Arial,Verdana,times,serif;
    font-size:10px;
    padding:0px 0px 0px 0px;
    margin-top: 6px;
    color:#854646;
    font-weight:bold;
}

.featured-tab-text A:visited {color: #854646; text-decoration: none}
.featured-tab-text A:link {color: #854646; text-decoration: none }
.featured-tab-text A:hover {color: #B57676; text-decoration: none}
.featured-tab-text A:active {color: #854646; text-decoration: none}


.featured-text-box 
{
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    font-family: Arial,Verdana,times,serif;
    padding:0 0 0 0;
    width:100px;
    height:48px;
}


.list-item-box 
{
    float:left;
    width:80px;
    height:100px;
    display: inline;
    padding:10px 32px 0 0;
    
}

/* ------------------- */
/*   HOME PAGE - BLOG  */
/* ------------------- */

.blog-box {float: right; width: 230px; border:solid 1px #cccccc; margin-bottom:25px;}
.blog-header{height:31px;}
.blog-head-title {float: left; width: 200px; height: 25px; padding: 8px 0 0 22px; font-weight: 
                  bold; font-size: 11px; font-family: Arial,Verdana,times,serif;}
.blog-post-header {float: left; width: 200px; color: #000000; margin-left: 20px; margin-top: 13px;
                   font-weight: bold; font-size: 14px; font-family: Arial,Verdana,times,serif;}
.blog-post-body-wrapper {float: left; width: 210px; margin-bottom: 16px; margin-left: 20px; margin-top: 13px;}
.blog-post-body {width: 90%; font-weight: normal;font-size: 11px; line-height: 14px;
                 font-family: Arial,Verdana,times,serif;}
.blog-post {float: left; width: 100%; font-weight: normal;font-size: 11px; line-height: 14px;
                 font-family: Arial,Verdana,times,serif;}
.blog-post-header-date {font-size: 12px; font-family: Arial,Verdana,times,serif;}


.tabs
{
   float:left; 
   padding:10px 0 0 15px;
   height:150px;
}

#rightFeaturedBox .tabs 
{
   height:100%;
}

.tabs ul
{
    padding:0; 
    margin:0;
    list-style-type: none;
}

.tabs ul li 
{
    display: inline;
}

.tabUL {
	float: left;
	width: 450px;
    
}

.tabUL li {
    width: 150px;
}

