.tag_section {
	float:right;
	width: 697px;
	padding: 0px;
	height: 23px;
	background: url(images/templatemo_h1_bg.jpg);
	border: #CCCCCC 1px solid;
	margin: 0px;
	
}

.tag_section .shadetabs{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height:23px;
	margin:0px;
	padding-bottom:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	top:0px;

}

.tag_section .shadetabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size:11px;
	font-weight:bold;
	height:23px;
	background:#ffffff;
}

.tag_section .shadetabs li{
	display: inline;
	margin: 0;
	font-size:13px;
	margin:0;
	padding:0px;
	font-weight:bold;
	color: #FFFF99;

}

.tag_section .shadetabs li a{
	display:inline-block;
	text-decoration: none;
	position: relative;
	z-index: 0;
	padding: 3px;
	margin: 0px;
	color: #FFFFCC;
	font-weight:bold;
	border:1px #FFFF33 solid;
	border-bottom:none;
}

/*.tag_section .shadetabs li a:visited{
	padding: 3px;
	margin-right: 0px;
	color: #996600;
	font-weight:bold;
}*/

.tag_section .shadetabs li a:hover{
	color: #CC9933;
	text-decoration: none;
	background: #3E2001;
}

.tag_section .shadetabs li a.selected{ /*selected main tab style */
	text-decoration: none;
	background-color: #ffffff; 
	color: #996600;
	position: relative;
	top: 0px;
}

.tag_section .shadetabs li a.selected:hover{ /*selected main tab style */
	color: #FFCC33;
	text-decoration: none;
}

.tabcontent_section {
	clear: both;
	float:right;
	padding:5px;
	width:687px;
	background:none;
	border:#CCCCCC 1px solid;
	border-top:none;
}

.tabcontent_section .inputfield{
	width: 200px;
}
.tabcontent_section .tabcontent_photo{
	float:right;
	width:180px;
	height:70px;
	padding:2px;
	margin:auto;
	border: #CCCCCC 0px solid;
}
.tabcontent_section .tabcontent_content{
	float:left;
	width:470px;
	padding:3px;
	margin:auto;
	line-height: normal;
	font-family: Verdana, Arial, san-serif;
	font-size: 13px;
	color: #666666;
	text-align:justify;

}

.tabcontent_section .tabcontent_photo_com{
	float:left;
	width:100px;
	padding:2px;
	margin:auto;
	border: #CCCCCC 0px solid;
}
.tabcontent_section .tabcontent_content_com{
	float:right;
	width:570px;
	padding:2px;
	margin:auto;
	line-height: normal;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	color: #000;

}

.tabcontent_section .tabcontent_content_com p{
	float:left;
	width:470px;
	padding:3px;
	margin:auto;
	line-height: normal;
	font-family: Verdana, Arial, san-serif;
	font-size: 13px;
	color: #666666;
	text-align:justify;

}



.tabcontent_section .tabcontent_content p{
	float:left;
	width:470px;
	padding:3px;
	margin:auto;
	line-height: normal;
	font-family: Verdana, Arial, san-serif;
	font-size: 13px;
	color: #666666;
	text-align:justify;

}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}