@import url(https://fonts.googleapis.com/css?family=Playball);
/*Headers: font-family: "Playball","Brush Script MT",cursive;*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
/* Content: font-family: "Raleway","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif; */

/********************* BASE *********************/
/*#custom-doc{ overflow:hidden }*/
.stn-doc {
  width: 936px;
  min-width: 936px;
  margin: 0 auto;
  text-align: left;
}
#ie6 .stn-doc,
#ie7 .stn-doc {
  width: 936px;
}
html.stn {
	background-color: #FFFFFF;
	font-family: "Raleway","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
body.stn {
	min-height: 700px;
	font-family: "Raleway","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}

#ie7 #bd {
  z-index: 1;
}
a,
:visited,
:link {
  color: #4f8ab8;
}
a:hover {
  color: #000;
}
#active_menu {
  color: #4f8ab8;
}
.componentheading,
.contentheading,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
}
.componentheading,
.contentheading,
h1 {
  font-size: 18px;
  font-family: "Raleway","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
  color:#474747;
}
h2 {
  font-size: 16px;
  font-family: "Raleway","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
h3 {
  font-size: 14px;
  font-family: "Raleway","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
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{
		/* SVG as background image (IE9/Chrome/Safari/Opera) */
		background-image :url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1OTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNDNkM1RDciIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1OTgpIiAvPgo8L3N2Zz4=)
	}
.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: rgba(0,0,0,0.1);
}
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 {
	line-height:34px;
}

/*******************************************************************************************************************************************/
/********************** HEAD *********************/
#hd {
	position: relative;
	height: 185px;
}
#logo {
  position: absolute;
  left: 0px;
  top: 49px;
  display: block;
}
#ie7 #hd {
  z-index: 2;
}

/*************** MAIN MENU 2nd Menu ***************/
.moduletable-main-menu {
	white-space: nowrap;
	top: 140px;
	position: relative;
	width: auto;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
}
.moduletable-main-menu .stn-horizontal-nav {
	position: relative;
	display: table;
	margin: 0 auto;
	color: #62554c;
	text-transform: uppercase;
}
.moduletable-main-menu a,
.moduletable-main-menu :link,
.moduletable-main-menu :visited {
	color: #62554c;
	text-decoration: none;
	text-transform: uppercase;
}
.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: 32px;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li a {
  position: relative;
  font-size: 16px;
  padding: 0 15px;
  color:#62554c;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li a:hover,
.moduletable-main-menu .stn-horizontal-nav > ul > li a.current {
  color: #4f8ab8;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul {
  background-color: #fff;
  border-left: 1px solid #62554c;
  border-bottom: 1px solid #62554c;
  border-right: 1px solid #62554c;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a {
  padding: 0 21px;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a:hover,
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a.current {
  color: #4f8ab8;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li li {
  line-height: 25px;
}

/*********** PROMO MENU TOP MENU *************/
.moduletable-promo-menu {
	white-space: nowrap;
	top: 0px;
	position: absolute;
	width: 100%;
	font-size: 12px;
	color: #c5c1bf;
	text-transform: uppercase;
}
.moduletable-promo-menu .stn-horizontal-nav {
position: relative;
display: table;
margin: 0 auto;
}
.moduletable-promo-menu a,
.moduletable-promo-menu :link,
.moduletable-promo-menu :visited {
  color: #000000;
  text-decoration: none;
}
.moduletable-promo-menu .stn-horizontal-nav ul {
  margin-left: 0;
}
.moduletable-promo-menu .stn-horizontal-nav > ul ul {
  padding: 4px 0;
}
.moduletable-promo-menu .stn-horizontal-nav > ul > li {
	position: relative;
	line-height: 35px;
	background-image: url(../images/promo-menu-bkg-sep.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.moduletable-promo-menu .stn-horizontal-nav > ul > li:nth-child(1) {
	background-image:none;
}
.moduletable-promo-menu .stn-horizontal-nav > ul > li a {
  position: relative;
  font-size: 16px;
  padding: 0 10px;
}
.moduletable-promo-menu .stn-horizontal-nav > ul > li a:hover,
.moduletable-promo-menu .stn-horizontal-nav > ul > li a.current {
	color:#000000;
    background-color: rgba(255, 255, 255, 0.51);
}
.moduletable-promo-menu .stn-horizontal-nav > ul > li ul {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#fceabb',GradientType=0 );
    background: rgb(248,181,0);
    background: -moz-linear-gradient(top, rgba(248,181,0,1) 0%, rgba(252,234,187,1) 98%, rgba(186,186,186,1) 98%);
    background: -webkit-linear-gradient(top, rgba(248,181,0,1) 0%,rgba(252,234,187,1) 98%,rgba(186,186,186,1) 98%);
    background: linear-gradient(to bottom, rgba(248,181,0,1) 0%,rgba(252,234,187,1) 98%,rgba(186,186,186,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#bababa',GradientType=0 );
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a {
  padding: 0 10px;
}
.moduletable-promo-menu .stn-horizontal-nav > ul > li ul a:hover,
.moduletable-promo-menu .stn-horizontal-nav > ul > li ul a.current {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.51);
}
.moduletable-promo-menu .stn-horizontal-nav > ul > li li {
  line-height: 25px;
  background-image:none;
}


/*******************************************************************************************************************************************/
/**************** MAIN CONTENT ****************/
#bd {

}
.onecol #site-main {
	width:100%;
	margin-left:0px;
}
#site-main {
  width: 708px;
  overflow: hidden;
  margin-left: 45px;
  padding-bottom: 10px;
}
#site-main,
#site-main p,
#site-main li {
  font-size: 14px;
  line-height:1;
  color:#4a3f3f;
}

#site-main .fb-like {
  top: -3px;
}
#ie7 #site-main .fb-like,
#ie8 #site-main .fb-like {
  top: 3px;
}
#site-main p {
	line-height:22px;
}
#site-main table.contentpaneopen,
#site-main table.contentpaneopen fieldset {
  width: 100%;
}
#site-main form[name=adminForm] > div {
  width: 100% !important;
}
/******** Customer Service with a Smile ********/
#site-main #infobody1 .moduletable-cust-srvc {
	background-image: url(../images/cst-srvc-h3.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:24px;
	padding-bottom:4px;
	border-bottom:#474747 solid 1px;
	margin-bottom:30px;
}
#site-main #infobody1 .moduletable-cust-srvc h3 {
	font-family: "Playball","Brush Script MT",cursive;
	text-align:center;
	font-size:25px;
	font-weight:normal;
	color:#62554c;
	background-color:#FFFFFF;
}
#site-main #infobody1 .moduletable-home-twobnnr {
	padding-top:24px;
	padding-bottom:4px;
	border-top:#474747 solid 1px;
	margin-bottom:30px;
}
#site-main #infobody1 .moduletable-home-twobnnr table td{
	width: 49%;
    text-align: center;
}
#site-main #infobody1 .moduletable-pers-srvc {
	margin-bottom:30px;
}
#site-main #infobody1 .moduletable-favorites {
	background-image: url(../images/fav-toys-h3.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:24px;
	padding-bottom:10px;
	border-bottom:#474747 solid 1px;
	margin-bottom:30px;
}
/************ Category No Image ***************/
html.stn-vm-page a.category {
  font-size: 16px;
  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: #FFFFFF;
  background-color: #4f8ab8;
  -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;
  min-height: 50px;
  padding:4px;
}
html.stn-vm-page #main a.category {
 display:table;
}

html.stn-vm-page #main a.category span {
 display: table-cell;
 vertical-align:middle;
}
@-moz-document url-prefix() {
	html.stn-vm-page #main a.category span {
		display:block;
		vertical-align:middle;
		min-height:50px;
		}
}
html.stn-vm-page a.category:hover {
  background-color: #62aae2;
  color: #fff;
}
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;
	border-bottom: #60564f solid 1px;
	border-top: #60564f solid 1px;
	margin: 0;
	margin-top: 10px;
	border-left: 0px;
	border-right: 0px;
}
table.browse_pagenav td {
  padding: 5px;
}
div.browse_pagenav {
  border-top: 0;
  clear: both;
  line-height: 2.5em;
}
.browsepagetop h1, .browsepagetop h3 {
  text-align: center;
}
#browse-product a {
	text-decoration:none;
}
#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.5%;
 margin-left: 1%;
  border-bottom:#a1a1a1 solid 1px;
  min-height:275px;
}
#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 {
  background-color: #ffa8d6;
}
#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;
  padding: 10px;
  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;
/*
		&:before
			offset-from(ancestor)
			content ' '
			top 75px
			left 0
			height 100px
			width 1px
			bg-color #20abff
		&:first-child:before
			remove()
		*/
}
#product_list > div .product_row_multiple:hover {
	-webkit-box-shadow: 0 0 3px 3px rgba(191,0,11,0.50);
	-moz-box-shadow: 0 0 3px 3px rgba(191,0,11,0.50);
	-ms-box-shadow: 0 0 3px 3px rgba(191,0,11,0.50);
	-o-box-shadow: 0 0 3px 3px rgba(191,0,11,0.50);
	box-shadow: 0 0 3px 3px rgba(191,0,11,0.50);
}
#product_list > div .product-image {
  width: 90%;
  min-height: 142px;
  margin: 10px auto;
}
#product_list > div .browse-product-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#product_list > div .browse-product-name {
  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: 40px;
  padding: 3px;
}
#product_list > div a h2.browse-product-name {
  font-weight: 400;
  color:#75675d;
}
#product_list > div .browse-product-price {
  line-height: 1.231;
  font-size: 14px;
  height: 59.08800000000001px;
}
#product_list > div .browse-product-price > * {
  display: block;
}
#product_list > div #browse-product-price br,
#product_list > div #browse-product-price > br {

}
#product_list > div a #browse-product-price .price {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
#product_list > div #browse-product a.product-link #browse-product-price span.price.discount {
  font-size: 13px;
  color: #f00;
}
#product_list > div .product-price a {
}

/********************* 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: Helvetica, Arial, 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:310px;
    height:340px;
	margin-left:10px;
}
#site-main #det-page #details #thumbnails {
    top:310px;
    width:300px;
}
#site-main #det-page #details #det-prodetes {
	float:left;
	width:388px;
	min-height:310px;
}
#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 #fpss-outer-container {
  background-color: #fff;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  border: 0;
}
#site-main #fpss-outer-container #navi-outer {
  font-size: 14px;
  position: relative;
  bottom: 40px;
  margin-bottom: -40px;
  z-index: 10;
  background-image: none;
  background-color: rgba(0,0,0,0.6);
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
}
#site-main #fpss-outer-container #navi-outer ul {
  margin: 0;
  padding: 0 10px;
}
#site-main #fpss-outer-container #navi-outer,
#site-main #fpss-outer-container #navi-outer a {
  color: #fff;
  line-height: 40px;
  height: 40px;
  display:none;
}
#site-main #fpss-outer-container #navi-outer a {
  margin: 0;
}
#site-main #fpss-outer-container #navi-outer a.navi,
#site-main #fpss-outer-container #navi-outer a.navi-active {
  background: none;
  background-color: none;
  width: 45px;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
}
#site-main #fpss-outer-container #navi-outer a.navi span,
#site-main #fpss-outer-container #navi-outer a.navi-active span {
  display: none;
}
#site-main #fpss-outer-container #navi-outer a.navi {
  background-image: url('../images/thumb.png');
}
#site-main #fpss-outer-container #navi-outer a.navi-active {
  background-image: url('../images/active-thumb.png');
}
#site-main #fpss-outer-container #navi-outer a:hover {
  text-decoration: underline;
}
#site-main #fpss-outer-container #navi-outer a {
  color: #fff;
}
#site-main #fpss-outer-container #navi-outer #fpss-container_next,
#site-main #fpss-outer-container #navi-outer #fpss-container_prev {
  background-image: none;
  width: 2em;
  text-align: center;
}
#site-main #fpss-outer-container #navi-outer #fpss-container_next:after {
  content: '>>';
}
#site-main #fpss-outer-container #navi-outer #fpss-container_prev:after {
  content: '<<';
}
#site-main #navi-outer li.noimages a#fpss-container_playButton {
width: 60px;
background: none;
}

/*********** FEATURED PRODUCTS ***********/
.stn_featprod {
  overflow: hidden;
  width: 100% !important;
  padding-top:20px;
/*
	.stn_featprod_product.product-4
	.stn_featprod_product:first-child
		border-left 0

	.stn_featprod_product.product-4
	.stn_featprod_product.product-4 ~ .stn_featprod_product
		border-bottom 0

	*/
}
.stn_featprod .stn_featprod_product {
  width: 224px !important;
  height: 300px;
  text-align: center;
  position: relative;
  margin-left: 10px;
  border: 1px solid #e8e8e8;
  padding-top:10px;
}
.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 {
/*  position: absolute;
  top: 3.462em;*/
  left: 0;
  right: 0;
}
.stn_featprod .stn_featprod_product .stn_product_module_title {
  color: #000;
  display: block;
  height: 40px;
  padding:4px;
  overflow: hidden;
  font-size:16px;
  line-height:20px;
  font-weight:700;
}
.stn_featprod a {
  display: block;
  margin-bottom: 5px;
}
.stn_featprod .price {
	font-size:16px;
	color:#666666;
}

/******* 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: 19px;
  background-image: none;
  color: #fff;
  background-color:#E30C0C;
}
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: #979797;
	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: #E30C0C;
}
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 {
	width: 218px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#site-nav a {
  display: block;
}
#site-nav .moduletable-cat-adv {
	padding-bottom:12px;
}
#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 .advanced_display .links a {
  text-decoration: none;
  color:#60564f;
}
#site-nav .advanced_display .links a.sublevel {
	padding-left:18px;
}
#site-nav .links a:before .sublevel {
	content:'>>';
}
#site-nav .advanced_display .links a:hover,
#site-nav .advanced_display .links a.current {
	color:#E30C0C;
}
#site-nav .advanced_display .links a.category-view-all {
  padding-right: 10px;
  color:#3d78a6;
  line-height:25px;
}
#site-nav h3 {
	text-align: center;
	font-family: "Playball","Brush Script MT",cursive;
	font-size: 20px;
	text-decoration: none;
	color: #FFFFFF;
    background-color:#4e8ab8;
	font-weight:normal;
	line-height:39px;
	margin-bottom:10px;
}

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

#ft {
}
#site-footer {
}
#ft #site-footer .moduletable-footer-menu {
	text-align:center;
	font-size:18px;
	color:#000000;
	margin-bottom:30px;
    line-height:45px;
    background-color: #f8b500;
}
#ft #site-footer .moduletable-footer-menu a {
	color: #000000;
	text-decoration: none;
	padding:12px 10px;
}
#ft #site-footer .moduletable-footer-menu a:hover,
#ft #site-footer .moduletable-footer-menu a.current {
	color:#000000;
    background-color: rgba(255, 255, 255, 0.51);
}
#ft #site-footer .moduletable img {
	padding: 0px 6px;
}
#newfooter {
  padding: 20px;
  font-size: 10px;
}
#newfooter a {
  color: #000;
  font-size: 12px;
}

table.artbannersplus-pers-srvc img {
    padding-top: 8px;
    padding-bottom: 8px;
}
table.artbannersplus-bnnr-left img {
    padding-bottom: 10px;
}

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

/********** SEARCH MODULE ***********/
.moduletable-search {
	position: absolute;
	right: 0px;
	top: 43px;
	background-image: url(../images/search-goof-face.jpg);
	background-position: left center;
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}
.moduletable-search h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.moduletable-search .button,
.moduletable-search .inputbox {
  padding: 0 5px;
  line-height: 18px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*********** 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;
}

.moduletable-dtopbanners1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.moduletable-dtopbanners1 img {
    width: 100%;
    height: unset;
}
.moduletable-dtopbanners1 td {
    display: block;
    float: left;
    max-width: 300px;
    margin-right: 18px;
    margin-bottom: 18px;
}
.moduletable-dtopbanners1 td:nth-child(3n) {
    margin-right: 0px;
}
.moduletable-cust-srvc img {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*********** CART LOGIN ACCOUNT *************/
#login-cart {
	position: absolute;
	top: 90px;
	right: 0px;
	text-align: right;
	background-image: url(../images/cart.gif);
	background-position: right top;
	padding-right: 43px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
#login-cart a,
#login-cart :link,
#login-cart :visited,
#login-cart .moduletable-nun {
  text-decoration: none;
  color:#000000;
}
#login-cart .moduletable-shop {
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
}
#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;
}

/************* COLOR UPDATES 2018-05-02 *********************/
body.stn:before {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#fceabb',GradientType=0 );
    background: rgb(248,181,0);
    background: -moz-linear-gradient(top, rgba(248,181,0,1) 0%, rgba(252,234,187,1) 98%, rgba(186,186,186,1) 98%);
    background: -webkit-linear-gradient(top, rgba(248,181,0,1) 0%,rgba(252,234,187,1) 98%,rgba(186,186,186,1) 98%);
    background: linear-gradient(to bottom, rgba(248,181,0,1) 0%,rgba(252,234,187,1) 98%,rgba(186,186,186,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#bababa',GradientType=0 );
    width: 100%;
    height: 36px;
    content: " ";
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
}
