.svg_img:hover {
	filter: url(#hl);
}
#div_menu_gal:hover #gallery {
	background-image: url(images/gallery_hl.png);
}
#rene_lab:hover {
	background-image: url(images/rene_lab_hl.png);
}
#about:hover {
	background-image: url(images/about_hl.png);
}
#logo:hover {
	background-image: url(images/logo_hl.png);
}
#rrl:hover {
	background-image: url(images/reneroyal_mark.png);
	width: 393px;
}
#rgf:hover {
	background-image: url(images/renegifts_mark.png);
	width: 393px;
}
#rpc:hover {
	background-image: url(images/renepacking_mark.png);
	width: 393px;
}
#rcs:hover {
	background-image: url(images/reneaccess_mark.png);
	width: 393px;
}
#rty:hover {
	background-image: url(images/renetoy_mark.png);
	width: 393px;
}
#rbq:hover {
	background-image: url(images/reneboutique_mark.png);
	width: 393px;
}
#eml:hover {
	background-image: url(images/eml_hl.png);
}
#address:hover {
	background-image: url(images/address_hl.png);
}
#skype:hover {
	background-image: url(images/skype_hl.png);
}
#eng:hover {
	background-image: url(images/en_hl.png);
}
#eng:active {
	background-image: url(images/en_pr.png);
}
#order:hover {
	background-image: url(images/order_hl.png);
}
#order:active {
	background-image: url(images/order_pr.png);
}
.order_close:hover {
	background-image: url(images/cross_hl.png);
}
.order_close:active {
	background-image: url(images/cross_pr.png);
}
.msg_close:hover {
	background-image: url(images/close_hl.png);
}
.msg_close:active {
	background-image: url(images/close_pr.png);
}
#order_send:hover {
	background-image: url(images/send_hl.png);
}
#order_send:active {
	background-image: url(images/send_pr.png);
}
#order_cancel:hover {
	background-image: url(images/cancel_hl.png);
}
#order_cancel:active {
	background-image: url(images/cancel_pr.png);
}
.svg_preview:hover .svg_hl {
	visibility: visible;
}

/*Transitions*/
#img_zoom {
	transition-property: all;
	-webkit-transition-property: all;
}
#tbl_order {
	transition-property: height;
	-webkit-transition-property: height;
}
.div_msg, .show_shade, .svg_mark, #div_order, #svg_show, #show_top, #show_bottom, .svg_preview, #lo_res, #zoomin, #zoomout, #img_zoom_bg, #img_prev, #img_next {
	transition-property: opacity;
	-webkit-transition-property: opacity;
}
.div_msg, .show_shade, .svg_mark, #show_top, #show_bottom, .svg_preview, #tbl_order, #zoomin, #zoomout, #img_zoom_bg, #img_prev, #img_next {
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
}
#div_order {
	transition-duration: 600ms;
	-webkit-transition-duration: 600ms;
}
#svg_show, #lo_res, #img_zoom {
	transition-duration: 1000ms;
	-webkit-transition-duration: 1000ms;
}
#show_top, #show_bottom {
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
}
.show_shade, #svg_show, #lo_res, #zoomin, #zoomout, #img_prev, #img_next {
	transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
}
.div_msg {
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
#div_order, #tbl_order, #div_preview {
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
}
