@import "default.css";
@font-face {
    font-family: 'IzhitsaC';
    src: url('/fonts/izhitsac.otf');
}
body {
    background: url('../images/body.jpg') no-repeat top center;
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    color: #502004;
}
.main-container {
    width: 1000px;
    margin: 0 auto;
}
.main-header {
    background: url('../images/header.png');
    height: 308px;
}
.body-title {
    background: url('../images/title.png');
    height: 30px;
    overflow: hidden;
    padding: 7px 15px 0 15px;
    font-family: IzhitsaC, fantasy;
}
.body-title .left-col {
    float: left;
}
.body-title .right-col {
    float: right;
}
.body-container {
    background-color: #fcf6e0;
    overflow: hidden;
}
.body-container .left-col {
    float: left;
    width: 210px;
    margin: 10px 15px;
    /*background-color: #2c2c2c;*/
}
.body-container .right-col {
    float: right;
    width: 700px;
    margin: 10px 15px;
    /*background-color: #2c2c2c;*/
}
span.price {
    display: block;    
    margin-bottom: 10px;
    font-family: IzhitsaC, fantasy;
}
span.price a {
    color: #502004;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px dashed #000080;
}
.catalogue {
}
.catalogue ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.catalogue span {
    cursor: pointer;
}
.catalogue a {
    color: #502004;
    text-decoration: none;
}
.catalogue ul ul {
    padding: 0;
    margin-left: 15px;
    list-style: none;
}
.catalogue-img a {
    display: block;
    float: left;
    margin: 0 8px 8px 0;
}
.catalogue-img a.last {
    display: block;
    float: left;
    margin-right: 0;
}
.block-container {
    overflow: hidden;
}
.block-container .left-col {
    float: left;
    width: 190px;
    margin: 10px 15px;
}
.block-container .right-col {
    float: right;
    width: 750px;
    margin: 10px 15px;
}
.cnews {
    overflow: hidden;
    font-size: 13px;
}
.cnews-left-col {
    width: 190px;
}
.cnews-right-col {
    width: 190px;
    float: right;
}
.cnews .cnews-block {
    margin-bottom: 15px;
}
.cnews-block a {
	color: #502004;
	font-size: 15px;
}
.cnews-block a:hover {
	text-decoration: none;
}
.cnews .datetime {
    font-size: 15px;
    font-weight: bold;
}
.main-footer {
    background: url('../images/footer.png') repeat-y;
    min-height: 100px;
    padding: 10px 50px;
}
.counters {
	padding-top: 10px;
	text-align: center;
}
.novelty {
    overflow: hidden;
}
.novelty-col {
    float: left;
	text-align: center;
    width: 250px;
}
.novelty h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.novelty a {
    display: block;
    width: 248px;
    margin: 0 auto;
}
.novelty img {
    position: relative;
    left: 1px;
    top: 1px;
}
.copyright-developed {
    padding-top: 20px;
    font-size: 11px;
    overflow: hidden;
}
.copyright {
    float: left;
}
.developed {
    float: right;
}
.copyright-developed a {
    color: #502004;
    text-decoration: none;
}

/* START BLOCK: menu bottom */

.menu_bottom {
    overflow: hidden;
}
.menu_bottom .dop {
    position: relative;
    float: right;
    right: 50%;
}
.menu_bottom .buttons {
    position: relative;
    float: left;
    left: 50%;
}
.menu_bottom a {
    float: left;
    margin-left: 20px;
    text-decoration: underline;
    font-size: 12px;
    color: #46280b;
}

.menu_bottom a:hover {
	text-decoration: none;
}

.menu_bottom li {
	display: inline;
}

/* END BLOCK: menu bottom */

.text {
	font-size: 14px;
	line-height: 16px;
}

.row label {
	display: block;
}

span.required {
	color: red;
}

div.errorMessage {
	color: red;
	font-size: 11px;
}

.text h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.text a {
	color: #502004;
}

.text a:hover {
	text-decoration: none;
}

.text p {
	padding: 5px 0;
}

.text li {
	padding: 3px 0;
}

.breadcrumbs {
	padding: 5px 0 15px;
}

.row {
	padding: 5px 0;
}

.catalogue a:hover {
	text-decoration: underline;
}

.treeview span {
	cursor: pointer;
}

.treeview span:hover {
	text-decoration: underline;
}

#items-grid table.items {
	background-color: #fcf6e0;
	border-color: #fcf6e0;
}

#items-grid table.items th {
	background-image: none;
	background-color: #ff892e;
	vertical-align: middle;
}

#items-grid table.items td {
	vertical-align: middle;
}

#items-grid table.items th a {
	color: #502004;
}

#items-grid table.items tr.odd {
	background-color: #fff2c4;
}

#items-grid table.items tr.even {
	background-color: #f6eed2;
}

.text ul.yiiPager li a {
	border-color: #502004;
	color: #502004;
	font-size: 10px;
}

.text ul.yiiPager li.selected a {
	background-color: #502004;
	color: #FCF6E0;
}

.photos-block {
	margin: 15px 0 0;
}

.navigation {
	text-align: center;
}

ul.news-list {
	margin: 0;
}

.news-list li {
	list-style-type: none;
	padding-bottom: 5px;
	margin-bottom: 35px;
	border-bottom: 1px dotted #502004;
}

.news-list li li {
	border: none;
	padding: 3px 0;
	margin: 0;
	list-style-type: disc;
}

.news-header {
	display: block;
	padding: 3px 0;
}

.news-header a {
	font-weight: bold;
	font-size: 14px;
}

.news-date {
	display: block;
	font-size: 11px;
}

table.detail-view {
	background-color: #FCF6E0;
    border-color: #FCF6E0;
}

table.detail-view tr.odd {
	background-color: #fff2c4;
}

table.detail-view tr.even {
	background-color: #f6eed2;
}
.right-col .text h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
}

.index-page {
	background-color: #FCF6E0;
}

.novelty-other {
	clear: both;
	text-align: center;
	padding: 10px 0 0;
}

.novelty-other a {
	background-image: none;
	color: #502004;
	display: inline;
	font-size: 14px;
}

.novelty-other a:hover {
	text-decoration: none;
}

.cake-block {
	float: left;
	padding: 10px 15px;
	width: 200px;
}

.cake-title {
	height: 30px;
	padding: 5px 0;
	text-align: center;
	overflow: hidden;
}

.cake-photo {
	height: 157px;
}

.it-image {
	padding: 0 10px 10px 0;
	float: left;
	width: 200px;
}

.grid-view {
	padding-top: 0;
}

.item-cost {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

.item-cost span {
	font-weight: bold;
	font-style: normal;
}

.clear {
	clear: both;
}

.mini-title {
	text-transform: uppercase;
}

.treeview li {
	padding-bottom: 5px;
}

.treeview li.last {
	padding-bottom: 0;
}

.news-list table {
	border-collapse: collapse;
}

.news-list td,
.news-list th {
	border: 1px solid #502004;
	padding: 2px 4px;
	vertical-align: middle;
}

.text table {
	border-collapse: collapse;
}

.text table td {
	border: 1px solid #502004;
	padding: 2px 4px;
}

.news-more-link {
	display: block;
	text-align: right;
	padding-top: 10px;
}

table.cake-types {
	border: none;
	border-collapse: collapse;
	width: 100%;
}

table.cake-types td {
	border: none;
	text-align: center;
	width: 50%;
}

.g-table {
	border-collapse: collapse;
	width: 100%;
}

.text table.g-table td {
	border: none;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}

.rotator-block-item {
	display: none;
}

.rotator-block-item.active {
	display: block;
}

.gallery_list{
	list-style:none;
	display:block;
	text-align:center;
}

.gallery_list li{
	width:32%;
	float:left;
	padding-left:5px;
	padding-bottom:20px;
}

.gallery_list img{
	width:200px;
	height:150px;
	float:left;
}
