


/* Block new products */	

#new-products_block_right ul {list-style-type:none;}
#new-products_block_right li {
	float: left;
	margin: 8px 3px;
}
#new-products_block_right li.first {
    margin: 8px 3px;
} 

#new-products_block_right li img {

    width: 100%;

}


#new-products_block_right dl {
	list-style-type: none;
	width: 98%;
	margin-left: 3px
}
#new-products_block_right dt {
	padding: 12px 0 0 0;
	font-weight: normal;

	font-size: 15px;
	color: #2E2E2E;
}

#new-products_block_right dd,
#new-products_block_right dd a {
	color: #7B7B7B;
}
#new-products_block_right dd {
	padding: 12px 0 12px 0;
	border-bottom: 1px dotted #ccc;


}
#new-products_block_right dd.last_item {border:none;}
#new-products_block_right dd a.lnk_more {
    display: none;
	padding-right: 10px;
	font-weight:bold;
	color:#0088cc;
	background:url(img/arrow_right_1.png) no-repeat 100% 4px;
}

#new-products_block_right p {
	padding:0;
	text-align:right;
}
#new-products_block_right .more_large {
	background: transparent url("../../../img/newparure/more-20-bi.png") no-repeat left 0;

	position: relative;
    color: #2E2E2E;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 25px 0 10px;
	padding: 0 0 0 30px;
    text-transform: uppercase;
	font-size: 16px;
	text-align: left; 
	-moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
#new-products_block_right .more_large:hover {
    background:  transparent url("../../../img/newparure/more-20-bi.png") no-repeat left -20px;
	color: #da3838;
} 

