position: relative; * { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; font-family: Arial; font-size: 12px; color: #5c5b49; background: #ffffff;  }

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0; line-height: 0; height: 0; }

*html #main { height: 100%; }


p { margin: 15px 0px ; }
a { text-decoration: underline; color: #1F5A7A; }
a:hover { text-decoration: none; }

/* ----- h1- h6 ----- */
h1 { 
	color: #636363;
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
	margin: 15px 0;
	text-transform: uppercase;
}
h2 { font-size: 19px; color: #636363; margin: 15px 0; line-height: 1.2; font-weight: normal; text-transform: uppercase; font-family:  Arial; }
h3 { font-size: 16px; color: #636363; margin: 15px 0; line-height: 1.2; font-weight: normal; font-family:  Arial; }

table { border-collapse: collapse; }
input { font-family: arial; font-size: 8pt; color: #000; }
textarea { font-family:  arial; font-size: 8pt; color: #000; }
ul { list-style: none; margin:0px; padding: 0px; }

 /* ----- header ----- */
header{

}
 

 /* ----- main ----- */
#main{
    margin: 0 auto;
    position: relative;
    width: 1200px;
	background:#d5d5d5;
}
 
.activity_table{
	width:100%;
}

.activity_table td, .activity_table th{
	border:1px solid #222;
	padding:5px;
}

.activity_tr_even{
background:#B7FAB7;	
	
}

.activity_tr_odd{

	
}
 
.games_list_one{
display:inline-block;
vertical-align:top;
width:150px;
position:relative;	
margin:20px 5px;
border:1px solid #222;
min-height:215px;
}

.games_list_one img{
	width:100%;
}
.games_list_one a{
	text-decoration:none;
}

.game_list_one_discount {
	position: absolute;
	background: red;
	color: #fff;
	padding: 3px 3px;
	border-radius: 23px;
	right: 4px;
	top: 4px;
}
 
.games_list_one_text_area {
	
	width: 100%;
	text-align: center;
	color: #000;
}

.game_list_one_date{
	position:absolute;
	background: rgba(255,255,255,0.7);
	color:#000;
	top:0;
	left:0;
	
}


.game_list_one_date_post{
	position:absolute;
	background: rgba(50,255,50,0.7);
	color:#000;
	top:30px;
	left:0;
	
}



.game_list_one_title{
	text-align:center;
}

.game_list_one_prices{
	text-align:center;
}

.game_list_one_prices span{
	text-decoration:line-through;
	color:red;
	
	
}

.games_list_one p{
	margin:2px 0;
	
}



#toTop  {
    background: url("/themes/default/images/up.png") no-repeat scroll center top transparent;
    cursor: pointer;
    height: 51px;
    position: fixed;
    right: 10%;
    top: 50%;
    width: 51px;
    z-index: 999;
}

#question{
    background: url("/themes/default/images/question.png") no-repeat scroll center top transparent;
    display: block;
    height: 177px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 38px;
	cursor: pointer;
}


#filter_subsearch{
position:relative;	
}

#filter_subsearch ul{
	position:absolute;
	z-index:10;
	background:#fff;
	
}



#filter_subsearch ul li{
	border-bottom:1px solid #ccc;
	padding:5px 10px;
	
}


.subsearch_prices{
	
}

.subsearch_prices span{
	text-decoration:line-through;
	color:red;
}