/* http://meyerweb.com/eric/tools/css/reset/ */html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, fieldset, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	
}

ol, ul {
	list-style: none;
}

ol li {
	margin: 10px 0px 5px 5px;
	list-style: decimal inside;
}
.title_vid {
	font: 11px Tahoma, Arial, Verdana;
	line-height: 16px;
	color: #000000;
	margin: 0 auto 0;
	background-attachment: fixed;
        color:white;
}

.thumb_el{
width:180px;
margin:10px 10px 0px 10px;
float:left;
text-align:center;
margin-bottom:10px;
background: #FFF;
border: solid 1px #000;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.thumb_el a {
border-bottom: dotted 1px!important;
text-decoration:none!important;
}

.thumb_el a:hover{
border-bottom: dotted 1px!important;
text-decoration:none!important;
}

.thumb_title{
background-image:url('/img/bg.png');
padding:1px;
height:105px;
font-weight:bold;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;

}

.thumb_title a{
	border: 0px!important;
}

.child {
   
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    zoom:1;
    //display:inline;
	width: 152px;
	margin:0 auto;
}

.helper {
   
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
    zoom:1;
    //display:inline;
}

.game_info{
padding:3px 3px 3px 3px;
line-height: 130%;
text-align:left;
background-image:url('/img/bg1.gif');
font-size: 11px;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}

.game_info li.first-child{
	min-height:40px;
	padding: 4px 4px 2px 2px;
    background-image:url('/img/bg.png');
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color: #fff;
}

.game_info li.first-child a{
	border-bottom-color: #fff;
	color: #fff;
}

.game_info li.first-child a:hover{
	border-bottom-color: #CC0000;
	color: #CC0000;
}

.game_stats li{
	display: inline-block;
	padding:0;
	margin:0;
	background:none;
	vertical-align:middle;
	}
	
.game_stats a.first{
	color:#fff!important;
	border: 0px!important;
	text-align:center;
	display: block;
	width: 40px;
	background: url(/img/down.png) no-repeat 2px 5px;
	margin: 0;
	padding: 5px 0 5px 14px;
	color: #000;
	text-decoration: none;
	}

.game_stats div.second{
	text-align:center;
	display: block;
	width: 26px;
	background: url(/img/stat.png) no-repeat 0 5px;
	margin: 0;
	padding: 5px 0 5px 17px;
	color: #000;
	text-decoration: none;
	}

.game_stats a.third{
	color:#fff!important;
	border: 0px!important;
	text-align:center;
	display: block;
	width: 40px;
	background: url(/img/comm.png) no-repeat 2px 5px;
	margin: 0;
	padding: 5px 0 5px 15px;
	color: #000;
	text-decoration: none;
	}
	
.game_stats li.first{
	background: url(/img/bg.png);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	}

	
.game_stats li.third{
	background: url(/img/bg.png);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	}
	
.game_stats a.first:hover{
	text-decoration:underline!important;
	border: 1px!important;
	}

.game_stats a.third:hover{
	text-decoration:underline!important;
	border: 1px!important;
	}