html, body, form {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;	
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;			
}
body {
	color: #474747;
	font-family: Arial, Tahoma, sans-serif;
	font-size: small;
	background:#fff url(/images/mobile/body-bg.png);
}
input{
	color: #474747;
	font-family: Arial, Tahoma, sans-serif;
}
img {border: none;}
.clb {clear: both;}

a{
	color: #474747;
	text-decoration:none;
}
.red{
	color:#f70017;
}

.black{
	color:#000;
}

#menu a.active{
	color: #fff;
	background-color:#ff8400;
	text-decoration:none;
	padding:2px;
}

h1{
	
	margin:5px;
	text-align:center;
	color:#fff;
	font-weight:normal;
	font-size:12pt;
	padding:7px;
	background-color:#dd6700;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38900', endColorstr='#b95000');
	background: -webkit-gradient(linear, left top, left bottom, from(#f38900), to(#b95000));
	background: -moz-linear-gradient(top,  #f38900,  #b95000);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;		
	position: relative;
}

#header {
	
}
#topBanner{
	text-align:center;
}

#lang a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	padding:5px;
}
#lang a.active{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#ececec');
	background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#ececec));
	background: -moz-linear-gradient(top,  #bdbdbd,  #ececec);
}

.search-holder{
	padding:5px;
}
.keyword{
	border:1px solid #b7b7b7;
	padding:5px 5px 5px 23px;
	font-size:10pt;
	background:#fff url(/images/mobile/search-bg.png) no-repeat 8px 8px;
	width:90%;
}
#searchForm .c1{
	width:100%;
	text-align:right;
}
#searchForm .c2{
	padding-top:4px;
	padding-left:5px;
	width:1%;
}

#top-menu{
	text-align:center;
	overflow:hidden;
	min-width:240px;
	padding:5px;
}
#top-menu a{
	display:block;
	width:33%;
	float:left;
	border:1px solid #c7c7c7;
	padding:4px 0px;
	background-color:#fff;
	text-decoration:none;
	font-size:10pt;
	color:#474747;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e7e7e7');
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background: -moz-linear-gradient(top,  #f7f7f7,  #e7e7e7);
}
#top-menu a.first-child{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-right:none;
}
#top-menu a.last-child{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-left:none;
}

#top-menu a.active{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#dedede');
	background: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#dedede));
	background: -moz-linear-gradient(top,  #c4c4c4,  #dedede);
}

.group-data{
	padding:5px;
	padding-bottom:0px;
	
}
.group-data .item{
	border:1px solid #fff;
	border-color:#dbdbdb #c6c6c6 #969696 #c6c6c6;
	position:relative;
	overflow:hidden;
	padding:7px;
	margin-bottom:2px;
	background-color:#f0f0f0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.group-data .item-small{
	border:1px solid #fff;
	border-color:#dbdbdb #c6c6c6 #969696 #c6c6c6;
	position:relative;
	overflow:hidden;
	padding:7px;
	margin-bottom:2px;
	background-color:#f0f0f0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.group-data .listen{
  float: right;
  width: 15px;
  height: 15px;
}


.group-data .item_half{
  width:43%;
  float: left;
	border:1px solid #c7c7c7;
	position:relative;
	overflow:hidden;
	padding:7px;
	margin-bottom:2px;
	background-color:#f0f0f0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.group-data .last{
  float: right;
}


.pagination .disabled{
  color: #ccc;
}

.group-data .item .image{
	float:left;
	width:66px;
}

.group-data .item .info a{
	display:block;
}

.group-data .item .info a.artist {
	display:inline;
}

.info a.name{
	font-size:110%;
	color:#f70017;
	text-decoration:none;
}

.info a.artist{
	color:#000;
	text-decoration:none;
}
.info a.player{
	width:27px;
	position:absolute;
	right:15px;
	top:33%;
}

.link1{
	border:1px solid #c7c7c7;
	padding:8px;
	background-color:#fff;
	text-decoration:none;
	font-size:12pt;
	color:#474747;
	
	display:block;
	text-align:center;
	background-color:#f0f0f0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e7e7e7');
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background: -moz-linear-gradient(top,  #f7f7f7,  #e7e7e7);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.link2{

	padding:8px;
	background-color:#fff;
	text-decoration:none;
	font-size:12pt;
	color:#fff;
	
	display:block;
	text-align:center;
	background-color:#dd6700;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38900', endColorstr='#b95000');
	background: -webkit-gradient(linear, left top, left bottom, from(#f38900), to(#b95000));
	background: -moz-linear-gradient(top,  #f38900,  #b95000);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.link2 .ico-all{
	padding-right:40px;
	background:transparent url(/images/mobile/ua/ico-all.png) no-repeat right center;
	margin:-3px;
	padding:3px;
}

.link3{
	border:1px solid #c7c7c7;
	padding:8px;
	background-color:#fff;
	text-decoration:none;
	font-size:10pt;
	color:#474747;
	
	display:block;
	text-align:left;
	background-color:#f0f0f0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e7e7e7');
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background: -moz-linear-gradient(top,  #f7f7f7,  #e7e7e7);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.link3 .ico-ar{
	padding-right:30px;
	background:transparent url(/images/mobile/arr.png) no-repeat right center;
}

.group-data .link1, .group-data .link2, .group-data .link3{
	margin-bottom:2px;
}

.marg5{
	margin:5px;
}

#dataInfo{
	overflow:hidden;
	margin:5px;
}
#dataInfo .image{
	width:78px;
	float:left;
}

#dataInfo .not-image {
  padding-left:82px;
}

#dataInfo .info{
	min-height:88px;
	min-width:128px;
	padding:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color:#fff;
	border:1px solid #fff;
	border-color:#dbdbdb #c6c6c6 #969696 #c6c6c6;
}

#orderTypes {
	padding:7px;
	margin:5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color:#f0f0f0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #eee);
	border:1px solid #fff;
	border-color:#dbdbdb #c6c6c6 #969696 #c6c6c6;
}
#orderTypes .orderPrice{
	color:#fff;
	display:block;
	margin:0px 10px;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#dd6700;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa7200', endColorstr='#b84b00');
	background: -webkit-gradient(linear, left top, left bottom, from(#fa7200), to(#b84b00));
	background: -moz-linear-gradient(top,  #fa7200,  #b84b00);
}

#menu{
	padding:5px;
font-weight: bold;
text-align: center;
font-size: 10px;
}


/*----------*/

.red a{
	color:#f70017;
}

