@charset "utf-8";

/* Общее окно новинок */
/* Главный блок для новинок */
.novelties_main_container {
   width: 100%; 
   overflow: hidden; 
   padding-bottom: 20px;
}

/* Бекграунд заголовка новинок*/
.novelties_main_container_caption {
   width: 100%; 
   height: 34px; 
   background: url(../assets/novelties/novelties_main_caption_bg.gif);	
}

/* Блок с содержимым новинок */
.novelties_main_container_block {
   width: 100%; 
   text-align: center; 
   overflow: hidden; 
   padding-top: 10px;
   background: #cacaca;
}


/* Блоки с новинками */
/* Главный блок для новинки */
.novelties_container {
   width: 200px; 
   height: 400px; 
   
   /* background:#999; */
   margin: 12px;
   padding-bottom: 10px; 
   
   display:-moz-inline-stack; /* Нужно для Firefox */
   display:inline-block; /* Не применяется в IE и Firefox */
   _overflow:hidden; /* фикс для IE6 */
   zoom:1; /* включаем hasLayout */
   *display:inline; /* при hasLayout true display:inline ведёт себя как display:inline-block */
   
}

/* Шрифт и размер для наименования новинки */
.novelties_main_caption {
   margin: 10px; 
   font-family: Tahoma, Geneva, sans-serif; 
   font-size:14px; 
   font-weight: bold;
}

.novelties_main_caption a {
   margin: 10px; 
   font-family: Tahoma, Geneva, sans-serif; 
   font-size:14px; 
   font-weight: bold;
   color: #000;
   text-decoration: none;
}

.novelties_main_caption a:hover {
   margin: 10px; 
   font-family: Tahoma, Geneva, sans-serif; 
   font-size:14px; 
   font-weight: bold;
   color: #000;
   text-decoration: none;
}

/* Шрифт и размер для категории новинки */
.novelties_category {
   margin: 10px;
   font-size:11px;
   color: #676767;
}

/* Блок для изображения новинки */
.novelties_pic {
   overflow: hidden; 
   text-align: center;
}

/* Блок для описания новинки */
.novelties_content {
   width: 180px; 
   height: 75px;
   margin: 10px; 
   text-align: justify; 
   font-family: Tahoma, Geneva, sans-serif; 
   font-size:11px;
   color: #676767;
}

/* Блок для ссылок новинки (подробнее, сравнить, в корзину) */
.novelties_links {
   margin: 15px;
   text-align: center;
   font-family: Tahoma, Geneva, sans-serif; 
   font-size:11px;
   color: #000;
}

/* Цвет ссылок (подробнее, сравнить, в корзину) */
.novelties_links a{
   color: #000;
   text-decoration: none;
}

/* Цвет ссылок при наведении подробнее, сравнить, в корзину) */
.novelties_links a:hover{
   color: #666;
   text-decoration:underline;
}

/* Основной блок с ценой*/
.novelties_ {
   margin:0 auto; 
   border-collapse: collapse; 
   border: none;
}

.novelties_price {
   width: 200px; 
   overflow: hidden; 
   text-align:center;
}

/* Блок для центрирования цены */
.novelties_price_container {
   width: auto;
   display: table; 
   margin: 0 auto; 
   overflow: hidden;
}

/* Левый бекграунд для цены */
.novelties_price_left_bg {
   width: 15px; 
   height: 40px; 
   background: url(../assets/novelties/novelties_prices_left_bg.png); 
   float: left;
}

/* Центральный бекграунд для цены */
.novelties_price_center_bg {
   width: auto;
   height: 40px; 
   overflow: hidden; 
   float: left; 
   background: url(../assets/novelties/novelties_prices_bg.png); 
   background-repeat:repeat-x;
}

/* Правый бекграунд для цены */
.novelties_price_right_bg {
   width: 15px; 
   height: 40px; 
   background: url(../assets/novelties/novelties_prices_right_bg.png); 
   float: left;
}

/* Основная цена (грн) */
.novelties_price_main_cost {
   width: auto;
   color: #000; 
   font-family: Tahoma, Geneva, sans-serif; 
   font-size: 34px; 
   font-weight: bold; 
   text-align: center; 
   float: left;
}

/* Общий блок для вторичной цены (коп) */
.novelties_price_sub_cost_container {
   width: auto;
   overflow: hidden; 
   float: left; 
   padding-left: 5px;
   font-family:Tahoma, Geneva, sans-serif;
}

/* Дополнительная цена (коп) */
.novelties_price_sub_cost {
	color: #666; 
	font-size: 14px; 
	font-weight:bold; 
	padding-top: 6px;
}

/* Указание денежной еденицы (ГРН) */
.novelties_price_sub_cost_point {
   color: #5d5d5d;
   font-size: 11px;
   font-weight:bold;
}

.novelties_down_div {
	width: 100%; 
	height: 11px; 
	background-color: #cacaca; 
	margin-bottom: 20px;
}
