#twocolumn:after,
.forms-holder:after,
.header-holder .holder:after,
.options-bar:after,
.top-bar:after{
	content: '';
	display: block;
	clear: both;
}
#wrapper{
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
/* header styles start */
#header{
	background: #fff;
	width: 100%;
}
.header-holder{
	background:#fff;
	padding-top: 14px;
        
}
@-moz-document url-prefix() {
    .header-holder .container {
        margin-top: -14px;
    }
}
.logo{
	background: url('../images/logo.png') no-repeat ;
	width: 156px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px 18px 0 0;
	float: left;
}
.logo a{
	display: block;
	height: 100%;
}
/* ad nav styles start */
.header-holder .holder{width:100%;}
.header-holder .nav-holder{
	width:770px;
	float:right;
	margin-right:-19px;
	position:relative;
	margin:20px -19px 0 0;
}
#ad-nav{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	line-height:28px;
}
#ad-nav li{
	float:left;
	margin:0 8px;
}
#ad-nav li:first-child{margin:0;}
#ad-nav li a{
	float:left;
	color:#000;
	text-align:center;
	-webkit-transition:color .25s ease-in;
	-moz-transition:color .25s ease-in;
	-ms-transition:color .25s ease-in;
	-o-transition:color .25s ease-in;
	transition:color .25s ease-in;
}
#ad-nav li a:hover{
	color:#e03030;
	text-decoration:none;
}
#ad-nav .last-child{margin:0;}
#ad-nav .active,
#ad-nav .active a{
	background:#333a4b;
	color:#fff;
	cursor:default;
}
#ad-nav .active a:hover{color:#fff;}
/* ad nav styles end */
/* top bar styles start */
.top-bar{
	background: #333a4b;
	width: 100%;
	padding: 12px 0 0;
	color: #fff;
	font-size: 11px;
	min-height: 29px;
}
.top-bar .social{
	margin: 0 46px 0 0;
	float: left;
}
.top-bar .feedback{
	float:left;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:2px 50px 0 0;
}
.top-bar .feedback .icon{
	background:url('../images/icons.png') no-repeat -91px -48px;
	width:11px;
	height:10px;
	margin: 2px 10px 0 0;
}
.top-bar .feedback:hover{
	text-decoration:none;
	opacity:0.7;
}
/* logged in styles start */
.logged-in{
	float: right;
	list-style: none;
	padding: 0;
	margin: -12px -18px 0 0;
	height: 41px;
	position: relative;
	font-weight: 400;
	line-height: 41px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	overflow:hidden;
}
.logged-in li{
	float:left;
	vertical-align: middle;
	margin:0 0 0 5px;
}
.logged-in li:first-child{margin-left: 0;}
.logged-in .btn-holder{margin: 0 0 0 13px;}
.logged-in a{
	color: #fff;
	text-decoration: none;
	float:left;
	padding:0 18px 0 13px;
	text-align:center;
}
.logged-in a:hover{background:#e03030;}
.logged-in .user-info{margin-right: 1px;}
.logged-in .user-info .user-photo{
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 25px;
	width: 25px;
	margin: 0 7px 0 0;
}
.logged-in .user-info .username{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.logged-in .link-enter .icon,
.logged-in .link-registration .icon,
.logged-in .link-profile .icon,
.logged-in .link-purchased .icon,
.logged-in .link-logout .icon,
.logged-in .link-bookmarks .icon{
	margin: -2px 6px 0 0;
	position:relative;
	background: url('../images/icons.png') no-repeat -3px -4px;
	width: 8px;
	height: 10px;
	vertical-align: middle;
}
.logged-in .link-enter .icon{
	background:url('../images/icons.png') no-repeat -106px -48px;
	width:9px;
	height:8px;
}
.logged-in .link-registration .icon{
	background: url('../images/icons.png') no-repeat -120px -48px;
	width: 8px;
	height: 8px;
	margin-top:0px;
}
.logged-in .link-purchased .icon{
	background: url('../images/icons.png') no-repeat -15px -3px;
	width: 14px;
	height: 11px;
	margin-top:-3px;
}
.logged-in .link-bookmarks .icon{
	background: url('../images/icons.png') no-repeat -36px -3px;
	width: 7px;
	height: 11px;
}
.logged-in .link-logout .icon{
	background: url('../images/icons.png') no-repeat -52px -3px;
	width: 9px;
	height: 13px;
}
/* logged in styles end */
.top-bar .add-file{
	float: right;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	height: 41px;
	margin: -8px 0 -10px;
	position: relative;
	font-size: 13px;
	line-height: 41px;
}
/* top bar styles end */
/* alphabet navigation styles start */
#nav{
	border-top: 2px solid #60676a;
	margin: 14px 0 0;
	text-transform: uppercase;
	padding: 12px 0 14px;
}
#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height:16px;
}
#nav li{float: left;}
#nav a{
	-webkit-transition: color .25s ease, border-color .25s ease;
	-moz-transition: color .25s ease, border-color .25s ease;
	-ms-transition: color .25s ease, border-color .25s ease;
	-o-transition: color .25s ease, border-color .25s ease;
	transition: color .25s ease, border-color .25s ease;
	color: #484747;
	border: 2px solid transparent;
	display: block;
	text-align: center;
}
#nav a:hover, #nav .current a{
	text-decoration: none;
	color: #db1a00;
	border-color: #db1a00;
}
/* alphabet navigation styles end */
/* header styles end */
/* main styles start */
#main{
	width: 100%;
	padding:0 0 108px;
	position:relative;
}
#main .ad{
	width:970px;
	margin:0 auto 14px;
	display:block;
    height: 90px;
}
#main .ad img{display:block;}
.breadcrumbs{
	font:italic 11px/14px Arial, Helvetica, sans-serif;
	color:#000;
	list-style: none;
	padding: 0;
	margin: 0 0 9px 20px;
	overflow: hidden;
	position: relative;
}
.breadcrumbs li{
	background: url(../images/decorations/sep-breadcrumbs.png) no-repeat 0 6px;
	padding: 0 0 0 17px;
	margin: 0 0 0 4px;
	float: left;
}
.breadcrumbs li:first-child{
	background: none;
	padding: 0;
	margin: 0;
}
.breadcrumbs a{color:#686868;}
.breadcrumbs .red{color:#e03030;}
/* visual styles starts */
#visual{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:-1;
	height:169px;
	background:url(../images/backgrounds/bg-main-2.jpg) no-repeat 50% 0;
	-webkit-background-size:cover;
	background-size:cover;
}
#visual.alt{
	background:url(../images/backgrounds/bg-main-3.jpg) no-repeat 50% 0;
	-webkit-background-size:cover;
	background-size:cover;
}
.main-page #visual{
	height:480px;
	background:url(../images/backgrounds/bg-main-1.jpg) no-repeat 50% 0;
	-webkit-background-size:cover;
	background-size:cover;
}
#visual img{
	width:100%;
	height:auto;
	display:block;
}
/* visual styles end */
/* twocolumn styles start */
#twocolumn{width:100%;}
.main-page #twocolumn{padding-top:15px;}
/* content styles start */
#content{
	float: left;
	width: 688px;
}
/* search form styles start */
.options-bar{
	margin: 0 0 60px;
	width:100%;
	padding:8px 0 0;
}
.main-page .options-bar{margin: 0 0 27px;}
.options-bar .btn-red{float:right;}
.search-form{
	float:left;
	width:703px;
	border:8px solid #333a4b;
	border-right-width:10px;
	background:#fff;
}
.search-form .input-holder{
	font: 400 13px 'Ubuntu', Arial, Helvetica, sans-serif;
	background: #fff;
	color: #394345;
	margin: 0;
	height: 33px;
	font-style:normal;
	position:relative;
}
.search-form .frame{
	float:left;
	margin-left:20px;
	padding:0 0 0 1px;
	background:url(../images/decorations/sep-search.gif) no-repeat 0 50%;
	position:relative;
	z-index:1;
}
.search-form  .frame .suggestion{
	display:none;
	position:absolute;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
	border:1px solid #333a4b;
	line-height:28px;
	right:-38px;
	left:0;
	top:34px;
	font-weight:400;
	max-height:300px;
	overflow-x:auto;
}
.search-form  .frame .active .suggestion{display:block;}
.search-form  .frame .suggestion a{
	display:block;
	color:#313131;
	padding-left:14px;
}
.search-form  .frame .suggestion a:hover{
	text-decoration:none;
	background:#ededed;
}
.search-form input[type="text"]{
	width: 465px;
	float: left;
	margin:0;
	background: #fff;
	border: none;
	height: 33px;
	line-height:33px;
	vertical-align:bottom;
	padding: 0 33px 0 13px;
}
.search-form select{
	float: left;
	width: 171px;
}
.search-form .selectArea{
	float: left;
	border: none;
	position:relative;
}
.search-form input[type="submit"]{
	width:36px;
	height:33px;
	position:absolute;
	top:0;
	right:0;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/icons.png) no-repeat -138px -61px;
	cursor:pointer;
	border:none;
	margin:0;
	padding:0;
	z-index:1;
}
.search-form .selectArea{height:33px;}
.search-form .selectArea .center{
	height:33px;
	line-height:33px;
}
.search-form .selectButton .icon{
	background:url(../images/decorations/ico-select.png) no-repeat 155px 50%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:100%;
	margin:0;
}
/* search form styles end */
#content .block{
	padding: 23px 30px 31px;
	overflow: hidden;
}
#content .heading{
	overflow: hidden;
	margin: 0 0 14px;
}
#content .heading h1{
	float: left;
	margin: 0;
}
#content .item-data .heading{margin:0 0 2px;}
/* balance styles start */
.balance{
	margin: 0;
	float: right;
	font-size: 14px;
	line-height: 26px;
	text-transform:uppercase;
	color: #394345;
}
.balance dt{
	margin: 0 6px 0 0;
	float: left;
}
.balance .icon{
	background: url('../images/icons.png') no-repeat -217px -163px;
	width: 20px;
	height: 20px;
	vertical-align:middle;
	position:relative;
	margin: -3px 9px 0 0;
}
.balance dd{
	color: #e03030;
	margin: 0;
	float: left;
}
/* balance styles end */
/* artist options styles start */
.artist-options{
	list-style: none;
	padding: 0;
	margin: -3px 0 10px;
	position: relative;
	overflow: hidden;
}
.artist-options > li{
	display:inline-block;
	margin: 0 0 0 15px;
	vertical-align:middle;
}
.artist-options > li:first-child{margin: 0;}
.artist-options .download-all .icon{
	background:url(../images/icons.png) no-repeat -213px -70px;
	width:23px;
	height:20px;
	vertical-align:middle;
	cursor: pointer;
	margin:0 10px 0 0;
}
.artist-options .add-file .icon{
	background:url(../images/icons.png) no-repeat -242px -70px;
	width:23px;
	height:20px;
	vertical-align:middle;
	cursor: pointer;
	margin:0 6px 0 0;
}
.artist-options .btn-red,
.artist-options .btn-grey{
	width:184px;
	height:40px;
	line-height:40px;
	font-size:11px;
}
.artist-options dl{
	display:block;
	margin:0 0 0 5px;
	overflow:hidden;
	min-width:180px;
}
.artist-options dt{
	float:left;
	margin:0 9px 0 0;
}
.artist-options dd{
	display:block;
	margin:4px 0 0;
	overflow:hidden;
}
/* artist options styles end */
/* personal data styles start */
.personal-data{
	width:100%;
	padding-top:17px;
}
/* personal data styles end */
/* description styles start */
.description{
	font:italic 12px/22px Arial, Helvetica, sans-serif;
	margin: 0 0 18px;
}
.description p{margin: 0 0 12px;}
.description dl{margin: 0 0 12px;}
.description dt{
	font-weight: 700;
	margin: 0 0 22px;
}
.description dd{margin: 0;}
.description dd ul{
	list-style: none;
	padding: 0 0 0 3px;
	margin: 0;
}
.description-info{
	border:3px solid #e03030;
	padding:20px 30px;
	margin:0 0 20px;
}
.description-info ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
}
.description-info h2{text-align:center;}
/* description styles end */
/* items styles start */
.items-section{width: 100%;}
.items-list{
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
}
.items-list a{color:#000;}
.items-list > li{
	border-bottom:1px solid #ccc;
	padding: 8px 0 4px;
	min-height:30px;
	overflow: hidden;
	/*cursor:pointer;*/
}
.items-list > li:hover{background:#f3f3f3;}
.items-list .col-1,
.items-list .col-2,
.items-list .col-3,
.items-list .col-4{
	vertical-align: middle;
	display: inline-block;
	width: 35px;
	margin: 0 10px 0 0;
}
.items-list .col-2{width: 151px;}
.items-list .col-3{width: 126px;}
.items-list .col-4{
	width: 336px;
	margin:0;
}
.order-list .btn-download,
.items-list .btn-download{
	background:url(../images/icons.png) no-repeat -79px -118px;
	width:20px;
	height:21px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.items-list .rating{float:right;}
.items-list h3{
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	margin: 0;
}
.items-list .info{
	display: block;
	color: #727272;
	padding: 1px 0 0;
	font-style:normal;
}
/* paid items styles start */
.items-section.paid h2{color: #394345;}
.items-section.paid .items-list{border: none;}
.items-section.paid .items-list > li{
	border:none;
	border-bottom:1px solid #ccc;
}
.items-section.paid .btn-download,
.items-section .btn-download.paid,
.order-list.paid .btn-download,
.order-list .btn-download.paid{
	background:url(../images/icons.png) no-repeat -4px -113px;
	width:27px;
	height:26px;
}
.order-list.paid .btn-download.star,
.order-list .btn-download.star{
	background:url(../images/icons.png) no-repeat -39px -112px;
	width:27px;
	height:27px
}
.items-section .btn-holder{
	text-align:center;
	position:relative;
	margin-top:-20px;
}
.items-section .btn-load{
	display:inline-block;
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#7b7b7b;
	text-decoration:underline;
}
.items-section .btn-load:hover{text-decoration:none;}
.items-section .btn-load .icon{
	background:url(../images/icons.png) no-repeat -148px -94px;
	width:12px;
	height:14px;
	vertical-align:middle;
	margin:0 10px 0 0;
}
/* paid items styles end */
/* alt items styles start */
.items-section.alt .items-list > li{padding: 5px 20px 4px;}
.items-section.alt .col-1{width: 32px;}
.items-section.alt .col-2{width: 146px;}
.items-section.alt .btn-download{
	background-position: -74px -78px;
	width: 25px;
	height: 30px;
}
/* alt items styles start */
/* items styles end */
/* order list styles start */
.order-list{
	list-style: none;
	padding: 0;
	margin: 0 0 17px;
	background: #fff;
}
.order-list a{color:#000;}
.order-list > li{
	border-bottom: 1px solid #ccc;
	padding: 4px 0 9px;
	overflow: hidden;
}
.order-list .col-1,
.order-list .col-2,
.order-list .col-3,
.order-list .col-4{
	vertical-align: middle;
	float:left;
	width: 36px;
	margin: 0 9px 0 0;
	padding-top:6px;
}
.order-list .col-1{padding-top:0;}
.order-list .col-2{
	width: 160px;
	margin-right:4px;
}
.order-list .col-3{
	width: 99px;
	margin-right:4px;
}
.order-list .col-4{width: 260px}
.order-list .col-5{
	padding-top:4px;
	width: 100px;
	float:right;
	text-align:right;
}
.order-list h3{
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	margin: 0;
}
.order-list .info{
	display: block;
	color: #9d9a9a;
	padding: 1px 0 0;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#000;
}
.order-list .price{
	font-size: 15px;
	color:#e03030;
}
/* order list styles end */
/* payment section styles start */
.payment-section{
	width: 100%;
	margin: 0 0 28px;
}
.payment-section h2{
	border: none;
	padding: 0;
	margin: 0 0 12px;
}
.payment-section .radio-list{
	float: none;
	border:none;
	border-bottom:1px solid #ccc;
	padding-bottom:28px;

}
.payment-section .radio-list > li{
	float: none;
	padding: 10px 0 0 23px;
	overflow: hidden;
}
.payment-section .radio-list > li:first-child{padding-top: 0;}
.payment-section .radio-list .radioArea,
.payment-section .radio-list .radioAreaChecked{
	float: left;
	margin: 4px 0 0 -23px;
}
.payment-section .radio-list label{
	float: left;
	line-height: 19px;
}
.payment-section .radio-list .icon{
	vertical-align:middle;
	text-indent:-9999px;
	line-height:0;
	margin:0 10px 0 0;
}
.payment-section .radio-list .paypal.icon{
	background:url(../images/icons.png) no-repeat -214px -102px;
	width:37px;
	height:11px;
}
.payment-section .radio-list .robokassa.icon{
	background:url(../images/icons.png) no-repeat -213px -117px;
	width:80px;
	height:11px;
}
/* payment section styles end */
/* authorization section styles start */
.forms-holder{
	border:3px solid #e03030;
	margin:0 0 20px;
	padding:0 0 20px;
}
.content-form .forms-holder .cols{
	padding:0 22px 0 18px;
	width:auto;
	position:relative;
	background:url(../images/decorations/form-divider.gif) repeat-y 50% 0;
}
.content-form .forms-holder .col-1{
	float:left;
	width:295px;
}
.content-form .forms-holder .col-2{
	float:right;
	width:295px;
}
.forms-holder h1{
	background:#fff;
	margin:0;
	font:500 17px/22px 'Ubuntu', Arial, Helvetica, sans-serif;
	padding:0 10px;
	text-transform:uppercase;
	display:inline-block;
}
.forms-holder header{
	text-align:center;
	position:relative;
	margin:-11px 0 20px;
}
.registration-section,
.authorization-section{
	width:100%;
}
.registration-section .btn-grey,
.authorization-section .btn-grey{
	display:block;
	width:100%;
	height:40px;
	line-height:normal;
}
.registration-section h2,
.authorization-section h2{
	border: none;
	padding: 0;
	position:relative;
	margin: -4px 0 11px;
}
.registration-section .btn-holder,
.authorization-section .btn-holder{padding: 0;}
.registration-section .row.alter,
.authorization-section .row.alter{margin-bottom: 0;}
.registration-section input[type="submit"],
.authorization-section input[type="submit"]{padding: 0 16px;}
.authorization-section .register-link{
	text-decoration: underline;
	margin: 0 0 0 4px;
	color: #e44c33;
}
.authorization-section .register-link:hover{text-decoration: none;}
/* authorization section styles end */
/* registration section styles start */
.content-form .registration-section .captcha-holder{border: 1px solid #bfc6ca;}
.content-form .registration-section .col-1 label{
	text-transform:uppercase;
	font-weight:500;
	height:17px;
	margin-bottom:6px;
	display:block;
}
.registration-section .captcha-holder img{display: block;}
.content-form .registration-section .col-1{
	float: left;
	width: 128px;
	margin: 0 9px 0 0;
}
.content-form  .forms-holder .registration-section .col-2{
	float: right;
	width: 143px;
}
.content-form .registration-section .col-2 input[type="text"]{width: 123px;}
.registration-section .btn-refresh{
	padding: 0;
	display: inline-block;
	vertical-align: top;
	color:#2d2d2d;
	line-height:17px;
	height:17px;
	margin-bottom:6px;
}
.registration-section .btn-refresh .icon{
	background:url(../images/icons.png) no-repeat -217px -138px;
	width:16px;
	height:16px;
	vertical-align:middle;
	margin: 0 7px 0 0;
}
.content-form .forms-holder input[type="text"],
.content-form .forms-holder input[type="email"],
.content-form .forms-holder input[type="password"],
.content-form .forms-holder textarea{
	width:275px;
}
/* registration section styles end */
/* tabs section styles start */
.tabset{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	line-height: 40px;
	font-size:11px;
	text-transform:uppercase;
}
.tabset li{
	float: left;
	margin: 0 0 0 1px;
}
.tabset li:first-child{margin: 0;}
.tabset a{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	background: #fff;
	float: left;
	height: 40px;
	color: #394345;
	padding: 0;
	width:176px;
	text-align:center;
}
.tabset li.active a,
.tabset a:hover{
	background: #333a4b;
	color: #fff;
	text-decoration: none;
	border-color: #394345;
}
.tabset.cabinetTabs a {
    width: 136px;
}
.tabset.sellerTabs a {
    width: 171px;
}
.tabs-content{
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	border-top:1px solid #333a4b;
	padding-top:12px;
	overflow:hidden;
	position:relative;
}
.tabset .users .icon{
	vertical-align:middle;
	margin:-2px 5px 0 0;
	position:relative;
	background:url(../images/icons.png) no-repeat -169px -119px;
	width:18px;
	height:18px;
}
.tabset .users:hover .icon,
.tabset .active .users .icon{background-position:-143px -119px;}
/* tabs section styles end */
/* download list styles start */
.download-holder{overflow:hidden;}
.download-list{
	list-style: none;
	padding: 0 0 17px;
	margin: 0 -30px 7px 0;
	position:relative;
	border-bottom:1px solid #ccc;
}
.download-list > li{
	display: inline-block;
	vertical-align: bottom;
	margin:0 20px 0 0;
}
.download-list .desktop{width:330px;}
/*.download-list .img-holder{
	display: table;
	width: 100%;
	height: 45px;
}
.download-list .img-holder .frame{
	display: table-cell;
	vertical-align: middle;
}*/
.download-list > li img{
	display: block;
	margin: 0 auto;
}
.download-list .download{
	display: block;
	width: auto;
	text-align: center;
}
.download-list .checkbox-list{
	margin:0 -25px 10px 0;
	position:relative;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}
.download-list .checkbox-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 19px 0 0;
}
.download-list .checkbox-list label{
	font-weight:500;
	font-size:11px;
}
.download-list .checkbox-list .icon{
	vertical-align:middle;
	margin:0 8px 0 0;
}
.download-list .checkbox-list .win .icon{
	background: url('../images/icons.png') no-repeat -136px -166px;
	width: 16px;
	height: 18px;
}
.download-list .checkbox-list .nix .icon{
	background: url('../images/icons.png') no-repeat -163px -166px;
	width: 15px;
	height: 18px;
}
.download-list .checkbox-list .mac .icon{
	background: url('../images/icons.png') no-repeat -189px -166px;
	width: 15px;
	height: 18px;
}
.download-list .btn-red{
	width:330px;
	height:40px;
	line-height:40px;
}
.download-list .download .icon{
	background:url(../images/icons.png) no-repeat -213px -70px;
	width:23px;
	height:20px;
}
.download-list .ios{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../images/sprite.png) no-repeat 0 -531px;
	width:157px;
	height:40px;
}
.download-list .android{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../images/sprite.png) no-repeat -179px -531px;
	width:156px;
	height:40px;
}
/* download list styles end */
/* item data styles start */
.item-data{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 2px;
	margin: 0 0 13px;
}
.item-data .rating-list{float:none;}
.item-data .row{
	overflow: hidden;
	margin: 0 0 11px;
	padding-top:10px;
}
.item-data .cols{
	width:100%;
	overflow:hidden;
}
.item-data .col-1{
	width:222px;
	float:left;
}
.item-data .col-2{
	width:465px;
	float:right;
}
.item-data .rating{
	float:none;
	margin:0 0 3px;
}
.item-data .rating a{/*margin-right:6px;*/}
.item-data .small{
	float:right;
	/*width:180px;*/
	height:40px;
	line-height:40px;
}
.item-data .small .icon{
	background:url(../images/icons.png) no-repeat -213px -70px;
	width:23px;
	height:20px;
	vertical-align:middle;
	margin:0 5px 0 0;
}
.item-data .note{
	overflow:hidden;
	border-top:1px solid #ccc;
	padding-top:4px;
}
.item-data .note a{color:#5b7fa6;}
.item-data .note p{margin:0 0 12px;}
/* item author styles start */
.item-author{
	margin: 0 0 10px;
	overflow: hidden;
}
.item-author dt{
	float: left;
	margin: 0 5px 0 0;
	font-weight: 400;
	color: #394345;
}
.item-author dd{
	margin: 0;
	overflow: hidden;
}
.item-author a{
	color:#5b7fa6;
	text-decoration:underline;
}
.item-author a:hover{text-decoration:none;}
/* item author styles end */
/* instruments list styles start */
.instruments-list{
	display:block;
	border:2px solid #e03030;
	margin: 0;
	text-align:center;
}
.instruments-list dt{
	font-weight: 700;
	margin: 0;
	color: #394345;
	display:inline-block;
	background:#fff;
	text-transform:uppercase;
	position:relative;
	top:-12px;
	padding:0 9px;
}
.instruments-list dd{
	margin: 0;
	display:block;
	position:relative;
	margin:-4px 0 14px;
}
.instruments-list dd ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.instruments-list dd li{
	display: inline-block;
	vertical-align: top;
	margin:0 1px;
	width: 60px;
	height: 59px;
}
.instruments-list img{display: block;}
.instruments-list .vocals{background:url(../images/content/instruments.png) no-repeat -247px -412px;}
.instruments-list .bassGuitar{background:url(../images/content/instruments.png) no-repeat -249px -8px;}
.instruments-list .acousticGuitar{background:url(../images/content/instruments.png) no-repeat -249px -75px;}
.instruments-list .electroGuitar{background:url(../images/content/instruments.png) no-repeat -248px -141px;}
.instruments-list .violin{background:url(../images/content/instruments.png) no-repeat -248px -208px;}
.instruments-list .drums{background:url(../images/content/instruments.png) no-repeat -248px -278px;}
.instruments-list .keyboards{background:url(../images/content/instruments.png) no-repeat -247px -344px;}
/* instruments list styles end */
/* item info styles start */
.item-info{
	margin: 0 0 18px;
	overflow: hidden;
}
.item-info dt{
	float: left;
	margin: 0 5px 0 0;
	width:80px;
	font-weight: 400;
	color: #394345;
}
.item-info dd{
	overflow: hidden;
	margin:0 0 2px;
}
.item-info .tooltip-opener{
	margin: 0 0 0 14px;
	position: relative;
	color:#5b7fa6;
	text-decoration:underline;
}
.item-info .tooltip-opener:hover{text-decoration:none;}
.item-info .social{
	margin-top: 5px;
	padding-bottom: 6px;
}
.tooltip{
	position: absolute;
	background: #fff;
	z-index: 10;
	width: 313px;
	padding: 13px 12px 17px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.15);
	box-shadow: 0 0 8px rgba(0,0,0,.15);
	margin: 1px 0 0 4px;
}
/* item info styles end */
.item-data .btn-holder{
	margin: 0 0 18px;
	overflow: hidden;
}
/* item data styles end */
/* comments styles start */
.comments{
	width: 100%;
	margin: 0 0 24px;
	font: 13px/24px 'Ubuntu', Arial, Helvetica, sans-serif;
}
.comments h2{
	font-size: 16px;
	line-height: 20px;
	margin-bottom:21px;
}
.comments-list{
	list-style: none;
	padding: 2px 0 0;
	margin: 0 0 -9px;
	position:relative;
	overflow:hidden;
}
.comments-list li{margin:0 0 25px;}
.comments .row{
	overflow: hidden;
	padding: 11px 0 16px 130px;
	border-bottom:1px solid #959595;
}
.comments-list li:first-child{margin: 0;}
.comments .img-holder{
	float: left;
	width: 91px;
	height: 91px;
	margin: 1px 0 0 -130px;
	position: relative;
	border:5px solid #d6d7dd;
	overflow:hidden;
	border-radius:50%;
	-webkit-border-radius:50%;
	background:#fff url('../images/icons.png') no-repeat -275px 15px;
}
.comments .img-holder img{display: block;}
.comments .wrap{
	float: left;
	width: 100%;
	position: relative;
}
.comments-list li .wrap .holder{
	padding:9px 0 0 0;
}
.comments-list .btn-answer{
	display: inline-block;
	text-transform:uppercase;
	color:#333a4b;
	text-decoration:underline;
}
.comments-list .btn-answer:hover{text-decoration:none;}
.comments-list .title{
	overflow: hidden;
	margin: 0 0 5px
}
.comments-list .title .author{
	display:block;
	font:18px/22px Arial, Helvetica, sans-serif;
	color:#475055;
	margin:0 0 3px;
}
.comments-list .title .date{
	display:block;
	color:#1f73ce;
	font:11px/14px Arial, Helvetica, sans-serif;
}
.comments-list .title .date .time{margin:0 10px;}
.comments-list p{margin: 0 0 7px;}
.comments-list .replies{
	list-style: none;
	padding: 25px 0 0 102px;
	margin: 0;
	overflow: hidden;
}
.comments-list .commentItem .commentItem .commentItem .replies {
	padding-left: 0;
}
.comment-form{width: 100%; margin: 25px 0 0 0}
.comment-form h3{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}
.comment-form textarea{
	width: 538px;
	resize: none;
	overflow: auto;
	height: 101px;
	margin: 0 0 13px;
	outline:none;
}
.commentItem .comment-form textarea {
        width: 408px;
}
.commentItem .commentItem .comment-form textarea {
        width: 306px;
}
.commentItem .commentItem .commentItem .comment-form textarea {
        width: 204px;
}
.commentItem .comment-form .row {
        border-bottom: 0 none;
}
.comment-form .img-holder{margin-top:9px;}
.comment-form input[type="submit"].btn-red.xsmall{
	width:179px;
	height:40px;
	text-transform:uppercase;
}
.comment-form .arrow{
	position:absolute;
	background:url(../images/sprite.png) no-repeat 0 -188px;
	width:17px;
	height:30px;
	top:44px;
	left:-16px;
}
.comment-form textarea{border-color:#cbcbcb;}
/* comments styles end */
/* promo large styles start */
#content .block .promo-large{margin: -23px -30px -31px;}
.promo-large{
	position: relative;
	color: #fff;
	padding:0 0 70px;
	overflow: hidden;
	font:14px/24px Arial, Helvetica, sans-serif;
}
.promo-large p{
	margin: 0 0 30px;
	width: 450px;
}
.promo-large .title{
	background: url('../images/sprite.png') no-repeat 0 -373px;
	width: 257px;
	height: 60px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 15px;
}
.promo-large .platforms{
	background: url('../images/sprite.png') no-repeat 0 -466px;
	width: 230px;
	height: 50px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 1px;
	padding:0;
	list-style:none;
}
.promo-large .row{overflow:hidden;}
.promo-large .download{float:left;}
/* promo large styles end */
/* uploaded section styles start */
.uploaded-files{width: 100%;}
* + .uploaded-files{padding: 29px 0 0;}
.uploaded-files .content-table{border-bottom: 2px solid #d1d1d1;}
.uploaded-files h2{
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 15px;
}
.uploaded-files td{height: 60px;}
/* uploaded section styles end */
/* content styles end */
/* sidebar styles start */
#sidebar{
	float: right;
	width: 210px;
}
/* sidebar promo styles start */
#sidebar .promo{
	position: relative;
	border:2px solid #f00;
	margin:0 0 21px;
	text-align:center;
	padding:20px 10px;
}
#sidebar .promo .title{
	background: url('../images/sprite.png') no-repeat -308px -389px;
	width: 141px;
	height: 22px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 auto 20px;
}

#sidebar .promo .btn-holder .download{
	font-size: 13px;
	display:block;
	width:auto;
}
/* sidebar promo styles end */
/* sidebar styles end */
/* twocolumn styles end */
/* main styles end */
/* footer styles start */
#footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #000;
	font-size: 11px;
	padding:10px 0;
}
#footer .col-1{
	float: left;
	width: 170px;
	padding-top:9px;
}
#footer .col-2{
	float: left;
	width: 205px;
	padding-top:3px;
	margin:0 0 0 95px;
}
#footer .col-3{
	float:left;
	margin:0 0 0 32px;
	width:200px;

}
#footer .col-4{
	float:right;
	width:250px;
}
#footer .row{overflow: hidden;}
#footer .social-list{
	margin:0 -4px;
	position:relative;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#footer .social-list li{
	float:left;
	margin:0 4px;
}
#footer .social-list a{
	display:block;
	overflow:hidden;
	text-indent:-99999px;
	width: 16px;
	height: 16px;
}
#footer .social-list .fb{background: url('../images/icons.png') no-repeat -140px -21px;}
#footer .social-list .tw{background: url('../images/icons.png') no-repeat -165px -21px;}
#footer .social-list .vk{background: url('../images/icons.png') no-repeat -191px -21px;}
#footer .social-list .ok{background: url('../images/icons.png') no-repeat -215px -21px;}
.statistics{
	margin: 0 0 8px;
	font-size: 13px;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#000;
}
.statistics dt{
	float: left;
	margin: 0 2px 0 0;
	min-width: 86px;
}
.statistics dd{
	margin: 0 0 6px;
	overflow: hidden;
	color:#e03030;
}
.footer-nav{
	list-style: none;
	padding: 2px 0 0;
	margin: 0 0 15px;
	font:12px/15px Arial, Helvetica, sans-serif;
	color: #000;
}
.footer-nav a{
	color: #000;
	text-decoration: underline;
	position:relative;
	padding:0 0 0 21px;
}
.footer-nav a:hover{text-decoration: none;}
.footer-nav li{
	margin-bottom:10px;
}
.footer-nav .icon{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-4px;
}
.footer-nav .feed .icon{
	background: url(../images/icons.png) no-repeat -137px -47px;
	width: 11px;
	height: 10px;
}
.footer-nav .ad .icon{
	background: url(../images/icons.png) no-repeat -155px -46px;
	width: 7px;
	height: 11px;
	left:2px;
	margin-top:-6px;
}
#footer .counter{
	float: right;
	margin: 0 0 0 34px;
}
#footer .copy{
	float: right;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
#footer .copy a{color: #000;}
/* footer styles end */
/* lightbox styles start */
.lightbox{
	background: #FFF;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 332px;
	padding:40px 115px;
}

.lightbox .holder{
	background: #fff;
	padding: 20px 30px 0;
}
.lightbox h2{
	font-weight:bold;
	text-transform:uppercase;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 25px;
	background:url(../images/decorations/divider.gif) repeat-x 0 14px;
	text-align:center;
}
.lightbox h2 span{
	background:#fff;
	padding:0 14px;
}
.lightbox .btn-close{
	background: url('../images/icons.png') no-repeat -187px -71px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 8px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
.lightbox .reg{
	padding:20px 0 0;
	margin-top:33px;
	border-top:1px solid #c5c6c7;
	text-align:center;
	font:500 13px/24px "Ubuntu", Arial, Helvetica, sans-serif;
	color:#29363c;
	text-transform:uppercase;
}
.lightbox .reg .icon{
	background: url('../images/icons.png') no-repeat -242px -41px;
	width: 14px;
	height: 17px;
	display:block;
	margin:0 auto 11px;
}
.lightbox .reg p{margin:0 0 10px;}
.lightbox .btn-grey{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
}
/* registration form styles start */
.registration-form label{
	display: block;
	color: #394345;
	font-weight: 700;
	margin: 0 0 5px;
	text-transform:uppercase;
        font: 700 13px/22px 'Ubuntu',Arial,Helvetica,sans-serif !important;
}
.registration-form .required{
	display:inline-block;
	position:relative;
	padding-right:6px;
	background:url(../images/decorations/bg-required.png) no-repeat 100% 4px;
}
span.required {
    display: none !important;
}
.registration-form input[type="text"],
.registration-form input[type="email"],
.registration-form input[type="password"]{
	height:16px;
	width:312px;
	padding:11px 10px;
	margin: 0 0 15px;
	border-color:#000;
	outline:none;
}
.registration-form input[type="text"].focus,
.registration-form input[type="email"].focus,
.registration-form input[type="password"].focus{
	border-color:#e03030;
}
.registration-form .col-1 input[type="text"]{width:140px;}
.registration-form .row{
	overflow: hidden;
	margin:0 0 24px;
}
.registration-form .row input{margin: 0;}
.registration-form .row label{text-transform:none;}
.registration-form .captcha-holder{
	border: 1px solid #bfc6ca;
	-webkit-border-radius: 4px;
	border-radius: 4px;
        width: 164px;
        height: 38px;
        overflow: visible;
        margin-top: 27px;
}
.registration-form .captcha-holder img{
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.registration-form .col-1{
	float: left;
	width: 160px;
}
.registration-form .col-2{
	float: right;
	width: 167px;
}
.registration-form .btn-refresh{
	padding: 0 0 4px 2px;
	display: inline-block;
	vertical-align: top;
	color:#000;
        margin-top: -66px;
        font: 500 13px/22px 'Ubuntu',Arial,Helvetica,sans-serif;
}
.registration-form .btn-refresh .icon{
	background: url('../images/icons.png') no-repeat -80px -24px;
	width: 12px;
	height: 14px;
	vertical-align:middle;
	margin:-1px 4px 0;
}
.registration-form input[type="submit"]{
	height: 40px;
	font-size: 13px;
	vertical-align: top;
	padding:0;
}
.registration-form .btn-red{
	display:block;
	width:100%;
	height:40px;
}
/* registration form styles end */
/* sales popup styles start */
#sales-popup{width: 678px;}
#sales-popup .holder{
	padding-top: 30px;
	padding-bottom: 19px;
}
#sales-popup .btn-close{
	top: 11px;
	right: 12px;
}
/* sales popup styles end */
/* lightbox styles end */
/* up button styles start */
#btn-up{
	cursor:default;
	opacity:0;
	position:fixed;
	right:0;
	width:34px;
	top:0;
	bottom:0;
	overflow:hidden;
	text-indent:-9999px;
	background:rgba(206,206,206,0.2);
	-webkit-transition:all .25s ease-in;
	   -moz-transition:all .25s ease-in;
	    -ms-transition:all .25s ease-in;
	     -o-transition:all .25s ease-in;
	        transition:all .25s ease-in;
}
#btn-up.active{
	opacity:1;
	cursor:pointer;
}
#btn-up:hover{background:rgba(206,206,206,0.5);}
#btn-up .ico{
	position:absolute;
	top: 95px;
	left:50%;
	margin-left:-6px;
	background:url('../images/icons.png') no-repeat -221px -43px;
	width:12px;
	height:15px;
}
@media only screen and (max-width:1100px){
	#btn-up{display:none;}
}
.errorSummary {
    color: #E03030;
}
.ui-autocomplete .rating, .ui-autocomplete .rating a {
    display: inline-block !important;
    float: none;
    padding: 0;
}
.ui-autocomplete .rating a:hover {
    background: url("../images/content/img-rating-2.png") no-repeat 0 0 !important
}
.ui-autocomplete .rating a.active:hover {
    background: url("../images/content/img-rating-1.png") no-repeat 0 0 !important
}
.ui-autocomplete .rating a {
    margin-top: 5px;
}
.ui-helper-hidden-accessible {
    display: none;
}
.textBlock.message {
    border: 1px solid #CEEAD2;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 5px 20px;
    position: relative;
}
.textBlock {
    background: url("../images/cont.jpg") repeat-x scroll left bottom #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    margin-bottom: 20px;
    padding: 16px 20px;
}
.textBlock.message .closeMessage, .textBlock.error .closeMessage {
    right: 12px;
    top: 12px;
}
.closeComment, .closeMessage {
    background: url("../images/close.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 9px;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 50px;
    width: 9px;
}

.yiiPager {
    text-align: center;
}
.yiiPager li {
    display: inline;
    margin: 0 5px;
}
.yiiPager li.first, .yiiPager li.last {
    display: none;
}
.yiiPager li a {
    padding: 2px 10px;
    /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);*/
    border: 1px solid #EEEEEE;
}
.yiiPager li a:hover {
    background-color: #EEEEEE;
    text-decoration: none;
}
.yiiPager li.selected a {
    background-color: #DDDDDD;
}
.pageError {
    background: url("../images/errorBg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 18px;
    height: 108px;
    margin: 50px 0;
    padding-top: 310px;
    text-align: center;
}
.raitUp:hover, .raitDown:hover {
    text-decoration: none;
}
.personalMessageContent {
    display: none;
    padding: 10px 0 25px;
}
.personalMessageContentRow.odd > td {
    height: 1px;
}
.notReaded td {
    background-color: #FFE0E0;
}
.message-table tr td {
    padding: 0 10px;
}
.st1 {
    background:url(../images/w1.png) left center no-repeat;
    padding-left:30px;
}
.st2 {
    background:url(../images/w2.png) left center no-repeat;
    padding-left:30px;
}
.st3 {
    background:url(../images/w3.png) left center no-repeat;
    padding-left:30px;
}
.sales-popup {
    width: 500px;
}
.develop {
    margin: 29px 0 0;
    width: 249px;
}
.develop a {
    float: right;
}
.develop > span {
    display: block;
    float: right;
    font-size: 13px;
    margin: -1px 0 0;
}
.develop > span > em {
    margin: 0 9px 0 7px;
}

.recover {
    margin: 10px 0 0;
    text-align: center;
}