/*
Theme Name: Theme1178
Version: 1.0
*/


/*paging*/
.paging {left:0; background:url(images/paging.png) repeat-x bottom; height:65px; width:100%;} 
.paging ul {list-style:none; min-height:1px;}
.paging ul li {display:block; float:left; position:relative; min-height:1px;}

/* main nav style */

ul.menu {padding-left:0px; margin-left:0px; }


.paging ul li a {min-height:1px; display:block; line-height:22px; height:55px; text-align:center; padding-top:10px; position:relative; color:#fff; font-weight:bold; font-size:13px; text-decoration:none; cursor:pointer;}
.paging ul li span {display:block; min-height:1px;}
.paging ul li .pag_l {}
.paging ul li .pag_r {padding:0 16px; background:url(images/pag_bord.png) no-repeat right center;}

.paging ul li a:hover {background:url(images/pag_bg.png) repeat-x bottom;}
.paging ul li a:hover .pag_l {background:url(images/pag_l.png) no-repeat left bottom;}
.paging ul li a:hover .pag_r {background:url(images/pag_r.png) no-repeat right bottom;}

/*paging*/
.paging ul .current-menu-ancestor a {background:url(images/pag_bg.png) repeat-x bottom;}
.paging ul .current-menu-ancestor .pag_l {background:url(images/pag_l.png) no-repeat left bottom;}
.paging ul .current-menu-ancestor .pag_r {background:url(images/pag_r.png) no-repeat right bottom;}

.paging ul .current-menu-ancestor ul li a {background:none;}
.paging ul .current-menu-ancestor ul .current-menu-item a {color:#37befe;}
.paging ul .current-menu-ancestor ul .current-menu-item ul li a {color:#FBFBFB;}
.paging ul .current-menu-ancestor ul li .pag_l {background:none;}
.paging ul .current-menu-ancestor ul li .pag_r {background:none;}

.paging ul .current-menu-ancestor ul .current-menu-ancestor a {color:#37befe;}
.paging ul .current-menu-ancestor ul .current-menu-ancestor ul li a {color:#fbfbfb;}
.paging ul .current-menu-ancestor ul .current-menu-ancestor ul .current-menu-item a {color:#37befe;}
.paging ul .current-menu-ancestor ul .current-menu-ancestor ul .current-menu-ancestor a {color:#37befe;}

.paging ul .current-menu-item a {background:url(images/pag_bg.png) repeat-x bottom;}
.paging ul .current-menu-item .pag_l {background:url(images/pag_l.png) no-repeat left bottom;}
.paging ul .current-menu-item .pag_r {background:url(images/pag_r.png) no-repeat right bottom;}

.paging ul .current-menu-item ul li a {background:none;}
.paging ul .current-menu-item ul li .pag_l {background:none;}
.paging ul .current-menu-item ul li .pag_r {background:none;}

.paging ul .current-menu-item ul .current-menu-item a {color:#37befe;}
.paging ul .current-menu-item ul .current-menu-item ul li a {color:#fbfbfb;}
.paging ul .current-menu-item ul .current-menu-item ul .current-menu-item a {color:#37befe;}


.paging ul li ul {position:absolute; left:0; top:65px; width:198px; background:#1c1c1c; padding:14px 0; display:none; min-height:1px;}
.paging ul li ul li {float:none;}

/* sub nav style */

.paging ul li ul li a {float:none; line-height:normal; height:auto; font-size:13px; color:#c0c0c0; padding:4px 18px; font-weight:normal; text-align:left;}
.paging ul li ul li a .pag_r {padding:0; background:none;}

.paging ul li ul li a:hover {background:none; color:#c0c0c0;}
.paging ul li ul li a:hover .pag_l {background:none;}
.paging ul li ul li a:hover .pag_r {background:none;}

.paging ul li ul li ul {top:-14px; left:198px;}
.paging ul li ul li ul li a:hover {color:#37BEFE !important;}


/*tabs*/
.tabs {}
.tabs_top {background:url(images/cat_top.png) repeat-x top; height:54px; list-style:none;}
.tabs_top li {float:left; display:block; height:54px;}
.tabs_top li a {display:block; height:54px; line-height:54px; color:#fff; font-size:10px; text-decoration:none;}
.tabs_top li a span {display:block; height:54px;}
.tabs_top li a .tb_r {padding:0 25px; background:url(images/tb_r.png) no-repeat right top;}
.tabs_top li .selected, .tabs_top li a:hover {background:url(images/tb_bg.png) repeat-x top;}
.tabs_top li .selected .tb_l, .tabs_top li a:hover .tb_l {background:url(images/tb_l.png) no-repeat left top;}
.tabs_top li .selected .tb_r, .tabs_top li a:hover .tb_r {background:url(images/tb_r2.png) no-repeat right top;}
