#carousel {
    background: url('../img/partners/bckgrd_logo.png?v=1.1') no-repeat;
    width: 920px;
    height: 136px;
    padding-bottom: 12px;
}
#carousel .summary {
    padding: 10px 100px 0 20px;
    color: #666;
}
#tabs_wrapper {
    padding-top: 0;
}
#tabs_container {
    border: 0;
    margin-bottom: 0;
}
#tabs {
    list-style: none;
}
#tabs li {
    margin: 0;
    padding: 0;
    float: left;
    text-align:center;
}
#tabs li a {
    display: table-cell;
    vertical-align: middle;	
    outline: none;
    position: relative;
    width: 182px;
    height: 50px;
    padding: 0 23px;		
    border: 1px solid #ccc;
    border-left: none;       
    color: #013c60;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
    background-color: #fefefe;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient( top, #fff, #eee);
    -moz-box-shadow: inset 0 0 25px #ccc;
    -webkit-box-shadow: inset 0 0 25px #ccc;    
    -khtml-box-shadow: inset 0 0 25px #ccc;
    -ms-box-shadow: inset 0 0 25px #ccc;
    -o-box-shadow: inset 0 0 25px #ccc;
    box-shadow: inset 0 0 25px #ccc;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius: 5px 5px 0 0;
}
#tabs li a.last {
    padding: 0 24px;
}
#tabs li a.current {
    background-color: #fff;
    -moz-box-shadow: inset 0 0 25px #fff;
    -webkit-box-shadow: inset 0 0 25px #fff;    
    -khtml-box-shadow: inset 0 0 25px #fff;
    -ms-box-shadow: inset 0 0 25px #fff;
    -o-box-shadow: inset 0 0 25px #fff;
    box-shadow: inset 0 0 25px #fff;	
}
#tabs_content_container {   
    clear: both;
    border: 1px solid #cfcfcf;
    border-top: 1px solid #fff;    
    padding: 20px 30px 20px 20px;    
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0 0 5px 5px;
    background: #fefefe url('../img/partners/bckgrd_tabs.png?v=1.1') no-repeat center bottom;
    min-height: 550px;	
}

img.icon {
    padding-right: 15px;
    padding-bottom: 10px;
}
p.status {
    width: 95%;
}

h3 {
    font-weight: bold;
    text-shadow: 1px 1px #fff;
    font-size: 13px;
    padding-bottom: 5px;
}

div.tab_content ul li {
    padding-bottom: 10px;
}

select#country, select#region {
    width:300px;
    padding-left:15px;
    margin-top:7px;
    font: normal 12px/16px Tahoma, Geneva, sans-serif;
    color: #444;
    height: 22px;
}

