	.storelocator_main_block {
		position: relative;
		float: left;
		width: 1020px;
	}
	a {
		color: #e88203;
		font-family: Arial;
	}
	p {
		padding: 0;
		margin: 7px 0;
	}
	#icon_bar {
		float: right;
		margin-bottom: 15px;
		width: 290px;
		line-height: 54px;
		font-size: 14px;
		font-family: Arial;
	}
	#form {
		float: left;
		margin-bottom: 15px;
		font-size: 12px;
		font-family: Arial;
	}
	.map_block {
		float: left;
	}
	.olMap {
		border: 1px solid #ccc;
		height: 522px;
		width: 660px;
	}
	#panel {
		float: right;
		clear: right;
		width: 290px;
		height: 522px;
		font-family: Arial;
		font-weight: normal;
		border: 1px solid #ccc;
	}
	#number_stores {
		font-size: 34px;
		color: #e88203;
	}
	#collection_poi {
		text-align: left;
		font-size: 12px;
		color: #666;
	}

	#collection_poi th,
	li#head {
		float: left;
		width: 278px;
		padding: 13px 0 10px 12px;
		margin-bottom: 15px;
		background: #ebeae7;
		text-align: left;
	}

	#collection_poi #shop_number {
		float: left;
		width: 36px;
		height: 35px;
		margin: 0 9px 0 0;
		background: url("/clarisonic/images/resp/tr_label.png") left top no-repeat;
	}
	.shop_info {
		float: left;
		width: 136px;
	}
	#collection_poi td {
		/* float: left; */
		clear: both;
		padding-left: 9px;
	}
	#collection_poi tbody tr {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}

	/*form*/
	#locator_search label {
		float: left;
		color: #666;
	}
	#locator_search td {
		font-family: "Century Gothic", sans-serif;
		vertical-align: bottom;
	}
	#locator_search input[type="text"], select {
		border: 1px solid #dbd9d3;
		padding: 0 5px;
		color: #666;
	}
	#locator_search select {
		margin: 0 0 0 22px;
		height: 29px;
		padding-top: 3px;
	}
	#locator_search input[type="text"],
	#driving_directions input[type="text"]
	 {
		float: left;
		clear: both;
		width: 400px;
		line-height: 27px;
		height: 27px;
	}

	.button {
		background: none repeat scroll 0 0 #EF8704;
	    border: 2px solid #FFFFFF;
	    box-shadow: 0 0 5px 1px #CBCAC6, 0 0 5px 1px #F18604 inset;
	    color: #FFFFFF;
	    cursor: pointer;
	    font-size: 15px;
	    line-height: 15px;
	    margin-left: 15px;
	    padding: 3px 23px;
	    text-transform: uppercase;
	}

	/*links*/
	.links {
		margin-right: 10px;
		padding-left: 26px;
		line-height: 38px;
		text-decoration: none;
		color: #77766b;
		background: url("/clarisonic/images/resp/print.png") left center no-repeat;
	}
	.links#page_email {
		background: url("/clarisonic/images/resp/email.png") left center no-repeat;
	}
	.links#page_link {
		background: url("/clarisonic/images/resp/link.png") left center no-repeat;
	}
	.links img {
		display: none;
	}
	#footer {
		font: bold 12px Arial, sans-serif;
		color: #000;
	}
	#footer a {
		color: #666;
	}
@media screen and ( min-width:700px) and (max-width:1019px) {/* $Tablet */
	.storelocator_main_block {
		width: 100%;
		position: relative;
		float: left;
	}
	a {
		color: #e88203;
		font-family: Arial;
	}
	p {
		padding: 0;
		margin: 7px 0;
	}
	#icon_bar {
		width: 275px;
		font-size: 14px;
		font-family: Arial;
		position: absolute;
		top: 610px;
		left: 0;
	}
	#form {
		float: left;
		margin-bottom: 15px;
		font-size: 12px;
		font-family: Arial;
	}
	.map_block {
		float: left;
		width: 100%;
	}
	.olMap {
		float: left;
		width: 100%;
		border: 1px solid #ccc;
		height: 522px;
	}
	#panel {
		width: 100%;
		height: auto;
		font-family: Arial;
		font-weight: normal;
		border: 1px solid #ccc;
		margin: 45px 0 10px;
		position: absolute;
		top: 610px;
		left: 0;
	}
	#number_stores {
		font-size: 34px;
		color: #e88203;
	}
	#collection_poi {
		text-align: left;
		font-size: 12px;
		color: #666;
		width: 98.7%;
	}
	#collection_poi th {
		float: left;
		width: 100%;
		padding: 13px 0 10px 12px;
		margin-bottom: 15px;
		background: #ebeae7;
	}

	#collection_poi #shop_number {
		float: left;
		width: 36px;
		height: 35px;
		margin: 0 9px 0 0;
		background: url("/clarisonic/images/resp/tr_label.png") left top no-repeat;
	}
	.shop_info {
		float: left;
		width: 136px;
	}
	#collection_poi td {
		float: left;
		clear: both;
		padding-left: 9px;
	}
	#collection_poi tbody tr {
		float: left;
		width: auto;
		margin: 0 15px 30px 0;
		min-height: 115px;
	}

	/*form*/
	#locator_search label {
		float: left;
		color: #666;
	}
	#locator_search td {
		font-family: "Century Gothic", sans-serif;
		vertical-align: bottom;
	}
	#locator_search input[type="text"], select {
		border: 1px solid #dbd9d3;
		padding: 0 5px;
		color: #666;
	}
	#locator_search select {
		margin: 0 0 0 22px;
		height: 29px;
		padding-top: 3px;
	}
	#locator_search input[type="text"] {
		float: left;
		clear: both;
		width: 400px;
		line-height: 27px;
	}

	.button {
		background: none repeat scroll 0 0 #EF8704;
	    border: 2px solid #FFFFFF;
	    box-shadow: 0 0 5px 1px #CBCAC6, 0 0 5px 1px #F18604 inset;
	    color: #FFFFFF;
	    cursor: pointer;
	    font-size: 15px;
	    line-height: 15px;
	    margin-left: 15px;
	    padding: 3px 40px;
	    text-transform: uppercase;
	}

	/*links*/
	.links {
		margin-right: 10px;
		padding-left: 26px;
		line-height: 38px;
		text-decoration: none;
		color: #77766b;
		background: url("/clarisonic/images/resp/print.png") left center no-repeat;
	}
	.links#page_email {
		background: url("/clarisonic/images/resp/email.png") left center no-repeat;
	}
	.links#page_link {
		background: url("/clarisonic/images/resp/link.png") left center no-repeat;
	}
	.links img {
		display: none;
	}
	#footer {
		float: left;
		clear: both;
		font-family: Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000;
	}
	#footer a {
		color: #666;
	}
}
@media screen and ( max-width:699px ) {/*Global mobile*/
	.storelocator_main_block {
		position: relative;
		float: left;
		width: 100%;
	}
	a {
		color: #e88203;
		font-family: Arial;
	}
	p {
		padding: 0;
		margin: 7px 0;
	}
	#controls {
		float: left;
		clear: both;
		width: 100%;
		margin-bottom: 15px;
		font-family: Arial;
	}
	#icon_bar {
		display: none;
	}
	#form {
		float: left;
		font-size: 12px;
	}
	.map_block {
		float: left;
		width: 100%;
	}
	.olMap {
		float: left;
		width: 100%;
		border: 1px solid #ccc;
		height: 150px;
	}
	#panel {
		float: left;
		clear: both;
		width: 100%;
		height: auto;
		font-family: Arial;
		font-weight: normal;
		margin: 15px 0 10px;
		border: none;
	}
	#number_stores {
		font-size: 34px;
		color: #e88203;
	}
	#collection_poi {
		text-align: left;
		font-size: 12px;
		color: #666;
		width: 98%;
	}
	#collection_poi th,
	li#head {
		float: left;
		width: 100%;
		padding-left: 12px;
		margin-bottom: 15px;
		border: 1px solid #ccc;
		background: #ebeae7;
	}

	#collection_poi #shop_number {
		float: left;
		width: 36px;
		height: 35px;
		margin: 0 9px 0 0;
		background: url("/clarisonic/images/resp/tr_label.png") left top no-repeat;
	}
	.shop_info {
		float: left;
		/*width: 136px;*/
		width: 155px;
	}
	#collection_poi td
	 {
		float: left;
		clear: both;
		padding-left: 9px;
	}
	#collection_poi tbody tr,
	li.menu {
		float: left;
		width: auto;
		margin: 0 15px 30px 0;
		min-height: 115px;
	}

	/*form*/
	#locator_search label {display: none;}
	#locator_search td {
		font-family: "Century Gothic", sans-serif;
		vertical-align: bottom;
	}
	#locator_search input[type="text"], select {
		border: 1px solid #dbd9d3;
		padding: 0 5px;
		color: #666;
	}
	#locator_search select {
		display: none;
	}
	#locator_search input[type="text"] {
		float: left;
		clear: both;
		width: 90%;
		line-height: 27px;
	}

	.button {
		background: none repeat scroll 0 0 #EF8704;
	    border: 2px solid #FFFFFF;
	    box-shadow: 0 0 5px 1px #CBCAC6, 0 0 5px 1px #F18604 inset;
	    color: #FFFFFF;
	    cursor: pointer;
	    font-size: 15px;
	    line-height: 15px;
	    margin: 0;
	    padding: 6px 15px;
	    text-transform: uppercase;
	}

	/*links*/
	.links {
		margin-right: 10px;
		padding-left: 26px;
		line-height: 38px;
		text-decoration: none;
		color: #77766b;
		background: url("/clarisonic/images/resp/print.png") left center no-repeat;
	}
	.links#page_email {
		background: url("/clarisonic/images/resp/email.png") left center no-repeat;
	}
	.links#page_link {
		background: url("/clarisonic/images/resp/link.png") left center no-repeat;
	}
	.links img {
		display: none;
	}
	#footer {
		float: left;
		clear: both;
		font-family: Arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000;
	}
	#footer a {
		color: #666;
	}
}





/*address popup*/
.mainbubblecontent {
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0;
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	margin-bottom: 23px;
	padding-bottom: 20px;
	font-size: 13px;
}

.mainbubblecontent:before {
	content: "";
	display: block;
	position: absolute;
	right: 134px;
	top: 100%;
	width: 39px;
	height: 23px;
	background: url("/clarisonic/images/resp/popup_arrow.png") no-repeat;
}
.bubbletop {
	padding-left: 11px;
	font-family: "Century Gothic", sans-serif;
	font-size: 18px;
	line-height: 33px;
	background: #e88203;
	color: #fff;
	text-transform: uppercase;
}
.close_sign {
	float: right;
	content: "";
	width: 16px;
	height: 16px;
	margin: 10px 7px 0 0;
	background: url("/clarisonic/images/resp/close_sign.png") right center no-repeat;
}
/*
.mainbubblecontent {
	float: left;
	margin: 12px 0 0 11px;
	font-family: "Century Gothic", sans-serif;
	color: #9a9688;
}*/
.mainbubblelocationname {
	clear: both;
	color: #e88203;
}
.mainbubbletabcontent {
    color: #9A9688;
    float: left;
    font-family: "Century Gothic",sans-serif;
    margin: 12px 0 0 11px;
}
.tab_content form {
	float: left;
	clear: both;
	margin-top: 15px;
}
.tab_content form a {
	float: left;
	margin-left: 3px;
}
.dir {
	float: left;
	clear: both;
}
.tab_content input[type="text"] {
	float: left;
	clear: both;
	width: 175px;
	border: 1px solid #dbd9d3;
	line-height: 27px;
	height: 27px;	
	margin-top: 6px;
}
.tab_content input[type="image"] {
	margin: 11px 0 0 11px;
}
.address_helper {
	float: left;
	clear: both;
}
#bubblego {
	width: 56px;
	height: 42px;
	border: 0;
	background: url(/clarisonic/images/go_btn.png);
	float: left;
}

/*email popup*/
#lightwindow_container {
	float: left;
	clear: both;
	width: 430px;
	padding-bottom: 28px;
	/* border: 1px solid #e0e0e0; */
	font-family: "Century Gothic", sans-serif;
	font-size: 13px;
	color: #9d9688;
	display: none; /* remove this to show popup*/
}
#lightwindow_container form {
	margin: 22px 0 0 12px;
}
#lightwindow_container input[type="text"] {
	float: left;
	clear: both;
	width: 400px;
	line-height: 25px;
	border: 1px solid #dbd9d3;
}

/*email popup*/
.email_container {
	float: left;
	clear: both;
	width: 365px;
	padding-bottom: 5px;
	border: 1px solid #e0e0e0;
	color: #9a9688;
	display: none; /* remove this to show popup*/
}
.email_container .shop_info, .mobile_container .shop_info {
	float: left;
	clear: both;
	margin: 22px 0 0 12px;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
}
.email_container .mainbubblelocationname, .mobile_container .mainbubblelocationname {
	float: left;
	clear: both;
	font-size: 16px;
	font-weight: bold;
}
.email_container p, .mobile_container p {
	float: left;
	clear: both;
}
.email_container .phone, .mobile_container .phone {
	margin: 50px 15px 0 0;
	float: right;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
}






.map_part {
	float: left;
	clear: both;
	margin: 14px 0 0 12px;
}
.email_container .email_create, .mobile_container_content {
	float: left;
	clear: both;
	margin-left: 12px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.email_container form, .mobile_container form {
	float: left;
	clear: both;
	margin-top: 10px;
}
.email_container form label, .mobile_container form label {
	font-weight: bold;
	vertical-align: bottom;
}
.email_container input[type="text"] {
	width: 205px;
	margin-left: 5px;
	border: 1px solid #dbd9d3;
}
.email_container .sign, .mobile_container .sign {
	float: left;
	clear: both;
	margin-top: 10px;
	font-size: 10px;
}
.email_container textarea {
	float: left;
	clear: both;
	margin-top: 10px;
	min-width: 335px;
	max-width: 335px;
	min-height: 70px;
	max-height: 70px;
	border: 1px solid #dbd9d3;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ccc;
}
.email_container .help_link {
	position: relative;
	float: left;
	clear: both;
	font-size: 14px;
	line-height: 50px;
}
.email_container .help_link:hover .tooltip {
	display: block;
}
.email_container .tooltip {
	position: absolute;
	top: 53px;
	left: -135px;
	display: none;
	width: 305px;
	padding: 0 5px;
	border: 1px solid #eaeaea;
	line-height: 30px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	background: #f5f4f3;
	color: #77766b;
}
.email_container .tooltip:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-left: -21px;
	width: 37px;
	height: 23px;
	background: url("/clarisonic/images/resp/tooltip_arrow.png") no-repeat;
}
.email_container .button, .mobile_container .button {
	float: right;
	border: 2px solid #fff;
	background: #ef8704;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 10px 15px;
	margin: 5px 10px 0 0;
	text-transform: uppercase;
	-webkit-box-shadow:  0px 0px 5px 1px #cbcac6, 0px 0px 5px 1px #f18604 inset;
	box-shadow:  0px 0px 5px 1px #cbcac6, 0px 0px 5px 1px #f18604 inset;
	cursor: pointer;
}

/*send to mobile popup*/
.mobile_container {
	float: left;
	clear: both;
	width: 365px;
	padding-bottom: 5px;
	border: 1px solid #e0e0e0;
	color: #9a9688;
	display: none; /* remove this to show popup*/
}
.mobile_container .description {
	font-size: 14px;
}
.mobile_container label {
	display: block;
	width: 150px;
}
.mobile_container label span {
	font-weight: normal;
	line-height: 25px;
}
.mobile_container input[type="text"] {
	width: 335px;
}
.mobile_container .sign {
	margin-left: -12px;
	padding: 0 0 18px 12px;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px) {

	#lightwindow_container, #lightwindow_title_bar,#lightwindow_stage,#lightwindow_contents {
		max-width: 320px;
	}

	#lightwindow_container {
		left: -160px !important;
	}

}