@charset "UTF-8";
/* CSS Document */

/***
**
** Common Styles
**
**
**
***/
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.marginZero {
	margin: 0;
}
.heightZero {
	height: 0;
}
.desktopHidden {
	display: none;
}
.hurry {
	font-size: 2em;
	color: #c00;
}
.red {
	color: #c00;
}
.uppercase {
	text-transform: uppercase;
}

@media only screen and (max-width: 770px) {
	.imgFullWidth, .widthOneHalf img, .widthOneThird img {
		max-width: 100%;
		height: auto;
	}
	.mobileHidden {
		display: none;
	}
	.widthOneThird {
		width: 33%;
		height: auto;
		text-align: center;
	}
	.widthOneHalf {
		width: 50%;
		height: auto;
		text-align: center;
		background-color: #ebebeb;
	}
	.desktopHidden {
		display: block;
	}
	.tabset a.prodDescLink {
		padding: 0;
		display: inline;
	}
}

::selection {
  background: #fdb913; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #fdb913; /* Gecko Browsers */
}



/* First Column - Buttons
-------------------------------------*/
.col-mark-list {
	margin-left: 7px;
	padding: 0px;
}
.col-mark-list ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}
.col-mark-list li {
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 3px 0px 0px;
}
.col-mark-list a {
	width:150px;
	text-decoration: none;
	/* background: url('../http://www.pricepoint.com/images/big-sale/mn-first-col-a.jpg') no-repeat left top; Replacing image with CSS below */
	display: block;
	background: -webkit-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(230, 230, 230) 50%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(230, 230, 230) 50%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(230, 230, 230) 50%, rgb(255, 255, 255) 100%);
	background: -moz-linear-gradient(top, rgb(230, 230, 230) 0%, rgb(230, 230, 230) 50%, rgb(255, 255, 255) 100%);
	background: linear-gradient(to bottom, rgb(230, 230, 230) 0%, rgb(230, 230, 230) 50%, rgb(255, 255, 255) 100%);
}
.col-mark-list a:hover {
	text-decoration: none;
	/* background: url('../http://www.pricepoint.com/images/big-sale/mn-first-col-ahover.jpg') no-repeat left top; Replacing image with CSS below */
	color: #FFF;
	background: black;
}
.col-mark-list li a {
	padding-left: 3px;
}
/* Group Column
-------------------------------------*/
.col-group-width {
	width: 135px;
	margin-left: 25px;
}
.col-group-width li {
	padding-bottom: 5px;
	line-height: normal;
}
.drop .main-cols .col-group .col h3, .drop .main-cols .col-group .col div.category-header { /* Level 1 */
	font-size: 14px;
	margin-bottom: 5px;
	line-height: normal;
 	text-transform: uppercase;
}
.drop .main-cols .col-group .col ul li a { /* Level 2 */
	font-size: 12px;
	line-height: normal;
}
/* Ad Column
-------------------------------------*/
.col-ad-right {
	width: 210px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.main-cols-section {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}
.first-col-section {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 0px;
	padding: 0px;
}
/* Static Pages
-------------------------------------*/
.static-page {
	width: 1006px;
	overflow: auto !important;
}
.static-page h1 {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: #CCC 1px dotted;
}
/*.static-page a {
	text-decoration: underline;
	color:#FDB813;
}*/
.static-page h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.static-page h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.static-page p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
	padding: 0px;
}
.static-page-list {
	font-size: 13px !important;
	line-height: 20px !important;
	margin-bottom: 25px !important;
}
.static-page-fix {
	overflow: auto;
}
.static-page-conatct {
	height: 500px;
	background: url('../http://www.pricepoint.com/images/big-sale/static-pages/pp-contact-bkgrnd.jpg') no-repeat center bottom;
	overflow: auto;
}
.contact-content {
	width: 500px;
	margin: 25px 25px 75px 25px;
}
.static-page-pp-pledge {
	overflow: auto;
}
.pp-pledge-content {
	width: 500px;
	margin: 25px 25px 75px 25px;
}
.static-page-pp-careers {
	overflow: auto;
}
.pp-careers-content {
	width: 500px;
	margin: 25px 25px 75px 25px;
}
.static-page-pp-sponsor {
	overflow: auto;
}
.pp-sponsor-content {
	width: 500px;
	margin: 25px 25px 75px 25px;
}
.riderImage {
	float:left;
	width:170px;
	margin-top:15px;
}
.riderBio {
	float:left;
}
.static-page-about-us {
	overflow: auto;
}
.about-us-content {
	width: 500px;
	margin: 25px 25px 50px 25px;
}
.static-page-about-us h1 {
	margin-bottom: 10px !important;
	padding: 0px;
	line-height: normal;
	border: none;
}
.static-page-about-us p {
	margin=-bottom: 10px !important;
	padding: 0px;
	line-height: 20px;
}
.static-page-customer-service {
	clear: both;
}
.static-page-customer-service div {
	margin: 25px;
	padding: 0px;
	float: left;
}
.static-page-customer-service-bkgrnd {
	height: 500px;
	background: url('../http://www.pricepoint.com/images/big-sale/static-pages/pp-customer-service.jpg') no-repeat center bottom;
	overflow: auto;
}


/*.static-page-customer-service div:first-child {
	margin-left: 0px;
}*/
.static-page-customer-service div:last-child {
	margin-right: 0px;
}
.static-page-customer-service div ul li {
	font-size: 13px;
	line-height: 20px;
}
.static-page-customer-service div ul li:first-child {
	font-weight: bold;
	margin-bottom: 3px;
}
.static-page-customer-service div ul li:last-child {
	margin-bottom: 15px;
}
.static-page hr {
	margin: 10px 0;
}
/* Email / Slogan
-------------------------------------*/
.slogan {
	background-color: #DDD;
	margin-right: 20px !important;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: #CCC solid 1px;
}
.footer .slogan {
	float: right;
	width: 620px;
	margin-bottom: 20px !important;
}
.email-updates {
	width: 325px;
}
/* Footer
-------------------------------------*/
.footer {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer .holder:first-child {
	padding-bottom: 0px;
}
.footer-area {
	margin: 0px;
	padding: 0px;
}
.footer-area-holder {
	margin-left: 30px;
}
.col-holder {
	margin-bottom: 10px;
	padding: 0px;
	overflow: auto;
}
.footer .col {
	float: left;
	margin: 0px 40px 0px 5px;
	padding: 0px;
	width: 150px;
}
.footer-area .col-holder h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
.footer .holder .col ul {
	line-height: 15px !important;
	padding: 0px;
}
.footer .col h1, .footer .col div.category-header {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}
.footer .col ul {
	font-size: 13px;
	font-weight: 15 !important;
	text-transform: capitalize;
}
.footer .col li {
	margin-bottom: 5px  !important;
}
.footer-bottom {
	font-size: 13px;
	line-height: normal;
	text-align: center;
	overflow: auto;
}
.footer-copyright {
	text-align: center;
	margin-top: 5px;
	padding: 15px 0;
	background: #fdb913;
	clear: both;
}
.footer-images {
	clear: both;
}
.footer-images-holder {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.footer-images-holder img {
	margin: 0 5px;
}
.footer-main-menu {
}
/* Specifications Chart
-------------------------------------*/
.spf-chart {
	width: 100%;
	margin: 20px 0;
	border: #999 1px solid;
	border-collapse: collapse;
	background-color: #FFF;
}
.spf-chart td {
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}
.spf-chart p {
	margin: 3px !important;
	padding: 0px !important;
}
.spf-chart-column1 {
	width: 25px;
}
.spf-chart-column2 {
	width: 225px;
}
.column-percent {
}
.center-column {
	text-align:center;
}

/* Updated Spec Chart */
.product-specifications-chart, .prodSpecChart {
	width: auto;
	border: #999 1px solid;
	border-collapse: collapse;
	background-color: #fff;
}
.prodSpecChart a {
	color: #c00;
	font-style: italic;
}
.product-specifications-chart th, .prodSpecChart tr th {
	text-transform: capitalize;
}
.product-specifications-chart td, .prodSpecChart td {
	width: auto;
}
.product-specifications-chart th, .product-specifications-chart td, .prodSpecChart th, .prodSpecChart td {
	padding: 5px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.product-specifications-chart tr:nth-child(odd), .prodSpecChart tr:nth-child(odd) {
	background-color: #ccc;
}
.verticalSpecChart th {
	text-align: left;
}



/* Perference Center
-------------------------------------*/
.perference-center {
	margin: 5px 0px;
	padding: 0px;
	}
.perference-center-titles {
	margin: 10px 0px;
	padding: 0px;
	background-color: #CCC;
	border: #999 solid 1px;
}
.perference-center-titles p {
	margin: 5px;
	padding: 0px;
	font-weight: bold;
}
.perference-center-table {
	margin: 5px;
	padding: 0px;
	border-collapse: collapse;
}
.perference-center-table td {
	padding: 3px;
}
.perference-center-sign-up-button {
	margin: 5px 0px;
	padding: 5px !important;
	width: 150px;
	font-size: 20px;
	font-weight: bold;
	}
.required-field {
	font-weight: bold;
	font-size: 15px;
	color: #ff0000;
}
/* alternate2-promo (Bike & Frames)
-------------------------------------*/
.promo-box-container {
	width: 500px;
	height: 490px;
	margin: -20px;
	padding: 0px;
	background: url(promo-area.jpg) no-repeat top center;
	overflow: auto;
}
.promo-box-container a {
	cursor: pointer;
}
.promo-box-buttons {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.promo-box-buttons div {
	width: 120px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.promo-box-buttons img {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.text-container {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	clear: both;
}
.text-container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 10px 20px 0px 20px ;
	padding: 0px;
}

div.Alternate2 .block01 {
	top: 585px;
}

/**
**
**  Header Styles
**
***/ 
.headerPledgeText {
	float: left;
	margin-top: 0;
	font-size: 21px;
	color: #dd0000;
	line-height: 17px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 4px;
}
.headerPledgeText span {
	font-size: 14px;
}

div.navigation ul:nth-child(4) li:last-child {	
	background-color: #c00;
}

div.navigation ul:nth-child(4) div.drop li:last-child {
	background-color: transparent;
}

div.navigation ul:nth-child(4) li:last-child a {
	color: white;
}

div.navigation ul:nth-child(4) div.drop li:last-child a {
	color: black;
}

div.navigation ul:nth-child(4) div.drop .first-col-section li:last-child a:hover {
	color: white;
}



/**
**
**  Nivo Styles
**
***/ 

.imgs .main-img {
	width: 100%; /* used when there is a single image for main slider and images below the main slider */
}

/***
**
**  Bike Template Styles
**
***/

.large-template .prod-desc .holder img {
	margin: 0 10px 0 0;
}
.product-holderDefault .prod-desc .section1 .blocks .holder img {
	margin: 0 10px 0 0;
}
#QuickView .prod-desc .holder img {
	margin: 0 5px 0 0;
}
.large-template .section1 {
	width: 45%;
}

/***
**
**  FAQ Template Styles
**
***/
.page .faqSidebar h4 {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 16px;
}
.page .faqSidebar h4:first-child {
	margin-top: 0;
}
.page .faqSidebar ul {
	font-size: 11px;
	line-height: 12px;
	text-transform: none;
	padding-right: 15px;
}
.page .faqSidebar ul > li {
	font-weight: normal;
	padding: 0 0 3px;
	margin: 5px 0 5px 0;
}
.page .faqSidebar ul > li a {
	text-decoration: underline;
}

/***
**
** Category page hax
**
***/

}

/***
**
** Google DFP Hax
**
***/
.promo-row div[id^='div-gpt-ad'], #aw0 {
    cursor: default !important;  
}

/***
**
**  Adhoc Hax
**
***/
.page .carousel-prod .abs-img, .abs-img {
	left: 0;
	top: 0;
}
.search-container .items {
	margin-top: 0;
}

.section2 .style-level label {
	padding-right: 30px;
}
#CouponForm { /** This removes the coupon box from the checkout page **/
	display: none;
}


/***
**
**  Customize it Pro Build Detail
**
***/

    #CustomizeIt {
        width:400px;
    }
    #CustomizeText {
        border-left:1px solid #ccc;
        padding-left: 10px;
    }    
    #CustomizeText p {
        font-size:12px;
    }
    #prodDescH2 {
    	margin-bottom: 15px;
    	margin-top: 15px;
    }
    #prodDescLink, .prodDescLink {
    	text-decoration: underline;
    	color: blue;
    }
    .prodDescList {
    	margin-bottom: 15px;
    }

/***
**
**  Modal Hax
**
***/
#modalWindow, #modalWindow2, #modalWindow3 {
	display: none;
}
.accordion {
	margin: 15px 0 15px 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/***
**
** Custom Page Template Styles
**
***/
.content .promo-box .rating img {
	display: inline;
}
.item .rating img {
	display: inline-block;
}
.size-chart {
	font-weight: bold;
	font-size: 16px;
	padding-left: 40px;
}

.prodListBold {
	font-weight: bold;
}

#prodDescH3, .prodDescH3 {
	margin-bottom: 15px;
	clear: both;
}

#goproSpecChart td {
  width: auto;
}

.tableWidthAuto tr:first-child, .tableWidthAuto td:first-child {
	font-weight: bold;
}

.tableWidthAuto td {
	width: auto;
	padding: 10px 0 10px 5px;
}

/* Product Q&A Section */
h4[id*='hQuestion'] {
	margin-bottom: 15px;
	font-weight: bold;
}

/***
**
** Checkout Page
**
***/
.checkoutButton {
	border:1px solid #ffc826; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #ffd65e; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
	background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
	background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
	background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
	background-image: -o-linear-gradient(top, #ffd65e, #febf04);
	background-image: linear-gradient(to bottom, #ffd65e, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);
	font-color: #000;
}

/***
**
** Snapengeage Custom Styles
**
***/
#SnapABug_P a { 
	color: #c00; 
}

/***
**
** Icon Styles
**
***/
.ICNS-facebook, .ICNS-twitter, .ICNS-instagram, .ICNS-youtube, .ICNS-pinterest, .ICNS-blog{
	background: url("http://pricepoint.com/images/icons/pricepoint-social-icons.jpg") no-repeat;
	display: inline-block;
}

.ICNS-facebook{
	background-position: 0 0;
	width: 48px;
	height: 50px;
}

.ICNS-twitter{
	background-position: -80px 0;
	width: 80px;
	height: 50px;
}

.ICNS-instagram{
	background-position: -160px 0;
	width: 80px;
	height: 50px;
}

.ICNS-youtube{
	background-position: -257px 0;
	width: 80px;
	height: 50px;
}

.ICNS-pinterest{
	background-position: -320px 0;
	width: 80px;
	height: 50px;
}

.ICNS-blog{
	background-position: -400px 0;
	width: 80px;
	height: 50px;
}

@media only screen and (max-width: 770px) {
	.footer .email-updates .social {
		width: 315px;
	}
	.footer-area-holder .col-holder div:last-child {
		text-align: center !important;
	}
	.footer-area-holder .col-holder .footer-main-menu div:last-child {
		float: none !important;
		text-align: center !important;
	}
}

/**
**
** Landing Page Styles
**
** The Big Apparel Sale
**
**/
#wrapperBigSale .row:after {
	content: " ";
	display: block;
	clear: both;
}

#wrapperBigSale .shop-links,
#wrapperBigSale .client-list,
#wrapperBigSale .featured-links,
#wrapperBigSale .shop-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

/** * {
	max-height: 1000000px;
}

body {
	margin: 0;
	color: #000;
	background: #fff;
	font: 12px/14px "Helvetica", "Arial", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

**/

#wrapperBigSale {
	box-sizing: border-box;
}

#wrapperBigSale *,
#wrapperBigSale *:before,
#wrapperBigSale *:after {
	box-sizing: inherit;
}

#wrapperBigSale article,
#wrapperBigSale aside,
#wrapperBigSale details,
#wrapperBigSale figcaption,
#wrapperBigSale figure,
#wrapperBigSale footer,
#wrapperBigSale header,
#wrapperBigSale main,
#wrapperBigSale nav,
#wrapperBigSale section,
#wrapperBigSale summary,
#universalBigSale {
	display: block;
}

#wrapperBigSale img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

#wrapperBigSale a {
	text-decoration: none;
	color: #666;
}

#wrapperBigSale a:hover {
	text-decoration: none;
}

#wrapperBigSale input,
#wrapperBigSale textarea,
#wrapperBigSale select {
	color: #000;
	vertical-align: middle;
}

#wrapperBigSale form,
#wrapperBigSale fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

#wrapperBigSale button::-moz-focus-inner,
#wrapperBigSale input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#wrapperBigSale button,
#wrapperBigSale input[type="button"],
#wrapperBigSale input[type="reset"],
#wrapperBigSale input[type="file"],
#wrapperBigSale input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapperBigSale input[type="text"],
#wrapperBigSale input[type="tel"],
#wrapperBigSale input[type="email"],
#wrapperBigSale input[type="url"],
#wrapperBigSale input[type="password"],
#wrapperBigSale input[type="search"],
#wrapperBigSale textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}

#wrapperBigSale input[type="text"]:focus,
#wrapperBigSale input[type="tel"]:focus,
#wrapperBigSale input[type="email"]:focus,
#wrapperBigSale input[type="url"]:focus,
#wrapperBigSale input[type="password"]:focus,
#wrapperBigSale input[type="search"]:focus,
#wrapperBigSale textarea:focus {
	border-color: #4d4d4d;
}

#wrapperBigSale textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

#wrapperBigSale input[type="checkbox"],
#wrapperBigSale input[type="radio"] {
	padding: 0;
}

#wrapperBigSale input[type="search"]::-webkit-search-cancel-button,
#wrapperBigSale input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#wrapperBigSale h1,
#wrapperBigSale h2,
#wrapperBigSale h3,
#wrapperBigSale h4,
#wrapperBigSale h5,
#wrapperBigSale h6,
#universalBigSale h3,
#universalBigSale h1 {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 0 5px;
	padding:0;
	
}

#wrapperBigSale p {
	font-size:1.2em;
	line-height:1em;
	margin: 0 0 0 5px;
	padding:0;
}

.ITEMsave{
	font-size:1.3em;
	font-weight:bolder;
	line-height:1.5em;
	margin:5px 5px 0 0;
	padding:0;
	color:#DD0000;
	text-align:right;
}

#wrapperBigSale q {
	quotes: none;
}

#wrapperBigSale q:before,
#wrapperBigSale q:after {
	content: "";
	content: none;
}

#wrapperBigSale sub,
#wrapperBigSale sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

#wrapperBigSale sup {
	top: -.5em;
}

#wrapperBigSale sub {
	bottom: -.25em;
}

#wrapperBigSale table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapperBigSale img {
	vertical-align: top;
}

/* main container wrapper styles */

#wrapperBigSale {
	color: #999; /* container styles */ /* row */ /* overlay */
}

#wrapperBigSale .container {
	max-width: 1015px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}

#wrapperBigSale .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#wrapperBigSale .btn-shop,
#wrapperBigSale .btn-shop-large,
#wrapperBigSale .btn-mountain,
#wrapperBigSale .btn-road,
#wrapperBigSale .btn-shop-red {
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
}

#wrapperBigSale .btn-shop:hover,
#wrapperBigSale .btn-shop-large:hover,
#wrapperBigSale .btn-mountain:hover,
#wrapperBigSale .btn-road:hover,
#wrapperBigSale .btn-shop-red:hover {
	opacity: .85;
	filter: alpha(opacity=85);
	background-color: transparent;
}

#wrapperBigSale .btn-shop {
	width: 105px;
	height: 31px;
	background-image: url(http://www.pricepoint.com/images/big-sale/btn-white.png);
}

#wrapperBigSale .btn-shop-large {
	width: 161px;
	height: 45px;
	background-image: url(http://www.pricepoint.com/images/big-sale/btn-shop-large.png);
}

#wrapperBigSale .btn-shop-red {
	width: 103px;
	height: 29px;
	background-image: url(http://www.pricepoint.com/images/big-sale/btn-shop-red.png);
}

#wrapperBigSale #btnReadMoreRed{
	background-image: url(http://pricepoint.com/images/btn-readmore-red.png);
}

#wrapperBigSale .btn-road {
	width: 105px;
	height: 31px;
	background-image: url(http://www.pricepoint.com/images/big-sale/btn-road.png);
	float: right;
}

#wrapperBigSale .btn-mountain {
	width: 105px;
	height: 31px;
	background-image: url(http://www.pricepoint.com/images/big-sale/btn-mountain.png);
	float: left;
}

/* banner heading styles */

#wrapperBigSale .banner-heading, #universalBigSale {
	padding: 7px 0;
	text-align: center;
}

#wrapperBigSale .banner-heading .top-text, #universalBigSale .top-text {
	overflow: hidden;
}

#wrapperBigSale .banner-heading .text-left, #universalBigSale .text-left {
	font-size: 30px;
	line-height: 36px;
	text-align: right;
	padding: 0 0 3px;
}

#wrapperBigSale .banner-heading .text-right, #universalBigSale .text-right {
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	padding: 0 20px 8px 10px;
}

#wrapperBigSale .banner-heading .text-block, #universalBigSale .text-block {
	display: block;
	margin-top: -5px;
	text-transform: uppercase;
}

/* main container styles */

#wrapperBigSale {
	/* btn styles */ /* promo banner styles */ /* shop links styles */ /* client list styles */ /* featured links styles */ /* shop section styles */ /* shop items styles */ /* top seller placeholder block */
}

#wrapperBigSale #main {
	padding: 5px 0 0;
}

#wrapperBigSale .btn {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 32px;
	z-index: 1;
}

#wrapperBigSale .promo-banner {
	width: 66.5%;
	float: left;
	overflow: hidden;
}

#wrapperBigSale .promo-banner-wide {
	width: 100%;
	float: left;
	overflow: hidden;
}


/** #wrapperBigSale .promo-banner a:hover {
	opacity: .85;
	filter: alpha(opacity=85);
}

**/
#wrapperBigSale .promo-banner-wide img {
	width: 100%;
}

#wrapperBigSale .promo-banner img {
	width: 100%;
}

#wrapperBigSale .shop-links {
	overflow: hidden;
	padding-left: 10px;
}

#wrapperBigSale .shop-links li {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

#wrapperBigSale .shop-links li img {
	width: 100%;
	height: auto;
}

#wrapperBigSale .client-holder {
	margin: 0 0 2px;
}

#wrapperBigSale .client-list {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-left: 35px;
}

#wrapperBigSale .client-list li {
	display: table-cell;
	vertical-align: middle;
	padding: 24px 10px;
}

#wrapperBigSale .client-list li img {
	max-width: 100%;
	height: auto;
}

#wrapperBigSale .client-list li a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

#wrapperBigSale .client-list li.large {
	width: 250px;
}

#wrapperBigSale .featured-links {
	margin: 0 -5px;
	overflow: hidden;
}

#wrapperBigSale .featuredLinksBottom {
	width: 100%;
}

#wrapperBigSale .featured-links li {
	float: left;
	width: 33.33%;
	overflow: hidden;
	padding: 5px 5px 0;
	position: relative;
}

#wrapperBigSale .featured-links li img {
	width: 100%;
}

#wrapperBigSale .featured-links .btn {
	bottom: 22px;
	padding: 0 9px;
}

#wrapperBigSale .featured-links .featured {
	text-align: left;
}

#wrapperBigSale .featured-links .featured .btn {
	padding: 0 19px;
}

#wrapperBigSale .shop-section {
	position: relative;
	margin: 34px 0 23px;
}

#wrapperBigSale .shop-section .btn {
	bottom: 56px;
	padding: 0 21px;
	width: 463px;
	z-index: 9;
}

#wrapperBigSale .shop-banner {
	float: left;
	width: 502px;
}

#wrapperBigSale .shop-items {
	float: right;
	width: 43.1%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	margin-right: 5.8%;
	position: relative;
	z-index: 1;
}

#wrapperBigSale .shop-items li {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 20px 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
}

#wrapperBigSale .shop-items li .image-holder {
	margin: 0 0 4px;
}

#wrapperBigSale .shop-items li .image-holder img {
	max-width: 100%;
}

#wrapperBigSale .shop-items li .title {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
}

#wrapperBigSale .shop-items li a {
	color: #bdbdbd;
}

#wrapperBigSale .shop-items li a:hover {
	color: #7d7d7d;
	text-decoration: none;
}




#wrapperBigSale .limited-links {
	margin: 0 -5px;
	overflow: hidden;
}

#wrapperBigSale .limitedLinksBottom {
	width: 100%;
}

#wrapperBigSale .limited-links li {
	float: left;
	width: 25%;
	overflow: hidden;
	padding: 5px 5px 0;
	position: relative;
}

#wrapperBigSale .limited-links li img {
	width: 100%;
}

#wrapperBigSale .limited-links .btn {
	bottom: 22px;
	padding: 0 9px;
}

#wrapperBigSale .limited-links .limited {
	text-align: left;
}

#wrapperBigSale .limited-links .limited .btn {
	padding: 0 19px;
}





#wrapperBigSale .top-seller {
	padding: 20px 0;
	margin: 0 -5px;
}

#wrapperBigSale .top-seller h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 16px;
}

#wrapperBigSale .top-seller h2 strong {
	font-weight: 400;
}

/**

@media only screen and (max-width: 1014px) {
	#wrapperBigSale .banner-heading h1 {
		font-size: 40px;
		line-height: 42px;
	}

	#wrapperBigSale .banner-heading .text-left {
		font-size: 22px;
		line-height: 28px;
	}

	#wrapperBigSale .banner-heading .text-right {
		font-size: 12px;
	}

	#wrapperBigSale .banner-heading .text-block {
		margin-top: 0;
	}

	#wrapperBigSale .btn {
		bottom: 12px;
	}

	#wrapperBigSale .featured-links .btn {
		bottom: 12px;
		padding: 0;
		left: 15px;
		right: 15px;
	}

	#wrapperBigSale .featured-links .featured .btn {
		padding: 0 20px;
	}

	#wrapperBigSale .shop-section .btn {
		padding: 0 11px;
		bottom: 26px;
	}

	#wrapperBigSale .shop-items li {
		height: 50%;
		padding-bottom: 10px;
	}

	#wrapperBigSale .shop-items li .image-holder {
		height: 80%;
		margin: 0 0 10px;
	}

	#wrapperBigSale .shop-items li .image-holder img {
		height: 100%;
		width: auto;
	}

	#wrapperBigSale .shop-items li .title {
		font-size: 14px;
		line-height: 16px;
	}
}

@media only screen and (max-width: 767px) {
	#wrapperBigSale .btn-road {
		float: none;
	}

	#wrapperBigSale .btn-mountain {
		float: none;
	}

	#wrapperBigSale .banner-heading h1 {
		font-size: 30px;
		line-height: 36px;
	}

	#wrapperBigSale .banner-heading .text-left {
		font-size: 18px;
		line-height: 24px;
	}

	#wrapperBigSale .btn {
		bottom: 4px;
	}

	#wrapperBigSale .promo-banner {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#wrapperBigSale .shop-links {
		margin: 0 -3px;
		padding: 0;
	}

	#wrapperBigSale .shop-links li {
		float: left;
		width: 33.33%;
		padding: 0 3px;
	}

	#wrapperBigSale .featured-links .btn {
		position: static;
		text-align: center;
		padding: 10px 0;
		overflow: hidden;
	}

	#wrapperBigSale .featured-links .btn .btn-mountain {
		margin-bottom: 3px;
	}

	#wrapperBigSale .featured-links .featured .btn {
		padding: 10px 0;
	}

	#wrapperBigSale .shop-items li .image-holder {
		height: 60%;
	}
}

@media only screen and (max-width: 599px) {
	#wrapperBigSale .banner-heading .text-left,
	#wrapperBigSale .banner-heading .text-right,
	#wrapperBigSale .banner-heading h1 {
		display: block;
	}

	#wrapperBigSale .banner-heading .text-left {
		text-align: center;
	}

	#wrapperBigSale .banner-heading .text-right {
		text-align: center;
	}

	#wrapperBigSale .btn {
		bottom: 20px;
	}

	#wrapperBigSale .shop-links {
		margin: 0;
	}

	#wrapperBigSale .shop-links li {
		float: none;
		width: 100%;
		padding: 0;
	}

	#wrapperBigSale .client-list {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	#wrapperBigSale .client-list li {
		display: inline-block;
		vertical-align: middle;
		max-width: 31%;
		padding: 10px;
	}

	#wrapperBigSale .featured-links {
		margin: 0;
	}

	#wrapperBigSale .featured-links li {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	#wrapperBigSale .featured-links .btn {
		position: absolute;
	}

	#wrapperBigSale .shop-section {
		overflow: hidden;
	}

	#wrapperBigSale .shop-section .overlay {
		position: static;
	}

	#wrapperBigSale .shop-section .bg-image {
		position: relative;
	}

	#wrapperBigSale .shop-section .btn {
		left: auto;
		right: 0;
		bottom: 16px;
	}

	#wrapperBigSale .shop-section .btn .btn-shop-large {
		float: right;
	}

	#wrapperBigSale .shop-items {
		float: none;
		width: 100%;
		height: auto;
		clear: both;
		overflow: hidden;
		margin: 0;
	}

	#wrapperBigSale .shop-items li {
		height: auto;
		padding: 5px;
	}

	#wrapperBigSale .shop-items li .image-holder {
		height: 100px;
	}
}

**/

/** New Home Page Reponsive Styles **/

@media only screen and (max-width: 770px) {
	#wrapperBigSaleMobile .widthOneHalf {
		width: 49% !important;
		height: auto;
		text-align: center;
		background-color: #ebebeb;
	}
	#wrapperBigSaleMobile .marginBottom {
		margin-bottom: 5px;
	}
	#wrapperBigSaleMobile .marginTop {
		margin-top: 15px;
	}
	#wrapperBigSaleMobile .overflowAuto {
		overflow: auto;
	}

}