@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,600,600italic,800,800italic|Stint+Ultra+Condensed|Lobster+Two:400,700,400italic,700italic);
/*
Headers: font-family: "Stint Ultra Condensed",Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
Secondary Headers (like contact modules and footer menu headers): font-family: "Lobster Two","Lucida Bright",Georgia,serif;
Content: font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
*/

/********************* BASE *********************/
#custom-doc{ overflow:hidden }
.stn-doc {
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  text-align: left;
  background-color: #FFFFFF;
	-webkit-box-shadow: 0 0 3px 3px rgba(122,122,122,0.50);
	-moz-box-shadow: 0 0 3px 3px rgba(122,122,122,0.50);
	-ms-box-shadow: 0 0 3px 3px rgba(122,122,122,0.50);
	-o-box-shadow: 0 0 3px 3px rgba(122,122,122,0.50);
	box-shadow: 0 0 3px 3px rgba(122,122,122,0.50);
	overflow-y: hidden;
	font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
#ie6 .stn-doc,
#ie7 .stn-doc {
  width: 1100px;
}
html.stn {
  background-image:url(../images/stars-bg.jpg);
  background-position:center top;
}
body.stn {
	min-height: 700px;
}
#hd, #bd, #ft {
	
}
#ie7 #bd {
  z-index: 1;
}
a,
:visited,
:link {
  color: #0096ff;
}
a:hover {
  color: #0096ff;
}
#active_menu {
  color: #0096ff;
}
.componentheading,
.contentheading,
h1 {
	font-family: "Stint Ultra Condensed",Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
	font-size:48px;
	padding-bottom:10px;
}
strong,
b {
  font-weight: 700;
}
h1 {
  font-size: 28px;
}
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: 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: 32px;
}
.componentheading,
#site-main .contentheading h1 {
  font-size: 50px;
  line-height:60px;
  color:#cf3916;
}

/*******************************************************************************************************************************************/
/********************** HEAD *********************/
#hd {
  position: relative;
  background-color: #FFFFFF;
  background-image: url('../images/hd.png');
  background-position: top left;
  background-repeat: no-repeat;
  height: 193px;
}
#logo {
  position: absolute;
  left: 4px;
  top: 7px;
  display: block;
}
#ie7 #hd {
  z-index: 2;
}

/*************** MAIN MENU ***************/
.moduletable-main-menu {
	white-space: nowrap;
	top: 0px;
	left:283px;
	position: relative;
	width: auto;
	font-family: "Stint Ultra Condensed",Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
	color:#FFFFFF;
	font-size:28px;
	width:559px;
}
.moduletable-main-menu .stn-horizontal-nav {
position: relative;
display: table;
}
.moduletable-main-menu a,
.moduletable-main-menu :link,
.moduletable-main-menu :visited {
  color: #FFFFFF;
  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: 42px;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li a {
  position: relative;
  padding: 0 15px;
}
.moduletable-main-menu .stn-horizontal-nav > ul li a:hover,
.moduletable-main-menu .stn-horizontal-nav > ul li a.current {
	background-color: #00ce7e;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul {
  background-color: #00ce7e;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a {
  padding: 0 21px;
  line-height:30px;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a:hover,
.moduletable-main-menu .stn-horizontal-nav > ul > li ul a.current {
  background-color: #0096ff;
}
.moduletable-main-menu .stn-horizontal-nav > ul > li li {
  line-height: 25px;
}
/******** PROMO MENU *********/
.moduletable-main-menu.promo {
	position:absolute;
	top:139px;
	left:305px;
	width:795px;
}
/*********** CART LOGIN ACCOUNT *************/
#login-cart {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(../images/cart-icon.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:40px;
	height:37px;
}
#login-cart a,
#login-cart :link,
#login-cart :visited,
#login-cart .moduletable-nun {
  text-decoration: none;
  color:#FFFFFF;
}
#login-cart a:hover {
  text-decoration: underline;
}
#login-cart .moduletable-cart {
	font-size:12px;
}
/********** SEARCH MODULE ***********/
.moduletable-search {
	position: absolute;
	top: 53px;
	right: 8px;
	border: 1px solid #5e388e;
}
.moduletable-search h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.moduletable-search .button,
.moduletable-search .inputbox {
	padding: 0px 5px;
	line-height: 27px;
	height: 30px;
	-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: 0px none #5e388e;
	color:#5e388e;
}
.moduletable-search .button {
	border-left: 1px solid #5e388e;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
/************* SOCIAL ICONS *************/
#pos-header .moduletable-info-social {
	position:absolute;
	top:97px;
	right:8px;
}
#pos-header .moduletable-info-social img {
	padding-left:5px;
}
/*********** CONTACT MODULE *************/
.moduletable-contact {
  position: absolute;
  top:48px;
  left:388px;
}
.moduletable-contact.hours {
	left:618px;
}
.moduletable-contact h3 {
	font-family: "Lobster Two","Lucida Bright",Georgia,serif;
	font-size:18px;
}
.moduletable-contact a {
}
.moduletable-contact .name-group,
.moduletable-contact.location .show_hours,
.moduletable-contact.hours address,
.moduletable-contact.hours .phone-group,
 .moduletable-contact.hours .directions {
	display:none;
}
.moduletable-contact .telephone a {
	color:#000000;
	text-decoration: none;
}
/*******************************************************************************************************************************************/
/**************** MAIN CONTENT ****************/
#bd {
  background-color: #FFFFFF;
}
#site-main {
  width: 820px;
  overflow: hidden;
  margin-left: 73px;
  padding-bottom: 10px;
}
.stn-homepage #site-main {
	margin:0px;
	width:1100px;
}
.stn-homepage #site-main #main {
	padding: 0px 15px;
}
#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;
}

/************ 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: #FFFFFF;
  background-color: #0096FF;
  -webkit-box-shadow: inset 0 0 0 1px #80CBFF;
  -moz-box-shadow: inset 0 0 0 1px #80CBFF;
  -ms-box-shadow: inset 0 0 0 1px #80CBFF;
  -o-box-shadow: inset 0 0 0 1px #80CBFF;
  box-shadow: inset 0 0 0 1px #80CBFF;
  -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: #80CBFF;
  color: #000;
  -webkit-box-shadow: inset 0 0 0 1px #0096FF;
  -moz-box-shadow: inset 0 0 0 1px #0096FF;
  -ms-box-shadow: inset 0 0 0 1px #0096FF;
  -o-box-shadow: inset 0 0 0 1px #0096FF;
  box-shadow: inset 0 0 0 1px #0096FF;
}
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-width:0px;
border-bottom: 1px solid #0096ff;
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 {
	font-family: "Stint Ultra Condensed",Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
	font-size:50px;
	line-height:60px;
	color:#cf3916;
}

#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 {
}
#product_list.stn-products_per_row-3 > div .product_row_multiple {
  width: 32.65%;
}
#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 {
	margin-left: 5px;
}
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;
	-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-bottom: 1px solid #0096ff;
}
#product_list > div .product_row_multiple:hover {
  -webkit-box-shadow: 0 0 3px 3px rgba(0,150,255,0.5);
  -moz-box-shadow: 0 0 3px 3px rgba(0,150,255,0.5);
  -ms-box-shadow: 0 0 3px 3px rgba(0,150,255,0.5);
  -o-box-shadow: 0 0 3px 3px rgba(0,150,255,0.5);
  box-shadow: 0 0 3px 3px rgba(0,150,255,0.5);
  border-bottom:0px;
}
#product_list > div .product_row_multiple .browse_4 > 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 .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: 16px;
  height: 59.08800000000001px;
  padding: 3px;
}
#product_list > div .product-title h2 {
  font-size: 16px;
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#product_list > div .product-price {
	line-height: 1.231;
	font-size: 14px;
	height: 59.08800000000001px;
	color: #00920C;
}
#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: 16px;
  color: #cf3916;
}
#product_list > div .product-price .discount {
  font-size: 13px;
  color: #000;
}
#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: 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: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;
}
#site-main #details div#image_view_box {
    margin-left: 2px;
}
/************ 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:360px;
	margin-bottom:13px;
}
#site-main #fpss-outer-container {
  margin: 0px auto;
  padding: 0;
  background-color: #fff;
  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: 22px;
  position: absolute;
  background: none;
  width:100%;
}
#site-main .fpss-introtext {
    width: 260px;
    height: 360px;
}
#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-image: url('../images/non-active.png');
	height: 18px;
	width: 18px;
	float: none;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-color:transparent;
}
#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');
	background-repeat: no-repeat;
}
#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:320px;
        padding: 10px;
}
#site-main .fpss-introtext .slidetext h1 a {
	font-family: 'Rokkitt', serif;
    font-size: 26px;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
	text-decoration:none;
}
#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: #00CE7E;
	padding: 10px 13px;
	color: #FFFFFF;
	text-decoration: none;
	width: 210px;
	position: absolute;
	bottom: 0px;
	font-size:0px;
	height: 23px;
}
#site-main .fpss-introtext .slidetext a.readon:before {
	content:'Discover More >';
	position:relative;
	font-size:14px;
	display:block;
	width:180px;
}
/********** HOME PAGE ICON BANNERS **********/
#infobody1 .moduletable-info-icons {
	margin-bottom:13px;
}

/*********** FEATURED PRODUCTS ***********/
#infobody1 .moduletable-favorites {
	background-color: #00ce7e;
	margin-bottom:13px;
	padding-bottom:10px;
}
#infobody1 .moduletable-favorites h3 {
	color:#FFFFFF;
	font-size:36px;
	line-height:58px;
	text-align:center;
	font-family: "Stint Ultra Condensed",Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
}
.stn_featprod {
  overflow: hidden;
  width: 100% !important;
/*
	.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 {
  -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: 210px !important;
  height: 210px;
  text-align: center;
  position: relative;
  margin-left: 6px;
}
.stn_featprod .stn_featprod_product:first-child {
  margin-left: 14px;
}
.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: 2.462em;
  margin: 0.5em;
  overflow: hidden;
}
.stn_featprod a {
  display: block;
  margin-bottom: 5px;
}

/******* 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: 28px;
  background-image: none;
  color: #fff;
  background-color:#0096FF;
}
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:#CF3916;
	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: 32px;
	background-image: none;
	background-color:#0096FF;
}
div.ev_navigation ~ fieldset table.ev_table td.ev_td_left a.ev_link_weekday {
  display: block;
  color:#fff;

}
.ev_td_today {
	background-color:#00CE7E;
	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: 10px;
  width:250px;
}
#site-nav .moduletable-cat-adv {
	margin-bottom:14px;
}
#site-nav .moduletable-cat-adv h3 {
	font-family: "Stint Ultra Condensed",Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
	color:#FFFFFF;
	font-size:28px;
	text-align:center;
	background-color:#cf3916;
	line-height:45px;
	margin-bottom:10px;
}
#site-nav .moduletable-cat-adv.brand h3 {
	background-color:#00ce7e;
}
#site-nav .moduletable-cat-adv.ages h3 {
	background-color:#5e388e;
}
#site-nav .moduletable-cat-adv.gender h3 {
	background-color:#0096ff;
}
#site-nav .moduletable-cat-adv.price h3 {
	background-color:#cf3916;
}
#site-nav h3,
#site-nav h3 a {
	text-decoration: none;
	color: #FFFFFF;
}
#site-nav a {
  display: block;
}

#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;
  margin-left:15px;
  color:#000000;
  font-size:14px;
  line-height:17px;
}
#site-nav .advanced_display .links a.sublevel:before {
	content:' - ';
	padding:0px 5px;
}
#site-nav .advanced_display .links a:hover,
#site-nav .advanced_display .links a.current {
  color:#cf3916;
}
#site-nav .advanced_display .links a.category-view-all {
}


/*******************************************************************************************************************************************/
/********************** FOOTER **********************/

#ft {
  background-color: #0096ff;
  background-image: url('../images/ft.png');
  background-position: top left;
  background-repeat: no-repeat;
  position:relative;
}
#site-footer {
	position:relative;
	height:180px;
}
#site-footer .moduletable-footer-menu {
	position:absolute;
	top:23px;
	font-family: "Stint Ultra Condensed",Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
	color:#FFFFFF;
	font-size:24px;
	line-height:25px;
}
#site-footer .moduletable-footer-menu h3 {
	font-family: "Lobster Two","Lucida Bright",Georgia,serif;
	color:#FFFFFF;
	font-size:28px;
	line-height:35px;
}
#site-footer .moduletable-footer-menu.services {
	left:539px;
}
#site-footer .moduletable-footer-menu.store {
	left:284px;
}
#site-footer .moduletable-footer-menu.shop {
	left:21px;
}
#site-footer .moduletable-footer-menu a {
	color:#FFFFFF;
	text-decoration:none;
}
#site-footer .moduletable-footer-menu a:hover {
	color:#000000;
}
#newfooter {
  padding: 10px;
  font-size: 10px;
  color: #FFFFFF;
}
#newfooter a {
  color: #FFFFFF;
  font-size: 10px;
}

/*******************************************************************************************************************************************/
/********************** UNKNOWN LOCATION MODULES *********************/

/*********** 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;
}

span.odd.mainlevel {
padding-left:15px;
}
/******* ADJUST EMPTY SEARCH ALERT *******/
.search-info {
font-size: 22px;
background-color: #cade87;
padding: 21px;
}
