/* ### ie8 ### */

#contact_block #contact_opacity {
	filter: alpha(opacity=70);
	font-size: 14px;
}

/* iconos redes sociales */
#social_block li.facebook {
    background: url("../../../modules/blocksocial/img/ico-fb.png") no-repeat scroll 0 0;
}
#social_block li.twitter {
    background: url("../../../modules/blocksocial/img/ico-twitter.png") no-repeat scroll 0 0;
}
#social_block li.rss {
    background: url("../../../modules/blocksocial/img/ico-rss.png") no-repeat scroll 0 0;
}
#social_block li.google-plus {
    background: url("../../../modules/blocksocial/img/ico-google-plus.png") no-repeat scroll 0 0;
}
#social_block li.pinterest {
    background: url("../../../modules/blocksocial/img/ico-pinterest.png") no-repeat scroll 0 0;
}
#social_block li.instagram {
    background: url("../../../modules/blocksocial/img/ico-instagram.png") no-repeat scroll 0 0;
}
#social_block li.youtube {
    background: url("../../../modules/blocksocial/img/ico-youtube.png") no-repeat scroll 0 0;
}

#product_list li .ajax_add_to_cart_button input.exclusive_disabled, 
.ajax_add_to_cart_button input.exclusive_disabled {
	background: url("../img/icon/ico-comprar-off.png") no-repeat left center !important; /*NEW*/
	border: 0 none !important; /*1px solid #ccc !important;*/
	color: #ccc !important; /*NEW*/
}

#product_list li .ajax_add_to_cart_button {
    background-color: #fff !important;
    border: 0 none;
    color: #5C5042;
}

#product_list li .right_block a {
    background-color: #fff !important; /*#C4D441;*/
    border: medium none;
    color: #5C5042;
}

/* product-list.css */
#product_list li .ajax_add_to_cart_button {
    background-color: #fff !important;
    border: 0 none;
    color: #5C5042;
}

#product_list li .ajax_add_to_cart_button input.exclusive {
	background: url("../img/icon/ico-comprar.png") no-repeat left center; /*NEW*/
	border: 0 none !important; /*1px solid #A5819C !important*/
}

.sortPagiBar select#selectPrductSort, select#id_contact { /*NEW*/
		background-color: transparent;
		height: 30px; 
		width: 263px;
		/*margin:0 0 0 10px;*/
}

#productscategory_scroll_left, #productscategory_scroll_right {
	background: url("../img/flechaIzq.png") no-repeat center transparent; /*url('img/thumbs_left.gif')*/
	display: block;
	width: 9px;
	float: left;
	margin-top: 60px; /*30px*/
	text-indent: -3000px;
}
#productscategory_scroll_right { 
	background-image: url("../img/flecha.png"); /*url('img/thumbs_right.gif');*/
}
 #productscategory_scroll_right {
	background: url("../img/flecha.png") no-repeat center transparent; /*url('img/thumbs_left.gif')*/
	display: block;
	width: 9px;
	float: left;
	margin-top: 60px; /*30px*/
	text-indent: -3000px;
}

