a {
			color: #285A8D;
			font-size:13px;
			font-style:normal;
			font-family:tahoma;
		}
		a:hover {
			color: Black;
		}
		a.brand {
			color: #727272;
			font-size:13px;
			font-style:normal;
			font-family:;
			text-decoration:none;
		}

		a.brand:hover {
			color: #4E4E4E;
			text-decoration:underline;
		}

		a.buy {
		
			color: green;
			text-decoration:none;
		
		}
		a.buy:hover {
		color: green;
		text-decoration:underline;
		}
		
		
		

		.big_grey {

			color: #919191;
			font-size:23px;
			font-style:normal;
			font-family:tahoma;
		}
		
		.good_name {

			color: #2C5279;
			font-size:28px;
			font-style:normal;
			font-weight:bold;
			font-family:tahoma;
			text-decoration:none;
		}
		
		.good_name:hover {
		text-decoration:underline;
		
		}
		
		p,.text {

			color: #383838;
			font-size:13px;
			font-style:normal;
			font-family:tahoma;

		}
		.category {
			margin-left: 15px;
			margin-right: 15px;
			color: #0000A5;
			font-size:13px;
			font-style:normal;
			font-weight:bold;
			font-family:tahoma;
			text-decoration:none;
		}

		.category:hover {
			color: #0000A5;
			text-decoration:underline;
		}
		
		
			.subcategory {
			margin-left: 27px;
			margin-right: 15px;
			color: #4B4865;
			font-size:13px;
			font-style:normal;
			font-family:tahoma;
			text-decoration:none;
		}

		.subcategory:hover {
			color: #4B4865;
			text-decoration:underline;
		}
		
		.white_menu {
			margin-left: 5px;
			color: white;
			font-size:13px;
			font-style:normal;
			font-family:tahoma;
			font-weight:bold;			
		
		}
		input,option,  {
		
			color: #383838;
			font-size:13px;
			font-style:normal;
			font-family:tahoma;
		
		
		}
		.price {
			color: #0000A5;
			font-size:13px;
			font-family:tahoma;
		
		}
		
		.chain {
		text-decoration:none;
		color: #727272;
	
		}
		
		.chain:hover {
		text-decoration:underline;
		color: #727272;
		}
		
		.border_gray {
		 border: 1px solid #E4E4E4;
		 BORDER-COLLAPSE: collapse;
		}
		
		.warning_text {
		font-size:13px;
		color:red;
		font-style:normal;
		font-family:tahoma;
		font-weight:bold;
		}
		.red {
		color:red;
		}
