
/* Сортировка товаров в списке */

div.goodsOrderBlock {
    margin-bottom: 18px;
}

div.goodsOrderBlock ul {
    padding: 0;
    margin: 0;
}

div.goodsOrderBlock ul li {
    display: inline;
    list-style-type: none;
    margin-right: 2px;
    padding: 4px;
    font-size: 11px;
    color: #000;
}

div.goodsOrderBlock ul li.act {
    background-color: #d9d9d9
}

div.goodsOrderBlock ul li.caption {
    margin-right: 12px;
    padding: 0;
}

div.goodsOrderBlock ul li a {
    color:#0099CC;
    font-size:11px;
    font-weight:normal;
    text-decoration:underline;
}

div.goodsOrderBlock ul li a:hover {
    text-decoration: none;
}

div.goodsOrderBlock ul li.act a {
    text-decoration: none;
}

div.goodsOrderBlock ul li a span.asc {
    background: url(images/tree/arrow_up.png) no-repeat left center;
    padding-left: 18px;
}

div.goodsOrderBlock ul li a span.desc {
    background: url(images/tree/arrow_down.png) no-repeat left center;
    padding-left: 18px;
}

/* Категории товаров */

div.CategoryBlock {
    width: 340px;
    float: left;
    /*padding: 10px;*/
    margin: 0 10px 10px 10px;
}

div.CategoryBlock div.CategoryName,  div.CategoryBlock div.SubCategories {
    margin-bottom: 10px;
    text-indent: 0;
    text-align: left;
}

div.CategoryBlock div.CategoryName a {
    color:#0099CC;
    font-size:18px;
    font-weight:normal;
    text-decoration:underline;
}

div.CategoryBlock div.CategoryName a:hover {
    text-decoration: none;
}

div.CategoryBlock div.SubCategories ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

div.CategoryBlock div.SubCategories ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline;
    text-align: left;
}

div.CategoryBlock div.SubCategories ul li a {
    color:#000;
    font-size:12px;
    font-weight:normal;
    text-decoration: none;
}

div.CategoryBlock div.SubCategories ul li a:hover {
    text-decoration: underline;
}


/* Блок "Где купить" */

table.ShopOffersTable {
    width: 100%;
}

table.MiniTable {
    width: 600px;
}

table.ShopOffersTable td {
    padding: 6px 8px;
    font-size: 10px;
    text-align: left;
}

table.ShopOffersTable td a {
    font-size: 10px;
    color: #000;
    text-decoration: underline;
}

table.ShopOffersTable td a:hover {
    text-decoration: none;
}

table.ShopOffersTable td.LogoCol {
    width: 50px;
    height: 50px;
    padding: 6px 8px;
}

table.MiniTable td.LogoCol {
    width: 100px;
    height: 100px;
}

table.ShopOffersTable td.NameCol {

}

table.ShopOffersTable td.NameCol p {
    font-size: 10px;
    color:  #a6a6a6;
}

table.ShopOffersTable td.NameCol p strong {
    font-weight: bold;
}

table.ShopOffersTable td.PriceCol {
    width: 65px;
    
}

table.ShopOffersTable td.PriceCol span {
    font-weight: bold;
}
/* Вкладка "Где купить" в карточке товара */

div.ShopOfferBlock {

}

/* Отзывы */
div.ReviewsBlock {
	width: 600px;
}

div.ReviewsBlock div.ReviewsNav {
	text-align: center;
	margin: 5px 0;
}

div.ReviewsBlock div.ReviewsNav a {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}

div.ReviewsBlock div.ReviewsNav a:hover {
	text-decoration: none;
}