body {
	background-color: #2c2b2c;
}

.content {
	margin-right: -40px;
}

#main.loading {
	background-image: url(../images/ajax-loader-2c2b2c.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

ul.grid {
	position: relative;
	display: block;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	min-width: 360px;
	min-height: auto;
	overflow: hidden;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: white;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}




html.opera9 ul.grid {	
	display: none;
}

ul.grid > li {
	position: relative;
	float: left;
	display: block;
	margin: 0 10px;
	width: 140px;
	height: 188px;
	text-align: center;
	top:0;
	overflow: hidden;
}


ul.grid li .px {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 0;
}

ul.grid a {
	color: white;
	text-decoration: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

html.linux ul.grid a {
	-webkit-tap-highlight-color: rgba(26,26,26,0.300781) !important;
}

ul.grid.white,
ul.grid.white a {
	color: #000;
}

ul.grid a * {
	cursor: pointer;
}

ul.grid .icon {
	position: relative;
	display: inline-block;
	width: 125px;
	height: 125px;
	padding-bottom: 6px;
	margin: 15px auto -4px auto;
	background-color: transparent;
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
	background-position: 0 -134px;
	-webkit-tap-highlight-color: rgba(26,26,26,0.300781);
}


/*.new .icon:after {
	content: "new";
	position: absolute;
	right: 4px;
	top:4px;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 2px;
	font-weight: bold;
	background-color: #fc0;
	color: #2c2b2c;
	z-index: 100;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}*/

ul.grid .icon img,
ul.grid .icon .img {
	position: absolute;
	display: block;
	top:0;
	left:0;
	z-index: 0;
	width: 125px;
	height: 125px;
	margin: 0;
	padding: 0;
	-webkit-transition:0.1s ease-out;
	-moz-transition:0.1s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;
}

ul.grid .icon .img ins.adsbygoogle {
	margin: 3px 2px 2px 3px !important;
}

ul.grid .icon img.done,
ul.grid .icon .img {
	background-color: white !important;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
}

ul.grid .icon .img {
	background-color: #fff !important;
}

ul.grid li.hover a .icon img.done,
ul.grid li.hover .a .icon .img {
	-webkit-box-shadow: 0 0 5px rgba(0,128,255,1), 0 0 5px rgba(0,128,255,1) !important;
	-moz-box-shadow: 0 0 5px rgba(0,128,255,1), 0 0 5px rgba(0,128,255,1) !important;
	box-shadow: 0 0 5px rgba(0,128,255,1), 0 0 5px rgba(0,128,255,1) !important;
}

ul.grid.white li.hover a .icon img.done,
ul.grid.white li.hover .a .icon .img {
	-webkit-box-shadow:  0 0 2px rgba(0,128,255,1), 0 2px 4px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: 0 0 1px rgba(0,128,255,1), 0 2px 4px rgba(0,0,0,0.5) !important;
	box-shadow: 0 0 1px rgba(0,128,255,1), 0 2px 4px rgba(0,0,0,0.5) !important;
}

ul.grid .name,
ul.grid .more {
	position: relative;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0px;
	padding-top: 0px;
}

ul.grid .name {
	padding-top: 4px;
	font-weight: bold;
}

ul.grid .more {
	color: #666;
	font-weight: normal;
}

ul.grid.white .more {
	color: #999;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	ul.grid .icon {  
		background-image: url(../images/base@2x.png);
		background-size:125px 289px;
	}
	
}

