/*	
 * 3dcart Shopping Cart System - Version: 6
 * http://3dcart.com/
 * Date: Fri, Dec 19 2014
*/

/*body:: Controls website background and any other text outside of a table without an associated style.*/ 	
body {
  font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background: #ffffe8;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	max-width:100%;
}
a {
	color:#0c4675;
  text-decoration: none;
  transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
hr {
  background: #464646 none repeat scroll 0 0;
  border: medium none;
  color: #464646;
  display: block;
  height: 1px;
}
input,
textarea,
select,
button {
    color: #000;
		 font-family: Georgia, "Times New Roman", Times, serif;
}
select {
	 font-family: Georgia, "Times New Roman", Times, serif;
  background: white url("images/select-arrows.png") no-repeat scroll 95% center / 10px auto;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  color: #9b9c9c;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  padding: 0.2em 2em 0.2em 0.2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select option {
	color: #0b0b0b;
}

.top-menu .icon-menu {
	color: #FFF;
	font-size: 24px;
}
#closeSlideMenu i {
  color: #00038e;
  font-size: 24px;
}
::selection {
	color: #FFF;
	background: #22303a;
}
::-moz-selection {
	color: #FFF;
	background: #22303a;
}
blockquote {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 1em;
	background: #FFF;
	border-left: 6px solid #22303a;
	margin: 0 0 15px 0;
	padding: 40px;
}
/* QuickSearch */
table.searchlight-results {
	font-family: Georgia, "Times New Roman", Times, serif;
    width: 308px;
}
div.searchlight-results-wrapper {
  border: 0 none;
  margin-left: -2px;
}
/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)           */
/*******************************************************************************************************/
header {
  background: #00038e none repeat scroll 0 0;
 
  padding: 1em 0;
  width: 100%;
}

/*store-name:: Store Name.*/		 
.store-name {
    font-family: 'Roboto Slab', sans-serif;
	font-size: 35px;
	font-weight: 400;
	text-decoration: none;
	line-height: 35px;
}
/*store-slogan:: Store Slogan.*/		 
.store-slogan {
    font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
}
/*frame:: Controls the left and right column background.*/		
.frame {
	background: #FFF;
}
/*mod_bg:: Controls the left and right column modules background.*/		
.mod_bg {
	background: none;
}
/*frame-ht:: Controls the height left, right and middle columns.*/		
.frame-ht {
	height: 1000px;
}
#FRAME_MENU li {
  display: inline-block;
  font-size: 16px;

  text-transform: uppercase;
}
#FRAME_MENU li a {
  color: #333399;
  display: inline-block;
  padding: 10px;
}
#FRAME_MENU li a:hover {
  color: #3992a4;
}
#FRAME_MENU  ul {
  padding: 0;
  margin: 0;
}

.menu-items{
	display: none;
}



ul#desktopMenu li.cta > a {
  color: #a9a9a9;
}
ul#desktopMenu li.cta {
  color: #a9a9a9;
  font-style: italic;
  font-weight: 600;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0.5em;
}
/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/ 
.menu-headers {
  margin-bottom: 0.5em;
  padding: 0;
  display:block;
}
/*footer::  This style controls the text you type under global footer. Merchants usually use to add security logos, credit card logos, privacy notes, etc.*/		
.footer {


	text-transform: none;
}
/*footerLinks::  Controls the way the Footer Links display in the Global Footer.*/
.footer a, .footer a:visited, .footer a:hover, .footer a:visited:hover {



	text-transform: none;
	text-decoration: underline;
}
/*icon:: Controls the way the menu icons display if they are being used.*/ 
.icon {
	font-weight: 400;
	color: #FFF;
}
/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
  background: #298fa1 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  height: 45px;
  line-height: 2;
  position: absolute;
  right: 17px;
  text-align: center;
  top: 64px;
  width: 45px;
  z-index: 5;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/ 
.ranking {
  color: #727474;
  display: inline-block;
  width: 8%;
}
/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/ 
.menu-text {
	font-size: 12px;
	color: #000;
	font-weight: 400;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/ 
.price2 {

}
/*cart-text:: Controls the way the text on the mini shopping cart displays. The mini-shopping cart is usually located in the header.*/ 
.cart-text {
	font-size: 48px;
	font-weight: 400;
	color: #15212a;
}
/*search-text:: Controls the way the search box displays of the frame.*/ 
.search-text {
	font-size: 20px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 57px;
	height: 57px;
	width: 443px;
	background: #FFF;
	border: none;
	padding: 0 0 0 25px;
	margin: 0 11px 0 0;
}

/*******************************************************/
/*          STYLES USED THROUGHTOUT THE WEBSITE        */
/*******************************************************/



/*Alignment fix for the use of the XHTML Transitional DOCTYPE.*/ 
tr {
	text-align: left;
}
/*td:: Controls all text inside a table without and associated style.*/ 
td {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*data:: Controls the font style of your content on all the pages.*/
.data {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*alternative:: Controls the background color of the boxes used throughout the site.*/
.alternative {
	background: #ffffe8;
}
/*page_headers:: Controls the title of all your pages.*/
.page_headers {
  font-size: 30px;
  font-weight: 400;
}
/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/ 
.titles {
  border-bottom: 1px solid #d8d8d8;
  font-size: 22px;
  padding: 0.5em 0;
}
/*price:: Controls the way the product's final price display throughout the site.*/ 
.price {
  color: #526970;
  font-size: 21px;
  font-weight: 600;
}
/*error:: Controls the error messages*/ 
.error {
	font-size: 12px;
	font-weight: 400;
	color: #e10e04;
	text-decoration: none;
}
/*borders:: Controls the color of the line dividers used throughout the site.*/ 
.borders {
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*borders2:: Controls the color of the solid line dividers used throughout the site.*/ 
.borders2 {
	border: 1px solid #CCC;
	border-style: none none solid;
}

/*******************************************************************************************************/
/*   STYLES ONLY USED ON VIEW CART AND CHECKOUT PAGES      */
/*******************************************************************************************************/

/*checkout-headers:: Controls the titles of the sections on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-size: 14px;
	color: #22303a;
	font-weight: 700;
}
/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
	font-size: 16px;
	font-weight: 700;
	color: #CCC;
}
/*steps_on:: Controls the way the step the customer is currently on displays on the checkout pages.*/
.steps_on {
	font-size: 16px;
	font-weight: 700;
	color: #22303a;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-size: 12px;
	font-weight: 700;
	background-color: #EEE;
	color: #22303a;
	padding:4px;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON PRODUCT PAGES      */
/*******************************************************************************************************/

/*options-titles:: Controls the way the option titles display on the product page.*/
.options-titles {
	font-size: 12px;
	font-weight: 700;
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*item:: Controls the item description and item details text.*/ 
.item, .info {
  font-size: 16px;
}
/*itemTitle:: Controls the name of the Product.*/ 
.item-title {
	font-size: 22px;
	color: #22303a;
	font-weight:bold;
}
/*price-info:: Controls the way the sub-prices display on the product page, the final price is controlled by the style called "price".*/ 
.price-info {
	font-size: 12px;
	font-weight: 400;
	color: #585C5F;
}
/*small-txt:: Controls the way the item id displays.*/ 
.small-txt {
	color: #afafae;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	font-size: 10px;
	vertical-align:bottom;
}
/*availability-txt:: Controls the way the Availability of the product displays i.e. 'In Stock', 'Back Order'.*/ 
.availability-txt {
	color: #22303a;
}
/*reward-title:: Controls the title of the Reward Points section.*/ 
.reward-title {
	color: #22303a;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 7px;
	line-height: 10px;
	font-size: 16px;
	font-style:italic;
}
/**********************************************************/
/*      FORM FIELDS & BUTTONS THROUGHOUT THE WEBSITE      */
/**********************************************************/

/*btn:: Controls the buttons, (ONLY if it is not using and image).*/ 
.btn {
background: #00038e;
  border: 0 none;

  color: white;
  text-align: center;
  text-decoration: none;
   padding: 0.5em 1em;
font-family: "Oswald",sans-serif;
font-weight:300;
	text-transform:uppercase;
	-webkit-appearance: none;
	
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	cursor:pointer;
}
/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/ 
.btn_over {
background: #1d22ff;
  border: 0 none;
   padding: 0.5em 1em;
  font-family: "Oswald",sans-serif;
  font-weight:300;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform:uppercase;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	cursor:pointer;
}
/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/ 
button:hover {
background: #1d22ff;
}
/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/  	
.txtBoxStyle {
	border: 1px solid #d9d9d9;
	
	font-weight: 400;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtAreaStyle:: Controls the text and style of the Text Areas.*/ 	
.txtAreaStyle {
	border: 1px solid #d9d9d9;
	background: #fefefe;
	font-weight: 400;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
	height: 20px;
	color: #000;
	font-size: 12px;
	border: none;
	padding: 3px 0 0 0;
	margin: 0;
}

/********************************************/
/*   STYLES USED ONLY ON THE INVOICE        */
/********************************************/

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
	background-color: #f9f8f8;
}
/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-size: 10px;
	font-weight: 700;
	background-color: #cbcaca;
	color: #4f4e4e;
}
/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/

/*font1:: Primary Screen Font */ 
.font1 {
	font-size: 12px;
	font-weight: 400;
	color: #383733;
}
/*font2:: Secondary Screen Font */ 
.font2 {
	font-size: 12px;
	font-weight: 400;
	color: #22303a;
}
.font3 {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.font4 {
	font-size: 12px;
	font-weight: 400;
	color: #c32519;
}
/*top:: Controls the  Color of the top Bar*/		
.top {
	background: none;
}
/*line:: Controls the  Color of the line bellow the top bar*/		
.line {
	background: #FFF;
}


/*********************************/
/*          CUSTOM STYLES        */
/*********************************/

/* Accent/Secondary Colors */

.accent-color {
    color: #c9dae4;
}
.accent-bg-color {

}


.wrapper {
	width: 1200px;
  margin: 0 auto;
  position: relative;

}
#mobileMenu {

}
#mobileCatMenu {
    cursor: pointer;
	display: none;
	float: left;
	width: 30px;
	height: 25px;
	margin: 5px 0 0 0;
}
#mobileCart {

}

.top-menu {
    background: #22303a;
    height: 21px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.top-menu ul {
    float: right;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-menu li {
    display: inline-block;
    margin-left: 20px;
    text-align: right;
}


#searchBox, #searchBox2 {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 35px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0.5em;
  position: relative;
  width: 235px;
  display: inline-block;
}

#searchBox form, #searchBox2 form,  {
    position: relative;
}
#searchBox input , #searchBox2 input{
 
}
#searchBox input[type="text"], #searchBox2 input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 solid white;
  border-radius: 0;
  color: #ccc;

  font-size: 15px;
  margin: 0;
  padding: 0.2em 0.5em;
  text-transform: uppercase;
  width: 100%;
  
}
#searchBox input[type="submit"], #searchBox2 input[type="submit"] {
  border-radius: 0 5px 5px 0px;
  border-style: none;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: bricons;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 95px;
  height:35px;
  background:#00038e;
  z-index: 3;
  -webkit-appearance: none;
}
#searchBox input[type="submit"]:hover, #searchBox2 input[type="submit"]:hover {

}

#logo {
  display: inline-block;
  vertical-align: middle;
}
#logo img {
}

#cart span#noItemsText {

}
li.search {
	display: none;
}
nav#catNavMenu {
  background: #ffd699 none repeat scroll 0 0;
  display: inline-block;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
}
aside {
	float: left;
	width: 200px;
    display: block;
}
aside .menu-headers {
  color: #00026a;

  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
aside#leftBar {
	margin-right: 0.5em;
}
aside#rightBar {
	margin-left: 0.5em;
}
aside .module {
  margin: 1em 0;
  position: relative;
}
aside .module ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
aside .module li {
  border-bottom: 2px solid #00038e;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0.5em 0;
}
aside .module li:last-child {
	border-bottom:none;
}
aside .module li a {

  color: #061238;


}
aside .module .info {
	width: 100%;
}
aside .module .info.rank {
  display: inline-block;
  vertical-align: top;
  width: 86%;
}
aside .module .name {
	font-size:15px;

}
aside .module .price2 {
  color: #526970;
  display: none;
  font-size: 18px;
  text-align: right;
}
aside .module .stars {

}
aside .module .action input {
  font-size: 12px;
  padding: 0.2em 0.4em;
}
aside .module .div {
  background: transparent none repeat scroll 0 0;
  display: block;
  height: 3px;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}
aside .module .div::after {
  background: #00038e none repeat scroll 0 0;
  box-shadow: 0 0 3px #afafb0;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  width: 100%;
}
aside .name a {
  color: #061238;
  font-size: 14px;
}
.manf-select {
	background: #FFF url(../images/dark-arrow.png) no-repeat right center;
    border: 2px solid #e2e2e2;
	width: 200px;
	overflow: hidden;
	height: 29px;
}
.manf-select select {
	background: transparent;
	border: none;
	line-height: 29px;
	height: 29px;
    margin: 0;
    padding: 0;
	-webkit-appearance: none;
	width: 310px;
}
.topsellers_topitem {
  text-align: center;
}
#modNewReleases .img {
  background: #fff none repeat scroll 0 0;
  display: table-cell;
  float: left;
  min-height: 100px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 67px;
}
.topsellers_topitem .img img {
  max-height: 200px;
  max-width: 200px;
}
.top-item {
  display: inline-block;
  width: 100%;
}
.topsellers_topitem .info {
  padding: 0.5em 0;
}
.topsellers_topitem .name {

	margin-bottom: 10px;
}
.module .topsellers_topitem .price2 {
  margin-bottom: 10px;
  text-align: center;
}
.module .topsellers_topitem .action input {
  font-size: 18px;
}
#mainContent {
	float: left;
	width: 100%;
}
footer {
  background: #ffd699 none repeat scroll 0 0;
  margin: 0;
  padding: 1em 0;
  width: 100%;
  float:left;
}

footer a {

}
footer .wrapper {

}
footer h3 {
	color: #22303a;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	display: block;
	margin: 35px 0 10px 0;
    padding: 0;
}
footer .ftr-col {
    float: left;
    margin: 0 10px 0 0;
}
footer .col1 {
    width: 350px;
}
footer .col2 {
    width: 350px;
}
footer .col3 {
	width: 250px;
    margin: 0;
}
#modManufacturer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#modManufacturer ul {
	list-style: none;
	display: block;
	width: 350px;
	margin: 0 0 10px;
    height: 100px;
	padding: 0;
    overflow: hidden;
}
#modManufacturer li {
	float: left;
	width: 50%;
}
#modLinks ul {
  list-style: outside none none;
  margin: 3em 0;
  padding: 0;
}
#modLinks ul {

}
#modLinks li {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  margin-right: 2em;
  text-align: left;
  text-transform: uppercase;
}
#modLinks li a {
  color: #00226f;
}
#modLinks li a:hover {
  color: #0944cb;
}

#mailistBox input, #mailistBox span {
  display: block;
  float: left;
}
#mailistBox {
  padding: 0 4em;
}
#mailistBox span {
	margin-right: 30px;
}
.mailist-box {

  background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    display: inline-block;
    height: 35px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.5em;
    position: relative;
    width: 310px;
}

#mailistBox input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #c3c3c3;
  font-size: 11px;
  line-height: 2;
  padding: 0 0.5em;
  width: 100%;
}
#mailistBox input[type="submit"] {
  border-radius: 0 5px 5px 0px;
  border-style: none;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: bricons;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 95px;
  height:35px;
  background:#00038e;
  z-index: 3;
}
#mailistBox input[type="submit"]:hover {


}
#mailistBox input[type="radio"] {
    margin: 2px 5px 0 0;
    padding: 0;
}
.subscribe-area {

}
.social-icons {
  margin-bottom: 1em;
  text-align: right;
  display: inline-block;
}
.social-icons a {
  border-radius: 0;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 16px;
  height: 35px;
  line-height: 1.3;
  margin: 0.25em 0;
  padding: 0;
  text-align: center;
  width: 35px;
  background:none;
}
.social-icons a:hover {
  color: #3CC3DB none repeat scroll 0 0;
}

#globalFooter {
}
#copyright {
  margin: 0;
  padding: 0.5em;
  text-align: center;
}
.stats {
	height: 0;
	overflow: hidden;
}
#homeCarousel {
  border: 1px solid #ccc;
  margin-bottom: 0.5em;
}
.header-specials {
  border-bottom: 3px solid #00038e;
  color: #00038e;
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin: 1em auto;
  padding: 0.5em 0;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
}
.product-item .status {
  display: none;
}

ul#desktopMenu {
	margin: 0;
    padding: 0;
	list-style: none;
	text-align: left;
	
}
ul#desktopMenu li {

}
ul#desktopMenu li:hover {

}
ul#desktopMenu li a {

}
ul#desktopMenu li a:hover {

}
ul#desktopMenu li ul {
  background: #f0f0f0 none repeat scroll 0 0;
  display: none;
  left: -25px;
  padding:0;
  position: absolute;
  text-align: left;
  top: 2.5em;
  width: 100%;
  z-index: 10;
}
ul#desktopMenu li:hover ul {
	display: block;
}
ul#desktopMenu li ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size:16px;
}

ul#desktopMenu li ul li a {
  display: block;
  font-weight: normal;
  padding: 0.5em 1em;
  text-transform: none;
  color:#000;
}
ul#desktopMenu li ul li a:hover {

}
ul#desktopMenu li ul li:hover {

}
.down {
	float: right;
	margin-top: -25px;
	margin-right: 7px;
	font-weight: bolder;
	color: #AAA;
}


/* Layout Overrides */
.product-item .on-sale {

  font-size: 14px;
}
.category-header {
  margin: 0;
}
.product-item {

  text-align: center;
}
.product-item .stars span {
  display: none;

}
.product-item .stars img {
  float: none;
}
.product-item .img img {
 max-height: 325px;
  max-width: 325px;
  }


.product-item .img {
  min-height: 150px;
}
section {
  padding: 1em;
}
/*********************************/
/*       LTE8 IE FALLBACK        */
/*********************************/
.no-boxshadow .boxShadow {
    border: 1px solid #eae9e6;
}

/* CUSTOM CSS Layout AREA */
@font-face {
	font-family: 'bricons';
	src: url('fonts/bricons.eot?-k06pe9');
	src: url('fonts/bricons.eot?#iefix-k06pe9') format('embedded-opentype'), url('fonts/bricons.woff?-k06pe9') format('woff'), url('fonts/bricons.ttf?-k06pe9') format('truetype'), url('fonts/bricons.svg?-k06pe9#bricons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="bricon-"], [class*=" bricon-"] {
 

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="bricon-"]:before, [class*=" bricon-"]:before {
	 font-family: "bricons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  text-decoration: none;
}
.forty {
	width: 39%;
	margin: 0.5%;
	float: left;
}
.sixty {
	width: 59%;
	margin: 0.5%;
	float: left;
}
.fifty {
	width: 49%;
	margin: 0.5%;
	float: left;
}
.thirty {
	width: 29%;
	margin: 0.5%;
	float: left;
}
.thirty-three {
	width: 32.3%;
	margin: 0.5%;
	float: left;
}
.sixty-six {
	width: 65.3%;
	margin: 0.5%;
	float: left;
}
.seventy {
	width: 69%;
	margin: 0.5%;
	float: left;
}
.seventy-five {
	width: 74%;
	margin: 0.5%;
	float: left;
}
.eighty {
	width: 79%;
	margin: 0.5%;
	float: left;
}
.twenty-five {
	width: 24%;
	margin: 0.5%;
	float: left;
}
.twenty {
	width: 19%;
	margin: 0.5%;
	float: left;
}
/*odd-balls*/
.fifty-five {
	width: 54%;
	margin: 0.5%;
	float: left;
}
.fifteen {
	width: 14%;
	margin: 0.5%;
	float: left;
}
.ten {
	width: 9%;
	margin: 0.5%;
	float: left;
}

.hide {
	display:none;
}
/* CUSTOM TEMPLATE */
#home .price, #home .action {
  display: none;
}
.product-description {
  font-size: 12px;
}
.align-right {
  text-align: right;
}
#leftBanner .button-green {
  margin-top: 2em;
}
.button-green {
  background: #0d3d05 none repeat scroll 0 0;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  padding: 0.25em;
  text-align: center;
  text-transform:uppercase;
}
.button-green a {
  color:#fff;
}
iframe {
  max-width: 100%;
}
#video-area iframe {
  height: 113px;
}
#video-area {
  font-size: 12px;
  margin-bottom: 3em;
}
.menu-headers.small-text {
  border-bottom: 2px solid;
  font-size: 14px;
  margin-top: 1em;
  text-align: left;
  padding: 0.25em 0 ;
}
#second-nav {
	background:#ffd699;
float:left;
  vertical-align: middle;
  width:100%;
}
#user-area {
  display: inline-block;
 
  vertical-align: middle;
}
#user-area li {
  display: inline-block;
  padding: 0 0.25em;
  color:#fff;
  font-size:16px;
}
#user-area li a {
	 color:#fff;
}

.bricon-basket:before {
	content:"";
}
.bricon-search:before {
	content:"";
}
.bricon-user:before {
	content:"";
}

#noItems {

}

.name a {
  color: #00226f;
}
.product-item .name {
  line-height: normal;
  margin-bottom: 10px;
  min-height: 40px;
  text-transform: uppercase;
}

.product-item .action {
  position: relative;
}
.product-item .action input {
  position: relative;
}
.lower-footer {
 background:#00226f;
 font-size:10px;
 color:#fff;
 float:left;
 width:100%;
}
 .lower-footer  a {
	 color:#fff;
 }

.title {
font-size:18px;
color:#00226f;
font-weight:600;
text-transform:uppercase;
margin-bottom:1em;
}
.social-area {
  display: inline-block;
  vertical-align: middle;
}
#donation-area {
  display: inline-block;
  vertical-align: top;
}
.banner {

}
.hide.show {
  display: block !important;
}
.show-mobile, .show-mobile-only{
  display: none;
}

.subscribe-area {
  margin-top: 0.5em;
}
#FRAME_SEARCH, #FRAME_MENU {
  display: inline-block;
  vertical-align: middle;
}
footer .thirty {
  border-left: 1px solid #fff;
}
#FRAME_SEARCH {
  float: right;
  margin-top: 0.5em;
}