
/*  ---------css for tabs section ----------*/

.tab_title{ font-family: 'open_sansbold';font-size:16px; font-weight:bold; color:#fff; text-transform:uppercase; float:left; padding: 0px 22px;}
.tab_box { background:url(../img/tab_title_bg.jpg) repeat-x; height:38px; font-family: 'segoe_uiregular'; font-size:15px; line-height:38px;}

.tab_box a{ float:left; color:#f6a09a; padding: 0px 22px; border-left:1px solid #f6a09a; display:inline-block ;position:relative; }
.tab_box a.activeLink { color:#fff; }
.tab_box a.activeLink:after { border-top:8px solid #750911; border-left:8px solid transparent; border-right:8px solid transparent; content:""; position:absolute; top:100%; left:50%; z-index:100; margin-left:-8px; }

.tabcontent{width:100%; height:100%; }
.tabcontent .content{background-color:#fff; border:1px solid #96011d; /*min-height:355px;*/ }

.tabcontent .box{ float:left; padding:10px; background-color:#fff; margin:5px; width:263px; height:120px; padding:0px; border:solid red 0px; }
.tabcontent .box .pad-5{ padding:8px; }
.tabcontent .box .image{ width:62px; }

.tabcontent .box .text{ width:180px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#4f4f4f; line-height:16px; text-align:left; }
.tabcontent .box .text a{ color:#4f4f4f; text-decoration:none; text-align:left; }
.tabcontent .box .text a:hover{ color:#4f4f4f; text-decoration:underline; }

.hide { display:none; }
