@import url(http://fonts.googleapis.com/css?family=Muli);
body {
font-family: 'Muli', sans-serif;
font-size: 14px;
}
a { color: #747F9F;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-family: 'Muli', sans-serif;
 color: #747F9F;
 
}
h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
}
a:hover {color:#333333;}
h1 {
    font-size: 2.4rem;
}
h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.2rem;
}

h3.listing-title {
	border-bottom:2px solid #eee;
}

ul ul {
	margin-bottom:0;
	margin: 4px 0 5px 15px;
}
p {font-size:0.8rem;}


textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.container {margin:20px auto 0;}
.innerContainer {color:#333333}
/* breadcrumb */ 

/* @group breadcrumb */


#breadcrumb, #breadcrumb2 { float: left; display: block; margin: 10px 0}
#breadcrumb ul, #breadcrumb2 ul { list-style: none; }

.crumbs { display: block; }
.crumbs li {  display: inline; }
.crumbs li.first { padding-left: 8px; }
.crumbs li a, .crumbs li a:link, .crumbs li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -13px; padding: 2px 17px 2px 20px; position: relative; text-decoration: none; }
.crumbs li.first a {padding-left: 10px;}
.crumbs li.first a {margin-left:0;}
.crumbs li a { background-image: url('../images/bg-crumbs.png');  background-repeat: no-repeat; background-position: 100% 0; position: relative; }
.crumbs li a:hover { color: #333; background-position: 100% -48px; cursor: pointer; }
.crumbs li a:active { color: #333; background-position: 100% -96px; }
.crumbs li.first a span { height: 29px; width: 3px; border-left: 1px solid #d9d9d9; position: absolute; top: 0px; left: 0px; }


.crumbs2 { display: block; margin-left: -13px; padding: 0; }
.crumbs2 li { display: inline; }
.crumbs2 li a, .crumbs2 li a:link, .crumbs2 li a:visited { color: #666; display: block; float: left; font-size: 12px; padding: 7px 16px 7px 19px; position: relative; text-decoration: none; border: 1px solid #d9d9d9; border-right-width: 0px; }

.crumbs2 li a  { 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(241,241,241)),color-stop(0.73, rgb(245,245,245)));

	background-image: -moz-linear-gradient( center bottom, rgb(241,241,241) 45%, rgb(245,245,245) 73%);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5)";
}

.crumbs2 li.first a { border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.crumbs2 li.last a { border-right-width: 1px; border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }

.crumbs2 li a:hover { 
	border-top-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(241,241,241)),color-stop(0.73, rgb(248,248,248)));
	background-image: -moz-linear-gradient( center bottom, rgb(241,241,241) 45%, rgb(248,248,248) 73%);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#f1f1f1);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#f1f1f1)";
	
	color: #333;
	
	-moz-box-shadow: 0px 2px 2px #e8e8e8;
	-webkit-box-shadow: 0px 2px 2px #e8e8e8;
	box-shadow: 0px 2px 2px #e8e8e8;
}

.crumbs2 li a:active {
	border-top-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(224,224,224)),color-stop(0.73, rgb(235,235,235)));
	background-image: -moz-linear-gradient( center bottom, rgb(224,224,224) 45%, rgb(235,235,235) 73%);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebebeb, endColorstr=#e0e0e0);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebebeb, endColorstr=#e0e0e0)";
	
	color: #333; 
	
	box-shadow: -1px 1px 1px 0px #dadada inset;
	-webkit-box-shadow: -1px 1px 1px 0px #dadada inset;
	-moz-box-shadow: -1px 1px 1px 0px #dadada inset;
}

/* @group clearfix classes */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.space { display: block; height: 45px; clear: both; }

/* header navigation */
.navbar ul li .dropdown, .navbar ul li:hover > a {background-color: #007171;}
.navbar li .dropdown ul > li a {color: #ffffff; border-bottom-color: #555555; height: inherit; line-height: inherit; padding: 4px 10px}
.navbar li .dropdown ul li a:hover {background-color: #007171;}
.navbar li .dropdown ul > li a:last-child {border-bottom: none;}
.navbar a.toggle {
  
    height: 40px;
    position: relative;
    width: 100%;
    z-index: 999;
	right:0;
	top:0;
	
}
.container {
    background-color: #FFFFFF;
    margin: 20px auto 0;
    max-width: 1020px;
    padding: 0 20px;
	box-shadow: 0 0 8px 0;
	border-radius: 0px;
	color:#000000;
}
.pretty.navbar.row {
    border-radius: 0;
	background-image: none;
	box-shadow: none;
	background-color: #111111;
}
.row {max-width:1000px;}
.row.extra {max-width:1020px;}
.drawer {background:none;box-shadow:none;margin:0;}
.row.content {
    background: url("../images/footer-top.png") repeat-x scroll left bottom transparent;
	padding-bottom: 20px;
}
.navbar {
	margin-bottom:0;
	background-color: #42A4CF;
    border-radius: 4px 4px 0 0;
	border-bottom:1px solid #000000 ;
}
.main-sidebar {
   /* background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 4px 4px 4px 4px;
	border: 1px solid #ddd;*/
}
.top_left_cr {
    background: url("../images/top-left-corner.png") no-repeat scroll 0 0 transparent;
    height: 19px;
    left: -1px;
    position: absolute;
    top: -19px;
    width: 21px;
    z-index: 999;
	display:none;
}
.banner h2 {background:none;}
form {margin:0}
.normal.text.input {
    width: 89%;
}
.field {
	margin-bottom:0;
}
.form-wrap {

}

.formOuterWrap {
	/* -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #58D1D1;
    background-image: url("http://localhost/FreshStoreBuilder/www/templates/fst-moderna/skins/newskin2/images/pixel_bg.png");
    background-repeat: repeat;
    border-color: #37B0B0;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 0 8px 0 #32ABAB inset;*/
	border-radius: 0 0 3px 3px;
	padding: 5px 0;
}

.formInnerWrap {

    border-radius: 3px 3px 3px 3px;
    display: block;
	padding: 0 20px;
  
}
.navbar ul li.active {
    background-color: #41BBF0;
}
.navbar ul li > a {font-size:0.9rem;}

.pretty.navbar {background: url(../images/navGradient.png) repeat-x 0 0 scroll;}

.search-options {
    color: #000000;
    font-size: 0.9rem;
    padding-top: 5px;
	padding-left: 10px;
}

.search-options a {
	text-decoration: underline;
}
.main-heading {
    /*border-bottom: 1px dotted #DDDDDD;
    color: #B2DA1D;*/
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
	background:url(../images/sidebar-divisor.png) repeat-x left bottom scroll;
	margin-bottom: 0;
}
.sidebox-header {
    color: #FFFFFF;
    overflow: visible;
    position: relative;
	clear:both;
}
.vert-banner {
	text-align:center;
	margin-top: 20px;
}
.main-content {
 /*   background: none repeat scroll 0 0 #F0F0F0;
    border-right: 1px solid #DDDDDD;
    box-shadow: 8px 0 18px -4px #999999;*/
 
}

.navbar ul li > a {
   
    height: 40px;
    line-height: 42px;
	
}
.navbar ul li {
	height: 20px;
    line-height: 20px;
}

.sidenav-content {
    overflow: hidden;
    padding: 10px 20px;
    text-overflow: ellipsis;
}
.sidenav-content li {
    padding: 0;
}
.sidenav-content li:last-child {
    border-bottom: 0 none;
}
.sidenav-content li li {
	font-size: 14px;
}
.home-merchant {
    float: left;
    width: 33%;
}
.home-merchant img {
    max-width: 120px;
}
.atoz h4 {
	font-size:130%;
	background-color:#f5f5f5;
}
.home-merchant:nth-of-type(3n+4) {
	clear:left;
}
.home-merchant a {
    float: left;
    font-size: 13px;
    margin: 0 5px 0 0;
}

.sidenav-content label {
    font-size: 12px;
    font-weight: bold;
	margin: 10px 0 0;
}
.picker select {
	width:200%;
}
.sort {
	font-size:12px;
	background-color:#eeeeee;
}
/* slider */ 

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.merchant img {height:60px; width:auto;}

/* brand slider */ 
/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	background-color: #ffffff;
	margin: 20px auto;
	min-height: 60px;
	
	padding:20px 0;
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 10px 40px;
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	border: 2px solid white;
	max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	background: #dddddd url(../images/nav.png) no-repeat 4px 3px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
	opacity: 1.0
}

.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -11px;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}

.elastislide-horizontal {
	padding: 10px 37px;
	border-radius: 10px/90px;
	
}

.elastislide-wrapper:before,
.elastislide-wrapper:after{
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left:  20px;
	width: 50%;
	height: 20%;
	border-radius: 10px/90px;
	box-shadow: 0 15px 10px rgba(0,0,0,0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.elastislide-wrapper:after {
	right: 20px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

/* featured home */

.featured-title {
	font-size:1.4rem;
	font-weight: bold;
}

.item-info h4 {
    line-height: 16px;
    text-align: center;
	font-size: 14px;
	height: 55px;
}

.featured-img {
	height: 160px;
}
.product-title-home {
	color:#333333;
	font-size:14px;
	line-height:18px;
}
.row.home-featured {
   
    margin: 20px 0;
  
}

.three.columns.featured-item {
    background-color: #FFFFFF;
   
    overflow: hidden;
    padding: 20px 10px;
    z-index: 900;
	border: 1px solid #ccc;
}

.three.columns.featured-item:nth-of-type(5n+5) {
    clear: both;
    margin-left: 0;
}
.three.columns.featured-item:nth-of-type(n+5) {
   margin-top: 20px;
}
.review-link {
    font-size: 11px;
    text-align: center;
}
.featured-price {
    font-size: 28px;
    text-align: center;
	padding: 5px 0;
}

.featured-price span{
	font-size: 12px;
	
}

.featuredImgHome {
  /*  display: table;
    height: auto;
    margin: 0 auto;
    width: 60%;*/
	max-height:100%;
}

.item-info {
	z-index:50;
	position:relative;
	background-color:#ffffff;
}


.rev-link {
	text-align: center;
}

.featured-item {
	position:relative;
}

.featured-item:hover {
	box-shadow:0 1px 12px 0 #ccc;
}
.featured-item:hover .anim_feat_block {
	
}

/* Tabs */ 

.tabs .tab-nav > li > a {
	background-color: #eeeeee;
	background-image: none;
	font-weight: normal;
}

/* Icons /* 


/* Buttons */
.btn.pretty.info, .pretty .info.btn, .pretty .info.skiplink, .pretty .info.btn:hover, .pretty .info.skiplink:hover, .info.skiplink.pretty:hover, .pretty .info.btn:active, .pretty .info.skiplink:active, .info.skiplink.pretty:active, .skiplink.pretty.info, .btn.pretty.secondary, .pretty .secondary.btn, .pretty .secondary.skiplink, .pretty .secondary.btn:hover, .pretty .secondary.skiplink:hover, .secondary.skiplink.pretty:hover, .pretty .secondary.btn:active, .pretty .secondary.skiplink:active, .secondary.skiplink.pretty:active, .skiplink.pretty.secondary, .btn.pretty.primary, .pretty .primary.btn, .pretty .primary.skiplink, .pretty .primary.btn:hover, .pretty .primary.skiplink:hover, .primary.skiplink.pretty:hover, .pretty .primary.btn:active, .pretty .primary.skiplink:active, .primary.skiplink.pretty:active, .skiplink.pretty.primary {background-image:none;}

.pretty .info.btn:hover, .pretty .info.skiplink:hover, .info.btn.pretty:hover, .info.skiplink.pretty:hover, .pretty .info.btn:hover:active, .pretty .info.skiplink:hover:active, .skiplink.pretty.info:hover, .pretty .secondary.btn:hover, .pretty .secondary.skiplink:hover, .secondary.btn.pretty:hover, .secondary.skiplink.pretty:hover, .pretty .secondary.btn:hover:active, .pretty .secondary.skiplink:hover:active, .skiplink.pretty.secondary:hover, .pretty .primary.btn:hover, .pretty .primary.skiplink:hover, .primary.btn.pretty:hover, .primary.skiplink.pretty:hover, .pretty .primary.btn:hover:active, .pretty .primary.skiplink:hover:active, .skiplink.pretty.primary:hover {
	background-image:none;
}


.btn > a {font-size: 12px;}
.btn > a:hover {color:#fff;}
.btn.primary, .skiplink.primary {
    background-color: #B2DA1D;
    border: 1px solid #91B900;
}
.filter-btn {
	margin-top: 10px;
}

.medium.primary.btn.filter-btn > input {
    padding: 0 5px;
}
.search-btn input{
	
}
.field.prepend, .field.append {
	padding-bottom:0;
}

.pretty.medium.info.btn.icon-left.icon-chat.reviewThis-btn {
	background-color:#B2DA1D;
	border-color:#91B900;
}

.pretty.medium.secondary.btn.icon-right-open-big.icon-right.visit-store-btn {
	background-color:#B2DA1D;
	border-color:#91B900;
}

.pretty.medium.primary.btn.icon-left.icon-info-circled.more-info-btn {
	background-color:#B2DA1D;
	border-color:#91B900;
}

.medium.primary.btn.search-btn {
	background-color:#B2DA1D;
	border-color:#91B900;
	 
}

.pretty.medium.primary.btn.icon-left.icon-info-circled.featured-info-btn{
	background-color:#B2DA1D;
	border-color:#91B900;
	width: 100%;
}


/*button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#24bcf3 0%,
		#24bcf3 50%,
		#009cd5 50%,
		#009cd5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#24bcf3),
		color-stop(0.50, #24bcf3),
		color-stop(0.50, #009cd5),
		to(#009cd5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #3594d8;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 1px 1px rgba(255,255,255,0.8);
	text-shadow:
		0px -1px 0px rgba(053,148,216,1),
		0px 1px 0px rgba(255,255,255,0.2);
}*/



/*prodcut */

.tabs.vertical .tab-content {
 
    position: relative;
    top: 0px;

}
.mainTitle {
	font-size: 16px;
    font-weight: bold;
    line-height: 22px;
	color: #000000;
}
.productImageContainer {
	border: 1px solid #DDDDDD;
    margin-top: 10px;
    padding: 20px;
    text-align: center;
}
.reviewThis-btn {
	display:table;
}
/* Price box / product */ 
.price_col {
	text-align: center;
}
.price_animate {
position:absolute;
	animation-name:price;
animation-duration:1.4s;
animation-timing-function:linear;
animation-delay:1s;
animation-iteration-count:infinite;
animation-direction:alternate;
animation-play-state:running;
/* Safari and Chrome: */
-webkit-animation-name:price;
-webkit-animation-duration:1.4s;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:alternate;
-webkit-animation-play-state:running;
left: 0;
right: 0;
margin: auto;
}
	
@keyframes price
{
0%   {left:15%; top:-60px;}
50%  {left:15%; top:-40px;}
100%  {left:15%; top:-60px;}

}

@-webkit-keyframes price /* Safari and Chrome */
{
0%   {left:15%; top:-60px;}
50%  {left:15%; top:-40px;}
100%  {left:15%; top:-60px;}
}

.product_list {
    background-color: #A1EE3D;
    border-color: #A1EE3D;
    color: #FFFFFF;
}

.product_list {
    background-color: #A1EE3D;
    border: 1px solid #A1EE3D;
    bottom: -10px;
    box-shadow: 0 0 6px 0 #9BE39B inset, 0 2px 0 0 #70BD0C;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    position: absolute;
    text-shadow: 0 1px 1px #5DAA00;
    z-index: 9999;
}
.product_list_tri {
    color: #A1EE3D;
}
.product_list_tri {
    bottom: 7px;
    color: #70BD0C;
    font-size: 30px;
    height: 0;
    left: 0;
    line-height: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    width: 0;
}


.row.price-box-head {
    background-color: #333333;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding: 0 10px;
    text-align: left;
}
.price_badge {
    background: url("../images/bubble_green.png") no-repeat scroll 0 0 transparent;
    height: 117px;
    padding: 10px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -95px;
    width: 164px;
}

.compare-block {
	padding:10px;
}
.compare-block:nth-of-type(odd) {
	background-color:#E1FCE4;
}
.share_btns {
	padding: 5px ;
}
.twelve.columns.prices {
    margin-top: 80px;
}
.mainProdimage {
max-height:250px;
}
.compareHeading {
	display:none;
}

/* reviews */ 

.row .userComment {
 max-width: 100%;
 }
.row .userComment .twelve.columns {
    background-color: #F6F6F6;
    border-color: #FFFFFF #DDDDDD;
    border-style: solid;
    border-width: 1px;
    box-shadow: -2px 0 10px -2px #CCCCCC;
    margin: 0 0 0 5%;
    padding: 10px;
    width: 90%;
}
.starRating {
	padding-bottom:10px;
}
.userComment .twelve.columns:nth-of-type(2n) {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #DDDDDD;
    margin-left: 10%;
    max-width: 90%;
}
.row .userComment .twelve.columns:first-child {
    border-top: 1px solid #DDDDDD;
}

.review-textarea {width:60%;}
.review-submit {   
	clear: both;
    display: table;
    margin-top: 10px;}

/* search results */
#results {position:relative; margin-left:0;}
#results .row:nth-of-type(3n+4) {
	clear:both;
}

.list-style-buttons {
	float:right;
}
.result-title {
	font-size: 14px;
	font-weight:bold;
	line-height: 16px;
}
.searchresults h4 {
	line-height: 16px;
}
.mainImage img{
	height: 110px;
	width: auto;
}
/* Grid */
div#results.twelve.grid .one.column {
	text-align:center;
}
div#results.twelve.grid > .row {
	border: 1px solid #DDDDDD;
    display: block;
    float: left;
    margin: 0 20px 20px 0;
    padding: 10px;
    width: 31.5%;
	height: 300px;
}
div#results.twelve.grid > .row:nth-of-type(3n+3) {
    margin-right: 0;
}
div#results.twelve.grid div.row > div {
	width:100%;
}

/* list */

div#results.twelve.list > .row {
	border-bottom: 1px solid #DDDDDD;
    display: block;
    margin: 10px 0;
    padding: 10px 0;
	float:left;
}
div#results.twelve.list .mainImage img{
	height: auto;
	
	}
/* Page Nav */

.pageNavigation a, .disabled {
	background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #444444;
    padding: 4px 8px;
	display:inline-table;
	margin-bottom:5px;
	}
.pageNavigation a:hover {
	background-color: #cccccc;
}
.pageNavigation > .disabled {
    background-color: #F9F9F9;
    color: #CCCCCC;
}
.pageNavigation > .disabled:hover {
	background:transparent;
}
/* Footer */ 

.footer {
	/*background-color: #333333;
    background-position: 0 0px, 0 0;
    background-repeat: repeat-x, repeat;
    border-top: 3px solid #CFCFCF;
    margin: 0 auto;
    max-width: 1020px;
    padding: 20px;
	background-image: url("../images/p3.png");*/
    background-position: 0 0px;
    background-repeat: repeat;
    margin: 0 auto;
    max-width: 1020px;
	padding-top: 5px;
}
.footerInner {
	background:url("../images/footer-top.png") 0 0 repeat-x scroll;
	padding: 20px;
	position: relative;
    top: -5px;
}
.footer p {
	color:#555555;
}
.footer_bottom {
	background-color: #202020;
    box-shadow: 0 3px 6px -3px inset;
    color: #111111;
    margin: 0 auto;
    max-width: 1020px;
    padding: 10px 20px;
}

.footer_bottom {
	margin-bottom: 20px;
}

.footer h4 {
	color:#eeeeee;
	border-bottom:1px solid #000;
	margin-bottom: 0;
}

.footer-box-heading {
	border-bottom:1px solid #555;
}

.footer-box-content {
    padding: 20px 0;
}

.footer-box-content > p {
    color: #EEEEEE;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-box-content i {
    font-size: 2rem;
	color:#eeeeee;
}

.footer-box-content i:hover {
	opacity: 0.5;
}

.footer_bottom p {
	font-size: 0.8rem;
	margin: 0;
	color: #ffffff;
}
.heading-icon {
    color: #B2DA1D;
    float: left;
    font-size: 1.4rem;
    padding: 10px;
	
}

.footer-box-content li {
    border-bottom: 1px solid #555555;
    float: none;
    margin-bottom: 12px;
    padding-bottom: 0;
}

.footer-box-content.links a {
    border-bottom: 1px solid #000000;
    color: #999999;
    display: block;
    padding: 0 0 10px 10px;
    width: 100%;
}
/* facebook */

.facebookOuter {
    background-color:#F4F4F4; 
    padding:10px;
	display:block;
    border:1px solid #CCCCCC;
  }
 .facebookInner {
    
    overflow:hidden;
  }
  ._4s7c {
    border: medium none;
}


/* banners */

.horiz-banner {
	padding:10px 0;
}

/* tags */

#tagcloud span {
    padding: 4px;
}
 
.smallest {
    font-size: 10px; padding: 0.25em; color: #666666; z-index: 4; position: relative;
}
 
.small {
    font-size: 14px; padding: 0.25em; color: #444444; z-index: 3; position: relative
}
 
.medium {
    font-size: 16px; padding: 0.25em; color: #333333; z-index: 2; position: relative
}
 
.large {
    font-size: 18px; padding: 0.25em; color: #222333; z-index: 1; position: relative
}
 
.largest {
    font-size: 22px; padding: 0.25em; color: #000000; z-index: 0; position: relative
}


/* Mobile & Tablet */
@media all and (max-width: 1050px) {
.horiz-banner, .vert-banner {display:none;}
div#results.twelve.grid > .row {

	width: 30%;

}

}

@media all and (max-width: 980px) {
	.three.columns.featured-item {
		height: 380px;
	}
	.featured-item:hover .anim_feat_block {
		bottom: 0;
	}
}
@media all and (max-width: 800px) {
.normal.text.input {
    width: 80%;
}
.smallest, .small, .medium, .large, .largest {
    font-size: 80%;
}
.featured-price {
    font-size: 20px;
}
.three.columns.featured-item {
		height: 420px;
	}
.item-info h4 {
	height: auto;
}
.sidenav-content {
	padding: 10px;
}
}


@media all and (max-width: 768px) {
.navbar ul {
	position:static;
	}
	
.row.price-box-head {display:none;}
.compareHeading {display: block;}
.list-style-buttons {width: 100%;}

.footerInner {
	background-image: none;
	}
.featured-img {
	height: auto;
	text-align: center;
}

.featuredImgHome {
    max-height: 180px;
    width: auto;
}
.three.columns.featured-item {
	height: auto;
	text-align: center;
	border-top:none;
	border-left:none;
	border-right:none;
}
.medium.primary.btn.filter-btn > input {
	font-size: 14px;
}
.btn.medium.icon-left a, .skiplink.medium.icon-left a {
    font-size: 60%;
    padding-left: 26px;
}
.sidenav-content a {
    font-size: 12px;
}
div#results.twelve.grid > .row {
	height: 320px;
}

}


@media all and (max-width: 500px) {

.home-merchant {
	width: 100%;
}

div#results.twelve.grid > .row {

	width: 100%;

}
#breadcrumb {display:none;}

}
.dojoxEllpsis {
	text-overflow: ellipsis;
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
}

.custom_html_block p, .custom_html_block {
	color: #eeeeee;
}
.price_col {
    font-size: 25px;
    padding: 5px 0;
}
