@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic);
/* font-family: 'Roboto', 'Open Sans', sans-serif; */

/********************* BASE *********************/
#custom-doc{ overflow:hidden }
.stn-doc {
  width: 1050px;
  min-width: 1050px;
  margin: 0 auto;
  text-align: left;
}
#ie6 .stn-doc,
#ie7 .stn-doc {
  width: 1050px;
}
html.stn {
/*	background-repeat: no-repeat;
	background-position: center top;
	background-color: #6d695c;
	font-family: 'Roboto', 'Open Sans', sans-serif;
	background-image: url(../images/bkgrnd.jpg);
	background-attachment: fixed;
	background-size: cover;*/
	background: #326ac7;
background: -moz-linear-gradient(top,  #326ac7 0%, #2989d8 26%, #7db9e8 100%);
background: -webkit-linear-gradient(top,  #326ac7 0%,#2989d8 26%,#7db9e8 100%);
background: linear-gradient(to bottom,  #326ac7 0%,#2989d8 26%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#326ac7', endColorstr='#7db9e8',GradientType=0 );

}
body.stn {
  min-height: 700px;
  background-repeat: repeat-x;
  background-position: bottom left;
  font-family: 'Roboto', 'Open Sans', sans-serif; 
}

#ie7 #bd {
  z-index: 1;
}
a,
:visited,
:link {
  color: #326AC7;
}
a:hover {
  color: #000;
}
#active_menu {
  color: #326AC7;
}
.componentheading,
.contentheading,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
i,
em {
  font-style: italic;
}
.vmx-landing-left,
.vmx-landing-right,
select,
.inputbox {
  background-color: #fff;
}
li {
  list-style-position: outside;
}
form#details ul,
form#details ol,
ul,
ol {
  margin-left: 2em;
}
ul > li {
  list-style-type: disc;
}
ol > li {
  list-style-type: decimal;
} 
fieldset {
  border: 1px solid #ccc;
}
legend {
  font-weight: 700;
  font-size: 16px;
  margin: 0 10px;
}
select,
.yui-ac-input,
input[type=text],
.inputbox {
  border: 1px solid #000;
}
form[name=login] div > div {
  margin-bottom: 10px;
}
form[name=login] a {
  clear: both;
  display: block;
}
form[name=adminForm] strong {
  color: #f00;
}
form[name=adminForm] fieldset > div {
  margin-bottom: 10px;
}
.button {
  border: 1px solid #003c74;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 3px;
  margin: 0;
  background: #e2e2eb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c6c5d7));
  background: -webkit-linear-gradient(top, #fff 0%, #c6c5d7 100%);
  background: -moz-linear-gradient(top, #fff 0%, #c6c5d7 100%);
  background: -ms-linear-gradient(top, #fff 0%, #c6c5d7 100%);
  background: -o-linear-gradient(top, #fff 0%, #c6c5d7 100%);
  background: linear-gradient(top, #fff 0%, #c6c5d7 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ffffffff', endColorstr='#ffc6c5d7',GradientType=0 );
  -webkit-box-shadow: inset 1px 0px #fff, inset -1px 0px #fff;
  -moz-box-shadow: inset 1px 0px #fff, inset -1px 0px #fff;
  -ms-box-shadow: inset 1px 0px #fff, inset -1px 0px #fff;
  -o-box-shadow: inset 1px 0px #fff, inset -1px 0px #fff;
  box-shadow: inset 1px 0px #fff, inset -1px 0px #fff;
  overflow: visible;
  zoom: 1;
}
.button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
.button:hover {
  -webkit-box-shadow: inset 0px 1px 1px #fff, inset 0px 0px 3px #ffa500;
  -moz-box-shadow: inset 0px 1px 1px #fff, inset 0px 0px 3px #ffa500;
  -ms-box-shadow: inset 0px 1px 1px #fff, inset 0px 0px 3px #ffa500;
  -o-box-shadow: inset 0px 1px 1px #fff, inset 0px 0px 3px #ffa500;
  box-shadow: inset 0px 1px 1px #fff, inset 0px 0px 3px #ffa500;
}
.button:active,
.button:focus {
  outline: none solid #008000;
  -webkit-box-shadow: inset 0px 0px 3px #00f;
  -moz-box-shadow: inset 0px 0px 3px #00f;
  -ms-box-shadow: inset 0px 0px 3px #00f;
  -o-box-shadow: inset 0px 0px 3px #00f;
  box-shadow: inset 0px 0px 3px #00f;
}
:root .button {
  filter: none;
}
p {
  margin-bottom: 1.5em;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
blockquote {
	display: block;
	background-color: #326AC7;
	margin: 40px;
	padding: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #FFFFFF;
}
blockquote * {
  display: inline;
}
blockquote:before,
blockquote:after {
  display: inline;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}

/********************** JOOMLA CONTENT **********************/
.sectiontableheader br,
.moduletable-hours span.article_seperator,
.moduletable-contact span.article_seperator {
  display: none;
}
.sectiontableheader {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
label {
  font-weight: 400;
  color: #777;
  line-height: 18px;
  margin-bottom: 5px;
}
.sectiontableentry1 {
  background-color: #f7f7f7;
}
.sectiontableentry1,
.sectiontableentry2 {
  margin: 1px;
}
.sectiontableentry2 {
  background-color: #f3f3f3;
}
.componentheading,
.componentheading + table.contentpane .contentheading {
  font-size: 20px;
}
.componentheading,
#site-main .contentheading h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #326ac7;
	padding-bottom:10px;
}

/*******************************************************************************************************************************************/
/********************** HEAD *********************/
#hd {
  position: relative;
  background-image: url('../images/hd.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 220px;
}
#logo {
  position: absolute;
  left: 19px;
  top: -1px;
  display: block;
}
#ie7 #hd {
  z-index: 2;
}

/*************** MAIN MENU ***************/
.moduletable-main-menu {
	white-space: nowrap;
	top: 105px;
	position: relative;
	width: auto;
	font-size: 20px;
	text-transform: uppercase;
}
.moduletable-main-menu .stn-horizontal-nav {
position: relative;
display: table;
margin: 0 auto;
}
.moduletable-main-menu a,
.moduletable-main-menu :link,
.moduletable-main-menu :visited {
  color: #000;
  text-decoration: none;
}
.moduletable-main-menu .stn-horizontal-nav ul {
  margin-left: 0;
}
.moduletable-main-menu .stn-horizontal-nav > ul ul {
  padding: 4px 0;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li {
  position: relative;
  line-height: 58px;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li:hover {
	background-image: url(../images/menu_active.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li a {
  position: relative;
  padding: 0 14px;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li a:hover,
.moduletable-main-menu .stn-horizontal-nav > ul > li a.current {
	background-image: url(../images/menu_active.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul {
  background-color: #326AC7;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a {
  padding: 0 21px;
  color:#FFFFFF;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a:hover,
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a.current {
  background-color: #82b1ff;
  color:#FFFFFF;
  background-image:none;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li li {
  line-height: 30px;
}
/******** SOCIAL BANNERS *********/
#pos-header .moduletable-info-social {
	position:absolute;
	right:15px;
	top:17px;
}

/******** DEPARTMENT BANNERS *********/
#pos-header .moduletableinfo-department {
	position:absolute;
	left:367px;
	top:37px;
	width:626px;
	height:61px;
}
/********** SEARCH MODULE ***********/
#pos-header .moduletable-search {
  position: absolute;
  left: 56px;
  top:165px;
}
.moduletable-search .button {
	display:none;
}
.moduletable-search .inputbox {
  padding: 0 5px;
  line-height: 21px;
  height: 24px;
  border:none;
  width:240px;
}
/*********** FIND OUT MORE MENU ***********/
#pos-header .moduletable-menu-findout {
	position: absolute;
	right: 121px;
	top: 170px;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#pos-header .moduletable-menu-findout a {
	color: #FFFFFF;
	text-decoration: none;
}
#pos-header .moduletable-menu-findout a:hover {
	color:#000000;
}
#pos-header .moduletable-menu-findout:after {
	content: '< find out more';
	color: #000000;
	text-transform: lowercase;
	font-weight: 700;
	position:absolute;
	right:-100px;
	top:-1px;
}
/*******************************************************************************************************************************************/
/**************** MAIN CONTENT ****************/
#bd {
  background-image: url('../images/bd.png');
  background-repeat: repeat-y;
  background-position: top left;
}
#site-main {
  width: 764px;
  overflow: hidden;
  margin-left: 83px;
  padding-bottom: 30px;
}
.stn-homepage.onecol #bd {
	background-image: url('../images/bd-home.png');
}
.stn-homepage.onecol #site-main {
	width:1010px;
	padding:0px 20px;
	margin-left:0px;
	padding-bottom: 30px;
}
#site-main,
#site-main p,
#site-main li {
  font-size: 16px;
  line-height:1.5em;
}

#site-main .fb-like {
  top: -3px;
}
#ie7 #site-main .fb-like,
#ie8 #site-main .fb-like {
  top: 3px;
}
#site-main p {
}
#site-main table.contentpaneopen,
#site-main table.contentpaneopen fieldset {
  width: 100%;
}
#site-main form[name=adminForm] > div {
  width: 100% !important;
}
/*********** HOME PAGE CONTENT *************/
.stn-homepage #main {
	background-color: #326ac7;
	padding:20px;
	background-image: url(../images/hom-content-bkgrnd.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 344px;
	margin-bottom:15px;
}
.stn-homepage #main .contentheading-home-content {
	position:relative;
}
.stn-homepage #main .contentheading-home-content h1 {
	font-size:36px;
	color:#FFFFFF;
	margin-bottom:24px;
}
.stn-homepage #main .contentpaneopen-home-content {
	position: relative;
}
.stn-homepage #main .contentpaneopen-home-content .textual {
	color:#FFFFFF;
	width:320px;
	font-size:14px;
	line-height:16px;
	margin-bottom:12px;
}
.stn-homepage #main .contentpaneopen-home-content .pict {
	position:absolute;
	bottom:-29px;
}
.stn-homepage #main .contentpaneopen-home-content .pict.one {
	left:342px;
}
.stn-homepage #main .contentpaneopen-home-content .pict.two {
	left:648px;
}
.stn-homepage #main .contentpaneopen-home-content a#button {
	padding: 10px;
	background-color: #fbd51e;
	color: #000000;
	font-weight: 700;
	border: 1px solid #000000;
	margin-top: 15px;
	position: absolute;
	bottom: -36px;
	left: -4px;
	text-decoration: none;
}

/************ Category No Image ***************/
html.stn-vm-page a.category {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.10;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  color: #000;
  background-color: #FFD300;
  -webkit-box-shadow: inset 0 0 0 3px #DF9D00;
  -moz-box-shadow: inset 0 0 0 3px #DF9D00;
  -ms-box-shadow: inset 0 0 0 3px #DF9D00;
  -o-box-shadow: inset 0 0 0 3px #DF9D00;
  box-shadow: inset 0 0 0 3px #DF9D00;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 50px;
  padding:4px;
}
html.stn-vm-page #main a.category {
 display:table;
 vertical-align:middle;
 text-align:center;
}

html.stn-vm-page #main a.category span {
 display:table-cell;
 vertical-align:middle;
 text-align:center;
}
@-moz-document url-prefix() {
	html.stn-vm-page #main a.category span {
		display:table-cell;
		vertical-align:middle;
		height:50px;
		}
}
html.stn-vm-page a.category:hover {
  background-color: #0072CA;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 3px #FFD202;
  -moz-box-shadow: inset 0 0 0 3px #FFD202;
  -ms-box-shadow: inset 0 0 0 3px #FFD202;
  -o-box-shadow: inset 0 0 0 3px #FFD202;
  box-shadow: inset 0 0 0 3px #FFD202;
}

html.ie7 html.stn-vm-page a.category:hover,
html.ie8 html.stn-vm-page a.category:hover {
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1)";
}
html.stn-vm-page a.category img,
html.stn-vm-page a.category br {
  display: none;
}

/********** BROWSE PAGES ***********/
.filter-box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
margin-top:10px;
}
table.browse_pagenav td {
  padding: 5px;
}
div.browse_pagenav {
  border-top: 0;
  clear: both;
  line-height: 2.5em;
}
.browsepagetop h1, .browsepagetop h3 {
	background-color: #326ac7;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 10px;
	line-height: 37px;
}

#product_list.stn-products_per_row-1 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-1 > div .product_row_multiple {
  width: 100%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-1 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-1 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list.stn-products_per_row-2 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-2 > div .product_row_multiple {
  width: 49.5%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-2 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-2 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list.stn-products_per_row-3 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-3 > div .product_row_multiple {
  width: 32.65%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-3 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-3 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list.stn-products_per_row-4 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-4 > div .product_row_multiple {
  width: 24.25%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-4 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-4 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list.stn-products_per_row-5 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-5 > div .product_row_multiple {
  width: 19.2%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-5 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-5 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list.stn-products_per_row-6 > div {
  padding: 1%;
}
#product_list.stn-products_per_row-6 > div .product_row_multiple {
  width: 15.8%;
  margin-left: 1%;
}
#product_list.stn-products_per_row-6 > div br ~ .product_row_multiple {
  margin-top: 1%;
}
#product_list.stn-products_per_row-6 > div br + .product_row_multiple {
  margin-left: 0;
}
#product_list:after {
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#product_list > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#product_list > div:after {
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#product_list > div .product_row_multiple {
  float: left;
  margin: 0;
  padding: 0;
}
#product_list > div + br,
#product_list > div + br + br {
  display: none;
}
#product_list > div .product_row_multiple:first-child {
  margin-left: 0;
}
#product_list > div {
}
html.pinky #product_list > div {
}
#product_list > div br + .product_row_multiple:before {
  display: none;
}
#product_list > div .product_row_multiple {
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0px 0px rgba(0,0,254,0);
	-moz-box-shadow: 0 0 0px 0px rgba(0,0,254,0);
	-ms-box-shadow: 0 0 0px 0px rgba(0,0,254,0);
	-o-box-shadow: 0 0 0px 0px rgba(0,0,254,0);
	box-shadow: 0 0 0px 0px rgba(0,0,254,0);
	-webkit-transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-ms-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
	border: 1px solid #A7A7A7;
}
#product_list > div .product_row_multiple:hover {
	-webkit-box-shadow: 0 0 3px 3px rgba(254,252,0,0.50);
	-moz-box-shadow: 0 0 3px 3px rgba(254,252,0,0.50);
	-ms-box-shadow: 0 0 3px 3px rgba(254,252,0,0.50);
	-o-box-shadow: 0 0 3px 3px rgba(254,252,0,0.50);
	box-shadow: 0 0 3px 3px rgba(254,252,0,0.50);
}
#product_list > div .product_row_multiple .browse_3 > a {
  display: block;
  color: #000;
  text-decoration: none;
}
#product_list > div .product-image {
  width: 90%;
  min-height: 142px;
  margin: 10px auto;
}
#product_list > div .product-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#product_list > div #text-area {
	background-color: #E8E8E8;
	text-align:left;
	padding:8px;
}
#product_list > div .product-title {
  color: #000;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.231;
  font-size: 14px;
  height: 39px;
  padding: 3px;
  overflow:hidden;
}
#product_list > div .product-title h2 a {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Roboto', 'Open Sans', sans-serif;
	text-decoration: none;
	color: #000000;
}
#product_list > div .product-price {
  line-height: 1.231;
  font-size: 13px;
  height: 43px;
}
#product_list > div .product-price > * {
  display: block;
}
#product_list > div .product-price br,
#product_list > div .product-price > br {
  display: none;
}
#product_list > div .product-price .price {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
#product_list > div .product-price .discount {
  font-size: 12px;
  color: #f00;
}
#product_list > div .product-price a {
  display: none;
}

/********************* SHOPPING CART - PRODUCT DETAILS *********************/
a.category {
  text-decoration: none;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shipping_estimate table {
  width: 100%;
}

.filter-box {
  margin: 0;
  margin-bottom: 10px;
}
#details .content .buy .price {
	font-size:24px;
}
#details .content .title h1 {
}
#details .content .title small {
}
#site-main #details .content .header {
	background-color: #E3E3E3;
}
#site-main #details .content {
margin-left: 230px;
}
#site-main .bottom-content .fundamentals {
	padding-bottom:10px;
}

#site-main .bottom-content .related_product {
  width: 25%;
  text-align: center;
  margin: 0;
  padding: 0;
  min-height:240px;
  vertical-align:top;
  padding-bottom:10px;
}
#site-main .bottom-content .related_products .product_name {
	display:block;
	height:22px;
	overflow:hidden;
	line-height:1.2em;
	font-size:14px;
	padding-bottom:10px;
	font-family: 'Roboto', 'Open Sans', sans-serif; 
}
#site-main .bottom-content .related_product img {
  max-width: 130px;
  max-height: 100%;
  width: auto;
  height: auto;
  padding-bottom: 10px;
}
#site-main .bottom-content .related_products .price.discount {
	color:#F40004;
	font-size:.85em;
}
#site-main .bottom-content .related_products .price {
}
/*** NARROW DETAILS ***/
#site-main #det-page {
	position:relative;
}
#site-main #det-header .title h1 {
	text-align:center;
}
#site-main #det-header .title small {
	position:absolute;
	right:76px;
}
#site-main #det-page #details #det-header #det-buy.content {
	margin:0px;
	padding-top:24px;
}
#site-main #det-page #details #det-images {
	float:left;
	width:280px;
	margin-left:10px;
}
#site-main #det-page #details #det-prodetes {
	float:left;
	width:280px;
	min-height:280px;
}
#site-main #det-page #details #det-prodetes .inputbox {
	max-width:200px;
}
#site-main #det-page #details #det-bottom {
	float:left;
	margin-top:30px;
}
#site-main #det-page #details #det-bottom .buttons {
	margin-top:15px;
}
#site-main #det-page #details #det-bottom .fundamentals,
#site-main #det-page #det-extras .related_products,
#site-main #det-page #det-extras .shipping_estimate {
	margin-top:15px;
}
#site-main #det-page #det-extras {
	float:left;
}

#site-main #det-page #det-extras .related_products td {
	width:25%;
	padding:4px;
	text-align:center;
	vertical-align:bottom;
}
#site-main #det-page #det-extras .related_products img {
	width:120px;
}
#site-main #det-page .header {
	background-color:#68CEF6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/************ WISHLIST **************/
.vmx-landing-right .inputbox {
  clear: both;
}
.vmx-wishlist-holder table {
  border-collapse: separate;
  border-spacing: 5px;
}
.vmx-landing-left,
.vmx-landing-right {
  padding-top: 10px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
}

#details .inputbox {
  margin: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/********************** FPSS ************************/
#site-main .moduletable-info-fpss {
	height:390px;
	overflow:hidden;
	margin-bottom:24px;
}
#site-main #fpss-outer-container {
  padding: 0;
  margin:0px;
  border:none;
}
#site-main #fpss-outer-container #fpss-container_playButton {
  display: none;
}
#site-main #fpss-outer-container #navi-outer {
  z-index: 11;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  position: absolute;
  background: none;
  width:260px;
}
#site-main .fpss-introtext {
	width: 304px;
	height: 397px;
	background-color: #DF2F2F;
	background-image:none;
	top:0px;
}
#site-main #fpss-outer-container #navi-outer .ul_container ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
#site-main #fpss-outer-container #navi-outer .ul_container li {
  display: inline-block;
  border: 0;
  background: 0;
}
#site-main #fpss-outer-container #navi-outer .ul_container a {
  border: 0;
  background: none;
  background-image: url('../images/non-active.png');
  height: 40px;
  width: 32px;
  float: none;
  padding: 0;
  margin: 0;
}
#site-main #fpss-outer-container #navi-outer .ul_container a .navbar-img {
  display: none;
}
#site-main #fpss-outer-container #navi-outer .ul_container a.navi-active {
  background-image: url('../images/active.png');
}
#site-main #fpss-outer-container #navi-outer .ul_container #fpss-container_next,
#site-main #fpss-outer-container #navi-outer .ul_container #fpss-container_prev {
  height: 40px;
}
#site-main #fpss-outer-container #navi-outer .ul_container li.clr {
  display: none;
}
#site-main #fpss-outer-container #navi-outer .ul_container #fpss-container_next,
#site-main #fpss-outer-container #navi-outer .ul_container #fpss-container_prev,
#site-main #fpss-outer-container #navi-outer .ul_container li.noimages {
  position: absolute;
  top: 0;
}
#site-main #fpss-outer-container #navi-outer .ul_container li.noimages {
  left: 0;
  right: 0;
}
#site-main #fpss-outer-container #navi-outer .ul_container #fpss-container_next,
#site-main #fpss-outer-container #navi-outer .ul_container #fpss-container_prev {
  width: 55px;
}
#site-main #fpss-outer-container #navi-outer .ul_container a#fpss-container_next {
	display:none;
  right: 0;
  background-image: url('../images/next.png');
}
#site-main #fpss-outer-container #navi-outer .ul_container a#fpss-container_prev {
	display:none;
  left: 0;
  background-image: url('../images/prev.png');
}
#site-main .fpss-introtext .slidetext {
	position:relative;
	height:324px;
	padding:15px;
}
#site-main .fpss-introtext .slidetext p {
	line-height:20px;
}
#site-main .fpss-introtext .slidetext h1 {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
	text-decoration:none;
	padding-bottom:6px;
}
#site-main .fpss-introtext .slidetext h1 a {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 36px;
}
#site-main .fpss-introtext .slidetext h3 {
    font-size: 18px;
	color:#FFF;
    margin: 0;
    padding: 0;
    display: block;
}
#site-main .fpss-introtext .slidetext a.readon {
	display: block;
	background: #fbd51e;
	background: -moz-linear-gradient(top,  #fbd51e 0%, #eeca1c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fbd51e 0%,#eeca1c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fbd51e 0%,#eeca1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd51e', endColorstr='#eeca1c',GradientType=0 ); /* IE6-9 */
	padding: 10px 13px;
	color: #000000;
	text-decoration: none;
	width: 140px;
	position: absolute;
	bottom: -20px;
	font-size:14px;
	font-weight:700;
}
#site-main #slide-wrapper #slide-outer .slide .slide-inner .fpss_img {
	text-align:right;
	width:1010px;
	display:block;
}
#site-main #slide-wrapper #slide-outer .slide,
#site-main #slide-wrapper #slide-outer .slide-active {
	display:block;
	position:absolute;
	top:0px;
}
/*********** FEATURED PRODUCTS ***********/
#site-main .moduletable-favorites {
	margin-bottom:12px;
}
#site-main .moduletable-favorites h3 {
	color: #FFFFFF;
	background-color: #326AC7;
	line-height:38px;
	padding-left:15px;
	margin-bottom:12px;
}
.stn_featprod {
  overflow: hidden;
  width: 100% !important;
}
.stn_featprod .stn_featprod_product {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.23);
	-ms-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.23);
	-o-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.23);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.23);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 197px !important;
	height: 220px;
	background-color: #FFFFFF;
	border: 1px solid #C8C8C8;
	text-align: center;
	position: relative;
	margin-left: 6px;
}
.stn_featprod .stn_featprod_product.product-5,
.stn_featprod .stn_featprod_product:first-child {
  margin-left: 0;
}
.stn_featprod .stn_featprod_product.product-5 {
  margin-top: 1%;
  clear: left;
}
.stn_featprod .stn_featprod_product.product-5 ~ .stn_featprod_product {
  margin-top: 1%;
}
.stn_featprod .stn_featprod_product .stn_product_module_img {
  left: 0;
  right: 0;
}
.stn_featprod .stn_featprod_product .stn_product_module_img img {
	width:155px;
	padding-top:5px;
}
.stn_featprod .stn_featprod_product .stn_product_module_title {
	color: #767676;
	display: block;
	height: 27px;
	margin: 6px;
	overflow: hidden;
	font-size: 13px;
	line-height: 13px;
}
.stn_featprod a {
  display: block;
  margin-bottom: 5px;
}
.moduletable-favorites .stn_featprod .stn_product_module_price {
	font-size: 12px;
	color: #00931E;
	line-height:13px;
}
.moduletable-favorites .stn_featprod .stn_product_module_price .price {
	color: #000000;
	font-size: 14px;
}
.moduletable-favorites .stn_featprod .stn_product_module_price .discount {
	color: #D30003;
	font-size: 10px;
}
/*********** HOME PAGE BANNERS **************/
#infobody2 .moduletable-info-bottom {
}
#infobody2 .moduletable-info-bottom img {
	padding: 0px 22px;
}
#infobody1 .moduletable-info-ad {
	margin-bottom:15px;
}
#infobody1 .moduletable-info-ad {
}
/******* EVENT CALENDAR OVERRIDES *******/
div.ev_navigation {
  position: relative;
  display: block;
  /*background-position: center top;
  background-repeat: no-repeat;
  background-image: url('../../components/com_events/images/calbkg.jpg');*/
  height: 73px;
}
div.ev_navigation div#ev_icon_yearly {
  background-image: url('../../components/com_events/images/cal5x.png');
}
div.ev_navigation div#ev_icon_monthly {
  background-image: url('../../components/com_events/images/cal1x.png');
}
div.ev_navigation div#ev_icon_weekly {
  background-image: url('../../components/com_events/images/cal2x.png');
}
div.ev_navigation div#ev_icon_daily {
  background-image: url('../../components/com_events/images/cal3x.png');
}
div.ev_navigation div#ev_icon_search {
  background-image: url('../../components/com_events/images/cal8x.png');
}
div.ev_navigation div#ev_icon_jumpto {
  background-image: url('../../components/com_events/images/cal9x.png');
}
div.ev_navigation #jumpto {
  z-index: 500;
  background-color: rgba(255,255,255,0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 );
  position: relative;
  border-top: 1px solid #ccc;
  line-height: 3em;
  border-bottom: 1px solid #ccc;
}
div.ev_navigation > table {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 20px;
  background-image: url('../../components/com_events/images/calendar-border.png');
  width: 100%;
  border-collapse: separate;
}
div.ev_navigation ~ fieldset {
  background-repeat: no-repeat;
  min-height: 700px;
  background-image: url('../../components/com_events/images/calbkg.jpg');
  border: none;
  position: relative;
  display: block;
  margin: 0;
}
div.ev_navigation ~ fieldset legend.ev_fieldset {
  position: relative;
  top: 0%;
  display: block;
  width: 100%;
  padding-top: 1em;
  background-image: url('../../components/com_events/images/calendar-border.png');
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin:0px;
}
div.ev_navigation ~ fieldset legend.ev_fieldset ~ table.cal_table {
  margin-top: 1em;
  border-width: 1px;
  border-spacing: 0px;
  border-collapse: collapse;
  border: none;
  width: 100% !important;
}
div.ev_navigation ~ fieldset legend.ev_fieldset ~ table.cal_table .cal_td_daysnames {
  padding: 0;
  border: none;
  height: auto !important;
  font-size: 15px;
  line-height: 30px;
  background-image: none;
  color: #fff;
  background-color:#326AC7;
}
div.ev_navigation ~ fieldset .cal_td_daysnoevents {
  border: 1px solid #ccc;
  text-align: right;
  font-size: 12px;
  padding: 5px !important;
  font-weight: 700;
  background-color: transparent;
}
div.ev_navigation ~ fieldset .cal_td_daysoutofmonth {
  border: 1px solid #ccc;
  text-align: right;
  font-size: 12px;
  padding: 5px !important;
  background-color: transparent;
  color: #777;
  font-weight: 400;
}
div.ev_navigation ~ fieldset table.ev_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 80% !important;
	background-color: rgba(255,255,255,0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=0 );
	border: 1px solid #C9C9C9;
}
div.ev_navigation ~ fieldset table.ev_table td {
  border: none;
}
div.ev_navigation ~ fieldset table.ev_table tr {
  border-top: 1px solid #C9C9C9;
}
.ev_td_left {
	background-color: #003d20;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: left;
	vertical-align: middle;
}
div.ev_navigation ~ fieldset table.ev_table .cal_td_daysnames {
	border: none;
	padding: 0;
	color: #fff;
	height: auto !important;
	font-size: 18px;
	line-height: 24px;
	background-image: none;
	background-color: #F6BD50;
}
div.ev_navigation ~ fieldset table.ev_table td.ev_td_left a.ev_link_weekday {
  display: block;
  color:#fff;

}
.ev_td_today {
	background-color: #cb665e;
	font-weight: bold;
	color: #FFFFFF;
}
.ev_td_today a {
	color:#fff;
}
div.ev_navigation ~ fieldset table.ev_table td.ev_td_today,
div.ev_navigation ~ fieldset table.ev_table td.ev_td_left,
div.ev_navigation ~ fieldset table.ev_table td.ev_td_today a.ev_link_weekday,
div.ev_navigation ~ fieldset table.ev_table td.ev_td_left a.ev_link_weekday {
  text-align: center;
  min-width: 100px !important;
  padding: 5px;
}
div.ev_navigation ~ fieldset .cal_td_today {
  background-image: none;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  background-color: rgba(0,0,0,0.1);
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 );
  padding: 0 !important;
  border: 3px solid #aaa;
}
div.ev_navigation ~ fieldset .cal_td_today .cal_daylink {
  display: block;
  padding: 0;
  line-height: 15px;
  background-color: #aaa;
}
div.ev_navigation ~ fieldset a.cal_titlelink {
  font-weight: 700;
  padding: 3px;
}
ul.ev_ul li.ev_td_li {
	border-style: solid;
	border-width: 0 0 0 5px;
	margin-bottom: 1px;
	padding-left: 2px;
	background-image: none;
	list-style-type: none;
	border-color: #f6bd50 !important;
}

/*******************************************************************************************************************************************/
/*********** SITE NAV LEFT COLUMN ***********/
#site-nav {
  padding-bottom: 0px;
  width:240px;
  margin-left:17px;
}
#site-nav a {
  display: block;
}
#site-nav .moduletable-cat-adv {
	margin-bottom:15px;
}
#site-nav .advanced_display,
#site-nav .advanced_display ul,
#site-nav .advanced_display li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#site-nav .advanced_display .links ul {
  padding-right: 10px;
}
#site-nav a {
  text-decoration: none;
  color:#7e7e7e;
  font-size:14px;
  line-height:20px;
  padding-left:5px;
}
#site-nav a:hover,
#site-nav a#active_menu,
#site-nav a.current {
	background-color: #FBD51E;
}
#site-nav a.sublevel:before {
	content:' - ';
	padding:0px 3px;
}
#site-nav a.sublevel {
	width:235px;
}
#site-nav .advanced_display .links a.category-view-all {
}
#site-nav h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 700;
	background-color: #326AC7;
	line-height:37px;
	padding-left:12px;
	margin-bottom:10px;
}
#site-nav h3 a {
	color: #FFFFFF;
	text-decoration: none;
	line-height:37px;
	font-size: 18px;
	background-color: #326AC7;
	padding-left:12px;
}
#site-nav h3 a:hover {
	background-color: #326AC7;
}
/********* BANNERS LEFT COLUMN ***********/
#site-nav .moduletable-info-left a {
	padding:0px;
	margin-bottom:10px;
}

/*******************************************************************************************************************************************/
/********************** FOOTER **********************/

#ft {
  background-color: #FFFFFF;
  background-image: url('../images/ft.png');
  background-position: top left;
  background-repeat: no-repeat;
  position:relative;
}
#site-footer {
	position:relative;
	min-height:278px;
}
#site-footer .moduletable-ft-menu {
	position:absolute;
	top:68px;
	font-size:12px;
	color:#a3a3a3;
}
#site-footer .moduletable-ft-menu a {
	color: #a3a3a3;
	text-decoration: none;
}
#site-footer .moduletable-ft-menu a:hover,
#site-footer .moduletable-ft-menu a#active_menu {
	color:#000000;
}
#site-footer .moduletable-ft-menu h3 {
	font-size:18px;
	color:#326ac7;
}
#site-footer .moduletable-ft-menu.main {
	left:44px;
}
#site-footer .moduletable-ft-menu.departments {
	left:290px;
}
#site-footer .moduletable-ft-menu.one {
	left:538px;
}
#site-footer .moduletable-ft-menu.two {
	left:790px;
}
#newfooter {
  padding: 20px;
  font-size: 11px;
  color: #a3a3a3;
}
#newfooter a {
  color: #a3a3a3;
  font-size: 12px;
}

/*******************************************************************************************************************************************/
/********************** UNKNOWN LOCATION MODULES *********************/



/*********** CONTACT MODULE *************/
.moduletable-contact {
  position: absolute;
  right: 25px;
  text-align: right;
}
.moduletable-hours {
  position: absolute;
  left: 25px;
  text-align: left;
}
.moduletable-contact p,
.moduletable-hours p {
  margin-bottom: 0.2em;
}
.moduletable-contact span,
.moduletable-contact a,
.moduletable-hours span,
.moduletable-hours a {
  font-size: 66.66%;
}
.moduletable-contact a:hover,
.moduletable-hours a:hover {
  text-decoration: none;
}


/*********** CART LOGIN ACCOUNT *************/
#login-cart {
  position: absolute;
  bottom: 109px;
  right: 10px;
  text-align: right;
}
#login-cart a,
#login-cart :link,
#login-cart :visited,
#login-cart .moduletable-nun {
  text-decoration: none;
}
#login-cart a:hover {
  text-decoration: underline;
}

/*********** SOCIAL MODULE ***********/
.moduletable-social {
  margin-top: 30px;
}
.moduletable-social table.artbannersplus-social {
  margin: 0 auto;
}
.moduletable-social p,
.moduletable-social .article_seperator {
  display: none;
}
#pd-social-buttons {
  text-align: right;
}

/*********** FPSS MODULE **************/

/*********** FPSS MODULE **************/
/******* ADJUST EMPTY SEARCH ALERT *******/
.search-info {
font-size: 22px;
background-color: #cade87;
padding: 21px;
}

#site-main table.moduletable-cart-message {
    display:block;
    background: #fff;
    padding: 10px;
    border: 2px solid red;
    margin-bottom:10px;
    font-size:14px;
}
#site-main .moduletable-cart-message h1 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.moduletable-cart-message .article_seperator {
        display:none;
}
.moduletable-cart-message p {
        margin-bottom:none;
}
table.moduletable-cart-message * {
    width: 100%;
    display: block;
}
