@charset "utf-8";
/* CSS Document */

.clear10 {
	clear:both;
	height:10px;
}
#wrapper {
	min-width:300px;
}
h1 {
	font-size:16px;
	margin:6px 0;
	color:#faab00;
	text-align:center;
}
#header h1 {
	min-width:200px;
	margin:0 0 10px 0;
}
.mainWrap {
	display:block;
	margin:0 6px;
}
.mainWrap ul{
	margin:0;
	padding:0;
}
.mainWrap ul li{
	min-width:200px;
	position:relative;
	text-align:left;
	list-style:none;
}
.mainWrap ul li .thumbs{
	float:left;
	width:130px;
	margin:0 10px 0 0;
	white-space:normal;
}
.mainWrap ul li .thumbs img{
	border:2px solid #333;
}
.mainWrap ul li .thumbs-info{
	font-size:13px;
	white-space:normal;
	margin:0 0 10px 0;
}
.mainWrap ul li .thumbs-info2{
	font-size:13px;
	padding:0 0 0 5px;
	font-weight:normal;
	white-space:normal;
	margin:5px 0;
}
.mainWrap ul li .thumbs-info2 span{
	color:#FAAB00;
	display:inline;
	font-weight:bold;
	white-space:normal;
}
.mainWrap ul li .thumbs-info2 a {
	font-weight:normal;
	color:#faab00;
	font-weight:bold;
}
.mainWrap ul li .thumbs-time{
	font-size:12px;
	font-weight:normal;
	white-space:normal;
	margin:0;
}
.mainWrap ul li span{
	padding:0;
	display:block;
	white-space:normal;
}
.mainWrap ul li span span {
	padding:0;
}
.mainWrap ul li span span .btn-arrow {
	display: table;
	width: 100%;
	height: 100%;
	padding:6px;
	background-image: url(images/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mainWrap ul li span span .btn-arrow2 {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	background-image: url(images/btn-arrow2.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.mainWrap ul .list_sub {
	padding:6px;
	color: #ffffff /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #000000 /*{b-bhover-shadow-color}*/;
	background: #111111 /*{b-bup-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #111111 /*{b-bup-background-start}*/), to( #454545 /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #111111 /*{b-bup-background-start}*/, #454545 /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #111111 /*{b-bup-background-start}*/, #454545 /*{b-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #111111 /*{b-bup-background-start}*/, #454545 /*{b-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #111111 /*{b-bup-background-start}*/, #454545 /*{b-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #111111 /*{b-bup-background-start}*/, #454545 /*{b-bup-background-end}*/);
	box-shadow				: 0px 7px 15px #111111 inset;
	-webkit-box-shadow		: 0px 7px 15px #111111 inset;
	-moz-box-shadow			: 0px 7px 15px #111111 inset;
	-o-box-shadow			: 0px 7px 15px #111111 inset;
	-khtml-box-shadow		: 0px 7px 15px #111111 inset;
	display:none;
}
#niche {
	display:none;
	padding:5px 5px 0 5px;
}
#search {
	display:none;
	padding:0 5px;
}
#search input[type=text]{
	background-color:#e6e6e6;
	font-size:14px;
	text-shadow:0 1px 0 #ffffff;
	color:#333333;
	text-align:center;
}
#bottonNav {
	padding:0 5px;
}
#bottonNav a{
	text-align:left;
}
#bottonNav div a span{
	padding:.6em 10px;
}
#bottonNav div a span span{
	padding:0;
}
#footer p {
	text-shadow:none;
	text-align:center;
	font-size:10px;
	color:#b7b7b7;
	
}
