/*

Muscle & Strength Store Stylesheet

- Global styles
- Layout
- Typography
- Aligners
- Clearing
- Default Links
- Header Styles
- Navigation & Sub-Navigation
- Right Sidebar
- Clearers
- Footer
- Homepage
- Messages
- Category pages
- Catalog
   Product pages
   Product descriptions
   Stacks
   Category pages
- Nutritonal Info
- Cart
- Checkout
- CMS
- User Account
- Tracking Popup
- Top Sellers
- Print

*/


/*-------------------------*/
/*----- Global Styles -----*/
/*-------------------------*/

*{ /* Reset all margins and padding to 0 to prevent broswers using their own stylesheets */
	margin:0;
	padding:0;
}

button::-moz-focus-inner { border: 0; padding: 0; }

/* Incase the above statement did not work */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, address, code, form, fieldset, legend, a, div, img, button  {
	margin:0;
	padding:0;
	border:0;
}

body {
	background: #000 url('../images/v3/bg.png') repeat-x;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color:#252525;
}

.display-block {
	display: block;
}

/*-------------------------*/
/*-------- Layout ---------*/
/*-------------------------*/

#container {
	margin:0;
	padding:0;
	background-position: center;
}

.body-wrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
}

#body {
  margin: 0px auto;
  padding: 12px;
  width: 976px;
  background-color: #fff;
}

#main {
  float: left;
  width: 664px;
  margin:0;
  padding: 0; 
}

#right {
  float: right;
  width: 300px;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#twocol-main {
  float: left;
  width: 764px;
  margin:0 0 0 12px;
  padding: 0; 
  background-color: #fff;
}

#twocol-left {
  float: left;
  width: 180px;
  margin: 0;
  padding: 45px 10px 10px 10px;
  background: #dedede url(../images/v3/menuhead.png) no-repeat;
}

#onecol {
	
}

#footer-wrapper {
  background: #0060ab url('../images/footer-bkg.png') repeat-x 0 0;
  min-height: 56px;
  clear: both;
  width: 1000px;
  margin: 0px auto 0px auto;
}

.sitewideBanner {
	width: 1000px;
	margin: 0px auto 0px auto !important;
	padding:0 !important;
}

.sitewideBanner a {
	display: block;
	width: 1000px;
	height: 27px;
	background-image: url(/store/images/199ship.jpg);
	background-repeat: no-repeat;
}

/*-------------------------*/
/*------ Typography -------*/
/*-------------------------*/

h1, h2, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #252525;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 15px;
  margin-bottom: 10px;
}


h3 {
  font-size: 13px;
  margin-bottom: 10px;
  border:0;
}

h4, h5, h6 {
  font-size: 12px;
  margin-bottom: 10px;
}

p {
  font-size: 12px;
  font-weight: normal;
  line-height: 150%;
  margin: 0 0 10px 0;
  padding:0;
}

h1.productheader, h1.lightblue { /* Main header style for all category and product pages */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 150%;
	line-height: 180%;
	color:#fff;
	background: #0061aa;
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
}


p, address, code, pre, dd, dt, th, td {
	font-size: 12px; 
	line-height: 150%;
	}
	
dd p, dd ol, dd ul, td p, td ol, td ul {
	font-size:inherit;
	}

fieldset ul, fieldset ol, form ul, form ol {
	list-style-type: none !important;
	}
	
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
	}
	
blockquote, q {
	quotes:"" ""; margin:0 2em;
	}

caption, th, td {
	text-align:left;
	font-weight:normal; }
	
big {
	font-size:1.1em; 
	}
	
small {
	font-size:0.9em;
	}

.smaller-font, .font-small {
	font-size: 11px !important;
}

.smallest-font, .font-smallest {
	font-size: 10px !important;
} 

.green-text {
	color: #008000;
}

/*-------------------------*/
/*------- Aligners --------*/
/*-------------------------*/

.abottom {
	vertical-align: bottom;
}

.vtop {
	vertical-align:top;
	}

.atop {
	vertical-align:top;
	}
	
.vmiddle {
	vertical-align:middle;
	}
	
.vbottom {
	vertical-align:bottom;
	}
	
.vbaseline {
	vertical-align:baseline;
	}
	
.aleft { 
	text-align:left;
	}
	
.acenter {
	text-align:center;
	}
	
.aright {
	text-align:right;
	}
	
.ajustify {
	text-align:justify;
	}

.float-left {
	float:left;
}
	
.float-right {
	float:right;
}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}

table.tcenter { /* Centering tables within articles */
	margin: 0px auto 10px auto;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

/*-------------------------*/
/*------- Clearing --------*/
/*-------------------------*/
	
.clearing:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	visibility:hidden;
	overflow:hidden;
	}

.clear-both {
	clear:both;
	}
	
.clear-left {
	clear:left;
	}
	
.clear-right {
	clear:right;
	}

/* Old clearing styles - depreciated */
	
.clear {
	clear:both;
	}
	
.lclear {
	clear:left;
	}
	
.rclear {
	clear:right;
	}

/*-------------------------*/
/*----- Default Links -----*/
/*-------------------------*/

a {
  color: #0060aa;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link,
a:visited {
  color: #0060aa;
}  

a:hover,
a:active {
  text-decoration: underline;
}


/*-------------------------*/
/*-------- Header ---------*/
/*-------------------------*/

#header-wrapper {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

.header {
	width: 1000px;	
	height: 125px;
	background: url(../images/v3/header-background.png) no-repeat;
}

.header .logo {
	float: left;
}

.header .logo img {
	margin: 45px 0px 0px 35px;
	border: 0;
}

.header .top-links {
	margin:0;
	padding: 0;
	float: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 28px;
}

.header .top-links ul {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
}

.header .top-links ul li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}

.header .top-links ul li a {
	margin: 0;
	color: #eee;
	text-decoration: none;
	padding: 6px 7px 6px 7px;
}

.header .top-links ul li a:hover {
	color: #f89828;
	text-decoration: none;
	background-color: #0063ad;
}

.header .top-links ul li.last a {
	padding-right: 12px;
}

.header .social-links {
	float: right;
	clear: right;
	margin: 13px 10px 0 0;
}

.header .social-links ul {
	margin: 0; padding: 0;
	width: 100%;
	list-style: none;
}	

.header .social-links ul li {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
}

.header .social-links ul li.last {
	padding-right: 0px;
}

.header .social-links ul li img {
	vertical-align: middle;
	padding-bottom: 2px;
}

.header .social-links ul li a {
	color: #fff;
	text-decoration: none;	
}

.header .social-links ul li a:hover {
	text-decoration: underline;	
}

.header .search {
	float: right;
	clear: right;
	padding:0;
	margin: 10px 10px 0 0;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
}

.header .search input.search-box {
	margin: 0;
	padding: 2px 0 2px 23px;
	border: 1px solid #f89828;
	width: 300px;
	height: 20px;
	background: #fff url(../images/v3/search_bg.png) no-repeat 1px 1px;
}

.header .search button {
	cursor: pointer;
	padding:0;
	margin:0;
	border:0;
	width:78px;
	overflow:visible;
	background-color:transparent !important;

}

.header .search img {
	vertical-align: middle;
	margin:0 0 1px 0;
	padding:0;
	border:0;
}

/*-------------------------*/
/*------ Navigation -------*/
/*-------------------------*/

.nav-wrapper {
	width: 1000px;
	height: 35px;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	height: 35px;
	list-style: none;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}

ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 35px;
}

ul#topnav a.home {
	background: url(../images/v3/home-1.png) no-repeat;
	width: 59px;
	cursor: pointer;
}

ul#topnav a.home:hover {
	background: url(../images/v3/home-2.png) no-repeat;
	width: 59px;
	cursor: pointer;
}

ul#topnav a.store {
	background: url(../images/v3/store-2.png) no-repeat;
	width: 65px;
	cursor: pointer;
}

ul#topnav a.store:hover {
	background: url(../images/v3/store-2.png) no-repeat;
	width: 65px;
	cursor: pointer;
}

ul#topnav a.community {
	background: url(../images/v3/community-1.png) no-repeat;
	width: 109px;
	cursor: pointer;
}

ul#topnav a.community:hover {
	background: url(../images/v3/community-2.png) no-repeat;
	width: 109px;
	cursor: pointer;
}

ul#topnav a.articles {
	background: url(../images/v3/articles-1.png) no-repeat;
	width: 89px;
	cursor: pointer;
}

ul#topnav a.articles:hover {
	background: url(../images/v3/articles-2.png) no-repeat;
	width: 89px;
	cursor: pointer;
}

ul#topnav a.videos {
	background: url(../images/v3/videos-1.png) no-repeat;
	width: 74px;
	cursor: pointer;
}

ul#topnav a.videos:hover {
	background: url(../images/v3/videos-2.png) no-repeat;
	width: 74px;
	cursor: pointer;
}

ul#topnav a.workouts {
	background: url(../images/v3/workouts-1.png) no-repeat;
	width: 102px;
	cursor: pointer;
}

ul#topnav a.workouts:hover {
	background: url(../images/v3/workouts-2.png) no-repeat;
	width: 102px;
	cursor: pointer;
}

ul#topnav a.supplements {
	background: url(../images/v3/supplements-1.png) no-repeat;
	width: 124px;
	cursor: pointer;
}

ul#topnav a.supplements:hover {
	background: url(../images/v3/supplements-2.png) no-repeat;
	width: 124px;
	cursor: pointer;
}

ul#topnav a.nutrition {
	background: url(../images/v3/nutrition-1.png) no-repeat;
	width: 103px;
	cursor: pointer;
}

ul#topnav a.nutrition:hover {
	background: url(../images/v3/nutrition-2.png) no-repeat;
	width: 103px;
	cursor: pointer;
}

ul#topnav a.podcast {
	background: url(../images/v3/podcast-1.png) no-repeat;
	width: 86px;
	cursor: pointer;
}

ul#topnav a.podcast:hover {
	background: url(../images/v3/podcast-2.png) no-repeat;
	width: 86px;
	cursor: pointer;
}

ul#topnav a.competition {
	background: url(../images/v3/competition-1.png) no-repeat;
	width: 122px;
	cursor: pointer;
}

ul#topnav a.competition:hover {
	background: url(../images/v3/competition-2.png) no-repeat;
	width: 122px;
	cursor: pointer;
}

ul#topnav a.tools {
	background: url(../images/v3/tools-1.png) no-repeat;
	width: 67px;
	cursor: pointer;
}

ul#topnav a.tools:hover {
	background: url(../images/v3/tools-2.png) no-repeat;
	width: 67px;
	cursor: pointer;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 35px; left: 0;
	z-index: 99999;
	background: #efefef url(../images/v3/arrow-down.png) no-repeat;
	padding: 15px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	border: 1px solid #ccc;
	border-top:0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

ul#topnav li .store-sub {
	background-position: 25px 0px;
	width: 540px;
}

ul#topnav li .community-sub {
	background-position: 45px 0px;
	width: 360px;
}

ul#topnav li .articles-sub {
	background-position: 40px 0px;
	width: 360px;
}

ul#topnav li .videos-sub {
	background-position: 30px 0px;
	width: 360px;
}

ul#topnav li .workouts-sub {
	background-position: 45px 0px;
	width: 360px;
}

ul#topnav li .supplements-sub {
	top: 35px; left: -210px;
	background-position: 265px 0px;
	width: 540px;
}

ul#topnav li .nutrition-sub {
	top: 35px; left: -130px;
	background-position: 180px 0px;
	width: 360px;
}

ul#topnav li .competition-sub {
	top: 35px; left: -275px;
	background-position: 330px 0px;
	width: 360px;
}

ul#topnav li .tools-sub {
	top: 35px; left: -145px;
	background-position: 175px 0px;
	width: 180px;
}

ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 170px;
	float: left;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

ul#topnav li .sub ul.first {
	border: 0;
	padding:0;
}

ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 12px;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #252525;
	font-weight: bold;
}

ul#topnav .sub ul li h2 a:hover {
	background-image: none;
	background-color: #eee;
	color: #252525;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../images/v3/navlist_arrow.png) no-repeat 5px 15px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
}
ul#topnav .sub ul li a:hover {
	color: #f89828;
	background: url(../images/v3/navlist_arrow_hover.png) no-repeat 5px 15px;
	background-position: 5px 15px ;/*--Override background position--*/
	background-color: #ddd;
}

.sub-navigation {
	width: 1000px;
	margin: 0;
	padding: 0;
	height: 29px;
	background-color: #dedede;
	font-size: 11px;
}

.sub-navigation .store-links {
	width: 680px;
	float: left;
	margin:0;
	padding: 0 0px 0 8px;
	line-height: 29px;
	color: #252525;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.sub-navigation .store-links ul {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
}

.sub-navigation .store-links ul li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}

.sub-navigation .store-links ul li a {
	margin: 0 4px 0 0;
	color: #252525;
	text-decoration: none;
}

.sub-navigation .store-links ul li a:hover {
	text-decoration: underline;
}

.sub-navigation .store-links .deal-link {
	color: #252525;
	text-transform: ;
	text-decoration: underline;
}

.sub-navigation .store-links .deal-link:hover {
	text-decoration: underline;
}

.sub-navigation .share-links {
	float: right;
}

/* Vertical Navigation Menu */

#twocol-left .vertical-menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
	float: left;
}

#twocol-left .vertical-menu ul li a {
	float: none;
	text-indent: 0;
	height: auto;
	background: url(../images/v3/hoz-menu-arrow.png) no-repeat 5px 12px;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #252525;
	border-bottom: 1px solid #ccc;
}
#twocol-left .vertical-menu ul li a:hover {
	color: #000;
	background: url(../images/v3/hoz-menu-arrow-hover.png) no-repeat 5px 12px;
	background-position: 5px 12px;
	background-color: #ccc;
}

/* Quick Jump Menu */

#twocol-left .quick-jump-menu {
	width: 160px;
	padding: 5px 10px 5px 10px;
	background: #d2d1d1;
	margin-bottom: 10px;
	clear: left;
}

#twocol-left .quick-jump-menu h3 {
	text-align: center;
}

#twocol-left .quick-jump-menu select {
	width: 160px;
	padding: 5px;
	line-height: 25px;
}

/*-------------------------*/
/*---- Right Sidebar ------*/
/*-------------------------*/

.top-sidebar-banner {
	text-align: center;
	margin-bottom: 10px;
}

.top-sidebar-banner img {
	display: block;
	margin: 0 auto 0 auto;
}

.openx-banner-wrapper {
	margin-bottom: 10px;
}

.openx-banner-wrapper img {
	display: block;
}

.checkout-newsletter-signup {
  font-size: 11px;
}

/*-------------------------*/
/*------ Clearers ---------*/
/*-------------------------*/


.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: "."; 
  display: block;
  font-size: 0;
  height: 0; 
  visibility: hidden;
}

.clearfix:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}

.clearfix {
  display:inline-block;
}
/* Hide from IE Mac \*/

.clearfix {
  display:block;
}

/*-------------------------*/
/*-------- Footer ---------*/
/*-------------------------*/

#footer {
  display: block;
  font-size: 12px;
  margin: auto auto;
  overflow: hidden;
  padding: 0;
  padding-top: 10px;
  text-align: center;
  width: 1000px;
  color: #fff;
}

#footer a {
	color: #fff;
}

#footer table.table-outer {
	width: 1000px;
}	

#footer table.table-outer td.col-1 {
	vertical-align: top !important;
	text-align: left;
	width: 290px;
	padding-left: 10px;
	font-size: 12px;
}	

#footer table.table-outer td.col-1 .footersearch {
	border-bottom: 1px solid #01518d;
	margin: 0px 10px 10px 0px;
	padding-bottom: 10px;
}			

#footer table.table-outer td.col-1 .footersearch .search-box {
	width: 160px;
	padding: 2px 2px 2px 20px;
	border: 1px solid rgb(204, 204, 204);
	background-image: url(/store/images/search_bg.png) !important; background-repeat: no-repeat !important;
}
					
#footer table.table-outer td.col-1 .footersearch .submit-button {
	background: #008000;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #ccc;
}

#footer table.table-outer td.col-1 table.site-links td {
	color: #fff;
	vertical-align: top;
	font-size: 11px;
	line-height: 170%;
}

#footer table.table-outer td.col-2 {
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #01518d;
	border-right: 1px solid #01518d;
	vertical-align: top;
}	

#footer table.table-outer td.col-2 .form-wrapper {
	margin: 0px auto 10px;
	padding-bottom: 10px;					
}
					
#footer table.table-outer td.col-2 .form-wrapper .first_name, .form-wrapper .email_add, .form-wrapper .select_goal {
	width: 195px;
	border: 1px solid #ccc;
	padding: 2px;
}

#footer table.table-outer td.col-2 .form-wrapper table.newsletter-signup {
	margin: 0;
}

#footer table.table-outer td.col-2 .form-wrapper table.newsletter-signup td {
	padding: 5px;
	font-size: 12px;
}

#footer table.table-outer td.col-3 {
	width: 240px;
	vertical-align: top;
	padding-left: 10px;
}

#footer table.table-outer td.col-3 .company-address {
	margin: 0px 10px 10px 0px;
	padding-top: 10px;
	border-top: 1px solid rgb(1, 81, 141);
	width: 230px;
	font-size: 11px;
	line-height: 140%;
}

#footer .copyright-statement {
	margin: 0px;
	padding: 10px;
	font-size: 11px;
	text-align: center;
}

/*-------------------------*/
/*------- Homepage --------*/
/*-------------------------*/

.homepage-content-slider {
	width: 700px;
	height: 300px;
	float: left;
	margin: 0 0 12px 0;
	position: absolute;
	z-index: 0.1;
}

.homepage-product-finder {
	width: 264px;
	height: 300px;
	float: right;
	background: #eee url(../images/v3/productfinderbg.png) no-repeat;
	margin: 0 0 12px 12px;
}

.deals-and-coupons {
	padding-top: 5px;
}

.drop-downs {
	padding: 50px 0px 0px 15px;
}

.drop-downs select {
	width: 235px;
	padding: 5px;
	font-size: 120%;
	line-height: 25px;
}

.homepage-featured-deals {
	width: 976px;
	margin: 0 0 12px 0;
	clear: both;
	background: #fff url(../images/v3/featureddealsbg.png) no-repeat;
}

.homepage-featured-deals .inner {
	padding: 20px 10px 10px 10px;
	border: 1px solid #ccc;
	border-top: 0;
	clear: both;
}

.homepage-middle {
	width: 976px;
	height: 150px;
	float: left;
	margin-bottom: 12px;
}

.homepage-middle .left-banner {
	float: left;
}

.homepage-middle .right-banner {
	float: right;
}

.homepage-new-products {
	width: 317px;
	float: left;
	clear: both;
	background: #fff url(../images/v3/newproducts.png) no-repeat;
}

.homepage-top-sellers {
	width: 318px;
	margin-left: 12px;
	float: left;
	background: #fff url(../images/v3/topsellers.png) no-repeat;
}

.homepage-top-rated {
	width: 317px;
	float: right;
	background: #fff url(../images/v3/toprated.png) no-repeat;
}

.inner-box {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: 0;
	clear: both;
}

.homepage-top-five-lists {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.homepage-top-five-lists td {
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	height: 120px;
}

.homepage-top-five-lists td p.name {
	padding-top: 10px;
	margin-bottom: 3px;
	font-size: 12px;
}

.homepage-top-five-lists td p.tagline {
	margin-bottom: 3px;
	font-size: 12px;
}

.homepage-top-five-lists td p.more {
	font-size: 11px;
	margin-bottom: 0;
}

.homepage-top-five-lists td p.more a {
	text-decoration: none;
}

.homepage-top-five-lists td.col-1 {
	width: 70px;
	text-align: left;
	vertical-align: top;
}

.homepage-top-five-lists td.col-1 img {
	margin-top: 10px;
	display: block;
}

.homepage-top-five-lists td.col-2 {
	vertical-align: top;
}

.homepage-top-five-lists td.first {
	padding-top: 0;
}

.homepage-top-five-lists td.last {
	padding-bottom: 0;
	border-bottom: 0;
	height: 110px;
}

.view-all-link {
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	float: right;
	font-size: 11px;
	color: #fff;
	text-align: right;
}

.view-all-link a {
	color: #fff;
	text-decoration: none;
}

.view-more-link {
	padding: 8px;
	background-color: #dedede;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

.view-more-link a {
	color: #4e4e4e;
	text-decoration: none;
}

.view-more-link a:hover {
	text-decoration: none;
}

.weeklyDeals {
	width: 100%;
}

.weeklyDeals td {
	padding: 0 10px 0 10px;
	border-left: 1px solid #ccc;
	vertical-align: top;
	font-size: 11px;
}

.weeklyDeals td.first {
	padding: 0 10px 0 0;
	border: 0;
}

.weeklyDeals td .top {
	width: 305px;
	height: 115px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.weeklyDeals td .bottom {
	width: 305px;
	padding-top: 5px;
}

.weeklyDeals td .image {
	float: left;
}

.weeklyDeals td .title {
	margin-left: 80px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.weeklyDeals td .description {
	margin-left: 80px;
	margin-bottom: 5px;
}

.weeklyDeals td .price {
	margin-left: 80px;
}

.weeklyDeals td .price .retailPrice {
	color: #252525;
}

.weeklyDeals td .price .salePrice {
	font-weight: bold;
	color: #008000;
}

/*****************/
/* LEFT COL NAV  */
/*****************/

.navigation_box_v2 {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 15px 10px 15px 10px;
	text-align: center;
	background-color: #fff;
}

.navigation_box_v2 .form-submit1 {
	background-color: #0469b7;
	color: #fff;
	border: 1px outset #ccc;
	padding: 1px;
	padding-top: 2px;
}

.navigation_box_v2 p {
	text-align: center;
	font-size: 11px;
	margin-bottom: 0;
}

.navigation_box_v2 li {
	margin-bottom: 10px;
}
  
/*-------------------------*/
/*---- Content Area -------*/
/*-------------------------*/

img.imgright {
	float: right;
	margin: 0px 0px 10px 10px;
	}
	
img.imgright_bordered {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	border: 1px solid #ccc;
	}

img.bordered {
	padding: 2px;
	border: 1px solid #ccc;
	}

h2.bordered {
  border: 0;
  background-color: #0060aa;
  padding: 5px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
	
/* Force this formatting in product descriptions only */

.product-description {
	margin:0 !important;
	padding: 0 !important;
	}

.product-description h2, .product-description h3, .product-description h4 {
	margin-bottom: 10px !important;
	color: #252525;
}

.product-description h2.bordered {
  border: 0;
  background-color: #0060aa;
  padding: 6px;
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 10px;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.product-description p, .product-description ul, .product-description ol {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 150% !important;
	margin-bottom: 10px !important;;
	}

.product-description ul, .product-description ol {
	margin-left: 10px !important;
	padding-left: 10px !important;
	}

table.shippingtable {
	width: 100%;
	margin: 0px auto 10px auto;
	background: #d8d8d8;
	border-spacing: 1px;
	}
	
table.shippingtable td {
	padding: 5px;
	background-color: #fff;
	vertical-align: top;
	}
	
table.shippingtable td.middlecol {
	width: 200px !important;
	}

.stacks_padder {
	padding: 10px 0px 10px 0px;
	}

/*-------------------------*/
/*------- Messages --------*/
/*-------------------------*/

.notice {
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #FFFF00;
	font-size:12px;
	margin:0 0 8px 8px;
	padding:10px;
	text-align:center;
	width:636px;
	}
	
.notice a {
	text-decoration:underline;
	}

/*-------------------------*/
/*---- Category pages -----*/
/*-------------------------*/

.pager {
	background: #dee5e8;
	border-top: 1px solid #ccc;
	border-bottom:0;
	padding: 0px;
	margin-bottom:0 !important;
	vertical-align: middle;
	font-size: 11px;
	display:none;
	}
	
.sorter {
	background: #ddd; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	margin-top:0 !important;
	vertical-align: middle;
	font-size: 11px;
	padding: 5px;
	}

.sorter p {
	font-size: 11px;
	margin:0;
}	

.category-description ul, .category-description ol {
	margin-left: 15px !important;
	padding-left: 10px !important;
	margin-bottom: 10px !important;
	}

table.products-grid {
	width: 764px;
	margin: 5px 0 10px 0;
	background-color: #ccc;
	border-collapse: separate;
}

table.products-grid td {
	width: 33%;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	background-color: #fff;
}

table.products-grid td img {
	max-height: 130px;
	max-width: 150px;
}

table.products-grid td .price {
	color: #008000;
}

table.products-grid td h3.product-name {
	font-size: 12px;
}

table.products-grid td ul.add-to-links {
	display: none;
}

table.catitem {
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
	}
	
table.catitem td {
	padding: 0;
	}

table.catitem td h3.prod_title {
	margin-bottom: 0px !important;
	color: #252525;
	font-size: 13px;
	line-height: 13px;
	}

table.catitem td .price-box {
	margin-bottom: 10px;
	padding-top: 0px !important;
	}
		
table.catitem td .price-box .label {
	font-weight: bold;
	}

table.catitem td .price-box .price {
	color: #008000;
	font-size: 12px;
	font-weight: bold;
}
	
.catlink {
	color: #252525 !important;
	text-decoration: none !important;
	}
	
ol.subcat_list {
	margin-left: 15px;
	list-style: none !important;
	}
	
ol.subcat_list li {
	line-height: 14pt;
	background: url(../images/ui/bullet_add.png) left center no-repeat;
	padding-left: 16px;
	}
	
ol.products_viewed {
	margin-left: 15px;
	list-style: none !important;
	}
	
ol.products_viewed li {
	line-height: 14pt;
	background: url(../images/ui/bullet_add.png) left center no-repeat;
	padding-left: 16px;
	}
	
table.maincat_container {
	width: 100%;
	}
	
table.maincat_container td.lft {
	width: 50%;
	padding: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	vertical-align: top;
	}
	
table.maincat_container td.rgt {
	width: 50%;
	padding: 0;
	padding-left: 5px;
	padding-bottom: 10px;
	vertical-align: top;
	}
	
table.maincat_container table {
	border: 1px solid #ccc;
	width: 100%;
	height: 105px;
	}
	
table.maincat_container table td {
	vertical-align: top;
	padding: 2px;
	}
	
table.maincat_container table td h2 {
	margin-bottom: 10px !important;
	}
	
table.maincat_container table td h2 a {
	color: #00f !important;
	}
	
table.maincat_container table td h2 span {
	font-weight: normal; font-size: 8pt;
	}
	
table.manufacturer1 {
	width: 100%;
	}
	
table.manufacturer1 td {
	width: 33%;
	padding:0;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	}
	
table.manufacturer1 td.last {
	width: 33%;
	padding-right: 0px !important;
	}
	
div.manufacturer_box {
	padding: 10px;
	text-align: center;
	border: 1px solid #d8d8d8;
	height: 80px;
	}

/*---------------------------------*/
/*---- Catalog [Updated v1.5] -----*/
/*---------------------------------*/

/* Product Pages */
.product-view .product-essential h1 {
	font-size: 18px;
	line-height: 120%;
	margin: 0px 0px 8px 0px;
}

.product-view .product-essential .product-rating {
	float: right;
}

.product-view .product-essential .product-img-box {
	float:left; 
	width:160px;
	margin-right:10px;
	overflow:hidden;
}

.product-view .product-essential .product-img-box img {
	width: 160px;
}

.product-view .product-essential .product-name {
	margin-left: 170px;
	width: 410px;
}

.product-view .product-essential p {
	margin-bottom: 10px;
}

.product-view .product-essential p.tagline {
	font-weight: bold;
	font-size: 13px;
}

.product-view .product-essential .short-description {
	margin-left: 170px;
	width: 410px;
}

.product-view .product-essential .likethis-link {
	margin-left: 170px;
}

.product-view .product-essential .availability {
	margin-left: 170px;
}

.product-view .product-essential .out-of-stock {
	color: #f00;
	font-weight: bold;
}

.product-view .product-essential .out-of-stock span {
	color: #252525;
	font-weight: normal;
}

.product-view .product-essential .in-stock {
	display: none;
}

.product-view .product-essential .prodpage_coupon {
	background-image: url('/store/images/couponbg.jpg');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #fff;
	width: 444px;
	height: 94px;
	border: 2px dashed #ccc;
	margin: 0px 0px 15px 195px;
}

.product-view .product-essential .prodpage_coupon .textbox {
	padding: 37px 10px 5px 105px;
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
	font-family: verdana;
	color: #fff;
}

.product-view .product-essential .prodpage_coupon .find-more-coupons {
	padding: 0px 10px 0px 10px;
	text-align: right;
	font-size: 9px;
	line-height: 150%;
	font-family: verdana;
	color: #fff;
}

.product-view .product-essential .prodpage_coupon .find-more-coupons a {
	color: #fff;
	text-decoration: none;
}

.product-view .product-essential .data-table {
	width: 494px;
	margin-left: 170px;
	border-collapse: collapse;
}

.product-view .product-essential .data-table thead {
	background-color:#ddd;
	border: 1px solid #ccc;
}

.product-view .product-essential .data-table tbody {
	background-color:#fff;
	border: 1px solid #ccc;
	border-top:0;
}

.product-view .product-essential .data-table tfoot {
	background-color:#fff;
}

.product-view .product-essential .data-table th {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.product-view .product-essential .data-table th.choose-flavors {
	border-bottom: 1px solid #ccc;
}

.product-view .product-essential .data-table td {
	padding: 6px;
	font-size: 11px;
	border:0;
	border-bottom: 1px solid #ccc;
}

.product-view .product-essential .data-table td.retail-price {
	width: 50px;
	color: #808080;
	font-weight: bold;
	text-align: left;
}

.product-view .product-essential .data-table td.you-save {
	width: 40px;
	color: #008000;
	font-weight: bold;
	text-align: center;
}

.product-view .product-essential .data-table td.mns-price {
	width: 55px;
	color: #252525;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

.product-view .product-essential .data-table td.last {
	width: 15px;
}

.product-view .product-essential .data-table td.last input {
	width: 15px;
}

.product-view .product-essential .data-table td.last p.out-of-stock {
	margin:0;
	padding:0;
	font-size: 9px;
	line-height: 10px;
}

.product-view .product-essential .data-table table td.last {
	border-bottom: 0;
}

.product-view .product-essential .add-to-box, .product-view .product-essential .product-options-bottom {
	padding:0;
	margin-left: 170px;
	margin-bottom: 10px;
}

.product-view .product-essential .add-to-box .add-to-cart {
	float: right;
}

.product-options-bottom .add-to-cart {
	float: right;
	margin-bottom: 10px;
}

.product-view .product-essential .add-to-box .add-to-cart .button, .product-options-bottom .add-to-cart .button {
	border:0;
	padding:0;
	margin:0;
	background-color: #fff;
	width: 145px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .button {
        margin: -1px -3px;

    }
}

.product-view .product-essential .add-to-box .add-to-cart .button img {
	display: block;
}

.addthis_toolbox { margin:0;padding:0;height: 35px; }
.addthis_toolbox .addthis_button_tweet {width: 85px; }
.addthis_toolbox .addthis_button_google_plusone { width: 65px; }
.addthis_toolbox .addthis_button_facebook_like {}

.paypal-not-available {
	width: 360px;
	margin: 0 0 10px 170px;
	padding: 5px;
	float: right;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fbfafa;
	font-size: 11px;
	}

/* Product Description Areas */
.product-view .product-collateral {
	width: 664px !important;
}

.product-view .product-collateral p {
	margin-bottom: 10px;
}

.product-view .product-collateral h3 {
	font-size: 13px;
	margin-bottom: 10px;
}

.product-view .product-collateral ul, .product-view .product-collateral ol {
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Stacks Specific Styles  */

.product-options {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

/* Category Pages */

.category-title h1 {
	font-size: 150%;
	line-height: 180%;
	color:#fff;
	background: #0061aa;
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
	border: 0 !important;
}

.category-products .sorter {
	background: #dedede;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	vertical-align: middle;
	font-size: 11px;
	margin-bottom: 10px;
	}

.category-products .sorter p {
	font-size: 11px;
	margin:0;
}	

.category-products ul.products-grid {
	width: 761px;
	margin: 0;
	clear:both;
	border: 1px solid #ccc;
	border-top: 0;
	float: left;
}

.category-products ul.first {
	border-top: 1px solid #ccc;
}

.category-products ul.last {
	margin-bottom: 10px;
}

.category-products ul.products-grid li {
	float: left;
	width: 233px;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #ccc;
}

.category-products ul.products-grid li.first {
	
}

.category-products ul.products-grid li.last {
	border-right:0;
}

.category-products ul.products-grid li .ratings, .category-products ul.products-grid li .price-box {
	margin-bottom: 5px;
}

.category-products ul.products-grid li h2.product-name {
	font-size: 12px;
	margin-bottom: 5px;
}

.category-products ul.products-grid li h2.product-name a {
	color: #252525;
	text-decoration: none;
}

.category-products ul.products-grid li .price-box .price {
	color: #008000;
}

.category-products ul.products-grid li .price-box .price-label {
	font-weight: normal;
}

.category-products .toolbar-bottom {
	clear: both;
}

/*-------------------------*/
/*-------- Stacks ---------*/
/*-------------------------*/
	
.stacks-left-col {
	vertical-align: top;
	width: 100px;
	padding:0;
	padding-right: 10px;
}

h3.stacks-tagline {
	text-align: center;
	margin-bottom: 0;
}

table.stacks-product-info {
	background-color: #ccc;
	margin-bottom: 10px;
}

table.stacks-product-info td {
	padding: 10px;
	vertical-align: top;
	background-color: #fff;
}

table.stacks-product-info td.product-image, table.stacks-product-info td.product-image img {
	width: 100px;
}

/*-------------------------*/
/*------ Nutritional ------*/
/*-------------------------*/

.nutrition-info-wrapper {
	margin: 0;
	padding: 24px 0 0 0;
	background-color: #eee;
	background: #fff url(../images/v3/nutritionalinfo.png) no-repeat;
}

.nutrition-info-box {
	margin: 0;
	padding: 10px;
	border: 1px solid #aaa;
	border-top: 0;
	font-size: 10px;
}

.border {
	padding:2px;
	border:1px solid #333;
	margin-bottom:8px;
	}
	
.nutrition-info h3 {
	font-size: 12px;
	margin-bottom: 0;
	}

.nutrition-info-box h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	}

.nutrition-info-box p {
	font-size: 11px;
	}
	
#nutrinfo-selector select {
	width:100%;
	margin-bottom: 10px;
	}
	 
.nutrition-info-table .ingredients {
	text-align:left;
	font-size: 10px;
	}
	
.nutrition-info-table .amount {
	text-align:center;
	font-size: 10px;
	}
	
.nutrition-info-table .daily-value {
	text-align:center;
	font-size: 10px;
	}
	
.nutrition-info-ingredients {
	font-size: 11px !important;
	padding: 0;
	font-weight: normal;
	}

.serving {
	margin:0;
	padding:0;
	padding-bottom: 5px;
}
	
.nutrition-info-warning {
	font-size: 10px !important;
	padding: 0 0px 10px 0px;
	font-weight: normal;
	}
	
.nutrition-info-disclaimer {
	font-size: 10px !important;
	line-height: 10px;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0;
	}

.nutrition-info-table {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding:0;
 	border-collapse: collapse;
	text-align: left;
}
.nutrition-info-table th {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 8px;
	border-top: 5px solid #252525;
	border-bottom: 3px solid #252525;
}

.nutrition-info-table td {
	font-size: 11px;
	padding: 3px;
}

tr.thickline td {
	border-top:5px solid #252525;
	}
	
tr.thinline td {
	border-top:3px solid #252525;
	}
	
tr.hairline td {
	border-top:1px solid #000;
	padding: 3px;
	}
	
tr.noline td {
	border-top:none;
	}

.messages {
	padding:0 !important;
	margin:0 !important;
	margin-bottom: 0 !important;
}

.messages ul {
	padding-left:0 !important;
	margin-left:0 !important;
	list-style-position:inside;
}

.newbutton {
	cursor: pointer !important;
	cursor: hand !important;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
	background-color:#fff !important;
	width:auto;
	overflow:visible;
}

/*-------------------------*/
/*-------- Stacks ---------*/
/*-------------------------*/

table.stacks-product-detail {
	background-color: #ccc;
	margin-bottom: 10px;
}

table.stacks-product-detail td {
	padding: 10px;
	vertical-align: top;
	background-color: #fff;
}

/*-------------------------*/
/*--------- Cart ----------*/
/*-------------------------*/

h3.product-name {
	font-size: 12px !important;
	margin-bottom: 0;
	}

.item-options {
	padding-left: 10px;
}
	
h3.product-name a {
	color: #000 !important;
	text-decoration: none;
	}
	
table.cart_table {
	width: 100% !important;
	margin-bottom: 10px;
	margin-top: 10px;
	border:0 !important;
	background-color: #ccc;
	}
	
table.cart_table th {
	background-color: #ededed;
	font-size: 11px;
	}

table.cart_table td {
	background-color: #fff;
}
	
table.cart_table th, table.cart_table td {
	padding: 5px;
	}
	
table.cart_sub_table {
	width: 100%;
	margin-bottom: 20px;
	}
	
table.cart_sub_table td {
	padding: 0px;
	}

table.cart-coupons { /* Left hand side table - coupons */
	width: 100%;
	margin-top: 0px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
	
table.cart-coupons th {
	padding: 7px;
	background-color: #ededed;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
}

table.cart-coupons th.applied-coupons {
	border-top: 1px solid #ccc;
}

table.cart-coupons th h3 {
	font-size: 12px;
	margin: 0 0 3px 0;
}
	
table.cart-coupons td {
	padding: 10px;
	background-color: #fff;
}

table.applied-coupons {
	width: 100%;
	margin-top: 0px;
	border-collapse: collapse;
}

table.applied-coupons td {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 10px 0;
}

table.applied-coupons td.left-col {
	text-align: right;
}
	
table.shipping { /* Middle side table - shipping information */
	background-color: #ccc;
	width: 100%;
	}
	
table.shipping th {
	padding: 7px;
	background-color: #ededed;
	font-size: 10px;
	}

table.shipping th h3 {
	font-size: 12px;
	margin: 0 0 3px 0;
	}
	
table.shipping td {
	padding: 10px;
	background-color: #fff;
	}
	
table.totals { /* Right hand side table - order totals */
	width: 100%;
	margin-bottom: 10px;
	background-color: #ccc;
	}
	
table.totals td, table.totals th {
	padding: 5px;
	background: #fff;
	}

table.totals th.thehead {
	padding: 7px;
	background-color: #ededed;
	font-size: 10px;
	}

table.totals th.thehead h3 {
	margin: 0 0 3px 0;
}
	
table.crosssell {
	border: 1px solid #ccc;
	width: 100%;
	}
	
table.crosssell th {
	padding: 7px;
	background-color: #ddd;
	}
	
table.crosssell td {
	padding: 5px;
	}
	
dl.shipping-methods {
	margin: 0 !important;
	padding: 0 !important;
	}
	
dl.shipping-methods dd {
	margin: 0 !important;
	padding: 0 !important;
	}
	
.shipping-methods ul {
	margin-bottom: 0px !important;
	}

.shipping-methods li {
	font-size: 11px !important;
	}
	
	
/*-------------------------*/
/*------ CHECKOUT ---------*/
/*-------------------------*/

/* ----------- Very messy one page checkout styling (that works) -- please leave ------------ */
.step-title { margin:0;padding:0;}
.one-page-checkout {border: 1px solid #ccc; border-top:0;list-style-postition: inside;}
.one-page-checkout .head a { display:none !important; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999 !important; font-size:1.05em !important; margin-bottom: 0 !important; border-top: 1px solid #ccc !important; background: #eee; line-height: 21pt;padding-left: 5px;}
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4 !important; padding-bottom:2px !important; text-transform:uppercase !important; color:#cc3300 !important; margin-bottom: 10px;}
.one-page-checkout h4.title { border-bottom:0 !important; text-transform:none !important; }
.one-page-checkout .step-count { background:#fff !important; font-size:.9em !important; padding:0 4px !important; line-height:1em !important; }
.one-page-checkout .content { padding:10px 20px !important; }
.one-page-checkout label.label { font-size:1.05em !important; color:#2f2f2f !important; }
.one-page-checkout .allow .head { background:#d0dce1 !important; border-color:#a3aeb3 !important; border-width:1px 1px 0 1px !important; cursor:pointer !important; }
.one-page-checkout .active .head { margin-bottom:0 !important; border:1px solid #BBAFA0 !important; background:#F9F3E3 !important; padding-bottom:5px !important; cursor:default !important; }
.one-page-checkout .alloq .head a { display:block !important; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0 !important; border:0 !important; background:none !important; padding:0 !important; }
.one-page-checkout .allow h3 { color:#a4b3b9 !important; }
.one-page-checkout .active h3 { color:#fff !important; background: #0061aa; border-bottom:0 !important;}
.one-page-checkout .allow .step-count { background:#dbe6eb !important; }
.one-page-checkout .active .step-count { color:#fff !important; border:1px solid #f19900 !important; background:#F18200 !important; }
.one-page-checkout .active .box { display:block !important; border-color:#BBAFA0 !important;  background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; !important }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; !important }
.one-page-checkout-progress .page-head { margin-bottom:1em; !important }
.one-page-checkout-progress li { border:1px solid #A3AEB3 !important; background:#eee !important; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0 !important; color:#999 !important; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3 !important; background:#D0DCE1 !important; color:#5e8ab4 !important; }
.one-page-checkout-progress h4 a { text-transform:none; !important }
.one-page-checkout-progress .content { padding:8px 13px;  !important}
#opc-login .button-set { border-top:0 !important; }
#opc-review .box { border:0 !important; padding:0 !important; }
#opc-review .content { border:1px solid #d9dde3 !important; border-top:0 !important; }
#opc-review .data-table { border-top:0 !important; }
.opc-please-wait { padding-right:7px !important; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px !important; line-height:13px !important; }
.one-page-checkout .payment-methods dd { padding:0 !important; }
.one-page-checkout .button-set { margin-top:0 !important; padding-top:2em !important; }

/* Checkout Progress Bar */

.checkout-progress-wrapper {
	margin: 0;
	padding: 30px 0px 10px 0px;
	background: #fff url(../images/v3/checkoutprogress.png) no-repeat;
}

.checkout_progress {
	padding: 20px 10px 0px 10px;
	border: 1px solid #ccc;
	border-top:0;
}
.checkout_progress h4 {
	color:#999;
	font-size:10pt;
	margin-bottom: 10px;
	padding: 6px;
	border: 1px solid #ccc;
	background: #eee;
}

.checkout_progress h4.complete {
	color:#fff !important;
	background: #0061aa;
	border-bottom: 0px;
	margin-bottom: 0px !important;
}

.checkout_progress .complete_div {
	font-size: 10pt;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-top:0;
	padding: 10px;
	background-color: #fff;
}

.checkout_progress .reviewh4 {
	margin: 0 !important;
	border:0 !important;
	color:#999 !important;
}

#payment_form_merchantone_directpost {
	margin-right: 0 !important;
	padding-right:0 !important;
}

.tool-tip {
	position:absolute;
	z-index:100;
	clear: both;
	bottom: 170px !important;
	left: 100px !important;
	height: 235px;
	border: 5px solid #ccc;
}

/* Checkout CC Form */

select.customer-saved-cc-select {
	width: 200px;
}

input.saved-cc-checkbox {
	float: left;
	margin-right: 5px;
}
	/*
#checkout-payment-method-load dt {
	height: 60px;
	background: url(../images/paypal.jpg) 20px 20px no-repeat;
}

#checkout-payment-method-load dt.usaepay {
	background: url(../images/cc.jpg) 20px 20px no-repeat;
}

#checkout-payment-method-load dt.checkmo {
	background: url(../images/check.jpg) 20px 20px no-repeat;
}

#checkout-payment-method-load dt label {
	padding-top: 35px;
}	
	
}*/
/*-------------------------*/
/*--------- CMS -----------*/
/*-------------------------*/

.cms-content ul, .cms-content ol {
	margin-left: 10px !important;
	padding-left: 10px !important;
	margin-bottom: 10px !important;
	}

.cms-content h2, .cms-content h1 {
	margin-bottom: 10px;
}

table.deal-table {
	background-color: #ccc;
	width: 764px;
	margin-bottom: 10px;
}

table.deal-table td {
	padding: 10px;
	background-color: #fff;
	vertical-align: top;
}

table.deal-table td h1 {
	margin-bottom: 20px;
}

table.deal-table td h1.price {
	margin-bottom: 20px;
	font-size: 34px;
	color: #008000;
}

table.coupons-table {
	width: 100%;
	background-color: #ccc;
	margin-bottom: 10px;
}

table.coupons-table td {
	padding: 8px;
}

table.coupons-table td.col-2 {
	background-color: #fff;
	width: 65%;
}

table.coupons-table td.col-3 {
	background-color: #fff;
	width: 15%;
}

table.coupons-table td.col-4 {
	background-color: #fff;
	width: 20%;
	font-size: 13px;
	font-weight: bold;
}

table.coupons-table-new {
	width: 764px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.coupons-table-new td {
	padding: 10px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #ccc;
}

table.coupons-table-new td.coupon-image {
	border-right: 0;
	width: 70px;
}

table.coupons-table-new td.coupon-image img {
	width: 70px;
	display: block;
}

table.coupons-table-new td.coupon-desc {
	padding-left:0;
	border-left: 0;
	width: 302px;
}

table.coupons-table-new td.coupon-desc p {
	margin-bottom: 5px;
}

table.coupons-table-new td.coupon-desc .title {
	font-weight: bold;
}

table.coupons-table-new td.coupon-desc .price {
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}

table.coupons-table-new td.coupon-desc .price .salePrice {
	color: #008000;
	font-size: 12px;
}

table.sales-offers-table {
	width: 100%;
	background-color: #ccc;
	margin-bottom: 10px;
}

table.sales-offers-table th {
	color: #252525;
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
	padding: 5px;
}

table.sales-offers-table td {
	padding: 8px;
	vertical-align: top;
}

table.sales-offers-table td.col-1 {
	width: 60px;
	background-color: #fff;
}

table.sales-offers-table td.col-2 {
	width: 60px;
	background-color: #fff;
}

table.sales-offers-table td.col-2 img {
	width: 60px;
}

table.sales-offers-table td.col-3 {
	background-color: #fff;
}

table.sales-offers-table td.col-4 {
	width: 90px;
	background-color: #fff;
}

table.help-main-page {
	background-color: #ccc;
	border-collapse: separate;
	width: 100%;
}

table.help-main-page td {
	width: 50%;
	background-color: #fff;
	padding: 10px;
	vertical-align: top;
}

table.help-main-page td p {
	margin-bottom: 0;
}

div.quick-jump {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.tablehead {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0061aa;
	}

.tablesubhead {
	color: #252525;
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
	}

/*-------------------------*/
/*----- User Account ------*/
/*-------------------------*/

.new-box-header img {
	display: block;
}

.new-box {
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
}

.view_order_wrapper {
	border: 1px solid #ccc;
	padding: 10px;
	padding-bottom: 0;
	width: 618px;
	margin: 0px auto 0px auto;
}

.data-table {
	border: 0 !important;
	background-color: #ccc;
	margin-bottom: 10px;
}

.data-table th {
	padding: 5px;
	background-color: #e5e5e5;
}

.data-table td {
	padding: 5px;
}

.addressbook-table {
	background-color: #ccc;
	width: 100%;
}

.addressbook-table th {
	padding: 5px;
	background-color: #e5e5e5;
	font-weight: normal !important;
	font-size: 11px ;
}

.addressbook-table td {
	background-color: #fff;
	padding: 5px;
	font-size: 11px;
	vertical-align: top;
	width: 50%;
}

.span-1 { color:#999999; text-decoration:line-through; } 
.span-2 { color:#008000; }
.product-listing {
	padding: 4px 0;
	margin: 0;
}
.product-listing .title, .product-description .details {
	padding: 0;
	margin: 0;
	color:#000;
	background:transparent;
	line-height:1em;
}
hr { color:#cccccc; height:1px; clear:both; margin:0 }

.on-hold-message {
	width: 500px;
	margin: 0px auto 10px auto;
	border: 1px solid #f16048;
	text-align: center;
	padding: 10px;
	background-color: #faebe7;
	color: #e8280a;
	font-weight: bold;
}

table.saved-cc-delete {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 10px !important;
}

table.saved-cc-delete td {
	padding: 3px;

}

table.saved-cc-delete td.left-col {
	width: 120px;
	border-bottom: 1px dotted #ccc;
}

table.saved-cc-delete td.right-col {
	width: 100px;
	border-bottom: 1px dotted #ccc;
}

table.saved-cc-delete td.bottom {
	background-color: #ecebeb;
	border-bottom: 0;
}

/*-------------------------*/
/*--- Tracking Popup ------*/
/*-------------------------*/

.tracking-popup-wrapper {
	background-color: #fff;
	border: 6px solid #ccc;
	padding: 10px;"
}

.tracking-popup-wrapper h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

.tracking-table-popup {
	background-color: #ccc;
	width: 500px;
}

.tracking-table-popup th {
	background-color: #fff;
	font-size: 12px;
	width: 180px;
	padding: 5px;
}

.tracking-table-popup td {
	background-color: #fff;
	font-size: 12px;
	padding: 5px;
}

/*-------------------------*/
/*--- Top Sellers Page ----*/
/*-------------------------*/

table.top-sellers-table {
	width: 764px;
    border-collapse: collapse;
    margin-bottom: 10px;
}

table.top-sellers-table td {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 10px;
}

table.top-sellers-table td.rank {
	width: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 30pt;
}

table.top-sellers-table td.product-image {
	width: 75px;
	text-align: center;
}

table.top-sellers-table td.product-image img {
	width: 70px;
}

table.top-sellers-table td.product-details {

}

table.top-sellers-table td.review {
	width: 120px;
	text-align: center;
}

table.top-sellers-table td.brand-details { /* Wider cell for brands table */
	text-align: center;
}

table.top-sellers-table td.archives { /* Cells on archive table only */
	width: 33%;
}

/*-------------------------*/
/*-------- Print ----------*/
/*-------------------------*/

@media print { 
  #nav-access, h1, #nav-user, #search-form, #other-apps { display:none; }
}

.category-products {
	clear:both;
	}
	
/*---------------------------*/
/*-------- CC Form ----------*/
/*---------------------------*/


#payment_form_usaepay {
	
}

#payment_form_usaepay label {
	color: #252525;
}

#payment_form_usaepay label em {
	color: #f00;
}


/* Form Elements */
#payment_form_usaepay li { margin:0 0 8px; }
#payment_form_usaepay label { float:left; color:#111; position:relative; z-index:0; }
#payment_form_usaepay label.required {}
#payment_form_usaepay label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; font-size: 11px;padding-left: 3px;}
#payment_form_usaepay li.control label { float:none; }
#payment_form_usaepay li.control input.radio,
#payment_form_usaepay li.control input.checkbox { margin-right:6px; }
#payment_form_usaepay li.control .input-box { clear:none; display:inline; width:auto; }
#payment_form_usaepay .input-box { display:block; clear:both; width:260px; }
#payment_form_usaepay .field { float:left; width:275px; }
#payment_form_usaepay input.input-text { width:254px; }
#payment_form_usaepay textarea { width:254px; height:10em; }
#payment_form_usaepay select { width:260px; }
#payment_form_usaepay select.month {margin-bottom: 2px}
#payment_form_usaepay li.wide .input-box { width:535px; }
#payment_form_usaepay li.wide input.input-text { width:529px; }
#payment_form_usaepay li.wide textarea { width:529px; }
#payment_form_usaepay li.wide select { width:535px; }
#payment_form_usaepay li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
#payment_form_usaepay li.additional-row .btn-remove { float:right; margin:5px 0 0; }
#payment_form_usaepay .input-range input.input-text { width:74px; }
/* Form Validation */
#payment_form_usaepay .validation-advice { width: 300px; clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
#payment_form_usaepay .validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
#payment_form_usaepay .validation-passed {}
#payment_form_usaepay p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
#payment_form_usaepay .v-fix { float:left; }
#payment_form_usaepay .cvv-what-is-this {font-size: 11px;}

