@charset "utf-8";
/* CSS Document */

.table	{
			background: #121212;

}
.table ul	{
				float: left;
				margin: 0;
				padding: 0;
				border: 1px solid #303030;
}

.table ul li	{
					list-style: none;
					width: 175px;
					padding: 5px;
}

.table ul li.title	{
						font-weight: bold;
						text-align: center;
						background: #202020;
}

.table ul li.brand_even	{	
						background: #121212
}

.table ul li.brand_odd	{
						background: #202020
}

.table ul li.web_even	{	
							background: #000000; /*change value to change heading color */
							text-align: center;
							font-family: Tahoma, Geneva, sans-serif;
							font-size: 10px;
							font-weight: bold;
}

.table ul li.web_odd	{	
							background: #202020;
							text-align: center;
}

.table ul li.cat_even	{	
							background: #000000;
							text-align: center;
}

.table ul li.cat_odd	{	
							background: #202020;
							text-align: center;
}