﻿table {
	margin: 0 15 10 0;
	border-collapse: collapse;
    border: 1px #666  solid;
    position: relative;
	}
	
th, thead {
	padding: 5;
	border: 1px #666 solid;
	text-align: left;
	background: #6ea8e0;
	color: #FFFFFF;
	}
	
tr th:hover {
	background: #6ea8e0;!important
}
	
td {
	padding: 5px;
	border: 1px #666  solid;
	}
    
td.tdart {width: auto}    
	
td.zagolovok {
	background: #C0C0C0;
    text-align: center;
    padding: 2px;
    border: 1px #666 solid;
}
		
tr:hover {
	background: #EEEEEE;
	}

td.sgoodprice {
	width: 80px;
    border: 1px #666 solid;
    white-space: nowrap;
}
	
td.sgoodbasket {
    width: 30px;
	border: 0;
    padding: 5px;
    border: 1px #666 solid;
	}
	
	
th A:link, th A:active, th A:visited {
	color: #333333;
	text-decoration: none;
	padding: 0 6;
	}
	
th A:hover {
	color: #333333;
	background: #DDDDDD;
	}
	
th:hover {
	background: #FFFFFF;
	}
	
table  A:link, table A:active, table A:visited {
	color: #000066;
	text-decoration: none;
	}
	
table  A:hover {
	color: blue;
	text-decoration: none;
	}

    
table.sgood th a {color: white;}

table.sgood th {color: white;}

span.retail_price {font-weight: normal;}
span.wholesale_price{font-size: 10px;}

table hr {margin: 0;}

input, textarea {background: white;}