/*	
 * 3dcart Shopping Cart System - Version: 6
 * http://3dcart.com/
 * Date: Tue, Sept 23 2014
*/


/*
 * Edits By Andrew
*/

.addToCartBlock
{
}








@import url('//fonts.googleapis.com/css?family=Open+Sans');


/*body:: Controls website background and any other text outside of a table without an associated style.*/ 	
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000;
	background: #dee8f6 ;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
input,
textarea,
select {
	font-family: 'Open Sans', sans-serif;
}
#mobileMenu i,
#slideMenu i,
#closeSlideMenu i,
#mobileCart i {
	color: #FFF;
	font-size: 21px;
}
::selection {
	color: #FFF;
	background: #aab7bf;
}
::-moz-selection {
	color: #FFF;
	background: #aab7bf;
}
blockquote {
	font-family: Times, "Times New Roman", serif;
	color: #2c3e50;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	background: #aab7bf;
	border-top: 6px solid #FFF;
	margin: 30px 0;
	padding: 40px;
}
/* QuickSearch */
table.searchlight-results {
	font-family: 'Open Sans', sans-serif;
  width: 180px;
}
div.searchlight-results-wrapper {
	border: none;
    margin-top: 1px;
}

/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)           */
/*******************************************************************************************************/


/*store-name:: Store Name.*/		 
.store-name {
	font-size: 35px;
	color: #6992bb;
	font-weight: 300;
	text-decoration: none;
	line-height: 35px;
	margin-top: 20px;
}
/*store-slogan:: Store Slogan.*/		 
.store-slogan {
	font-size: 12px;
	color: #FFF;
	font-weight: 300;
}
/*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;
}
/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/ 
.menu-headers {
	font-size: 14px;
	color: #2c3e50;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #FFF;
	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 {
	font-size: 14px;
	color: #FFF;
	font-weight: 400;

}
/*footerLinks:: Controls the way the Footer Links display in the Global Footer.*/
.footer a, .footer a:visited, .footer a:hover, .footer a:visited:hover {
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	text-decoration: underline;
}
/*icon:: Controls the way the menu icons display if they are being used.*/ 
.icon {
	font-size: 10px;
	font-weight: 400;
	color: #FFF;
}
/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #2c3e50;
	position: absolute;
	top: 26px;
	left: -20px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-align: center;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/ 
.ranking {
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #2c3e50;
	width: 12px;
	height: 20px;
	text-align: left;
}
/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/ 
.menu-text {
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/ 
.price2 {
	font-size: 16px;
	color: #2c3e50;
	font-weight: 400;
}
/*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: 12px;
	font-weight: 400;
	color: #2c3e50;
}
/*search-text:: Controls the way the search box displays of the frame.*/ 
.search-text {
	font-size: 200%;
	font-weight: 300;
	color: #FFF;
	line-height: 22px;
	/*height: 22px;
	width: 180px; */
	background: transparent;
	border: none;
	border-bottom: 1px solid #FFF;
	padding: 5px;
	margin: 5px;
	min-width: 80%;
}
/*A.cat:: Controls the way the Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.cat {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 5px;
	letter-spacing: -1px;
}
/*A.cat:hover:: When a user passes  their mouse over them.*/ 	
A.cat:hover {
	color: #2c3e50;
	background: #FFF;
	text-decoration: none;
}
/*A.cat:visited:: After a user has visited that section.*/ 
A.cat:visited {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 5px;
	letter-spacing: -1px;
}
/*A.cat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.cat:visited:hover {
	color: #2c3e50;
	background: #FFF;
	text-decoration: none;
}
/*A.subcat:: Controls the way the Sub-Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.subcat {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
/*A.subcat:hover:: When a user passes  their mouse over them.*/ 	
A.subcat:hover {
	color: #2c3e50;
	background: #FFF;
	text-decoration: none;
}
/*A.subcat:visited:: After a user has visited that section.*/ 
A.subcat:visited {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
/*A.subcat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.subcat:visited:hover {
	color: #2c3e50;
	background: #FFF;
	text-decoration: none;
}
/*A:menu:: Controls the way the Links display in the top navigation before a user clicks or mouses over on them.*/ 	 
A.menu {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
/*A:menu:over:: When a user passes their mouses over them.*/ 	
A.menu:hover {
	color: #FFF;
	background: #aab7bf;
	text-decoration: none;
}
/*A:menu:over:: After a user has visited that section.*/ 	
A.menu:visited {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
/*A:menu:visited:over:: A user hovers over a section they have visited.*/ 		
A.menu:visited:hover {
	color: #FFF;
	background: #aab7bf;
	text-decoration: none;
}
/*A:menu-bottom:: Controls the way the Links in the footer display before a user clicks or mouses over on them.*/ 	 
A.menu-bottom {
	color: #8e9492;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
/*A:menu-bottom:over:: When a user passes their mouses over them.*/ 	
A.menu-bottom:hover {
	color: #8e9492;
	text-decoration: none;
}
/*A:menu-bottom:over:: After a user has visited that section.*/ 	
A.menu-bottom:visited {
	color: #8e9492;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
/*A:menu-bottom:visited:over:: When a user hovers over a section they have visited.*/ 		
A.menu-bottom:visited:hover {
	color: #8e9492;
	text-decoration: none;
}
/*A:link:: Controls the way Secondary Links display before a user clicks or mouses over on them.*/ 	 
A.link {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
/*A:link:over:: When a user passes their mouses over them.*/ 	
A.link:hover {
	color: #FFF;
	text-decoration: none;
}
/*A:link:over:: After a user has visited that section.*/ 	
A.link:visited {
	color: #2c3e50;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
/*A:link:visited:over:: When a user hovers over a section they have visited.*/ 		
A.link:visited:hover {
	color: #FFF;
	text-decoration: none;
}
/*A.details:: Controls the way the Top Sellers Links display before a user clicks or mouses over them.*/ 	 
A.details {
	color: #000;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
}
/*A.details:hover:: When a user passes their mouse over them.*/ 	 	
A.details:hover {
	color: #2c3e50;
	text-decoration: none;
}
/*A.details:visited:: After a user has visited that section.*/ 
A.details:visited {
	color: #000;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
}
/*A.details:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.details:visited:hover {
	color: #2c3e50;
	text-decoration: none;
}
/*******************************************************/
/*          STYLES USED THROUGHOUT 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: #FFF;
	border-style: solid;
  border-color: lightgray;
  border-width: thin;
}
/*page_headers:: Controls the title of all your pages.*/
.page_headers {
	font-size: 36px;
	font-weight: 300;
	color: #000000;
	text-transform: uppercase;
	font-weight:600;
	
}
/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/ 
.titles {
	font-size: 14px;
	color: #2c3e50;
	font-weight: 700;
}
/*price:: Controls the way the product's final price display throughout the site.*/ 
.price {
	font-size: 13px;
	color: #2c3e50;
	font-weight: 700;
	letter-spacing: 0;
}
/*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;
}
/*A:: Controls the way the all Links without an associated style display before a user clicks or mouses over them.*/ 	 
A {
	color: #000;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: 400;
}
/*A:hover:: When a user passes  their mouse over them.*/ 	 	
A:hover {
	color: #2c3e50;
	text-decoration: underline;
}
/*A:visited:: After a user has visited that section.*/ 
A:visited {
	color: #000;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: 400;
}
/*A:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A:visited:hover {
	color: #2c3e50;
	text-decoration: underline;
}
/*******************************************************************************************************/
/*   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: #000;
	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: #2c3e50;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-size: 12px;
	font-weight: 700;
	background-color: #EEE;
	color: #2c3e50;
	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 {
	font-size: 12px;
	color: #000;
	font-weight: 400;
}
/*itemTitle:: Controls the name of the Product.*/ 
.item-title {
	font-size: 22px;
	color: #2c3e50;
	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: #2c3e50;
}
/*reward-title:: Controls the title of the Reward Points section.*/ 
.reward-title {
	color: #2c3e50;
	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 {
	border: none;
	background: #000;
	font-weight: 400;
	font-size: 12px;
	color: #f3f1ea;
	text-transform: uppercase;
	cursor: pointer;
	margin: 5px 10px !important;
	padding: 20px 35px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/ 
button:hover {
	border: none;
	background: #2c3e50;
	font-weight: 400;
	font-size: 12px;
	color: #fbf9f2;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 5px !important;
	padding: 25px 40px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}


/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/ 
.btn_over {
	border: none;
	background: #2c3e50;
	font-weight: 400;
	font-size: 12px;
	color: #fbf9f2;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 5px !important;
	padding: 25px 40px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/  	
.txtBoxStyle {
	border: 1px solid #b7b4ac;
	background: #fefefe;
	font-weight: 400;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtAreaStyle:: Controls the text and style of the Text Areas.*/ 	
.txtAreaStyle {
	border: 1px solid #b7b4ac;
	background: #fefefe;
	font-weight: 400;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 0;
	-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;
}
.invoice-logo img { max-width:3in; }

/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/

/*font1:: Primary Screen Font */ 
.font1 {
	font-size: 12px;
	font-weight: 400;
	color: #000;
}
/*font2:: Secondary Screen Font */ 
.font2 {
	font-size: 12px;
	font-weight: 400;
	color: #2c3e50;
}
.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 below the top bar*/		
.line {
	background: #FFF;
}

/*********************************/
/*          CUSTOM STYLES        */
/*********************************/

/* Accent/Secondary Colors */

.accent-color {
    color: #2c3e50;
}
.accent-bg-color {
    background: #e2e2e2;
    color: #000;
}

#mainContainer {
	position: relative;
	qqqurl(/assets/templates/vertigo16-html5/images/vdHeaderBG-01.jpg) no-repeat top center;
	qqqbackground: url(https://www.vertigodrones.com/assets/templates/vertigo16-html5/images/vdHPSceneBG-03.jpg) no-repeat 0px 275px;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
header {
	position: relative;
	height: 175px;
	background: #23394e url(../images/vdHeaderBG-01.jpg) repeat-x top center;
	padding-bottom:5px;
	qqqoverflow:hidden;
	qqqborder-bottom: 2px solid #FFF;
	qqqmargin-bottom: 25px;
}
#logo {
	float: left;
	width: 360px;
	text-align: left;
}
#logo a {
	display: block;
}
#logo a:hover {
	text-decoration: none;
}
#logo img {
	margin-top: 1%;
	margin-left: 2%;
	max-width: 100%;
	max-height: 105px;
}
#cart {
	float: right;
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background: url(../images/cart.png) no-repeat center 32px;
	margin: 11px 1% 15px;
	padding-top: 8px;
	min-width: 56px;
	height: 65px;
	border: 1px solid #bdc3c7;
	overflow: hidden;
}
#cart:hover {
	text-decoration: none;
}
.login {
	position: absolute;
	right: 90px;
	top: 17px;

}
.login a, .login a:visited {
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
         border-style: solid;
        border-width: 1px;
        padding: 3px;
        margin: 2px;
}
.login a:hover, .login a:visited:hover {
	color: #6992BB;
	text-decoration: none;
        border-style: solid;
        border-width: 1px;
        padding: 3px;
        margin: 2px;
}
#searchBox {
position: absolute;
    min-width: 40%;
    min-height: 50%;
    right: 69px;
    margin-top: 5%; 
}
#searchBox form {
    position: relative;
}
#searchBox input {
	float: left;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.search-btn {
	background: url(../images/lens.png) no-repeat center center;
	    background-size: 55%;
    min-height: 50px;
    min-width: 50px;
    margin-top: 2%;
	padding: 0;
	border: none;
	cursor: pointer;
        length: 200%;
}
#closeSlideMenu {
    display: none;
    text-align: right;
}
#showSlideMenu {
    float: right;
    overflow: hidden;
    text-align: right;
    margin: 0 70px 0 0;
}
nav#mainNav {
	height: 50px;
	border: 1px solid #FFF;
	margin-bottom: 25px;
    overflow: hidden;
}
nav#mainNav ul {
	list-style: none;
	line-height: 26px;
	display: block;
	padding-left: 10px;
}
nav#mainNav li {
	float: left;
	padding: 11px 5px;
}
aside#leftBar {
	float: left;
	width: 180px;
	margin-right: 22px;
    display: block;
}
aside .module {
	margin-bottom: 30px;
}
aside .module ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
aside .module li {
	display: block;
	margin: 3px 0;
}
aside .module li a {
	line-height: 20px;
}
aside .module .info {
	float: left;
	width: 168px;
}
aside .module .name {
	margin-bottom: 5px;
}
aside .module .stars {
	float: left;
}
aside .module .price2 {
	float: right;
	font-size: 14px;
	font-weight: 700;
}
aside .module .div {
	display: block;
	height: 1px;
	background: #2c3e50;
	margin: 10px 0;
}
.topsellers_topitem {
	position: relative;
}
.topsellers_topitem .img {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.topsellers_topitem .img a {
	display: block;
}
.topsellers_topitem .name {
	margin-top: 10px;
}
.topsellers_topitem .price2 {
	margin-top: 5px;
}
.manf-select {
	text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.manf-select select {
	width: 80%;
	padding: 5px;
}
#mainContent {
 	float: left;
        padding-top: 25px;
        box-shadow: 0 10px 30px;
	width: 100%;
	background-color:transparent;
	min-height:200px;
	
}
footer {
	min-height: 250px;
	qqqmargin-top: 30px;
        box-shadow: 0px 5px 30px;
	background: #23394e url(../images/vdFooterBG-02.jpg) repeat-x top center;
	border-top: 0px solid #FFF;
	
}
footer ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
footer li {
	qqqfloat: left;
	qqqmargin-right: 15px;
}
footer li a { color:#8e9492; }
#copyright {
	line-height: 15px;
	margin-top: 30px;
	color:#8e9492; 
}
#globalFooter {
	margin-top: 30px;
}
.mailist-box {
	margin-top: 30px;
}
.mailist-box input {
	float: left;
	margin: 0;
	padding: 0;
}
.mailist-box label {
	font-size: 12px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-bottom: 13px;
}
.mailist-box input[type="text"] {
	width: 75%;
	height: 50px;
	color: #2c3e50;
	font-size: 18px;
	line-height: 50px;
	padding-left: 15px;
	border: none;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.mailist-options {
	width: 15%;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	padding-left: 10px;
}
.mailist-options input {
	margin-right: 5px;
}
.mailist-options span {
	display: block;
	margin: 5px 0 8px 0;
	line-height: 14px;
}
.mailist-box input[type="submit"] {
	width: 8%;
	height: 50px;
	line-height: 50px;
	background: #6992bb;
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.mailist-box input[type="submit"]:hover {
	color: #FFF;
	background: #18222d;
}
.social-icons {
	float: left;
}
.social-icons a {
	float: left;
	width: 23px;
	height: 23px;
	display: block;
	margin-right: 5px;
	background: url(../images/social-icons.png) no-repeat;
}
.social-icons a.facebook {
	background-position: 0 0;
}
.social-icons a.twitter {
	background-position: -31px 0;
}
.social-icons a.pinterest {
	background-position: -61px 0;
}
.stats {
	height: 0;
	overflow: hidden;
}

/*	listing_0.html Template
	-----------------------	*/
#listing0 h1 {
    font-size: 18px;
}

/*	category.html Template
	----------------------	*/
.category-header,
.category-footer {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
}
.category-header img,
.category-footer img {
	max-width: 100%;
}

/*	home.html Template
	------------------	*/
#home h3.header-specials {
	color: #2c3e50;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#home .category-header,
#home .category-footer {
	margin: 0;
}
.hs-item {
	font-size: 16px;
	color: #efeeeb;
	font-weight: 400;
	text-decoration: none;
	float: left;
	width: 100%;
	min-height: 228px;
	background: #FFF;
	position: relative;
	margin: 0;
}
.hs-item .overlay {
	background-color: rgb(44, 62, 80); /* Hex Value: #2c3e50 */
	background-color: rgba(44, 62, 80, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#992c3e50, endColorstr=#992c3e50);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#992c3e50, endColorstr=#992c3e50)";
	position: absolute;
	left: 0;
	top: 0;
    right: 0;
    bottom: 0;
	cursor: pointer;
    overflow: hidden;
	display: none;
}
.hs-item .info {
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 5%;
}
.hs-item .info > div {
	margin-bottom: 10px;
}
.hs-item .img {
    height: 228px;
	text-align: center;
	display: block;
	vertical-align: middle;
    position: relative;
}
.hs-item .img a {
    display: block;
}
.hs-item .img img {
    max-width: 150px;
    max-height: 150px;
	left: 0;
	top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	position: absolute;
}
.hs-item .name {
	color: #FFF;
	font-weight: 700;
}
.hs-item .price2 {
	color: #FFF;
	font-weight: 700;
}
.hs-item .on-sale {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #FFF;
	line-height: 51px;
	background: #2e2e2e;
	padding: 19 19px;
	display: none;
}
.hs-item .action input {
	border: none;
	background: #FFF;
	font-weight: 400;
	font-size: 12px;
	color: #2c3e50;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	padding: 6px 10px;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#mobileMenu {
	display: none;
	float: left;
	width: 30px;
	height: 25px;
	margin: 7px 0 0 12px;
}
#slideMenu {
	display: none;
    position: absolute;
	width: 30px;
	height: 25px;
    right: 10px;
    top: 10px;
}
#mobileCart {
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	margin: 7px 12px 0 0;
}
.mobile .search {
	display: none;
}
#homeCarousel {
    margin: 0 0 15px;
}
h1.page_headers {
	margin-bottom: 20px;
}
.sub-categories a, .sub-categories a:hover {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

/*********************************/
/*       LTE8 IE FALLBACK        */
/*********************************/

.no-boxshadow .boxShadow {
    border: 1px solid #eae9e6;
}

#vdHPSceneArea { display:none; }
#mainContent { background-color:#ffffff; margin-top:0px; padding:10px 10px; }

.vdFullSecW {  }

.vdMainSecW { width:200px; float:left; text-align:center; cursor:pointer; font-weight:700; font-size:16px; text-decoration:none; }
.vdMainSecW span { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
.vdMainSecW:hover span { color:#ffffff; border-bottom:solid 3px #7b90b8; }
#vdHPSceneW { display:none; box-shadow:0px 5px 5px #999999; }

.vdFootColHead { padding:15px 3px; text-align:center; }
a.vdLrgFootLnk { font-weight:700; font-size:14px; text-decoration:none; color:#ffffff; text-transform:uppercase; }
a.vdLrgFootLnk:hover { color:#8e9492; }



#vdFootNewsletterH { position:relative; padding:0px 10px; }
.vdNewsletterHead { display:block; font-size:12px; text-align:center; color:#8e9492; text-transform:uppercase; margin:5px 0px; }
.vdNewsletterTB { background-color:#8e9492; color:#ffffff; font-weight:700; border:none; padding:3px 10px; height:35px; width:100%; }

button.btnNewsletter { display:block; position:absolute; right:0px; top:0px; height:35px; width:35px; font-size:14px; font-weight:700; color:#ffffff; text-align:center; border:none; background-color:#7b90b8; }
button.btnNewsletter:hover { border:none; background:#7b90b8; font-weight:700; font-size:14px; color:#ffffff; text-transform: inherit; cursor: pointer; margin: inherit; padding: inherit; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }

#vdFootSocBtns { qqqbackground-color:pink; padding:10px 5px; text-align:center; }
#vdFootSocBtns img { margin:5px 10px; }

#vdHeadBtnW { display:none; }


#vdMainMenu {  }
#vdMainMenu { background-color:green; margin:0px; padding:0px;  }
#vdMainMenu li { display:block; width:16%; text-align:center; list-style-type:none; background-color:pink; padding:0px; position:relative; }
#vdMainMenu li a { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
#vdMainMenu li:hover img { border:none; }
#vdMainMenu li:hover a { color:#ffffff; border-bottom:solid 3px #7b90b8; }

#vdMainMenu li div { display:none; position:absolute; float:left; width:100%; background:url(../images/vdDropMenuBG-01.png) repeat; qqqmin-height:111px; position:relative; qqqtop:275px; qqqwidth:100%; margin-top:5px; }

#vdMainMenu li:hover div { display:block; }



#menu {
	list-style:none;
	margin:0px auto 0px auto;
	padding:0px; 
	position:relative;
	
}

#menu li {
	float:left;
	width:200px;
	height:166px;
	text-align:center;
	position:relative;
	border:none;
	qqqbackground-color:pink;
	padding:0px;
	margin:0px;
}

#menu li a.advIconLnk {
	font-family:'Open Sans', sans-serif;
	font-weight:700; font-size:16px; text-decoration:none;
	color: #ffffff;
	display:block;
	outline:0;
	text-transform:uppercase;
	border-bottom:solid 3px transparent;
	padding:0px; 
	margin:0px;
	
}

#menu li:hover a.advIconLnk {
	color:#ffffff;
	border-bottom:solid 3px #7b90b8;
}


/* Drop Down */
.advMenuW {  
	display:none;
	qqqmargin:3px 0px 0px 0px;
	float:left;
	position:absolute;
	left:0px; 
	top:166px;
	width:1200px; 
	height:260px;
	overflow:hidden;
	
	background-color:#ffffff;
	
	text-align:left;
	padding:5px;
	
}

#menu li:hover .advMenuW {
	display:block;
	z-index:999;
	box-shadow:0px 3px 3px #888888;
	
}

.advMenu1 { left:0px;  }
.advMenu2 { left:-200px;  }
.advMenu3 { left:-400px;  }
.advMenu4 { left:-600px;  }
.advMenu5 { left:-800px;  }
.advMenu6 { left:-1000px;  }


.advSubMenuHeader { 
	float:left;
	qqqwidth:200px;
	width:16%;
	padding:3px;
	qqqbackground-color:pink;
	position:relative; 
	height:100%;
	
}
.advSubMenuHeader h2 { 
	font-family:'Open Sans', sans-serif;
	font-weight:600; font-size:16px; text-decoration:none;
	color: #333333;
	text-transform:uppercase;
	padding:0px 3px 3px 3px; 
	margin:0px;
	border-bottom:solid 3px #7b90b8;
	white-space:nowrap;
	
}

a.advSubMenuLnk { 
	display:block; padding:2px; 
	font-family:'Open Sans', sans-serif;
	font-weight:400; font-size:15px; text-decoration:none;
	color: #333333 !important;
	text-transform:uppercase;
	margin:0px;
	letter-spacing:-0.5px;
	
}
a.advSubMenuLnk:link { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px; text-decoration:none; letter-spacing:-0.5px; }
a.advSubMenuLnk:visited { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:none; letter-spacing:-0.5px; }
a.advSubMenuLnk:hover { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:underline; letter-spacing:-0.5px; }
a.advSubMenuLnk:active { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:none; letter-spacing:-0.5px; }


a.advSubMenuBotLnk { 
	display:block; padding:2px; 
	font-family:'Open Sans', sans-serif;
	font-weight:400; font-size:15px; text-decoration:none;
	color: #333333 !important;
	text-transform:uppercase;
	margin:0px;
	position:absolute;
	left:0px; 
	bottom:0px;
}
a.advSubMenuBotLnk:link { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px; text-decoration:none; }
a.advSubMenuBotLnk:visited { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:none; }
a.advSubMenuBotLnk:hover { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:underline; }
a.advSubMenuBotLnk:active { display:block; padding:2px; font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; qqqtext-decoration:none; color: #333333; text-transform:uppercase; margin:0px;text-decoration:none; }



#menu { display:none; }


.advSubMenuItemsW {  
	width:84%;
	float:right;
	overflow:hidden; 
	position:relative; 
	
}
.advSubMenuItemsH {  
	margin:0px auto;
	
}
.advSubMenuItem { 
	float:left;
	qqqwidth:245px;
	width:24%;
	margin:0px 5px 0px 0px;
	border:solid 2px #ffffff;
	
}
.advSubMenuItem:hover { 
	border:solid 2px #7b90b8;
	
}
.advSubMenuPicH { 
	qqqwidth:235px;
	width:100%;
	height:200px;
	overflow:hidden;
	padding:1px;
	text-align:center;
	
}
.advSubMenuPicH img {
	qqqmax-width:235px; 
	max-width:100%; 
	max-height:100%;
	margin:0px auto;
	
}
.advSubMenuItem span {
	display:block;
	text-align:center;
	padding:2px; 
	font-family:'Open Sans', sans-serif; font-weight:400; font-size:15px; color:#333333; text-transform:uppercase; margin:0px; text-decoration:none; 
	white-space:nowrap;
	height:3.1em;
	
}
	
.name { 
	text-transform:uppercase;
	text-align:center;
	font-size:1rem;
	
}
.price {  
	text-align:center;
	
}
.status { 
	text-align:center;
	
}
.action { 
	text-align:center;
	
}

.vdMobileMenuIcon { 
	float:right;
	position:absolute;
	top:15px; 
	right:5px;
	width:40px;
	
}
.vdMobileMenuIcon:hover .mobileMenu {
	display:block;
}

.mobileMenu {
	display:none;
	position:absolute;
	right:0px;
	top:30px; 
	qqqwidth:100%;
	list-style:none;
	background-color:#23394e;
	z-index:999;
	
}
.mobileMenu li {
	float:left;
	width:100%;
	qqqheight:166px;
	qqqtext-align:center;
	qqqposition:relative;
	qqqborder:none;
	background-color:#23394e;
	padding:5px;
	margin:0px;
	
}
.mobileMenu li a {
	font-family:'Open Sans', sans-serif;
	font-weight:700; font-size:16px; text-decoration:none;
	color: #ffffff;
	display:block;
	outline:0;
	text-transform:uppercase;
	qqqborder-bottom:solid 3px transparent;
	padding:0px 10px 0px 0px; 
	margin:0px;
	white-space:nowrap;
	background-color:#23394e;
	
}

.mobileMenu li:hover a {
	color:#ffffff;
	qqqborder-bottom:solid 3px #7b90b8;
}

#slideMenu { display:none; }

.mini_cart {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #000000;
  position: absolute;
  z-index: 999;
  right: 4px;
  top: 16px;
  width: 500px;
  padding-right: 15px;
}
.view_close {
  margin: 5px 5px 0px 0px;
  position: absolute;
  right: 0;
}

#qqqviewCartQuick section div.header { display:none !important; }

.quickCartRelated { display:none; }

.pop-item-info { float:left; width:50%; }
.pop-item-qty { float:left; width:15%; text-align:center; }
.pop-item-price { float:left; width:15%; text-align:right; }
.pop-item-total { float:left; width:15%; text-align:right; }
.pop-item-remove { float:left; width:5%; }

.pop-product-image { float:left; width:50px; height:50px; margin-right:10px; }

.pop-row { padding:2px; }
.pop-row:nth-child(2n) { background-color:#e0e0e0; }

.carousel { display:block; }
.carouselm { display:none; }


.main-image { display:block; }

#showRealMediaM { 
	margin-left:20px;
	width:85%;
	qqqmargin:10px auto;
	padding:30px 0px;
	border:solid 1px #000000; 
}
#realmediaBlockM { width:100%; }

.rchProdDocsCell { float:left; width:200px; text-align:center; margin-bottom:20px; }

.tabLinkRt { float:right; }
.tabLinkRt a { color:black; padding:8px 12px; background-color:#efb028; font-weight:700; border:none; border-radius:3px; }

.spnWarrantyHelp { display:block; padding:5px; text-align:right; }

#rTabs li {
	text-transform:uppercase;
}

#vdHeadBannerW { 
	text-align:center; padding:0px 5px;
}
#vdHeadBannerW img { max-width:100%; }

.yourprice { text-align:left; }
.saleprice { text-align:left; }

@media only screen and (min-width: 767px){
	
.product-item .stars img {
    margin-top: 8% !important;
  }
	.carouselm { display:none; }
	.carousel { display:block; }
	.main-image { display:block; }
	
	#divMProdPics { display:none; }
	
	.vdMobileMenuIcon { display:none; }
		
	header { height: 275px; 
        z-index: 9999;
        box-shadow: 0px 5px 30px; }
	
	#vdHeadBtnW { display:block; margin-bottom:5px; }
	.wrapper { width: auto; }
	.vdMainSecW { width:125px; float:left; text-align:center; cursor:pointer; font-weight:700; font-size:12px; text-decoration:none; }
	.vdMainSecW img { width:100px; }
	.vdMainSecW span { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
	.vdMainSecW:hover span { color:#ffffff; border-bottom:solid 3px #7b90b8; }
	#vdHPSceneW { display:block; height:350px; background:url(../images/vdHPSceneBG780-03.jpg) no-repeat top center; }
	
	.vdFootCol { width:22%; float:left; }
	.vdFootColRt { width:32%; float:left; qqqbackground-color:pink; }
	
	.vdFootColHead { padding:15px 3px; text-align:center; }
	a.vdLrgFootLnk { font-weight:700; font-size:14px; text-decoration:none; color:#ffffff; text-transform:uppercase; }
	
	#vdFootNewsletterH { position:relative; padding:0px 10px; }
	.vdNewsletterHead { display:block; font-size:12px; text-align:center; color:#8e9492; text-transform:uppercase; margin:5px 0px; }
	.vdNewsletterTB { background-color:#8e9492; color:#ffffff; font-weight:700; border:none; padding:3px 10px; height:35px; width:100%; }
	
	button.btnNewsletter { display:block; position:absolute; right:0px; top:0px; height:35px; width:35px; font-size:14px; font-weight:700; color:#ffffff; text-align:center; border:none; background-color:#7b90b8; }
	button.btnNewsletter:hover { border:none; background:#7b90b8; font-weight:700; font-size:14px; color:#ffffff; text-transform: inherit; cursor: pointer; margin: inherit; padding: inherit; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
	
	#vdFootSocBtns { qqqbackground-color:pink; padding:10px 5px; text-align:center; }
	#vdFootSocBtns img { margin:5px 10px; }
	#FRAME_LINKS { padding-left:15px;  }
	
	#menu { display:block; width:750px; margin:0px auto; }
	#menu li { width:125px; }
	#menu li a.advIconLnk { font-size:11px; white-space:no-wrap; }
	.advMenu1 { left:0px;  }
	.advMenu2 { left:-125px;  }
	.advMenu3 { left:-250px;  }
	.advMenu4 { left:-375px;  }
	.advMenu5 { left:-500px;  }
	.advMenu6 { left:-625px;  }
	.advMenuW { width:750px; }
	
	.advMenuW { height:200px; }
	.advSubMenuHeader h2 { font-size:12px; }
	
	a.advSubMenuLnk:link { font-size:11px; }
	a.advSubMenuLnk:visited { font-size:11px; }
	a.advSubMenuLnk:hover { font-size:11px; }
	a.advSubMenuLnk:active { font-size:11px; }
	
	.advSubMenuItem span { font-size:11px; }
	.advSubMenuPicH { height:150px; }
	
	#mainContent { padding-top: 25px; min-height:555px; }
	
	#vdHeadBannerW {
		float:left; width:200px; text-align:center; padding:35px 0px 0px 5px;
	}
	
}
@media only screen and (min-width: 980px){
	.vdFullSecW { background:url(../images/vdPageBGSlice980-01.png) repeat-y center top; }
	.wrapper { width:980px; }
	.vdMainSecW { width:160px; float:left; text-align:center; cursor:pointer; font-weight:700; font-size:14px; text-decoration:none; }
	.vdMainSecW img { width:115px; }
	.vdMainSecW span { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
	.vdMainSecW:hover span { color:#ffffff; border-bottom:solid 3px #7b90b8; }
	#vdHPSceneW { height:400px; background:url(../images/vdHPSceneBG980-03.jpg) no-repeat top center; }
	
	.vdFootCol { width:225px; float:left; }
	.vdFootColRt { width:300px; float:left; qqqbackground-color:pink; }
	
	.vdFootColHead { padding:15px 3px; text-align:center; }
	a.vdLrgFootLnk { font-weight:700; font-size:16px; text-decoration:none; color:#ffffff; text-transform:uppercase; }
	
	#vdFootNewsletterH { position:relative; padding:0px 10px; }
	.vdNewsletterHead { display:block; font-size:14px; text-align:center; color:#8e9492; text-transform:uppercase; margin:5px 0px; }
	.vdNewsletterTB { background-color:#8e9492; color:#ffffff; font-weight:700; border:none; padding:3px 10px; height:35px; width:100%; }
	
	button.btnNewsletter { display:block; position:absolute; right:0px; top:0px; height:35px; width:35px; font-size:14px; font-weight:700; color:#ffffff; text-align:center; border:none; background-color:#7b90b8; }
	button.btnNewsletter:hover { border:none; background:#7b90b8; font-weight:700; font-size:14px; color:#ffffff; text-transform: inherit; cursor: pointer; margin: inherit; padding: inherit; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
	
	#vdFootSocBtns { qqqbackground-color:pink; padding:10px 5px; text-align:center; }
	#vdFootSocBtns img { margin:5px 10px; }
	
	#menu { width:auto; margin:0px auto; }
	#menu li { width:160px; }
	#menu li a.advIconLnk { font-size:13px; qqqwhite-space:no-wrap; }
	.advMenu1 { left:0px;  }
	.advMenu2 { left:-160px;  }
	.advMenu3 { left:-320px;  }
	.advMenu4 { left:-480px;  }
	.advMenu5 { left:-640px;  }
	.advMenu6 { left:-800px;  }
	.advMenuW { width:980px; }
	
	.advMenuW { height:260px; }
	.advSubMenuHeader h2 { font-size:14px; }
	
	a.advSubMenuLnk:link { font-size:13px; }
	a.advSubMenuLnk:visited { font-size:13px; }
	a.advSubMenuLnk:hover { font-size:13px; }
	a.advSubMenuLnk:active { font-size:13px; }
	
	.advSubMenuItem span { font-size:13px; }
	.advSubMenuPicH { height:200px; }
	
	#vdHeadBannerW {
		float:left; width:320px; text-align:center; padding-top:20px;
	}
	
}
@media only screen and (min-width: 1200px){
	
	.vdFullSecW { background:url(../images/vdPageBGSlice1200-02.png) repeat-y center top; }
	.wrapper { width:1200px; }
	.vdMainSecW { width:200px; float:left; text-align:center; cursor:pointer; font-weight:700; font-size:16px; text-decoration:none; }
	.vdMainSecW img { width:auto; }
	.vdMainSecW span { color:#ffffff; border-bottom:solid 3px transparent; text-transform:uppercase; }
	.vdMainSecW:hover span { color:#ffffff; border-bottom:solid 3px #7b90b8; }
	#vdHPSceneW { height:500px; background:url(../images/vdHPSceneBG1200-03.jpg) no-repeat top center; }
	
	.vdFootCol { width:280px; float:left; }
	.vdFootColRt { width:360px; float:left; qqqbackground-color:pink; }
	
	.vdFootColHead { padding:15px 3px; text-align:center; }
	a.vdLrgFootLnk { font-weight:700; font-size:16px; text-decoration:none; color:#ffffff; text-transform:uppercase; }
	
	#vdFootNewsletterH { position:relative; padding:0px 10px; }
	.vdNewsletterHead { display:block; font-size:14px; text-align:center; color:#8e9492; text-transform:uppercase; margin:5px 0px; }
	.vdNewsletterTB { background-color:#8e9492; color:#ffffff; font-weight:700; border:none; padding:3px 10px; height:35px; width:100%; }
	
	button.btnNewsletter { display:block; position:absolute; right:0px; top:0px; height:35px; width:35px; font-size:14px; font-weight:700; color:#ffffff; text-align:center; border:none; background-color:#7b90b8; }
	button.btnNewsletter:hover { border:none; background:#7b90b8; font-weight:700; font-size:14px; color:#ffffff; text-transform: inherit; cursor: pointer; margin: inherit; padding: inherit; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
	
	#vdFootSocBtns { qqqbackground-color:pink; padding:10px 5px; text-align:center; }
	#vdFootSocBtns img { margin:5px 10px; }
	
	#menu li { width:200px; }
	#menu li a.advIconLnk { font-size:16px; qqqwhite-space:no-wrap; }
	.advMenu1 { left:0px;  }
	.advMenu2 { left:-200px;  }
	.advMenu3 { left:-400px;  }
	.advMenu4 { left:-600px;  }
	.advMenu5 { left:-800px;  }
	.advMenu6 { left:-1000px;  }
	.advMenuW { width:1200px; }
	
	.advMenuW { height:260px; }
	.advSubMenuHeader h2 { font-size:16px; }
	
	a.advSubMenuLnk:link { font-size:15px; }
	a.advSubMenuLnk:visited { font-size:15px; }
	a.advSubMenuLnk:hover { font-size:15px; }
	a.advSubMenuLnk:active { font-size:15px; }
	
	.advSubMenuItem span { font-size:15px; }
	.advSubMenuPicH { height:200px; }
	
	#vdHeadBannerW {
		float:left; width:520px; text-align:center; padding-top:5px;
	}
	
}


/*	Theme Responsive Styles
	-----------------------	*/
@media only screen and (max-width: 767px) {
	
  header{

           box-shadow: 0 3px 69px 14px;
}

 .mainbanner{margin-bottom:45px}

	body {
	    max-width: 100%;
	    overflow-x: hidden;
	    padding: 0 0px;
	}

	#logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	#logo img {
	    max-height: 50px;
	}
	#mainContainer, .wrapper {
		width: 100% !important;
		margin: auto;
	}
	#mobileMenu, #slideMenu, #mobileCart, #mobileSearch {
		display: block;
	}
	#searchBox {
		position: relative; 
		right: 0; 
		top: 0;
		margin: -5px 0 0 10%;
	}
	.search-text {
		width: 80%;
		margin-left: 5%;
	}
	.search-btn {
		width: 10%;
		margin-right: -10%;
	}
	.store-name, .store-slogan {
		text-align: center;
	}
	ul.mobile {
		display: none;
	}
	nav#mainNav {
		height: auto;
		min-height: 46px;
		width: 100%;
	    overflow: visible;
		margin-bottom: 30px;
	}
	nav#mainNav ul {
		position: relative;
		display: none;
		padding: 10px 0;
		text-align: center;
	}
	nav#mainNav li {
		float: none;
		display: block;
		padding: 0 15px;
	}
	nav#mainNav li a, nav li a:visited {
		font-size: 14px !important;
		width: 100%;
		display: block;
		padding: 0 !important;
	}
	nav#mainNav li a:hover, nav li a:visited:hover {
		color: #2c3e50 !important;
		background: #FFF;
	}
	aside {
		display: none !important;
	}
	#mainContent {
		display: block;
		width: 100% !important;
    margin-top: -50px;
		min-height:555px;
		
	}
	.hs-item, .hs-item:nth-child(4n+5) {
		width: 100%;
		margin: 0 auto 20px !important;
		float: none;
	}
	.hs-item .img {
		width: 228px;
		margin: 0 auto;
	}
	.hs-item .overlay {
		width: 100%;
	}
	.hs-item .info {
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		padding: 0 30px;
	}
	#copyright {
		float: none;
		width: 100%;
		text-align: center;
	}
	.mailist-options {
		display: none;
	}
	.mailist-box input[type="text"] {
		width: 85%;
	}
	.mailist-box input[type="submit"] {
		width: 15%;
	}
	.social-icons {
		float: none;
		text-align: center;
	}
	.social-icons a {
		float: none;
		display: inline-block;
	}
	footer {
		padding: 0 5% 30px;
	}
	footer li {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	
	/* General styles for Slide Out Menus */
	.cbp-spmenu {
		background: #2c3e50;
		position: fixed;
	    margin: 0 !important;
	}
	.cbp-spmenu a,
	.cbp-spmenu a:visited {
		display: block;
		color: #fff;
		font-size: 1.1em;
		font-weight: 300;
	    text-align: left;
	}
	.cbp-spmenu a:hover,
	.cbp-spmenu a:visited:hover {
		background: #000;
	}
	/* Orientation-dependent styles for the content of the menu */
	 
	.cbp-spmenu-vertical {
		width: 240px;
		height: 100%;
		top: 0;
		z-index: 1000;
	}
	.cbp-spmenu-vertical a {
		border-bottom: 1px solid #000;
		padding: 1em;
	}
	.cbp-spmenu-horizontal {
		width: 100%;
		height: 150px;
		left: 0;
		z-index: 1000;
		overflow: hidden;
	}
	.cbp-spmenu-horizontal a {
		float: left;
		width: 20%;
		padding: 0.8em;
		border-left: 1px solid #000;
	}
	/* Vertical menu that slides from the left or right */
	 
	.cbp-spmenu-left {
		left: -240px;
	}
	.cbp-spmenu-right {
		right: -240px;
	}
	.cbp-spmenu-left.cbp-spmenu-open {
		left: 0px;
	    overflow-y: auto;
	}
	.cbp-spmenu-right.cbp-spmenu-open {
		right: 0px;
	}
	/* Push classes applied to the body */
	 
	.cbp-spmenu-push {
		overflow-x: hidden;
		position: relative;
		left: 0;
	}
	.cbp-spmenu-push-toright {
		left: 240px;
	}
	.cbp-spmenu-push-toleft {
		left: -240px;
	}
	/* Transitions */
	 
	.cbp-spmenu, .cbp-spmenu-push {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	
	header {
	    padding: 0 10px;
	}

}

@media only screen and (max-width: 980px) {
	body {
	    max-width: 100%;
	    overflow-x: hidden;
	}
	#mainContainer, .wrapper {
	    width: 100%;
	}
	#leftBar {
	    display: none !important;
	}
	#rightBar {
	    display: none;
	}

}



.scrollup {
    z-index: 9999;
    width: 58px;
    box-shadow: 0px 2px 5px black;
    height: 55px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    position: fixed;
    bottom: 75px;
    right: 5px;
    display: none;
    text-indent: -9999px;
    background: url('../../../images/UpButton70.jpg') no-repeat center;
    background-size: 67px 64px; 
    background-color: #000;
    opacity: .75;
}



.mediatab{
    float: left;
    text-align: center;
    margin: 10px 0 10px 5px;
    padding: 2px 1px 10px 1px;
    width: 255px;
    height: 190px;
    border: 1px solid grey;
}

.mainbanner{
    max-width: 100%;
    min-height: auto;
    z-index: 999;
    display: none;
}
}



/*
 * Edits By Andrew
*/



@media only screen and (min-width: 767px){

}

@media only screen and (min-width: 980px){

}

@media only screen and (min-width: 1200px){

}

@media only screen and (max-width: 767px) {
	
		.product-item .stars img {
    margin-top: 25px !important;
  }

@media only screen and (max-width: 980px) {
}