@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

body {
	background: url("/tpl/images/page-bg.png");
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
}
.clr {
	clear: both;
}

#content {
	background: white;
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.header-left {
	width: 350px;
	float: left;
	text-align: center;
	margin: 10px 0 0 0;
}
.header-right {
	width: 650px;
	float: right;
	margin: 20px 0 0 0;
}
.header-right ul {
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
	float: right;
}
.header-right ul li {
	display: inline-block;
	margin: 0 0 0 100px;
}
.header-right ul li a {
	font-family: "open sans";
	font-weight: 600;
	font-size: 22px;
	color: #848484;
	text-decoration: none;
	border-bottom: 1px dotted #848484;
}
.header-right ul li a.active,
.header-right ul li a:hover {
	color: #318bca;
	border-bottom: 1px dotted #318bca;
}

.search {
	margin: 30px 20px 0 0;
	float: right;
	text-align: right;
}
.search input {
	background: url("/tpl/images/icon-search.png") no-repeat 95% 50%;
	border: 1px solid #e1e1e1;
	padding: 5px 10px;
	width: 425px;
	margin: 0 0 10px 0;
}
.alphabetter {
	font-size: 12px;
}
.alphabetter a {
	color: #636363;
	padding: 2px;
}


/* START:Horoskop bg
*********************************************************************************/
.horoskop {
	background: #fbfbfb;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0;
	overflow: hidden;
}
.horos-icons {
	float: left;
	margin: 0 0 0 25px;
	width: 350px;
}
.horos-icons h2 {
	color: #f18c09;
	padding: 0 25px 0 0;
	background: url("/tpl/images/icon-calendar.png") no-repeat right;
	font-size: 28px;
	font-weight: 300;
	display: inline-block;
}
.horos-icons h2 span {
	border-bottom: 1px dotted #f18c09;
}
.horos-desc {
	float: right;
	margin: 10px 25px 0 0;
	width: 590px;
}
.horos-desc h3 {
	font-size: 20px;
	font-weight: 300;
	color: #363636;
}
.horos-desc p {
	font-size: 14px;
	font-weight: 300;
	color: #494949;
        text-align: justify;
}
.horos-icons a {
	background-image: url("/tpl/images/znak-zodiak.png");
	display: block;
	float: left;
	width: 70px;
	height: 50px;
}

.horos-icons a#icon-lev {
	background-position: 0 0;
	margin: 0 20px 0 0;
}
.horos-icons a#icon-lev:hover {
	background-position: 0 -216px;
}
.horos-icons a#icon-rak {
	background-position: -80px 0;
	margin: 0 20px 0 0;
}
.horos-icons a#icon-rak:hover {
	background-position: -87px -216px;
}
.horos-icons a#icon-kozer {
	background-position: -180px 0;
	margin: 0 20px 0 0;
}
.horos-icons a#icon-kozer:hover {
	background-position: -180px -216px;
}
.horos-icons a#icon-vesy {
	background-position: -270px 0;
}
.horos-icons a#icon-vesy:hover {
	background-position: -270px -216px;
}

.horos-icons a#icon-kozer-2 {
	background-position: 0 -75px;
	margin: 0 20px 0 0;
}
.horos-icons a#icon-kozer-2:hover {
	background-position: 0 -291px;
}
.horos-icons a#icon-ryba {
	background-position: -87px -75px;
	margin: 0 20px 0 0;
}
.horos-icons a#icon-ryba:hover {
	background-position: -87px -291px;
}
.horos-icons a#icon-scorpion {
	background-position: -187px -70px;
	margin: 0 20px 0 0;
}
.horos-icons a#icon-scorpion:hover {
	background-position: -180px -286px;
}
.horos-icons a#icon-bliznec {
	background-position: -270px -75px;
}
.horos-icons a#icon-bliznec-active,
.horos-icons a#icon-bliznec:hover {
	background-position: -270px -291px;
}

.horos-icons a#icon-strelec {
	background-position: 0 -147px;
	margin: 0 20px 0 0;
}
.horos-icons a#icon-strelec:hover {
	background-position: 0 -363px;
}
.horos-icons a#icon-rak-2 {
	background-position: -87px -142px;
	margin: 0 20px 0 0;
}
.horos-icons a#icon-rak-2:hover {
	background-position: -87px -358px;
}
.horos-icons a#icon-oven {
	background-position: -180px -147px;
	margin: 0 20px 0 0;
}
.horos-icons a#icon-oven:hover {
	background-position: -180px -363px;
}
.horos-icons a#icon-vodoley {
	background-position: -270px -143px;
}
.horos-icons a#icon-vodoley:hover {
	background-position: -270px -359px;
}
/********************************************************************************/


/* START:Сонник
*********************************************************************************/
.sonnik {
	width: 360px;
	float: left;
	margin: 0 0 0 25px;
}
.gadaniya h1,
.sonnik h1 {
	font-size: 28px;
	font-weight: 300;
	color: #2a86c8;
}
.sonnik input[type="text"] {
	background: url("/tpl/images/icon-search.png") no-repeat 98% 50%;
	border: 1px solid #e1e1e1;
	padding: 7px;
	width: 463px;
}
.sonnik .alphabetter a {
	display: inline-block;
	font-size: 14px;
	margin: 0 4px 0 0;
}
.sonnik .alphabetter a:first-child {
	margin: 0 4px;
}
.sonnik .alphabetter a:last-child {
	margin: 0;
}
.sonnik ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sonnik ul li {
	font-size: 13px;
	color: #414141;
	width: 215px;
	float: left;
	margin: 0 40px 0 0;
	padding: 20px 0;
}
.sonnik ul li a {
	color: #545454;
	font-weight: 600;
	text-decoration: none;
}
.sonnik ul li:nth-child(2n) {
	margin: 0;
}
/********************************************************************************/


/* START:Гадания
*********************************************************************************/
.gadaniya {
	width: 590px;
	float: right;
	margin: 0 25px 0 0;
}
.gadaniya ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.gadaniya ul li {
	display: block;
	padding: 10px;
	overflow: hidden;
}
.gadaniya ul li:hover {
	background: #faeee3;
}
.gadaniya ul li .gad-pic {
	width: 125px;
	float: left;
	margin: 0 15px 0 0;
}
.gadaniya ul li .gad-info a {
	color: #545454;
	font-weight: 600;
	text-decoration: none;
}
.gadaniya ul li .gad-info {
	font-size: 13px;
	color: black;
	width: 400px;
	float: right;
}
/********************************************************************************/


/* START:Footer
*********************************************************************************/
.footer {
	background: #121212;
	overflow: hidden;
	padding: 20px 10px;
}
.footer ul {
	list-style-type: none;
	margin: 0 50px 0 10px;
	padding: 0;
	float: left;
}
.footer ul li {
	margin: 5px 0;
	font-size: 13px;
}
.footer ul li strong {
	color: #fff;
}
.footer ul li a {
	color: #c7c7c7;
	text-decoration: none;
	padding: 0 0 0 10px;
}
.footer ul li a:hover {
	color: #ddd;
	text-decoration: underline;
}
/********************************************************************************/


/* START:Columns
*********************************************************************************/
.left-col {
	width: 290px;
	float: left;
	margin: 30px 0 0 25px;
}
.right-col {
	width: 725px;
	float: right;
	margin: 20px 20px 0px 10px;
}

.left-col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.left-col ul li {
	margin: 0px;
	padding: 3px 0;
        width: 50%;
        float: left;
}
.left-col ul li a {
	font-size: 14px;
	color: #006bb4;
	text-decoration: none;
	border-bottom: 1px dotted #006bb4;
}
.left-col ul li.active a,
.left-col ul li a:hover {
	color: #3c3c3c;
	border-bottom: 0;
}
.left-col ul li.title {
        margin: 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	color: #696969;
	border-bottom: 2px solid #eaeaea;
	text-transform: uppercase;
        width: 100%;
}

.right-col h1 {
	color: #f18c09;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.right-col h2 {
    color: #F18C09;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    padding: 0px 0px 10px 0px;
} 
.right-col p.small-desc {
	color: #616161;
	font-size: 13px;
}
.right-col p {
	font-size: 14px;
}
.gallery-sonnik a {
	display: inline-block;
	margin: 10px 8px;
}
.gallery-sonnik a img {
	border: 1px solid white;
	box-shadow: 0 0 3px #ababab;
}
.gallery-sonnik a:hover img {
	border: 1px solid #c2e7f3;
	box-shadow: 0 0 3px #707070;
}
/********************************************************************************/

.hch {
	color: #f18c09;
	font-weight: 300;
	margin: 0;
	padding: 0px 0px 0px 10px;
}

.llps {
	width: 205px;
	float: left;
}

/* START:Breadcrumbs
*********************************************************************************/
.breadcrumbs {
	color: #696969;
	margin: 10px 0;
}
.breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.breadcrumbs ul li {
	margin: 0 5px 0 0;
	float: left;
	font-size: 12px;
}
.breadcrumbs ul li a {
	color: #696969;
}
.breadcrumbs ul li:after {
	content: ">";
	margin: 0 0 0 5px;
}
.breadcrumbs ul li:last-child:after {
	content: "";
}
/********************************************************************************/

.TPU {
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
}
.TPL {
    	float: left;
    	margin: 0;
    	padding: 3px 0;
    	width: 50%;
}
.TPL a {
    	border-bottom: 1px dotted #006BB4;
    	color: #006BB4;
    	font-size: 14px;
    	text-decoration: none;
}
.rcl {
    	margin: 20px 20px 0 35px;
    	width: 700px;
}
.ssp {
    	cursor: pointer;
	float: left;
	width: 128px;
    	margin: 10px 8px;
    	display: inline-block;
}
.ssp img {
    	border: 1px solid #FFFFFF;
    	box-shadow: 0 0 3px #ABABAB;
}
.ssp img:hover {
    	border: 1px solid #C2E7F3;
    	box-shadow: 0 0 3px #707070;
}

/* START:Гороскоп - подвал
*********************************************************************************/
.horoskop-footer {
	background: #fdfdfd;
	border: 1px solid #f3f3f3;
	padding: 15px;
	margin: 15px 10px;
	overflow: hidden;
}
.horoskop-footer .h {
	display: block;
	background: none;
	color: #888;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
.horoskop-footer .horos-icons {
	width: 100%;
	margin: 0;
}
.horoskop-footer a {
	margin: 15px 20px !important;
}
/********************************************************************************/

.rgex-title {
    border-bottom: 2px solid #EAEAEA;
    color: #696969;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.rgex-link {
    border-bottom: 1px dotted #006BB4;
    color: #006BB4;
    font-size: 14px;
    text-decoration: none;
}
