/*
pink: #eb008b
blue: #00adee;
*/

body.theme_AutomotiveArtSite.popup,
body {
	background:#ffffff;
	color:#202020;
	font-size:11px;
	font-family:Verdana,Tahoma,Helvetica;	
}

body.video {
	background:#000000;
}

.embedvideo {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	line-height:1px;
}


#outerwrap.findastore {
	width:92%;
	float:left;
	padding:35px 4%;
	background-color:#ffffff;
	color:#414042;

}

#outerwrap.findastore a {
	color:#00adee;	
}

#outerwrap.findastore a:hover {
	color:#202020;	
}

#outerwrap.findastore h2 {
	color:#00adee;
	font-size:28px;
	line-height:30px;
	font-weight:normal;
	width:45%;
	float:left;
}



#findastore-left {
	width:400px;
	float:left;	
	position:relative;
}

#findastore-right {
	width:440px;
	float:right;	
}


#findastore-left #findtools {
	float:right;
	height:22px;
	line-height:22px;
	font-size:13px;	
	margin-top:5px;
}

#findastore-left #findtools a {
	color:#202020;	
	height:22px;
	line-height:22px;
}

#findastore-left #findtools a:hover {
	color:#00adee;	
}

#printselection {
	width:21px;
	height:22px;
	float:right;
	margin-left:10px;
	padding-left:10px;
	background-image:url(../img/print.png);
	background-repeat:no-repeat;
	background-position:10px 2px;
	border-left:1px solid #202020;
}

#printselection:hover {
	background-position:10px -48px;
}

#findastore-left h3.country {
	width:100%;
	float:left;
	font-size:19px;
	color:#00adee;
	font-weight:normal;
	margin-top:30px;
}

#findastore-left h4 {
	font-size:13px;
}
	
#findastore-left h3.country:first-child {
	margin-top:0px;
}


#findastore-left .pointdetail {
	width:49%;
	float:left;	
	margin-top:20px;
	font-size:13px;
	line-height:16px;
}


#findastore-scroll-outer {
	width:100%;
	float:left;	
	z-index:98;
	position:relative;
	height:350px;
	margin-top:30px;
}

#findastore-scroll-outer.points {
	height:260px;
}

	
#findastore-scroll-inner {
	height:auto;
}
/*
#findastore-left #point-select-btn,
#findastore-left #country-select-btn {
	width:35px;
	height:35px;
	float:right;
	background-color:#00adee;
	cursor:pointer;
	background-image:url(../img/arrows.png);
	background-repeat:no-repeat;
	background-position:8px 12px;
}

#findastore-left #point-select-btn:hover
#findastore-left #country-select-btn:hover {
	background-color:#eb008b;
}

#findastore-left #point-select-btn.dropped
#findastore-left #country-select-btn.dropped {
	background-position:8px -43px;
}
*/

#summaryPanelHeading {
	font-size:16px;
	width:92%;
	float:left;
	padding-bottom:10px;
	border-bottom:1px solid #202020;	
	font-weight:bold;
	margin-bottom:20px;
}

#summaryItems {
	font-size:13px;
	line-height:16px;
}

#summaryItems ul {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#summaryItems li {
	widthg:100%;
	float:left;	
	margin-bottom:10px;
}

#summaryItems li .summary-no {
	width:30px;
	height:30px;
	color:#ffffff;
	background-color:#00adee;
	border-radius:30px;	
	float:left;
	text-align:center;
	line-height:28px;
	font-size:13px;
}

#summaryItems li .summary-text {
	width:200px;
	float:left;
	margin-left:20px;
}

#summaryItems li .summary-mesearument {
	width:100px;
	float:left;
	height:30px;
	margin-left:20px;
	border-left:1px solid #202020;
	padding-left:10px;
}


#form-wrap.findastoreform {
	width:400px;
	float:left;	
	margin-top:20px;
}

#findastoreform .marker {
	width:30px;
	height:30px;
	color:#ffffff;
	background-color:#eb008b;
	border-radius:30px;	
	float:left;
	text-align:center;
	line-height:28px;
	font-size:13px;
	margin-right:10px;
}

#findastoreform input[type=text] {
	width:340px;
	float:left;
}

#findastoreform select {
	width:360px;
	float:left;

}

#findastoreform .submit {
	margin:0px;
	float:right;
}

/*#goback {
	margin-top:-30px;
	float:left;
	font-size:15px;
}*/

#goback {
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #202020;
}



	.ui-autocomplete.ui-menu {
		max-height:120px;
		min-width:110px;
		overflow-x:hidden;
		overflow-y:auto;
		border-radius:0px;
	}
	
	#autocomplete-Location.ui-menu {
		min-width:220px;
	}
	
	.ui-autocomplete.ui-menu .ui-menu-item strong {
		color:#00adee;
	}
	

	.ui-combobox {
		position: relative;
		display: inline-block;
		float:left;
		font-size:14px;
	}
	
	input.ui-combobox-input {
		position:relative;
		margin: 0px 10px 0px 0px;
		border:0px;
		padding:0px 10px;
		height:35px;	
		line-height:35px;
		float:left;	
		width:335px;
		background:transparent;		
		color:#202020;
		text-align:left;
		font-size:14px;
	}
	
	#findastoreform.pointsform input.ui-combobox-input {
		width:295px;
	}
	
	.ui-combobox-toggle {
		position:relative;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		border:0px;
		width:35px;
		height:35px;
		float:right;
		background-color:#00adee;
		background-image: url(../img/arrows.png);
		background-repeat:no-repeat;
		background-position:8px 12px;	
		cursor:pointer;
	}
	
	.ui-combobox-toggle:hover {
		background-color:#eb008b;
	}
	
	.ui-combobox-toggle.open {
		background-position:8px -43px;	
	}
	
	.ui-combobox-toggle.open:hover {
		background-position:8px -43px;	
	}
	
	


@media only screen and (max-width: 769px)  {
	#findastore-left {
		width:100%;
		float:left;
	}	
	
	#findastore-right {
		width:100%;
		float:left;
	}	
	
	#outerwrap.findastore h2 {
		width:100%;	
		font-size:24px;
	}
	
	#findastore-left #findtools {
		width:100%;
		float:left;	
	}
	
	#findastore-left #findtools a {
		float:left;	
	}
	
 	#printselection {
		float:left;	
	}

	#outerwrap.findastore {
		width:84%;
		padding:20px 8%;
	}

	input.ui-combobox-input {
		width:70%;	
	}

	#form-wrap.findastoreform {
		width:100%;
	}
	
	#findastoreform input[type=text] {
		width:70%;
	}
	
	#findastoreform select {
		width:70%;	
	}

	#findastore-left .ui-combobox {
		width:100%;
	}

	#findastoreform.pointsform .ui-combobox {
		width:80%;
	}

	#findastoreform.pointsform input.ui-combobox-input {
		width:62%;
	}
	
	
	#findastoreform.pointsform input[type=text] {
		width:72%;
	}
	

	.ui-combobox-toggle {		
		float:left;
	}
	
	#findastore-left .pointdetail {
		width:98%;	
	}

	#location-map {
		width:100%;
		float:left;
		overflow-x:hidden;	
	}
	
	#mobile-location-map {
		width:100%;
		float:left;
		margin-top:10px;	
		overflow-x:hidden;
	}

	#findastore-left h3.country {
		font-size:16px;
		margin-top:30px;
	}

	#findastore-scroll-outer.points {
    	height: auto;
	}


	#summaryItems li .summary-text {
		width:50%;
		margin-left:10px;
	}

	#summaryItems li .summary-mesearument {
		width:20%;
		margin-left:10px;
	}
	
	#summaryPanelHeading {
	    width: 100%;
	}
	
	/*#goback {
       margin-top: -15px;
 	   font-size: 13px;
	}*/
}