/* --------------- Basic element styles ---------------- */
html, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Set the base rem so that 1.3rem = 13px (this size (usually for PC's) is also required here for Tiny MCE)  */
}
html.rem-base {
	font-size:71.25%; /* Set the base rem so that 1.3rem = 14.8px (larger for mobiles/tablets). This setting does not affect TinyMCE */
}
body, h1, h2, h3, h4, h5, h6, p, li, table, th, td, div, dt, dd, input, textarea, select, option, button {
	font-size:13px;					/* Base font size in whole document for older browsers */
	font-size:1.3rem;				/* Base font size in REM for newer browsers */
	line-height:1.5;				/* Base line height */
}


/* --------------- Font styles ---------------- */
h1 {
	font-size:24px;
	font-size:2.4rem;
	padding:10px 0 10px 0;
	padding:1rem 0 1rem 0;
	color:#fff;
	text-align:left;
	margin:0;
	line-height:1.2;
}
h2 {
	font-size:16px;
	font-size:1.6rem;
	padding:0 0 3px 0;
	padding:0 0 0.3rem 0;
	color:#138D2A;
	text-align:left;
	margin:0;
}
.col2 h2 {
	font-size:20px;
	font-size:2rem;
	padding:20px 2% 40px 2%;
	padding:2rem 2% 4rem 2%;
	width:80%;
}
h3 {
	font-size:14px;
	font-size:1.4rem;
	padding:0 0 3px 0;
	padding:0 0 0.3rem 0;
	color:#138D2A;
	text-align:left;
	margin:0;
}
h4,
.message {
	font-size:16px;
	font-size:1.6rem;
	padding:0 0 3px 0;
	padding:0 0 0.3rem 0;
	color:#138D2A;
	text-align:left;
	margin:0;
	font-weight:bold;
}
#divPostOffice {
	padding:0 0 16px 0;
	padding:0 0 1.6rem 0;
}
h5 {
	font-size:14px;
	font-size:1.4rem;
	padding:0 0 3px 0;
	padding:0 0 0.3rem 0;
	color:#138D2A;
	text-align:left;
	margin:0;
}
h6 {
	font-size:12px;
	font-size:1.2rem;
	padding:0 0 15px 0;
	padding:0 0 1.5rem 0;
	color:#138D2A;
	text-align:left;
	margin:0;
}
p, 
div, 
input,
li,
dt,
dd {
	color:#333;
	text-align:left;
	margin:0;
}
p {
	padding:0 0 16px 0;
	padding:0 0 1.6rem 0;
}
.heading, 
.normal {
	display:block;
}
.heading {
	font-size:16px;
	font-size:1.6rem;
	color:#138D2A;
	text-align:left;
	margin:0;
}
.normal {
	padding:0 0 16px 0;
	padding:0 0 1.6rem 0;
	font-weight:normal;
}
div,
a { /* creates fading effect for hovers */
	text-decoration:none;
	-webkit-transition:background-image 0.4s ease-in-out, background 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
	-moz-transition:background-image 0.4s ease-in-out, background 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
	-o-transition:background-image 0.4s ease-in-out, background 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; 
	transition:background-image 0.4s ease-in-out, background 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
}
a {
	color:#138D2A;
}
a:hover,
a:active {
	color: #030;
	text-decoration:underline;
}
.colmask ul,
#tinymce ul,
.colmask ol,
#tinymce ol {
	padding:0 0 16px 0;
	padding:0 0 1.6rem 0;
	margin:0;
}
.colmask ul li,
#tinymce ul li {
	text-align:left;
	margin-left:16px;
	margin-left:1.6rem;
	padding:0 0 0 6px;
	padding:0 0 0 0.6rem;
}
.colmask ol ul li,
.colmask ul ul li {
	margin-left:36px;
	margin-left:3.6rem;
	list-style-type:disc;
	padding:0;
}
.colmask ol li,
#tinymce ol li {
	text-align:left;
	margin-left:22px;
	margin-left:2.2rem;
	padding:0;
}
.colmask ul ol li,
.colmask ol ol li {
	margin-left:42px;
	margin-left:4.2rem;
	padding:0;
}
.colmask ol ul,
.colmask ul ul,
.colmask ul ol,
.colmask ol ol  {
	padding:0;
}
dt {
	text-align:left;
	margin:0;
	padding:0;
}
dd {
	text-align:left;
	padding:0 0 16px 22px;
	padding:0 0 1.6rem 2.2rem;
	margin:0;
}
.title-wrap {
	background:#138D2A;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: 0 3%;
}




/* -------------- Form Elements   ------------- */
fieldset {
	background:#fff;
	border:1px solid #ccc;
	margin-top:10px;
	margin-top:1rem;
	margin-bottom:32px;
	margin-bottom:3.2rem;
	padding:0 0 10px;
	padding:0 0 1rem;
	position:relative;
	top:12px; /* Offsets the negative margin of legends */
	top:1.2rem; /* Offsets the negative margin of legends */
}
fieldset .fieldset-wrapper {
	margin:0;
	padding:15px 2% 20px 2%;
	padding:1.5rem 2% 2rem 2%;
}
.node-form .vertical-tabs .fieldset-wrapper {
	margin-top:0;
}
.filter-help a {
	font-size:13px;
	font-size:1.3rem;
	padding:2px 20px 0;
	padding:0.2rem 2rem 0;
}
.filter-wrapper {
	top:0;
	padding:16px 0 3px;
	padding:1.6rem 0 0.3rem;
	-khtml-border-radius-topright:0;
	-khtml-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.filter-wrapper .form-item label {
	margin-right:10px;
	margin-right:1rem;
}
.filter-wrapper .form-item {
	padding:0 0 8px 8px;
	padding:0 0 0.8rem 0.8rem;
}
.filter-guidelines {
	padding:0 24px 0 8px;
	padding:0 2.4rem 0 0.8rem;
}
fieldset.collapsed {
	background:transparent;
	-khtml-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
fieldset legend {
	background:#e4e4e4;
	border:1px solid #ccc;
	border-bottom:none;
	color:#333;
	display:block;
	left:-1px;
	line-height:2;
	padding:0;
	position:absolute;
	text-indent:10px;
	text-indent:1rem;
	top:-12px;
	top:-1.2rem;
	width:100%;
	-khtml-border-radius-topleft:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius: 5px;
	-khtml-border-radius-topright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
fieldset.collapsed legend {
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
fieldset legend a {
	color:#333;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
	color:#000000;
}
fieldset .fieldset-wrapper {
	padding:2rem 2% 0 2%;
}
fieldset .fieldset-description {
	margin-top:5px;
	margin-top:0.5rem;
	margin-bottom:16px;
	margin-bottom:1.6rem;
	color:#333;
	font-style:italic;
}
fieldset .fieldset-legend span.summary {
	margin:0;
}
input {
	margin:2px 0;
	margin:0.2rem 0;
	padding:4px 1%;
	padding:0.4rem 1%;
}
input,
textarea {
}
textarea {
}
textarea.form-textarea,
select.form-select {
	padding:4px 0.5%;
	padding:0.4rem 0.5%;
}
.form-textarea-wrapper textarea {
}
input.form-text,
textarea.form-textarea,
select.form-select,
.resizable-textarea .grippie {
	border:1px solid #ccc;
	padding:4px 2%;
	padding:0.4rem 2%;
	width:100%; /* IE7 change to 95.5% i.e. *width:95.5% */
}
input.form-text,
textarea.form-textarea,
select.form-select {
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
	line-height:1;
	height:32px;
	height:3.2rem;
}
.resizable-textarea .grippie {
	border-top:none;
}
input.form-submit,
input.form-submit-other,
a.button { /* Form Buttoms */
	background: url(../images/main-button.png) top repeat-x #158E2c; /* background of button - same as navigation */
	border-color:#158E2C #117223 #117223 #158E2C;
	border-style:solid;
	border-width:1px;
	color:White;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	margin-bottom:12px;
	margin-bottom:1.2rem;
	margin-right:15px; /* LTR */
	margin-right:1.5rem; /* LTR */
	padding:6px 17px;
	padding:0.6rem 1.7rem;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.35);
	text-transform:uppercase;
}
input.form-submit { /* Form Buttoms */
	width:100%;
}
input.form-submit-other { /* Form Buttoms */
	background: url(../images/other-button.png) top repeat-x #cecece; /* background of button - same as navigation */
	border-color:#CCC;
	color:#138D2A;
	font-weight:normal;
}
a.button {
	display:inline-block;
	text-decoration:none;
}
input.form-submit:hover,
input.form-submit:focus,
a.button:hover,
a.button:focus { /* Form Buttoms - hover */
	background: url(../images/main-button-hover.png) top repeat-x #117223; /* background of button - same as navigation */
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
}
input.form-submit-other:hover,
input.form-submit-other:focus { /* Form Buttoms - hover */
	background: url(../images/other-button-hover.png) top repeat-x #a6a6a6; /* background of button - same as navigation */
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	border-color:#999;
}
.password-suggestions ul li {
	margin-left:18px;
	margin-left:1.8rem;
}
.form-item {
	margin-bottom:10px;
	margin-bottom:1rem;
	margin-top:2px;
	margin-top:0.2rem;
}
.form-item label,
.lblAddress {
	font-weight:bold;
}
.form-type-radio label,
.form-type-checkbox label {
	margin-left:4px;
	margin-left:0.4rem;
}
.form-type-radio .description,
.form-type-checkbox .description {
	margin-left:2px;
	margin-left:0.2rem;
}
.description {
	font-size:10px;
	font-size:1rem;
	color:#666;
}
.form-actions {
	padding-top:10px;
	padding-top:1rem;
}
.form-required {
	color:#F00;
}
.price {
	background:url(../images/text-bg.png) repeat-x top #d0d0d0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border:#ccc solid 1px;
	font-size:16px;
	font-size:1.6rem;
	padding:10px;
	padding:1rem;
}
.price {
	float:right;
	position:relative;
	margin-left:20px;
	margin-left:2rem;
}
.price-value {
	color:#138D2A;
	font-size:35px;
	font-size:3.5rem;
	font-weight:bold;
	display:block;
}
.line {
	border-top: 1px solid #CCCCCC;
	font-size: 8px;
	font-size:0.8rem;
}
#lstRetailer, 
#lstRetailer option {
    font-size: 20px;
    font-size: 2rem;
    height: 50px;
    height: 5rem;
} 
#lstRetailer option {
    font-size: 20px;
    font-size: 2rem;
}


/* --------------- Footer Font styles ---------------- */
#footer-top-wrap h4,
#footer-middle-wrap h4,
#footer-bottom-wrap h4 {
	font-size:14px;
	font-size:1.4rem;
	color:#efefef;
	text-align:left;
	padding:20px 0 5px 0;
	padding:2rem 0 0.5rem 0;
}
#footer-top-wrap p,
#footer-middle-wrap p,
#footer-bottom-wrap p {
	font-size:11px;
	font-size:1.1rem;
	color:#fff;
	text-align:left;
	padding:5px 0 !important;
	padding:0.5rem 0 !important;
}
#footer-middle-wrap .footer-middle-right p,
#footer-bottom-wrap .footer-bottom-right p {
}
#footer-top-wrap a,
#footer-middle-wrap a,
#footer-bottom-wrap a {
	color:#fff;
	text-decoration: none;
}
#footer-bottom-wrap a {
	color:#fff;
}
#footer-bottom-wrap a:hover,
#footer-bottom-wrap a:active {
	color:#999;
	text-decoration:underline;
}

.pager-wrapper {
	padding:10px 0;
	padding:1rem 0;
	width:100%;
}
.pager {
	float:left;
	position:relative;
	background:url(../images/text-bg.png) repeat-x top #d0d0d0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	width:15%;
	margin-right:2%;
	display:none;
}
.pager-active {
	width:65%;
	display:block;
}
.pager-last {
	margin:0;
	display:block;
}
.pager-first {
	display:block;
}
.pager .number {
	font-size:35px;
	font-size:3.5rem;
	line-height:42px;
	line-height:4.2rem;
	padding:0 0 2px 0;
	padding:0 0 0.2rem 0;
	background:url(../images/number-bg-inactive.png) repeat-x top #62A170;
	color:#138D2A;
	font-weight:bold;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	text-align:center;
}
.pager-active .number {
	background:url(../images/number-bg.png) repeat-x top #91C968;
	color:#333;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	float:left;
	position:relative;
	width:24.5%;
}

.pager .text {
	float:left;
	position:relative;
	font-size:12px;
	font-size:1.2rem;
	line-height:16px;
	line-height:1.6rem;
	width:62%;
	padding:6px 10px 0 10px;
	padding:0.6rem 1rem 0 1rem;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	display:none;
}
.pager-active .text {
	display:block;
}

.foot-wrap {
	background:#FCD002;
	padding:10px 3%;
	padding:1rem 3%;
	border-radius: 0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
}
.foot-text {
	color:#138D2A;
	font-weight:bold;
}
.contact-image {
	display:none;
}
.contact-text {
}



/* --------------- Responsive Adjustments ---------------- */
/* Note, the CSS outside these Media Queries is used for all devices incl. mobiles */

@media only screen and (min-width: 320px) {
	/* Mobile & Small screen, non-retina */

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)	  and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)	  and (min-width: 320px),
only screen and (	 -o-min-device-pixel-ratio: 2/1)	and (min-width: 320px),
only screen and (		min-device-pixel-ratio: 2)	  and (min-width: 320px),
only screen and (				min-resolution: 192dpi) and (min-width: 320px),
only screen and (				min-resolution: 2dppx)  and (min-width: 320px) { 
	/* Mobile & Small screen, retina, stuff to override above media query */

}

@media only screen and (min-width: 700px) {
	/* Tablet & Medium screen, non-retina */


	/* --------------- Basic element styles ---------------- */
	html {
	}
	html.rem-base {
	}
	body, h1, h2, h3, h4, h5, h6, p, li, table, th, td, div, dt, dd, input, textarea {
	}
	
	
	/* --------------- Font styles ---------------- */
	h1 {
	}
	h2 {
	}
	.col2 h2 {
		font-size:30px;
		font-size:3rem;
		width:50%;
	}
	h3 {
	}
	h4 {
	}
	h5 {
	}
	h6 {
	}
	p, 
	div, 
	input,
	li,
	dt,
	dd {
	}
	p {
	}
	a,
	input.form-submit { /* creates fading effect for hovers */
	}
	a {
	}
	a:hover,
	a:active {
	}
	.colmask ul,
	#tinymce ul,
	.colmask ol,
	#tinymce ol {
	}
	.colmask ul li,
	#tinymce ul li {
	}
	.colmask ol li,
	#tinymce ol li {
	}
	dt {
	}
	dd {
	}
	
	
	/* --------------- Table Styles ---------------- */
	table {
	}
	table tr th {
	}
	table tr th,
	table tr th a,
	table tr th a:hover {
	}
	table tbody tr th {
	}
	tr td,
	tr th {
	}
	tr.odd {
	}
	tr,
	tr.even {
	}
	table ul.links {
	}
	table ul.links li {
	}
	
	
	/* --------------- Highlighted ---------------- */
	#highlighted {
	}
	
	
	/* --------------- Breadcrumbs ---------------- */
	#breadcrumb,
	#breadcrumb div {
	}
	#breadcrumb div {
	}
	
	
	/* --------------- System Tabs  --------------- */
	ul.tabs {
	}
	.tabs ul.primary {
	}
	.tabs ul.primary li {
	}
	.tabs ul.primary li a,
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li.active a,
	.tabs ul.primary li.active a:hover {
	}
	.tabs ul.secondary {
	}
	.tabs ul.secondary li {
	}
	.tabs ul.secondary li:last-child {
	}
	.tabs ul.secondary li:first-child {
	}
	.tabs ul.secondary li a {
	}
	.tabs ul.secondary li a.active {
	}
	ul.action-links {
	}
	ul.action-links li {
	}
	ul.action-links li a {
	}
	
	
	/* ---------------- Messages  ----------------- */
	
	#messages {
	}
	.featured #messages {
	}
	div.messages {
	}
	
	
	/* -------------- Password Meter  ------------- */
	
	.confirm-parent,
	.password-parent {
	}
	.password-parent,
	div.form-item div.password-suggestions {
	}
	.password-strength-text,
	.password-strength-title,
	div.password-confirm {
	}
	.password-strength-text {
	}
	div.password-confirm {
	}
	
	
	/* -------------- Form Elements   ------------- */
	fieldset {
	}
	fieldset .fieldset-wrapper {
	}
	.node-form .vertical-tabs .fieldset-wrapper {
	}
	.filter-help a {
	}
	.filter-wrapper {
	}
	.filter-wrapper .form-item label {
	}
	.filter-wrapper .form-item {
	}
	.filter-guidelines {
	}
	fieldset.collapsed {
	}
	fieldset legend {
	}
	fieldset.collapsed legend {
	}
	fieldset legend a {
	}
	fieldset legend a:hover,
	fieldset legend a:focus,
	fieldset legend a:active {
	}
	fieldset .fieldset-wrapper {
	}
	fieldset .fieldset-description {
	}
	fieldset .fieldset-legend span.summary {
	}
	input {
	}
	input,
	textarea {
	}
	textarea {
	}
	textarea.form-textarea,
	select.form-select {
	}
	.form-textarea-wrapper textarea {
	}
	input.form-text,
	textarea.form-textarea,
	select.form-select,
	.resizable-textarea .grippie {
		padding: 4px 1.5%;
		padding: 0.4rem 1.5%;
	}
	.resizable-textarea .grippie {
		padding: 0 1.5%;
		padding: 0 1.5%;
	}
	input.form-submit,
	a.button { /* Form Buttoms */
	}
	a.button {
	}
	input.form-submit:hover,
	input.form-submit:focus,
	a.button:hover,
	a.button:focus { /* Form Buttoms - hover */
	}
	.password-suggestions ul li {
	}
	.form-item {
	}
	.form-item label {
	}
	.form-type-radio label,
	.form-type-checkbox label {
	}
	.form-type-radio .description,
	.form-type-checkbox .description {
	}
	.form-actions {
	}
	
	
	/* Disabled form elements */
	input.form-button-disabled,
	input.form-button-disabled:hover,
	input.form-button-disabled:focus,
	input.form-button-disabled:active,
	.form-disabled input,
	.form-disabled select,
	.form-disabled textarea {
	}
	.form-disabled .grippie {
	}
	.form-disabled label {
	}
	
	
	/* Animated throbber */
	html.js input.form-autocomplete {
	}
	html.js input.throbbing {
	}
	
	
	/* Comment form */
	.comment-form label {
	}
	.comment-form input,
	.comment-form .form-select {
	}
	.comment-form .form-type-textarea label {
	}
	.comment-form .form-item,
	.comment-form .form-radios,
	.comment-form .form-type-checkbox,
	.comment-form .form-select {
	}
	.comment-form .form-type-checkbox,
	.comment-form .form-radios {
	}
	.comment-form .form-type-checkbox label,
	.comment-form .form-radios label {
	}
	.comment-form input.form-file {
	}
	.no-sidebars .comment-form .form-text {
	}
	.one-sidebar .comment-form .form-text {
	}
	.two-sidebars .comment-form .form-text {
	}
	.comment-form .form-item .description {
	}
	#content h2.comment-form {
	}
	.comment-form .form-textarea {
	}
	.comment-form fieldset.filter-wrapper .fieldset-wrapper,
	.comment-form .text-format-wrapper .form-item {
	}
	.filter-wrapper label {
	}
	.filter-wrapper .form-select {
	}
	.comment-form fieldset.filter-wrapper .tips {
	}
	#comment-body-add-more-wrapper .form-type-textarea label {
	}
	#edit-actions input {
	}
	
	
	/* -------------- Other Overrides ------------- */
	div.password-suggestions {
	}
	.ui-widget-overlay {
	}
	div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	}
	#forum .name {
	}
	#forum .description {
	}
	
	
	/* --------------- Search Form ---------------- */
	#block-search-form {
	}
	#block-search-form .content {
	}
	#search-form input,
	#search-block-form input {
		width: 75%; /* IE7 72% i.e. *width:72% */
		padding: 0 1.5%;
	}
	#search-form .form-submit,
	#search-block-form .form-submit { /*Search Button */
	}
	#search-form .form-submit:hover,
	#search-form .form-submit:focus,
	#search-block-form .form-submit:hover,
	#search-block-form .form-submit:focus { /*Search Button - hover */
	}
	#search-form label,
	#search-block-form label {
	}
	#search-form {
	}
	#search-form:after {
	}
	#search-form .search-advanced { /*Background of Search Advanced */
	}
	#search-form .collapsed {
	}
	#search-form .search-advanced legend {
	}
	#search-form .search-advanced .criterion,
	#search-form .search-advanced .action {
	}
	#search-form .search-advanced label {
	}
	#search-form .search-advanced input {
	}
	#search-form .search-advanced input.form-checkbox {
	}
	#search-form .search-advanced .form-type-checkboxes:after {
	}
	#search-form .search-advanced input.form-submit {
		width:50%; 
	}
	#search-form .search-advanced .action {
	}
	#search-form fieldset legend {
	}
	#search-form fieldset .fieldset-legend {
	}
	#search-form fieldset .fieldset-wrapper {
	}
	#search-form fieldset .fieldset-legend a {
	}
	#search-form fieldset .fieldset-legend a:hover {
	}
	
	
	/* --------------- Search Results ---------------- */
	ol.search-results {
	}
	.search-results li {
	}
	.search-results li:last-child {
	}
	.search-results .search-snippet-info {
	}
	
	
	/* -------------- Shortcut Links -------------- */
	.shortcut-wrapper {
	}
	.shortcut-wrapper h1#page-title {
	}
	div.add-or-remove-shortcuts {
	}
	.overlay div.add-or-remove-shortcuts {
	}
	
	
	/* ---------- Admin-specific Theming ---------- */
	
	.page-admin #content img {
	}
	.page-admin #content .simpletest-image img {
	}
	.page-admin-structure-block-demo .block-region {
	}
	.page-admin-structure-block-demo #featured .block-region {
	}
	.page-admin-structure-block-demo #header .block-region {
	}
	.page-admin #admin-dblog img {
	}
	/* Fix spacing when Seven is used in the overlay. */
	#system-theme-settings fieldset {
	}
	#system-theme-settings fieldset .fieldset-legend {
	}
	/* Configuration. */
	div.admin .right,
	div.admin .left {
	}
	div.admin-panel {
	}
	div.admin-panel h3 {
	}
	div.admin-panel dt {
	}
	div.admin-panel dd {
	}
	div.admin-panel .description {
	}
	
	
	/* ---------- Overlay layout styles ----------- */
	.overlay #main,
	.overlay #content {
	}
	.overlay #page {
	}
	.overlay .region-page-top,
	.overlay #header,
	.overlay #page-title,
	.overlay #featured,
	.overlay #sidebar-first,
	.overlay #triptych-wrapper,
	.overlay #footer-wrapper {
	}
	.overlay-processed .field-type-image {
	}
	.overlay #messages {
	}
	
	
	/* ---------- Poll ----------- */
	.node .poll {
	}
	.node .poll #edit-choice {
	}
	.poll .vote-form {
	}
	.poll .vote-form .choices {
	}
	.poll .percent {
	}
	.poll .text {
	}
	.poll .total {
	}
	.node .poll {
	}
	.node .poll .text {
	}
	.node .poll #edit-choice {
	}
	.poll .bar .foreground {
	}
	#footer-wrapper .poll .bar {
	}
	#footer-wrapper .poll .bar .foreground {
	}
	
	
	/* --------------- Footer Font styles ---------------- */
	#footer-middle-wrap .footer-middle-right p,
	#footer-bottom-wrap .footer-bottom-right p,
	#footer-middle-wrap .footer-middle-right h2,
	#footer-bottom-wrap .footer-bottom-right h2,
	#footer-middle-wrap .footer-middle-right h3,
	#footer-bottom-wrap .footer-bottom-right h3,
	#footer-middle-wrap .footer-middle-right h4,
	#footer-bottom-wrap .footer-bottom-right h4,
	#footer-middle-wrap .footer-middle-right h5,
	#footer-bottom-wrap .footer-bottom-right h5,
	#footer-middle-wrap .footer-middle-right h6,
	#footer-bottom-wrap .footer-bottom-right h6 {
		text-align:right;
	}
	#footer-top-wrap h4,
	#footer-middle-wrap h4,
	#footer-bottom-wrap h4 {
	}
	#footer-top-wrap p,
	#footer-middle-wrap p,
	#footer-bottom-wrap p {
	}
	#footer-middle-wrap .footer-middle-right p,
	#footer-bottom-wrap .footer-bottom-right p {
	}
	#footer-top-wrap a,
	#footer-middle-wrap a,
	#footer-bottom-wrap a {
	}
	#footer-bottom-wrap a {
	}
	#footer-bottom-wrap a:hover,
	#footer-bottom-wrap a:active {
	}
	
	
	.contact-image {
		float:right;
		position:relative;
		margin-left:10px;
		margin-left:1rem;
		display:block;
	}
	.contact-text {
		width:50%;
	}
	
	.pager {
		width:10%;
		display:block;
	}
	.pager-active {
		width:52%;
	}
	.pager-last {
		margin:0;
	}
	.pager-first {
	}
	
	.pager .number {
		font-size:45px;
		font-size:4.5rem;
		line-height:55px;
		line-height:5.5rem;
	}
	.pager-active .number {
		background:url(../images/number-bg.png) repeat-x top #91C968;
		color:#333;
		border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-webkit-border-radius: 3px 0 0 3px;
		float:left;
		position:relative;
		width:18%;
	}
	.pager .text {
		font-size:16px;
		font-size:1.6rem;
		line-height:20px;
		line-height:2rem;
		width:70%;
		padding:8px 10px 0 10px;
		padding:0.8rem 1rem 0 1rem;
	}


}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)	  and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2)	  and (min-width: 700px),
only screen and (	 -o-min-device-pixel-ratio: 2/1)	and (min-width: 700px),
only screen and (		min-device-pixel-ratio: 2)	  and (min-width: 700px),
only screen and (				min-resolution: 192dpi) and (min-width: 700px),
only screen and (				min-resolution: 2dppx)  and (min-width: 700px) { 
	/* Tablet & Medium screen, retina, stuff to override above media query */

}

@media only screen and (min-width: 1024px) {
	/* Desktop & Large screen, non-retina */


	/* --------------- Basic element styles ---------------- */
	html {
	}
	html.rem-base {
		font-size:62.5%; /* Set the base rem so that 1.3rem = 13px (for desktop computers) */
	}
	body, h1, h2, h3, h4, h5, h6, p, li, table, th, td, div, dt, dd, input, textarea {
	}
	
	
	/* --------------- Font styles ---------------- */
	h1 {
	}
	h2 {
	}
	.col2 h2 {
		padding:20px 8% 40px 8%;
		padding:2rem 8% 4rem 8%;
		width:auto;
	}
	h3 {
	}
	h4 {
	}
	h5 {
	}
	h6 {
	}
	p, 
	div, 
	input,
	li,
	dt,
	dd {
	}
	p {
	}
	a,
	input.form-submit { /* creates fading effect for hovers */
	}
	a {
	}
	a:hover,
	a:active {
	}
	.colmask ul,
	#tinymce ul,
	.colmask ol,
	#tinymce ol {
	}
	.colmask ul li,
	#tinymce ul li {
	}
	.colmask ol li,
	#tinymce ol li {
	}
	dt {
	}
	dd {
	}
	
	
	/* --------------- Table Styles ---------------- */
	table {
	}
	table tr th {
	}
	table tr th,
	table tr th a,
	table tr th a:hover {
	}
	table tbody tr th {
	}
	tr td,
	tr th {
	}
	tr.odd {
	}
	tr,
	tr.even {
	}
	table ul.links {
	}
	table ul.links li {
	}
	
	
	/* --------------- Highlighted ---------------- */
	#highlighted {
	}
	
	
	/* --------------- Breadcrumbs ---------------- */
	#breadcrumb,
	#breadcrumb div {
	}
	#breadcrumb div {
	}
	
	
	/* --------------- System Tabs  --------------- */
	ul.tabs {
	}
	.tabs ul.primary {
	}
	.tabs ul.primary li {
	}
	.tabs ul.primary li a,
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li a:hover {
	}
	.tabs ul.primary li.active a,
	.tabs ul.primary li.active a:hover {
	}
	.tabs ul.secondary {
	}
	.tabs ul.secondary li {
	}
	.tabs ul.secondary li:last-child {
	}
	.tabs ul.secondary li:first-child {
	}
	.tabs ul.secondary li a {
	}
	.tabs ul.secondary li a.active {
	}
	ul.action-links {
	}
	ul.action-links li {
	}
	ul.action-links li a {
	}
	
	
	/* ---------------- Messages  ----------------- */
	
	#messages {
	}
	.featured #messages {
	}
	div.messages {
	}
	
	
	/* -------------- Password Meter  ------------- */
	
	.confirm-parent,
	.password-parent {
	}
	.password-parent,
	div.form-item div.password-suggestions {
	}
	.password-strength-text,
	.password-strength-title,
	div.password-confirm {
	}
	.password-strength-text {
	}
	div.password-confirm {
	}
	
	
	/* -------------- Form Elements   ------------- */
	fieldset {
	}
	fieldset .fieldset-wrapper {
	}
	.node-form .vertical-tabs .fieldset-wrapper {
	}
	.filter-help a {
	}
	.filter-wrapper {
	}
	.filter-wrapper .form-item label {
	}
	.filter-wrapper .form-item {
	}
	.filter-guidelines {
	}
	fieldset.collapsed {
	}
	fieldset legend {
	}
	fieldset.collapsed legend {
	}
	fieldset legend a {
	}
	fieldset legend a:hover,
	fieldset legend a:focus,
	fieldset legend a:active {
	}
	fieldset .fieldset-wrapper {
	}
	fieldset .fieldset-description {
	}
	fieldset .fieldset-legend span.summary {
	}
	input {
	}
	input,
	textarea {
	}
	textarea {
	}
	textarea.form-textarea,
	select.form-select {
	}
	.form-textarea-wrapper textarea {
	}
	input.form-text,
	textarea.form-textarea,
	select.form-select,
	.resizable-textarea .grippie {
		padding: 4px 1%;
		padding: 0.4rem 1%;
		width:100%; /* IE7 97.5% i.e. *width:97.5% */
	}
	.resizable-textarea .grippie {
		padding: 0 1%;
		padding: 0 1%;
	}
	input.form-submit,
	a.button { /* Form Buttoms */
	}
	a.button {
	}
	input.form-submit:hover,
	input.form-submit:focus,
	a.button:hover,
	a.button:focus { /* Form Buttoms - hover */
	}
	.password-suggestions ul li {
	}
	.form-item {
	}
	.form-item label {
	}
	.form-type-radio label,
	.form-type-checkbox label {
	}
	.form-type-radio .description,
	.form-type-checkbox .description {
	}
	.form-actions {
	}
	
	
	/* Disabled form elements */
	input.form-button-disabled,
	input.form-button-disabled:hover,
	input.form-button-disabled:focus,
	input.form-button-disabled:active,
	.form-disabled input,
	.form-disabled select,
	.form-disabled textarea {
	}
	.form-disabled .grippie {
	}
	.form-disabled label {
	}
	
	
	/* Animated throbber */
	html.js input.form-autocomplete {
	}
	html.js input.throbbing {
	}
	
	
	/* Comment form */
	.comment-form label {
	}
	.comment-form input,
	.comment-form .form-select {
	}
	.comment-form .form-type-textarea label {
	}
	.comment-form .form-item,
	.comment-form .form-radios,
	.comment-form .form-type-checkbox,
	.comment-form .form-select {
	}
	.comment-form .form-type-checkbox,
	.comment-form .form-radios {
	}
	.comment-form .form-type-checkbox label,
	.comment-form .form-radios label {
	}
	.comment-form input.form-file {
	}
	.no-sidebars .comment-form .form-text {
	}
	.one-sidebar .comment-form .form-text {
	}
	.two-sidebars .comment-form .form-text {
	}
	.comment-form .form-item .description {
	}
	#content h2.comment-form {
	}
	.comment-form .form-textarea {
	}
	.comment-form fieldset.filter-wrapper .fieldset-wrapper,
	.comment-form .text-format-wrapper .form-item {
	}
	.filter-wrapper label {
	}
	.filter-wrapper .form-select {
	}
	.comment-form fieldset.filter-wrapper .tips {
	}
	#comment-body-add-more-wrapper .form-type-textarea label {
	}
	#edit-actions input {
	}
	
	
	/* -------------- Other Overrides ------------- */
	div.password-suggestions {
	}
	.ui-widget-overlay {
	}
	div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	}
	#forum .name {
	}
	#forum .description {
	}
	
	
	/* --------------- Search Form ---------------- */
	#block-search-form {
		position:relative;
		float:right;
		top:-96px;
		top:-9.6rem;
		width:25%;
		height:0;
	}
	#block-search-form .content {
		margin-top: 0;
	}
	#search-form input,
	#search-block-form input {
		height:25px;
		height:2.5rem;
		line-height:25px;
		line-height:2.5rem;
		width: 75%; /* IE7 73% i.e. *width:73% */
		padding: 0 1%;
	}
	#search-block-form input {
		width: 75%; /* IE7 71% i.e. *width:71% */
		padding: 0 2%;
	}
	#search-form .form-submit,
	#search-block-form .form-submit { /*Search Button */
		height: 25px;
		height: 2.5rem;
	}
	#search-form .form-submit:hover,
	#search-form .form-submit:focus,
	#search-block-form .form-submit:hover,
	#search-block-form .form-submit:focus { /*Search Button - hover */
	}
	#search-form label,
	#search-block-form label {
	}
	#search-form {
	}
	#search-form:after {
	}
	#search-form .search-advanced { /*Background of Search Advanced */
	}
	#search-form .collapsed {
	}
	#search-form .search-advanced legend {
	}
	#search-form .search-advanced .criterion,
	#search-form .search-advanced .action {
	}
	#search-form .search-advanced label {
	}
	#search-form .search-advanced input {
	}
	#search-form .search-advanced input.form-checkbox {
	}
	#search-form .search-advanced .form-type-checkboxes:after {
	}
	#search-form .search-advanced input.form-submit {
		width:33%; 
	}
	#search-form .search-advanced .action {
	}
	#search-form fieldset legend {
	}
	#search-form fieldset .fieldset-legend {
	}
	#search-form fieldset .fieldset-wrapper {
	}
	#search-form fieldset .fieldset-legend a {
	}
	#search-form fieldset .fieldset-legend a:hover {
	}
	
	
	/* --------------- Search Results ---------------- */
	ol.search-results {
	}
	.search-results li {
	}
	.search-results li:last-child {
	}
	.search-results .search-snippet-info {
	}
	
	
	/* -------------- Shortcut Links -------------- */
	.shortcut-wrapper {
	}
	.shortcut-wrapper h1#page-title {
	}
	div.add-or-remove-shortcuts {
	}
	.overlay div.add-or-remove-shortcuts {
	}
	
	.btnStandardHQS
{
    font-family: Arial, verdana;
    font-size: 14px;
   /* font-weight: bold;*/
    color: #000000; /* color4 */
    text-align: center;
    background-color: #C0C0C0; /*color3 */
    cursor: pointer;
    margin: 10px 0px 0px 20px;
    -webkit-appearance:button;
}

.lblFormHQ
{
	font-family:Arial,Verdana;
	font-size:16px;
	border:none;
	padding:3px 0px 3px 0px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor:default;
}

.hidden
{
	display:none;
	visibility: hidden;
}

	
	
	/* ---------- Admin-specific Theming ---------- */
	
	.page-admin #content img {
	}
	.page-admin #content .simpletest-image img {
	}
	.page-admin-structure-block-demo .block-region {
	}
	.page-admin-structure-block-demo #featured .block-region {
	}
	.page-admin-structure-block-demo #header .block-region {
	}
	.page-admin #admin-dblog img {
	}
	/* Fix spacing when Seven is used in the overlay. */
	#system-theme-settings fieldset {
	}
	#system-theme-settings fieldset .fieldset-legend {
	}
	/* Configuration. */
	div.admin .right,
	div.admin .left {
	}
	div.admin-panel {
	}
	div.admin-panel h3 {
	}
	div.admin-panel dt {
	}
	div.admin-panel dd {
	}
	div.admin-panel .description {
	}
	
	
	/* ---------- Overlay layout styles ----------- */
	.overlay #main,
	.overlay #content {
	}
	.overlay #page {
	}
	.overlay .region-page-top,
	.overlay #header,
	.overlay #page-title,
	.overlay #featured,
	.overlay #sidebar-first,
	.overlay #triptych-wrapper,
	.overlay #footer-wrapper {
	}
	.overlay-processed .field-type-image {
	}
	.overlay #messages {
	}
	
	
	/* ---------- Poll ----------- */
	.node .poll {
	}
	.node .poll #edit-choice {
	}
	.poll .vote-form {
	}
	.poll .vote-form .choices {
	}
	.poll .percent {
	}
	.poll .text {
	}
	.poll .total {
	}
	.node .poll {
	}
	.node .poll .text {
	}
	.node .poll #edit-choice {
	}
	.poll .bar .foreground {
	}
	#footer-wrapper .poll .bar {
	}
	#footer-wrapper .poll .bar .foreground {
	}
	
	
	/* --------------- Footer Font styles ---------------- */
	#footer-top-wrap h4,
	#footer-middle-wrap h4,
	#footer-bottom-wrap h4 {
	}
	#footer-top-wrap p,
	#footer-middle-wrap p,
	#footer-bottom-wrap p {
	}
	#footer-top-wrap a,
	#footer-middle-wrap a,
	#footer-bottom-wrap a {
	}
	#footer-bottom-wrap a {
	}
	#footer-bottom-wrap a:hover,
	#footer-bottom-wrap a:active {
	}


}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)	  and (min-width: 1024px),
only screen and (   min--moz-device-pixel-ratio: 2)	  and (min-width: 1024px),
only screen and (	 -o-min-device-pixel-ratio: 2/1)	and (min-width: 1024px),
only screen and (		min-device-pixel-ratio: 2)	  and (min-width: 1024px),
only screen and (				min-resolution: 192dpi) and (min-width: 1024px),
only screen and (				min-resolution: 2dppx)  and (min-width: 1024px) { 
	/* Desktop & Large screen, retina, stuff to override above media query */


}



/*.lblSelectedRetailer { 
	font-weight:bold;
    font-family: Verdana; color: #FFFFFF;
    font-size: 16px; }
    
}*/


.hidden
{
	display:none;
	visibility: hidden; 
}


.lblSelectedRetailer
{
    font-family: Arial, verdana;
    font-size: 16px;
    font-weight: bold;
    color: White; /* color4 */
    margin-left:3px;
    margin-Top:15px;
   
}
