body {
	background: #000;
	font-family: arial, helvetica;
	font-size: 11px;
	color: #000;
	padding: 0;
	margin: 0;
	padding-top: 45px;
}

#Wrapper {
	position: relative;
	width: 1005px;
	margin-left: 10px;
}

#Wrapper a.inactive:visited,#Wrapper a:visited {
	filter: alpha(opacity = 65) !important;
	opacity: 0.65 !important;
	-moz-opacity: 0.65 !important;
}

#Wrapper a,#Wrapper a:hover {
	text-decoration: none;
	border: 3px solid #e2e2e2;
	border-bottom: none;
}

#Wrapper a:hover {
  border: 3px solid #FFF;
  border-bottom: none;
}


#Wrapper a:hover .info{
  background: #FFF;
}

#Wrapper a.active {
	filter: alpha(opacity = 100) !important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
}

#Wrapper a.inactive {
	filter: alpha(opacity = 100) !important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
}

.stripe {
	height: 40px;
	background: #FFF;
	filter: alpha(opacity = 90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	color: #000;
	position: absolute;
	bottom: 0;
	width: 200px;
	display: none;
}

.info {
	display: block;
	background: #e2e2e2;
	width: 200px;
	height: 24px;
	overflow: hidden;
	bottom: 0;
	color: #666 !important;
	position: absolute;
	padding: 2px 0;
}

.info span {
	display: block;
	height: 13px;
	overflow: hidden;
	text-decoration: none;
	color: #333;
}

#Wrapper a:hover .info span{
 color: #00A2EB;
}

a img {
	border: none;
}

#Dialog {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	position: fixed;
	top: 5px;
	width: 100%;
	height: 27px;
	text-transform: uppercase;
	font-size: 10px !important;
	background: #000 url(/images/black.png) 10px 4px no-repeat;
	filter: alpha(opacity = 100) !important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
}

abbr {
	text-decoration: none;
	color: #777;
	border: none;
}

.home,.more,#Source,#Menu,#Pagination {
	position: relative;
	float: left;
	padding: 0 15px;
	margin-top: -1px;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	border-right: 1px solid #444;
}

.home {
	width: 90px;
}

.submenu {
	border: 1px solid #444;
	display: none;
	position: absolute;
	top: 28px;
	left: -1px;
	background: black;
	width: 400px;
	padding: 20px;
	line-height: 15px;
	overflow: hidden;
}

.submenu a {
	text-decoration: underline !important;
}

.submenu a:hover {
	text-decoration: none !important;
}

#Pagination {
	font-weight: bold;
}

#Dialog a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.submenu ul {
	padding: 0;
	margin: 0;
	width: 200px;
	float: left;
}

.submenu ul li {
	margin-bottom: 4px;
}
.active-menu > a{
  color: #F33 !important;
}