/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Clearfix */

.group:before,
.group:after {
  content: "";
  display: table;
} 
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* START ValleySeek Styles */

#wrapper {
	margin: 1%;
}
a {
	color: #024884;
}
a:hover {
	color: #000;
}

.paddingTop {
	padding-top: 13px;
}
.paddingBottom {
	padding-bottom: 13px;
}
/* HEADER Styles */
#header {
	margin-bottom: 5px;
	min-width: 320px;
	background-color: #08a894;
}

#logo, #fb_like, #plus_one {
	float: left;
	border: 0;
	min-width:96px;
	width:200px;
	height: auto;
	max-width:20%;
}

#logo img
{
	border: 0;
	min-width:96px;
	width:200px;
	height: auto;
}

#fb_like {
	padding: 31px 0 0 0px;
}

#plus_one {
	padding: 31px 0 0 12px;
}

#nav_bar {
	margin-bottom: 10px;
	background-color: #dedede;
	padding: 5px;
	min-width: 320px;
}

#content {
	min-width: 320px;
	width: 100%;
}

a.nav {
	color: #333333;
	padding: 11px 13px 0;
	float: right;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline; 
	color: #036ac3;
}

#search_button, #description, #store_category_id {
	float: left;
	font-size: 125%;
}

#cust_bar
{
	float: right;
	margin-top: 5px;
}
#store_category_id {
	padding: 8px 8px;
	margin-left: 13px;
	border: 1px solid #CCC;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	width: 10em;	
}

#description {
	border: 1px solid #CCC;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	min-width: 100px;
	width: 35%;
}
#cart_button {
	color: #333333;
	float: right;
	padding: 11px 13px 9px 36px;
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image: url(/../shopping_cart24.png);
	background-position: 8px 7px;
	background-repeat: no-repeat;
}
#cart_button:hover {
	text-decoration: underline;
}
#cart_button, #search_button {
	background-color: #c0dbf2;
	border: 1px solid #AFAFAF;
	font-weight: bold;
}
#search_button {
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-left: 0 none;
	padding-left: 13px;
	margin-left: -2px;
}
#cart_button:hover, #search_button:hover {
	background-color: #abbece;
	cursor: pointer;	
}

/* FOOTER Styles */
#footer {
	text-align: center;
	font-size: 93%;
	background-color: #dedede;
	margin-top: 10px;
}

#footer ul {
  color: #296ea8;
	padding-top: 5px;
}
#footer li {
	display: inline;
}
#footer a {
	text-decoration: none;
	color: #296ea8;
}
#footer a:hover {
	text-decoration: underline; 
}
.copyright {
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* HOMEPAGE */
.box {
	border: 1px solid #ccc;
}

.box h1 {
    padding: 10px 13px;
    font-weight: bold;
    font-size: 123.1%;
}

.boxTop {
	background-color: #c0dbf2;
}

#categories {
	width: 19%;
	float: left;
	margin-right: 1%;
	border: 1px solid #ccc;
}
#deals {
	border: 1px solid #ccc;
}
#searches {
	width: 19%;
	float: left;
}
#products {
	margin-top: 20px;
}

#deals .boxTop {
	background-color: #df9b4a;
}

#deal_image {
	padding-left: 10px;
	margin-top: 20px;
	float: left;
}
#deal_details {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}

#deal_details h1
{
	padding-left: 0px;
	padding-bottom: 0px;
}

#deal_description {
	margin-top: 20px;
	margin-left: 10px;
	clear: both;
}

.itemBox {
	float: left;
	padding-top: 5px;
	padding-bottom: 20px;
}
#deals .itemBox {
	width: 50%;
}
#products .itemBox {
	width: 15.66%;
	min-width: 125px;
	padding-right: 1%;
}
.bar, .blueBar {
  clear: both;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin-bottom: 20px;
}
.blueBar {
	background-color: #9fbbd3;
}
#deals p, #products p {
	margin-top: 5px;
}
.itemName {
	color: #024884;
	margin-top: 14px;
	display: block;
}
#deals .itemName {
	font-weight: bold;
	font-size: 116%;
}
#products .itemName {
	text-decoration: none;
}
#products .itemName:hover {
	text-decoration: underline;
}
.itemPic:hover + a.itemName {
	text-decoration: underline;
	color: #000;
}
.itemVendor {
	color: #333;
	font-size: 85%;
}
.itemPrice {
	font-weight: bold;
	font-size: 108%;
}
.orange, .price {
	color: #a45c06 !important;
}
.strike {
  text-decoration: line-through;
  font-weight: normal;
}
.linkList {
	list-style: none;
}
.linkList a {
	line-height: 2em;
}
.smaller {
	font-size: 93%;
}

/* PRODUCT page */
#manuf_image {
	float: left;
	margin-right: 20px;
}

#manuf_image img
{
	max-width: 100px;
	max-height: 100px;
}

#manuf_tag_line_img
{
	float: left;
	margin-top:10px;
	color: #A45C06;
	font-style: italic;
}
#manuf_tag_line
{
	float: left;
	margin-top:3px;
	color: #A45C06;
	font-style: italic;
}

#product_main
{
	padding-top: 10px;
}

.itemImage {
	float: left;
	margin-right: 40px;
}

#itemInfoHome
{
	min-width: 375px;
}

#itemInfo
{
	margin-top: 13px;
	padding: 10px;
	float: left;
}

#blueBox
{
	margin-top: 13px;
	padding: 10px;
}
.productName {
	font-size: 182%;
	display: inline-block;
	max-width: 450px;
	width: 100%;
}
#itemDetails {
	clear: both;
	border-top: 1px solid #CCC;
	padding: 0 7px;
}
#itemDetails h2 {
	font-size: 123.1%;
	color: #024884;
	margin-top: 26px;
}
#itemDetails p {
	color: #333;
	line-height: 1.5;
	font-size: 100%;
	min-width: 320px;
}
#itemDetails ul {
	margin-top: 1em;
	line-height: 1.5;
}
#itemDetails li {
	margin-left: 2em;
}

#blueBox {
/*	background-color: #c0dbf2;
	border: 1px solid #ccc;*/
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#blueBoxTop {
	padding: 10px;
}
#blueBoxBottom {
	padding: 0 20px 20px;
}
#addToCart {
  background: #da9545 url(/../shopping_cart32.png) no-repeat 8px 7px;
  border: 0 none;
  margin-top: 20px;
	padding: 13px 13px 13px 50px;
	text-decoration: none;
	font-weight: bold;
	font-size: 138.5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}
#addToCart:hover {
	text-decoration: underline;
}

#gov_checkout_btn {
  background: #da9545 no-repeat 8px 7px;
  border: 0 none;
  margin-top: 20px;
	padding: 13px 13px 13px 13px;
	text-decoration: none;
	font-weight: bold;
	font-size: 138.5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}
#gov_checkout_btn:hover {
	text-decoration: underline;
}

#address_submit_btn {
  background: #da9545 no-repeat 8px 7px;
  border: 0 none;
  margin-top: 20px;
	padding: 13px 13px 13px 13px;
	text-decoration: none;
	font-weight: bold;
	font-size: 138.5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}
#address_submit_btn:hover {
	text-decoration: underline;
}

#payment_submit_btn {
  background: #da9545 no-repeat 8px 7px;
  border: 0 none;
  margin-top: 20px;
	padding: 13px 13px 13px 13px;
	text-decoration: none;
	font-weight: bold;
	font-size: 138.5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}
#payment_submit_btn:hover {
	text-decoration: underline;
}

#payment-request-button {
    margin-top: 10px;
}

#show-payment-options {
	display: none;
}

.rebateLink {
	display: block;
}
#itemInfo .price {
	font-size: 123.1%;
	font-weight: bold;
}
#itemInfo p {
	line-height: 1.3em;
}
.share {
	margin-bottom: 5px;
}

.searchResultsTable {
	border: 0 none;
	width: 100%;
}

.searchResultsTable tr {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.searchResultsTable td {
	padding: 10px;;
}

/* CART */
.pageTitle {
  color: #333;
	font-size: 138.5%;
	font-weight: bold;
	margin-bottom: 10px;
}
.cartTable {
	border: 0 none;
	width: 100%;
}
.cartTable tr {
	border-bottom: 1px solid #ccc;
}
tr.noborder {
	border: 0 none;
}
.cartTable thead tr, .cartTable tfoot tr {
	background-color: #8fbdd3;
	border: 1px solid #8daac4;
}
.cartTable th {
	padding-top: 6px;
	padding-bottom: 4px;
}
.cartTable th, .cartTable td {
	text-align: left;
	padding-left: 7px;
	line-height: 1.5em;
	font-size: 93%;
}
.cartTable tfoot th {
	text-align: center;
}
.cartTable td {
	padding-bottom: 10px;
	padding-top: 10px;
}
.cartItemName {
	font-weight: bold;
	font-size: 108%;
}
.cartPrice {
	font-weight: bold;
	font-size: 123.1%;
}
.radioButton {
	margin-left: 0;
}
h4 {
	color: #007d0c;
	font-size: 116%;
	margin-bottom: 7px;
}
a.selected {
	text-decoration: none;
	color: #000;
	cursor: default;
}

/*TEXT PAGES */
.textPage p, .textPage li {
	line-height: 1.4em;
	color: #333;
	font-size: 93%;
	margin-bottom: 13px;
}
p.heading {
	color: #024884;
	font-size: 108%;
	font-weight: bold;
	margin-top: 2em;
}
.textPage ul {
  margin-left: 1em;
  list-style: none;
}

/* BUTTONS */
.btn {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    color: #000;
    display: inline-block;
    margin: 0;
    overflow: visible;
    padding: 3px 0;
    text-decoration: none;
}
* html button.btn {
    padding-bottom: 1px;
}
button.btn, x:-moz-any-link {
    margin: 0 -3px;
}
button.btn::-moz-focus-inner {
    border: 1px solid transparent;
}
:first-child + html button.btn {
    margin: 0 3px;
}
:first-child + html a.btn {
    margin: 0 3px 1px 0;
}
.btn span {
    background: url(/../images/bg-button.gif) repeat-x scroll 0 0 #DDDDDD;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #AAAAAA;
    margin: 0;
    padding: 3px 0 2px;
}
* html .btn span {
    padding-top: 0;
}
.btn span span {
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #BBBBBB;
    border-width: 1px 0;
    padding: 3px 0.4em 2px;
    position: relative;
    white-space: nowrap;
}
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
    border-color: #6E9CE6 !important;
    color: #000000;
    cursor: pointer;
}
.btn:focus, .btn:active {
    outline: medium none;
}

.required {
	color: red;
}
.show_error {
	color: red;
	font-size: 125%;
	margin-bottom: 13px;
}
.formStyle label {
	clear: both;
	float: left;
	width: 10em;
	padding-bottom: 19px;
	color: #111;
}
.formStyle input, .formStyle select, .formStyle textarea, .formStyle ul {
	float: left;
}
.formStyle textarea {
  padding: 5px;
}
.formStyle select {
	margin-right: 5px;
}
.formStyle ul {
	margin-right: 5px;
}
.formStyle #agreement {
	clear: both;
	margin: 3px 7px 0 0;
}
.formStyle .btn {
	margin-top: 1em;
	margin-left: 10em;
	margin-bottom: 1em;
}
/* ORDER STATUS PAGE */
#orderTable {
width: 100%;
border: 1px solid #ccc;
}
.orderInfo {
padding: 20px;
width: 265px;
border-right: 1px solid #ccc;
}
.itemTableCell {
padding: 13px;
}
.itemTable {
width: 100%;
}
.itemTable td {
padding: 7px;
}
.itemTable img {
float: left;
}
.topBorder {
border-top: 1px solid #ccc;
}
.buttonCell {
width: 150px;
vertical-align: middle;
text-align: right;
}
.category {
color: #666;
}
#orderTable p {
line-height: 1.5;
}
#orderTable p.smaller {
line-height: 1;
}
.largeFont {
font-weight: bold;
font-size: 138.5%;
}
.clear {
clear: both;
}

.easy_returns
{
	float: left;
	width: 152px;
	margin: 10px 0 0 75px;
	color: #879631;
}

.easy_returns a 
{
	color: #879631;
    text-decoration: none;
}

.easy_returns strong
{
	background-color: #879631;
	color: white;
    font-size: 2em;
    padding: 0 0 3px;
	margin-top: 10px;
	margin-right: 2px;
    width: 50px;
    display:block;
	float:left;
	text-align: center;
	font-weight: bold;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.easy_returns span
{
	font-color: #879631;
    font-size: 1em;
    padding: 0 0 3px;
	margin-top: 10px;
    width: 100px;
	float: right;
	font-weight: bold;
}

.contact_us
{
	float: left;
	width: 355px;
	margin: 10px 0 0 35px;
	color: #879631;
}

.contact_us a 
{
	color: #879631;
    text-decoration: none;
}

.contact_us strong
{
	background-color: #879631;
	color: white;
    font-size: 200%;
    padding: 0 0 3px;
	margin-top: 10px;
	margin-right: 2px;
    width: 150px;
    display:block;
	float:left;
	text-align: center;
	font-weight: bold;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

.contact_us span
{
	font-color: #879631;
    font-size: 100%;
    padding: 0 0 3px;
	margin-top: 10px;
    width: 200px;
	float: right;
	font-weight: bold;
}

.review_star {
  width: 350px;
  background: url(/../images/stars_empty.png);
  background-repeat: no-repeat;
}

.review_star div {
  height: 17px;
  background: url(/../images/stars_full.png);
  background-repeat: no-repeat;
}
.review_star a {
	position: relative;
/*	margin-left: 100px;
*/}

.rating,
.rating a:hover,
.rating .current
{
background: url(/../images/stars_empty.png);
}
.rating
{
position: relative;
width: 92px; /* 5 stars width */
height: 17px; /* 1 star height */
overflow: hidden;
list-style: none;
/*margin-top: 80px;
margin-left: 130px;
*//*padding: 0px;
background-position: top left;
*/}
.rating li
{
display: inline;
}
.rating a,
.rating .current
{
position: absolute;
top: 0;
left: 0;
text-indent: -9000px;
height: 25px; /* 1 star height */
line-height: 25px; /* 1 star height */
outline: none;
overflow: hidden;
border: none;
/* I replaced the pixel-width with an em-width, but must set font size in px */
font-size: 25px; /* 1 star width */
}
/* Show stars when hovered */
.rating a:hover
{
background-position: left bottom;
background: url(/../images/stars_full.png);
}
/* Set each section to the appropriate width, stacking so leftmost is topmost */
.rating a.rate1
{
width: 20%;
z-index: 6;
}
.rating a.rate2
{
width:40%;
z-index: 5;
}
.rating a.rate3
{
width:60%;
z-index: 4;
}
.rating a.rate4
{
width:80%;
z-index: 3;
}
.rating a.rate5
{
width:100%;
z-index: 2;
}
.rating .current
{
z-index: 1;
background: url(/../images/stars_full.png);
/*background-position: left center;
*/}
#billingAddress {
width: 50%;
float: left;
}

#shippingAddress {
}

#shippingAddress h1
{
	display: block;
	font-size: 125%;
}

#shippingAddress #addressPart
{
	display: block;
	padding: 5px;
}

#billingAddress td
{
	padding-bottom: 3px;
	padding-top: 3px;
	align:left;
}
p.message
{
font-size:85%;
}
#billingAddress input
{
  margin-top:2;
  float:left;
}

#categoriesList ul {   
    list-style: none outside none;  
    text-decoration:none;
}

#categoriesList li
{
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #C0DBF2;
    background: -webkit-gradient(linear, left top, left bottom, from(#DFECF7), to(#DFECF7));
    background: linear-gradient(top, #DFECF7, #DFECF7);
    background: linear-gradient(top, #DFECF7, #DFECF7);
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    text-decoration:none;
}

#categoriesList li:hover
{
    font-color: black;
    text-decoration:none;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
    background: linear-gradient(top, #FFFFFF, #FFFFFF);
    background: linear-gradient(top, #FFFFFF, #FFFFFF);
}

#categoriesList li a
{
    color:black;
    text-decoration:none;
}

#categoriesList a:hover
{
    text-decoration:none;
}

#follow
{
	float: left;
	width: 400px;
	margin-top: 15px;
	margin-left: 75px;
}

#follow_text
{
	margin-left:50px;
}

#follow_buttons
{
}

#follow_twitter
{
	float: left;
	width: 100px;
}

#follow_google
{
	float: left;
	width: 75px;
	margin-top: 5px;
}
#follow_pinterest
{
	float: left;
	width: 100px; 
	margin-top: 5px;
}
#follow_facebook
{
	float: right;
	margin-top: 2px;
}

#shares
{
	margin-bottom: 10px;
}

#share_facebook
{
	margin-bottom: 5px;
}

#share_plusone
{
	float: left;
	width: 70px;
}

#share_twitter
{
	float: left;
	width: 85px;
}

#share_pinterest
{
	float: left;
}

#share_email
{
	margin-top: 5px;
}

#phone
{
	float: left;
	width: 150px;
	margin-top: 15px;
	margin-left: 15px;
}

#in_stock
{
	font-size: 14px;
	color: green;
}

#out_of_stock
{
	font-size: 14px;
	color: red;
}
