﻿.EditLink
{
float: right;

	margin-top: -25px;
	
}

.header-center
{
	text-align:center;
	border: none;
	margin-bottom: 7px;	
}
.AddressItem
{
	background: #e6e6e6;
	margin-bottom: 10px;
	border: solid 1px black;
	padding: 5px;
	width: 250px;
	text-align:left;
	
}
.menu-title
{
	background:  #005288;		
	text-align: center;
	color: white;		
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 5px 0px 0px 0px;
}
.menu-title a
{
	color: White;
}
.menu-title a:hover
{
	color: #CE3134;
}
.item-title
{
	color: #005288;
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: thin solid #005288;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-top:10px;
}
.item-h2
{
	color: #005288;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	border-bottom: thin solid #005288;
	
	padding-bottom: 0px;	
	
	margin: 0px 0px 3px 4px;
	
}
.control-h2
{
	color: #CE3134;
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	border-bottom: thin solid #CE3134;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-top:10px;
	
}
.error-text
{
	color: #CE3134;
	font-size:12pt;
	font-family: arial;
	font-weight: bold;
}
input.button
{
	background: #77B900;
	color: White;
	font-weight: bold;
}

input.btnCancel
{
	background: #CE3134;
	color: White;
	font-weight: bold;
}
.DivEditAddress
{
	background: #e6e6e6;
	border: solid 1px black;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}
.Question
{
	margin-top: 5px;
	font-weight: bold;
	font-size: medium;
	color: #005288;
}
.Answer
{
	margin-bottom: 5px;
	background: #e6e6e6;
	padding: 5px;
	border: solid 1px black;	
}
.div-testimonial
{
	width: 580px;
	border: solid 1px black;
	background: #e6e6e6;
	padding: 5px 10px 0px 10px;
	margin: 3px auto;
	
}
.Font-Discount
{
	color:#CE3134;
	text-decoration:line-through;
}
/*****************************************/
/*            Side Menu CSS              */
/*****************************************/	
.side-menu
{
	border-left: solid 1px #80A9C5;
	border-right: solid 1px #407EA7;	
	background: #015289;	
	margin: 0px 0px 0px 0px;
	color: White;
}

.side-menu a, #side-menu h2 
{
	font-family: arial;
	font-weight:bold;
	color: white;
	display: block;
	border:none;
	margin: 0;
	padding: 2px 3px;
	width: 153px;
	
}

.side-menu a 
{
	color: white;
	text-decoration: none;		
}

.side-menu a:hover 
{
	color: #0085CF;
	background: #cccfd9;
}
.side-menu ul li ul li a:hover
{
	background: none;
}

.side-menu ul
{
	
	list-style: none;
	margin: 0;
	padding: 0;	
	color:White;
	
	
	
}
.side-menu ul ul 
{
	width: 140px;
	padding-left: 13px;	
	color: White;
	border: none;
	
}
	

.side-text
{
	border-left: solid 1px #80A9C5;
	border-right: solid 1px #407EA7;

}
.side-text a
{
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.side-text a:hover
{
	color: #0085cf;
}
