#tabs {margin-top:30px; }
#tabs .tabs-nav li{float: left; margin-right:10px; list-style:none; padding:8px 10px; background: #e4246a;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px; 
-webkit-border-top-left-radius: 12px;
-webkit-border-top-right-radius: 12px;
margin-bottom:-1px;

}
#tabs .tabs-nav li:hover {background: #8fd17d;}
#tabs .tabs-nav .tabs-selected, #tabs li:hover.tabs-nav .tabs-selected {background: #f5f5f5; font-weight:bold;	text-shadow: #FFF 1px 0px 1px; margin-top:-5px; padding-bottom:13px; border:1px solid #ccc; border-bottom:none;}
#tabs .tabs-nav .tabs-selected a{color:#666; }
#tabs .tabs-nav  a {color:#FFF;}
#tabs .tabs-nav .tabs-selected:hover{background:#f5f5f5;}


#tabs .tab-content {background: #f5f5f5; margin-top:0px; overflow:hidden; clear:both; border:1px solid #ccc; border-bottom:0;}

#tabs .tab-content li{list-style:none; float:left;}

#tabs .tab-content .tabs-title {padding:5px; margin:12px 8px 0; font-size:10px; border-bottom:1px solid #E2E2E2; width:610px;}
#tabs .tab-content .tabs-list {padding:5px; border-bottom:1px solid #E2E2E2; background:#FFF; margin:0 8px; position:relative; font-size:11px; width:610px;}
#tabs .tab-content .tabs-list:hover {background:#EFF8FB}
#tabs .tab-content .see-more{margin:10px 0 0 30px;}

#tabs .tab-content .tabs-list .highlight{font-size:10px;}

#tabs .tab-content .tabs-list  h3{color:#000; font-size:12px; font-weight:normal;}
#tabs .tab-content .tabs-list  h4{color:#44B327; font-size:14px; font-weight:normal;}
.tabs-list-col-image {width:70px; float:left; margin-right:5px;}
.tabs-list-col-name {width:150px; float:left;}
.tabs-list-col-num {width:80px; float:left; text-align:center;}
.tabs-list-col-text {width:300px; float:left; font-size:11px; }
.tabs-list-col-action {float:right; padding-right:10px;}


/*

#tabs-holder table {margin: 10px 20px;}
#tabs-holder th{padding: 10px 0px; font-size:11px; color:#333; text-align:left;}

#tabs-holder td { padding:5px 5px 2px; border-bottom:2px solid #f5f5f5; background:#FFF;}
#tabs-holder td .center {text-align: center;}

#tabs-holder .itemname {width: 150px;}
*/

#container {text-align:center; padding: 50px;}

.tabs-bottom {/*background: url(../images/tabs-bottom.jpg) no-repeat;*/ background:#f5f5f5; height:24px; margin-bottom:20px; border:1px solid #ccc; border-top:none;
-moz-border-radius-bottomleft: 12px;
-moz-border-radius-bottomright: 12px; 
-webkit-border-bottom-left-radius: 12px;
-webkit-border-bottom-right-radius: 12px;
}


