#tabs {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 40px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-color: #999;
}
#tabs ul {
	padding: 15px 0 0 10px;
	text-align:left;
}

#tabs li {
	display: inline;
	list-style-type: none;
	margin:0;
}
#tabs a:hover,#tabs a.sel {
	background-color: #FF0;
	color: #000;
	background-image: none;
}
#tabs a {
	display: block;
	width: 75px;
	font-size:0.75em;
	float: left;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-right: 10px;
	color: #666;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-color: #999;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(../img/mark_tab_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
#tabs a span {
	display: block;
}


/*-------------------------------------------*/

#box_pcm {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #999999;
	padding: 5px;
}
#pcmTitle {
	margin-bottom: 5px;
}
#pcmIMG {
	width: 235px;
	float: left;
	position: relative;
}
#pcmCopy {
	width: 261px;
	float: right;
	position: relative;
	font-size: 10px;
	line-height: 15px;
}
#pcmCopy img {
	margin-bottom: 10px;
}

/*-------------------------------------------*/
#caseStudyList {
	text-align: center;
}
#caseStudyList h3 {
	padding-bottom: 10px;
}
#caseStudyList table {
	margin-bottom: 20px;
}
#caseStudyList th {
	vertical-align: top;
	padding-right: 10px;
}
#caseStudyList td {
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.5em;
}
#caseStudyList h4 {
	padding-bottom: 10px;
}
#caseStudyList .csListScene {
	padding-bottom: 10px;
}
#caseStudyList ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#caseStudyList li {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#caseStudy h2 {
	margin: 0px;
	padding: 0px;
}
#caseStudy h3 {
	padding-bottom: 10px;
	padding-top: 30px;
}
#caseStudy ul {
	margin-left: 20px;
}
.innovate {
	background-color: #eee;
	padding-right: 15px;
	padding-left: 15px;
}


#csMainImg {
	margin-bottom: 20px;
}
.note {
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#brand_cnt h4 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px;
	background-color: #FFF000;
	margin-top: 30px;
	color: #000;
}
#brand_cnt p {
	font-size: 0.8em;
	line-height: 2em;
}
.feat h4 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
}
.feat td {
	vertical-align: top;
}

.btm_estimate {
	text-align:right;
	margin-top:20px;
}

