* {
	margin:0;
	padding:0;
}

/* General Style Info */
html, body {
	height: 100%;
}

body {
	background: url(../img/background.png) repeat-x;
	background-color: #f8f8f0;
	color: #fff;
	font-family: verdana,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #ac0700;
	font-size: 220%;
}
h2 {
	color: #ac0700;
	font-family:arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #ac0700;
	font-family:arial, sans-serif;
	font-size: 165%;
	padding-top: 0.5em;
	clear: both;
	margin-bottom:0.5em;
}

ul, li {
	margin: 0 12px;
	line-height:160%;
}

div.comments{
	margin: 10px 0;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}

div.comments span.date{
	float: left;
	padding: 5px;
	background: #F4F4F4;
}

div.comments span.comment_author{
	padding: 5px;
	display: block;
	background: #F4F4F4;
}

div.comments div.comment_text{
	padding: 5px;
}

div.comment{
	clear: both;
	width: 90%;
	border: 1px solid #CCC;
	margin-bottom: -1px;
	
	height: auto !important; 
	height: 80px; 
	min-height:80px; 
}

span.commentUser {
	display:block;
	font-weight:bold;
	text-align: right;
	padding: 3px;
	background:#F0F0F0;
}

span.commentText {
	display:block;
	padding: 4px;
	text-align: left;
	margin-bottom: 4px;
}

span.forumPostUser {
	display:block;
	font-weight:bold;
}

td.forumPostUser {
	border-collapse:separate;
	border-right:1px solid #F4F4F4;
	width:80px;
}

td.forumPostUser img {
	height: 75px;
}

td.forumPostText {
	padding: 0;
	text-align: right;
	margin-bottom: 4px;
}

td.forumPostText span.text{
	display:block;
	text-align: left;
	padding: 4px;
}

span.forumPostDate{
	background:#F4F4F4 none repeat scroll 0 0;
	color:#888888;
	display: block;
	padding:5px 10px;
}

div.newsItem {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	float:left;
	padding-bottom:10px;
	width:100%;
}

div.newsText {
	clear:both;
	float:left;
	width:100%;
}

div.blogs {
	background: #FCFCFC;
	padding: 5px;
}

div.newsText img.vtop {
	padding: 5px;
	float: left;
}

/* Layout */
#container {
	text-align: left;
}

#languages {
	position: absolute;
	top: 10px;
	right: 0;
}

#languages a {
	color: #FFF;
	padding: 0 20px;
}

#header{
	height: 165px;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}
#content{
	margin-bottom: 20px;
	float: left;
	clear: right;
	color: #333;
	overflow: auto;
	width: 780px;
}

/* Tables */
table {
	margin-top:10px;
	background: #fff;
	border:1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	text-align: center;
	padding:5px;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f8f8f8;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.vtop {
	vertical-align: top;
	float:left;
	padding:5px 15px 0 0;
}

/* Forms */
form {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
fieldset {
	border: 1px solid #ccc;
	padding: 16px 20px;
	background:#FCFCFC;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	text-align:right;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: verdana, arial, sans-serif;
	padding: 2px;
	width: 100%;
	border:1px solid #999999;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
	border:1px solid #999999;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	background-color:#AB0700;
	border:0px;
	color:#EEEEEE;
	display:inline;
	font-size:110%;
	padding:6px;
	vertical-align:bottom;
	width:auto;
	border: 1px solid #DDD;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #CD2922;
	border: 1px solid #CCC;
}

/* Notices and Errors */
div.message {
	border:1px solid #999;
	clear:both;
	color:#333;
	font-size:16px;
	margin-bottom:10px;
	padding:15px 15px 15px 50px;
	background: url('../img/alert.gif') no-repeat 8px 8px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background:#339933 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	padding:10px;
}

/*  Actions  */
div.actions {
	border: 1px solid #CCC;
	margin-top: 10px;
	float: left;
	clear: both;
	width: 100%;
}

div.actions ul {
	margin: 0px 0;
	padding: 10px;
	float: left;
}
div.actions li {
	float: left;
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #333;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #666;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

div#bg2{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 160px;
	background: url(../img/top_bg2.jpg) repeat-x;
	z-index: 1;
}

#footer {
	text-align: right;
	background: #2f2f2f;
	border-top: 2px solid #b1b1b1;
	height: 48px;
}

span#version{
	font-size:10px;
	line-height: 48px;
}

#version a {
	padding: 0 20px 0 0;
	color: #336F7E;
}

.push {
    height: 50px;
	clear: both;
}

div#wrapper {
	font-size:12px;
	text-align: left;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px auto;
	width: 997px;
}

div#sidebar {
	width: 200px;
	float: left;
}

div#mainmenu{
	float: right;
    margin: 70px 0 0;
    padding: 0 0 0 0;
    width: 800px;
}

div#reklama a {
	padding: 10px 0;
	display: block;
}

div#mainmenu a {
	background: none;
	font-family: Arial;
	text-decoration: none;
}

ul#topmenu{
	list-style: none;
	margin: 0 0 0 10px;
}

ul#topmenu li{
    color: #333333;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 44px;
    line-height: 38px;
    margin: 4px 3px 0;
    position: relative;
    text-align: center;
    width: 190px;
}

ul#topmenu li.last {
	border: none;
}

ul#topmenu li ul {
	margin: 0;
}

ul#topmenu li li {
	height: 45px;
	border: 0;
	margin: -1px 0;
	background: #FFF;
}

ul#topmenu li.top_menu_item div {
	display: none;
	position: absolute;
	left: 0;
}

ul#topmenu li a{
    -moz-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    color: #333333;
    display: block;
    font-size: 16px;
    text-align: left;
}

ul#topmenu li a:hover{
	background: #F4F4F4;
}

ul#topmenu li a img {
	height: 32px;
	width: 32px;
	margin:5px 10px;
	vertical-align:middle;
}

h1#headerTitle {
	  color: #222222;
    font-family: arial;
    font-size: 26px;
    left: 190px;
    position: absolute;
    top: 18px;
}

h4#headerTitle {
	  color: #000000;
    font-family: arial;
    font-size: 26px;
    left: 190px;
    position: absolute;
    top: 18px;
}

a.desc {
	border-bottom: 2px solid red;
}

a.asc {
	border-bottom: 2px solid green;
}


/*side menu */

ul.sidemenu{
	margin: 0 0 0 3px;
	list-style: none;
}

ul.sidemenu li{
	width: 140px;
	margin: 0;
	padding: 0 4px 0 4px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}

ul.sidemenu.search li{
	border: none;
}

ul.sidemenu li:hover, ul.sidemenu li:hover a{
	background-color: #f0f0f0;
}

ul.sidemenu li a{
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	color: #494949;
	display: block;
	height: 100%;
	width:100%;
}

div.gallery_container {
	clear:both;
	float:left;
	/*width:410px;*/
}

div.gallery_item {
	padding: 3px;
	float: left;
}

div.gallery_item img{
	padding: 1px;
	border: 1px solid #CCC;
}

div.gallery_item img:hover{
	border: 1px solid #000;
}

/* rounded corners */
	.roundedcnt {
		padding:0 0 14px 0;
		background:url("../img/rounded_cnt.gif") bottom left no-repeat;
	}
	.roundedcnt span.top {
		display: block;
		width: 100%;
		background:url("../img/rounded_cnt.gif") top left no-repeat;
	}
	.roundedcnt div.inner {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}

	.roundedcnt div.inner p{
		padding: 10px 0 0 10px;
		font-size: 1.2em;	
		text-align: justify;
	}

	.roundedside {
		padding:0 0 14px 0;
		width: 180px;
		background:url("../img/rounded_side.gif") bottom left no-repeat;
	}
	.roundedside span.top {
		margin:0 0 -23px;
		display: block;
		width: 100%;
		padding:7px 0 3px 0;
		background:url("../img/rounded_side.gif") top left no-repeat;
	}
	.roundedside div.inner {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
		color: #494949;
	}

div.game_item{
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	float: left;
	position: relative;
}

div.game_index_rating, div.game_index_rating div, span.game_index_manufacturer {
	float: left;
}

span.game_index_manufacturer{
	padding: 5px 10px 0;
	color:#999999;
}
	
a.game_index_image {
	padding: 5px 10px 0 0 ;
	float: left;
}

div.game_index_desc_bottom{
	float: right;
}

div.game_index_desc{
	float: left;
	width:640px;
}

div.game_index_desc h3{
	padding-top: 0;
	margin: 0;
}

div.game_index_desc h3 a{
	font-weight: normal;
	color: #AC0700;
	text-decoration: none;
}
	
/*  reitingai */
.ratingblock {
	width: 125px;
	display:block;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('../img/ajax-loader.gif') 50% 50% no-repeat;
	}
		
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 25px;
	position: relative;
	background: url('../img/alt_star.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	background: none;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover {
	background: url('../img/alt_star.gif') left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:25px;}
.unit-rating a.r2-unit{left:25px;}
.unit-rating a.r2-unit:hover{width: 50px;}
.unit-rating a.r3-unit{left: 50px;}
.unit-rating a.r3-unit:hover{width: 75px;}
.unit-rating a.r4-unit{left: 75px;}	
.unit-rating a.r4-unit:hover{width: 100px;}
.unit-rating a.r5-unit{left: 100px;}
.unit-rating a.r5-unit:hover{width: 125px;}

.unit-rating li.current-rating {
	background: url('../img/alt_star.gif') left bottom;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
div#qTip {
  padding: 3px;
  /* border: 1px solid #666;*/
  display: none;
  background: #fff;
  color: #000;
  font: bold 10px Verdana, Arial, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}
div.rating_stars {
	float: left;
}

div.ratingtxt {
	float: left;
	clear: right;
	line-height:22px;
	padding-left: 5px;
}
.ratetext { 
    /* text of rating */
}
.totalvotes {
    /* total number of votes - set this
     * to hidden if you don't want to display the
     * its contents */
    display: none;
}

.auto_complete .cake-sql-log {
	display: none;
}

div.auto_complete    {
     position         :absolute;
     width            :250px;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
	 line-height:	20px;
} 

div.auto_complete li {
	list-style: none;
	font-size: 14px;
}

li.selected    { background-color: #ffb; }

table tr.unconfirmed td {
	background: #FEE;
}

fieldset.trust_rating fieldset input[type=radio]{
	clear: none;
	height: 40px;
	margin: 0 10px 0 150px;
}

fieldset.trust_rating fieldset label {
	float: left;
	font-size:26px;
	padding-right: 40px;
}

div#commentSaved{
	width: 150px;
	margin: 0 auto;
	clear: both;
}

div#commentSaved img {
	vertical-align: middle;
}

div.frontpage_news{
	float:left;
	padding-right:10px;
	width:340px;
}

div.frontpage_photos{
	float:left;
	margin-left:-1px;
	padding-left:30px;
	width:340px;
}

div.frontpage_games{
	float:left;
	padding-right:20px;
	width:360px;
}

div.frontpage_clubs{
	float:left;
	width:370px;
}

div.frontpage_photos div.gallery_item{
	padding: 1px;
}

div.fp_newsitem {
	margin-bottom: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

span.news_title {
	display:block;
	float:left;
	color: #AC0700;
	font-size: 1.2em;
	font-weight: bold;
}

span.news_title a{
	color: #AC0700;
	text-decoration: none;
}

span.newsDate {
	display: block;
	float: left;
}

div.newsitem_caption {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

hr.space {
	visibility: hidden;
	display:block;
	border: 0;
	clear: both;
}

hr.whitespace {
	visibility: hidden;
	display:block;
	border: 0;
	clear: both;
	padding: 7px 0;
}

div#logo {
	height:100%;
	width:165px;
	background: url('../img/logo.png') no-repeat;
}

a#home_link {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

table.game_stats {
	border: 0;
	background: #CCC;
}

table.game_stats tr td{
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
	padding:10px 4px 4px;
	border: 0;
}

div.game_stats {
	border:1px solid #CCCCCC;
	float:left;
	margin:10px 10px 0 0;
	width:365px;
}

div.game_description {
	float:left;
	line-height:18px;
	padding:0 0 0 10px;
	text-align:justify;
	/*width:325px; */
	width:385px;
}

div.games.view h1 {
	float: left;
}

div.games.view div.game_main_rating{
	float:left;
	padding:7px 0 0 20px;
}

.game_stats span.totalvotes {
	display: inline;
}

.roundedcnt div.inner div.club_description {
	float:left;
	margin:5px 0 20px;
	padding:5px;
	text-align:justify;
	width:430px;
}

div.club_stats {
	border:1px solid #CCCCCC;
	float:left;
	margin:5px 0 0 10px;
	width:300px;
}

div.club_stats2 {
	float: right;
}

table.club_stats {
	background:#CCCCCC none repeat scroll 0 0;
	border:0 none;
	width:300px;
}

table.club_stats tr td {
	border:0 none;
	font-size:11px;
	padding:4px;
	text-align:left;
	vertical-align:middle;
}

div.clubArticlecomments {
	border: 0;
	margin:15px 0;
}

div.clubArticlecomment {
	width: 100%;
	border: 1px solid #CCC;
	margin-top: -1px;
}

div.club_info_block {
	border:1px solid #DDDDDD;
	float:left;
	margin:0 10px 20px 0;
	padding:10px;
	width:345px;
}

div.club_info_block ul {
	margin: 0;
}

div.club_info_block li {
	list-style: none;
	margin: 5px 0 0;
}

div.wide_gallery_container {
	width: 100%;
	float: left;
}

span.advertisement_price{
	display:block;
	font-size:13px;
	font-weight:bold;
	margin-top:8px;
}

.userAdvertisements img.middle {
	float: left;
	padding: 5px;
}

.userAdvertisements dl.ad_info {
	width: 40%;
	float: left;
}

p#ad_desc {
	padding: 10px;
	line-height: 140%;
}

.userAdvertisements div.game_index_desc {
float:left;
padding-bottom:20px;
width:620px;
}

h3 a, h3 a:hover {
	font-weight: inherit;
	color: #333;
	text-decoration: none;
}

p.tournament_description {
	float: left;
	width:450px;
}

div.tournament_info {
	float: left;
	width: 500px;
}

div.game_list {
	float: left;
	width: 150px;
	padding-left: 10px;
	border-left:1px solid #CCCCCC;
}

div.tournaments div.game_index_desc_bottom{
	padding-bottom: 10px;
}

form#BidAddForm, form#BidAddForm input{
	clear:none;
	display:inline;
	height:20px;
	padding:0;
	vertical-align:top;
	width:60px;
}

table tr.unread td {
	background: #CFC;
}

div.club_member {
	border:1px solid #CCCCCC;
	float:left;
	height:100px;
	margin:3px;
	padding:3px;
	text-align:center;
	width:80px;
}

div.club_member img {
	width: 70px;
}

div.club_member a {
	float: none;
	padding: 0;
}



.drop_down_element {
			position: absolute;
			z-index: 400;
		}
		.drop_down_element ul {
			margin: 0; padding: 0; list-style: none;
			border: 1px solid #CCC;
			border-top: 0;
			background: white;
			padding: 0;
		}
		
		.drop_down_element ul li{
			border-top:1px solid #CCCCCC;
			margin:0;
		}
		
		.drop_down_element ul li a{
			color: #333;
			text-decoration: none;
			padding: 10px;
			display: block;
		}
		
		.drop_down_element ul li a img{
			vertical-align: middle;
			margin-right: 10px
		}
		
		.drop_down_element ul li a:hover {
			background: #F4F4F4;
		}
		
		.drop_down_element .inner {
			padding: 1em;
		}
		
div.index_search {
	padding: 0;
	margin: 0;
}

div#side_search div.input, div#side_login div.input {
	padding: 0;
	margin: 0 0 10px;
}

div#side_search div.submit, div#side_login div.submit{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

div#side_search div.submit input, div#side_login div.submit input {
	width: 140px;
	margin-bottom: 10px;
	background: #CD2922;
}

div.submit input{
	background: #CD2922;
	color:#EEEEEE;
}

div#side_search div.text input, div#side_login div.text input , div#side_login div.password input {
	width: 135px;
}

div#side_login label {
	padding: 0;
}

div.half-width {
	float:left;
	width:370px;
	margin: 0;
	padding: 0;
}

div.blogs_users {
	float:left;
	width:400px;
}

div.all_blogs {
	float:left;
	width:350px;
}

div.half-width div.newsItem {
	padding: 10px;
	border: none;
	
}

div.auctions dl dd, div.users dl dd {
	margin-left:12em;
}

div.users dl {
	width: auto;
}

a.rate-up {
	border:1px solid #CCCCCC;
	color:#339933;
	font-size:15px;
	margin:2px;
	padding:3px;
	text-decoration:none;
}

a.rate-down {
	border:1px solid #CCCCCC;
	color:#993333;
	font-size:15px;
	margin:2px;
	padding:3px;
	text-decoration:none;
}

div.product_item {
	border: 1px solid #CCCCCC;
	float:left;
	margin:3px;
	padding:4px;
	width:115px;
	height:140px;
}

span.product_price{
	font-size: 1.6em;
	font-weight: bold;
	color:#BD1811;
	padding:3px 8px 0 0;
	float: right;
}

span.product_title{
	display:block;
	height:30px;
	margin:0 0 5px;
	overflow:hidden;
	padding:5px 5px 0;
	vertical-align:top;
}

input.cart_quantity {
	width: 60px;
}

table#shopping_cart div.input {
	margin: 0;
	padding: 0;
}

form#CartItemEditForm {
	width: 100%;
}

span#cart_total {
	display:block;
	float:right;
	font-size:1.6em;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding:0 20px;
}

h2.shop_category {
	float: left;
	padding: 0 15px 0 0;
	font-size: 1.4em;
}

img.product_index_image {
	display: block;
	height: 75px;
	margin: 0 auto;
}

span.product_title a{
	color: #333;
	text-decoration:none;
}

div.sorting {
	padding: 4px;
	margin: 5px 0 15px 0;
}

div.index {
	zoom: 1;
}

div.game_stat_item {
	width: 350px;
	float: left;
	padding: 10px;
}

div.form_col_item {
	clear:none;
	float:left;
	padding: 0;
	width:300px;
}

.news h3 {
	color: #333;
	margin: 0.5em 0 0;
	padding: 0;
}

ul#side_poll {
	margin: 0;
}

ul#side_poll input {
	margin: 5px;
}

ul#side_poll li {
	list-style: none;
	margin: 0;
	height: 25px;
	line-height: 22px;
}

div#product_info {
	width: 300px;
	float: left;
}

div#auction_info {
	width: 340px;
	float: left;
}

div#product_info span.product_price{
	float: left;
}

div#product_info span.price_caption {
	float: left;
	font-size:1.6em;
	padding:3px 8px 0 0;
}

div#product_info table, div#product_info table td{
	border: none;
	text-align: left;
}

div#product_info input#CartItemQuantity{
	width: 50px;
	float: left;
	height: 20px;
	padding: 2px;
	display: block;
	margin: 0 5px 0;
}

div#product_info input#CartItemSubmit{
	width: 50px;
	height: 26px!important;
	padding: 2px;
	display: block!important;
	clear: none;
	float: left;
}

div#product_info form{
	float: left;
	width: auto;
	clear: none;
}

span.rating_star {
	display: block;
	background: url(../img/alt_star.gif) no-repeat;
	background-position: 35px -50px;
	width: 60px;
	height: 25px;
	font-size: 20px;
}

.autocomplete_live {
    background:#EEE none repeat scroll 0%;
    clear:both;
    cursor:pointer;
    display:block;
    margin:0px;
    padding:0px;
    z-index:9999;
}

.autocomplete_live ul {
    clear:both;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    position:absolute;
    width:100%;
}

.autocomplete_live li {
    background:#EEE none repeat scroll 0%;
    border-bottom:1px solid #C0C0C0;
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
} 

.autocomplete_live li a{
	display: block;
	color: #333;
	padding: 5px;
}

.autocomplete_live li a:visited{
	color: #333;
}

.autocomplete_live li a:hover {
	background: #FF6633;
	text-decoration: none;
}

.autocomplete_live li a:active, .autocomplete_live li a:focus {
	outline: none;
	background: #FF6633;
}

span.autocomplete_suggest {
	border-bottom:1px solid #C0C0C0;
	color:#666666;
	display:block;
	padding:5px;
}

a#button_order{
	background:url("../img/shopping_cart.png") no-repeat scroll 11px 4px #CD2922;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	display:block;
	float:right;
	height:32px;
	line-height:32px;
	padding:5px 15px 5px 55px;
}
