103 lines
2.4 KiB
CSS
103 lines
2.4 KiB
CSS
#index #center_column {
|
|
position: relative;
|
|
min-height: 886px;
|
|
}
|
|
#index #center_column .products_block {
|
|
position: absolute;
|
|
top: 345px;
|
|
left: 0px;
|
|
height: 546px;
|
|
width: 535px;
|
|
}
|
|
#index #center_column .block_content {
|
|
position: relative;
|
|
display: none;
|
|
clear: both;
|
|
top: -26px;
|
|
}
|
|
#index #center_column #blocknewproducts_block .block_content {
|
|
display: block;
|
|
}
|
|
#index #center_column .products_block .title_block {
|
|
position: relative;
|
|
display: inline-block;
|
|
background: none;
|
|
cursor: pointer;
|
|
color: #383838;
|
|
top: -26px;
|
|
text-shadow: none!important;
|
|
}
|
|
#index #center_column .active .title_block {
|
|
background-color: #383838;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
}
|
|
#index #homefeatured_block .title_block {
|
|
left: 111px;
|
|
}
|
|
#index #blockbestsellers_block .title_block {
|
|
left: 191px;
|
|
}
|
|
#index #center_column .products_block li {
|
|
margin-right:10px;
|
|
padding:10px 0;
|
|
width:126px;
|
|
height:240px
|
|
}
|
|
#index #center_column .products_block li.last_item_of_line {margin-right:0;}
|
|
#index #center_column .products_block .s_title_block, #index .products_block h5 {
|
|
padding-top:5px;
|
|
height:30px;
|
|
font-size:12px;
|
|
color:#222;
|
|
padding-bottom: 0;
|
|
font-weight:bold;
|
|
}
|
|
#index #center_column .products_block .product_image {
|
|
display:block;
|
|
position:relative;
|
|
overflow:hidden
|
|
}
|
|
#index #center_column .products_block .product_image span.new {
|
|
display: block;
|
|
position: absolute;
|
|
top: 15px;
|
|
right:-30px;
|
|
padding: 1px 4px;
|
|
width: 101px;
|
|
font-size:10px;
|
|
color: #fff;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
-moz-transform: rotate(45deg);
|
|
-webkit-transform: rotate(45deg);
|
|
-o-transform:rotate(45deg);
|
|
-ms-transform: rotate(45deg);
|
|
background-color: #990000;
|
|
transform: rotate(45deg); /* Newer browsers */
|
|
}
|
|
|
|
#index #center_column .products_block .product_desc {height:45px;}
|
|
#index #center_column .products_block .product_desc,
|
|
#index #center_column .products_block .product_desc a {
|
|
color:#666
|
|
}
|
|
#index #center_column .products_block .lnk_more {
|
|
display:inline;
|
|
padding-right:10px;
|
|
font-weight:bold;
|
|
font-size:10px;
|
|
color:#0088cc;
|
|
background:url('../../../img/arrow_right_1.png') no-repeat 100% 3px;
|
|
}
|
|
#index #center_column .products_block .price_container {
|
|
margin-top:10px;
|
|
padding:0;
|
|
}
|
|
#index #center_column .products_block .price {
|
|
font-weight:bold;
|
|
font-size:14px;
|
|
color:#990000
|
|
}
|
|
#index #center_column .products_block li .ajax_add_to_cart_button {display:none;}
|
|
#index #center_column .products_block li span.exclusive {display:none;} |