table {
	margin-top: 20px;
	margin-bottom: 20px;
}

#left {
	float:left;
	width:287px;
	padding:20px;
}

#left .img {
	width: 287px;
	height: 400px;
	overflow: hidden;
	position: relative;
}


#right table {
	width: 480px;
	padding: 4px;
	background: url(../grafics/main/bgfence.png);
	border-top: 1px solid orange;
	border-left: 1px solid orange;
	border-bottom: 1px solid darkorange;
}

#right table th {
	text-align: left;
	color: white;
}

#right table td {
	width: 240px;
	font-size: 11px;
	font-weight: bold;
	color: #222;
}

#right table td a {
	color: darkred;
}

#right { float:right; width:488px; padding:20px; margin-bottom:30px; }

#right abbr {
	border-bottom: 1px dotted #656c73;
	cursor: help;
}

#right abbr:hover {
	color: white;
}

#right h2 a {
	color: white;
	text-decoration: none;
}

#right ul {
	list-style-type: none;
	overflow: hidden;
}

#right ul li {
	float: left;
	margin-right: 10px;
}

#right ul li a {
	padding-left: 14px;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: white;
	background: url(../grafics/main/tri.png) no-repeat 0 bottom;
}

#right ul li a:hover {
	color: #FDC261;
	background: url(../grafics/main/hitri.png) no-repeat 0 bottom;
}

#right img {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}

.csc-header-n3 {
	display: none;
}
.csc-frame-frame1 {
	padding: 2px;
	background-color: #EEEEEE;
	color: black;
	border: 1px solid #FFFF99;
}
.csc-frame-frame1 p,
.csc-frame-frame1 ul {
 font-size: 10px;
 }
 .csc-frame-frame1 a {
	color: red;
 }
 .csc-frame-frame1 ul  li {
	margin-left: 14px;
	list-style-type: disc;
	float: none;
	margin-right: 0px;
 }