@charset "UTF-8";
/* CSS Document */ * {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

/**********************************************************/
/* Checkout stuff

@charset "UTF-8";

body{
margin:0;
overflow-x:hidden;
padding:0;
font-family: Verdana,Arial,Helvetica,sans-serif;
color:#000;
text-shadow:0 1px 0 #FFF;
background-color:#FFF;
}

p{margin:8px 0;}

h1{
font-family:"Times New Roman",Times,serif;
margin:0 0 0.4em 0;
font-size:1.4em;
}

h2{color: #990000; font-size:1.3em; font-family:"Times New Roman",Times,serif;}

h3{color: #990000; font-size:1em; font-family: Arial, Helvetica, sans-serif; font-weight:bold;}

h4{
display:block;
font-size:16px;
font-weight:bold;
margin:0.6em 0;
overflow:hidden;
white-space:nowrap;
}

h4.list-title{
/*color:#2489CE;*/
color:#990000;
}

img{border:none 0;}

.layClear{
clear:both;
font-size:0;
height:1px;
line-height:0;
margin-top:-1px;
}

.hide{display:none;}

.error{color:#FF0000;}

.productBack{
margin: 22px 12px 7px 12px;
padding: 7px 7px 7px 12px;
background: url(../sub_files/images/ProductBack.jpg) repeat-x top left;
background-color: #f4f5f1;
-moz-border-radius: 8px;
-webkit-border-radius:  8px;
border: 1px solid #CCCCCC;
-moz-box-shadow:  0px 1px 2px rgba(0,0,0,.3);
-webkit-box-shadow:  0px 1px 2px rgba(0,0,0,.3);
box-shadow:  0px 1px 2px rgba(0,0,0,.3);
}
/* "fieldset{" cannot be used due to prob with IE then not allowing ".productBack" to work.  Use class instead. */
.fsFix {
margin:0 0 10px;
background-image: -moz-linear-gradient(top, #EEEDDF, #ffffff);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EDEDED),color-stop(1, #ffffff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EDEDED', EndColorStr='#ffffff')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EDEDED', EndColorStr='#ffffff');
-moz-border-radius: 8px;
-webkit-border-radius:  8px;
border: 1px solid #CCCCCC;
-moz-box-shadow:  0px 1px 2px rgba(0,0,0,.3);
-webkit-box-shadow:  0px 1px 2px rgba(0,0,0,.3);
box-shadow:  0px 1px 2px rgba(0,0,0,.3);
padding:8px 20px 8px 10px;
}
.fsFixHide {
display: inline; visibility: visible;
margin:0 0 10px;
background-image: -moz-linear-gradient(top, #EEEDDF, #ffffff);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EDEDED),color-stop(1, #ffffff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EDEDED', EndColorStr='#ffffff')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EDEDED', EndColorStr='#ffffff');
-moz-border-radius: 8px;
-webkit-border-radius:  8px;
border: 1px solid #CCCCCC;
-moz-box-shadow:  0px 1px 2px rgba(0,0,0,.3);
-webkit-box-shadow:  0px 1px 2px rgba(0,0,0,.3);
box-shadow:  0px 1px 2px rgba(0,0,0,.3);
padding:8px 20px 8px 10px;
}

/*fieldset legend{
-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
box-shadow: 0px 1px 0 rgba(255,255,255,.3);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
border: 1px solid #222;
background: #8A7179;
font-weight: bold;
color: #fff;
text-shadow: 1px 1px 2px #000000;
text-decoration: none;
background-image: -moz-linear-gradient(top, #756268, #8A7179);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #756268),color-stop(1, #8A7179));   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#756268', EndColorStr='#8A7179')";
padding:3px 10px;
}*/

fieldset legend {
-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
box-shadow: 0px 1px 0 rgba(255,255,255,.3);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #222;
background: #3c3c3c;
font-weight: bold;
color: #fff;
text-shadow: 0 1px 0 #000000;
text-decoration: none;
background-image: -moz-linear-gradient(top, #000000, #000000);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(1, #000000));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#000000')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#000000');
padding:3px 10px;
}

input{
-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
-moz-border-radius: .6em;
-webkit-border-radius: .6em;
border-radius: .6em;
border: 1px solid #B3B3B3;
background: #f0f0f0;
background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #f0f0f0));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f0f0f0')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f0f0f0');
}


input[type="text"],input[type="password"],input[type="number"],input[type="email"],input[type="date"],input[type="tel"]{
margin:0.5em 5px;
text-align:left;
display:inline-block;
background-image:none;
font-size:16px;
padding:0.4em;
width:95%;
}

/* Get rid of the spinners in Safari since they are sometimes included in the field width causing small fields to be covered! */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="image"]:hover{
  /* Box shadow help: http://www.css3.info/preview/box-shadow/ */
  background-color: #779977;
  -moz-box-shadow: 0 0 5px 3px #779977;
  -webkit-box-shadow: 0 0 5px 3px#779977;
  box-shadow: 0 0 5px 3px #779977;
}


input[type="submit"],input[type="button"],.content a.button{
cursor:pointer;
display:block;
margin:0.5em 12px;
position:relative;
text-align:center;
-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
box-shadow: 0px 1px 4px rgba(0,0,0,.3);
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
border: 1px solid #CCC;
background: #eee;
font-weight: bold;
/*text-transform:uppercase;*/
font-family:"Times New Roman", Times, serif;
color: /*#990000;*/ #2244AA;
text-shadow: 0 1px 1px #eee;
text-decoration: none;
background-image: -moz-linear-gradient(top, #F2F2F2, #FFFFFF);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F2F2F2),color-stop(1, #FFFFFF));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#FFFFFF')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#FFFFFF');
height:100%;
width:92%;
overflow:hidden;
padding:0.6em 25px;
white-space:nowrap;
font-size:16px;
}
.content a.button{
width:auto;
font-family:"Times New Roman", Times, serif;
text-decoration:none;
}
input[type="submit"]:hover,input[type="button"]:hover,.content a.button:hover{
  background: #fff;
}
input[type="submit"].verifySubmit:hover,.content a.button:hover{
  background: #BBFFAA;
}

.content a.off{
color:#990000;
font-weight:bold;
text-decoration:none;
text-shadow:0 1px 1px #F6F6F6;
overflow:hidden;
position:relative;
white-space:nowrap;
border: 1px solid #ccc;
background: #eee;
font-weight: bold;
background-image: -moz-linear-gradient(top, #fdfdfd, #eeeeee);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fdfdfd),color-stop(1, #eeeeee));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee');
}

select{
font-size:16px;
padding:0.3em;
width:100%;
margin:0.5em 0 0.5em 5px;
}

textarea{
height: 150px;
margin: 10px 0;
width: 99%;
}

.buttons a{
display:inline-block;
font-size:12px;
margin:0 0 5px;
font-family:"Times New Roman", Times, serif;

-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
box-shadow: 0px 1px 0 rgba(255,255,255,.3);

cursor:pointer;
padding:0.4em 8px 0.5em;
position:relative;
text-align:center;
text-transform:uppercase;

-moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em;

border: 1px solid #CCC;
background: #FFF;
font-weight: bold;
color: #990000;
text-shadow: 1px 1px 2px #FFF;
text-decoration: none;
background-image: -moz-linear-gradient(top, #f2f2f2, #FFFFFF);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f2f2f2),color-stop(1, #FFFFFF));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2f2f2', EndColorStr='#FFFFFF')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2f2f2', EndColorStr='#FFFFFF');
}

a.phone-icon {
display:inline-block;
font-size:12px;
margin:0 0 5px;

-moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
-webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
box-shadow: 0px 1px 0 rgba(255,255,255,.3);

cursor:pointer;
padding:0.4em 8px 0.5em;
position:relative;
text-align:center;

-moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em;

border: 1px solid #222;
background: #5B1215;
font-weight: bold;
color: #fff;
text-shadow: 1px 1px 2px #000000;
text-decoration: none;
background-image: -moz-linear-gradient(top,  #5B1215, #990000);
background-image:
-webkit-gradient(linear,left top,left bottom,color-stop(0, #5B1215),color-stop(1, #990000));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5B1215', EndColorStr='#990000')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5B1215', EndColorStr='#990000');
}


.page{
border:0 none;
display:block;
margin:0;
min-height:100%;
overflow:visible;
padding-top:47px;
width:100%;
}

input[data-theme="e"],select[data-theme="e"]{
background-color:#FAEB9E;
}

/*---------------------------HEADER------------------------------*/

.top-bar{
background-image: -moz-linear-gradient(top, #EEEDDF, #ffffff);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EEEDDF),color-stop(1, #ffffff));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEDDF', EndColorStr='#ffffff')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEDDF', EndColorStr='#ffffff');
/*position:fixed;*/
top:0px;
width:100%;
z-index:100;
padding:0;
border-bottom:1px solid #000000;
display:block;
overflow:hidden;
position:absolute;
}

.top-bar a{
margin:8px 2px 8px 4px;
}

.top-bar .buttons{
/*font-family:"Times New Roman", Times, serif;*/
width:100%;
}

.top-bar .side-cart{
margin-right: 5px;
}

.sub-menu a{
margin: 0;
padding-right: 50%;
text-decoration: none;
color:#990000;
/*color:#2489CE;*/
}


/*.header{
width:100%;
background: #756268;
color: #fff;
font-weight: bold;
text-shadow: 0 -1px 1px #000;
background-image: -moz-linear-gradient(top, #3c3c3c, #756268);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3c3c3c),color-stop(1, #756268));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c3c3c', EndColorStr='#756268')";
overflow:hidden;
border:none;
position:relative;
border-bottom: 2px solid #990000;
}*/

.header{
width:100%;
background: #FFF;
color: #fff;
font-weight: bold;
text-shadow: 0 -1px 1px #000;
background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #FFFFFF));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#FFFFFF')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#FFFFFF');
overflow:hidden;
border:none;
position:relative;
border-bottom: 3px solid #990000;
padding-top: 3px;
}

.top-title{
float:left;
margin:0.6em 0 0.8em 0.8em;
width:65%;
}

.top-title img{
width:100%;
}

.header .buttons{
float:right;
margin:0em 0.8em 0.8em 0;
text-align:right;
width:20%;

}

.header .buttons a{
width:85%;
}



.side-cart{float:right;}

a.fbIcon {
	text-align:center;
	border:none;
	background:none;
	height:auto;
	margin:0;
}

/*---------------------------NAV------------------------------*/

/*--flat nav--*/
.nav{
position:relative;
width:100%;
padding:0;
margin:0;
overflow:hidden;
}

.main-menu {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.nav ul{
border:0 none;
display:block;
list-style:none outside none;
margin:0;
padding:0;
position:relative;
}

.nav ul li{
border:0 none;
float:left;
margin:0;
padding:0;
width:25%;
}

.nav ul li a{
border-right-width:0;
display:block;
margin:0;
outline:medium none;
text-align:center;
padding-bottom:0.9em;
padding-top:0.8em;
font-size:11px;
color:#990000;
font-weight:bold;
text-decoration:none;
text-shadow:0 1px 1px #F6F6F6;
text-transform:uppercase;
overflow:hidden;
position:relative;
white-space:nowrap;
border: 1px solid #ccc;
background: #eee;
font-weight: bold;
background-image: -moz-linear-gradient(top, #fdfdfd, #eeeeee);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fdfdfd),color-stop(1, #eeeeee));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee');
}

.nav a.on{
border: 1px solid #ccc;
border-right:0px;
background: #990000;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #145072;
text-decoration: none;
background-image: -moz-linear-gradient(top, #5B1215, #990000);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5B1215),color-stop(1, #990000));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5B1215', EndColorStr='#990000')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5B1215', EndColorStr='#990000');
}

.nav ul li .selected {
border: 1px solid #ccc;
background: #990000;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px #145072;
text-decoration: none;
background-image: -moz-linear-gradient(top, #5B1215, #990000);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5B1215),color-stop(1, #990000));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5B1215', EndColorStr='#990000')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#5B1215', EndColorStr='#990000');
}

/*--hidden menu--*/
.hide-menu{
background-color:#fff;
border-top:1px solid #000000;
display:none;
margin:0;
padding:0;
}

.hide-menu ul.listview{
margin:0;
padding:15px 15px 20px;
}

.hide-menu ul.listview li.drill-link{
 border: 1px solid #EEE;
 background: #FFF;
 font-weight: bold;
 color: #666;
 cursor: pointer;
 text-shadow: 1px 1px 2px #FFF;
 text-decoration: none;
 background-image: -moz-linear-gradient(top,  #FFFFFF, #EEEEEE);
 background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #EEEEEE));
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE')";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EEEEEE');
 -moz-box-shadow: 2px 2px 4px #000000;
 -webkit-box-shadow: 2px 2px 4px #000000;
 box-shadow: 2px 2px 4px #000000;
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
border:0 none;
margin:7px 0 0;
border-top:0 solid rgba(255, 255, 255, 0.3);
padding:0;
}

.hide-menu ul.listview li.drill-link a{
color:#666;
display:block;
float:left;
margin:0;
padding:0.7em 0 0.7em 8px;
text-decoration:none;
width:80%;
border-right:1px solid #000000;
text-decoration:none;
}

.hide-menu ul.listview li.drill-link a.sub-menu-link{
 border: 1px solid #222;
 background: #333333;
 font-weight: bold;
 color: #fff;
 cursor: pointer;
 text-shadow: 1px 1px 2px #000000;
 text-decoration: none;
 background-image: -moz-linear-gradient(top, #555555, #333333);
 background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #555555),color-stop(1, #333333));
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333')";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555', EndColorStr='#333333');
 -moz-box-shadow: 0px 0px 0px #000000;
 -webkit-box-shadow: 0px 0px 0px #000000;
 box-shadow: 0px 0px 0px #000000;
margin:0;
font-size:16px;
position:absolute;
right:13px;
top:6px;
width:auto;
-moz-border-radius: 35px; -webkit-border-radius: 35px; border-radius: 35px;
}

.hide-menu ul.listview li.drill-link a.off{
padding:1px 7px 4px;
text-decoration:none;
}

.hide-menu ul.listview li.drill-link a.on{
padding:2px 9px 3px;
text-decoration:none;
}


/*---------------------------FLAT SUB NAV------------------------------*/
.layLeftNavItem {display:block;}

.layLeftNavItemTitle {display:none;}

.layLeftNavItemLinks {
}

.leftNav {width:33.3% !important;
}

.leftNav a {font-size:10.25px !important;
text-transform: none !important;
}
/*---------------------------CONTENT------------------------------*/
.scroll{
	position:absolute;
	top:50px;
	width:100%;
}

#homepageContent {
}

#homepageContent img {
	padding:0 0 0 0;
	width:100%;
}

.content #homepageContent {
	padding:0px 0px 10px 0px;
}

#formInfo {
	padding:.8em 0 0 0;
}

#formInfo  a.button {
	margin-left:0;
}

.content{
border-width:0;
overflow-x:hidden;
overflow-y:visible;
padding:10px 20px;
background-color:#fefefe;
}

.content a{
/*color:#666;
text-decoration:none;*/
font-weight:normal;
text-decoration:underline;
color:#990000;
}

div.collapsible{
margin:0.5em 0;
}

div.collapsible h3{
border-width:0 0 1px;
display:block;
font-size:16px;
padding:0;
position:relative;
cursor:pointer;
margin:0.5em 5px;
text-align:center;
text-transform:uppercase;
font-family:"Times New Roman", Times, serif;
-moz-border-radius: .6em; -webkit-border-radius: .6em; border-radius: .6em;
 border: 1px solid #ccc;
 background: #eee;
 font-weight: bold;
 color: #990000;
 cursor: pointer;
 text-shadow: 0 1px 1px #f6f6f6;
 text-decoration: none;
 background-image: -moz-linear-gradient(top, #fdfdfd, #eeeeee);
 background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fdfdfd),color-stop(1, #eeeeee));
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee')";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd', EndColorStr='#eeeeee');
font-size:16px;
height:100%;
overflow:hidden;
padding:0.6em 25px;
-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
box-shadow: 0px 1px 4px rgba(0,0,0,.3);
}

div.collapsible h3.on{
background: #FFF;
border: 1px solid #eee;
color: #990000;
background-image: -moz-linear-gradient(top, #EEEDDF, #FFFFFF);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EEEDDF),color-stop(1, #FFFFFF));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEDDF', EndColorStr='#FFFFFF')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEDDF', EndColorStr='#FFFFFF');
font-family: "Times New Roman", Times, serif;
text-shadow: 0 -1px 1px #FFFFFF;
text-transform: uppercase;
}

div.collapsible div,div.collapsible ul{
display:none;
}

div.collapsible ul.listview{
list-style:none outside none;
margin:1em 0;
padding:0 15px;
}

div.collapsible ul.listview li{
padding:0.7em 75px 0.7em 15px;
}


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

ul.listview li{
font-size:14px;
border-left-width:1px;
border-right-width:1px;
border-width:1px 0 0;
display:block;
margin:0;
overflow:hidden;
position:relative;
text-align:left;

border: 1px solid #ccc; background: #eee; font-weight: bold; color: #444; cursor: pointer;
text-shadow: 0 1px 1px #eee;
text-decoration: none;
background-color:#FFFFFF;
background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #FFFFFF));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#FFFFFF')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#FFFFFF');

-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.3); -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.3); box-shadow: 0px 1px 4px rgba(0,0,0,.3);

padding:0.7em 15px;

}

/*ul.listview li.list-divider{
background-color:#EEEDDF;
background-image: -moz-linear-gradient(top, #EEEDDF, #BBBAB1);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EEEDDF),color-stop(1, #BBBAB1));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEDDF', EndColorStr='#BBBAB1')";
border:1px solid #666;
color:#666;
font-weight:bold;
text-shadow:0 -1px 1px #eeeeee;
padding:0.5em 15px;
}*/

ul.listview li.list-divider{
background-color:#000;
background-image: -moz-linear-gradient(top, #000000, #000000);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(1, #000000));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#000000')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#000000');
border:1px solid #666;
color:#FFF;
font-weight:bold;
text-shadow:0 -1px 1px #333;
padding:0.5em 15px;
}

ul.listview li .icon-arrow{
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
background-color:rgba(0, 0, 0, 0.4);
background-image:url("/mobile/assets/images/global/icons-18-white.png");
background-repeat:no-repeat;
background-position:-108px 0;
text-decoration:none;
display:block;
height:18px;
position:absolute;
right:10px;
top:26%;
width:18px;
}

ul.listview li .icon-arrow a {
	text-decoration:none;
}


ul.listview li.right-align{
text-align:right;
}

/*---------------------------STORE--------------------------------*/
/*-----list page---*/
.oneLineOutputWrapper {
border-top:3px solid #CCCCCC;
margin:20px 0 0;
padding:15px 0 0;
}
.oneLineOutputWrapperBottom {
border-bottom:3px solid #CCCCCC;
margin:20px 0 0;
padding:15px 0 0;
}

.image-wrapper {
display:block;
float:left;
margin-right:5%;
padding: 10px 0 0 0;
text-align:center;
height:189px;
width:20%;
}

.image-wrapper img{
	height:100%;
}

.wineInfo{display:none; font-family: Comic Sans MS, Comic Sans MS5, cursive; font-weight: 400;}
.wineInfoQR{display:inline;}

.infoWrapper {
float:right;
width:75%;
}

.title a {
	font-family:"Times New Roman", Times, serif;
	color:#990000;
	font-size: 1.2em;
	text-decoration:none;
}

.purchaseWrapper {
float:left;
margin-top:10px;
width:74%;
}



.price{
width:100%;
display:block;
overflow:hidden;
margin-bottom: 0;
padding-bottom: 0;
font-weight: normal;
}

.strikethru {
text-decoration:line-through;
}

.saleprice {
/*color:#F74343;*/
color:#FF0000;
font-weight: bold;
}

.payment-block{
display:block;
overflow:hidden;
}

.qty {
float:left;
width:30%;
}

.button input{
	margin: 0.5em 8px;
    text-align: center;
    width: 60%;
}

input[name="Quantity"] {
width:40px;
text-align:center;
padding:0.6em 0.2em 0.6em 0.2em;
}

.payment-block .button{
float: left;
    margin-left: 9px;
    width: 65%;
}

/*-----drill page---*/
.product-title {
	color: #990000;
    font-family: "Times New Roman",Times,Georgia,serif;
    font-size: 21px;
    margin: 1em 0;
	}

.drill-image {
float:left;
margin-right:5%;
text-align:center;
width:20%;
}

.product-picture {
width:100%;
}

.drill-price-wrapper {
float:right;
width:75%;
}

.drill-teaser{display:block;}

.drillInnerPriceWrapper {
clear:both;
float:none;
overflow:hidden;
width:100%;
}



.storePagination {
padding-top:20px;
text-align:center;
}

h1.product{
display:block;
/*color:#990000;*/
color:#000;
font-size: 1.12em;
}

.ui-block-a{
float:left;
width:50%;
}

.ui-block-b{
float:left;
width:50%;
}

.cart-quantity input{
margin:0;
}

.cart-prices {
padding-top:14px;
text-align:right;
}

.cart-update{text-align:center;height:30px;}
.cart-delete{text-align:center;height:30px;}

.content .buttons a{
	color: #990000;
    text-decoration: none;
	font-weight:bold;
	}

.list-first{
-moz-border-radius: 0.6em 0.6em 0 0;
-webkit-border-radius:  0.6em 0.6em 0 0;
}

.list-last{
-moz-border-radius: 0 0 0.6em 0.6em;
-webkit-border-radius:  0 0 0.6em 0.6em;
}

.shipping-choice{padding-bottom:10px;}

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

#aboutThisWineHeader {font-weight:bold;}
#wineProfileHeader {font-weight:bold;}
.ProfileSubheader {font-weight:bold;}

/*-------------------------------FOOTER-------------------------------*/
.footer{
position:relative;
border: 1px solid #666;
background: #FFF;
color: #666;
font-weight: NORMAL; text-shadow: 0 -1px 1px #FFF;
background-image: -moz-linear-gradient(top,  #EEEEEE, #FFFFFF);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #FFFFFF));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#FFFFFF')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#FFFFFF');
padding-bottom:20px;
text-align:center;
border-bottom:1px solid;
border-left-width:0;
border-right-width:0;
overflow:hidden;
width:100%;
}

/*.footer{
position:relative;
border: 1px solid #2A2A2A; background: #756268; color: #fff; font-weight: bold; text-shadow: 0 -1px 1px #000; background-image: -moz-linear-gradient(top, #3c3c3c, #756268); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3c3c3c),color-stop(1, #756268));   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c3c3c', EndColorStr='#756268')";
padding-bottom:20px;
text-align:center;
border-bottom:0 none;
border-left-width:0;
border-right-width:0;
overflow:hidden;
width:100%;
}*/

.footer-menu{overflow:hidden;display:block;margin-bottom:20px;}

.footer-menu ul{
border:0 none;
display:block;
list-style:none outside none;
margin:0;
padding:0;
position:relative;
}

.footer-menu ul li{
border:0 none;
float:left;
margin:0;
padding:0;
width:33.33%;
}

.footer-menu ul li a{
border-bottom-width:0;
border-top-width:0;
border-bottom: 1px solid #666666;
display:block;
margin:0;
outline:medium none;
text-align:center;
padding-bottom:0.9em;
padding-top:0.8em;
font-size:12px;
color:#990000;
font-weight:normal;
text-decoration:none;
text-shadow:0 1px 1px #eee;
text-transform:uppercase;
overflow:hidden;
position:relative;
white-space:nowrap;
border-right: 1px solid #666;
background: #333333;
font-weight: bold;
background-image: -moz-linear-gradient(top, #EEEDDF, #EEEDDF);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EEEDDF),color-stop(1, #EEEDDF));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEDDF', EndColorStr='#EEEDDF')";
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEDDF', EndColorStr='#EEEDDF');
}

.site-address{margin:23px 0 10px}

.desk-link a{color:#666;font-size:12px;text-decoration:none;}
#powered-by a {color:#666; text-decoration:none;}
/*pods*/
/*banners*/
#layPodWrapper .banner{display:none;}
.banner-wrapper .banner .podTitle{display:none;}
.banner-wrapper .banner img{width:100%;display:block;}
#viewCartTable {
  margin: 12px 0px 12px 0px;
  border: 1px solid #CCCCCC;
  width: 100%;
  clear: both;
  border-collapse: collapse;
}
#viewCartTable th {
	  border-bottom: 1px solid #CCCCCC;
	}
#viewCartTable td,
#viewCartTable th {
  /*padding: 5px 5px 5px 5px; This causes rendering problems for some reason.*/
  margin: 0px;
  vertical-align: middle;
  line-height: 1.5em;
  text-align: left;
}

#viewCartTable th {
  background-color: #EEEEEE;
  vertical-align: middle;
}

#viewCartTable td.noBorder, #viewCartTable tr.subtotal, #viewCartTable tr.subtotal td, #viewCartTable tr.shipping td, #viewCartTable tr.tax td, #viewCartTable tr.total td, .noBorder td {
	border-top: none !important;
  border:none !important;
}
#viewCartTableNav {
  margin: 0px;
  width: 100%;
  border: none !important;
  display: table;
}
#viewCartTable a,
#viewCartTable tbody,
#viewCartTable img,
#viewCartTableNav a,
#viewCartTableNav tr,
#viewCartTableNav th,
#viewCartTableNav td,
#viewCartTableNav tbody,
#viewCartTableNav img {
  border: none !important;
}
#viewCartTable td .entry-view-field-name {
  font-weight: bold;
  background-color: #eee;
  margin: 0px;
  border: none;
}

.CartContentsHeader {
  background-color: #EEEEEE;
  -moz-box-shadow: inset 0 0 5px 5px #DDDDDD;
  -webkit-box-shadow: inset 0 0 5px 5px #DDDDDD;
  box-shadow: inset 0 0 5px 5px #DDDDDD;
}
.CartTotalBackground {
  background-color: #CCDDEE;
  -moz-box-shadow: inset 0 0 5px 5px #BBCCDD;
  -webkit-box-shadow: inset 0 0 5px 5px #BBCCDD;
  box-shadow: inset 0 0 5px 5px #BBCCDD;
}

.VerifyTableHead {
  background-color: #AAAAFF;
  -moz-box-shadow: inset 0 0 3px 3px #9999EE;
  -webkit-box-shadow: inset 0 0 3px 3px #9999EE;
  box-shadow: inset 0 0 3px 3px #9999EE;
}
.VerifyTableBody1 {
  background-color: #DDDDFF;
  -moz-box-shadow: inset 0 0 3px 3px #CCCCEE;
  -webkit-box-shadow: inset 0 0 3px 3px #CCCCEE;
  box-shadow: inset 0 0 3px 3px #CCCCEE;
}
.VerifyTableBody2 {
  background-color: #EEFFEE;
  -moz-box-shadow: inset 0 0 3px 3px #DDEEDD;
  -webkit-box-shadow: inset 0 0 3px 3px #DDEEDD;
  box-shadow: inset 0 0 3px 3px #DDEEDD;
}
.VerifyTableSubTotals {
  background-color: #BBEEBB;
  -moz-box-shadow: inset 0 0 3px 3px #AADDAA;
  -webkit-box-shadow: inset 0 0 3px 3px #AADDAA;
  box-shadow: inset 0 0 3px 3px #AADDAA;
  text-align: right;
  font-size: smaller;
}
.VerifyTableTotals {
  background-color: #BBEEBB;
  -moz-box-shadow: inset 0 0 3px 3px #AADDAA;
  -webkit-box-shadow: inset 0 0 3px 3px #AADDAA;
  box-shadow: inset 0 0 3px 3px #AADDAA;
  text-align: right;
}
/*************************************************************/

/*http://edwardawebb.com/web-development/cakephp/disable-page-show-translucent-progress-bar*/
/*http://www.telerik.com/community/forums/aspnet/ajax/disable-or-gray-out-page-when-displaying-loading-panel.aspx*/
#LoadingDiv{
  margin:0px 0px 0px 0px;
  position:fixed;
  height: 100%;
  z-index:9999;
  padding-top:200px;
  padding-left:50px;
  width:100%;
  clear:none;
  background:url(../sub_files/images/transoverlay.png) repeat top left; /*NOTE: Don't change file without updating preloader in index.php!!*/
  /*background-color:#777777;
  border:1px solid #000000;*/
  }
/*IE will need an 'adjustment'*/
* html #LoadingDiv{
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.unitSpacer {
   font-size: smaller;
}

.ht,
.ht div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-left: 2px solid #777;
    border-right: 2px solid #777;
    z-index: 1;
}
.ht {
    opacity: 0.8;
    -ms-filter: alpha(opacity=80);
    filter: alpha(opacity=80);
}
.ht1 {
    opacity: 0.7;
    border-width: 4px;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
}
.ht2 {
    opacity: 0.6;
    border-width: 6px;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}
.ht3 {
    opacity: 0.5;
    border-width: 8px;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}
.ht4 {
    opacity: 0.4;
    border-width: 10px;
    -ms-filter: alpha(opacity=40);
    filter: alpha(opacity=40);
}

.scrollable {
    width: 480px;
	height: 128px;
    position: relative;
    overflow: hidden;
	margin: 0 auto;
	border-bottom: 2px solid #FE8E1C;
}

.items div {
    float: left;
    width: 480px;
	position: relative;
	overflow: hidden;
}


@media screen and (max-width: 320px)
{
	.scrollable {
	    margin-left: -80px !important;
		width: 400px;
	}

	.items div {
    	width: 400px;
	}
}

.scrollable .items {
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
    clear: both;
}

/*
 * #wrapper { height: 100%; }
 */
body > #wrapper {
	height: auto;
	min-height: 100%;
}

#locationList {
	/* padding-bottom: 50px; */
}
 /* must be same height as the footer */
#mapCTA {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 50px;
	clear: both;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
html, body {
	height: 100%;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #f9f6e4;
}

div.hr {
	border: 0;
	background-color: #d0b687;
	height: 1px;
	margin: 20px 15px;
}

div.hr hr {
	display: none;
}

div.hr2 {
	border: 0;
	background-color: #d0b687;
	height: 1px;
	margin: 15px 0px;
}

div.hr2 hr {
	display: none;
}

img {
	/* border: 1px solid #999999; */
    margin-bottom: -5px;
}

div#pgtitle h1
{
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

h1 {
	font: normal normal 1em "Times New Roman",Georgia,Serif;
	text-align: left;
	line-height: 1.375em;
	margin: 0px;
}

h2 {
	font: bold normal 1.125em "Times New Roman",Georgia,Serif;
	color: #872f21;
	text-align: left;
	line-height: 1.125em;
	margin: 0px;
	padding: 0px;
}

.shadow1 {
	box-shadow: 0px 4px 8px rgba(129, 129, 129, .6);
	-webkit-box-shadow: 0px 4px 8px rgba(129, 129, 129, .6);
	-moz-box-shadow: 0px 4px 8px rgba(129, 129, 129, .6);
}

.shadow {
	background: url(../sub_files/images/bg_shadow.png) repeat-x top left;
}

#master, #pages{
	width: 100%;
	margin: 0px;
	background-color: #f4e2b6;
}

#pages {
	min-height: 275px;
}

#master.light {
	background: #f8f2da;
}

#header {
	position: relative;
	background: url(../sub_files/images/bg_header.jpg) repeat-x center top;
	height: 70px;
}

.home_feature {
	postion: relative;
	background: url(../sub_files/images/home_feat_SofS.jpg) no-repeat center top #ebe2d0;
	border-bottom: solid #fe8e1c;
	border-bottom-width: 2px;
	height: 128px;
}

.sub_feature, .cafe_feature, .soup_feature {
	min-height: 136px;
	border-bottom: solid #fe8e1c;
	border-bottom-width: 2px;
	width: 100%;
}

#search {
	postion: relative;
	background: no-repeat center top #1f1a16;
	border-top: solid #fe8e1c;
	border-top-width: 2px;
	height: 46px;
}

#chalkline {
	background: url(../sub_files/images/bg_chalkline.jpg) center bottom repeat-x;
	height: 10px;
	background-color: #fe8e1c;
}

#pgtitle {
	background: url(../sub_files/images/top_header.jpg) left bottom no-repeat;
  height: 44px;
	background-color: #0a0907; /* #3c270d; */ /* dark brown */
}
#pgtitleplain {
  background: url(../sub_files/images/top_header_plain.jpg) center bottom repeat-x;
  height: 44px;
  background-color: #0a0907;
}
#pgtitleplain h1 {
	color: #fffdf9;
	font: normal normal 1.375em "Times New Roman",Georgia,Serif;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 10px;
}

#home {
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-right: 2px solid #f7efd2;
	width: 66px;
	height: 35px;
}

#home h3 {
	font: normal normal 0.625em Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #231f20;
	margin: 0;
	padding-top: 12px;
}

#locations {
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-left: 2px solid #f7efd2;
	width: 66px;
	height: 35px;
}

#locations h3 {
	font: normal normal 0.625em Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #231f20;
	margin: 0;
	padding-top: 12px;
}

#logo {
	background: url(../sub_files/images/panera_logo.png) no-repeat center top;
	margin: 0px auto 0px auto;
	height: 70px;
	width: 172px;
}

#btnFind {
	position: relative;
	background: url(../sub_files/images/btn_find.png) no-repeat center top;
	margin: 8px 10px;
	height: 30px;
	width: 58px;
	float: right;
}

.textfield {
	width: 200px;
	height: 25px;
	background: url(../sub_files/images/search_icon.png) no-repeat #FFF 5px 5px;
	border: none;
	padding: 2px 0 0 30px;
}

#wrapper {
	 min-height: 100%;
	 /*
	 margin-bottom: -50px;
	 */
}

#wrapper .padding {
	padding: 15px;
}

.map {
	margin: 0 auto;
	padding: 0px;
}
 /*height: 253px; */


#mapCTA > div{
	width: 320px;
	margin: 0 auto;
}

#clicktocall {
	background: url(../sub_files/images/btn_clicktocall.png) no-repeat top left;
	width: 160px;
	height: 45px;
}

#directions {
	background: url(../sub_files/images/btn_directions.png) no-repeat top left;
	width: 160px;
	height: 45px;
}

.location {
	position: relative;
	padding: 12px;
	margin: 0px;
	background: #f8f2da;
	font-size: 0.875em;
}

.location.alt {
	background: #f4e2b6;
}

.location h4 {
	color: #872f21;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
}

.lightarrow {
	background: url(../sub_files/images/location_arrow.png) no-repeat left top;
	width: 10px;
	height: 14px;
	float: right;
	margin-top: 40px;
}

.miles {
	position: absolute;
	right: 30px;
	top: 52px;
	color: #bbb28e;
	font-size: 0.875em;
	font-weight: bold;
}

.catList {
	padding: 4px 10px 10px 20px;
	display: none;
}

.soup_content {
	padding: 65px 10px 10px 20px;
}

#search, #chalkline {
	display: none;
}

#content {
  /* Setting any sort of background causes severe probs with IE9 for some reason. */
  /* Using "inline-block" instead of "block" fixes the problem. */
  /*display: -moz-inline-stack;*/
  display: block;
	*display: inline-block; /* http://css-tricks.com/how-to-create-an-ie-only-stylesheet/ */
	background: #f8f2da url(../sub_files/images/bg_shadow.png) repeat-x left top;
	position: relative;
	left: 0px;
	margin: 0 20px;
	/*padding: 0 0 20px 0; the bottom margin had to be zero'd so the wood grain goes to bottom. */
  padding: 0 0 0 0;
	box-shadow: 0px 0px 4px rgba(129, 129, 129, .4);
	-webkit-box-shadow: 0px 0px 4px rgba(129, 129, 129, .4);
	-moz-box-shadow: 0px 0px 4px rgba(129, 129, 129, .4);
}

.nav {
	position: relative;
	padding-bottom: 8px;
	margin-right: 0px;
	min-height: 44px;
	height: auto;
	left: -10px;
	top: 12px;
}

.hand {
	cursor: pointer;
}

.arrow {
  background: url(../sub_files/images/arrow_rt.png) left top no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 999;
}
.arrow:hover {
  background: url(../sub_files/images/arrow_dn.png) left top no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 999;
}

.cap {
	display: block;
	background: inherit;
	width: 20px;
	height: 44px;
	position: absolute;
	top: 0px;
	right: -20px;
	margin: 0px;
	z-index: -999;
}

.ribbon {
	display: block;
	position: absolute;
	height: 44px;
	width: 100%;
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
	background: #3c270d;
	-moz-box-shadow: 1px 1px 4px rgba(129, 129, 129, .4);
	-khtml-box-shadow: 1px 1px 4px rgba(129, 129, 129, .4);
	-webkit-box-shadow: 1px 1px 4px rgba(129, 129, 129, .4);
	z-index: 100;
}

.ribbon h2 {
	color: #fffdf9;
  font: normal normal 1.22em 'Georgia', serif; /* Wine, Merchandise, Wearables */
	text-align: left;
  white-space: nowrap;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.triangle {
	background: url(../sub_files/images/triangle.png) no-repeat left top;
	position: absolute;
	height: 7px;
	width: 10px;
	left: 0px;
	top: 44px;
	z-index: 999;
}

.stroke {
  background: #3c270d;
  height: 38px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 2px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #9e9386;
  border-bottom-color: #9e9386;
  border-left-color: #9e9386;
  /* Box shadow help: http://www.css3.info/preview/box-shadow/ */
  -moz-box-shadow: inset 0 0 7px 5px #815e32;
  -webkit-box-shadow: inset 0 0 7px 5px #815e32;
  box-shadow: inset 0 0 7px 5px #815e32;
}
.stroke:hover {
  /*background-color: #f9f6e4;*/
  /*background-color: #d0b687;*/
  /*background-color: #85965d;*/
  /*background-color: #473747;*/
  /*background-color: #574757;*/
  background-color: #595647;
  font-weight: bold;
  height: 38px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-left: 2px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #9e9386;
  border-bottom-color: #9e9386;
  border-left-color: #9e9386;
  /* Box shadow help: http://www.css3.info/preview/box-shadow/ */
  -moz-box-shadow: inset 0 0 7px 5px #968422;
  -webkit-box-shadow: inset 0 0 7px 5px #968422;
  box-shadow: inset 0 0 7px 5px #968422;
}

.stroke_cap {
	height: 38px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9e9386;
	border-bottom-color: #9e9386;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9e9386;
  background-color: red;
}

.sideimg {
	padding-right: 15px;
	width: 110px;
}

.descript {
	padding: 0 15px;
	line-height: 0.875em;
}

#socialmedia {
	/*display: table;*/
	position: relative;
	margin: 0 10px;
	background-color: #f8f2da;
}

#buttonhome {
  background: url(../sub_files/images/button_home.png) no-repeat top left;
  width: 96px;
  height: 30px;
  border: none;
  margin: 0 0 0 0; padding: 0 0 0 0;
}
#buttonfullsite {
  background: url(../sub_files/images/button_fullsite.png) no-repeat top left;
  width: 96px;
  height: 30px;
  border: none;
  margin: 0 0 0 0; padding: 0 0 0 0;
}
#buttonelist {
	background: url(../sub_files/images/button_elist.png) no-repeat top left;
	width: 96px;
	height: 30px;
	border: none;
  margin: 0 0 0 0; padding: 0 0 0 0;
}
#buttoncart {
	background: url(../sub_files/images/button_checkout.png) no-repeat top left;
	width: 96px;
	height: 30px;
	border: none;
  margin: 0 0 0 0; padding: 0 0 0 0;
}

.alignRight {
  text-align: right;
}

.div-table {
  /*display: table;*/
	display: block;
	width: 100%;
  margin: 0 0 0 0; padding: 0 0 0 0;
  border: none;
  overflow: hidden;
}

#socialmedia .div-table{
	background-color: #85965d;
  margin: 0 0 0 0; padding: 0 0 0 0;
  border: none;
  /* Box shadow help: http://www.css3.info/preview/box-shadow/ */
  -moz-box-shadow: inset 0 0 5px 5px #97A772;
  -webkit-box-shadow: inset 0 0 5px 5px #97A772;
  box-shadow: inset 0 0 5px 5px #97A772;
}

.div-tableClear {
	display: table;
	width: 100%;
}

.div-table-row {
	/*display: table-row;*/
  margin: 0 0 0 0; padding: 0 0 0 0;
  border: none;
  overflow: hidden;
}

.div-table-col {
  /*display: table-cell;*/
  /*float: left;*/
  border: none;
  margin: 0 0 0 0; padding: 0 0 0 0;
  width: auto;
  color: #AAAAAA;
  overflow: hidden;
}
.div-table-col:hover {
  /*display: table-cell;*/
  /*float: left;*/
  border: none;
  background-color: #97A772;
  margin: 0 0 0 0; padding: 0 0 0 0;
  color: #CCCCCC;
  overflow: hidden;
}

#footer {
	background: url(../sub_files/images/bg_footer.jpg) repeat-x center top;
	margin: 0;
}

#footer p {
	font: normal normal 0.688em Helvetica, Arial, sans-serif;
	text-align: left;
	line-height: 1.4em;
	color: #6e4311;
	margin: 0;
	padding: 30px 15px;
}

#footer a {
	text-decoration: none;
	color: #6e4311;
}

#map_canvas {
	width: 100%;
	margin: 0;
	padding: 0;
}

p, #legalwrapper {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	line-height: 1.25em;
}

a:link, a:visited, a:hover, a:active {
	color: #B97C3E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.legal1 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 18px !important; /*color: #900;*/
	text-decoration: none !important;
	display: block !important;
	margin-top: 20px !important;
	margin-right: 0px !important;
	margin-bottom: 4px !important;
	margin-left: 0px !important;
}

#legalwrapper {
	display: block;
}

.labelsmall {
	font-size: 11px;
	text-transform: uppercase;
	color: #687819;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.terms ul li, .terms ol li {
	margin-left: 25px;
}
.terms {
	color: #625250;
}

ul
{
    margin-top:10px;
	/*font-size: 0.875em;*/
	line-height: 1.25em;
}

ol
{
    margin-top:10px;
		/*font-size: 0.875em;*/
	line-height: 1.25em;
	margin-bottom:10px;
}
}

/*
.downArrow {
	background: url(../sub_files/images/arrow_dn.png) left top no-repeat;
}

.upArrow {
	background: url(../sub_files/images/arrow_up.png) left top no-repeat;
}
*/
#locationList {
	padding: 0 0 50px 0;
	margin: 0;
	overflow: auto;
}

.siteMessage {
	font: normal normal 2em Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 3em;
	margin: 0px;
}

#mapCTA {
	background: url(../sub_files/images/bg_maplinks.gif) repeat-x center top;
	/*
	 display: none;
	 position: absolute;
	 bottom: 0;
	 width: 100%;
	 height: 0px;
	 clear: both;
	 padding: 0;
	 margin-top: -50px;
	 */
}

.store {
	font-size: 22px;
	font-weight: bold;
}

.infoBox, .address {
	min-width: 275px !important;
}

a.subNav_link {
  text-decoration: none;
  border: 0 none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a.subNav_link img {
  text-decoration: none;
  border: 0 none;
}
a.subNav_link:hover, a.subNav_link:active, a.subNav_link:focus {
    /* styling for any way a link is about to be used */
    text-decoration: none;
}

.subNav {
	margin: 0;
	padding: 44px 0 0 10px;
	width: 100%;
  display: block;
  left: 0px;
}

.subNav .subNav_item:last-child {
  /* I decided I didn't like this, it prevents the bottom line on the last submenu item. */
	/*border-bottom: none;*/
}

.subNav_item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	position: relative;
	height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 2px 0 0px 15px;
	background: url(../sub_files/images/bg_highlight.png) repeat-x top center;
  /* Box shadow help: http://www.css3.info/preview/box-shadow/ */
  -moz-box-shadow: inset 0 0 5px 5px #dbd7c2;
  -webkit-box-shadow: inset 0 0 5px 5px #dbd7c2;
  box-shadow: inset 0 0 5px 5px #dbd7c2;
}
.subNav_item:hover { /* vintage / sub options subnav */
  position: relative;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px 0 0px 15px;
  /*background-color: #CCAAFF;*/
  background-color: #d3d6f2;
  -moz-box-shadow: inset 0 0 5px 5px #b3bae7;
  -webkit-box-shadow: inset 0 0 5px 5px #b3bae7;
  box-shadow: inset 0 0 5px 5px #b3bae7;
}
.subNav_item .name {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: normal normal 1.12em "Times New Roman",Georgia,Serif;
	line-height: 1em;
	text-align: left;
	margin-top: 10px;
	height: 100%;
}

.name:hover {
  text-decoration: none;
}


.sNarrow {
	background: url(../sub_files/images/snav_arrow_rt.png) left top no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 14px;
	right: 32px;
	z-index: 999;
}

.bubble {
	width: 100%;
}

.bubble .pointer {
	position: relative;
	height: 15px;
}

.bubble .pointer .one {
	position: absolute;
	top: -8px;
	left: 50%;
	background: rgba(60, 39, 13, 1);
	width: 16px;
	height: 16px;
	margin: 0 auto;
	-moz-box-shadow: 4px 4px 6px #888;
	-webkit-box-shadow: 4px 4px 6px #888;
	box-shadow: 4px 4px 6px #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bubble .content {
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: rgba(60, 39, 13, 1) url(../sub_files/images/bg_highlight.png) repeat-x top center;
	text-align: center;
	-moz-box-shadow: 4px 4px 6px #888;
	-webkit-box-shadow: 4px 4px 6px #888;
	box-shadow: 4px 4px 6px #888;
}

.bubble .content .address {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	padding: 5px 0px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.zipError {
	line-height: 25px;
	margin: 10px !important;
	padding-top: 10px;
}

#Error404 {
	margin: 20px;
}

#Error404 h1 {
	color: maroon;
	font-weight: bold;
	margin-bottom: 20px;
}

#Error404 h2 {
	color: #000;
	font-weight: normal;
	margin-top: 25px;
	font-size: 14px;
}

#Error404 a {
	text-decoration: underline;
	color: #000;
	line-height: 25px;
}
#Error404 ul {
	list-style-type: none;
}

#Error404 ul li
{
	padding-left: 20px;
	background-image: url(../sub_files/images/snav_arrow_rt.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.descript img {
	margin: 0 0 10px 10px;
}

.hidden {
	display: none;
}

.btnLocations {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #3c270d;
    text-align: center;
}

.icon {
    width: 17px;
    height: 17px;
    padding: 0px 5px;
	border: none;
	margin-left: -4px;
}



#locCTAWrap {
    background: url(../sub_files/images/bg_maplinks.png) repeat-x center top;
    text-align: center;
    height: 39px;
}

ul.locCTA  {
    list-style-type: none;
    margin: 0px;
}

.locCTA li {
    float: left;
    display: inline;
    font-size: .875em;
}

.locCTA li a {
    color: #FFFFFF;
    text-decoration: none;
}

.back {
    height: 39px;
    width: 54px;
    padding: 12px 10px 0px 5px;
    margin: 0px;
}

.clicktocall {
    height: 39px;
    width: 110px;
    padding: 12px 9px 0px 2px;
    margin: 0px;
}

.directions {
    height: 39px;
    width: 100px;
    padding: 12px 11px 0px 5px;
    margin: 0px;
}

.divider {
    height: 39px;
    border-left: solid 1px #abb78d;
    border-right: solid 1px #86965e;
}

.dividerLast {
    height: 39px;
    border-left: solid 1px #abb78d;
    border-right: solid 1px #86965e;
}

.infoBox img{
	border: none;
}
.btnclose {
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(../sub_files/images/btn_addressPopclose.png) no-repeat;
    width: 15px;
    height: 15px;
}
