
TD {
	font-family: tahoma;
	font-size: 11px;
}

A {
	font-family: tahoma;
	font-size: 11px;
	color: #39B5D1;
	text-decoration: none;
}

A:hover {
	color: red;
}

.right {
	font-size: 12px;
	font-family: verdana
}

a.menu {
	color: #1290C0;
	font-size: 11;
	text-decoration: none;
	font: 100
}

a.menu:hover {
	color: red
}


.Title{

	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color : black;
	
}

.SmallTitle{

	font-family: verdana;
	font-size: 8px;
	color: black;
}

.Price{

	font-family: verdana;
	font-size: 22px;
	
}
.SmallPrice{

	font-family: verdana;
	font-size: 8.5px;
	font-weight: bold;
	color: red;
	
}
.ListTitle{
  	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color : #39B5D1;

}
.ListPrice{

	font-family: 100;
	font-size: 14px;
	font-weight : bold;
	color: black;
	
}
.ListText{

	font-family: 100;
	font-size: 11px;
	color: black;
	
}

.BasketText{

	font-family: 100;
	font-size: 11px;
	color: black;
	
}

.BasketTextLink{

	color: #1290C0;
	font-size: 11;
	text-decoration: none;
	font: 100
	
}

.Table{

	font-family: verdana;
	color: black;
	border-style: solid;
	border-color: #cccccc;
	border-width: thin;
	background-color: #f4f4f4;
	 
}

.Table1{

	font-family: verdana;
	color: black;
	border-style: solid;
	border-color: #cccccc;
	border-width: thin;

}

.TextField{
	font-family: verdana;
	font-size: 12px;
	color: black;
	border-style: solid;
	border-color: #cccccc;
	border-width: thin;

}