@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

html {
	font-family: Verdana, Arial, sans-serif;
}

body {
	xbackground: url('/images/background.gif') repeat top center;
}	

#wrapper {
	/*width: 960px;*/
	width: 100%;
	margin:0;
	/*margin: 0 auto;*/
}

#header {
	position: relative;
	height: 35px;
	margin-bottom: 20px;
}

#language_selector {
	position: absolute;
	height: 30px;
	top: 72px;
	right: 10px;
	background: #e9eaea url('/images/nav_corner_right.png') no-repeat top right;
	padding-right: 8px;
}
	#language_selector h2 {
		float: left;
		font-size: 11px;
		padding: 7px 9px 0 9px;
		text-transform: uppercase;
		background: url('/images/nav_corner_left.png') no-repeat top left;
	}
	
	#language_selector ul {
		float: left;
		list-style: none;
	}
	
	#language_selector ul li {
		float: left;
		font-size: 10px;
		padding: 7px 5px 0 5px;
	}
	
	#language_selector ul li a {
		color: #ff0000;
	}
	
	#language_selector ul li a:hover {
		color: #000000;
	}
	

#nav {
	position: absolute;
	top: 0px;
	height: 40px;
	width: 650px;
	margin: 0 10px;
	background: url('/images/nav_bg.png') repeat-x top left;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

#nav a {
	color: #ffffff;
}

	#nav .back {
		float: left;
		padding-top: 10px;
		padding-left: 20px;
		height: 40px;
		background: url('/images/back_arrow.gif') no-repeat 7px 15px;
	}
	
	#nav #user_type {
		float: right;
		padding-right: 20px;
		height: 40px;
		line-height: 37px;
	}
	
	#nav #user_type a {
		height: 40px;
		padding: 0 0 7px;
	}
	
	#nav #user_type a:hover,
	#nav #user_type a.selected {
		color: #000000;
		border-bottom: 2px solid #000000;
		text-decoration: none;
	}

#content {
	font-size: 10px;
}

#l_col {
	float: left;
	/*margin: 0 10px;*/
	margin:0px 10px 0px 0px;
	border: 2px solid #cdd5da;
	background: #f0f5f8 url('/images/search_bg.png') repeat-x bottom left;
	width: 216px;
	-moz-border-radius: 2px;
}

	#l_col h2 {
		background: url('/images/l_col_header_grad.png') repeat-y left top;
		text-transform: uppercase;
		color: #ffffff;
		font-size: 12px;
		padding: 3px 4px 5px;
	}
	
	.segment {
		position: relative;
		margin: 0 10px;
		padding: 10px 0;
		border-bottom: 1px dotted #b9c3c8;
	}
	
	.segment.last {
		border-bottom: none;
	}
	
	.segment h3 {
		text-transform: uppercase;
		color: #0f6f9e;
		font-size: 12px;
	}
	
	#l_col {
		color: #666666;
	}
	
	#l_col ul {
		font-size: 10px;
		list-style: none;
	}
	
	#l_col li {
		position: relative;
	}
	
	#l_col ul li {
		background: url('/images/gray_arrow_right.gif') no-repeat 4px 7px;
		color: #666666;
		padding: 4px 20px 4px 10px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	
	#l_col ul li.selected {
		background-color: #ffffff;
	}
	
	#l_col a {
		font-size: 10px;
		color: #666666;
	}
	
	#l_col ul li a.close { 
		display: none;
	}
	
	#l_col ul li.selected a.close {
		display: block;
		position: absolute;
		background: #ffffff url('/images/x.gif') no-repeat left top;
		width: 17px;
		height: 17px;
		margin-left: 3px;
		top: 2px;
		right: 0px;
	}
	
	#l_col ul li a.close span {
		display: none;
	}

#r_col {
	float: left;
	/*margin: 0 9px;*/
	margin:0px;
	border: 1px solid #e2e2e2;
	/*width: 425px;*/
	width:640px;
	
}

#results #rows {
	position: relative;
}

#modal {
	position: relative;
}

	#spinner_overlay {
		display: none;
		background: url('/images/ajax_loader.gif') no-repeat center center;
		background-color: rgba(0, 0, 0, 0.1);
		position: absolute;
		min-height: 50px;
		width: 100%;
		height: 100%;
	}
	
	#popup_spinner_overlay {
		background: url('/images/ajax_loader.gif') no-repeat center center;
		background-color: rgba(0, 0, 0, 0.1);
		min-height: 50px;
		width: 100%;
		height: 100%;
	}

	#results #summary {
		margin: 3px;
		background-color: #e7e7e7;
		height: 19px;
		padding: 2px 6px;
		line-height: 18px;
		font-weight: bold;
		font-size: 10px;
	}
	
	#results #summary p {
		float: left;
	}
	
	#results #summary ul {
		float: right;
		list-style: none;
	}
	
	#results #summary ul li {
		float: left;
		-moz-border-radius: 1px;
		padding: 0 1px;
		background-color: #c2c2c2;
		margin: 0 1px;
	}
	
	#results #summary ul li a {
		color: #ffffff;
		text-align: center;
		padding: 0 2px;
	}
	
	#results #summary ul li.selected {
		background: url('/images/paginator_inset_top_left.png') no-repeat top left;
	}
	
	#results #summary ul li.selected a {
		color: #000000;
		background: url('/images/paginator_inset_bottom_right.gif') no-repeat bottom right;
	}
	
	.result {
		height: 32px;
		padding: 10px 15px;
		border-bottom: 1px solid #e2e2e2;
		color: #666666;
	}
	
	.result p {
		float: left;
		padding: 8px 0;
	}
	
	.result div {
		float: left;
		padding: 5px 0;
		margin: 0 25px 0 0;
	}
	
	.result table {
		float: right;
	}
	
	.result td,
	.result td.popup_trigger {
		float: none;
		width: 30px;
		padding: 0 5px;
	}
	
	.result div img {
		float: left
	}
	
	.result div span {
		float: left;
		margin: 4px 0 0 8px;
		text-transform: uppercase;
		font-size: 11px;
	}
	
	.result.odd {
		background-color: #fbfbfb;
	}
	
	.result.last {
		border-bottom: none;
	}
	
	.result a {
		font-weight: bold;
		color: #0f6f9e;
	}
	
	.result a.show_location {
		float: right;
		color: #ffffff;
		background: url('/images/show_locations_left.gif') no-repeat top left;
		padding-left: 2px;
	}
	
	.result a span {
		float: left;
		background: url('/images/show_locations_right.gif') no-repeat top right;		
		padding: 8px 28px 3px 6px;
		height: 24px;
		text-align: center;
		cursor: pointer;
	}
	

#search_box {
}

#search_box #tab_wrapper {
	background: url('/images/search_box_long_bottom.png') no-repeat bottom left;
	padding-bottom: 8px;
	clear: both;
}

#search_box .tab {
	display: none;
	padding: 14px;
}

#search_box ul li {
	margin: 0px 0px;
}

#search_box ul li.selected {
	background-color: #dcdede;
}

#search_box #proximity_tab {
	background: url('/images/proximity_bg.png') no-repeat top left;
}

#search_box #region_tab {
	background: url('/images/region_bg.png') no-repeat top left;
}

#search_box #region_tab label {
	display: block;
	margin: 0 0 7px;
}

#search_box #region_tab select {
	width: 95%;
	margin: 0 0 15px;
}

#search_box #region_tab p {
	margin: 0 0 15px;
}

#search_box #region_tab select option {
	padding-right: 15px;
}


#search_box .tab.selected {
	display: block;
}

#search_box #tabs {
	padding-left: 6px;
}

#search_box #tabs h4 {
	display: inline;
	float: left;
	position: relative;
	bottom: -4px;
}

#search_box #tabs h4 a {
	display: block;
	text-transform: uppercase;
	color: #666666;
	font-size: 8px;
	padding: 6px 16px 0 6px;
	height: 16px;
}

#search_box #tabs #one_tab {
	background: url('/images/proximity_tab_left.png') no-repeat top left;
}

#search_box #tabs #one_tab a {
	background: url('/images/one_tab_right.png') no-repeat top right;	
}

#search_box #tabs #proximity_tab_switcher {
	background: url('/images/proximity_tab_left_unselected.png') no-repeat top left;
}

#search_box #tabs #proximity_tab_switcher a {
	background: url('/images/proximity_tab_right_unselected.png') no-repeat top right;	
}

#search_box #tabs #proximity_tab_switcher.selected {
	background: url('/images/proximity_tab_left.png') no-repeat top left;
}

#search_box #tabs #proximity_tab_switcher.selected  a {
	background: url('/images/proximity_tab_right.png') no-repeat top right;	
}



#search_box #tabs #region_tab_switcher {
	background: url('/images/region_tab_left_unselected.png') no-repeat top left;
}

#search_box #tabs #region_tab_switcher a {
	background: url('/images/region_tab_right_unselected.png') no-repeat top right;	
}

#search_box #tabs #region_tab_switcher.selected {
	background: url('/images/region_tab_left.png') no-repeat top left;
}

#search_box #tabs #region_tab_switcher.selected  a {
	background: url('/images/region_tab_right.png') no-repeat top right;	
}


#footer {
	/*margin: 20px auto;
	padding-top: 20px;
	font-size: 11px;*/
	color: #666666;
	/*width: 960px;*/
	clear: both;
}

	#footer p { 
		text-align: center;
	}
	
	#footer a {
		color: #ff0000; text-decoration: underline; 
	}
	
	#footer a:hover {
		text-decoration: none; 
	}


#country_popup {
	position: absolute;
	display: none;
	width: 753px;
	padding-bottom: 10px;
	background: url('/images/large_popup_bottom.gif') no-repeat bottom left;
	left: 175px;
	top: 0px;
	z-index: 99;
}

	#country_popup #col_wrapper {
		float: left;
		padding-left: 54px;
		padding-top: 115px;
		background: url('/images/large_popup_top.gif') no-repeat top left;
	}
	
	#country_popup #col_wrapper p {
		padding: 10px 0 0 0;
		text-align: center;
	}
	
	#country_popup .wrap {
		float: left;
		background: url('/images/large_popup_bg.gif') repeat-y bottom right;
	}
	
	#country_popup ul li {
		margin: 0;
		background: none;
		padding: 4px 8px;
	}
	
	#country_popup ul li a {
		text-decoration: none;
	}
	
	#country_popup ul li.disabled {
		color: #cfcfcf;
	}
	
	#country_popup ul li a:hover span {
		text-decoration: underline;
	}
	
	#country_popup ul li img {
		padding-right: 5px;
		vertical-align: bottom;
	}
	
	#country_popup .col {
		width: 220px;
		padding-left: 13px;
		float: left;
	}



.popup {
	position: absolute;
	display: none;
	padding-bottom: 12px;
	background: url('/images/small_popup_bottom.png') no-repeat bottom left;
	width: 179px;
}

.popup p {
	color: #666666;
	padding: 10px 10px 0;
	background: url('/images/small_popup_bg.png') no-repeat top left;
	text-align: center;
}

.popup_trigger {
	cursor: pointer;
	padding-left: 3px;
}


#simplemodal-overlay {
	background-color: #000;
}

#simplemodal-container {
	width: 520px;
	background: url('/images/partner_modal_top.png') no-repeat left top;
}

#partner_info {
	float: left;
	display: none;
	margin-top: 9px;
	padding-bottom: 9px;
	background: url('/images/partner_modal_bottom.png') no-repeat left bottom;
	color: #666666;
}

#partner_info .controls {
	float: left;
	width: 490px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 15px;
}

#partner_info #return {
	float: right;
	color: #ffffff;
	background: url('/images/popup_close_left.png') no-repeat left top;
	padding-left: 2px;
	font-weight: bold;
}

#partner_info #return span {
	float: left;
	padding-right: 26px;
	padding-left: 6px;
	height: 22px;
	background: url('/images/popup_close_right.png') no-repeat right top;
}

#partner_info #print {
	float: left;
	text-transform: uppercase;
	color: #666666;
	font-size: 10px;
	height: 22px;
	background: url('/images/printer_icon.png') no-repeat left top;
	line-height: 22px;
	padding-left: 32px;
}

#partner_info .section {
	margin: 10px 0;
	font-size: 14px;
}

#partner_info .section.important {
	font-weight: bold;
}

#partner_info .section h3 {
	font-size: 15px;
	text-transform: uppercase;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	padding-top: 4px;
	padding-left: 35px;
	background: url('/images/blue_header_bg.png') no-repeat left top;
}

#partner_info .section ul {
	list-style: none;
	overflow: auto;	
}

#partner_info .section li {
	margin: 8px 0;
}

#partner_info .section .city {
	color: #0f6f9e;
}

#partner_info #summary {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px;
}

#partner_info #details {
	border-bottom: 1px solid #b9c3c8;
	padding: 0 5px 5px;
}

#partner_info #details p {
	margin: 10px 0;
}

#partner_info #details a {
	color: #ff0000;
}

#partner_info #info p {
	margin: 10px 0;
	font-size: 12px;
	padding: 0 5px;
}

#partner_info h3 {
	font-size: 36px;
	font-weight: normal;
}

#partner_info #contact_name {
	color: #000000;
	text-transform: uppercase;
}

#partner_info #modal {
	width: 500px;
	float: left;
	background: url('/images/partner_modal_bg.png') repeat-y left top;
	padding: 0 10px 10px;
}

#modal #left {
	float: left;
	width: 122px;
	padding: 0 10px 0 21px;
}

#modal #left img {
	margin: 15px 0;
}

#modal #right {
	float: left;
	width: 480px;
	padding-left: 10px;
	border-left: 1px dotted #b9c3c8;
}

#proximity_tab input {
	float: left;
}

#distributor_segment {
	display: none;
}

#proximity_submit {
	padding-left: 3px;
}

.spacer {
	clear: both;
	height: 0px;
}

fieldset {
	border: 0;
	padding-top: 10px;
	margin: 0;
}

#notification p {
	clear: both;
	background-color: #4a92b5;
	color: #ffffff;
	text-align: center;
	padding: 5px 3px;
	margin: 3px;
	font-size: 10px;
}





/* additional styles for where to buy - BL 2012-08-09 */
#wrapper div#header { display:none !important;
}
body { /*width:660px*/ !important; height:100%;
}
#footer { /*width:660px !important; */
}


#country_popup {
	position: absolute;
	display: none;
	/*width: 625px;*/
	padding-bottom: 10px;
	background: none;
	background-color: #F7F9FB;
	border:1px solid #BFBFBF;
	border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px;
	left: 0px;
	top: 10px;
	z-index: 99;
}

	#country_popup #col_wrapper {
		float: left;
		padding-left: 12px;
		padding-top: 12px;
		padding-bottom:6px;
		background: none !important;
		
	}
	
	#country_popup #col_wrapper p {
		padding: 4px 0 14px 0;
		text-align: center;
		font-weight:bold;
	}
	
	#country_popup .wrap {
		float: left;
		background: none;
	}
	
	#country_popup ul li {
		margin: 0;
		background: none;
		padding: 4px 8px;
	}
	
	#country_popup ul li a {
		text-decoration: none;
	}
	
	#country_popup ul li.disabled {
		color: #cfcfcf;
	}
	
	#country_popup ul li a:hover span {
		text-decoration: underline;
	}
	
	#country_popup ul li img {
		padding-right: 5px;
		vertical-align: bottom;
	}
	
	#country_popup .col {
		/*width: 180px;*/
		padding-left: 13px;
		float: left;
	}



.result p {/*width:140px;*/
}
.result { clear:both; float:none; display:block; min-height:32px;
	