body {
	margin:0; padding:0;
	font-size: .8em;
	color: #676767;
	background:#EEEEEE;
	font-family: Arial;
}

/*
 LOGO */
h1 {
	text-indent:-9999999px;
	float:left;
	margin:0;
	padding: 0px;
	font-weight: normal;
	height: 98px;
}
h1 a {
	text-decoration:none;
	color:#FF1A44;
	display: block;
	background: url('/images/gui/logo.png') 0 50% no-repeat;
	width: 363px;
	height: 98px;
}
h2, h2 a {
	color:#333;
	text-decoration: none;
}
h2 small {
	color: #666;
}
h3 {
	font-size:14px;
	color:#666;
	margin: 0 0 5px 0;
	border-top: solid 2px #EEE;
	padding: 5px 5px 0 5px;
	clear: both;
}

h4 {
	font-size:12px;
	padding: 5px;
}

/* DEFAULTS */
a {
	color: #48a9ff;
	text-decoration: none;
}
a.active {
	color: #48a9ff;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
img {
	border: none;
}
p {
	padding-top:10px;
}
/* WRAPPER */
#content {
	background:#FFF;
	padding: 40px 0;
}
#wrapper {
	width:770px;
	margin:0 auto;
}


/* HEADER */
#header {
	background: #EEEEEE url("/images/gui/mainheader.bg2.png") 100% 100% repeat-x;
}
#header .content {
	margin:0 auto;
	width:770px;
	padding: 10px 10px;
	overflow:hidden;
}
	/* MAIN MENU */
	#mainmenu {
		list-style:none;
		margin:0 0 0 55px; padding:10px 45px 10px 15px;
		float:left;
		border-left:#E1E1E1 solid 1px;
	}
	#mainmenu li {
		font-size:13px;
		color:#333;
	}
	#mainmenu li a {
		display:inline-block;
		color:#333;
		padding: 5px 8px;
		margin: 2px 0 0 0;
		text-decoration: none;
		background:#E8E8E8;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	#mainmenu li a:hover {
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		background: #DEDEDE;
		color:#FFF;
	}
	#mainmenu li.active a {
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		background: #000;
		color: #FFF;
	}

/* MAIN COLUMN */
.left {
	float: left;
	width: 420px;
	padding: 0 5px 0 0;
}
.right {
	float: right;
	width: 336px;
	padding: 0 0 0 5px;
}

/*
	elementBox list block */
dl.elementBox {
	border-top: solid 1px #eff0f0;
	clear: both;
	margin: 0; padding: 0;
	display: block;
	padding: 5px;
	overflow: hidden;
}
dl.elementBox.inactive * {
	color: #CCC !important;
}

dl.elementBox:hover {
	background: #F6F8F8;
	display: block;
	color: #000;
}
dl.elementBox dt {
	width: 62px;
	float: left;
}
dl.elementBox dt .avatar { 
	width:60px;
	border: solid 1px #EEE;
	padding: 3px;
	background: #FFF;
}
.avatar {
	border: solid 1px #EEE;
}
dl.elementBox dd {
	margin-left: 78px;
}
dl.elementBox.small dd {
	margin-left: 0;
}
dl.elementBox.banned dd * {
	color:#BBB !important;
}
dl.elementBox dd .tools {
	margin-top: 2px;
}
dl.elementBox strong {
	font-size: 21px;
}
dl.elementBox strong small {
	font-size: 15px;
}



dl.elementBox span {
	font-size: 18px;
}
dl.elementBox.big a {
	color: #333;
}
dl.elementBox.small strong {
	font-size: 13px;
}

/* FOOTER */
#footer {
	background: #EEEEEE url("/images/gui/mainheader.bg.png") 100% 0 repeat-x;
	font-size:11px;
}
#footer .content {
	margin:0 auto;
	width:760px;
	padding: 30px 10px;
}
#footer .content small {
	color:#666;
}


/*
 CUSTOM */
.spacer {
	clear: both;
	height: 10px;
}
.clear {
	clear: both;
}

/* BUTTON */
.button {
	display:inline-block;
	margin-left:3px;
	height: 16px;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #666666;
	color: #FFF;
	padding: 2px 8px;
}
.button:hover { background-color: #000; }
.button span { display: none;}
.button.small { 
	height: 13px;
	padding: 0 2px 2px 2px;
}

/* Color buttons */
.blue_button {
	background:#48A9FF;
}
.red_button {
	background:#FF3F1F;
}
.grey_button {
	background:#666666;
}

/* PAGING */
.paging {
	font-size:14px;
	padding:20px 0 0 0; margin:0;
	clear: both;
}
.paging a {
	margin: 2px 3px 0 0;
	padding:5px 10px; 
	background:#EEE;
	text-decoration:none;
	color:#999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.paging a.current {
	background:#999;
	color:#FFF;
}

/* ALERTS */
.error,
.notice, 
.success    {
	padding: .3em;
	margin-bottom: .1em;
	border: 1px solid #ddd; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:11px;
}

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; text-decoration: underline; }
.notice a   { color: #514721; text-decoration: underline; }
.success a  { color: #264409; text-decoration: underline; }

/* FORMS */
label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }
/* Form fields */
input[type=submit] {
	display:inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	font-size: 11px;
	color: #FFF;
	background: #666666;
	padding: 2px 8px;
}
input[type=submit]:hover {
	background: #000;
	cursor: pointer;
}
input[type=text],
input.text, input.title, 
textarea, select { 
	background-color:#fff; 
	border:1px solid #BFBFBF; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
	border-color:#666; 
}
input[type=text], 
input.text, input.title,
textarea, select {
	margin:0.5em 0;
	padding: 2px;
}
input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 300px; height: 100px; padding:5px; }
textarea.mini { height: 20px; }
input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
	position:relative; top:.25em; 
}
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

/* Hidden element */
.hidden {
	display: none;
}

/* Ajax loader*/
#loader {
	position: fixed;
	z-index:9999;
	top: 0px;
	left: 0px;
	height:5px;
	margin:1px 0;
	width:100%;
	background:#666 url('/images/gui/loadingAnimation.gif') 50% 50% repeat-x;
}
.loader {
	background:#EEE url('/images/gui/loader.gif') 50% 50% no-repeat;
}




.menu {
	float: left;
	width: 150px;
	list-style: none;
}
.menu li {
	padding: 5px 0;
	border-bottom: solid 1px #eff0f0;
}
.mainContent {
	float: left;
	width: 600px;
	margin-left: 10px;
}







.ico {
	height: 8px; width: 10px;
	display: inline-table;
}
.up {
	background: url('/images/gui/up.png') 50% 50% no-repeat;
}
.down {
	background: url('/images/gui/down.png') 0 -1px no-repeat;
}
.delete {
	height: 12px; width: 12px;
	background: url('/images/gui/trash.png') 0 -1px no-repeat;
	vertical-align: text-bottom;
}
.ico span {
	display: none;
}






/* VOTING */
.voting {
	background: #F7F7F2;
	padding:5px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.voting h3 {
	border: none;
	padding: 0;
	margin: 0 0 4px 0;
	clear: none;
}
.voting .question {
	font-size:30px;
	text-align: center;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}







/* Helper links */
a.more {
	float: right;
	padding: 3px 0 10px 0;
	display: block;
	clear: both;
	text-decoration: underline;
}
span.more {
	float: right;
	padding: 3px 0 10px 0;
	display: block;
	clear: both;
}
span.more a { text-decoration: underline; }









.list {
	list-style: none;
}
.list li {
	padding: 3px;
	border-bottom: solid 1px #eff0f0;
}
.list li:hover {
	background: #F6F8F8;
}
.list li.inactive {
	color: #CCC;
}
.list li a.ban {
	background: red;
	float: right;
	margin-left: 3px;
	padding: 0 3px;
	color: #FFF;
}
.list li a.approve {
	background: green;
	float: right;
	margin-left: 3px;
	padding: 0 3px;
	color: #FFF;
}


.nav_block {
	display: block;
	text-align: center;
	background: #EEE;
	padding: 2px;
}











.stats {
	padding: 10px;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	background: #F5F5F5;
	border:#EDEDED solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.stats span {
	font-size: 30px;
	vertical-align: middle;
}



/* TAGS */
div.tags span {
	padding: 2px;
	margin:0 2px 4px 0;
	background:#F5F5F5;
	color: #000;
	cursor: pointer;
	display:inline-block;
}
#tagsSuggestForm {
	background: #F7F7F2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 5px;
	margin: 10px 0;
	font-size: 11px;
}
#tagsSuggestForm #tagBrandTags {
	width:250px;
	float: left;
}
#tagsSuggestForm .tagsSubmit {
	float: right;
	margin: 6px 0 0 2px;
	width: 60px;
}
div.tagMatches {
	clear: both;
}
div.tagMatches span {
	padding: 2px;
	margin: 0 4px 4px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#BFBFBF;
	color: #FFF;
	cursor: pointer;
}
.tag {
	padding: 0 2px;
	margin:0 1px 1px 3px;
	vertical-align: middle; 
}
.tag:hover {
	background: #F6F8F8;
}






.ico {
	height: 8px; width: 10px;
	display: inline-table;
}
.up {
	background: url('/images/gui/up.png') 50% 50% no-repeat;
}
.down {
	background: url('/images/gui/down.png') 0 -1px no-repeat;
}
.delete {
	height: 12px; width: 12px;
	background: url('/images/gui/trash.png') 0 -1px no-repeat;
	vertical-align: text-bottom;
}
.ico span {
	display: none;
}






/* VOTING */
.voting {
	background: #F7F7F2;
	padding:5px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.voting h3 {
	border: none;
	padding: 0;
	margin: 0 0 4px 0;
	clear: none;
}
.voting .question {
	font-size:30px;
	text-align: center;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}







/* Helper links */
a.more {
	float: right;
	padding: 3px 0 10px 0;
	display: block;
	clear: both;
	text-decoration: underline;
}
span.more {
	float: right;
	padding: 3px 0 10px 0;
	display: block;
	clear: both;
}
span.more a { text-decoration: underline; }









.list {
	list-style: none;
}
.list li {
	padding: 3px;
	border-bottom: solid 1px #eff0f0;
}
.list li:hover {
	background: #F6F8F8;
}
.list li.inactive {
	color: #CCC;
}
.list li a.ban {
	background: red;
	float: right;
	margin-left: 3px;
	padding: 0 3px;
	color: #FFF;
}
.list li a.approve {
	background: green;
	float: right;
	margin-left: 3px;
	padding: 0 3px;
	color: #FFF;
}


.nav_block {
	display: block;
	text-align: center;
	background: #EEE;
	padding: 2px;
}












.banners { padding-bottom:20px; overflow:hidden}
.banners div { float:left; }



.ad250 {
	width:250px;
	float:left;
	margin-right:5px;
	margin-bottom: 30px;
}





.forsale { background-color: #C00; text-align: center; color: #FFF; display: block; padding: 2px 5px; float: right; margin:10px; }

