ul#ccm-tab-view {
	width : 666px;
	background : #fff url(images/tab_bar.jpg) bottom left repeat-x;
	height : 36px;
	padding-right : 11px;
	margin-left : 3px;
}
ul#ccm-tab-view li {
	list-style : none outside;
	float : right;
	position : relative;
	min-width : 140px;
	margin-left : 25px;
	height : 31px;
	text-align : center;
	background : url(images/tab_center.jpg) top center repeat-x;
}
* html ul#ccm-tab-view li{
	zoom : 1;
	width : 100px;
	outline : none;
}
ul#ccm-tab-view li span.ccm-tab-left {
	position : absolute;
	top : 0px;
	left : -10px;
	background : url(images/tab_left.jpg) top left no-repeat;
	display : block;
	width : 10px;
	height : 31px;

}
ul#ccm-tab-view li span.ccm-tab-right {
	position : absolute;
	top : 0px;
	right : -10px;
	background : url(images/tab_right.jpg) top left no-repeat;
	display : block;
	width : 10px;
	height : 31px;
}

/* hover style */
ul#ccm-tab-view li.active{
	background : url(images/tab_center.jpg) top center repeat-x;
}
ul#ccm-tab-view li.active a{
	color : #fff;
}
ul#ccm-tab-view li.active span.ccm-tab-left {
	background : url(images/tab_left.jpg) top left no-repeat;
}
ul#ccm-tab-view li.active span.ccm-tab-right {
	background : url(images/tab_right.jpg) top left no-repeat;
}

ul#ccm-tab-view li a{
	display : block;
	position : absolute;
	padding : 3px 10px;
	padding-top : 6px;
	color : #333;
	text-align : center;
	top : 0px;
	left : -8px;
	width : 100%;
	text-decoration : none;
	outline : none;
	font-size : 10pt;
}

div.ccm-tab-contents{
	margin : 0;
	padding-top : 20px;
	padding-bottom : 10px;
	margin-left : 3px;
	min-height : 80px;
	position : relative;
	width : 677px;
}
* html div.ccm-tab-contents{
	height : 80px;
}
div.ccm-tab-contents p.ccm-tab-prevnext{
	width : 90%;
	position : absolute;
	bottom : 3px;
}
div.ccm-tab-contents p.ccm-tab-prevnext a.ccm-tabchanger{
	text-decoration : none;
}
div.ccm-tab-contents p.ccm-tab-prevnext a.ccm-tabchanger:hover{
	text-decoration : underline;
}
div.ccm-tab-contents p.ccm-tab-prevnext a.tab-bottom-r{
	float : right;
	display : inline;
}
div.ccm-tab-contents p.ccm-tab-prevnext a.tab-bottom-l{
	float : left;
	display : inline;
}

