/* Styles for Where to Buy Section of Square One */

/* Layout and General font styles */
#wrapper {
	width:507px;
	margin:0;
	padding:0;
	border:0;
}

#header {
	width:507px;
	margin:0;
	padding:0;
	border:0;
	background-color:#ECE7D0;
}

#header h2 {
	margin:0;
	padding:0;
	border:0;
	background:url(../images/WHERETOBUY_wheretobuy.gif) no-repeat left;
	width:350px;
	height:28px;
	text-indent:-9999px;
}

img {
	margin:0;
	padding:0;
	border:0;
}
.bold {
	color:#3C1F1E;
}

/* CollapsiblePanel container */
 
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left;
	border:none;
	width:507px;
	background-color:#ECE7D0;
}

/* CollapsiblePanel panel tab container */
 
.CollapsiblePanelTab {
	background-color: #ECE7D0;
	border: none;
	margin: 0px;
	cursor: pointer;
	height:24px;
	width:507px;
	text-indent:-9999px;
	background:url(../images/WHERETOBUY_tab_map_open.gif) no-repeat left;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* CollapsiblePanel content container */
 
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #ECE7D0;
	background:url(../images/WHERETOBUY_tab_map_open.gif) no-repeat left;
}

/* Style for Panel Tab Closed */

.CollapsiblePanelClosed .CollapsiblePanelTab {
	background:url(../images/WHERETOBUY_tab_map_closed.gif) no-repeat left;
}

/* Style for Panel Tab Hover */

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #ECE7D0;
}

/* Style for Panel Tab Focused */

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #ECE7D0;
}

/* Begin Search Content Area Styles */

#searchTab {
	background:url(../images/WHERETOBUY_tab_search.gif) no-repeat left;
	background-color:#ECE7D0;
	width:507px;
	height:24px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	border:0;
}

#searchMain {
	background-color:#ECE7D0;
	margin:0;
	padding:0;
	border:0;
	width:507px;
}

#wrapper p {
	background-color:#ECE7D0;
	font-size:12px;
	color:#94866E;
	margin:0;
	padding:5px;
	border:0;
}

#searchMain p {
	background-color:#ECE7D0;
	font-size:11px;
	color:#94866E;
	margin:0;
	padding:5px;
	border:0;
}

.hr {
	background: url(../images/WHERETOBUY_hr.gif) no-repeat left;
	width:507px;
	height:7px;
	margin:0;
	padding:0;
	border:0;
}

.justify {
	text-align:justify;
	font-size:1em;
}

.scroll {
	 height:400px;
	 width:100%;
	 overflow:auto; 
	 border:0; 
	 padding:0; 
	 margin:0;
}

/* Search Form Styles */

#searchForm	{
	margin:10px 10px 0 10px;
	font-size:10px;
	color:#68431C;
}

input, textarea, select {
	border: 1px solid;
	border-color: #F8F5EA #C5BBA8 #C5BBA8 #F8F5EA;
	color:#68431c;
	font-size:12px;
}

label {
	color:#A69881;
	font-size:12px;
}


input:focus, textarea:focus, select:focus {
	background: #FFF;
}

#SearchInput {
	background:url(../images/WHERETOBUY_bg_table_header.gif) repeat-x bottom;
	color:#68431C;
	border: 1px solid;
	border-color: #F8F5EA #C5BBA8 #C5BBA8 #F8F5EA;
	color:#68431c
}

#txtSearchFrom {
	margin-top:5px;
}

#USdistributors {
	background:url(../images/WHERETOBUY_btn_USdistributors.gif) left no-repeat;
	width:111px;
	height:25px;
	text-indent:-9999px;
	display:block;
}
 
#INTLdistributors {
	background:url(../images/WHERETOBUY_btn_INTLdistributors.gif) left no-repeat;
	width:214px;
	height:25px;
	text-indent:-9999px;
	display:block;
}

.googleIcon a {
	background:url(../images/WHERETOBUY_google_icon.gif) center no-repeat;
	width:17px;
	height:17px;
	text-indent:-9999px;
	display:block;
}

#indic {
	display:none;
	text-align:center;
}

/* Search Return Table Styles */

#wheretobuytable {
	margin:0 0 5px 5px;
	width:485px;
	font-size:10px;
	padding:0;
	border:0;
}

#wheretobuytable a {
	color:#3399CC;
}

#wheretobuytable th {
	background:url(../images/WHERETOBUY_bg_table_header.gif) repeat-x bottom;
	color:#68431C;
	border: 1px solid;
	border-color: #F8F5EA #C5BBA8 #C5BBA8 #F8F5EA;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 6px;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}

#wheretobuytable td,#autoSuggest_div {
	border: 1px solid;
	border-color: #ECE7D0 #C5BBA8 #C5BBA8 #F8F5EA;
	background: #ECE7D0;
	padding: 6px 6px 6px 6px;
	color: #94866E;
	text-align:left;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Mozilla Dotted Border Link Issue */

a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

/* Auto Suggest Search Div Styles */
#autoSuggest_div {
	height:100px;
	width:395px;
	overflow:auto;
	padding:0 5px 0 5px;
	background-color:#f5f2e2;
	margin:0 0 0 10px;
	font-size:.8em;
	color:#68431C;
	background-color:#ffffff;
	display:none;
}
#searchDiv {
	width:100%;
	overflow:auto; 
	border:0; 
	padding:0; 
	margin:10px 0;
	max-height:350px;
  	height:auto !important;
}

/* contact us pop up styles */
#contact_container {
	width:519px;
	margin:0 auto;
	padding:0;
	border:0;
	background-color:#ECE7D0;
}
#contact_content {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	min-height:350px;
  	height:auto !important;
  	height:350px;
}
#contact_content h2 {
	margin:0;
	padding:10px 5px 0 5px;
	border:0;
	width:350px;
	height:28px;
	background:url(../images/CONTACT_header.gif) left no-repeat;
	text-indent:-9990px;
}
#footerclose {
	padding:5px;
}
.closebtn {
	background:url(../images/CONTACT_close.gif) left no-repeat;
	width:51px;
	height:25px;
	text-indent:-9999px;
	display:block;
	margin:0 208px 0 208px;
}
.none {
	list-style:none;
	margin-top:10px;
}
.contact_hr {
	background: url(../images/CONTACT_hr.gif) no-repeat left;
	width:519px;
	height:7px;
	margin:0;
	padding:0;
	border:0;
}

