body {
	background-color : #EEEEEE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
	margin : 0;
	padding : 0;
}

a {
	color : #996600;
	text-decoration : none;
}

a:visited {
	color : #996600;
	text-decoration : none;
}

a:hover {
	color : #A7A9AC;
	text-decoration : underline;
}

a:active {
	color : #A7A9AC;
	text-decoration : underline;
}

#PageContainer {
	width : 758px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	padding-left: 17px;
	background-color : #FFFFFF;
	background-image : url(/site/images/bg.gif);
	background-repeat : repeat-y;
}

*:first-child+html #PageContainer {
	width : 775px;
	padding-left: 0px;
}

#Header {
	height : 150px;
	width : 740px;
	background-color : #FFFFFF;
	background-image : url(/site/images/header.jpg);
	background-repeat : no-repeat;
}

* html #Header  {
  margin-left: -18px;
}

.flags {
	float : right;
	padding-top : 100px;
	padding-right : 10px;
}

/*************/

#MenuLeft
{
	margin-left : 8px;
	float: left;
	width: 130px;
}

#MenuLeft ul
{
    list-style : none;
    margin : 0;
    padding : 0;
    text-align : left;
}

#MenuLeft ul li
{
    width: 127px;
    padding : 7px 5px;
	background-color : #FFFFFF;
	background-image : url(/site/images/button.gif);
	background-position : top left;
	background-repeat : no-repeat;
}

#MenuLeft ul li.active
{
	/*background-image : url("../images/nav-item-active-bg.png");
	background-position : top left;
	background-repeat : no-repeat;*/
}

#MenuLeft ul li.active ul 
{
	display : block;
	margin-top : 5px;
}

#MenuLeft ul li.active ul li
{
	margin-bottom : 0px;
}

#MenuLeft ul li.active ul li a
{
	font-weight: normal;
}

#MenuLeft ul li a
{
    text-decoration : none;
    padding : 0px 0px;
	margin-left : 0px;
	padding-left : 9px;
	color : #000000;
}

#MenuLeft ul li.active a
{

}

#MenuLeft ul li a.active, #MenuLeft ul li a:hover
{
	
}

#MenuLeft ul li a:hover
{
	text-decoration : underline;
}

#MenuLeft ul li ul
{
    display : none;
	margin : 0px;
	padding : 0px;
	background : none;
	margin-top : 4px;
}

#MenuLeft ul li ul li
{
	background: none;
	background-color : #FFFFFF;
	font-weight: normal;
	border-bottom: 1px dotted #A7A9AC;
	padding : 5px 0px;
	width: 117px;
}

#MenuLeft ul li ul li.active
{
	background: none;
}

#MenuLeft ul li ul li.active a
{
	color : #aaaaaa;
}

#MenuLeft ul li ul li ul
{

}

#MenuLeft ul li ul li a
{
	text-decoration : underline;
	padding : 0px 7px;
	background : none;
	text-decoration : none;
	font-weight: normal;
}

#MenuLeft h2
{
    display : none;
}

#MenuLeftBottom
{
	height: 20px;
}


/************/

#ContentContainer {
	width : 740px;
	background-color : #FFFFFF;
	text-align : left;
	padding-bottom : 25px;
}

#Content {
	color : #000000;
	padding : 20px;
	width: 550px;
	margin-left: 135px;
}

h1 {
	color : #FFFFFF;
	font-size : 13px;
	font-weight : bold;
	padding : 0;
	margin : 0;
}

h2 {
	color : #A7A9AC;
	font-size : 12px;
	font-weight : bold;
	padding : 0;
	margin : 0;
}

#Footer {
	height : 40px;
	width : 725px;
	text-align : left;
	font-size : 10px;
	clear : both;
	background-image : url(/site/images/footer.gif);
	background-repeat : no-repeat;
	line-height : 25px;
	padding-left : 25px;
	padding-right : 25px;
	margin-left : auto;
	margin-right : auto;
	
}

a.footer {
	color : #000000;
	text-decoration : none;
}

a.footer:visited {
	color : #000000;
	text-decoration : none;
}

a.footer:hover {
	color : #EE3224;
	text-decoration : underline;
}

a.footer:active {
	color : #EE3224;
	text-decoration : underline;
}

/* PAGING STYLES */

.PagingInfo
{
	padding-bottom: 5px;
}

/* FORM STYLES */

.form-layout 
{
	width: 100%;
}

.form-layout .label
{
	width: 200px;
}

.form-layout .error
{
	color: red;
}

.form-layout .value
{
	
}

.form-layout .helper
{
	width: 60%;
	border: 1px dashed #a6a6a6;
	background-color: #ededed;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 7px;
}

.form-layout .buttons
{
	margin-top: 20px;
}

/* APPMESSAGE STYLES */

#AppMessages
{
	margin-bottom: 20px;
	border: 1px solid #a6a6a6;
}

#AppMessages .AppMessage
{
	padding: 7px;
}

#AppMessages .Success
{
	color: green;
}

#AppMessages .Error
{
	color: red;
}

#AppMessages .Info
{
	color: blue;
}

/* FORMS MODULE STYLES */

.module-forms-field-content
{
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight : bold;
}

/* NEAREST */

#Nearest
{
	margin-top: 25px;
}

#Nearest #SearchNavSide
{
	float: left;
	width: 200px;
}

#Nearest #SearchNavSide .CriteriaCategory
{
	margin-bottom: 0px;
	width: 160px;
}

#Nearest #SearchNavSide .Label
{
	margin-bottom: 10px;
	border-bottom: 2px solid #aaa;
	
	padding: 3px;
	padding-top: 13px;
	padding-bottom: 12px;
	font-weight: bold;
}

#Nearest #SearchNavSide .Items
{
	margin-left: 10px;
}

#Nearest #SearchNavTop
{
	padding-top: 6px;
	font-weight: bold;
	margin-left: 210px;
	padding-bottom: 10px;
	width: 320px;
	border-bottom: 2px solid #aaa;
}

#Nearest .Retailers, #NearestItemPage .Retailers
{
	margin-left: 210px;
	margin-top: 30px;
	width: 320px;
	vertical-align: top;
	border-collapse:collapse;
}

#Nearest .Retailers td, #NearestItemPage .Retailers td
{
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	
	border-bottom: 2px solid #aaa;
}

#NearestItemPage .Retailers
{
	width: 520px;
	margin-left: 0px;
	margin-top: 0px;
}

#Nearest .FeaturedRetailerMarker
{
	height: 30px;
	text-align: right;
	padding-right: 18px;
	color: red;
}

#Nearest .RetailerHeading
{
	font-weight: bold;
}

#Nearest .FeaturedRetailerLeft .RetailerHeading
{
	font-size : 13px;
}

#Nearest .FeaturedRetailerLeft
{
	border-left: 3px solid #aaa;
	border-top: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	padding-top: 0px;
	padding-left: 10px;
	font-weight: bold;
}

#Nearest .FeaturedRetailerRight
{
	border-right: 3px solid #aaa;
	border-top: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	padding-top: 0px;
	font-weight: bold;
}