/* Fix data-uri approach for IE6-7 */

.alert-button span {
	background: url("/static/images/green-plus.png") no-repeat;
}

.jcarousel-nav-button span {
	background: url("/static/images/nav-button.png") no-repeat;
}

.view #id_product_description #id_product_print a {
	background: url("/static/images/print_icon.png") no-repeat 0 2px;
}

.view #id_product_description #id_product_report a {
	background: url("/static/images/error_icon.png") no-repeat 0 2px;
}

.footer .dotten {
	background: url("/static/images/dot-black.png") repeat-x;
}

.main-wrapper {
	background: url("/static/images/background.png") repeat-x #82D0FF;
}

.facebook {
	background-image: url("/static/images/facebook_icon.png");
}

.twitter {
	background-image: url("/static/images/twitter_icon.png");
}

.youtube {
	background-image: url("/static/images/youtube_icon.png");
}

.search input[type="submit"] {
	background: url("/static/images/search-button.png") no-repeat;
}
