@charset "utf-8";
/* Copyright 2009, Chillink.com */

body 
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #FFFFFF;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

#center { 
width: 100%;
text-align:center;
}
.info a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #6b665a; 
	text-decoration:none;
}
.info a:visited {
 color: #6b665a;
 text-decoration:none;
}
.info a:hover {
 color: #f59f27;
 text-decoration:none;
}
.info-link a:link {

	color: #6b665a; 
	text-decoration:underline;
}
.info-link a:visited {
	color: #6b665a; 
	text-decoration:underline;
}
.info-link a:hover {
 color: #6b665a;
 text-decoration:none;
}
.category a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	color: #dce1cd;
	background-color:#3d322c;
	text-decoration:none;
	text-align:left;
	float:left; 
	margin-left:15px;
	
	margin-bottom:10px;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:9px;
	border-left:solid 1px #57483F;
	border-right:solid 1px #57483F;
	border-top:solid 1px #57483F;
	border-bottom:solid 1px #57483F;
	width:180px;
	text-decoration:none;
	
}
.category a:hover {
	border-left:solid 1px #6d5c52;
	border-right:solid 1px #6d5c52F;
	border-top:solid 1px #6d5c52;
	border-bottom:solid 1px #6d5c52;
	background-color:#463a33;
}
.button a{
background-color:#27201b;
color:#dce1cd;
text-decoration:none;
}
.button a:hover{
background-color:#2f2dsf;
color:#fff;
text-decoration:none;
}
.featured {
	color: #dce1cd;
	background-color:#3d322c;
	float:left; 
	margin-left:9px;
	margin-bottom:9px;
	border-left:solid 1px #57483F;
	border-right:solid 1px #57483F;
	border-top:solid 1px #57483F;
	border-bottom:solid 1px #57483F;
	width:96px;
	height:74px;
	text-decoration:none;
	
}
.featured img{
padding-top:3px;
padding-left:1px;
}
.logo {
	color: #d6d7d8;
	background-color:#d6d7d8;
	float:left; 
	margin-left:19px;
	margin-bottom:20px;
	border-left:solid 1px #a7a7a7;
	border-right:solid 1px #a7a7a7;
	border-top:solid 1px #a7a7a7;
	border-bottom:solid 1px #a7a7a7;
	width:214px;
	height:214px;
	text-decoration:none;
}
.logo-image{
width:190px;
height:159px;
margin-left:12px;
margin-right:12px;
margin-top:10px;

background-color:#FFFFFF;
border-left:thin 1px #a7a7a7;
border-right:thin 1px #a7a7a7;
border-top:thin 1px #a7a7a7;
border-bottom:thin 1px #a7a7a7;
}
.logo-buy{
background-color:#302720;
height:35px;
width:190px;
margin-left:12px;
margin-right:12px;
}
.logo-buy a{
color:#d6d7d8; font-size:14px; font-family:Georgia, 'Times New Roman', Times, serif; text-decoration:none;
}
.logo-buy a:hover{
text-decoration: underline;
}
.footer{
height:190px;
background-color:#19120f;
border-bottom:solid 1px #887161;
}
.footer a{
color:#6b665a; font-size:15px; font-family:Georgia, 'Times New Roman', Times, serif; text-decoration:none;
}
.thumb{
color:#6b665a; 
font-size:10px; 
text-decoration:underline;
}
.thumb:hover{
text-decoration: none;
}
.footer a:hover{
text-decoration: underline;
}
.footer_down{
height:35px;
background-color:#3d322c;/*#3d322c*/
}
.foots a{
color:#dce1cd;
text-decoration:underline;
}
.foots a:hover{
color:#dce1cd;
text-decoration:underline;
}
.foots a:visited{
color:#dce1cd;
text-decoration:underline;
}
div.pagination {
	padding: 2px;
	margin: 2px;
	font-size:11px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #3d322c;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #3d322c;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #3d322c;
		
		font-weight: bold;
		background-color: #3d322c;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}