/*CSS reset code*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	text-shadow:0 0 0 none;
	
}
html, body {
	font-size:11px;
	font-family:Arial, Tahoma, Verdana;
	color:#333;
	text-align:left;
}
html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	text-shadow:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}

legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
a {
	color:#333;
}
a:active {
	outline: none;
	-moz-outline-style: none;
}
a:focus {
	-moz-outline-style: none;
}
a {
	text-decoration:none;
	-moz-outline-style: none;
	outline: none;
}
a:hover {
	opacity: 1;
}
a:link {
	cursor:pointer;
}
a:visited {
	cursor:pointer;
}
a:active {
	cursor:pointer;
}
a:hover span, a:hover strong, a:hover em {
	text-decoration:none;
	cursor:pointer;
}

.clr:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clr {
@display: inline-block;
}
* html .clr {
	height: 1%;
	_height:auto;
}
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
@display: inline-block;
}
* html .clear {
	height: 1%;
	_height:auto;
}
.clearBoth {
	clear:both;
}
body{
	-webkit-user-select:none;
	-webkit-text-size-adjust:none;
	background:#929191;
}
/*CSS reset code end*/

.pageLoad{
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
}

.pageLoadContain{
	width:100%;
	height:100%;
	position:relative;
	left:0;
	top:0;
}

.pageLoadContain .load{
	height:80px;
	width:200px;
	margin:auto;
	position:relative;
	top:50%;
	margin-top:-50px;
	background:rgba(0,0,0,0.7) url(http://img3.mynet.com/mynet-mobile/kavun/loader.gif) no-repeat center center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align:center;
}

#loadMessage{
	font-size:12px;
	color:#fff;
	padding:10px 0 10px 0;
}

.pageLoadContain  a{
	font-size:14px;
	height:110px;
	width:300px;
	display:block;
	color:#fff;
	font-weight:bold;
	line-height:105px;
	margin:auto;
	position:relative;
	top:50%;
	margin-top:-50px;
	background: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.33, rgb(255,122,5)),  color-stop(0.67, rgb(255,163,64)) );
	background: -moz-linear-gradient(  center bottom,  rgb(255,122,5) 33%,  rgb(255,163,64) 67% );
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	text-align:center;
}

#moreResult{
	width:200px;
	margin:10px auto 10px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:-webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(62,62,62)),  color-stop(0.99, rgb(125,125,125)) );
background:-moz-linear-gradient(  center bottom,  rgb(0,0,0) 50%,  rgb(0,0,0) 50%,  rgb(62,62,62) 50%,  rgb(125,125,125) 99% );
padding:8px;
text-align:center;
clear:both;
}

#moreResult a{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	display:block;
}

#header {
	width:100%;
	height:50px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.39, rgb(33,35,37)), color-stop(0.86, rgb(69,72,77)) );
	background-image: -moz-linear-gradient( center bottom, rgb(33,35,37) 39%, rgb(69,72,77) 86% );
	padding:0;
}
#footer {
	width:100%;
	margin:0 0 5px 0;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.39, rgb(33,35,37)), color-stop(0.86, rgb(69,72,77)) );
	background-image: -moz-linear-gradient( center bottom, rgb(33,35,37) 39%, rgb(69,72,77) 86% );
	padding:0;
	border-top:1px solid #000000;
}
#wrapper {				
	width:100%;
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.07, rgb(146,145,145)),  color-stop(0.52, rgb(159,159,159)) );
	background-image: -moz-linear-gradient(  center bottom,  rgb(146,145,145) 7%,  rgb(159,159,159) 52% );
	overflow:hidden;
	position:relative;
	z-index:1;
}
#scroller {
	float:left;
	width:100%;
	padding:0;
	-webkit-touch-callout:none;
}

/*kavun mobile*/
.headerContent{
	padding:5px;
}

.wrapperContain{
	float:left;
	width:100%;
}

.logoKavun{
	width:88px;
	height:38px;
	float:left;
	text-indent:-9999px;
	background:url(http://img3.mynet.com/mynet-mobile/kavun/sprite.png) no-repeat 0 0;
}

.searchBox{
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	padding:0 70px 0 0;
	clear:both;
	-webkit-box-shadow: inset 0px 0px 2px #999;
	-moz-box-shadow: inset 0px 0px 2px #999;
	box-shadow: inset 0px 0px 2px #999;
}

.searchBoxTwo{
	padding:10px 0 0 0;
	clear:both;
}

.searchBox input{
	width:100%;
	height:35px;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	border:0 none;
	background:none;
	-webkit-appearance:none;
}

.buttonAra{
	display:block;
	height:27px;
	line-height:27px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	right:5px;
	top:5px;
	padding:0 25px 0 7px;
	background: url(http://img3.mynet.com/mynet-mobile/kavun/sprite.png) no-repeat 35px -135px, -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.33, rgb(255,122,5)),  color-stop(0.67, rgb(255,163,64)) );
	background: url(http://img3.mynet.com/mynet-mobile/kavun/sprite.png) no-repeat 35px -135px, -moz-linear-gradient(  center bottom,  rgb(255,122,5) 33%,  rgb(255,163,64) 67% );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow:1px 0px 2px #333333;
}

.buttonContain{
	background: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.21, rgb(238,238,238)),  color-stop(0.46, rgb(255,255,255)) );
	background: -moz-linear-gradient(  center bottom,  rgb(238,238,238) 21%,  rgb(255,255,255) 46% );
	overflow:hidden;
	text-align:center;
	padding:10px 20px 10px 20px;
	-webkit-box-shadow: inset 0px 1px 5px #999;
-moz-box-shadow: inset 0px 1px 5px #999;
box-shadow: inset 0px 1px 5px #999; 
}

.buttonContain form{
	text-align:center;
}

.buttonHidden{
	width:295px;
	margin:auto;
	overflow:hidden;
	padding:10px 0 0 0;
}

.buttonHidden ul{
	width:310px;
	margin:auto;
}

.buttonHidden ul li{
	float:left;
	margin:0 10px 10px 0;
}

.buttonHidden ul li a{
	display:block;
	background: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.33, rgb(66,66,66)),  color-stop(0.5, rgb(63,63,63)),  color-stop(0.5, rgb(86,86,86)),  color-stop(0.97, rgb(149,149,149)) );
background: -moz-linear-gradient(  center bottom,  rgb(66,66,66) 33%,  rgb(63,63,63) 50%,  rgb(86,86,86) 50%,  rgb(149,149,149) 97% );
	width:63px;
	height:28px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #3e3e3e;
	line-height:28px;
	overflow:hidden;
}

.musicList{
	margin:10px 0 0 0;
}

.musicList ul li{
	width:100%;
	border-bottom:1px solid #d2d2d2;
	background: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.21, rgb(238,238,238)),  color-stop(0.46, rgb(255,255,255)) );
	background: -moz-linear-gradient(  center bottom,  rgb(238,238,238) 21%,  rgb(255,255,255) 46% );
	padding:5px 0 5px 0;
	position:relative;
}

.musicList ul li a.coverLink{
	margin:0 65px 0 5px;
	display:block;
}

.musicList ul li img{
	margin:2px 0 0 9px;
	width:60px;
	height:60px;
}

.coverText{
	padding:0 0 0 82px;
	display:block;
}

.musicList ul li a h2{
	font-size:13px;
	font-weight:bold;
	color:#000;
	overflow:hidden;
	display:block;
	height:32px;
}
.musicList ul li a h4{
	font-size:11px;
	color:#919191;
	overflow:hidden;
	display:block;
	height:25px;
}

.cover{
	width:72px;
	height:65px;
	float:left;
	position:relative;
}

.cover em{
	width:72px;
	height:65px;
	display:block;
	position:absolute;
	background:url(http://img3.mynet.com/mynet-mobile/kavun/sprite.png) no-repeat -1px -56px;
}

.btnPlay{
	display:block;
	line-height:27px;
	font-size:12px;
	font-weight:bold;
	text-shadow:1px 0px 2px #333;
	color:#fff;
	width:52px;
	height:28px;
	position:absolute;
	right:5px;
	top:30%;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(46,122,229)),  color-stop(0.5, rgb(43,120,228)),  color-stop(0.5, rgb(80,140,231)),  color-stop(0.99, rgb(137,172,238)) );
background: -moz-linear-gradient(  center bottom,  rgb(46,122,229) 50%,  rgb(43,120,228) 50%,  rgb(80,140,231) 50%,  rgb(137,172,238) 99% );
}

/*list home style*/


.musicListHome{
	margin:5px 0 0 0;
}

.musicListHome ul li{
	width:100%;
	border-bottom:1px solid #d2d2d2;
	background: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.21, rgb(238,238,238)),  color-stop(0.46, rgb(255,255,255)) );
	background: -moz-linear-gradient(  center bottom,  rgb(238,238,238) 21%,  rgb(255,255,255) 46% );
	padding:5px 0 5px 0;
	position:relative;
}

.musicListHome ul li a.coverLink{
	margin:0 65px 0 5px;
	display:block;
}

.musicListHome ul li img{
	margin:2px 0 0 9px;
	width:60px;
	height:60px;
}

.coverTextHome{
	padding:0 0 0 82px;
	display:block;
}

.musicListHome ul li a h2{
	font-size:13px;
	font-weight:bold;
	color:#000;
	overflow:hidden;
	display:block;
	height:32px;
}
.musicListHome ul li a h4{
	font-size:11px;
	color:#919191;
	overflow:hidden;
	display:block;
	height:25px;
}

.coverHome{
	width:72px;
	height:65px;
	float:left;
	position:relative;
}

.coverHome em{
	width:72px;
	height:65px;
	display:block;
	position:absolute;
	background:url(http://img3.mynet.com/mynet-mobile/kavun/sprite.png) no-repeat -1px -56px;
}

.btnPlayHome{
	display:block;
	line-height:27px;
	font-size:12px;
	font-weight:bold;
	text-shadow:1px 0px 2px #333;
	color:#fff;
	width:52px;
	height:28px;
	position:absolute;
	right:5px;
	top:30%;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(46,122,229)),  color-stop(0.5, rgb(43,120,228)),  color-stop(0.5, rgb(80,140,231)),  color-stop(0.99, rgb(137,172,238)) );
	background: -moz-linear-gradient(  center bottom,  rgb(46,122,229) 50%,  rgb(43,120,228) 50%,  rgb(80,140,231) 50%,  rgb(137,172,238) 99% );
	-webkit-box-shadow: inset 0px 0px 2px #000;

}

/*list home style end*/


.radioSelectTitle{
	font-size:16px;
	font-weight:bold;
	display:block;
	color:#000;
	margin:0 0 10px 0;
}

.radioSelect{
	font-size:20px;
	font-weight:bold;
	display:block;
	color:#333;
	margin:auto;
	text-align:center;
	background:#fff;
}


/*kavun mobile end*/


/*kavun mobil html5 player*/
.kavunPlayer{
	padding:10px;
	overflow:hidden;
	height:36px;
}

.bPlay{
	width:40px;
	height:40px;
	float:left;
	background:url(http://img3.mynet.com/mynet-mobile/kavun/sprite.png) no-repeat 15px -176px, -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(46,122,229)),  color-stop(0.5, rgb(43,120,228)),  color-stop(0.5, rgb(80,140,231)),  color-stop(0.99, rgb(137,172,238)) );
	background:url(http://img3.mynet.com/mynet-mobile/kavun/sprite.png) no-repeat 15px -176px, -moz-linear-gradient(  center bottom,  rgb(46,122,229) 50%,  rgb(43,120,228) 50%,  rgb(80,140,231) 50%,  rgb(137,172,238) 99% );

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #2e2e2f;
border-bottom:1px solid #666869;
text-indent:-9999px;
margin:0 10px 0 0;
}

.bStop{
	width:40px;
	height:40px;
	float:left;
	background:url(http://img3.mynet.com/mynet-mobile/kavun/sprite.png) no-repeat -69px -175px, -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(62,62,62)),  color-stop(0.99, rgb(125,125,125)) );
background:url(http://img3.mynet.com/mynet-mobile/kavun/sprite.png) no-repeat -69px -175px, -moz-linear-gradient(  center bottom,  rgb(0,0,0) 50%,  rgb(0,0,0) 50%,  rgb(62,62,62) 50%,  rgb(125,125,125) 99% );
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #2e2e2f;
border-bottom:1px solid #666869;
text-indent:-9999px;
margin:0 10px 0 0;
}


.timeLine{
	width:100%;
	height:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#eee;
}

.timeLineBar{
	height:10px;
	width:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(46,122,229)),  color-stop(0.5, rgb(43,120,228)),  color-stop(0.5, rgb(80,140,231)),  color-stop(0.99, rgb(137,172,238)) );
background: -moz-linear-gradient(  center bottom,  rgb(46,122,229) 50%,  rgb(43,120,228) 50%,  rgb(80,140,231) 50%,  rgb(137,172,238) 99% );
}

.musicName{
	font-size:11px;
	color:#eee;
	overflow:hidden;
	height:30px;
	vertical-align:top;
}

.musicName h3{
	overflow:hidden;
	height:13px;
}

.musicTime{
	font-size:11px;
	color:#eee;
	vertical-align:bottom;
	line-height:16px;
	padding:0 0 0 5px;
	text-align:right;
	vertical-align:bottom;
	margin:5px 0 0 0;
}

/*kavun mobile html5 player end*/

.radioAlbum{
	background:#fff;
}

.radioAlbum li{
	line-height:25px;
	font-size:12px;
	color:#999;
	padding:5px;
	-webkit-box-shadow: 0px 2px 1px #eee;
	-moz-box-shadow: 0px 2px 1px #eee;
	box-shadow: 0px 2px 1px #eee;
	border-bottom:1px solid #ccc;
}

.radioAlbum li .songNumber{
	color:#666;
	width:5%;
	display:inline-block;
	font-weight:bold;
}

.radioAlbum li .songName{
	width:80%;
	display:inline-block;
	overflow:hidden;
	height:13px;
	line-height:normal;
}

.radioAlbum li .songTime{
	color:#666;
	width:10%;
	display:inline-block;
	text-align:right;
}

.searchTitle{
	background:#333;
	padding:5px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.39, rgb(33,35,37)), color-stop(0.86, rgb(69,72,77)) );
	background-image: -moz-linear-gradient( center bottom, rgb(33,35,37) 39%, rgb(69,72,77) 86% );
	clear:both;
	margin:0 0 10px 0;
}

.searchTitleTab{
	background:#333;
	padding:5px;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.39, rgb(33,35,37)), color-stop(0.86, rgb(69,72,77)) );
	background-image: -moz-linear-gradient( center bottom, rgb(33,35,37) 39%, rgb(69,72,77) 86% );
	clear:both;
	margin:0 0 10px 0;
	padding:5px;
}

.searchTitleTab a{
	background:-webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(62,62,62)),  color-stop(0.99, rgb(125,125,125)) );
background:-moz-linear-gradient(  center bottom,  rgb(0,0,0) 50%,  rgb(0,0,0) 50%,  rgb(62,62,62) 50%,  rgb(125,125,125) 99% );
-webkit-border-radius:5px;
-moz-border-radius:5px;
font-size:12px;
color:#fff;
margin:0 10px 0 0;
padding:5px 8px 5px 8px;
display:inline-block;
font-weight:bold;
}

.searchTitleTab a.active{
	background: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(46,122,229)),  color-stop(0.5, rgb(43,120,228)),  color-stop(0.5, rgb(80,140,231)),  color-stop(0.99, rgb(137,172,238)) );
	background: -moz-linear-gradient(  center bottom,  rgb(46,122,229) 50%,  rgb(43,120,228) 50%,  rgb(80,140,231) 50%,  rgb(137,172,238) 99% );
-webkit-border-radius:5px;
-moz-border-radius:5px;
font-size:12px;
color:#fff;
margin:0 10px 0 0;
padding:5px 8px 5px 8px;
display:inline-block;
font-weight:bold;
}

.searchTitle span{
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

.searchTitle a{
	float:right;
	font-size:13px;
	color:#3d97f7;
	line-height:20px;
}

@media screen and (device-width: 320px) {
/*LOGIN*/
#myLoginMain {-moz-border-radius: 5px;position:absolute;z-index:9999;top:0 !important;left:0 !important;font-weight:normal;}
#myLoginBox {width:305px !important;margin:0 auto; padding:13px 0 13px 0; background:#f9f9f9; z-index:10130;}
.myLoginTop {width:270px !important; height:40px; padding:0 10px 12px 25px;margin:0px;}
.myLoginTop .img1 {float:left;}
.myLoginTop .img2 {float:right;}
.myFormMessage {width:235px !important; height:20px; font-family:verdana,arial,sans-serif; font-size:12px; text-align:center;font-weight:bold;}
.myFormMessage_error {color:#cb282b;}
.myFormMessage_status {color:#717F6B;}
.myFormMain {font-family:verdana,arial,sans-serif;width:226px !important;margin:0 25px 0 25px; padding:5px 15px 5px 15px !important; background:#fff; border:2px solid #ccc;}
.myFormTab {width:240px !important;margin-bottom:0 !important; height:52px;font-family:verdana,arial,sans-serif; font-size:12px; color:#777; text-align:left;}
.myFormTab input {width:222px !important;margin-top:3px; font-size:19px; color:#777; line-height:29px; background:#fbfbfb; border:1px solid #ccc; padding:2px; -moz-border-radius: 5px;}
.myFormSendSp {left:0;top:38px;position:absolute;font-family:verdana,arial,sans-serif; font-size:11px; color:#21759b;}
.myFormSendSp a {text-decoration:none;color:#21759b;outline: none;}
.myFormSend label {font-family:verdana,arial,sans-serif;color:#777;font-size:12px;}
.myButtonContent{clear:both;display:table;margin:10px 0 0 0 !important;text-align:left;}
.myFormSendS{text-align:left;font-size:11px;line-height:30px;color:#0072FF; display:none !important;}
.myFormTabTwo{display:table;font-size:11px;color:#666;margin:0 0 0 -3px; display:none !important;}
.myFormSendS a{color:#0072FF !important; display:none !important;}
.myFormUye{text-align:right;padding:8px 0 0 0;font-size:12px; display:none !important;}
.myFormUye a{color:#0072FF !important;}
.txVe{margin:7px 15px 0 15px; font-weight:bold;color:#666;}
.fcConnect{margin:4px 0 0 0;text-align:left !important;display:none !important;}
.fcConnect a img{float:left;margin:0 5px 0 0;border:none;}
.fcConnect a span{line-height:24px;font-size:12px;text-align:left;}
.fcConnect a {text-align:left !important;color:#0072FF;}
#loginpassword{width:125px !important;}
#jOverlayContent{left:0 !important;top:10% !important;}
/*LOGIN END*/
}
/*ipad style*/
@media screen and (device-width: 768px) {
.musicListHome ul li{
		width:190px;
		height:260px;
		float:left;
		margin:0 0 15px 70px;
		padding:0;
	}

.coverHome{
	height:178px;
	display:block;
	position:relative;
	float:none;
	}

.coverHome em{
	display:none;
}

.musicListHome ul li img{
	margin:0 0 5px 0;
	width:178px;
	height:178px;
	border:4px solid #ececec;
	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
}

.coverTextHome{
	padding:0 0 0 0;
	display:block;
}

.btnPlayHome{
	top:200px;
}


.musicListHome ul li{
	background:none;
	border-bottom:none;
}

.musicListHome ul li:nth-child(4n+1) {
 margin:0 0 15px 18px;
}


#wrapper{
	background:#333;
}

.musicListHome ul li a h2{
	color:#fff;
	margin:15px 0 0 0;
}

.btnPlayHome{
	right:-3px;
	height:55px;
	line-height:55px;
}

/*arama ipad*/

.searchButton{
	display:none;
}

.buttonContain form{
	float:left;
}

.searchBoxTwo{
	display:block !important;
	float:right !important;
	clear:none;
	padding:0;
	width:30%;
}
#moreResult{
	width:200px;
	margin:10px auto 10px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:-webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(62,62,62)),  color-stop(0.99, rgb(125,125,125)) );
background:-moz-linear-gradient(  center bottom,  rgb(0,0,0) 50%,  rgb(0,0,0) 50%,  rgb(62,62,62) 50%,  rgb(125,125,125) 99% );
padding:8px;
text-align:center;
clear:both;
}

}

@media screen and (device-width: 768px) and (orientation:portrait) {
#moreResult{
	width:200px;
	margin:10px auto 10px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:-webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(62,62,62)),  color-stop(0.99, rgb(125,125,125)) );
background:-moz-linear-gradient(  center bottom,  rgb(0,0,0) 50%,  rgb(0,0,0) 50%,  rgb(62,62,62) 50%,  rgb(125,125,125) 99% );
padding:8px;
text-align:center;
clear:both;
}
.musicListHome ul li:nth-child(3n+1) {
	margin:0 0 25px 25px !important;
	float:left;
}
.musicListHome ul li:nth-child(4n+1) {
    margin:0 0 25px 65px;
}
.musicListHome ul li{
	margin:0 0 25px 65px;
	float:left;
	}
	
	
}
/*ipad style end*/

#loginRefresh{
	float:right;
}

.loginUser{
	display:block;
	padding:0 10px 0 10px;
	height:35px;
	line-height:30px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background:-webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(62,62,62)),  color-stop(0.99, rgb(125,125,125)) );
background:-moz-linear-gradient(  center bottom,  rgb(0,0,0) 50%,  rgb(0,0,0) 50%,  rgb(62,62,62) 50%,  rgb(125,125,125) 99% );
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #333;
cursor:pointer;
}

.userName{
	font-size:12px;
	color:#eee;
	font-weight:bold;
	line-height:35px;
	float:left;
	margin:0 10px 0 0;
}

.radyolarim{
		display:block;
	padding:0 10px 0 10px;
	height:35px;
	line-height:32px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(46,122,229)),  color-stop(0.5, rgb(43,120,228)),  color-stop(0.5, rgb(80,140,231)),  color-stop(0.99, rgb(137,172,238)) );
	background: -moz-linear-gradient(  center bottom,  rgb(46,122,229) 50%,  rgb(43,120,228) 50%,  rgb(80,140,231) 50%,  rgb(137,172,238) 99% );
	-webkit-box-shadow: inset 0px 0px 2px #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #333;
cursor:pointer;
margin:0 10px 0 0;
float:left;
}

.cikis{
	display:block;
	padding:0 5px 0 5px;
	height:35px;
	line-height:32px;
	font-size:13px;
	font-weight:bold;
	color:#eee;
	background:-webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(0,0,0)),  color-stop(0.5, rgb(62,62,62)),  color-stop(0.99, rgb(125,125,125)) );
background:-moz-linear-gradient(  center bottom,  rgb(0,0,0) 50%,  rgb(0,0,0) 50%,  rgb(62,62,62) 50%,  rgb(125,125,125) 99% );
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #333;
cursor:pointer;
float:left;
}

.reklam{
	width:300px;
	margin:auto;
}

/*abonelik */
.mATextContent{
	padding:15px;
	background:#fff;
	font-size:14px;
}

.mATextContent p{
	margin:0 0 15px 0;
}


.mATextContent h1{
	font-size:16px;
	font-weight:bold;
	color:#e7840e;
	margin:0 0 15px 0;
}

.mATextContent h2{
	font-size:16px;
	font-weight:bold;
	color:#34332e;
	margin:0 0 15px 0;
}

.mAList{
	padding:10px;
	margin:0 0 25px 0;
	background:#333;
	color:#fff;
}

.mAList li{
	padding:0 0 0 25px;
	line-height:22px;
	margin:0 0 7px 0;
	background:url(http://img3.mynet.com/muzik/ico-app.png) no-repeat left -4px ;
}

.mAPrice li{
	line-height:35px;
	border-bottom:1px solid #D3D3D3;
	border-top:1px solid #fff;
	padding:5px;
	background:url(http://img3.mynet.com/mynet-mobile/m-mynet/bg-doviz.png?v=2) repeat-x 0 0;
}

.mAPrice li a:hover{
	color:#e7840e;
}

.mAPrice li a:hover{
	line-height:35px;
	display:block;
}

.mANote{
	font-size:10px;
	padding:15px 0 0 0;
	color:#666;
}
/*abonelik end*/
