@charset "windows-1251";

a {
	color: #ce1c71;
	}

/* текст в главной колонке
----------------------------------*/

h1, h2 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #ce1c71;
	text-align: center;
	}

p {
	margin-bottom: 15px;
	text-indent: 0;
	font-size: 12px;
	color: #542e40;
	}

/* ссылки в верхнем меню
-------------------------------*/

#highMenu a {
	font-size: 11px;
	}

/* надпись ВХОД ДЛЯ ПОКУПАТЕЛЕЙ
--------------------------------------------------*/

.highMenuHeading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5e3145;
	}

/* надписи СВАДЕБНЫЙ САЛОН и ИНТЕРНЕТ ЗАКАЗЫ
------------------------------------------------------------------------*/

.highMenuHeading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #5e3145;
	font-size: 13px;
	}

/* номера телефонов в верхнем меню
------------------------------------------------*/

.phoneNumber {
	margin: 2px 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	color: #e0237d;
	}

/* ссылки в корзине
-------------------------*/

#basket a.yourBasket {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	}

/* ссылки на главной панели навигации
---------------------------------------------------*/

#mainNavList a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #fffc0b;
	}

/* заголовок для боковых колонкок 
---------------------------------------------*/

h2.sideMenuHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7e5665;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	}

/* ссылки для левой колонки
-----------------------------------------------*/

#leftCol a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	}

/* ссылки для правой колонки
-----------------------------------------------*/

#rightCol a {
	font-family: Arial, Helvetica, sans-serif;
	color: #542e40;
	font-style: normal;
	font-size: 11px;
	}

/* важная новость
------------------------------------*/

#rightCol .newsBlock a.important {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #ce1c71;
	}

/* заголовки в основной колонке
-----------------------------------------*/

h2.centerColHeading {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7e5665;
	font-style: italic;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	}

/* абзацы в основной колонке
--------------------------------------*/

p.main {
	margin-bottom: 15px;
	text-indent: 10px;
	font-size: 12px;
	color: #542e40;
	}

/* основной и дополнительный каталог
-------------------------------------------------*/

.products .goodsType a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	}

.additionalProducts .goodsType a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	}

.additionalProducts .goodsType div.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #ce1c71;
	}

.additionalProducts .goodsType div.price span {
	font-size: 13px;
	}

.additionalProducts .goodsType div.price a {
	width: 30px; height: 30px;
	display: block;
	display: inline;
	margin-right: 10px;
	float: right;
	background: url(../images/toBasketIcon.png) right top no-repeat;
	}

.additionalProducts .goodsType div.price a:hover {
	background: url(../images/toBasketIconHover.png) right top no-repeat;
	}

.additionalProducts .goodsType p {
	text-align: left;
	font-size: 11px;
	color: 542e40;
	}


/* СТРАНИЦА С ТОВАРОМ
-----------------------------------*/

#productBig p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #542e40;
	}

#productBig p.small {
	font-size: 11px;
	}

#productBig h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7e5665;
	font-size: 14px;
	font-style: italic;
	float: left;
	}

#productBig span.versionToPrint {
	margin-left: 15px;
	}

#productBig span.versionToPrint a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #542e40;
	}

/* панель заказов
------------------------*/

#productBig #orderPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #542e40;
	}

/* стоимость товара
-------------------------*/

#productBig #orderPanel #price .cost {
	margin-right: 5px;
	}

#productBig #orderPanel #price .value {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #ce1c71;
	}

#productBig #orderPanel #price .rub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #ce1c71;
	}

/* ссылка "купить"
-----------------------------*/

#productBig #orderPanel a#buyIcon {
	width: 30px; height: 30px;
	display: block;
	position: absolute;
	left: 64%; top: 0;
	background: url(../images/toBasketIcon.png) right top no-repeat;
	}

#productBig #orderPanel a#buyIcon:hover {
	background: url(../images/toBasketIconHover.png) right top no-repeat;
	}

/* ссылка "под заказ"
-----------------------------*/

#productBig #orderPanel #forOrder a {
	padding: 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
	text-decoration: none;
	}

/* отзывы
---------------*/

.guestPost h4 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
	color: #9f7e8e;
	}

.guestPost .writtenBy {
	margin-left: 10px;
	}

.guestPost .answer {
	color: #9f7e8e;
	}

#postFormWrap input#name, #postFormWrap input#email {
	font-size: 12px;
	}

/* ССЫЛКИ В ПОДВАЛЕ	
--------------------------------*/

#bottomNav a {
	font-size: 12px;
	}

#footer #copyright {
	font-size: 12px;
	color: #542e40;
	}

#footer #design {
	font-size: 12px;
	color: #c893a0;
	}

#footer #design a {
	color: #c893a0;
	}
