HTML, body {
    background: none repeat scroll 0 0 #E8E8E8;
    font-family: 'font004';
    font-weight: 400;
}
.main_container{
	display: table;
}
.main_container_bottom{height: 8px; background: url(../images/main_container_bottom_bg.png) top center no-repeat;}
#searchbar{
	height: 75px;
	position: relative;
	padding: 0px 30px 0px 20px;
	overflow: hidden;
	display: block;
	width:912px;
    border-bottom: 1px solid #CCCCCC;
}
#searchbox, #searchboxInput{
	float: left;
	width: 532px;
	height:38px;
	vertical-align: middle;
	margin: auto 0px;
	position: absolute;
	top:50%;
	margin-top: -21px;
	font-size: 22px;
	color:#74604F;
	z-index: 1;
}
table.profile_table {
    width: 964px;
}

table.profile_table td.profile_leftTd {
    border-right: 1px solid #CCCCCC;
    padding-bottom: 18px;
    padding-top: 15px;
    width: 204px;
    padding-left:20px
}

table.profile_table td.profile_rightTd {
    padding-bottom: 100px;
}
#searchboxInput{
	z-index: 2;
	width:538px;
}
table.profile_table td.profile_rightTd h1
{
    text-align: center;
    font-family: 'font004';
    font-size: 26px;
    color: #f5842e;
    font-weight: 400;
    clear:both;
    padding:12px 0;
}
.mapResultContainer div.mapname {
    display: block;
    line-height: 22px;
    max-height: 44px;
    max-width: 230px;
    overflow: hidden;
    padding-top: 10px;
    text-overflow: ellipsis;
}
.loadmore a {
    font-size: 18px;
}
#searchboxInput input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #B7B7B7;
    font-size: 18px;
    height: 36px;
    outline: medium none;
    padding-left: 12px;
    width: 300px;
}

table.textInputTable td{
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

table.textInputTable {height: 38px;border:none;width:312px !important;}
table.textInputTable td.textInputLeft {width: 18px; background: url(../images/searchbg_l.png) left no-repeat; border: none; height: 43px;}
table.textInputTable td.textInputMiddle {background: none;border: 1px solid #CCC;height: 36px;width: 486px;}
table.textInputTable td.textInputRight {width: 18px; background: url(../images/searchbg_r.png) right no-repeat;border: none;height: 43px;}
#countrybox{vertical-align: middle; padding-left: 10px; text-align: left; font-size: 14px;color:#F2A95E; width:150px; height: 43px; top:50%; position: absolute; margin-top: -22px; left:552px; line-height: 43px;}
#countrybox a{color: #F2A95E; text-align: center; text-transform: uppercase; display: inline;}

#banner-fade {
    clear: both;
    float: left;
    height: 258px;
    margin-bottom: 50px;
    position: relative;
    width: 694px;
    border: 1px solid #CCC;
    margin:20px;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
.bjqs-prev A{
  background: url('images/sprite.png') no-repeat -246px -10px;
  width: 28px;
  height: 46px;
  text-indent: -999999px;
  display: block;
  position: absolute;
  left: 5px;
}
.bjqs-prev A:hover{
  background: url('images/sprite.png') no-repeat -246px -60px;
}
.bjqs-next A{
  background: url('images/sprite.png') no-repeat -286px -10px;
  width: 28px;
  height: 46px;
  text-indent: -999999px;
  display: block;
  position: absolute;
  right: 5px;
}
.bjqs-next A:hover{
  background: url('images/sprite.png') no-repeat -286px -60px;
}
.bjqs-markers{
  position: absolute;
  bottom: 10px;
}
.bjqs-markers A{
  display: block;
  width: 9px;
  height: 10px;
  text-indent: -999999px;
  background: url('images/sprite.png') no-repeat -377px -50px;
  margin: 0 0 0 15px;
}
.active-marker A{
  background: url('images/sprite.png') no-repeat -353px -50px;
}
#geocodeInputTable{
	margin: auto 0px;
	text-align: center;
	font-size: 22px;
	color:#74604F;
	vertical-align: middle;
}
#shoppingcartsummary {
    color: #707070;
    font-size: 18px;
    text-align: right;
    right:20px;
}
#shoppingcartsummary span {
    text-align: center;
    vertical-align: middle;
    text-transform: none;
}
.mapResultContainer img {
    border: 1px solid #CCCCCC;
}
#shoppingcartsummary a{
    color: #00b2e5;
}
.pac-container{
    text-align: left;
    background: url("../images/googlesearchtop.png") no-repeat scroll 0 -4px #FFFFFF;
    padding-top: 35px;
    border: none;
    font-size: 18px;
    color:#707070;
    width: 310px !important;
    font-family: 'font004';
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}


.pac-item {
    display: block;
    height: auto;
    padding: 3px 10px;
    text-overflow: inherit;
    width: auto;
    white-space: normal;
}

.pac-item:hover, .pac-selected{
    text-decoration:underline;
    background-color: transparent;
	
}

.pac-container .pac-item:last-child {
    
    min-height: 30px;
}

.pac-container .pac-item:last-child:hover, .pac-container .pac-item:last-child.pac-selected{
    
    min-height: 30px;
}
.pac-container:after{
    content:none;
}

#header_bg{
	background: url(../images/searchbar_bg_bottom.png) no-repeat top center;
	display: block;
	width: 100%;
	height: 87px;
	position: relative;
	z-index: 101;
}

#countrymapsinfo{
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0px 11px 30px 11px;
	display: block;
	margin-top: -85px;
	margin-bottom:-30px;
	z-index: 100;
	background: url(../images/main_container_bg_2.png) center repeat-y;
}

#countryinfo{
	display:block;
	width: 191px;
	float: left;
	min-height: 500px;
	height:100%;
	padding-left: 20px;
	overflow-x: hidden;
	padding-top: 30px;
	padding-bottom: 20px;
}

#maps{
	margin-top:40px;
	width:729px;
	float:left;
	min-height: 500px;
}

#new_maps_list span{
	display: block;
}
#new_maps_list span.mapresultbranch{
	font-size: 16px;
}

.divider{
	padding: 10px 0px;
	margin-left:-20px;
	border-bottom: 1px solid #e1e1e1;
}

#new_maps h1, #tags h1, #brands h1 {
    color: #f5842e;
    font-family: 'font004';
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

#new_maps h2, #tags h2, #brands h2{
	margin-top: 5px;
	margin-bottom: 0px;
	color:#F2A95E;
	font-size: 18px;
	text-transform: uppercase;
}

#new_maps h2 a, #tags h2 a, #brands h2 a{
	color:#F2A95E;
}


.resultitem{
	padding:3px 0px;
}

.resultitem span{
	color:#8e8781;
	font-size: 18px;
}

.resultitem span a{
	color:#8e8781;
}

.resultitem span.mapresultbranch a{
	color:#F2A95E;
}

.resultitem:hover{
	font-family: "font005-regular";
}
.resultitemDev span a:hover {
    color: #707070;
}
.resultitemDev span a.active {
    color: #707070;
}
.resultitemDev span a {
    color: #B7B7B7;
}
.profile_leftTd .resultitemDev {
    padding: 2px 0;
}
.profile_rightTd .resultitemDev {
    padding: 2px 0 2px 22px;
}
#preview_images{
	display: block;
	width: 100%;
	height: 269px;
    padding-top: 20px;
}

#maps h1{
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	color: #F2A95E;
	font-weight: normal;
    font-family: 'font005-light';
}

.mapResultContainer .imgFrame{font-size:14px; width: 215px; height: 215px; position: relative; padding-top: 8px; margin: 0px auto; /*border: solid 1px green;*/}
.mapResultContainer .imgFrame img.border {position: absolute; top: 0; right: 0;}
.mapResultContainer h3 {margin: 5px 0px 0px; padding: 0px 0px 5px 0px; color: #F2A95E; font-size: 16px;}
.mapResultContainer h3 a {color: #707070;
font-family: 'font004';
font-weight: 400;
}
.mapResultContainer {
    display: block;
    float: left;
    height: 300px;
    margin: 0 0 15px 20px;
    max-height: 300px;
    max-width: 218px;
    text-align: center;
    width: 228px;
}
.mapResultContainer h3{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mapResultContainer div.mapname{
	max-height: 44px;
	max-width:230px;
	line-height: 22px;
	text-overflow:ellipsis;
	overflow: hidden;
	display: block;
    padding-bottom: 3px;
}

.mapResultContainer div.mapname strong {display:block; height: 100%; width:100%; color: #74604F; font-size: 18px; font-weight: normal; text-transform: none;}
.mapResultContainer div.mapname strong a {max-height:44px; width:100%; color: #00b2e5; text-transform: none; display: block; text-overflow: ellipsis;}
.loadmore{
	clear: both;
	display:block;
	text-align: center;
	font-size: 22px;
	padding-top: 15px;
}
.loadmore a{
	color: #707070;
}

#rotating-item-wrapper {
	position: relative;
	width: 688px;
	height: 269px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 8px;
	left: 8px;
}

#activeIndicator{
	position: absolute;
	width:500px;
	text-align: right;
	vertical-align: middle;
	margin: 0 auto;
	bottom: 20px;
	right: 30px;
	display:inline;
	height: 20px;
}
#activeIndicator span{
	display: inline-block;
	width: 20px;
	height: 20px;
}
#activeIndicator span a{
	display:inline;
	padding-left:10px;
	cursor: pointer;
	background: url(../images/inactive-featured.png) no-repeat center;
}

#activeIndicator span a.active{
	background: url(../images/active_featured.png) no-repeat center;
}
