* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #777;
	margin: auto;
	font-size: 14px;
	max-width: 500px;
	line-height: 150%;
	font-family: Arial;
	background-color: #e7e8e8;
}

.box {
	box-shadow: rgba(71,79,87,.148438) 0 0 9px 1px;
}

a {
    color: #1079a8;
    text-decoration: none;
}

a:hover {
	color: #555555;
    text-decoration: none;
}

a.link {
	padding: 10px;
	display: block;
	background: #FFF;
	border-bottom: 1px solid #ede9dc;
}

a.link:hover {
	background: #F5F5F5;
}

a.link img {
	margin-right: 5px;
}

input, textarea, select, .button, span.cnt_new, span.count, a.nav, a.nav1, a.smiles {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.button, .footer, span.cnt_new, span.count, a.nav1, a.nav:hover {
	color: #FFF;
	border: 1px solid #d26c24;
	text-shadow: 0px 1px 0px #d26c24;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.25);
	background: url("../images/footer.png") repeat-x #d67728;
}

.title, a.nav {
	text-shadow: 0px 1px 0px #FFF;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	background: url("../images/title.png") repeat-x #ede9dd;
}

.button {
	font-size: 14px;
	padding: 5px 10px;
	display: inline-block;
	line-height: normal;
	white-space: nowrap;
	vertical-align: baseline;
	text-align: center;
	cursor: pointer;
}

.button:hover {
    color: #FFF;
}

.button:focus {
    outline: none;
}

hr {
	border: none;
    margin: 5px -3px;
	border-bottom: 1px dashed #ede9dc;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

img {
	bottom: 1px;
	border: none;
	margin-right: 2px;
	position: relative;
	vertical-align: middle;
}

input.text {
    width: 95%;
}

textarea {
	width: 97.5%;
	color: #777;
	padding: 5px;
	overflow: auto;
	resize: vertical;
    border: 1px solid #dedcdc;
}

input, select {
	color: #777;
    padding: 7px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: 1px solid #dedcdc;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

/*Head*/

.header {
	border-top: 1px solid #1079a8;
	background: url("../images/header.png") repeat-x #308bcf;
}

.logo {
	width: 200px;
	height: 80px;
	display: block;
	background: url("../images/logo.png") no-repeat;
}

.texture {
	z-index: 2;
	height: 9px;
	margin-top: -1px;
	position: relative;
	margin-bottom: -7px;
	background: url("../images/texture.png") repeat-x;
}

/*End_Head*/

.footer {
	padding: 11px;
}

.title {
	padding: 10px;
	color: #aba494;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ddd7c6;
}

.menu {
	padding: 7px;
	background: #FFF;
	word-wrap: break-word;
	border-bottom: 1px solid #ede9dc;
}

.error {
    color: #666;
	padding: 8px;
	background: #FFF9B8;
	border-bottom: 1px solid #ede9dc;
}

span.new {
	color: red;
	font-size: 12px;
}

span.text {
    color: #777;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_red {
	color: #B40033;
}

.f_blue{
	color: #227FBE;
}

.f_orange {
	color: #FF9900;
}

.f_green {
    color: #2b8234;
}

.f_small {
	font-size: 12px;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.air2 {
	padding: 20px 8px;
	line-height: 180%;
}
.air3 {
	padding: 15px 8px;
	line-height: 170%;
}

.marb_1 {
	margin-bottom: 5px;
	display: inline-block;
}

.marb_2 {
	margin-bottom: 8px;
	display: inline-block;
}

.top a {
	color: #777;
	font-weight: bold;
    margin-right: 5px;
}

.top img {
	margin-top: 5px;
}

.avatar, .avatar_small {
    float: left;
    width: 80px;
	margin: 2px 8px 2px 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.avatar_small {
    width: 50px;
}

.sp_booble {
    background-color: #FFF;
    padding: 4px 0 1px 0;
}

.booble {
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    width: 95%;
    clear: left;
}

.booble .arrow {
    background: url("../images/sp_arrow.png") 0px 0px no-repeat transparent;
    bottom: -8px;
    display: block;
    height: 8px;
    left: 42%;
    position: absolute;
    width: 15px;
}

.gift_feed {
    float: left;
    padding: 0 5px;
}

span.cnt {
	color: #666;
	font-weight: bold;
}

span.cnt_new {
	padding: 3px 6px;
	font-weight: bold;
}

span.count {
	font-size: 9pt;
	vertical-align: sub;
	padding: 1px 4px 1px 4px;
}

/*pagination*/

a.nav, a.nav1 {
	margin: 3px;
	padding: 5px 10px;
	line-height: normal;
	display: inline-block;
}

a.nav {
	border: 1px solid #ddd7c6;
}

a.nav:active {
	background: #308bcf;
	border: 1px solid #1079a8;
	text-shadow: 0px 1px 0px #888888;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.2);
}

/*End_pagination*/

.photo_list {
	margin: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.view_photo {
    min-width: 100px;
    border: solid 12px #ECECEC;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
}

/*„ëß random*/

.photo_border_m, .photo_border_w {
	width: 100%;
	max-width: 256px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.photo_border_m {
	border: 5px solid #85B3C9;
}

.photo_border_w {
	border: 5px solid #F4C7C0;
}

.love_block {
	width: 100%;
	display: table;
	border-bottom: 1px solid #ccc;
}

.love_menu {
	display: table-cell;
	padding: 5px 0;
	text-align: center;
	border-right: 1px solid #ccc;
	width: 33%;
	background-color: #ECECEC;
	font: normal normal 700 12px/normal sans-serif;
}

.love_menu img {
	width: 36px;
	max-width: 100%;
}

.vote_block {
	padding: 12px 0 6px 0;
	text-align: center;
	line-height: 1.5;
}

.vote_block span {
	font-size: 15px;
	color: #585858;
}

.vote_block div {
	margin-top: 10px;
    margin-bottom: 10px; 
}

/*„ëß ñìàéëîâ*/
a.smiles {
	margin: 5px;
	padding: 6px 11px;
	display: inline-block;
}

a.smiles:hover {
	background: #ECECEC;
}

input[type="checkbox"], input[type="radio"] {
	top: 1px;
	cursor: pointer;
	position: relative;
}

label {
	cursor: pointer;
}

.small_player  {
    padding-left: 0;
}

.small_player  {
    padding-right: 0;
}

.small_player .p_i_t_playButton {
    width: 20px;
    height: 20px;
}

.small_player .button_tr {
    width: 28px;
}

.small_player .p_i_t_pb_image {
    margin-left: -5px;
    width: 12px;
    height: 16px;
    background: url("../images/play_btn_small.png") transparent no-repeat;
}

.small_player .playing .p_i_t_pb_image {
    background-position: 0 -16px;
}

.small_player .playing .p_i_overlay {
    width: 23px;
}

.small_player .p_i_p_lines {
    margin: 8px 0 9px 0;
}

.small_player .p_i_progress {
    padding: 8px 0 9px 0;
}

.small_player .player_item {
    margin-top: 3px;
}

.player_item, .p_i_tools, .p_i_progress, .p_i_t_playButton {
    position: relative;
}

.player_item {
    margin: 0 auto;
    display: none;
}

.p_i_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.playing .p_i_overlay {
    width: 35px;
}

.tools_table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.tools_table td {
    padding-top: 0;
    padding-bottom: 0;
}

.overfl_hid {
	overflow: hidden;
}

.button_tr {
    width: 39px;
    vertical-align: middle !important;
}

.p_i_t_playButton {
    width: 30px;
    height: 30px;
    cursor: pointer;
    /* background: #5B9999; /*öâåò êíîïêè, ôîíà*/
}

.round_corners {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.p_i_t_pb_image {
    display: block;
    width: 10px;
    height: 11px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -5px;
    background: url("../images/play_btn.png") transparent no-repeat;
}

.playing .p_i_t_pb_image {
    background-position: 0 -11px;
}

.right_text {
    text-align: right;
}

.p_i_progress {
    width: 100%;
    height: 10px;
    padding: 13px 0 12px 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.p_i_p_lines_bg {
    width: 100%;
    height: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.p_i_p_lines {
    height: 10px;
    top: 0;
    margin: 13px 0 12px 0;
    position: absolute;
    display: block;
    width: 0;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-box-shadow: inset 0 1px 2px #7690C7;
    -moz-box-shadow: inset 0 1px 2px #7690C7;
    box-shadow: inset 0 1px 2px #7690C7;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.p_i_p_loadLine {
    width: 0;
    background-color: #bac7d4; /*öâåò ïîëîñû ïðîêðóòêè (ïðîèãðûâàß òðåê)*/
}

.p_i_p_progressLine {
    width: 0;
    background-color: #395387; /*öâåò ïîëîñû ïðîêðóòêè (ïîëçóùåé)*/
}

.p_i_p_progressLineVolume {
    width: 50%;
}

.p_i_p_lines_bg {
    width: 100%;
    background-color: #d2e3f4; /*öâåò ïîëîñû ïðîêðóòêè (èçíà÷àëüíî)*/
}

.volume_td {
    width: 70px;
    padding-left: 10px;
}

.p_i_t_timeShow {
	padding-left: 10px;
}

/* ‚ ôîòî prev - next */
.photo {
	position: relative;
	overflow: hidden;
}

.photo .next {
	z-index: 1;
	width: 50%;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	background:url("../images/next.png") 95% 50% no-repeat;
}

.photo .prev {
	width: 50%;
	z-index: 1;
	position: absolute;
	top: 0; left: 0; bottom: 0;
	background: url("../images/prev.png") 10px 50% no-repeat;
}