﻿/*
.item_title {
background-color:gray;
}

.item_logo {
	width:10%;
	}

.item_logo img{
	width:10%;
	height:10%;
}

.item_sku {
	background-color:gray;
	width:10%;
	
}

.item_des {
	width:10%;
}

.item_price {
	width:10%;
}
*/

table.menu tr td a {
	display:block;
	width:100%;
}

table.menu tr td a:hover {
background-color:silver;
}


/*table.menu td:hover {
 background-color:silver;
}*/


table.item_list {
	width:60%;
	min-width:40%;
	max-width:60%;
	border:0;
}

table.item_list tr td{
border:1px white dotted;
}




table.item_list tr:hover {
	background-color:silver;
	/*border:2px blue solid;*/
}

table.item_list tr:hover td{
	/*background-color:silver;*/
	border-top:1px blue dotted;
	border-bottom:1px blue dotted;
}


table.item_list tr.item_title:hover {
	background-color:gray;
}

/*table.item_list tr td.item_logo:hover {
	background-color:;
}*/



tr.item_title,th.item_title {
	background-color:gray;
}



td.item_logo,td.item_IMAGE {
/*background-color:black;*/
width:45px;
/*min-width:20px;
max-width:50px;*/
/*width:35px;*/
}

td.item_logo img,td.item_IMAGE img{
	border:0;
	/*height:10px;
	min-height:20px;
	width:10px;
	min-width:20px;*/
	/*max-width:inherit;*/
	/*width:100%;
	min-width:100%;
	max-width:100%;
	/*width:35px;*/
	/*height:auto;*/
	width: 100%;
	height:auto;
}






td.item_sku,item_DOCTITLE {
	width:auto;
}

td.item_des,td.item_CHARACTERIZATION {
width:50%;
min-width:20%;
max-width:50%;
}




td.item_price {
	width:auto;
}


