body {
    background: url(/images/BG-aloe.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: 100% auto;
}

.container, main, footer {
    background-color: white;
}

/*@media (min-width: 1200px)
{
    .container 
    {
        width: 800px;
    }
}
@media (min-width: 992px)
{
    .container 
    {
        width: 800px;
    }
}*/

/*ul.nav li.dropdown:hover
{
	background-color: 
}
ul.nav li.dropdown:hover ul.dropdown-menu
{ 
	display: block; 
}*/

/*.sidebar input[type="text"], .sidebar select
{
    width: 100%;
}*/

/* Link stylings */

/* Overwriting overall bootstrap link styles */

a:link {
	text-decoration:underline;
}

.subBrownLink {
	text-transform: uppercase;
}

a.subBrownLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #59462f;
	text-decoration: none;
}

a.subBrownLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8d6f4a;
	text-decoration: none;
}

a.subBrownLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8d6f4a;
	text-decoration: none;
}

a.subBrownLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b1b1b1;
	text-decoration: none;
}

.FooterLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b1b1b1;
}

.FooterLink a {
	color: #b1b1b1;
	text-decoration: none;
}

.FooterLink a:hover {
	color: #000000;
}

a.BlueLink11:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #211c44;
	text-decoration: none;
}

a.BlueLink11:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #211c44;
	text-decoration: none;
}

a.BlueLink11:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #211c44;
	text-decoration: none;
}

a.BlueLink11:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.breadCrumb a {
	text-decoration: underline;
	color: #666;
}

.breadCrumb a:hover {
	color: #bbbbbb;
}

.subcategories a {
	text-decoration: underline;
	color: #666;
}

.subcategories a:hover {
	color: #000;
}

.bottom-buffer {
	padding-bottom: 20px;
}

.sidebar .capsLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d6f4a;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar .capsLinksSubs a {
	font-size: 10px;
}

nav a:link
{
    text-decoration: none;
}
footer
{
	padding: 20px 0;
    border-top: solid 1px #b1b1b1;
}
footer .row
{
    padding: 10px 0;

}

.pad20TB
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar h3
{
    font-size: 22px;
    color: #896947;
    text-transform: lowercase;
}

.col-centered, .centeredContent
{
    float: none;
    margin: 0 auto;
    display: block;
}

.marginTB5, .marginTB5 *
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin0, .margin0 *
{
    margin: 0;
}
.sidebar
{
    text-transform: lowercase;
}

img
{
    max-width: 100%;
    height: auto;
}

.required
{
    color: #ff0000;
}
.nounderline
{
    text-decoration: none;
}

#skindictionaryArea a
{
    padding: 0;
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.addthis_toolbox
{
    float: right;
}

/* Layout */

/* General Layout */

/* Category Listing Pages */

/* Breadcrumb layout */

.breadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Add to cart layout */

#addCartWrapper {
    min-width: 200px;
	max-width: 280px;
    float: right;
    margin-right: 20px;
}

#backgroundWrapper {
    background-color: #D0C5B7;
    text-align: right;
	padding-left: 20px; 
	padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    #backgroundWrapper {
        padding-left: 0px;
		padding-right: 0px;
    }
}

#Basket {
    width: 60px;
    height: 60px;
    position: relative;
    top: -19px;
    float: right;
}
#addToBasket {
    width: 140px;
    height: 60px;
    position: relative;
    top: -19px;
    float: left;
}

/* Category item listing layout */

.itemListing {
	margin-top: 10px;
}

.itemListing .txt_title {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	width:80%;
	margin-left:4px;
	margin-bottom: 10px;
}

.itemListing .txt_title a {
	text-decoration: none;
	color: #666;
}

.itemListing .txt_title a:hover {
	color: #000;
}

.itemListing .prodBG {
	border: 1px solid transparent;
  	-moz-border-image: -moz-linear-gradient(top, #fff 0%, #000 100%);
  	-webkit-border-image: -webkit-linear-gradient(top, #fff 0%, #000 100%);
  	border-image: linear-gradient(to bottom, #fff 0%, #000 100%);
  	border-image-slice: 1;
  	text-align: center;	
	margin-bottom: 10px;
}

.itemListing .prodBG img {
	margin-bottom: 10px;
}

.itemListingPagination {
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Subcategory layout */

.subcategories {
	background-color: #f8f8f8;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.subcategories .col-md-3 {
	padding: 10px;
}

/* Sidebar layout */

.sidebar {
	border-left: solid 1px #b1b1b1;
}

.sidebar * {
    text-align: left;
}

.sidebar .capsLinksSubs {
	padding-left: 15px;
}

/* Misc. button stylings */

.button {
	background: #00cc00;
	color: #ffffff;
	padding: 5px 10px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	/*margin-left: 10px;*/
	/*border: 1px solid #ffffff;*/
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto 20px;
	-webkit-appearance: none;
	border:none;
	min-width: 250px;
}

.button:hover {
	background: #B3B3B3; /* Old browsers */
}

.buttonConfirm {
  background: #009900;
  color: #ffffff;
  padding: 5px 10px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none;
  /*margin-left: 10px;*/
  /*border: 1px solid #ffffff;*/
  font-size: 14px;
  font-weight: normal;
  margin: 0 auto 20px;
  -webkit-appearance: none;
  border:none;
  min-width: 250px;
}

.buttonConfirm:hover {
  background: #B3B3B3; /* Old browsers */
}

/* Misc. form stylings */

form .row {
	padding-bottom: 15px;
}

input[type=text], input[type=password] {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
	height: 2.0em;	
}

textarea {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
	width: 100%;
}

select {
    border: 1px solid #c0c0c0;
    border-radius: 4px;	
	height: 2.0em;
	min-width: 50%;
}

#homepageTableContainer {
	background-image: url("/assets/images/Nancy K Brown Aloe Vera Plant.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 100%;
}

#homepageTableWrapper {
	background: rgba(255,255,255, 0.5);
}

#homepageTable td, th {
	padding-bottom: 60px;
	opacity: 1.0;
	filter: alpha(Opacity=100);
}