html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body, table, div, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
a, .link {
	color: #111;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, .link:hover {
	color: #6b4c19;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.pointer {cursor: pointer;}
.link {cursor: pointer;}
.clear {clear: both;}
label {font-weight: bold;}
.errors{
	font-weight: bold;
	color: red;	
}
input, textarea, select {
	padding: 1px 0px 0px 2px;
	border: 1px solid #848484;
	background-color: #FFF;
}
input.error, textarea.error {
	border: 1px solid #6c4c18;
	background-color: #eebc2b;
}
label.error {
	margin-left: 5px;
	color: red;
	background: url('../imgs/delete.png') no-repeat left center;
	padding-left: 16px;
	height: 18px;
}
label.valid {
	background: url('../imgs/tick.png') no-repeat left center;
}
#loginform label.error, #loginform label.valid{
	background: none;
	padding: 0px;
	margin: 0px;
}
.button {
	width: 70px;
	height: 23px;
	text-align: center;
	background: url('../imgs/button.png') no-repeat left 2px;
	cursor: pointer;
	color: #222;
	border: none;
}
.button:hover {
	background: url('../imgs/button-over.png') no-repeat center 2px;
	color: #000;
}
.fleft {float: left;}
.fright {float: right;}


.photo {
	float: left;
	padding: 7px 0px 0px 7px;
	width: 108px;
	height: 108px;
}
.featured{
	background: url(../imgs/photo-f-a.png);
}
.featured:hover{
	background: url(../imgs/photo-f-b.png);
}
.standard{
	background: url(../imgs/photo-s-a.png);
}
.standard:hover{
	background: url(../imgs/photo-s-b.png);
}
.container {
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.adbox{
	float: left;
	width: 110px;
	height: 140px;
	margin: 0px 5px 25px 0px;
	font-size: 10px;
	text-align: center;
	margin-right: 4px;
}
.adimg {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 2px solid #444;
	cursor: pointer;
}
.adimg:hover,.ad-img:hover {
	border: 2px solid #e3b223;
}
.ad-img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 2px solid #444;
	float: left;
}
h2,h3{
	margin: 0px;
	padding: 0px;
}
h2{
	font-size: 22px;
	color: #6f6f6f;
}
h3{font-size: 18px;}

a.paginate{
	padding: 1px 6px;
	background-color: #d7a738;
	color: #111;
	font-size: 11px;
	font-weight: bold;
}

a.paginate:hover{
	padding: 1px 6px;
	color: #FFF;
	background-color: #111;
}
.paginate-off{
	padding: 1px 6px;
	background-color: #777;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}
#loggedin{
	padding-top: 6px;
}
#pm-alert{
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
}
#pm-alert a{
	text-decoration: none;
	color: red;	
	font-size: 11px;
}
.slideshow {
	background-color: #D9E6E1;
	border-style: ridge;
	border-width: 2px;
	border-color: #FFCC00 #FFCC00 #CC6600 #FFCC00;
}
#smurf {
	border: 1px solid #008080;
	margin: 5px 0px 0px 0px;
	background-color: #FFFFFF;
}