﻿/* CSS Document */

@import url(global.css);
@import url(public.css);
@import url(other.css);
@import url(part_style.css);

.p_piclist {
	text-align: center;
}

.p_piclist li{
	list-style-type: none;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

 /*orange*/
.activeOrgeTab .leftT{background-image:url(../images/tab/bar_03.gif);width:5px;height:24px; }
.activeOrgeTab .rightT{background-image:url(../images/tab/bar_04.gif);width:5px;background-color:#FE5F01;height:22px}
.activeOrgeTab .contentT{background-color:#FE5F01;text-align:center; color:#fff; font-size:12px; font-weight:bold;}
.OrgeTabBorder{border-top: 1px solid #FE5F01;}

.orgeTab .leftT{background-image:url(../images/tab/bar_05.gif);width:5px;height:22px}
.orgeTab .rightT{background-image:url(../images/tab/bar_06.gif);width:5px}
.orgeTab .contentT{background-image:url(../images/tab/bar_07.gif);cursor: pointer;}
 /*red*/
.activeRedTab .leftT{background-image:url(../images/tab/bar_08.gif);width:5px;height:24px; }
.activeRedTab .rightT{background-image:url(../images/tab/bar_09.gif);width:5px;}
.activeRedTab .contentT{background-color:#C60001;text-align:center; color:#fff; font-size:12px; font-weight:bold;}
/* .RedTabBorder{border: 1px solid #C60001;} */
.RedTabBorder{border-top: 1px solid #C60001;}

.redTab .leftT{background-image:url(../images/tab/bar_10.gif);width:5px;height:22px}
.redTab .rightT{background-image:url(../images/tab/bar_11.gif);width:5px}
.redTab .contentT{background-image:url(../images/tab/bar_12.gif);cursor: pointer;}

/*grey*/
.activeGreyTab .leftT{background-image:url(../images/tab/news_title_l.jpg);width:13px; height:32px;}
.activeGreyTab .rightT{background-image:url(../images/tab/news_title_r.jpg);width:13px;background-repeat: no-repeat}
.activeGreyTab .contentT{background-image:url(../images/tab/news_title_c.jpg);text-align:center; padding-top: 10px; color: #FF6600; font-size:12px;}
.top_greyTabBorder{border-top: 1px solid #e7e7e7;}
/*.greyTabBorder{border: 0px; margin: 5px;} */
.greyTabBorder{border-top: 1px solid #e7e7e7;}

.greyTab .leftT{background-color:#FFFFFF;width:0px;height:25px;}
.greyTab .rightT{background-color:#FFFFFF;width:0px;}
.greyTab .contentT{background-color:#FFFFFF;text-align:center; padding-top: 4px; cursor: pointer;color: #CC3333;}
