@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.containerpane {
	min-height: 10px;
	padding: 10px;
	text-align: left;
}

.containerpane:after,.containerbot:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.containerbot {
	clear: both;
	min-height: 10px;
}

/* =S Container Title */
.Head1,.Head2 {
	color: #656565;
	font: italic bold 17px/40px Verdana,Arial,sans-serif;
}

.Head3 {
	color: #656565;
	font: italic bold 17px/40px Verdana,Arial,sans-serif;
}
/* =E Container Title */


/* =S Container1 */
.Container1 {
	margin-bottom: 8px;
}

.Container1 .title {
	padding-left: 14px;
}

.Container1 .containerpane {
	padding: 10px 10px 0;
	border: 1px solid #eaeaea;
	border-width: 0 1px;
	background: #fff;
}

.c1-bg-top {
	clear: both;
	background: url("images/bg_c1_top.jpg") repeat-x left top;
}

.c1-bg-tl {
	background: url("images/bg_c1_tl.jpg") no-repeat left top;
}

.c1-bg-tr {
	height: 6px;
	overflow: hidden;
	background: url("images/bg_c1_tr.jpg") no-repeat right top;
}

.Container1 .c1-bg {
	background: url("images/bg_c1_bottom.jpg") repeat-x left bottom;
}

.Container1 .c1-bg-bl {
	background: url("images/bg_c1_bl.jpg") no-repeat left bottom;
}

.Container1 .containerbot {
	background: url("images/bg_c1_br.jpg") no-repeat right bottom;
}

* html .Container1 .containerpane,* html .Container1 .containerbot {
	height: 10px;
}

/* =E Container1 */

.title2 {
	float: left;
	padding: 0 28px 0 14px;
	background: url("images/rss.gif") no-repeat 100% 9px;
}

/* =S Container3 */
.Container3 {
	margin-bottom: 8px;
}

.Container3 .title {
	padding-left: 55px;
	background: url("images/icon_c3_title.jpg") no-repeat 17px 9px;
}

.Container3 .containerpane {
	padding: 10px 10px 0;
	border: 1px solid #eaeaea;
	border-width: 0 1px;
	background: #373737;
	color: #fff;
}

.c3-bg-top {
	background: url("images/bg_c3_top.jpg") repeat-x left top;
}

.c3-bg-tl {
	background: url("images/bg_c3_tl.jpg") no-repeat left top;
}

.c3-bg-tr {
	height: 6px;
	overflow: hidden;
	background: url("images/bg_c3_tr.jpg") no-repeat right top;
}

.c3-bg {
	background: url("images/bg_c3_bottom.jpg") repeat-x left bottom;
}

.c3-bg-bl {
	background: url("images/bg_c3_bl.jpg") no-repeat left bottom;
}

.containerbot {
	background: url("images/bg_c3_br.jpg") no-repeat right bottom;
}

.Container3 a:link,.Container3 a:visited,.Container3 a:hover,.Container3 a:active {
	color: #fff;
}

* html .Container3 .containerpane,* html .Container3 .containerbot {
	height: 10px;
}

/* =E Container3 */

/* =S Container4 */
.Container4 .containerpane {
	padding: 0;
}
/* =E Container4 */

