﻿    html
    {
		height:100%;
		position:relative;
		margin:0;
		padding:0;
		border:1px solid transparent;
		font-family:Arial,"Sans Serif";
    }	
    form
    {
		margin:0;
		padding:0;
    }
    .gMapMsgBox
    {
		font-family:arial;
		margin:0;
		padding:0;
		font-size:0.9em;
    }
    #map
    {
		height:99.9%;
		position:absolute;
		width:63.5%;
		top:0;
		right:0;
		margin:0;
		padding:0;
		border:3px solid #C6C8C5;
		z-index:-1
    }
    
    #msgBoxCloser{
    position:absolute;
    top:0;
    right:30px;
    }
    
    .msgBoxTitle_IE{
    margin:0;
    padding:0;
    font-size:0.6em;
    position:absolute;
    top:7px;
    left:30px;
    }
    .msgBoxTitle_NONIE{
    margin:0;
    padding:0;
    font-size:0.9em;
    position:absolute;
    top:7px;
    left:30px;
    }
	
	
    #header{display:none;}
    /*#header
    {
		width:262px;
		height:69px;
		margin:5px;
		margin-bottom:20px;
		padding:0;
    }
    #header h1
    {
		text-indent:-9999px;
		margin:0;padding:0;
		width:500px;
    }*/
    #searchInterface
    {
		width:36%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
    }
    
    #searchInterface label
    {
		display:block;	
    }
    
    #searchInterface #interface
    {
		width:100%;
    }
    
    #searchResults
    {
		/*margin:90px 0 0 -50px;*/
		height:66%;
		/*position:absolute;*/
		bottom:0;
		left:0;
		overflow:scroll;
		width:100%;
		/*top:300px;*/
		border-top:3px solid #C6C8C5; 
    }

    .storeHighlight
	{
		/*border:1px solid #fff;
		padding:-1px;*/
/*		background:#4B8AAA !important;*/
		background:#ffff66 !important;

		color:#000 !important;
	}
    
    /* Corners */

.box{
    padding:0;
    margin:0;
    position:absolute;
    top:50%;
    left:50%;
}

.box2
{
   background:#F9F1B3 url(../images/msgbox/border-left.png) 0 0 repeat-y;
   margin-right:14px;
   margin-left:12px;
   padding-left:20px;
   padding-top:10px;
   overflow:hidden;
   padding-right:20px;
   height:200px;
   width:300px;
/*    border:1px blue solid; */
}
.box2 .typeImage
{
	width:75px;
	height:70px;	
}

.tr
{
    background:transparent url(../images/msgbox/box.png) 100% 0 no-repeat;
    height:30px;
    margin:0 0 0 30px;
 }
.tr div
{
    height:30px;
    width:30px;
    background:transparent url(../images/msgbox/box.png) 0 0 no-repeat;
    position:relative;
    left:-30px;
}
.br
{
    background:transparent url(../images/msgbox/box.png) 100% 100% no-repeat;
    height:30px;
    margin:0 0 0 30px;
    clear:left;
}
.br div
{
    height:30px;
    width:30px;
    background:transparent url(../images/msgbox/box.png) 0 100% no-repeat;
    position:relative;
    left:-30px;
}
.bordR
{
       background:transparent url(../images/msgbox/border-right.png) 100% 0 repeat-y;
}

#instructions
{
	padding:5px;
	border:1px solid #999;
	font-size:0.9em;
}

#landmarktxt
{
	width:100px
}

#searchicon
{
	align:absolutemiddle;
}

.bluetext {
font-family: verdana; 
font-style: normal; 
font-variant: normal; 
font-weight: bold; 
font-size: 12px; 
line-height: normal; 
font-size-adjust: none; 
font-stretch: normal; color: rgb(53, 83, 135)
}

.graytext {
	font-family: verdana; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 11px; line-height: normal; 	  
	font-size-adjust: none; font-stretch: normal; color: rgb(140, 140, 140)
	}

.clicktext {
	color: #660099;
	text-decoration:underline;
	font-weight:normal;
}
.clicktext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6611AD;
	text-decoration: none;
}
.clicktext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6611AD;
	text-decoration: none;
}
.clicktext a:hover {
	text-decoration:none;
	color: #33CCFF;
}
.clicktext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6611AD;
	text-decoration: none;
}


.add {
	font:11px Arial;
	line-height: 12px
}

.btnclass
{
	border: 1px solid rgb(136, 136, 136);
	background-color: rgb(170, 215, 218); 
    font-weight: bold;
	color:white;
}

.add1 
{
	font-size:11px;
}

a { 
	color: white;
	text-decoration:underline;
	font-weight:normal;
	font-size:13px
}
a:hover {
	text-decoration:none;
	color: #33CCFF;
}
#folders {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; 
	WIDTH: 100%; PADDING-TOP: 0px; FONT-FAMILY: Arial, sans-serif; 
	LIST-STYLE-TYPE: none;
	text-align:center;
}
#folders li {
	margin:2px;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.selectboxtext
{
font-size:11px;
}

#btnFindStores
{
	border: 1px solid rgb(136, 136, 136);
/* 	background-color: rgb(170, 215, 218);  */
	background-color:#F0F0F0; 
    font-weight: bold;
	align:absmiddle;
	font-size:11px;
}


.newbutton
{
background:url(ghgh.jpg) no-repeat; width:170px; height:27px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#ffffff; border:0px; text-align:left;
}

img.floatleft{
float:left;
margin:0px 10px 10px 0px;
}

.ThreeLevel a
{
	color:black;
	font-size:15px
}

.ThreeLevel a:hover
{
	color:#576674;
}


   #region
    {
		/*margin:90px 0 0 -50px;*/
		height:60%;
		position:absolute;
		bottom:0;
		left:0;
		overflow:scroll;
		width:98%;
		top:600px;
		border-top:3px solid #C6C8C5; 
    }
	
.newbutton_showonmap
{
background: url(../images/enquiry.jpg) no-repeat; width:133px; height:25px;border:0px;valign:top; 
}

#loading
{
		height:99.9%;
		position:absolute;
		width:63.5%;
		top:0;
		right:0;
		padding-top:180px;
		border:3px solid #C6C8C5;
		z-index:1000;

}

.backImage
{
	background:url(../images/tdback.jpg) repeat-x;
}


.imgyesnobox
{

}

.imgnobox
{
	margin-left:10px;
}
.imgyesbox
{

}

.txt1box
{
	font-size:16px;
	font-weight:bold;
	height:25px;
}

.txt2box
{
	font-size:14px;
	font-weight:bold;
	height:35px;
}
