@charset "UTF-8";

#inner {
	/* [disabled]background: #9CF; */
	padding-bottom: 20px;
}
.innernavi {
	/* [disabled]background: #9C6; */
	margin: 10px 0px 10px 0;
	float: left;
	width: 100%;
}
.footnavi {
	margin: 20px auto;
	max-width: 860px;
	height: 30px;
}
.innernavi a, .footnavi a, .innernavi span, .footnavi span {
	font-size: 18px;
	color: #FFF;
	padding: 2px 12px;
	float: left;
	/* [disabled]text-align: center; */
	border-radius: 10px;
	margin: 0 16px 0 0;
}
.innernavi a, .footnavi a {
	background: #CCC;
}
.innernavi span, .footnavi span {
	background: #999;
}
.innernavi a:hover, .footnavi a:hover {
	background: #999;
}

h1 {
	float: left;
	width: 100%;
}
h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #666;
	/* [disabled]margin: 0px 0px 10px 10px; */
	font-size: 13px;
	font-weight: normal;
	/* [disabled]display: block; */
	float: left;
	width: 100%;
}
h4 a {
	color: #C06;
	margin-left: 10px;
}
h4 a:hover {
	color: #333;
}
#inner select {
	font-size: 15px;
	/* [disabled]background: #9C0; */
}
#panel {
	background: #FFF;
	clear: both;
	position: relative;
	width: 100%;
	/* [disabled]padding-bottom: 20px; */
	padding-top: 30px;
}
#panel .highslide-gallery {
	/* [disabled]background: #9CF; */
	text-align: center;
	width: 100%;
	clear: both;
	position: relative;
	/* [disabled]margin-top: 50px; */
	/* [disabled]margin-bottom: 40px; */
}
.ccbox {
	width: 200px !important;
	/* [disabled]float: left !important; */
	margin: 10px;
	/* [disabled]height: 225px; */
	background: url(../screen/loader7.gif) no-repeat 91px 91px;
	display: inline-block;
	text-align: center;
	/* [disabled]overflow: hidden; */
}
.ccbox span {
	height: 200px;
	width: 200px !important;
	margin: 0px;
	padding: 0px;
	display: block;
	/* [disabled]background: #9CF; */
	/* [disabled]border-radius: 100px; */
}
.ccbox .loader {
	/* [disabled]float: left; */
	height: 200px;
	width: 200px;
	overflow: hidden;
}
.ccbox .info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* font-family: 'Open Sans Condensed', 'Verdana', 'Helvetica', 'Lucida Sans Unicode', sans-serif; */
	font-size: 13px;
	color: #888;
	margin: 6px 0 0;
	width: 200px;
	float: left;
	display: block;
	text-align: center;
	/* [disabled]background: #DDD; */
	overflow: hidden;
	padding: 3px 0px;
	height: 16px;
}
.ccbox a {
	display: block;
	float: left;
	border-style: none;
}
.ccbox img {
	/* [disabled]border-style: none !important; */
	/* [disabled]float: left; */
	height: 200px;
	width: 200px;
	display: block;
	vertical-align: middle;
	transform: translateZ(0);
	transform: scale(1.0);
	transition-duration: 0.3s;
	transition-property: transform;
}
.ccbox:hover img, .ccbox:active img {
	transform: scale(1.03);
}
.ccbox:hover .info, .ccbox:active .info {
	/*-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;*/
	/* [disabled]background: #EEE; */
	color: #333;
}
.ccbox span:hover {
	/* [disabled]background: #FCC; */
}


/* RELATED LINKS */

#related {
	padding-bottom: 100px;
	margin-top: 100px;
}
