
/* ////  Main Menu Buttons //////// */



/* ////  Products Buttons ///////////*/



.prod_btn_cart
{
	width:58px;
	height:24px;
	float:left;
	border:0px;
	margin:0px;
	cursor:pointer;
	background:url('images/buttons/cart.png') no-repeat;

}

.prod_btn_cart_red
{
	width:82px;
	height:24px;
	float:left;
	border:0px;
	margin:0px;
	cursor:pointer;
	background:url('images/buttons/cart_red.jpg') no-repeat;

}


.prod_btn_prod
{
	width:82px;
	height:24px;
	float:left;
	border:0px;
	margin:0px;
	cursor:pointer;
	background:url('images/buttons/details.png') no-repeat;

}


.prod_btn_more
{
	width:82px;
	height:24px;
	float:left;
	border:0px;
	margin-left:5px;
	cursor:pointer;
	background:url('images/buttons/details.png') no-repeat;

}


.cart_input
{
	width:12px;
	height:11px;
	background:#ddd8d8;
	font-size:10px;
	border:1px solid #7f7d7d;
	margin: 2px 0px 0px 0px;
	font-family:Tahoma;
	
}



.prod_btn_compare
{
	background:url('images/buttons/box_btn/compare.png') no-repeat;
}


.prod_btn_compare:hover
{
	background-position: -97px 0px;
}



.prod_btn_discount
{
	background:url('images/buttons/box_btn/discount.png') no-repeat;
}


.prod_btn_discount:hover
{
	background-position: -97px 0px;
}




.prod_btn_favourite
{
	background:url('images/buttons/box_btn/favourite.png') no-repeat;
}

.prod_btn_favourite:hover
{
	background-position: -97px 0px;
}

.prod_btn_infavourite
{
	background:url('images/buttons/box_btn/in_favourite.png') no-repeat;
}

.prod_btn_infavourite:hover
{
	background-position: -97px 0px;
}


.prod_btn_infavourite_del
{
	background:url('images/buttons/box_btn/in_favoure_del.png') no-repeat;
}

.prod_btn_infavourite_del:hover
{
	background-position: -97px 0px;
}

.prod_btn_favourite_dis
{
	background:url('images/buttons/box_btn/favoure_dis.png') no-repeat;
}

.prod_btn_favourite_dis:hover
{
	//cursor:standart;
}



a.prod_btn_favourite div {
	height:25px;
	width:105px;
	background:url('images/buttons/box_btn/favourite.gif') no-repeat;
}

a.prod_btn_favourite:hover div {
	height:25px;
	width:98px;
	background:url('images/buttons/box_btn/favourite_hover.gif') no-repeat;
}





/* ////// Tools Buttons ////////////*/
a.list_type_btn div {
	background:url('images/buttons/prod_show_list_type.jpg') no-repeat;
	height:20px;
	width:13px;
	margin-right:5px;
}

a.list_type_btn:hover div {background:url('images/buttons/prod_show_list_type_hover.jpg') no-repeat;}
a.list_type_btn_sel div {
	background:url('images/buttons/prod_show_list_type_hover.jpg') no-repeat;
	height:20px;
	width:13px;
	margin-right:5px;
}



a.tile_type_btn div {
	background:url('images/buttons/prod_show_tile_type.jpg') no-repeat;
	height:20px;
	width:13px;
	margin-right:5px;
}
a.tile_type_btn:hover div {background:url('images/buttons/prod_show_tile_type_hover.jpg') no-repeat;}
a.tile_type_btn_sel div {
	background:url('images/buttons/prod_show_tile_type_hover.jpg') no-repeat;
	height:20px;
	width:13px;
	margin-right:5px;
}




a.table_type_btn div {
	background:url('images/buttons/prod_show_table_type.jpg') no-repeat;
	height:20px;
	width:13px;
	margin-right:5px;
}
a.table_type_btn:hover div {background:url('images/buttons/prod_show_table_type_hover.jpg') no-repeat;}
a.table_type_btn_sel div {
	background:url('images/buttons/prod_show_table_type_hover.jpg') no-repeat;
	height:20px;
	width:13px;
	margin-right:5px;
}



/*
a.down_btn div {
	background:url('images/buttons/box_btn/down.gif') no-repeat;
	height:23px;
	width:81px;

}
*/
.down_btn, .down_btn a
{
	background:url('images/buttons/box_btn/down.png') no-repeat;
	width:66px;
	height:23px;
	float:left;
	border:0px;
	margin:0px;
	cursor:pointer;
	//margin:0px;
}


.down_btn a:hover
{
	background:url('images/buttons/box_btn/down_hover.png') no-repeat;
}



.up_btn, .up_btn a
{
	background:url('images/buttons/box_btn/up.png') no-repeat;
	width:66px;
	height:23px;
	float:left;
	border:0px;
	margin:0px;
	cursor:pointer;
	//margin:0px;
}


.up_btn a:hover
{
	background:url('images/buttons/box_btn/up_hover.png') no-repeat;
}



