/*
Name: AllProWebTools Default Layout
Author: LaserEyes
Date: May 2013
Version: 2.0
Reliable gradient generator:
	http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/
*/

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}

.nivoSlider {
	margin-left:-11px !important;
	margin-top:0px !important;
}

/*set a border on the images to prevent shifting*/
#product-gallery img{border:2px solid white;}
/*Change the colour*/
#product-gallery .active img{border:2px solid #eeeeee !important;}

#product-gallery .product-gallery-thumb {
	width:50px;
	margin:0px;
}

body {
	margin:0;
	padding:0px;
	/* :|:PARTEXTCOLORBEGIN:|: */
	color:#727272;
	/* :|:PARTEXTCOLOREND:|: */
	/* :|:PAGEBACKGROUNDBEGIN:|: */
	background: #cccccc url('../images/bg.jpg') top left repeat;
	/* :|:PAGEBACKGROUNDEND:|: */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /* 12px */
	overflow-x: hidden;
}

/* WISYWIG color (if content background dark change this color) */
body.mce {
	background:#FFFFFF;
}

/* -----------------------------------*/
/* ---------->>> Layout <<<-----------*/
/* -----------------------------------*/
#content {
	width:1000px;
	min-height:500px;
	margin:10px auto;
	/* :|:CONTENTBACKGROUNDBEGIN:|: */
	background:#FFFFFF;
	/* :|:CONTENTBACKGROUNDEND:|: */
	box-shadow: 5px 5px 5px #000000;
}


#header {
	width:100%;
	background-image: url('../images/header.png');
	background-position: center;
	background-repeat: no-repeat;
}

#headercontent {
	width:1000px;
	height:140px;
	margin:0 auto;
}

#headersocial {
	display:inline;
	float:right;
	margin-top:5px;
}

#headersocial img{
	width:34px;
}

#logo{
	position:relative;
	top:5px;
	left:25px;
	margin:0px;
	z-index:3;
}

#left_sidebar {
	float:left;
	width:165px;
	margin:2px;
	top:0px;
	padding-right:5px;
}

/* 3 column layout */
#main {
	float:left;
	width:650px;
	margin:2px 2px 20px 2px;
	top:0px;
	min-height:300px;
}

/* content and right column */
#main-content-right {
	float:left;
	width:790px;
	padding-left:20px;
	margin:2px 2px 20px 2px;
	top:0px;
	min-height:300px;
}

/* left column and content */
#main-left-content {
	float:left;
	width:790px;
	padding-right:20px;
	margin:2px 2px 20px 2px;
	top:0px;
	min-height:300px;
}

/* one column */
#main-one-column {
	float:left;
	width:960px;
	padding-left:20px;
	margin:2px 2px 20px 2px;
	top:0px;
	min-height:300px;
}

#right_sidebar {
	float:left;
	width:165px;
	margin:2px;
	top:0px;
}

footer {
	width:100%;
	background: #EEE;
	border-top: 1px solid grey;
}

#footercontent {
	width:1000px;
	margin:0 auto;
}

#footercontent table td {
	vertical-align: top;
}

#footerright {
	width:60%;
	float:right;
}

.social-media{
	padding:0px;
	width:35px;
	margin:0px 5px 1px 0px;
	display:inline;
}

.seals {
 height:51px;
 margin:5px;
}

#footer_links{
	position:relative;
	margin:20px 5px 5px 5px;
	padding:0px;
}

/* -----------------------------------*/
/* ---------->>> Global <<<-----------*/
/* -----------------------------------*/
h1 {font-size: 2em;} /* 32px */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4, .rheader {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h1, h2, h3, h4, h5, h6, .rheader {
	/* :|:HEADTEXTCOLORBEGIN:|: */
	color:#3e5b97;
	/* :|:HEADTEXTCOLOREND:|: */
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

p {
	padding:5px;
	margin:5px;
}

a {
	color:#007AFF;
	text-decoration:none;
}

a:hover {
	color:#1021A0;
}

a:active {
	color:#08090d;
}

.dictionary {
	color:#727272;
}

img {
	border:0px;
	margin:10px;
	border-radius:5px;
	max-width:100%;
}

::selection {
	color: #666666;
	background: yellow;
}

form {
	margin:0px;
	padding:0px;
}

input {
	margin:0px;
	padding:0px;
}

input[type=submit], .fakebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background-image: -ms-linear-gradient(top, #63B8EE 0%, #468CCF 100%);
	background-image: -moz-linear-gradient(top, #63B8EE 0%, #468CCF 100%);
	background-image: -o-linear-gradient(top, #63B8EE 0%, #468CCF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63B8EE), color-stop(1, #468CCF));
	background-image: -webkit-linear-gradient(top, #63B8EE 0%, #468CCF 100%);
	background-image: linear-gradient(to bottom, #63B8EE 0%, #468CCF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	padding:3px 9px;
	margin:3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
	text-transform: capitalize;
}

input[type=submit]:hover, .fakebutton:hover {
	color:#ffffff;
	background-image: -ms-linear-gradient(top, #1E62D0 0%, #3D94F6 100%);
	background-image: -moz-linear-gradient(top, #1E62D0 0%, #3D94F6 100%);
	background-image: -o-linear-gradient(top, #1E62D0 0%, #3D94F6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1E62D0), color-stop(1, #3D94F6));
	background-image: -webkit-linear-gradient(top, #1E62D0 0%, #3D94F6 100%);
	background-image: linear-gradient(to bottom, #1E62D0 0%, #3D94F6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}

input[type=submit]:active, .fakebutton:active {
	position:relative;
	top:1px;
}

/* -----------------------------------*/
/* ----->>> Navigation Bar <<<--------*/
/* -----------------------------------*/
#top_nav {
	background: #cccccc url('../images/menu.png') top left no-repeat;
	width:992px;
	height:32px;
	margin: 0 auto;
	padding: 4px;
	box-shadow: 5px 5px 5px black;
}

#navbar {
	width:998px;
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
}

#navbar li a, #navbar li {
 float: left;
}

#navbar li {
 list-style: none;
 position: relative;
}

#navbar li a {
	padding: .75em 1.9em;
	text-decoration: none;
	color: #ffffff;
	font-weight:bolder;
	text-shadow: black 0.1em 0.1em 0.2em;
	background: rgba(51, 51, 44, 0.65);
	box-shadow: inset 0 0 10px #4B4A4A;
}

#navbar li a:hover {
	background: rgba(255, 245, 0, 0.88);
	color: #000000;
	text-shadow: white 0.1em 0.1em 0.2em;
}

/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#navbar li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
 z-index:1000;
}

#navbar li:hover > ul {
 display: block;
 border-right: 1px solid #BDBDBD;
 border-left: 1px solid #BDBDBD;
 border-bottom: 1px solid #BDBDBD;
 border-top: 1px solid #BDBDBD;
}

#navbar li ul li, #navbar li ul li a {
 float: none;
}

#navbar li ul li a {
	background:#EDEDED;
	width: 120px;
	min-width: 100px;
	display: block;
}

/* SUBSUB Menu */

#navbar li ul li ul {
 display: none;
}

#navbar li ul li:hover ul {
 left: 100%;
 top: 0;
}

/* -----------------------------------*/
/* ----->>> Member Navigation<<<------*/
/* -----------------------------------*/
#member {
	background: grey;
	width:100%;
	height:25px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid grey;
}

#membernav {
	width:998px;
	background: grey;
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
}

#membernav li a, #membernav li {
 float: left;
}

#membernav li {
 list-style: none;
 position: relative;
}

#membernav li a {
 padding: .45em 1.5em;
 text-decoration: none;
 color: #FFF;
	background: grey;
 border-right: 1px solid #3c3c3c;
}

#membernav li a:hover {
 color: #000;
 background: #e7e7e7;
}

/* Member Submenu */

#membernav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
 z-index:1000;
}

#membernav li:hover > ul {
 display: block;
 border-right: 1px solid #3c3c3c;
 border-left: 1px solid #292929;
 border-bottom: 1px solid #232323;
 border-top: 1px solid #545454;
}

#membernav li ul li, #membernav li ul li a {
 float: none;
}

#membernav li ul li a {
 width: 100px;
 min-width: 100px;
 display: block;
}

/* -----------------------------------*/
/* ------->>> Search Box <<<----------*/
/* -----------------------------------*/
#searchnav {
	width:200px;
	background: rgba(255, 245, 0, 0.88);
	padding:5px;
	border-radius:5px;
	float:right;
	margin:5px 20px 0px 0px;
	text-align:right;
}

#search {
	float: right;
	width: 195px;
	height: 38px;
	position: relative;
	margin-top: 0;
}

#search input#user-search {
	height: 34px;
	width: 150px;
	margin: 0;
	border: none;
	font-weight: bold;
	border-radius:5px;
	box-shadow: inset 1px 0 3px #666666;
	background: #000000;
	color: #FFF;
	text-shadow: 0 1px 1px #666666;
	padding: 0 38px 0 8px;
}

/* search placeholder: webkit */
#user-search::-webkit-input-placeholder { color:#FFF; font-weight: bold; }

/* search placeholder: mozilla */
#user-search::-moz-placeholder { color:#FFF; font-weight: bold; }

#search input#button {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0px;
	right: 5px;
	border-style: none;
	text-indent: -9999px;
	background: transparent;
	background-image: url(../images/search-button.png);
	border: 0;
	filter: 0;
	cursor: pointer;
}

#search input#button:hover {
  background-position: 0 -26px;
}

#search input#button:active {
  top: 1px;
}

#searchnav .login a, .phone {
	color:#000000;
}

/* -----------------------------------*/
/* ------>>> Sidebar Modules <<<------*/
/* -----------------------------------*/
.sidebar_nav{
	color:#ff0000;
	padding: 4px 0px 4px 0px;
	margin: 4px 0px 4px 0px;
}

.featured{
	margin-left:5px;
	text-align:center;
}

.reviews {
	width:90%;
	margin:0 auto;
	border-bottom: 1px dotted #8D8D8D;
}

.article_rotator{
	float:left;
	display:block;
	margin:10px;
	padding:5px;
	border:1px solid #cccccc;
	border-radius:5px;
	width:145px;
	min-height:225px;
	font-weight:bold;
}

/* -----------------------------------*/
/* -------->>> Blog Layout <<<--------*/
/* -----------------------------------*/

.blog-display{
	width: 95%;
}

.blog-display.left {
	width: 15%;
	float: left;
}

.blog-display.right {
	width: 80%;
	float: right;
	font-size:14px;
}

.blog-display.readmore {
	font-size:16px;
}

.blogthumb {
	max-width: 100%;
	max-height:140px;
}

.authorship {
	width: 95%;
	background:#eeeeee;
	padding:10px;
	border-radius:10px;
}

.authorship h4{
	margin-top:0px;
	margin-bottom:10px;
}

.authorship .left {
	float: left;
	width:100px;
	height:100px;
	border-radius:100%;
	background-position: top center;
	background-size: cover;
}

.authorship .right {
	width: 80%;
	float: right;
	font-size:14px;
}

.tagcloud h5 {
	border-bottom: 1px dotted #8D8D8D;
	font-weight:bold;
}

.tagcloud ul {
	width:95%;
	list-style: none outside none;
	margin: 2px 0px 0px;
	padding: 5px 0px 5px 10px;
}

.tagcloud li {
	display:inline-block;
	padding: 5px 5px 5px 0px;
}

.tagcloud a.tag1 { font-size: 0.8em; font-weight: 100; }
.tagcloud a.tag2 { font-size: 0.85em; font-weight: 200; }
.tagcloud a.tag3 { font-size: 0.9em; font-weight: 300; }
.tagcloud a.tag4 { font-size: 1.0em; font-weight: 400; }
.tagcloud a.tag5 { font-size: 1.1em; font-weight: 500; }
.tagcloud a.tag6 { font-size: 1.2em; font-weight: 600; }
.tagcloud a.tag7 { font-size: 1.3em; font-weight: 700; }
.tagcloud a.tag8 { font-size: 1.5em; font-weight: 800; }
.tagcloud a.tag9 { font-size: 1.7em; font-weight: 900; }
.tagcloud a.tag10 { font-size: 1.8em; font-weight: 900; }

.rssbox h5 {
	border-bottom: 1px dotted #8D8D8D;
	font-weight:bold;
}

.blogcategory h5 {
	border-bottom: 1px dotted #8D8D8D;
	font-weight:bold;
}

.blogcategory select {
	width: 100%;
}

.blogcategory ul {
	list-style: none outside none;
	margin: 2px 0px 0px;
	padding: 5px 0px 5px 10px;
}

.recentposts h5 {
	border-bottom: 1px dotted #8D8D8D;
	font-weight:bold;
}

.recentposts ul {
	list-style: none outside none;
	margin: 2px 0px 0px;
	padding: 5px 0px 5px 10px;
}

/* -----------------------------------*/
/* -------->>> Pagination <<<---------*/
/* -----------------------------------*/
.pagination-holder {
  width: 90%;
  text-align: center;
}

.pagination li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
}
.pagination a{
	border:solid 1px #8D8D8D;
	margin-right:2px;
}
.pagination .previous-off,
.pagination .next-off,
.pagination .pag-off {
	border:solid 1px #DEDEDE;
	color:#888888
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
.pagination .next a,
.pagination .previous a {
	font-weight:bold;
}
.pagination .active{
	background:#8D8D8D;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
.pagination a:link,
.pagination a:visited {
	color:#0e509e
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
.pagination a:hover{
	border:solid 1px #1C232C;
}

/* -----------------------------------*/
/* -------->>> Sign up Box <<<--------*/
/* -----------------------------------*/

.leadbox {
	display: block;
	padding:10px;
	box-sizing: content-box;
}

.leadbox input[type=text],
.leadbox input[type=password],
.leadbox input[type=email],
.leadbox input[type=tel],
.leadbox select,
.leadbox textarea {
	width:95%;
	padding:2px;
	margin-bottom:5px;
}


/* -----------------------------------*/
/* ------>>> Product Layout <<<-------*/
/* -----------------------------------*/
.product-list {
	padding:5px;
	margin:0 auto;
}

.product-box {
	background: #F7F7F7;
	border: 1px solid #E7E8E6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 5px 0px 0px;
	margin: 4px 10px;
	text-align: center;
	color: #8D8B8B;
	min-height:160px;
	float:left;
}

.product-box img {
	max-width:90%;
}

.product-box .rheader {
	margin-left:10px;
	font-size:1.0em;
}

.category-grid {
	background: #F7F7F7;
	border: 1px solid #E7E8E6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 5px 0px 0px;
	margin: 4px 10px;
	text-align: center;
	color: #8D8B8B;
	min-height:160px;
	float:left;
}

.category-grid .rheader {
	margin-left:10px;
	font-size:1.0em;
}

#product{
	width:550px;
	padding:20px 10px 20px 35px;
	margin:0px;
	font-weight:bold;
}

.prod_info{
	width:595px;
	margin:5px 5px 30px 5px;
	padding:0px;
	border:1px solid #888888;
}

.prod_info_header{
	padding:3px 3px 0px 3px;
	position:relative;
	top:-23px;
	background-color:#48b9eb;
	width:100px;
	height:23px;
	color:#ffffff;
	font-weight:bold;
	font-size:1em;
	text-align:center;
	margin:0px;
}

img.product{
	float:left;
	margin:5px 10px 5px 5px;
}



.productname {
	margin-left:10px;
	font-size:1.4em;
}

.prodprice {
	text-decoration:none;
	font-size:1.25em;
}

.qtydiscounts {
	display:none;
	text-align:center;
	margin-left:50px;
}

.outofstock {
	margin:0px 0px 0px 5px;
	padding:0px;
	float:right;
}

.reviewheader {
	margin:20px;
}

.socialwidgets {
	width: 175px;
}

.socialtoprow {
	padding-top:10px;
}

.socialfb {
	border:none;
	overflow:hidden;
	width:80px;
	height:21px;
}

.socialtwitter {
 margin-right:-30px;
 display:inline;
}

/* Product sidebar */
ul.productsidebar {
	list-style:none;
	margin:0px;
	padding: 5px 0px 5px 10px;
	margin-top:2px;
}

.productsidebar li {
	margin-bottom: 10px;
}

p.category {
	padding: 6px 4px;
	font-size: 1.1em;
	line-height: 100%;
	color: white;
	background-color: #8D8D8D;
	border-radius:5px;
	font-weight: bold;
}

/* Shopping Cart */
#cart {
	margin:10px auto;
	width:100%;
}

#cart th, #cart td{
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom:1px solid #CECECE;
}

.cart-description {
	width:50%;
}

.cart-qty {
	width:5%;
}

.cart-price {
	width:20%;
}

.cart-total {
	width:5%;
}



.cart-subtotal {
	float:right;
	background:#eeeeee;
	border-radius:5px;
	width:40%;
}

.cart-subtotal  tr{
	text-align:right;
}

.shopping-related {
	background:#eeeeee;
	border-radius:5px;
	width:100%;
	height:200px;
}
.shopping-related h5{
	padding:10px 0px 0px 10px;
	margin-bottom: 0px;
}
.shopping-related .featured{
	float:left;
	margin:0px 10px;
	width:14%;
}

/* Login Box */
.loginbox {
	display:block;
	margin:5px auto;
	width:80%;
	border: 1px solid #666666;
	border-radius:5px;
	padding:5px 30px 10px 30px;
}

.loginfield {
	width:60%;
	border-radius:5px;
	padding:5px 10px;
}

.loginemail {
	width:60%;
}

.loginpass {
	width:40%;
}

/* 2-step checkout */
.checkoutbox {
	display:block;
	margin:5px auto;
	padding:5px 30px 10px 30px;
}

.countryselect {
	width:180px;
}

.bigcontinue {
	padding: 8px 15px !important;
}

.checkoutpaypal {
	margin: 10px 0px 0px 0px;
}

/* Order Summary */
.stickyright {
	/*position: fixed;
	top:220px;*/
}

#ordersumm {
	margin:10px auto;
	width:395px;
	max-width:395px;
}

.orderinfobox {
	background: #eeeeee;
	border-radius: 5px;
	padding:5px 10px;
	margin:10px 0px;
	border: 1px solid #B2B2B2;
}

#ordersumm th, #ordersumm td{
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom:1px solid #CECECE;
}

#ordersumm .product{
	width:50px;
}

#summleft {
	border-right: 1px solid #B2B2B2;
	float: left;
	display:block;
	padding-right: 25px;
	width: 495px;
}

#summright {
	float: right;
	display:block;
	overflow: hidden;
	width: 399px;
}

/* Add to cart Box */
.header_row {
	background-color:#8D8D8D;
	position:relative;
	height:20px;
	top:-3px;
	left:-3px;
	margin:0px;
	padding:0px;
	width:104%;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
}



/* -----------------------------------*/
/* ----->>> My Account Layout <<<-----*/
/* -----------------------------------*/
#accountHeader {
	overflow: hidden;
	margin-left:10px;
}

#primaryInfo {
	height: 178px;
	position: relative;
}
#primaryInfo li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 45px;
	width: 210px;
	border-right: 1px dashed #CCC;
	height: 100%;
}
#primaryInfo li li {
	float: none;
	width: auto;
	margin: 3px 0;
	font-size: 11px;
	border: 0;
	padding: 0;
	height: auto;
}
#primaryInfo .shipping {
	padding: 0 55px 0 10px;
}
#primaryInfo .user {
	border: 0;
}
#orderTable {
	width: 100%;
	margin: -10px 0 7px;
	border-width: 0px;
	border-spacing: 0px;
	display: table;
	border-collapse: separate;
	border-color: gray;
}
#orderTable th {
	background: #F8F8F8;
	border-bottom:1px dashed #CCC;
	font-size: 9px;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 0 3px 5px;
}

#orderTable tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	border-bottom:1px dashed #CCC;
}

#orderTable .odd {
	background: #F8F8F8;
}

h3.cih, caption.cih {
	font-family: Verdana, Arial, sans;
	padding: 12px 10px;
	clear: both;
	text-transform: uppercase;
	text-align: left;
	background: #8D8D8D;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0 1px 1px #666666;
}

h1.hc, .h1hc {
	font: italic 21px Georgia, "Times New Roman", serif;
	width: auto;
	float: left;
	padding: 0;
}

h4.hc, h4hc {
	font-family: Verdana, Arial, sans;
	color: #585A5D;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
	float: left;
	font-size: 9px;
	text-align: left;
	margin: 0px 0 10px 0;
	padding: 0;
}

.rnd {
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
}



.accountbutton{
	background-image:url('../images/icons/tick.png');
	background-repeat:no-repeat;
	background-position: center left;
	border-radius: 6px;
	color:#000000;
	background-color:#E8E8E8;
	border: 1px solid #DDD;
	font-weight:bolder;
	text-indent:20px;
	text-align:left;
	line-height:15px;
	cursor:pointer;
	padding:4px;
	margin:3px;
	font-size:12px;
}

.accountbutton:hover {
	background-color:grey;
	border: 1px solid #DDD;
	color:#ffffff;
}

.user_address {
	background-color:#E8E8E8;
	width:25%;
	margin:10px;
	float:left;
	padding:10px;
	border-radius:5px;
}

/* -----------------------------------*/
/* ------>>> Generic classes <<<------*/
/* -----------------------------------*/
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	display:block;
	margin:0 auto;
}

.middle {
	vertical-align:middle;
}

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

.rheader {
	font-weight:bold;
}

.inline {
	display:inline;
}

.ninja {
	display:none;
}

.clearfix {
	clear: both;
}

.emphasis {
	font-weight:bold;
}

.red {
	color:red;
}

.green {
	color:green;
}

.yellow {
	color:#C2C728;
}

.nomargin{
	 margin:0;
	 padding:0;
}

.error_message {
	vertical-align:middle;
	padding: 8px 3px 5px 14px;
	margin-bottom: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #EED3D7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #B94A48;
	background-color: #F2DEDE;
}

.success_message {
	vertical-align:middle;
	padding: 8px 3px 5px 14px;
	margin-bottom: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #468847;
	background-color: #dff0d8;
}

/* -----------------------------------*/
/* -------->>> Find a Store <<<------*/
/* -----------------------------------*/
.suggeststore {
	float:left;
	width:65%;
}

#map-canvas {
	width:100%;
	height:400px;
}

.suggeststore table {
	margin: 0 auto;
}

#map-canvas img {
	max-width:none;
}

.pickstate {
	float:left;
	width:30%;
	padding:0px 10px;
}

.pickstate .box{
	margin: 0px 0px 10px;
	padding-bottom: 20px;
}

.cards {
	margin:0;
}

#searchnav, #search input[type=text], #top_nav, #navbar {
	box-sizing: content-box;
}

.blogtitle {
  font-weight:bold;
	padding:5px 0 5px 0;
}

.blogblurb {
	border-top:1px solid #dadada;
	padding-top:5px;
}

#navbar li ul li a {
	width:inherit;
}