html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    min-width: 980px;
    font-size: 14px;
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    max-width: 1400px;
}

* {
   font-family: Arial, Helvetica, sans-serif;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
}

img {
    border:none;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: #333;
    z-index: 10;
}

#header .container {
    height: 90px;
}

#logo {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 10;
}

#logo a {
    display: block;
    color: #fff;
    text-decoration: none;
}

#logo span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
}

#menu {
    position: relative;
    padding: 34px 20% 0 20%;
}

#menu ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul ul {
    display: none;
}

#menu ul li:hover > ul {
    display: block;
}

#menu ul:after {
    content: "";
    clear: both;
    display: block;
}

#menu ul ul {
    position: absolute;
    top: 100%;
    background: #111;
    padding: 10px 0;
    z-index: 10;
}

#menu ul li {
    float: left;
    position: relative;
    white-space: nowrap;
}

#menu ul ul li {
    float: none;
    position: relative;
    text-align: left;
    padding: 5px 0;
    white-space: normal;
}

#menu ul a {
    padding: 0 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

#menu ul ul ul {
    position: absolute;
    left: 100%;
    top:0;
    padding: 0;
    z-index: 20;
}

#menu a:hover {
    color: #e3b23c;
}

#menu a.selected {
    color: #e3b23c;
}

#lang-box {
    position: absolute;
    right: 20px;
    top: 10px;
}

#lang-box a {
    text-decoration: none;
    color: #fff;
    margin-left: 4px;
}

#lang-box a.selected,
#lang-box a:hover {
	color: #e3b23c;
}

#search {
    position: absolute;
    left: 80%;
    top: 32px;
    padding-left: 30px;
}

#search input {
    width: 160px;
    padding: 4px; 
    background: none;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
}

#content {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 90px 0 230px 0;
}

#left-line {
	position: absolute;
	top: 0;
	left: 18%;
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
}

#right-line {
    position: absolute;
    top: 0;
    right: 18%;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}

#left {
    float: left;
    width: 18%;
}

#right {
    float: right;
    width: 18%;
}

#main {
    position: relative;
    margin: 0 18%;
    color: #333;
}

#left .header,
#right .header {
    margin: 0 0 30px;
    padding: 20px 0 0 0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#left .header a,
#right .header a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

#left .header a:hover,
#right .header a:hover{
    color: #e3b23c;
} 

#text {
    margin: 20px 0;
    padding: 0 40px;
    text-align: justify;
}

#text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#text img {
    border: 6px solid #fff;
}

#text a {
    color: #000;
    text-decoration: none;
}

#text a:hover {
    color: #000;
    text-decoration: underline;
}

#text table {
    border-collapse: collapse;
}

#text table th,
#text table td {
    border: 1px solid #fff;
    padding: 0 4px;
}

#text ul {
    list-style: square;
}

#news-list {
    margin: 0;
    padding: 0 40px;
    list-style: none;
}

#news-list li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

#news-list .image {
    float: left;
    margin-right: 20px;
}

#news-list .name {
    font-size: 16px;
    padding-bottom: 10px;
}

#news-list .name a {
    font-weight: bold;
    color: #e3b23c;
    text-decoration: none;
}

#news-list .name a:hover {
    color: #111;
}

#news-list .details {
    padding-top: 20px;
    text-align: right;
    font-size: 12px;
    color: #999;
}

#news-list .date {
    margin-left: 10px;
    font-weight: bold;
}

#blog-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#blog-list li {
	display: inline-block;
	width: 45%;
	max-width: 640px;
	margin: 0 10px 20px 10px;
	text-align: left;
	background-color: #eee;
}

#blog-list a {
    display: block;
    position: relative;
    overflow: hidden;
}

#blog-list img {
    display: block;
    width: 100%;
}

#blog-list .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#blog-list .hint {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.9;
}

#blog-list .header {
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	background-color: #e3b23b;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
}

#blog-list .subheader {
	padding: 2px 10px 2px 20px;
	background-color: #333;
	color: #fff;
	font-size: 12px;
}

#blog-list .subheader div {
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#blog-list .subheader .date {
	float: right;
}

#blog-list .text {
	padding: 4px 10px 4px 20px;
	color: #999;
	text-align: justify;
	font-size: 12px;
}

#blog-list .statistic {
    padding: 0 10px 0 0;
    line-height: 18px;
    font-size: 12px;
    line-height: 12px;
	text-align: right;
	color: #999;
}

#blog-list .statistic strong {
	margin: 0 2px;
	font-weight: normal;
	color: #e3b23b;
}

#blog-box {
    padding: 20px 40px;
}

#blog-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

#blog-box ul li {
    float: left;
    width: 33%;
    padding-right: 1%;
}

#blog-box ul li:last-child {
    float: left;
    width: 32%;
    padding-right: 0;
}

#blog-box  h3 {
    padding: 0 15px 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

#blog-box a {
    text-decoration:none;
    color: #e3b23c;
}

#blog-box a:hover {
    color: #000;
}

#blog-box  p {
    padding: 0;
    margin: 0;
    color: #333;
}

#blog-box .more {
    padding-top: 10px;
    text-align: right;
}

.left-menu {
    padding: 0 25px 0 20px;
}

.left-menu .header {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}

.left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.left-menu li {
    padding: 4px 0;
}

.left-menu a {
    font-weight: bold;
    color: #999;
    text-decoration: none;
}

.left-menu a:hover {
    color: #b3b3b3;
}

.left-menu strong {
    font-weight: normal;
    color: #333;
}

.left-menu span {
    color: #e3b23b;
}

#friend-box {
    padding: 0 20px 0 30px;
    margin: 0;
    list-style: none;
}

#friend-box li {
    padding-bottom: 30px;
}

#friend-box .name {
	padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

#friend-box .name a {
    text-decoration: none;
    color: #000;
}

#friend-box .name a:hover {
    color: #e3b23c;
}

#friend-box .activity {
	font-size: 12px;
}

#friend-box .link a {
	color: #000;
	text-decoration: none;
}

#friend-box .link a:hover {
	text-decoration: underline;
}

#friend-box .text {
    margin: 4px 0;
    color: #b3b3b3;
}

#promotion-box {
    padding: 0 20px 0 30px;
}

#promotion-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#promotion-box li {
    clear: left;
    padding-bottom: 30px;
}

#promotion-box .name {
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: normal;
}

#promotion-box .image {
    float: left;
    margin-right: 8px;
}

#promotion-box .name a {
    text-decoration: none;
    color: #000;
}

#promotion-box .name a:hover {
    color: #e3b23c;
}

#promotion-box .text {
    margin: 4px 0;
    color: #b3b3b3;
}

#promotion-box .more {
    padding-top: 10px;
    text-align: right;
}

#promotion-box .more a {
    text-decoration:none;
    color: #e3b23c;
}

#promotion-box .more a:hover {
    color: #000;
}

#item-list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    min-height: 200px;
    text-align: center;
}

#item-list li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    height: 260px;
}

#item-list .image {
    position: relative;
    display: inline-block;
    background-color: #e6e6e6;
    padding: 6px;
    line-height: 0;
    text-decoration: none;
    overflow: hidden;
    outline: none;
}

#item-list .image:hover {
    background-color: #ccc;
}

#item-list h4 {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 10px;
    top: 170px;
    font-size: 15px;
    font-weight: normal;
}

#item-list h4 a {
    color: #e3b23c;
    text-decoration: none;
}

#item-list h4 a:hover {
    color: #333;
}

#item-list p {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 236px;
    top: 190px;
    left: 10px;
    text-align: left;
    height: 55px;
    color: #b3b3b3;
    overflow: hidden;
}

#item-list .price {
    float: right;
    font-size: 16px;
    color: #333;
}

#item-list .price span {
    font-size: 10px;
}

#gallery {
    position: relative;
    padding: 0;
    margin: 20px auto 0 auto;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

#gallery li {
    display: inline-block;
    padding: 0 10px 20px 10px;
}

#gallery a {
    position: relative;
    display: inline-block;
    background-color: #e6e6e6;
    padding: 6px;
    line-height: 0;
    text-decoration: none;
    overflow: hidden;
}

#gallery a span {
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    height: 70px;
    background-color: #eee;
    opacity: 0.8;
    line-height: 16px;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#gallery a:hover span {
    bottom: 0;
}

#gallery a span strong {
    display: block;
    padding: 10px 10px 4px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

#gallery a span em {
    display: block;
    padding: 0 10px 16px 10px;
    font-size: 12px;
    font-style: normal;
    color: #333;
}

#main-header h1 {
    margin: 0 0 20px 0;
    padding: 20px 40px 0 40px;
    color: #e3b23c;
    font-size: 25px;
    text-transform: uppercase;
}

#breadcrumbs {
    height: 16px;
    font-size: 13px;
    background-color: #e6e6e6;
    text-transform: lowercase;
}


#breadcrumbs a,
#breadcrumbs span {
    float: left;
    height: 16px;
    line-height: 16px;
    padding: 0 14px 0 8px;
    text-decoration: none;
    outline: none;
}


#breadcrumbs a {
    background: url(images/arrow-r2.png) right no-repeat #fff;
    color: #999;
}

#breadcrumbs a.home {
    background: url(images/arrow-r3.png) right no-repeat #e6e6e6;
    color: #999;
    padding-left: 6px;
}

#breadcrumbs span {
    background: url(images/arrow-r1.png) right no-repeat #fff;
    font-weight: bold;
}

#breadcrumbs a:hover {
    color: #333;
}

#gallery-box {
    position: relative;
    padding: 0 20px 20px 20px;
}

#gallery-box img {
    width: 100%;
}

#slider-box {
    position: relative;
}

.slider {
    margin: 0;
    padding: 0;
    list-style: none;
}


.item-header {
	margin: 0;
	padding: 15px 40px 6px 40px;
	font-size: 19px;
	color: #e3b23c;
}

.item-header a {
	font-family: Magistral, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.item-header a:hover {
	color: #333;
}

.item-subheader {
	height: 16px;
	line-height: 16px;
	color: #999;
	font-size: 13px;
}

.item-subheader div {
	float: left;
    width: 30px;
    height: 16px;
    margin-right: 10px;
    background: url(images/arrow-l1.png) no-repeat right #e6e6e6;
}

.item-subheader a {
	color: #999;
	text-decoration: none;
}

.item-subheader a:hover {
	color: #333;
}

.sort-list {
	padding-left: 8%;
	margin-bottom: 60px;
	height: 20px;
    background-color: #fff;
}

.sort-list * {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background-color: #999;
}

.sort-list a {
	color: #fff;
	text-decoration: none;
}

.sort-list a:hover {
	color: #333;
}

.sort-list .selected {
	color: #333;
}

.sort-list .separator {
    padding: 0;
    border-left: 1px solid #fff;
}

.item-class {
    padding: 23px 0 0 23px;
    font-size: 25px;
    font-weight: bold;
    color: #e6e6e6;
    text-transform: uppercase;
}

.item-nav {
    position: relative;
    float: right;
    top: 40px;
    height: 16px;
    line-height: 16px;
    border-right: 25px solid #e6e6e6;
    color: #e6e6e6;
}

.item-nav a {
    float: left;
    margin: 0 8px;
	color: #999;
	text-decoration: none;
}

.item-nav a:hover {
	color: #333;
}

.item-nav .prev {
    float: left;
    width: 7px;
    height: 16px;
    background: url(images/arrow-l2.png);
}

.item-nav .next {
    float: left;
    width: 3px;
    height: 16px;
    background: url(images/arrow-r1.png);
}

.item-nav .separator {
    float: left;
    width: 1px;
    height: 16px;
    background: #e6e6e6;
}

.item-image {
    margin: 0 20px 8px 40px;
    float: left;
}

.item-image a img {
    border: 6px solid #e6e6e6;
}

.item-image a:hover img {
    border-color: #ccc;
}

#category-box {
	height: 20px;
	padding: 0 4% 0 8%;
	margin: 0 0 20px 0;
	margin-bottom: 60px;
	list-style:none;
	background-color: #fff;
}

#category-box li {
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	border-right: 1px solid #fff;
	background-color: #999;
}

#category-box li a {
	color: #fff;
	text-decoration: none;
}

#category-box li a:hover {
	color: #333;
}

#category-box li.selected a {
	color: #333;
}

.claer{
	clear:both;
}

#comment-list .header,
#comment-form .header,
.form .header {
	padding: 0;
	margin: 16px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e3b23c;
}

#comment-add {
	height: 16px;
}

#comment-add div {
	float: left;
	height: 16px;
    line-height: 16px;
    font-size: 13px;
    padding: 0 10px 0 6px;
    background: url(images/arrow-l1.png) no-repeat right #e6e6e6;
    color: #999;
    cursor: pointer;
}

#comment-list .comment-add div:hover {
	color: #000;
}

#comment-list ul {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
}

#comment-list ul li {
	position: relative;
	margin: 20px 0;
	padding-bottom: 40px;
	min-height: 80px;
	border-top: 1px solid #e6e6e6;
	background-color: #f2f2f2;
}

#comment-list .name {
	float: left;
	padding: 8px 10px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	background: #e6e6e6;
	color: #333;
}

#comment-list .date {
	clear: left;
	float: left;
	padding: 4px 0 0 10px;
	font-size: 13px;
	color: #b3b3b3;
}

#comment-list .text {
	padding: 10px 20px 10px 190px;
	color: #333;
}

#comment-list .replay {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 16px;
	line-height: 16px;
	padding: 0 8px 0 8px;
	background: #e6e6e6;
	color: #999;
	cursor: pointer;
}

#comment-list .replay:hover {
	color: #333;
}

#comment-list .number {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 150px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	line-height: 45px;
	color: #fff;
}

#comment-list ul li:nth-child(even) {
    background-color: #b3b3b3;
}

#comment-list ul li:nth-child(even) .date {
    color: #fff;
}

#comment-list ul li:nth-child(even) .text {
    color: #fff;
}

#comment-list .level2 {
    margin-left: 40px;
}

#comment-list .level3 {
    margin-left: 80px;
}

#comment-list .level4 {
    margin-left: 120px;
}

#comment-list .level5 {
    margin-left: 160px;
}

#comment-list .level6 {
    margin-left: 200px;
}

#comment-list .level7 {
    margin-left: 240px;
}

#comment-list .level8 {
    margin-left: 280px;
}

#comment-replay-cancel {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 8px;
	font-weight: normal;
	cursor: pointer;
}

#comment-replay-cancel:hover {
	color: #000;
}

.form .replay label,
.form .name label,
.form .phone label,
.form .email label,
.form .text label,
.form .captcha label {
	display: block;
	float: left;
	width: 92px;
	height: 30px;
	padding-right: 8px;
	line-height: 30px;
	background-color: #333;
	color: #fff;
	text-align: right;
}

.form .replay,
.form .name,
.form .email,
.form .phone,
.form .captcha {
	height: 30px;
	margin-bottom: 8px;
}

.form .replay span,
.form .name span,
.form .phone span,
.form .email span,
.form .captcha span {
	display: block;
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background-color: #e6e6e6;
}

#comment-form .replay span {
	font-size: 16px;
	color: #fff;
}

#comment-form .replay span strong {
	margin: 0 4px 0 8px;
	font-weight: normal;
	color: #999;
	font-size: 30px;
}

.form .name input,
.form .phone input,
.form .email input {
	width: 160px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	border: none;
	background: none;
	color: #333;
}

.form .text {
	height: 120px;
	margin-bottom: 8px;
}

.form .text label {
	height: 120px;
}

.form .text span {
	display: block;
	height: 120px;
	margin-left: 100px;
	padding-left: 20px;
	background-color: #e6e6e6;
	overflow: hidden;
}

.form .text textarea {
	width: 100%;
	height: 100px;
	padding: 10px 0;
	border: none;
	background-color: #e6e6e6;
	color: #333;
}

.form .captcha img {
	float: left;
	width: 80px;
	height: 30px;
}

.form .captcha input {
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	border: none;
	background: none;
	color: #333;
}

.form .notice {
	float: right;
	height: 21px;
	line-height: 21px;
	padding-right: 8px;
	background: #fff;
	color: #999;
}

.form .notice span {
	float: left;
	padding: 1px 8px 0 0;
}

.form .submit {
	margin: 20px 0 0 0;
	height: 16px;
}

.form .submit span {
	position: relative;
	float: left;
	height: 16px;
	padding: 0 12px 0 8px;
	background: url(images/arrow-l1.png) no-repeat right #e6e6e6;
	color: #999;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
}

.form .submit button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 16px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.form .submit span:hover {
	color: #000;
}

.form .errorlist {
	margin: 4px 0;
	padding: 0 0 0 20px;
	color: #c00;
	font-size: 14px;
	list-style: none;
}


#main h2.header{
	font-weight:normal;
	font-size:20px;
	margin:16px 0;
	padding:0;
}

#add-comment {
    min-height:500px;
}

.page p{
    padding:8px 0;
    margin:0;
}

.page table {
    border-collapse: collapse;
    padding: 2px;
}

.page table, .page th, .page td {
    padding: 3px;
    border: 1px solid white;
}

#map_canvas {
    width: 590px;
    height: 480px;
    margin: 0 auto;
    border: 10px solid #fff;
}

#friend-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#friend-list .friend {
	padding-bottom: 30px;
}

#friend-list .name {
    padding: 0 40px 14px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #e3b23c;
}

#friend-list .details {
    height: 16px;
    font-size: 12px;
}

#friend-list .activity {
    float: left;
    padding: 0 14px 0 5px;
    margin-right: 8px;
    height: 18px;
    line-height: 18px;
    color: #999;
    background: url(images/arrow-l1.png) no-repeat right center #e6e6e6;
}

#friend-list .text {
    padding: 10px 20px;
}

#friend-list .text p {
    margin: 0;
    padding: 8px 0;
}

#friend-list .text ul {
    list-style: square outside;
}

#friend-list .link {
    height: 18px;
    line-height: 18px;
    color: #b3b3b3;
}

#friend-list .link a {
    color: #e3b23c;
    text-decoration: none;
}

#friend-list .link a:hover {
	color: #000;
}

#promotion-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#promotion-list .promotion {
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

#promotion-list .name {
    padding: 0 40px 14px 280px;
    font-size: 16px;
    font-weight: bold;
}

#promotion-list .name a {
    color: #e3b23c;
    text-decoration: none;
}

#promotion-list .name a:hover {
    color: #333;
}

#promotion-list .image {
    padding-left: 40px;
    float: left;
}

#promotion-list .text {
    padding: 0 40px 0 280px;
}

#promotion-list .text p {
    margin: 0;
    padding: 0;
}

#search-list {
    margin: 0;
    padding: 0 40px 20px 40px;
    list-style: none;
}

#search-list li {
    padding-bottom: 12px;
}

#search-list h4 {
    margin: 0;
    padding: 0;
}

#search-list h4 a {
    color: #333;
    text-decoration: none;
}

#search-list h4 a:hover {
    text-decoration: underline;    
}

#search-list p {
    margin: 2px 0;
    padding: 0;
    color: #B3B3B3;
}

.pagination {
    height: 16px;
    line-height: 16px;
    padding-left: 7px;
    background-color: #e6e6e6;
    font-size: 13px;
    color: #B3B3B3;
}

.pagination span {
    float: left;
    height: 16px;
    line-height: 16px;
}

.pagination .label {
    padding-right: 12px;
    background: url(images/arrow-l1.png) no-repeat right;
    color: #999;
}

.pagination a {
    float: left;
    padding: 0 4px;
    height: 16px;
    line-height: 16px;
    color: #B3B3B3;
    text-decoration: none;
    background-color: #fff;
}

.pagination a:hover {
    color: #E2B23B;
}

.pagination .current {
    padding: 0 4px;
    background: #fff;
    color: #E2B23B;
}

.pagination .prev {
    padding: 0 12px 0 8px;
    background: url(images/arrow-l2.png) no-repeat right #fff;
}

.pagination .next {
	padding: 0 8px 0 12px;
    background: url(images/arrow-r2.png) no-repeat left #fff;
}

.pagination .end {
    width: 3px;
    background: url(images/arrow-r1.png);
}

.pagination .dots {
    background-color: #fff;
}

.share-box {
	height: 20px;
	line-height: 20px;
	text-align: right;
}

.share-box span {
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background-color: #fff;
	color: #999;
}

.share-box a {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 1px;
	outline: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}

.share-box .twitter {
	background-image: url(images/shares/twitter0.png);
}

.share-box .twitter:hover {
	background-image: url(images/shares/twitter1.png);
}

.share-box .google {
	background-image: url(images/shares/google0.png);
}

.share-box .google:hover {
	background-image: url(images/shares/google1.png);
}

.share-box .facebook {
	background-image: url(images/shares/facebook0.png);
}

.share-box .facebook:hover {
	background-image: url(images/shares/facebook1.png);
}

.share-box .vk {
	background-image: url(images/shares/vk0.png);
}

.share-box .vk:hover {
	background-image: url(images/shares/vk1.png);
}

.share-box .odnoklassniki {
	background-image: url(images/shares/odnoklassniki0.png);
}

.share-box .odnoklassniki:hover {
	background-image: url(images/shares/odnoklassniki1.png);
}

.share-box .lj {
	background-image: url(images/shares/lj0.png);
}

.share-box .lj:hover {
	background-image: url(images/shares/lj1.png);
}

.share-box .ya {
	background-image: url(images/shares/ya0.png);
}

.share-box .ya:hover {
	background-image: url(images/shares/ya1.png);
}

.share-box .blogger {
	background-image: url(images/shares/blogger0.png);
}

.share-box .blogger:hover {
	background-image: url(images/shares/blogger1.png);
}

#up {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
}

#up div {
    position: relative;
    top: -20px;
    margin: 0 18%;
    line-height: 20px;
    font-size: 12px;
    border-bottom: 6px solid #e6e6e6;
    text-align: center;
    background: url(images/arrow-t1.png) no-repeat center bottom;
    cursor: pointer;
}

#up div:hover {
    color: #333;
}

#footer {
    position: relative;
    height: 180px;
    margin-top: -180px;
    background-color: #333;
    color: #b3b3b3;
    width: 100%;
    overflow: hidden;
}

#footer .container {
    padding-top: 20px;
}

#footer .header {
    padding: 0 0 10px 0;
    font-weight: bold;
    color: #e6e6e6;
}

#footer a {
    color: #b3b3b3;
    text-decoration: none;
}

#footer a:hover {
    color: #e6e6e6;
}

#footer p {
    margin: 0;
    padding: 2px 0 2px;
    line-height: 16px;
}

#footer-menu {
    float: left;
    padding-left: 20px;
}

#footer-menu .column {
    float: left;
    width: 200px;
}

#footer-contacts {
    float: right;
    width: 18%;
}

#footer-contacts .header,
#footer-contacts p {
    padding-left: 30px;
}

#footer-contacts span {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(images/icons.png);
    background-color: #b3b3b3;
}

#footer-contacts .address {
    background-position: 0 0; 
}

#footer-contacts .email {
    background-position: -16px 0; 
}

#footer-contacts .phone {
    background-position: -32px 0; 
}

#copyright {
    clear: right;
    float: right;
    font-size: 12px;
    padding: 8px 0;
    color: #e3b23c;
}

#copyright a {
    color: #e3b23c;
}

#footer-shares {
    float: right;
    width: 125px;
}

#footer-shares p {
    margin: 0;
    padding: 2px 0 2px;
    line-height: 16px;
}

#footer-shares a:hover span {
    background-color: #e3b23c;
}

#footer-shares span {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(images/icons.png);
    background-color: #b3b3b3;
}

#footer-shares .facebook {
    background-position: 0 -16px;
}

#footer-shares .twitter {
    background-position: -16px -16px;
}

#footer-shares .google {
    background-position: -32px -16px;
}

#footer-shares .livejournal {
    background-position: -48px -16px;
}

#footer-shares .vkontakte {
    background-position: -48px 0;
}

#error {
    position: relative;
    margin: 0 auto;
    width: 900px;
    font-size: 18px;
    color: #333;
}

#error h1 {
    text-transform: uppercase;
    color: #c00;
}

#error a {
    color: #e3b23c;
    text-decoration: none;
}

#error a:hover {
    color: #000;
}

/*
::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}
*/

@media (max-width: 1100px) {
    .container {
        padding: 0 10px;
    }
    #main-header,
    #category-box,
    #text,
    .sort-list {
        padding: 0 10px;
    }
    #blog-box {
        padding-right: 10px;
    }
    #logo {
        left: 10px;
    }
    #friend-box,
    #footer-contacts .header,
    #footer-contacts .copyright,
    #footer-contacts p {
        padding-left: 10px;
    }
    #footer-menu {
        width: 120px;
    }
    #menu {
        padding-left: 220px;
        padding-right: 170px;
    }
}

@media (max-width: 1250px) {
    #menu ul a {
        font-size: 12px;
        padding: 0 6px;
    }
}

@media (max-width: 1080px) {
    #menu ul a {
        font-size: 11px;
        padding: 0 4px;
    }
}