/*
Theme Name: FSR 2.0
Theme URI: http://www.foodstoragereviewer.com
Author: Brock Weaver
Author URI: http://www.brockweaver.com
Description: FSR stylesheet
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  nav,  section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: none;
}
a:hover,  a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
code {
	color:#555;
	font-size:11px !important;
}
/* =Global
----------------------------------------------- */
body,  button,  input,  select,  textarea {
	color: #757069;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin:0;
}
#page {
	margin:15px auto auto;
	width: 980px;
	font-family:Arial, Helvetica, sans-serif;
}
.logo {
	float:left;
	margin-bottom:-30px;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h2 {
	font-size:24px;
	/*color:#AACA72;*/
        color:#685143;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	font-size:18px;
	color:#856dab;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h3 a:link {
	text-decoration:none;
	color:#5C2946;	
}
h3 a:visited{
	text-decoration:none;
	color:#5C2946;	
}
h3 a:hover {
	color:#856DAB;
	text-decoration:underline;	
}
h3 a:focus{
	text-decoration:none;
	color:#5C2946;	
}
h3 a:active {
	text-decoration:none;
	color:#5C2946;	
}
h4 {
	font-size:16px;
	text-transform:uppercase;
	color:#5c2946;
	font-weight:bold;
	padding-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
}
h5 {
	font-size:16px;
	text-transform:uppercase;
	color:#606c56;
	font-family:Arial, Helvetica, sans-serif;
}
hr {
	background-color: #b5aca2;
	border: 0;
	height: 1px;
	margin:0;
}
/* Text elements */

p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,  sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,  input,  select,  textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,  input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
 *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,  html input[type="button"],  input[type="reset"],  input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fafafa), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6', GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,  html input[type="button"]:hover,  input[type="reset"]:hover,  input[type="submit"]:hover {
	/*background: #f5f5f5; /* Old browsers */
	/*background: -moz-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f5f5f5), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* IE10+ */
	/*background: linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* W3C */
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc', GradientType=0 ); /* IE6-9 */
	/*border-color: #bbb #bbb #aaa #bbb;*/
	color:#fff;
	background-color: #c8363e;
	border: 2px solid #eee;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
    padding: 6px 10px;
    text-decoration: none;	
	/*Rounded Corners*/
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Shadow*/
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
    -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	/*Font*/
    font-family: "Century Gothic", arial, sans-serif;
}
button:focus,  html input[type="button"]:focus,  input[type="reset"]:focus,  input[type="submit"]:focus,  button:active,  html input[type="button"]:active,  input[type="reset"]:active,  input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],  input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
 button::-moz-focus-inner,  input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type=text],  input[type=email],  textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,  input[type=email]:focus,  textarea:focus {
	color: #111;
}
input[type=text],  input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
.compShop {
	float:left;
	margin:0 15px 10px 0;
}
.compShop a:link, .compShop a:visited, .compShop a:hover, .compShop a:focus, .compShop a:active {
	color:#fff;	
}
.viewProd {
	float:left;
}
/* BUTTONS */
#readReviewButton {
	background: #e63f48;
	border: 2px solid #eee;
	height: 38px;
	width: 200px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 38px;
	font-size:22px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:4px;
	/*Rounded Corners*/
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Gradient*/
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	/*Shadow*/
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
  -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
#readReviewButton:hover {
	background-color: #c8363e;
}
#compShopButton {
	background: #e63f48;
	border: 2px solid #eee;
	height: 38px;
	padding:0 7px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 38px;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	/*Rounded Corners*/
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Gradient*/
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	/*Shadow*/
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
  -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
#compShopButton:hover {
	background-color: #c8363e;
}
#viewProdButton {
	padding:0 7px;
	background: #edb751;
	border: 2px solid #eee;
	height: 38px;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 38px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	/*Rounded Corners*/
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Gradient*/
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	/*Shadow*/
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
  -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
#viewProdButton:hover {
	background-color: #dfaa47;
}
.compShopButtonText {
	font-family:"Century Gothic", arial, sans-serif;
}
.viewProdButtonText {
	font-family:"Century Gothic", arial, sans-serif;
}
.readReviewButtonText {
	font-family:"Century Gothic", arial, sans-serif;
}
/* Links */
a {
	color: #856DAB;
}
a:visited {
	color: #856DAB;
}
a:hover,  a:focus,  a:active {
	color: #5c2946;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* =Menu
----------------------------------------------- */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	/*width: 99.89%;*/
	width:100%;
	height:40px;
	margin-bottom:0;
	font-size:15pt;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	padding:5px 0 11px 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 3.3em;
	text-transform:uppercase;
	color:#fff;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 99999;
	background:#ccc;
}
.main-navigation ul ul ul {
	/*left: 100%;*/
	top: 50%;
}
.main-navigation ul ul a {
	width: 400px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	background-color:#aaa;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,  .main-navigation li.current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}
#upperNav {
	height:45px;
	width:755px;
	background: url(https://www.foodstoragereviewer.com/wp-content/themes/fsr-2-0/images/nav/topLfNavBG.png) no-repeat left center;
	float:right;
}
.secondary-navigation {
	display: block;
	float: left;
	width: 530px;
	height:27px;
	background: #f5e9db repeat-y;
	border-top: 1px solid #b5aca2;
	border-bottom: 1px solid #b5aca2;
	margin-bottom:-2px;
	margin-left:23px;
	margin-top:17px;
}
.secondary-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-top: 0;
}
.secondary-navigation li {
	float: left;
	position: relative;
	padding:6px 0;
}
.secondary-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 1.5em;
	color:#757069;
	font-size:9pt;
}
.secondary-navigation a:hover {
	text-decoration:underline;
}
.top-rt-nav {
	float:right;
	font-size:8pt;
	text-align:right;
}
.searchBar {
	float:right;
	background: url(https://www.foodstoragereviewer.com/wp-content/themes/fsr-2-0/images/searchBG.png) no-repeat;
	height:45px;
	width:202px;
}
/* =UberMenu
---------------------------------------------- */
#megaMenu ul.megaMenu > li > a span.wpmega-link-title, #megaMenu ul.megaMenu > li > span.um-anchoremulator span.wpmega-link-title {
	text-transform:uppercase !important;
	padding-right:4px;
}
#megaMenu li.ss-nav-menu-mega ul.sub-menu.sub-menu-1 {
	padding-left:20px !important;
	margin-top:14px !important;
	/*margin-left:-1px !important;*/

	text-transform: none !important;
}
#megaMenu.megaFullWidth {
	z-index:99 !important;
}
/* =Masthead

----------------------------------------------- */
#mast {
	clear:both;
	position:relative;
	min-height: 392px;
}
#weDo .rev-button {
	position:relative;
	left:70px;
	top:10px;
}
#weDo p {
	padding-bottom: 20px;
	margin:0;
	text-align:center;
	font-weight:bold;
	line-height:17px;
	word-spacing:4px;
}
#rotate {
	margin:0;
	padding:0;
	overflow:inherit;
}
#weDo {
	float:left;
	background:url(https://www.foodstoragereviewer.com/wp-content/themes/fsr-2-0/images/we-do/whatWeDoBG.png) no-repeat;
	height: 338px;
	left: 10px;
	position: absolute;
	top: 24px;
	width: 355px;
	z-index: 10;
}
#whatMatters {
	margin-top:15px;
	/*max-width:1060px;*/
	clear:both;
}
#whatMatters img {
	max-width:100%;
}
#whatMattersleft {
	float:left;
	background:url(https://www.foodstoragereviewer.com/wp-content/themes/fsr-2-0/images/midNav/whatMatters.jpg) no-repeat 10px 7px;
	height:143px;
	width:235px;
	text-align:center;
	color:#757069;
}
#whatMatters p {
	margin:0;
	padding:90px 0 0 14px;
	text-align:center;
	color:#757069;
	line-height:1.2em;
	font-size:10pt;
	width:90%
}
#whatMattersright {
	float:right;
	padding:50px 0 20px 0;
	width:735px;
}
#whatMattersright ol {
	list-style: none outside none;
	margin:0;
	padding:0;
}
#whatMattersright .profileButton {
	float: right;
	height: 88px;
	width: 100%;
}
#whatMattersright .profileButton .hover {
	background: url(https://www.foodstoragereviewer.com/wp-content/themes/fsr-2-0/images/midNav/whatMattersSprite.jpg) no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 57px;
	width: 145px;
}
#whatMattersright .profileButton .hover.taste {
	background-position: 0 0;
}
#whatMattersright .profileButton .hover.taste:hover {
	background-position: 0 -70px;
}
#whatMattersright .profileButton .hover.prep {
	background-position: -152px 0;
}
#whatMattersright .profileButton .hover.prep:hover {
	background-position: -152px -70px;
}
#whatMattersright .profileButton .hover.price {
	background-position: -304px 0;
}
#whatMattersright .profileButton .hover.price:hover {
	background-position: -304px -70px;
}
#whatMattersright .profileButton .hover.shelf {
	background-position: -455px 0;
}
#whatMattersright .profileButton .hover.shelf:hover {
	background-position: -455px -70px;
}
#whatMattersright .profileButton .hover.space {
	background-position: -608px 0;
}
#whatMattersright .profileButton .hover.space:hover {
	background-position: -608px -70px;
}
#whatMattersright .profileButton a {
	text-decoration: none;
}
.figure {
	float:left;
	width:15%;
}
.figure img {
	display: block;
	margin: 0 auto 0.9em;
}
/* =Content
----------------------------------------------- */
#primary {
	float: right;
	margin: 1% 0 0 -29.4%;
	width: 100%;
}

#secondary {
	float: left;
	width: 27.3%;
	margin-top:3%;
	margin-bottom:20px;
	padding-right:10px;
	border-right: 2px dotted #BDBDBD;
	font-size:13px;
}
#secondary a {
	color:#757069;
	font-weight:normal;
	text-decoration:none;
}
#secondary a:hover {
	text-decoration:underline;
	color:#5c2946;
}
#secondary ul {
	list-style:none;
}
#secondary li {
	padding:2px 0;
}
#secondary select {
	margin-left:40px;	
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
	/*border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 3px #CCCCCC;
    padding: 0 20px 10px;*/
}
.page-title-secondary {
	font-size:34px;	
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px #ddd;
	color:#448A8A;
	margin-top:25px;
	line-height:1.2em;
}
.entry-title, .post-title, .page-title, .post-title-product {
	font-size:50px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px #ddd;
	color:#605C56;
	margin-top:25px;
	line-height:1em;
}
.entry-title, .post-title, .page-title, .entry-title-blog, .post-title-product a:link {
	color:#605c56;
	text-decoration:none;
}
.entry-title-blog a:link {
	color:#605c56;
	text-decoration:none;	
}
.entry-title-blog a:visited {
	color:#605c56;
	text-decoration:none;	
}
.entry-title-blog a:hover {
	color:#aaca72;
	text-decoration:none;
}
.entry-title-blog a:focus {
	color:#605c56;
	text-decoration:none;	
}
.entry-title-blog a:active {
	color:#605c56;
	text-decoration:none;	
}
.entry-title, .post-title-product a:visited {
	color:#605c56;
	text-decoration:none;
}
.entry-title, .post-title-product a:hover {
	color:#aaca72;
	text-decoration:none;
}
.entry-title, .post-title-product a:focus {
	color:#605c56;
	text-decoration:none;
}
.entry-title, .post-title-product a:active {
	color:#605c56;
	text-decoration:none;
}
.entry-title-blog {
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px #ddd;
	color:#605C56;
	margin-top:15px;
	line-height:30px;
}
.post-title-product {
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px #ddd;
	color:#605C56;
	margin:15px 0;
	line-height:35px;
}
.entry-meta {
	clear: both;
	font-size:14px;
	padding:5px 0 3px 3px;
}
.readMore {
	text-transform:uppercase;
	font-size:14px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}
.readMore a {
	color:#c8363e;	
	text-decoration:none;
}
.readMore a:hover {
	color:#856DAB;
	text-decoration:underline;
}
.byline {
	display: none;
}
.single .byline,  .group-blog .byline {
	display: inline;
}
.entry-content,  .entry-summary {
	margin: 1.5em 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.entry-summary {
	text-align:justify;	
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.form-allowed-tags {
	font-size:12px;
}
.profile-title {
	margin-top:20px;
	margin-left:-5px;
}
.ratings-heading {
	font-size:17px;
	margin-top:-20px;
}
.ratings-heading h1 {
	font-size:32px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.breadcrumbs {
	font-size:12px;	
}
/* =Product Pages
---------------------------------------------- */
#prod {
}
#prod .overview {
	font-size:14px;	
	float:right;
	width:51%;
	padding-top:20px;
}
#prod .overview span {
	color:#5C2946;
}
#prod .total {
	font-size:35px;
	font-weight:bold;
	padding-top:17px;
	padding-right:30px;
	float:right;
	line-height:38px;
	text-align:center;
}
#prod .total span {
	font-size:35px;	
	color:#f0bc59;
}
#prod .top-rating {
	border:1px solid #ccc;
	padding:15px 15px 0 0;
	margin-bottom:25px;
}
#prod .total .rating {
	color:#757069;
}
#prod .left {
	font-size:14px;
	float:left;
	padding-left:6px;
}
#prod span {
	font-weight:bold;
	color:#5C2946;
	font-size:15px;
}
.rating-details span {
	color:#5C2946;
	font-weight:bold;
	font-size:18px;
}
.rating-details-img {
	margin-right:15px;
}
/* =Company Pages 
---------------------------------------------- */
#comp {
}
#comp .left {
	float:left;
	width:43%;
	height:216px;
}
#comp .summary {
	margin:20px 0 30px 16px;
	font-size:14px;
}
#comp .logoSmall {
	padding-top:65px;
	padding-left:8px;
}
#comp .right {
	float:right;
	width:55%;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#comp hr {
	margin-bottom:28px;
}
#comp h4 {
	color:#5C2946;
}
#comp span {
	font-weight:bold;
	color:#5C2946;
	font-size:15px;
	line-height:29px;
}
#comp .found {
	padding-right:68px;
}
#comp .head {
	padding-right:34px;
}
#comp .sis {
	padding-right:6px;
}
#comp .prod {
	padding-right:38px;
}
#comp .type {
	padding-right:27px;
}
#comp #reviewProd .product {
	margin-top:15px;
}
#comp #reviewProd .pic {
	float:left;
	width:28%;
	text-align:center;
}
#comp #reviewProd .content {
	float:right;
	width:72%;
}
#comp #reviewProd a {
	font-style:italic;
}
.compNav {
	margin-top:10px;
}
.compNav .navigate {
	font-size:20px;
	text-transform:uppercase;
	width:100%;
	text-align:center;
}
.compNav .navigate ul {
	display:block;
	list-style:none;
	margin:3px 0 0 0;
	padding:0;
}
.compNav .navigate li {
	padding:0 15px;
	display:inline;
}
.companies {
	margin-top:20px;
}
.companies h2 {
	color:#5c2946;
	font-size:30px;
	text-align:center;
}
.companies img {
	margin-bottom: 10px;
}
.companies ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
.companies li {
	padding-right:25px;
	display:inline;
}
.companies .food {
	margin-bottom:20px;
}
.companies .water {
	margin-bottom:20px;
}
.companies .heat {
	margin-bottom:20px;
}
.companies .power {
	margin-bottom:20px;
}
.companies .supplies {
	margin-bottom:20px;
}
/* =Ratings Page 
---------------------------------------------- */
#ratingsPage {
	text-align:justify;
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#ratingsPage p {
	padding:0 0 0 75px;
	margin:0px;
}
#ratingsPage a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
#ratingsPage a:hover {
	text-decoration:none;
	font-weight:normal;
}
#ratingsPage .taste {
	width:650px;
	height:130px;
	margin-bottom:30px;
	background-color:#014a79;
	padding:15px 15px 15px 10px;
}
#ratingsPage .space {
	width:650px;
	height:130px;
	margin-bottom:30px;
	background-color:#da6e16;
	padding:15px 15px 15px 10px;
}
#ratingsPage .price {
	width:650px;
	height:130px;
	margin-bottom:30px;
	background-color:#3f8a8e;
	padding:15px 15px 15px 10px;

}
#ratingsPage .shelf {
	width:650px;
	height:130px;
	margin-bottom:30px;
	background-color:#b6821d;
	padding:15px 15px 15px 10px;
}
#ratingsPage .prep {
	width:650px;
	height:130px;
	margin-bottom:30px;
	background-color:#5c2946;
	padding:15px 15px 15px 10px;
}

/* =Profile Pages
---------------------------------------------- */
#taste .ratings {
	background-color:#E1E1E1;
    color: #014A79;
    font-size: 23px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;	
	font-family:Arial, Helvetica, sans-serif;
}
#taste .ratings.editor {
	color:#fff;
	background-color:#014A79;
}
#prep .ratings {
	background-color:#E1E1E1;
    color: #5C2946;
    font-size: 23px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;	
}
#prep .ratings.editor {
	color:#fff;
	background-color:#5C2946;
}
#price .ratings {
	background-color:#E1E1E1;
    color: #3F8A8E;
    font-size: 23px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;	
	font-family:Arial, Helvetica, sans-serif;
}
#price .ratings.editor {
	color:#fff;
	background-color:#3F8A8E;
}
#shelf .ratings {
	background-color:#ededed;
    color: #B6821D;
    font-size: 23px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;	
	font-family:Arial, Helvetica, sans-serif;
}
#shelf .ratings.editor {
	color:#fff;
	background-color:#B6821D;
}

#space .ratings {
	background-color:#E1E1E1;
    color: #DA6E16;
    font-size: 23px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;	
	font-family:Arial, Helvetica, sans-serif;
}
#space .ratings.editor {
	color:#fff;
	background-color:#DA6E16;
}

/* =Social
---------------------------------------------- */
.side-social {
	margin:0 0 25px 35px;
	width:88%;
}
.fb-like {
	padding:0;
	float:left;
}
.pin-it {
	float:left;
	padding:0 8px 6px 5px;
}
.g-plusone {
	float:left;
}
.social .button {
	float: right;
	height: 50px;
	width: 235px;
	margin-bottom:15px;
	margin-top:-5px;
}
.social a {
	text-decoration:none !important;
}
.social .button .hover {
	background: url(https://www.foodstoragereviewer.com/wp-content/themes/fsr-2-0/images/fsr-social-sprite.png) no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 35px;
	width: 37px;
	text-decoration:none !important;
}
.social .button .hover.fb {
	background-position: 0 0;
}
.social .button .hover.fb:hover {
	background-position: 0 -35px;
}
.social .button .hover.goog {
	background-position: -37px 0;
}
.social .button .hover.goog:hover {
	background-position: -37px -35px;
}
.social .button .hover.pint {
	background-position: -76px 0;
}
.social .button .hover.pint:hover {
	background-position: -76px -35px;
}
.social .button .hover.yout {
	background-position: -114px 0;
}
.social .button .hover.yout:hover {
	background-position: -114px -35px;
}
.social .button .hover.twit {
	background-position: -152px 0;
}
.social .button .hover.twit:hover {
	background-position: -152px -35px;
}
.social .button a {
	text-decoration: none;
}
/* =Footer
---------------------------------------------- */
#colophon {
	clear: both;
}
.site-footer {
	padding: 1em 2em 2em 2em;
	border-top: #b5aca2 1px solid;
}
.site-info {
	margin:0 auto;
	text-align:center;
	font-size:12px;
}
.site-info p {
	margin-bottom:8px;
}
.authorizeNet {
	float: left;
    padding-bottom: 20px;
    padding-left: 130px;
}
.footerLinks {
	float: right;
    padding-right: 115px;
    padding-top: 20px;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,  .archive .format-aside .entry-title {
	display: none;
}
.widget-title {
	padding:0 0 7px 28px;
}
#editorPick {
	margin:0 0 29px 0;
	padding:0;
	overflow:inherit;
	height:250px;
}
#editorNav {
	margin:0;
	padding:0;
	position:relative;
	z-index:25;
}
#editorNav ul {
	display:block;
	list-style:none;
	margin:0px;
}
#editorNav li#next {
	float:right;
	padding:0;
}
#editorNav li#prev {
	float:left;
	padding:0;
}
#editorNav li#next a {
	background:url(https://www.foodstoragereviewer.com/wp-content/themes/fsr-2-0/images/editor-pick/editor-arrowRT.jpg) no-repeat;
	height:17px;
	width:19px;
	margin:-46px 139px 0 0;
	padding:0;
}
#editorNav li#prev a {
	background:url(https://www.foodstoragereviewer.com/wp-content/themes/fsr-2-0/images/editor-pick/editor-arrowLF.jpg) no-repeat;
	height:17px;
	width:19x;
	margin:-46px 0 0 125px;
	padding:0;
}
#editorNav li a {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
}
/* =Media
----------------------------------------------- */
img {
	max-width: 100%;
}
.attachment-post-thumbnail.wp-post-image {
	width:20%;
	float:left;
	margin-right:15px;
}
.site-header img, .entry-content img, .comment-content img,  .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,  .entry-content img,  img[class*="align"],  img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img, .entry-content img, img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,  .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,  .wp-caption.alignleft,  .wp-caption.alignright {
	margin-bottom: 5px;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	font-size: 11px;
	margin: 0.4075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,  iframe,  object {
	max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	font-size:12px;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* =Gravity Forms
----------------------------------------------- */
.gform_wrapper .top_label input.medium {
	font-size:14px;
}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	font-size:14px;
}
.gform_wrapper .top_label .gfield_label {
	color:#856DAB;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	font-weight:normal;
	text-transform:uppercase;
}
.gform_wrapper .gfield_required {
	color:#777 !important;
}
.gform_wrapper form {
	font-family:Arial, Helvetica, sans-serif;
}
/* =Comments
----------------------------------------------- */
.bypostauthor {
}
/* =Widgets

----------------------------------------------- */
.widget {
	margin:0;
}
/* Search widget */

#searchsubmit {
	display: none;
}
#searchform {
	margin-top:8px;
	margin-right:10px;
	text-align:right;
}
#s {
	color:#b5aca2 !important;
	font-style:italic;
	font-size:8pt;
	width:125px;
	margin:0;
}
/****** MARKET PRESS STYLES or Store Page Styles ******/
.storeInfo {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
.storeInfoBorder {
	border: #ccc 1px solid;
	margin-bottom: 15px;
    padding: 12px 15px 0 10px;
	background-color:#f1f1f1;	
}
.storeInfoButton {
	float:left;
	width:185px;
	padding-bottom:20px;
}
.storeInfoButtonText {
	float:right;
	width:69%;
	padding-bottom:25px;
	font-style:italic;
}
/*PRICE*/
.mp_normal_price, .mp_special_price {
	font-weight:bold;
	font-size:20px;
}
.mp_current_price {
}
.mp_old_price {
	color:#aaa;
}
.mp_product_price {
	font-size:12px;	
	font-family:Georgia, "Times New Roman", Times, serif;
}
.mp_additional_details {
	font-family:Georgia, "Times New Roman", Times, serif;	
}
/*---*/
.mp_buy_form {
	overflow: hidden;
	float:right;
}
.mp_buy_form .mp_quantity {
	margin: 1px 5px 0 0;
	font-size:12px;
}
.mp_quantity_field {
	width:20%;	
}
.mp_buy_form .mp_btn_shopnow{
	float: right;
}
.mp_buy_form > .mp_btn {
	padding:8px 10px 8px 10px;	
}
.mp_btn {
	border: 2px solid #eee;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size:14px !important;
	line-height: 19px;
	padding: 8px 7px;
	margin-left: 5px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	/*Rounded Corners*/
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Shadow*/
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
    -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	/*Font*/
    font-family: "Century Gothic", arial, sans-serif;
}
.mp_btn:active {
	color: #fff;
}
.mp_btn_shopnow {
	background: #e63f48;
	float: left;
	/*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb656d', endColorstr='#e63f48',GradientType=0 )";
}
.mp_btn_shopnow:hover {
	background-color: #c8363e;
}
.mp_btn_addcart, .mp_btn_buynow {
	background: #edb751;
	float: left;
	/*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c574', endColorstr='#edb751',GradientType=0 )";
}
.mp_btn_addcart:hover, .mp_btn_buynow:hover {
	background-color: #dfaa47;
}
.mp_quantity {
	float: left;
}
#mp_product_list_widget-2 a{
	font-size:12px;	
	text-decoration:none;
}
#mp_product_list_widget-2 li {
	margin:0 0 7px 0;padding:0;	
	list-style:disc;
}
#mp_product_list_widget-2 {
	line-height:11px;
	padding-bottom:5px;	
}
#mp_category_dropdown {
	margin:0 0 30px 25px;	
}
.mp_cart_widget_content {
	font-size:10px;	
	margin:0 0 25px 35px;
	width:85%;
}
.mp_cart_widget_content table{
	margin:0;	
}
.mp_product_name {
	margin-bottom:15px;	
}
.mp_normal_price, .mp_current_price {
	color:#000;	
}
#mp-related-products {
	border-top:1px solid #B5ACA2;
	padding-top:15px;
}
.mp-related-product-section-title {
	color:#5C2946;
	font-size:18px;
	text-transform:uppercase;
}
/* mp Checkout */
.mp_button_addcart, .mp_button_buynow, .mp_cart_col_updatecart input[type="submit"], #mp_shipping_submit, #mp_payment_confirm, a.mp_cart_direct_checkout_link {
    color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	background: #edb751;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c574', endColorstr='#edb751',GradientType=0 )";
    border: 2px solid #eee;
    padding: 5px 24px;
    text-decoration: none;	
	/*Rounded Corners*/
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Shadow*/
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
    -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	/*Font*/
    font-family: "Century Gothic", arial, sans-serif;
	margin-left:20px;
}
.mp_button_addcart:hover, .mp_button_buynow:hover, .mp_cart_col_updatecart input[type="submit"]:hover, #mp_shipping_submit:hover, #mp_payment_confirm:hover, a.mp_cart_direct_checkout_link:hover {
	background-color: #dfaa47;
	border: 2px solid #eee;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
    padding: 5px 24px;
    text-decoration: none;	
	/*Rounded Corners*/
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Shadow*/
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
    -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	/*Font*/
    font-family: "Century Gothic", arial, sans-serif;
	margin-left:20px;
}
a.mp_cart_direct_checkout_link, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	background: #e63f48;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c574', endColorstr='#edb751',GradientType=0 )";
    border: 2px solid #eee;
    padding: 6px 10px;
    text-decoration: none;	
	/*Rounded Corners*/
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Shadow*/
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
    -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	/*Font*/
    font-family: "Century Gothic", arial, sans-serif;
}
a.mp_cart_direct_checkout_link:hover {
	color:#fff;
	background-color: #c8363e;
	border: 2px solid #eee;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
    padding: 6px 10px;
    text-decoration: none;	
	/*Rounded Corners*/
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Shadow*/
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
    -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
	/*Font*/
    font-family: "Century Gothic", arial, sans-serif;
}
.steps {
	color:#448A8A;
	font-weight:bold;
}
#mp_product_nav {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	margin:30px 0;
	font-family: "Century Gothic", arial, sans-serif;
}
#mp_product_nav a {
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	background: #5C2946;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c574', endColorstr='#edb751',GradientType=0 )";
    border: 2px solid #eee;
    padding: 6px 50px;
    text-decoration: none;	
	/*Rounded Corners*/
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Shadow*/
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
    -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
#mp_product_nav a:hover {
	color:#fff;
	background-color: #856DAB;
	border: 2px solid #eee;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
    padding: 6px 50px;
    text-decoration: none;	
	/*Rounded Corners*/
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Shadow*/
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	/*Transition*/
    -webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
 #mp_cart_form, #mp_shipping_form, #mp_payment_form, .mp_cart_contents, .mp_cart_shipping {
	font-size:12px;
 }
.mp_cart_contents table, .mp_cart_shipping table {
	cellpadding: "2";
}
.mp_cart_contents thead, .mp_cart_shipping thead, .mp_cart_billing thead {
	text-transform:uppercase;	
	background-color:#eee;
}
.mp_cart_col_product {
	padding-left:15px;
}
td.mp_cart_col_quant input {
	width:15%;	
}
.mp_cart_subtotal_lbl, .mp_cart_col_total, .mp_cart_col_updatecart {
	padding-top:2px;
}
.mp_cart_col_updatecart {
	text-align:right;	
}
.mp_cart_subtotal_lbl {
	padding-right:10px;	
}
.mp_cart_col_total {
	font-weight:bold;
	color:#448A8A;	
	font-size:18px;
}
.button-info-comp {
	float:right;
	font-size:10px;
	width:163px;
	text-align:center;
	margin-top:-3px;
}
.button-info-cart {
	float:right;
	font-size:10px;
	width:179px;
	text-align:center;
	margin-top:-3px;
}
#mp_login_submit {
	margin-top:10px;
}
.mp_cart_checkout {
	text-align:right;
	vertical-align: top !important;
}	
.mp_cart_checkout_directly {
	text-align:right;
	padding:0 15px 7px 0;	
}
.mp_cart_or_label {
	color:#fff;
}
table.mp_cart_shipping input, table.mp_cart_shipping select, input[type="text"], input[type="email"] {
	margin-top:10px;	
}
p.mp_cart_login_msg {
	text-align:left;
}
.mp_cart_security {
	font-size:10px;
	font-style:italic;
	padding:10px 13px 0 0;
}
.mp_cart_billing, .mp_cart_billing button, .mp_cart_billing input, .mp_cart_billing select, .mp_cart_billing textarea {
	margin-top:10px;
}
