html {
	background: #f3f3f3;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 11px;
	min-width: 970px;
}

.body-gaps {
    background-color: #f3f3f3;
    padding: 10px;
}

#page-body .unit-main,
#page-body .unit-main .unit-content,
#page-body .unit-sidebar {
    float: left;
    position: relative;
    width: 100%;
}
#page-body .unit-main .unit-w {
    margin-left: 200px;
    margin-right: 0;
}
#page-body .unit-sidebar {
    width: 195px;
    margin-right: -200px;
    z-index: 1;
}
#page-body .unit-main .unit-content {
    margin-right: -100%;
}
#page-body .unit-main .unit-content .unit-w {
    margin-left: 0;
    margin-right: 253px;
	position: relative;
}
#page-body .unit-main .unit-panel {
    float: right;
    position: relative;
    width: 248px;
    z-index: 1;
}





#page-footer p {
    padding: 5px;
}

div.box {
    background: white;
    border: solid 1px silver;
    margin: 0 0 5px;
    padding: 3px;
    zoom: 1;
}
div.box-nogap {
    /*margin: 0;*/
}
/* TODO: проверить нужность этих классов */
/*
.box2 {
    margin-left: 0;
}
div.box3 {
    margin-left: 0;
    margin-bottom: 0;
}
div.box4 {
    margin-top: 0;
    margin-left: 0;
}
*/
/* ex .title */
div.box h6, div.box .box-head {
    border-bottom: solid 1px silver;
    background: #DCDCDC url(../images/title-bg.gif) repeat-x top;
    padding: 5px;
    margin: -3px -3px 3px -3px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    zoom: 1;
}
div.box .notice {
	margin: 20px;
}
div.box .notice h1 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.5em;
}
div.box .notice p {
	margin-bottom: 1em;
}
div.box .notice h1 em {
	font-weight: bold;
	text-decoration: underline;
}



a {
    color: #a4621c;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
}
ul {
    list-style: none;
    margin: 10px;
}
ul li {
    background: url(../images/li.gif) no-repeat left top;
    padding-left: 12px;
}



/**
 * Forms
 */
button,
input.button {
    border: 1px solid silver;
    background: #DCDCDC url(../images/title-bg.gif) repeat-x top;
    padding: 2px 6px;
    font-size: 11px;
	overflow: auto;
}
*:focus {
    outline: 0 none;
}
input,
select,
textarea {
    border: 1px solid silver;
    background: white;
    padding: 3px 2px;
    font-size: 11px;
}
input[type="file"] {
	border: 0 none;
	padding: 0;
}
select {
    padding: 2px;
}
form .file-field {
	width: 200px;
	position: relative;
	float: left;
}
form .file-field input.file {
	z-index: 3;
	position: absolute;
	width: 200px;
	height: 21px;
	top: 0;
	left: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
form .file-field input.browse {
	float: right;
	margin-left: 3px;
}
form .file-field .input-field {
	overflow: hidden;
	zoom: 1;
}
form .input-field {
    border: 1px solid silver;
    background: white;
    padding: 3px 2px;
    *padding-bottom: 2px;
}
form .input-field input {
    border: 0 none;
    padding: 0;
    width: 100%;
}
form .row {
	margin-bottom: 5px;
	margin-left: 30%;
}
form .row .row-w {
    padding-right: 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *overflow: hidden;
    *display: inline;
}
form .row-split {
	padding-top: 8px;
}
form .row label {
	display: block;
	float: left;
	position: relative;
	width: 30%;
	left: -32%;
	margin-right: -100%;
	padding-top: 4px;
	text-align: right;
}
form .row label.inline {
	float: none;
	width: auto;
	left: auto;
	margin-right: 0;
	text-align: left;
}
form .row label sup {
	color: red;
	padding-left: 0.25em;
}
form .row input.text,
form .row textarea {
	width: 300px;
}
.page-head form .row input.text,
.page-head form .row textarea {
	width: 95%;
}
form .row .checkbox {
	line-height: 21px;
	height: 21px;
}
form .row .checkbox input {
	vertical-align: middle;
	border: 0 none;
}
form .row .checkbox span {
	padding: 0 1em 0 0.5em;
}
form .row .checkbox label {
	display: inline;
	float: none;
	position: static;
	width: auto;
	left: auto;
	margin-right: 0;
	padding-left: 0.5em;
}
form .bad input, form .bad textarea {
	border: 2px solid red;
}
form .field-error-msg {
	color: red;
	font-size: 10px;
}
form .hint {
	color: #aaaaaa;
	font-size: 10px;
	margin-top: 0.5em;
}
form .readonly {
	display: block;
	padding-top: 4px;
	font-weight: bold;
}

form .row .ui-datepicker-trigger {
	position: absolute;
	margin-top: 2px;
	margin-left: -20px;
	cursor: pointer;
}


form .unit-fields {
	float: left;
	position: relative;
	width: 66%;
}
form .unit-description {
	float: right;
	position: relative;
	width: 30%;
}
form .unit-description p {
	margin-bottom: 1em;
}
form .unit-description h2 {
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: bold;
}



.search-form-box {
	padding: 10px 0;
	width: 360px;
	margin: 0 auto;
}
.search-form-box form.search .submit {
    float: right;
    margin-left: 3px;
    *margin-left: 0;
}
.search-form-box form.search .input-field {
	cursor: text;
    overflow: hidden;
    zoom: 1;
}
.search-form-box form.search .input-field label {
	font-size: 9px;
	color: #aaa;
	text-align: left;
	position: absolute;
	display: block;
}
.search-form-box form.search .active label,
.search-form-box form.search .filled label {
	/*display: none;*/
}
.search-form-box form.search .input-field input {
	background: transparent;
	position: relative;
	z-index: 1;
}
.unit-content form.search .group-field {
    float: left;
    margin-right: 0.5em;
	padding-bottom: 0.5em;
}
.unit-content form.search .group-field label {
    display: inline-block;
    margin-right: 0.5em;
    *display: inline;
    zoom: 1;
}


table {
    width: 100%;
}

table.list th {
    background: #cccccc;
    text-align: center;
    padding: 6px;
    font-weight: bold;
}
table.list td {
    padding: 6px;
}
table.list td, table.list th {
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}
table.list .last td {
	border-bottom: 1px solid #aaaaaa;
}
table .even td {
    background: #e5e5ff;
}



/**
 * Paginator
 */
.pages {
    text-align: center;
    padding: 10px;
    margin: 10px;
    font-size: 10px;
    border: solid 1px silver;
    background-color: #FFFFFF;
}
.pages ul {
	display: block;
	margin: 0;
	padding: 0;
}
.pages li {
	display: inline;
	background: none;
	padding: 0 1em 0 0;
}
.pages li.current {
	font-weight: bold;
}



.unit-content h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.5em;
}


#feedback-floater {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 10px 20px;
	background: black;
	color: white;
}
#feedback-floater .wrap {
	width: 200px;
}
#feedback-floater p.hint {
	margin-top: 0.5em;
}
#feedback-floater .close,
#feedback-floater .state,
#feedback-floater .minimized .state {
	display: block;
	position: absolute;
	top: 5px;
	width: 10px;
	height: 10px;
	background: url(../images/feedback-icons.png) no-repeat 0 0;
	cursor: pointer;
}
#feedback-floater .close {
	right: 5px;
}
#feedback-floater .state {
	right: 18px;
	background-position: -10px 0;
}
#feedback-floater .minimized .state {
	background-position: -20px 0;
}
#feedback-floater .minimized .main,
#feedback-floater .confirm .main {
	display: none;
}
#feedback-floater .alt {
	display: none;
}
#feedback-floater .confirm .alt {
	display: block;
}


#incomplete-profile-warning {
	display: block;
	position: absolute;
	border: 1px solid silver;
	background: white url(../images/title-bg.gif) repeat-x left bottom;
	width: 120px;
	margin-left: -20px;
	margin-top: 5px;
	z-index: 10;
	font-size: 10px;
}
#incomplete-profile-warning .w {
	padding: 6px;
}
#incomplete-profile-warning .title {
	font-weight: bold;
}

.audio-track-info {
	width: 100%;
}
.audio-track-info td {
	vertical-align: top;
}
.audio-track-info td.fixed-width {
	width: 100px;
}
.audio-track-info .head {
	position: absolute;
	margin-top: -24px;
	font-weight: bold;
}
.audio-track-info td.fixed-width .head {
	width: 100px;
	text-align: center;
}
.audio-track-info .dl-links p {
	text-align: center;
}
.audio-track-info .track-title .head {
	width: 100%;
}
.audio-track-info .track-title .track-title-label {
	/*padding: 0 10px;*/
	display: none;
}

.bookmarks {
	background: #dcdcdc url(../images/title-bg.gif) repeat-x top;
	display: none;
	top: -6px;
	position: absolute;
	z-index: 10;
}
.bookmarks-mini {
	top: 2px;
	right: 6px;
}
.bookmarks-ready {
	display: table-row;
	*display: block;
}
.bookmarks .bookmarks-item,
.bookmarks .bookmarks-more {
	padding: 3px 0 0 5px;
	vertical-align: top;
	display: table-cell;
	position: relative;
	*display: block;
	*float: left;
	*clear: right;
}
.bookmarks-mini .bookmarks-item,
.bookmarks-mini .bookmarks-more {
	padding-top: 4px;
}
.bookmarks .bookmarks-item > span {
	display: block;
}
.bookmarks .bookmarks-more span {
	color: black;
	border-bottom: 1px dashed black;
	display: inline-block;
	padding-top: 3px;
	cursor: pointer;
}
.bookmarks-all .bookmarks-more {
	display: none;
}


.tabs .tab-c,
.tabs .tab-l,
.tabs .tab-r {
	display: block;
	height: 49px;
	line-height: 49px;
	white-space: nowrap;
}
.tabs ul, .tabs li {
	margin: 0;
	padding: 0;
}
.tabs .tab-c {
	float: left;
	position: relative;
	background: url(../images/tabs-bg.png) repeat-x 0 -150px;
	font-size: 16px;
}
.tabs .tab-active {
	background-position: 0 -100px;
	font-weight: bold;
}
.tabs .tab-l {
	padding-left: 15px;
}
.tabs .tab-r {
	padding-right: 15px;
}
.tabs .tab-active .tab-l,
.tabs .tab-active .tab-r {
	background: url(../images/tabs-bg.png) no-repeat;
}
.tabs .tab-active .tab-l {
	background-position: 0 -50px;
}
.tabs .tab-active .tab-r {
	background-position: right 0;
}


.wysiwyg-content {
	font-style: normal;
	font-weight: normal;
}
.wysiwyg-content strong {
	font-style: inherit;
	font-weight: bold;
}
.wysiwyg-content em {
	font-style: italic;
	font-weight: inherit;
}
.wysiwyg-content a {
	text-decoration: underline;
}

.ui-dialog .ui-dialog-title {
	padding-right: 2em;
}

/**
 * Пользовательское меню
 */
.user-menu-item-special {
	font-size: 110%;
	font-weight: bold;
}
.unit-main .user-menu-wide {
	padding: 10px;
	font-size: 150%;
	text-align: center;
	letter-spacing: -0.31em;
	*letter-spacing: normal;
	word-spacing: -0.43em
}
.user-menu-wide .user-menu-items,
.user-menu-wide .user-menu-item {
	margin: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}
.user-menu-wide .user-menu-item {
	background: none;
	padding: 0 1em 0 0;
}


.search-page-rp-result,
.search-page-artist-result {
	margin: 10px;
}
.search-page-result-link-img {
	float: left;
	margin-right: 15px;
}
.search-page-result-stuff {
	overflow: hidden;
}
.search-page-result-title {
	font-size: 2em;
}





/** TODO: разобраться что это за стили **/

/* используется в коментариях */
.mb {
    text-align: left;
    padding: 10px;
    margin: 10px;
    border: solid 1px silver;
    background-color: #FFFFFF;
}

.adv {
    background-color: #FF0000;
    border: 0;
}

.advtx {
    font-weight: bold;
    color: #FF0000
}
/** / **/

