@charset "utf-8";
/* -----------------------------------------
Title:				Layout Style Sheet for Nav-Store Plugin
Author: 			Alex Marshall
Updated: 			August.16.2011
----------------------------------------- */
/* ---------------------------------------------------------------------------

##    ##    ###    ##     ##     ######  ########  #######  ########  ########
###   ##   ## ##   ##     ##    ##    ##    ##    ##     ## ##     ## ##
####  ##  ##   ##  ##     ##    ##          ##    ##     ## ##     ## ##
## ## ## ##     ## ##     ##     ######     ##    ##     ## ########  ######
##  #### #########  ##   ##           ##    ##    ##     ## ##   ##   ##
##   ### ##     ##   ## ##      ##    ##    ##    ##     ## ##    ##  ##
##    ## ##     ##    ###        ######     ##     #######  ##     ## ########

For the plugin, only the following classes and ids are needed.  Active theme
stylesheet will overwrite any classes and ids above.

---------------------------------------------------------------------------- */

.product-wrapper-front input.submit {
	width: 70px;
	padding: 3px;
	height: 30px;
	border: 1px solid #bdbdbd;
	background: #efefef;
	color: #222;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-weight: bold;
}

/*-------------- Social Networking -------------- */
#nav-store-socialize {
	position: absolute;
	top: 57px;
	right: 0px;
	width: 120px;
	list-style: none;
	display: block;
}
#nav-store-socialize li {
	float: right;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
#nav-store-socialize li a {
	float: right;
	width: 24px;
	height: 24px;
	display: block;
	margin-left: 10px;
	text-indent: -9999px;
}
#nav-store-socialize li.fb a {
	background: url(../../images/facebook.gif) no-repeat 0 0;
}
#nav-store-socialize li.tw a {
	background: url(../../images/twitter.gif) no-repeat 0 0;
}
#nav-store-socialize li.yt a {
	background: url(../../images/youtube.gif) no-repeat 0 0;
}
.navstore-socialbuttons {
	clear: both;
}

/*----------------- Breadcrumbing ----------------*/
#navstore-breadcrumbs {
	list-style: none;
	width: 100%;
	float: left;
	margin: 0px 0px 16px -10px;
	padding: 0;
	font-size: 12px;
}
#navstore-breadcrumbs li {
	float: left;
	margin-left: 10px;
	padding-right: 14px;
	text-transform: uppercase;
	background: url(../../images/slash.gif) no-repeat center right;
}
#navstore-breadcrumbs li.last {
	background: none;
}
#navstore-breadcrumbs li a {
	font-weight: bold;
}

/*------------------- Menus ------------------------*/
.navstore-navbar li ul {
	background-color: #fff;
}

.navstore-cat-menu {
	margin: 0 !important;
}

/*------------------ Filters -----------------------*/
#filter-wrapper {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	border-bottom: 1px dotted #e5e5e5;
	margin-bottom: 13px;
}
#filter-wrapper span {
	float: left;
	padding: 0;
	margin: 0;
}
#navstore-list-filterbar {
	float: left;
	list-style: none;
	margin: 1px 0px;
	padding: 0;
}
#navstore-list-filterbar li {
	float: left;
	margin-left: 12px;
	position: relative;
}
#navstore-list-filterbar li a {
	padding: 0px 16px 10px 0px;
	background: url(../../images/arrow-down.gif) no-repeat right 6px;
}
#navstore-list-filterbar li ul {
	display: none;
}
#navstore-list-filterbar li:hover ul {
	display: block;
}
.navstore-list-filtermenu {
	position: absolute;
	top: 9px;
	left: -24px;
	list-style: none;
	width: 120px;
	padding: 6px 0px 0px 0px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
}
#navstore-list-filterbar li:hover ul li a {
	background: none;
}
.sale-items-div {
}
.whats-new-div {
}
.featured-items-div {
}
.navstore-page-wait-overlay {
	display: none;
}

/*------------------- Slider --------------------*/
#navstore-catslide-mask {
	float: left;
	width: 800px;
	margin-left: 32px;
	height: 226px;
	overflow: hidden;
}
#navstore-prodslide-mask {
	float: left;
	width: 800px;
	margin-left: 32px;
	height: 226px;
	overflow: hidden;
}
ul.navstore-slider  {
	width: 5000px;
	float: left;
	margin: 0;
}
ul.navstore-slider li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 183px;
	margin: 16px 0px 16px 16px;
}
ul.navstore-slider li a {
	float: left;
	clear: both;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
ul.navstore-slider li a strong {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 12px;
	font-weight: normal;
}
ul.navstore-slider li a:hover {
	color: #ec1b23;
}
a.navstore-catslide-left {
	position: absolute;
	bottom: 29px;
	left: 15px;
	width: 17px;
	height: 20px;
	background: url(../images/interface/slider-arrows.png) no-repeat top left;
}
a.navstore-catslide-right {
	position: absolute;
	bottom: 29px;
	right: 15px;
	width: 17px;
	height: 20px;
	background: url(../images/interface/slider-arrows.png) no-repeat top right;
}
a.navstore-catslide-left:hover {
	background-position: bottom left;
}
a.navstore-catslide-right:hover {
	background-position: bottom right;
}
a.navstore-prodslide-left {
	position: absolute;
	bottom: 29px;
	left: 15px;
	width: 17px;
	height: 20px;
	background: url(../images/interface/slider-arrows.png) no-repeat top left;
}
a.navstore-prodslide-right {
	position: absolute;
	bottom: 29px;
	right: 15px;
	width: 17px;
	height: 20px;
	background: url(../images/interface/slider-arrows.png) no-repeat top right;
}
a.navstore-prodslide-left:hover {
	background-position: bottom left;
}
a.navstore-prodslide-right:hover {
	background-position: bottom right;
}

/*----------------- Grid Layout -----------------*/
.navstore-product-wrapper-front {
	width: 100%;
}
.navstore-product-cat-panel {
	display: none;
	width: 100%;
	height: 100%;
}
.navstore-product-cat-panel.active {
	display: block;
}
.navstore-list-item {
	float: left;
	width: 164px;
	min-height: 310px;
	margin-bottom: 14px;
	margin-right: 12px;
}
.navstore-list-image {
	position: relative;
	width: 164px;
	height: 190px;
	float: left;
	text-align: center;
	line-height: 190px;
	border: 1px solid #dadada;
	margin-bottom: 4px;
}

.navstore-list-item-title {
	font-size: 13px;
	text-transform: uppercase;
	clear: left;
	float: left;
}
.strike {
	text-decoration: line-through;
}

.navstore-list-item-price-span {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 7px;
}
.navstore-list-item-saleprice-span {
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.navstore-list-item-strikeprice-span {
    float: left;
    font-size: 14px;
    font-weight: bold;
	text-decoration: line-through;
}
.navstore-list-item-price {
}
.navstore-list-item-cntry {
	font-size: 60%;
}

.navstore-list-item-fb {
	float: left;
	clear: both;
	/*margin-top: 7px;*/
	width: 100%;
}
.navstore-list-item-pic {
}
.navstore-list-item-pic-bkg {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.navstore-list-item-pic-flag {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9999;
}

/*------------------- List Layout ----------------------*/
#navstore-table-front {
	clear: both;
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Helvetica, sans-serif;
}
#navstore-table-front td{
	text-align: center;
	padding: 5px;
}
.navstore-table-col1{
	width: 50px;
}
.navstore-table-col2{
	width: 50px;
}
.navstore-table-col3{
	width: 50px;
}
.navstore-table-col4{
	width: 50px;
}
.navstore-table-col5{
	width: 50px;
}
.navstore-table-col6{
	width: 50px;
}
.navstore-table-colaction{
	width: 50px;
}
.navstore-table-bg-01 {
	background: #aaa;
}
.navstore-table-bg-01 td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
}
.navstore-table-bg-02 {
}
.navstore-table-bg-02 td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
}
.navstore-view-details {
	display: block;
	width: 121px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/interface/view-details.png) no-repeat top left;
	margin-left: 7px;
}
.navstore-view-details:hover {
	background-position: bottom left;
}

/*------------------- Details Page ---------------------*/
#navstore-prod-images {
	float: left;
	width: 370px;
	position: relative;
	min-height: 546px;
}
.rollover {
	position: relative;
	left: 0px;
	font-size: 11px;
	clear: both;
}
.navstore-detail-item-fb {
	position: relative;
	width: 300px;
	margin-top: 30px;
	left: 0px;
	clear: both;
}

.navstore-prod-fb {
	position: absolute;
	width: 370px;
	bottom: 0px;
	left: 0px;
}

/* DETAIL PAGE ZOOM */

#navstore-prod-mainpic {
	position: relative;
	/*width: 240px;*/
	padding: 0px 6px 0px 0px;
	/*height: 350px;*/
}
#navstore-prod-mainpic .expand {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 26px;
	height: 23px;
	background: url(../../images/expand.gif) no-repeat 4px 4px #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-indent: -9999px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 0px 0px 4px;
	border-radius: 0px 0px 0px 4px;
	z-index: 999;
}
#navstore-mainpicDiv {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
#navstore-prod-mainpic .expand:hover {
	background-position: 4px -20px;
}
#navstore-prod-mainpic-img {
}
.navstore-prod-thms {
	list-style: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 54px;
	padding: 0;
	margin: 0;
}
.navstore-prod-thms li {
	margin: 0;
	padding: 0;
	float: left;
	width: 52px;
	height: 60px;
	margin-bottom: 9px;
}
.navstore-prod-thms li img {
	border: 1px solid #ccc;
}

/* ELEMENTS */

#navstore-prod-details {
	float: right;
	width: 410px;
}
#navstore-prod-details h1 {
	text-shadow: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
}
#navstore-prod-details .navstore-prod-code {
	text-shadow: none;
	float: left;
	margin: 0;
	padding: 6px 0px 7px 0px;
	font-size: 13px;
	color: #555;
	font-weight: normal;
}
#navstore-prod-details .navstore-prod-price-span {
    clear: both;
    color: #F05525;
    float: left;
    font-size: 22px;
}
#navstore-prod-details .navstore-prod-noprice-span {
	font-size: 22px;
	clear: both;
	float: left;
	padding: 0px 9px 0px 0px;
	color: #888;
	text-decoration: line-through;
}
#navstore-prod-details .navstore-prod-saleprice-span {
	font-size: 22px;
	letter-spacing: -1px;
	float: left;
	color: #f05525;
}
#navstore-prod-details .navstore-prod-price-span .navstore-prod-price-symbol {
	float: left;
	padding-right: 2px;
}
#navstore-prod-details .navstore-prod-price-span .navstore-prod-price-label{
	float: left;
}
#navstore-prod-details .navstore-prod-price-span .navstore-prod-price-cntry {
	float: left;
	padding-left: 5px;
	font-size: 60%;
}
.navstore-prod-specs {
    margin-top: 10px;
}
.navstore-prod-specs-title {
    font-size: 125%;
    font-weight: bold;
}
.navstore-prod-specs p {
    margin: 5px 0px 0px 0px;
}

.navstore-details-nav {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 22px 0px 0px 0px;
	height: 22px;
}
.navstore-details-nav li {
	float: left;
	margin: 0;
	padding: 0;
}
.navstore-details-nav li a {
	padding: 5px 9px 5px 9px;
	background-color: none;
	margin-right: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.navstore-details-nav li.ui-tabs-selected a {
	background-color: #222;
	color: #fff;
}

#navstore-prod-descr {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #555;
	margin-top: 20px;
}
#navstore-prod-fees {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #555;
	margin-top: 20px;
}
#navstore-prod-policies {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #555;
	margin-top: 20px;
}
.ui-tabs-hide {
	display: none;
}

#navstore-prod-sizes,
#navstore-prod-styles,
#navstore-prod-colors {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 13px;
}
#navstore-prod-sizes ul,
#navstore-prod-styles ul,
#navstore-prod-colors ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 7px 0px 0px 0px;
}
#navstore-prod-sizes ul li,
#navstore-prod-styles ul li,
#navstore-prod-colors ul li {
	float: left;
	margin-right: 4px;
}
#navstore-prod-sizes ul li a,
#navstore-prod-styles ul li a,
#navstore-prod-colors ul li a {
	padding: 3px 5px 3px 5px;
	background-color: none;
}
#navstore-prod-sizes ul li.selected a,
#navstore-prod-styles ul li.selected a,
#navstore-prod-colors ul li.selected a {
	color: #fff;
	background-color: #222;
}
#navstore-prod-sizes ul li.size-guide a,
#navstore-prod-colors ul li.size-guide a {
	font-size: 11px;
	text-decoration: underline;
	background-color: #fff;
}
#navstore-prod-colors .ns_product_colorsamples {
	display: inline-block;
	margin-left: 1px;
	width: 20px;
	border: #222 solid 1px;
}
.navstore-prod-hiddenimgs {
	display: none;
}

#navstore-prod-qty-box {
	float: left;
	width: 100%;
	font-size: 13px;
}
#navstore-prod-qty-box span {
	float: left;
	width: 100%;
}
#navstore-prod-qty-box select {
	float: left;
	margin-top: 7px;
	border: 1px solid #ccc;
	width: 40px;
	padding: 1px;
}
#navstore-prod-qty {
	float: left;
	margin-top: 7px;
	border: 1px solid #ccc;
	width: 60px;
	padding: 1px;
}
.navstore-prod-addbtn {
	width: 135px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background: url(../../images/add-to-cart.png) no-repeat top left;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}
.navstore-prod-addbtn:hover {
	background-position: bottom left;
}
.navstore-prod-nocart-addbtn {
	width: 135px;
	height: 28px;
	float: left;
	clear: both;
	text-indent: -9999px;
	background: url(../../images/paypal-buynow.png) no-repeat top left;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}
.navstore-prod-nocart-addbtn:hover {
	background-position: bottom left;
}
.navstore-prod-paypal-btn {
	float: left;
	clear: both;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}
#navstore-prod-addindicator {
	float: left;
	margin-top: 24px;
	margin-left: 10px;
	display: none;
}
#products {
	float: left;
	width: 100%;
	clear: both;
}
#navstore-readmore {
	clear: both;
	float: right;
}
#navstore-popup {
    clear: both;
	z-index: 999;
}
.navstore-popup-link {
  	display: none;
}
.navstore-popup-link a {
	clear: both;
	float: left;
	font-size: 12px;
	width: 205px;
	height: 37px;
	background: url(../../../../themes/nav-starter-3.0/images/interface/btn_complete.png) no-repeat top left;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 20px;
}
.navstore-popup-link a:hover {
	background-position: bottom left;
}
.navstore-popup-hfield {
	display: none;
}

#TB_window {
    z-index: 9999;
}
#TB_ajaxContent img {
    max-width: 550px !important;
    max-height: 600px !important;
}

/*---------------------- Cart Page ------------------------*/
table.navstore-cart {
    width: 100%;
	float: left;
	font-size: 12px;
}

table.navstore-cart .navstore-cart-header th {
    background: none repeat scroll 0 0 #222;
    color: white;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
}

table.navstore-cart .navstore-cart-row td,
table.navstore-cart .navstore-cart-row th {
    padding: 10px 3px 10px;
    vertical-align: top;
}

table.navstore-cart .navstore-cart-quantity {
	width: 30px;
	height: 20px;
	padding: 3px;
}

table.navstore-cart .navstore-cart-row-imagebox {
    background-position: right top;
    background-repeat: no-repeat;
	border: 1px solid #ccc;
	padding: 1px;
}
table.navstore-cart .navstore-cart-row-imagebox a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

table.navstore-cart .navstore-cart-row-qty,
.cart-related-item .qty {
    width: 15px;
	height: 15px;
}

table.navstore-cart .submit {
	padding: 5px 12px 6px 12px;
	font-size: 13px;
	margin-left: 4px;
}

.navstore-cart-noitems {
	display: none;
}

#ad-spot {
	float: left;
	width: 550px;
	height: 320px;
	margin-top: 20px;
}

#navstore-cart-discount {
	float: right;
	width: 338px;
	padding: 16px 16px 0px 16px;
	margin-top: 0px;
}

#navstore-cart-discount ul {
	float: left;
	width: 100%;
	list-style: none;
}

#navstore-cart-discount ul li {
	float: left;
	width: 30%;
	text-align: center;
}

#navstore-cart-discount ul li span {
	font-size: 19px;
	margin-top: 14px;
	float: left;
	width: 100%;
	text-align: center;
	letter-spacing: -1px;
	color: #f05525;
	font-weight: bold;
}

#navstore-cart-discount ul li input {
	width: 80px;
	margin-top: 4px;
}

#navstore-cart-discount p {
	float: left;
	width: 286px;
	margin-top: -12px;
	padding: 0px 26px 0px 26px;
	font-size: 10px;
	color: #878787;
	line-height: 15px;
}

#navstore-cart-discount div {
	float: left;
	text-align: center;
	width: 300px;
	margin-left: 26px;
	font-size: 12px;
}

#navstore-cart-discount div p {
	padding: 7px 0px 0px 7px;
	margin: 0px;
	font-size: 12px;
}

#navstore-cart-buttons {
	float: left;
}

#navstore-cart-continuebtn {
	width: 167px;
	height: 28px;
	display: block;
	float: right;
	margin-top: 22px;
	background: url(../../images/continue-shopping.png) no-repeat top left #fff;
	text-indent: -9999px;
}

#navstore-cart-continuebtn:hover {
	background-position: bottom left;
}

#navstore-cart-checkoutbtn {
	width: 109px;
	height: 28px;
	display: block;
	float: right;
	margin-left: 9px;
	margin-right: 28px;
	margin-top: 22px;
	background: url(../../images/checkout.png) no-repeat top left #fff;
	text-indent: -9999px;
}

#navstore-cart-checkoutbtn:hover {
	background-position: bottom left;
}

#navstore-cart-total {
	float: left;
}

/*-------------------- Checkout Page ----------------------*/

#navstore-state-txt, #navstore-ship-state-txt {
     display: none;
}

#navstore-cout-form {
	float: left;
	width: 100% !important;
	margin: 0px !important;
}
#navstore-cout-billing {
	width: 490px;
	float: left;
	background: none;
	position: relative;
	padding: 22px 15px 10px 15px;
	border-bottom: 1px solid #ccc;
}
#navstore-cout-billing p {
	margin-top: 12px;
}
#navstore-cout-billing h1 {
	float: left;
	width: 514px;
	padding: 4px 0px 4px 6px;
	top: 0px;
	left: 0px;
	margin: 0;
	font-size: 16px;
}
.product-wrapper-front h2 {
	font-size: 15px;
}
#navstore-cout-billing .fields {
    float: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 16px;
	margin-top: 12px;
}
#navstore-cout-billing .fields h2 {
    padding-bottom: 18px;
}
#navstore-cout-billing .last {
	border: none;
}
#navstore-cout-billing .fields p {
    display: inline;
    float: left;
    margin-bottom: 15px;
    padding: 0;
}
#navstore-cout-billing .fields p label {
    display: block;
    margin-bottom: 5px;
}
#navstore-cout-coupons {
	width: 340px;
	float: right;
	margin: 22px 0px;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #888;
}
#navstore-cout-couponmsg {
	clear: both !important;
	font-size: 9pt !important;
	color: #ff0000 !important;
	display: none;
}
#navstore-cout-shipmethods {
	width: 340px;
	float: right;
	margin-top: 22px;
	margin: 0;
	padding: 0;
}
#navstore-cout-shipping {
	float: left;
	width: 490px;
	/*margin-top: 15px;*/
	/*padding: 0px 15px 15px 15px;*/
}
.navstore-cout-shipmeth-row {
	width: 237px;
	padding: 20px 20px 20px 80px;
	float: left;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 43px;
	position: relative;
	background: none;
}
#navstore-cout-submit-box {
	text-align: right;
}
.navstore-cout-shipmeth-row label {
	font-size: 22px;
	font-weight: bold;
}
.navstore-cout-shipmeth-row p {
	font-size: 14px;
	margin: 7px 0px 0px 28px;
}
.navstore-cout-prod-row img {
}
#navstore-cout-merchandise {
	float: right;
	width: 340px;
	margin-left: 30px;
	padding: 0;
}
#navstore-cout-payment-seals {
	float: left;
	margin-top: 10px;
}
.navstore-currency-cntry {
	font-size: 60%;
}
.badge {
	width: 69px;
	height: 44px;
	background: url(../../images/badge.png) no-repeat top left;
	display: block;
	position: absolute;
	top: 7px;
	left: 8px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding-top: 25px;
}
.zero {
	font-size: 30px;
}
.next-step {
	float: right;
	background: #222;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 6px 13px 6px 13px;
	margin-top: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#nav-store-list-prods {
	width: 340px;
	margin: 0;
	padding: 0px;
	float: right;
}
#nav-store-list-prods h2 {
	margin: 0px;
	padding-top: 6px;
}
#nav-store-list-prods ul {
	width: 340px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#nav-store-list-prods ul li {
	width: 241px;
	border-bottom: 1px dotted #8d8d8d;
	margin-bottom: 2px;
	padding: 14px 14px 14px 85px;
	float: left;
	position: relative;
}
#nav-store-list-prods ul li img {
	border: 1px solid #ccc;
	position: absolute;
	top: 14px;
	left: 14px;
}
#nav-store-list-prods ul li h4 {
	padding: 0;
	margin: -2px 0px 2px 0px;
	font-size: 13px;
	text-transform: uppercase;
}
#nav-store-list-prods ul li span {
	font-size: 11px;
	color: #b0b0b0;
}
#nav-store-list-prods ul li p {
	font-size: 11px;
	color: #333;
}
#nav-store-list-prods ul li.navstore-cout-pricing {
	width: 312px;
	min-height: 20px;
	border-bottom: 1px dotted #8d8d8d;
	background: none;
	margin-bottom: 2px;
	padding: 14px 14px 14px 14px;
	float: left;
	position: relative;
	overflow: hidden;
}
#nav-store-list-prods ul li.navstore-cout-pricing span {
	color: #000;
	font-size: 14px;
}
#navstore-cout-apply-coupon {
    background: none repeat scroll 0 0 #5F5F5F;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #000;
    cursor: pointer;
    padding: 5px 12px 6px 12px;
	margin-left: 4px;
}

#navstore-cout-wait {
	display: none;
}

/*------------------------ Miscellany -------------------------*/
#sizeguide {
	display: none;
}
.red {
    color: #F00 !important;
}
.hidden {
	display: none;
}
.clearfix {
	clear: both;
}
