

#FreeFormatPage {
    border: 1px solid #CCCCCC;
    float: left;
    height: 1004px;
    margin-top: 10px;
    position: relative;
    width: 1002px;
}

#FreeFormatPage h1 {
    font-size: 42px !important;
    padding: 31px 28px;
    text-transform: uppercase;
	letter-spacing: -2px;
}

#text {
    left: 418px;
    position: absolute;
    top: 10px;
    width: 565px;
}

#text p {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 10px;
}



#jlocator{
	
	float: left;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 10px;
}

#jlocator .panel{
	width: 30%;
	height: 550px;
	float: left;
	overflow: auto;
	background-color: #fff !important;
}

#jlocator .map{
	width: 70%;
	height: 550px;
	float: right;
	background-color: #fff;
}

#jlocator .no-results p{
	text-align: center;
	padding: 20px 0;
}

#jlocator .hidden{
	display: none;
}

/* 
* controls 
*/
#jlocator .controls{
	background: #fff;	
	padding-bottom: 0.6em;
}


/* 
* drop down 
*/
#jlocator .drop-down{
	float: left;
	width: 130px;
	height: 1.3em;
	
	margin: 0.6em 0 0 1.25em;	
	border: 1px solid #aaa;
	
}

#jlocator .drop-down .panel{
	float: left;
	width: 125px;
	height: 1.3em;
	line-height: 1.3em;
	
	overflow: hidden;
	
	
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

#jlocator .drop-down:hover .panel{
	
}

#jlocator .drop-down ul{	

	position: relative;
	top: 0px;
	left: -1px;
	z-index: 1000;
	
	width: 130px;
	display: none;
	overflow: hidden;
	
	background-color: #fff;
	border: 1px solid #ccc;
	
	padding: 0;
	margin: 0;
	
	list-style: none;
	border-radius: 0 0 3px 3px;
}

#jlocator .drop-down ul li{
	padding: 0 0 0 0.3em;
	cursor: pointer;
	width: 130px;
	float: left;
	background-color: #fff;
}

#jlocator .drop-down ul li:hover{
	background-color: #444;
	color: #fff;
}


/*
* filters
*/
#jlocator .autocomplete{
	float: left;
	display: block;
	
	width: 150px;
	height: 1.16em;
	margin: 0.6em 0 0 1.25em;
	
	border: 1px solid #aaa;
}


/*
* checkbox filters
*/
.cb-filters{
	float: left;
	margin-top: 0.6em;
	margin-left: 1.25em;
}

.cb-filters input{
	vertical-align: middle;
}

.cb{
	float: left;
	margin-right: 1em;
}

.cb label{
	font-size: 0.9em;
}


/*
*  pagination
*/
.pagingprev,
.pagingmid,
.pagingnext{
	float: left;
}

.paging{
	float: left;
	margin: 0.6em 0.6em 0 1.25em;	
}

.paging span{
	cursor: pointer;
	color: #1E87AA;
	margin: 0 0.3em 0 0;	
}

.paging  span.current{
	font-weight: bold;
	color: #CA3F1A;
}

.paging-results{
	float: left;
	margin: 0.6em 0 0 1.25em;
}

/* 
* stores
*/
#jlocator .store{
	cursor: pointer;
}

#jlocator .store:hover{
	background-color: #e6e8e8;
}

#jlocator .active{
	background-color: #daedfe;
}

.store {
	
}

#jlocator .store p{
	padding: 0.8em 0.9em;
	margin: 0;
	border-bottom: 1px dashed #ccc;	
	height: 131px;
}

#jlocator .title{
	font-family: 'verdana';
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #002d56;
}

#jlocator .tags{
	color: #7F4F24;
}


/* 
* info window 
*/
#jlocator .info-window .store p{
	border: 0px;
	font-size: 12px;
	line-height: 19px;
}

#jlocator .info-window .store:hover,
#jlocator .info-window .active{
	background-color: #fff;
}
.moreinfo {
	margin: 10px 0px 10px;
	float: left;
}

.moreinfo a:link, .moreinfo a:visited{
	text-decoration: none;
	font-size: 12px;
	color: #fff !important;
	background-color:#333;
	padding: 10px;
}

.moreinfo a:hover{
	text-decoration: underline;
	color: #ccc !important;
	background-color:#333;
}

.box{
	float: left;
	width: 100%;
}

.block{
	display: block;
}

.left{
	float: left;
}

.left-block{
	display: block;
	float: left;
}

.right{
	float: right;
}

.align-right{
	text-align: right;
}

ul, ol{
	margin: 0 0 0.6em 0.3em;
	padding: 0 0 0 0.6em;
	list-style-type: square;
}

.jplist .panel{
	float: left;
	width: 100%;
	
	margin: 0;
	padding: 0 0 0.6em 0;
	background: #efefef;
	
	font-family: 'arial';
	color: #444;
	font-size: 1em;	
	line-height: 1.5em;
}

.jplist .panel-top{
	border-radius: 0.3em 0.3em 0 0;
}

.jplist .panel-bottom{
	border-radius: 0 0 0.3em 0.3em;
}

/*
* JPLIST: filters
*/
.jplist .filter{
	float: left;
	margin: 0.6em 0 0 0;
}

.jplist .filter input{
	display: block;
	float: left;
	
	width: 150px;
	height: 1.16em;
	margin: 0 0 0 1.25em;
	
	border: 1px solid #aaa;
	border-radius: 3px;
}

.jplist .search-title{
	float: left;
	margin-left: 10px;
}

.jplist .filter-btn{
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	color: #fff;
	background-color: #1E87AA;
	border-radius: 3px;
	padding: 1px 5px;
}

.jplist .pagingprev,
.jplist .pagingmid,
.jplist .pagingnext{
	float: left;
}

.jplist .paging{
	float: left;
	margin: 0.6em 0.6em 0 1.25em;	
}

.jplist .paging span{
	cursor: pointer;
	color: #1E87AA;
	margin: 0 0.3em 0 0;	
}

.jplist .paging  span.current{
	font-weight: bold;
	color: #CA3F1A;
}

.jplist .paging-results{
	float: left;
	margin: 0.6em 0 0 1.25em;
}

/*
* JPLIST: dropdowns
*/
.jplist .drop-down{
	float: left;
	width: 130px;
	height: 1.3em;
	
	margin: 0.6em 0 0 1.25em;	
	border: 1px solid #aaa;
}

.jplist .drop-down .panel{
	float: left;
	width: 125px;
	height: 1.3em;
	line-height: 1.3em;
	
	overflow: hidden;
	background: #fff url('../img/icons/down.png') no-repeat 99% 50%;
	
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

.jplist .drop-down:hover .panel{
	background: #fff url('../img/icons/down-dark.png') no-repeat 99% 50%;
}

.jplist .drop-down ul{	

	position: relative;
	top: 0px;
	left: -1px;
	z-index: 1000;
	
	width: 130px;
	display: none;
	overflow: hidden;
	
	background-color: #fff;
	border: 1px solid #ccc;
	
	padding: 0;
	margin: 0;
	
	list-style: none;
	border-radius: 0 0 3px 3px;
}

.jplist .drop-down ul li{
	padding: 0 0 0 0.3em;
	cursor: pointer;
	width: 130px;
	float: left;
	background-color: #fff;
}

.jplist .drop-down ul li:hover{
	background-color: #444;
	color: #fff;
}

.jplist .hidden{
	display: none;
}

.clear{
	clear: both;
}

#storelocations h2 { 
						  	 
							 *margin-top:0px;
							 _margin-top:0px;
						  	 width:230px;
						  	 color:#006180;
							 font-family:Arial, Helvetica, sans-serif;
							 font-size:21px;
							 padding: 25px 0 0 25px;
							 font-weight:bold;
						  }
						  
						  #storelocations h3 {
							  color:#333333;
							  font-size:17px;
							  font-family:Arial, Helvetica, sans-serif;
							  padding: 25px 0 0 40px;
							  }
							  
						  #storelocations .column {
							  float:left;
						  }
						  
						  #storelocations .column ul  {
							  list-style-type:none !important;
							  font-family:Arial, Helvetica, sans-serif;
							  font-size:12px;
							  padding: 2px 0 0 5px;
						  }
						  
						  #storelocations .column ul li a {
							  text-decoration:none;
						  }
						  
						  #storelocations .column ul li a:hover {
							  text-decoration:underline;
							  color:#006180;
						  }
						  #storelocations .column ul li span {
							  text-decoration:underline;
							  color:#006180;
						  }



#storelocations {
    background: url("http://images2.drct2u.com/content/images/freeformat/110726AW_GNO_locationsbg.gif") no-repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    float: left;
    height: 320px;
    margin-left: 14px;
    position: relative;
    width: 971px;
}