@charset "utf-8";

/* Главный блок с содержанием (body) включающий в себя левый сайд-бар с меню и новостями, контент и правый сайд-бар */
#container{
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
	min-width: 990px;
	
}

/* Центральный блок контента (хит продаж, новинки) */
.content{
	text-align: justify;
	padding: 0px 20px 0px 20px;
	vertical-align: top;
}
/* «Хлебные крошки» */
.breadcrumb {
   overflow: hidden; 
   margin-top: 7px;
   margin-bottom: 15px;
   font-family:Verdana, Geneva, sans-serif;
   font-size: 12px;
   color: #676767;
}

.breadcrumb a {
   text-decoration:none;
   color: #676767;
}

.breadcrumb a:hover {
   text-decoration:underline;
}

/* Левый сайд-бар с левым меню и новостями */
.left_sidebar{
	width: 200px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

/* Правый сайд-бар с рекламой и голосованиями */
.right_sidebar{
	width: 200px;
	padding: 0px;
	color: #000;
	vertical-align: top;
}

/* Заголовок Новостей, Хит Продаж, Новинки, Рекомендуем */
h4 {
   font-size: 12px;
   font-weight: bold;
   padding: 8px 0px 0px 17px;
}
