* {
	margin: 0;
	padding: 0;
}
html {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
body {
	color: #999;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
a {
	font-size: 14px;
	color: #999;
}
a:hover {
	text-decoration: none;
}
div.Content {
	margin: 0 auto;
	width: 728px;
}
div.Header {
	padding-top: 12px;
	height: 57px;
}
a.Logo {
	float: left;
	display: block;
	width: 330px;
	height: 45px;
	background: url(../images/sprite.png) no-repeat 0 -120px;
	margin-left: 3px;
}
div.AddThis {
	float: right;
	margin-right: 15px;

}
div.AllSearch {
	height: 50px;
	background: url(../images/sprite.png) no-repeat 0 0;
	padding: 13px 0 0 16px;
}
div.Search {
	float: left;
	height: 32px;
	width: 712px;
}
.txt {
	width: 588px;
	height: 34px;
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
}
.sbm {
	height: 34px;
	width: 100px;
	margin: 0px;
}
div.BigBanner {
	padding-top: 12px;
	height: 90px;
}
div.BigBanner img {
	display: block;
}
div.AllTextures {
	padding-top: 9px;
	position: relative;
	width: 744px;
	left: -8px;
	float: left;
}
div.AllTextures div {
	float: left;
	width: 80px;
	margin: 5px 6px 0 7px;
	text-align: center;
	overflow:hidden;

}
div.AllTextures div img {
	float: left;
	padding: 8px;
	width: 64px;
	height: 64px;
	overflow:hidden;
	background: url(../images/sprite.png) no-repeat 0 -170px;
	margin-bottom: 2px;
}
div.AllTextures div a {
	color: #999;
	font-size: 14px;
	text-decoration: none;

}
div.AllTextures div a:hover {
	text-decoration: underline;
}
div.Clear {
	clear: both;
}
div.AllPages, div.AllPages a {
	font-size: 12px;
	color: #999;
}
div.AllPages {
	text-align: center;
	padding-top: 11px;
	padding-bottom: 43px;
}
div.AllPages a {
	text-decoration: underline;
}
div.AllPages a:hover {
	text-decoration: none;
}
div.Prev, div.Next {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 3px;
}
div.Next {
	float: right;
}
div.Pages {
	padding-bottom: 3px;
}
div.AllSelect {
	height: 48px;
	margin-top: 12px;
	background: url(../images/sprite.png) no-repeat 0 0;
	padding: 15px 15px 0 16px;
}
div.AllSelect select {
	float: left;
    font-size: 18px;
    font-weight: bold;
    height: 32px;
    width: 695px;
}
div.Copyright {
	height: 35px;
	margin-top: 12px;
	background: url(../images/sprite.png) no-repeat 0 -68px;
	font-size: 12px;
	padding: 15px 0 0 40px;
}
div.Copyright ul {
	float: left;
}
div.Copyright ul li {
	float: left;
	padding-right: 33px;
	list-style: none;
}
div.Copyright ul li a {
    color: #999;
    text-shadow: 0 -1px 0 #000000;
	font-size: 12px;
	text-decoration: underline;
}
div.Copyright ul li a:hover {
	text-decoration: none;
}
div.Details {
	padding-top: 12px;
	/*margin-bottom: -5px;*/
}
div.BigPreview {
	float: left;
	width: 256px;
	height: 256px;
	padding: 15px;
	background: url(../images/sprite.png) no-repeat 0 -170px;
}
div.InfoBlock {
	float: right;
	width: 428px;
}
div.InfoBlock h2 {
	color: #ccc;
	font-size: 24px;
}
div.InfoBlock p {
	font-size: 14px;
	color: #ccc;
}
div.InfoBlock p a {
	text-decoration: underline;
}
div.InfoBlock p a:hover {
	text-decoration: none;
}
div.AllDownload {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	width: 100%;
    display: none;
}
div.AllDownload[class] {
	position: fixed;
}
div.DownloadBlock {
    background-color: #00072E;
    border: 10px solid #B8B8B8;
    color: #999;
    height: 400px;
    overflow: auto;
    padding: 10px;
    text-align: left;
    top: 10%;
    width: 728px;
    z-index: 1001;
	margin: 0 auto;
}
div.AllSelectDetails {
	margin-bottom: 17px;
}
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	color: #ccc;
	z-index: 1001;
	opacity: .50;
}
.white_content {
	display: none;
	position: absolute;
	top: 152px;
	left: 50%;
	width: 628px;
	height: 350px;
	margin-left: -346px;
	padding: 16px;
	border: 16px solid #393c46;
	background-color: #191a23;
	color: #ccc;
	z-index: 1002;
	overflow: auto;
}
.dlinks a {
	font-size: 12px;
}
