
body
{
	text-align: left;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: None;
	margin: 0px;
	padding: 0px;
}

a, a:visited { }
a:hover { }

p { margin-bottom: 20px; }

td {
	vertical-align: top;
}

div {
	margin: 0px;
	padding: 0px;
}

input {
	padding: 0px;
}

input:focus {
	border: 0;
	outline: 0;
}

/*
====================
SET FONTS
====================
*/

.ui-content h1 {
	font-family: Arial,sans-serif;
}

.ui-overlay-c #email_signup h1,
.ui-overlay-c #email_signup h2,
.m_button,
#footer_wrap a,
.ui-body-e,
.ui-body-e input,
.ui-body-e select,
.ui-body-e textarea,
.ui-body-e button,
#variant_display {
	font-family: Arial,sans-serif;
}

.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button,
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button,

.ui-header .right .price,
.ui-header .right .qty,
#mobile_cartitemlist .column_buttons a.ui-link {
	font-family: Arial,sans-serif;
	font-weight: 700;
}

/*
====================
Set Color
====================
*/

h1 {
}

.ui-header .right .price,
.ui-header .right .price a,
#email_signup h1 i {
    color: #fff; /*White - price in minicart*/
}

.ui-page .ui-header {
	background-color: #0065a4; /* Blue */
}

.ui-header .right .qty {
	color: #5AEBFF;
	width: 100%;
}

#footer_wrap {
	background-color: #0065a4; /* Blue */
}

#variant_display .variant_sale_row {
	color: #0065a4; /* Blue */
}

#variant_display,
.rule {
    border-top: none;
    margin: 0px;
    padding: 0px;
}

#mobile_cartitemlist #quick_checkout {
	border: solid 1px #0065a4; /* Blue */
}

/*
====================
*/

#featured_products .product_image,
#featured_products .product_name,
#featured_products .product_size,
#featured_products .product_prices {
	text-align: center;
}

#featured_products .product_prices {
	margin: 5px 0 10px;
}
#variant_display .variant_sale_row {
	clear: both;
	padding-left: 10px;
	padding-top: 5px;
}

#variant_display .divider {
	background: url("..//img/mobile/icons/border_brown.html");
	background-repeat: repeat-x;
    margin-top: 0px;
    padding: 5px 0 0;
}

#variant_display .non-divider {
	margin: 0px;
	padding: 0px;
	height: 1%;
}

#variant_display input.m_button {
	margin-bottom: 30px;
}

/*
====================
USE FOR TWO COLUMN PRODUCTS
====================
*/

#product_main {
	margin: 0 20px 20px 20px;
	padding: 0 10px 10px 10px;
	text-align: center;
}

#product_main h1 {
	font-size: 20px;
	line-height: 24px;
	-webkit-hyphens: auto;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

.clear {
clear: both;
margin: 0px;
padding: 0px;
}


ul#nav {
	padding-left: 0;
	list-style: None;
	width: 100%;
	margin-bottom: 40px;

}
ul#nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*
====================
FOOTER
====================
*/

#footer {
	background-image: url(/img/mobile/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px;
	padding: 0px;
}


#footer table {
	margin:0px auto;
	padding: 0px;
	width: 100%;
}

#footer td {
	padding: 5px 0px;
	margin: 0 auto;
	width: 20%;
	text-align: center;
	height: 65px;
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}

#footer td img {
	padding: .5em;
}

#welcome {
	margin: 0px;
	padding: 0px
}

#welcome h2 {
	font-size: 1.4em;
	border-bottom: solid 2px #cc0000;
	font-weight: 400;
	padding: 0px 10px 10px;
	text-transform:uppercase;
	margin: 0em;
	color: #fff;
}

#welcome h1 {
	font-size: 1.75em;
	border-bottom: solid 2px #cc0000;
	font-weight: 400;
	padding: 10px 10px;
	text-transform:uppercase;
	margin: 0em;
	color: #fff;

}

#welcome .left {
	float: left;
	display: block;
	padding: 0px;
	margin: 20px auto;
	width: 20%
}

#welcome .right {
	float: right;
	display: block;
	padding: 0px;
	margin: 20px auto;
	width: 70%
}

#welcome .right h3 {
	font-size: 2em;
	line-height: 2.1em;
	margin: 0px;
	font-weight: 400;
}

#mobicategories {
}

#mobicategories .categories {
	height: 3em;
	/*background-color: #f4aa00;*/
	text-transform: uppercase;
	width: 100%;
}


/*
==============================
Slider
==============================
*/

.iosSlider {
	width: 900px;
	height: 400px;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	position: relative;
	top: 0;
	left: 0;

	width: 900px;
	height: 300px;
	background: #fff;
	margin: 0 0 0 0;
}

.iosSlider .slider #item1 {
	background: url(/img/slider/h-slider-1.html) no-repeat 0 0;
}

.iosSlider .slider #item2 {
	background: url(/img/slider/h-slider-2.html) no-repeat 0 0;
}

.iosSlider .slider #item3 {
	background: url(/img/slider/h-slider-3.html) no-repeat 0 0;
}

.iosSlider .slider #item4 {
	background: url(/img/slider/h-slider-4.html) no-repeat 0 0;
}

/*
NAV
*/
.nav_menu {
	margin: 20px 0 0 0;
}

.nav {
	background-image: url("..//img/mobile/bgs/bg_filters_btns-2.html");
	background-repeat: repeat-x;
	color: black !important;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 15px 10px;
	text-transform: uppercase;
}

.main_nav a,
.main_nav a:hover {
	text-decoration: none;
}

a {
    color: #522C1B;
	text-decoration: none;
}

.nav_outer {
	margin: 0px;
}

.nav .outer {
    border: 1px solid #F7C041;
    display: block;
    margin: 5px 3px;
}


.nav .inner {
    border: 1px solid #F7C041;
    display: block;
    margin: 3px;
}


.nav .inner .title {
    margin: 0 13px;
    text-shadow: 1px 1px 1px #673332;
}

.icon-right-open-big {
    float: right;
    height: 22px;
    margin-right: 0;
    margin-top: 0;
    width: 50px;
}

.icon-right-open {
	background-image: url("..//img/mobile/mobile/icons/forward.html");
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	margin-right: 0;
	margin-top: -7px;
	width: 36px;
	background-position: right;
}

.ui-collapsible-content .icon-right-open {
}

#list {
}

.nav .inner .title .icon-right-open-big {
    background-image: url(/img/mobile/btns/pointer.png);
    background-position: right center;
    background-repeat: no-repeat;
    float: right;
    font-size: 22px;
    height: 22px;
    margin-right: 0;
    margin-top: 0;
    width: 50px;
}


.nav .inner .title {
    margin: 10px 13px;
    text-shadow: 1px 1px 1px #673332;
	font-family: Arial, sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #fff;
}

.nav .inner .title a:hover {
	text-decoration: none;
}

/*
CATEGORY AND SEARCH STYLES
*/




/*
FROM CATEGORY PAGE
*/

#wrap {
	width: 320px;
	position: relative;
	margin: 0 auto;
}
#list input {
	font-size:1em;
	line-height:1.5em;
	padding:0 0;
	width:100%;
	margin:5px 0 0.75em;
	height: 18px;
}
.filterform {
	width:220px;
	font-size:12px;
	display:block;
	visibility: visible;
}
.filterform input {
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.entry {
	margin: 0 0 0 0;
	padding: 3px 0;
	border-top: solid thin #666;

	height:45px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.entry a {
	text-decoration: none;
}

.product-listing {
	background-image: url(/img/mobile/icons/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 42px;
}

.title {
}

.field {
	font-weight:bold;
	color:#777;
}

.entry .left {
	float: left;
	display: block;
	width: 40px;
}

.entry .right {
	float: right;
	display: block;
	width: 275px;
}

#footer_topline {
	background: url("..//img/mobile/bgs/footer_topline.html") center top repeat-x;
	height: 34px;
}

#footer_topline #ft_claim {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #000;
	font-weight: 400;
}


#recurring_display {
	width: 100%;
	color: #333;
	margin: 0px;
	padding: 0px;
 }

#recurring_display h1 {
	color: #333;
	padding: 5px 0 0 10px;
	font-size: 20px;
	line-height: 24px;
}

#recurring_display h1 a {
	color: #333;
}

#recurring_display h1 a span {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

/*
FOOTER WRAP
*/

#email_signup .fa-envelope {
	color: #8dc73f;
}

#footer_wrap .fa,
#footer_wrap .fa a {
	color: #fff;
}

#footer_wrap p.title {
  color: #EEEEEE;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  margin: 0; }

#footer_wrap .info_col {
	display: block;
	width: 156px;
	float: left;
	margin-right: 10px;
}

#footer_wrap .customer_service_header  a{
	color: #fff;
	text-decoration: none;
}

#footer_wrap .customer_service_header  a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer_wrap .info_col.last {
  margin-right: 0; }

#footer_wrap .info_col.double {
  width: 322px; }

#footer_wrap #inputEmail {
  width: 220px;
  height: 23px;
  padding: 0 0 0 4px;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #b8b8b8;
  border-style: solid none solid solid;
  margin: 0;
  outline: none;
  display: inline-block;
  vertical-align: top;
  color: #444444; }

#footer_wrap #submitEmail {
	width: 66px;
	height: 25px;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #b8b8b8;
	border-style: solid solid solid none;
	font-family: Arial, sans-serif;
	font-weight: lighter;
	margin: 0;
	outline: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: -4px;
	text-transform: uppercase;
	color: #666666;
	background: url("..//img/mobile/svg/arrow_right_grey.html") no-repeat;
	background-color: #fff;
	background-position: 92% 7px;
	background-repeat: no-repeat; }

	.no-svg #footer_wrap #submitEmail {
	background-image: url("..//img/mobile/arrow_right_grey.html");
}

#footer_wrap #newsl_desc {
  margin: 5px 0 0 0; }

#footer_wrap .legal {
  position: relative;
  float: left;
  color: #CCCCCC;
  top: 25px; }

#footer_wrap .legal p {
  margin: 0; }

#footer_wrap ul li {
  list-style-type: none; }

#footer_wrap ul li a {
  color: #CCCCCC;
  text-decoration: none; }

#footer_wrap ul li a:hover {
  color: #CCCCCC;
  text-decoration: underline; }

#footer_wrap div#subMenu {
  color: #eeeeee; }

#footer_wrap div#subMenu a {
  color: #eeeeee; }

#footer_wrap div#subMenu a:hover {
  text-decoration: underline; }

#footer_wrap div#subMenu span {
  line-height: 24px;
  border-right: 1px solid #666666;
  padding: 0 10px; }

#footer_wrap div#subMenu span.first {
  padding: 0 10px 0 0; }

#footer_wrap div#subMenu span.last {
  padding: 0 0 0 10px;
  border-right: none; }

#footer_wrap div#subMenu span .flag {
  margin-right: 4px; }

