/*
	GENERAL STYLES
*/
@media (min-width: 992px) {
html {
	overflow-y: scroll;
}
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bg-body-splash-4.jpg);
}
}
a {
	color: #06c;
	text-decoration: none;
}
a:hover, a:active {
	color: #f00;
	text-decoration: underline;
}
.red, .red a, a.red {
	color: #f00;
}
h1, h2, h3, h4, p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
ul, ol {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 10px 0px;
}
hr {
    border: 0;
    height: 1px;
    background: #ccc;	
}
.light{
	font-weight: normal;
}
.content, .contents {
	background-color: #fff;
}

@media (min-width: 992px) {
.content {
	padding-top: 10px;
}
}
.mainTitle{
	font-size: 150%;
}
.subTitle {
	padding: 10px;
	font-size: 100%;
	color: #fff;
	background-color: #333;
}
.subTitle a, .subTitle a:hover, .subTitle a:active {
	color: #fff;
}
.subTitle img {
	vertical-align: text-top;
}
.homeTitle {
	padding: 10px;
	font-size: 100%;
	background-color: #ccc;
}
.breadcrumbTrail {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	font-size: 90%;
	background-color: #ccc;
}
.btn {
	display: inline-block;
	min-width: 120px;
	padding: 7px 10px;
	margin: 0;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-family: sans-serif;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-color: #3399cc;
}
.btn:hover, .btn:active {
	color: #fff;
	text-decoration: none;
}
.btn:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.btn span {
	display: inline-block;
	vertical-align: middle;
}
.btn-wide {
	width: 100%;
}
.btn-red {
	background-color: #ff0000;
}
.btn-green {
	background-color: #009933;
}
.btn-dkgreen {
	background-color: #006633;
}
.btn-purple {
	background-color: #9966cc;
}
.btn-orange {
	background-color: #ff9900;
}
.btn-grey {
	background-color: #999999;
}
.btn-pink {
	background-color: #ffb3c7;
}
.pager span {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0px 3px;
	padding: 0px;
	background-image: url(../images/bg-slide-pager-off.png);
	cursor: pointer;
}
.pager span.on {
	background-image: url(../images/bg-slide-pager-on.png);
}
#map {
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}
.map-wrapper {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 100%; /* 1:1 */
	height: 0;
	overflow: hidden;
}
.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media (min-width: 576px) {
.map-wrapper {
	padding-bottom: 56.25%; /* 16:9 */
}
}
.video-wrapper {
	position: relative;
	margin: 10px 0px;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-wrapper object, .video-wrapper embed, .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
	HEADER (BASE)
*/
#strip {
	display: none;
}
#header {
	position: relative;
}
#menu-button, #search-button {
	display: inline-block;
	position: absolute;
	top: 32px;
	right: 10px;
	width: 38px;
	height: 38px;
	background-color: #369;
	border-radius: 3px;
	background-image: url(../images/icon-menu.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#search-button {
	right: 58px;
	background-image: url(../images/icon-search.png);
}
#menu-button:hover, #search-button:hover {
	cursor: pointer;
}
#menu-toggle, #search-toggle {
	position: absolute;
	left: -999em;
}
#menu-toggle:checked ~ #menuBasic, #menu-toggle:checked ~ #menuShop {
	display: block;
}
#search-toggle:checked ~ #search {
	display: block;
}
#menu-toggle:checked ~ #menuSpace, #search-toggle:checked ~ #menuSpace {
	height: 10px;
}
#logo {
	height: 80px;
	padding: 10px;
}
#logo img {
	height: 100%;
}
#facebook-reviews{
	display: none;
}
#search, #menuBasic, #menuShop {
	display: none;
	padding-right: 10px;
	padding-left: 10px;
}
#searchForm {
	padding: 10px;
	border-bottom: solid 1px #fff;
	background-color: #ccc;
}
#searchForm .searchInput {
	margin: 0px 48px 0px 0px;
}
#searchForm .searchInput input {
	width: 100%;
	padding: 4px 10px;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 16px;
}
@media (min-width: 768px) {
#searchForm .searchInput input {
	padding: 5px 10px;
	font-size: 14px;
}
}
#searchForm .searchButton {
	float: right;
}
#searchForm .searchButton input {
	width: 38px;
	height: 26px;
	padding: 0px 6px;
	border: none;
	background: none;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#searchForm .searchButton input:hover {
	cursor: pointer;
}
#menuBasic ul, #menuShop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menuBasic a, #menuShop a {
	display: block;
	position: relative;
	padding: 10px;
	color: #000;
	font-weight: bold;
	border-bottom: solid 1px #fff;
	background-color: #ccc;
	text-decoration: none;
}
#menuBasic a:hover, #menuShop a:hover {
	background-color: #ddd;
}
#menuShop ul ul {
	display: none;
}
#menuShop ul ul a {
	font-weight: normal;
	padding-left: 30px;
}
#menuShop li.expand span.open, #menuShop li.expand span.close {
	position: absolute;
	width: 58px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/icon-expand.png);
	background-position: 0px center;
}
#menuShop li.expand span.close {
	background-position: 58px center;
}

/*
	HEADER (LARGE PHONE)
*/
@media (min-width: 576px) {
#facebook-reviews{
	display: block;
	position: absolute;
	top: 32px;
	right: 115px;
}
}
	

/*
	HEADER (DESKTOP)
*/
@media (min-width: 992px) {
#strip {
	display: block;
}
#header {
}
#menu-button, #search-button, #menuSpace, #menuShop li.expand span {
	display: none;
}
#logo {
	height: 96px;
	padding: 10px 20px;
}
#facebook-reviews{
	top: 49px;
	right: 370px;
}
#menuBasic {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	padding-right: 0;
	padding-left: 0;
}
#menuBasic li {
	margin: 0px;
	padding: 10px 10px 10px 5px;
	float: left;
}
#menuBasic a {
	display: inline;
	padding: 0px;
	background: none;
	border: none;
	font-weight: normal;
}
#menuBasic a:hover {
	background: none;
	text-decoration: underline;
}
#menuShop {
	display: block;
	padding-right: 0;
	padding-left: 0;
}
#menuShop ul {
	display: table;
	width: 100%;
	border-collapse: collapse;
	background-color: #369;
}
#menuShop li {
	display: table-cell;
	position: relative;
	width: 16.66%;
	border: solid 1px #fff;
	text-align: center;
}
#menuShop a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	border: none;
	background-color: #369;
}
#menuShop a:hover {
	background-color: #333;
}
#menuShop ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
}
#menuShop ul li:hover ul {
	display: block;
}
#menuShop ul ul li {
	display: block;
	width: 100%;
	border-bottom: solid 1px #fff;
	border-top: none;
	border-right: none;
	border-left: none;
}
#menuShop ul ul a {
	font-size: 14px;
	padding: 7px 5px;
	background-color: #999;
}
#search {
	display: block;
	position: absolute;
	top: 40px;
	right: 10px;
	padding-right: 0;
	padding-left: 0;
}
#searchForm {
	width: 350px;
	border: none;
	background: none;
}
#searchForm .searchInput input {
	height: 36px;
	border: solid 1px #ccc;
}
#searchForm .searchButton input {
	height: 36px;
	padding: 5px 6px;
	background-color: #333;
	border-radius: 3px;
}
}

/*
	HOME PAGE
*/
.homeBanner {
	width: 100%;
	margin-bottom: 10px;
}
.homeBanner img {
	max-width: 100%;
	height: auto;
}
.homeLogoHolder {
	text-align: center;
}
.homeLogo {
	background-color: #000;
}
.homeLogo img {
	max-width: 100%;
	height: auto;
}
#homeSlideshow {
	margin-bottom: 10px;
}
#homeSlideshow .homeSlide {
	display: none;
	width: 100%;
}
#homeSlideshow .homeSlideFirst {
	display: block;
	width: 100%;
}
#homeSlideshowPager {
	display: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
	z-index: 998;
}
@media (min-width: 576px) {
#homeSlideshow {
	min-height: 292px;
}
}
@media (min-width: 768px) {
#homeSlideshow {
	min-height: 394px;
}
#homeSlideshowPager {
	display: block;
}
}
@media (min-width: 992px) {
#homeSlideshow {
	min-height: 518px;
}
}

.home-box {
	padding: 10px;
	margin-bottom: 10px; 
	border-radius: 3px;
	border: solid 3px #333;
	color: #333;
	background-repeat: no-repeat; 
	background-position: right center;
}
.home-box h2 {
	font-size: 100%;
}
.home-box p:last-of-type {
	margin: 0px;	
}
.home-box a {
	display: block;
	color: #333;
	text-decoration: none;
}
.home-box-finance {
	border: solid 3px #f00;
}
.home-box-cyclescheme {
	border: solid 3px #369;
}

@media (min-width: 370px) {
.home-box {
	min-height: 120px;
}
.home-box a {
	padding-right: 100px;
}
.home-box-finance {
	background-image: url("../images/bg-0-percent-small.png");
}
.home-box-cyclescheme {
	background-image: url("../images/bg-cycle-2-work-small.png");
}
}
@media (min-width: 576px) {
.home-box {
	min-height: 170px;
}
.home-box h2 {
	font-size: 120%;
}
.home-box a {
	padding-right: 170px;
}
.home-box-finance {
	background-image: url("../images/bg-0-percent-medium.png");
}
.home-box-cyclescheme {
	background-image: url("../images/bg-cycle-2-work-medium.png");
}
}
@media (min-width: 992px) {
.home-box {
	min-height: 190px;
}
.home-box a {
	padding-right: 190px;
}
.home-box-finance {
	background-image: url("../images/bg-0-percent-large.png");
}
.home-box-cyclescheme {
	background-image: url("../images/bg-cycle-2-work-large.png");
}
}



/*
	PRODUCT CATEGORY PAGE
*/
.psCatTitle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 150%;
}
.psCatLeader {
	margin-bottom: 10px;
	padding: 0px;
}

@media (max-width: 767px) {
.psCatLeader {
	background: none!important;
}
}
.psCatLeader h1 {
	margin: 0px;
	padding: 0px;
	font-size: 150%;
}

@media (min-width: 768px) {
.psCatLeader {
	display: table;
	width: 100%;
	height: 70px;
	background-size: cover;
	background-position: center center;
}
.psCatLeader h1 {
	display: table-cell;
	padding: 10px 20px;
	vertical-align: middle;
	color: #fff;
	font-size: 200%;
}
}

@media (min-width: 992px) {
.psCatLeader {
	height: 90px;
}
.psCatLeader h1 {
	font-size: 300%;
}
}
.psCatDesc {
	margin: 0px 0px 10px 0px;
	text-align: justify;
}
.psSubMenu {
	padding: 10px 10px 1px 10px;
	margin-bottom: 10px;
	background-color: #eee;
}
.psSubMenu p.menu-current {
	font-weight: bold;
}
.psSubMenu p.menu-current span {
	font-weight: normal;
	white-space: nowrap;
}
.psSubMenu div.menu-options ul {
	list-style:none;
	padding: 0px;
	line-height: 1.5em;
}
.psSubMenu div.menu-options li.menu-heading {
	font-weight: bold;
}
.psLinks {
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.psProduct {
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.psProduct a {
	color: #333;
	text-decoration: none;
}
.psProduct a:hover .psTitle, .psProduct a:active .psTitle {
	background-color: #333;
}
.psProduct a:hover .psTitle2, .psProduct a:active .psTitle2 {
	background-color: #666;
}
.psDivider {
	height: 1px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
.psThumb {
	padding: 5px 0px;
}
.psThumb:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.psThumb img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.psTitle, .psTitle2 {
	padding: 5px;
	margin: 0px;
	background-color: #666666;
	color: #fff;
}
.psTitle2 {
	background-color: #aaa;
}
.psIntro {
	padding: 5px 5px 0px 5px;
	margin: 0px;
}
.psPrice {
	padding: 5px 0px;
	margin: 0px;
}
.psPrice .sale, .psPrice .price {
	display: block;
}
.psPrice .sale span, .psPrice .price span {
	white-space: nowrap;
}
.psPrice .sale {
	color: #f00;
}
.psPrice .price {
	color: #f00;
}
.psPrice .tag {
	display: block;
	padding: 1px 0px;
	margin-bottom: 2px;
	background-color: #f00;
	color: #fff;
}
.psPrice .tag-blue {
	background-color: #369;
}
.psPrice .tag-green {
	background-color: #063;
}
.psPrice .tag-purple {
	background-color: #96c;
}
.psPrice .tag-grey {
	background-color: #999;
}
.psPrice .tag-orange {
	background-color: #f90;
}
.psPrice .finance, .psPrice .note {
	display: block;
	font-size: 12px;
}
/*
	PRODUCT DETAIL PAGE
*/
.pdContainer {
	background-color: #fff;
}

@media (min-width: 992px) {
.pdContainer {
	padding-top: 10px;
}
}
.pdTitle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 150%;
}
.pdSubTitle {
	margin: 0px;
	padding: 10px;
	font-size: 100%;
	color: #fff;
	background-color: #333;
}
.pdImageOuter {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}
.pdImage {
	position: relative;
	max-width: 480px;
	margin: 0px auto;
	text-align: center;
}
.pdImageOuter span.logo {
	position: absolute;
	width: 20%;
	top: 5px;
	left: 0px;
	text-align: left;
	z-index: 100;
}

@media (min-width: 576px) {
.pdImageOuter span.logo {
	top: 10px;
}
}
#pdSlideshow .pdSlide {
	display: none;
	width: 100%;
}
#pdSlideshow .pdSlideFirst {
	display: block;
	width: 100%;
}
#pdSlideshow div:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#pdSlideshowPager {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#bbCompImage {
	position: relative;
	margin: 0px auto;
}
#bbCompImage img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#bbCompImage img.bb-base {
	display: inline;
	position: relative;
}
#bbCompImage img.bb-top, #bbCompImage img.bb-selected {
	display: inline;
}
.pdPrice {
	margin: 0px 0px 10px 0px;
}
.pdPrice p {
	margin: 0px;
}
.pdPrice .rrp {
	color: #666;
	text-decoration: line-through;
}
.pdPrice .price {
	font-size: 150%;
	color: #393;
	font-weight: bold;
}
.pdPrice .normal {
	color: #666;
	text-decoration: line-through;
}
.pdPrice .sale {
	font-size: 150%;
	color: #f00;
	font-weight: bold;
}
.pdPrice .save {
	white-space: nowrap;
}
.pdPrice .note {
	font-size: 90%;
	color: #666;
}


.pdCredit p {
	margin-bottom: 0px 0px 10px 0px;
}
.pdCredit p.monthlyZero {
	color: #f00;
	font-weight: bold;
}
.pdCredit p.monthlyZero a {
	color: #f00;
}
.pdCredit p.monthlyClassic {
	color: #63c;
	font-weight: bold;
}
.pdCredit p.monthlyClassic a {
	color: #63c;
}
.pdCredit p.bannerZero, .pdCredit p.bannerClassic {
	padding: 0px;
	background-color: #f00;
	border-radius: 3px;
	background-image: url(../images/bg-0-percent.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.pdCredit p.bannerClassic {
	background-color: #96c;
	background-image: url(../images/bg-classic-finance.png);
}
.pdCredit p.bannerZero a, .pdCredit p.bannerClassic a {
	display: block;
	padding: 12px 5px 12px 80px;
	color: #fff;
	text-decoration: none;
}
.pdCredit p.apply {
	font-size: 90%;
	color: #666;
}


.pdBlackFriday, .pdSave10, .pdSave5 {
	display: block;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	min-height: 65px;
	padding: 10px 5px 10px 95px;
	margin: 0;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	align-items: center;
	background-image: url(../images/bg-black-friday.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.pdSave10, .pdSave5 {
	padding: 10px 5px 10px 80px;
	background-color: #f00;
	background-image: url(../images/bg-save-10.png);
}
.pdSave5 {
	background-image: url(../images/bg-save-5.png);
}
.pdBlackFriday:hover, .pdBlackFriday:active, .pdSave10:hover, .pdSave10:active, .pdSave5:hover, .pdSave5:active {
	color: #fff;
	text-decoration: none;
}


.pdBanner {
	display: block;
	width: 100%;
	min-height: 40px;
	padding: 10px 10px 10px 50px;
	margin: 0;
	border-radius: 3px;
	background-color: #eee;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.pdBanner:hover, .pdBanner:active {
	color: #333;
	text-decoration: none;
	background-color: #ddd;
}
.pdBanner:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.pdBanner span {
	display: inline-block;
	vertical-align: middle;
}
.pdBannerDelivery {
	background-image: url(../images/icon-delivery.png);
}
.pdBannerCollection {
	background-image: url(../images/icon-collection.png);
}
.pdBannerAssembly {
	background-image: url(../images/icon-assembly.png);
}
.pdBannerPriceMatch {
	background-image: url(../images/icon-price-match.png);
}
.pdBannerSave10 {
	background-image: url(../images/icon-save10.png);
}
.pdBannerQuestion {
	background-image: url(../images/icon-question.png);
}
.pdBanners .row {
  margin-right: -5px;
  margin-left: -5px;
}
.pdBanners .col-12, .pdBanners .col-sm-6, .pdBanners .col-md-12, .pdBanners .col-lg-6 {
  padding-right: 5px;
  padding-left: 5px;
}


.pdIntro {
	display: none;
}

@media (min-width: 992px) {
.pdIntro {
	display: block;
	margin-bottom: 10px;
}
.pdIntro p {
	padding: 0px;
	margin: 0px;
}
}
.pdOptionRow {
	background-color: #eee;
	border-top: solid 1px #fff;
}
.pdOptionRow:nth-of-type(odd) {
	background-color: #ddd;
}
.pdOptionRow span.option {
	display: block;
	font-weight: bold;
}
.pdOptionRow span.option span {
	white-space: nowrap;
}
.pdOptionRow span.code {
	white-space: nowrap;
}
.pdOptionRow span.code span{

}
.pdOptionRow span.delivery{
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #009933;
}
.pdOptionRow span.price {
	display: block;
}
.pdOptionRow span.normal {
	display: block;
	text-decoration: line-through;
}
.pdOptionRow span.sale {
	display: block;
	color: #ff0000;
}
.pdOptionRow span.sale span {
	white-space: nowrap;
}
.pdOptionRow span.due {
	display: block;
	color: #666;
}
.pdOptionText {
	padding: 10px
}
.pdOptionButtons {
	text-align: right;
}
.pdOptionButtons .btn {
	margin: 10px 10px 10px 0px;
}
.pdSelectForm {
	margin: 0px;
	padding: 10px;
	border-top: solid 1px #fff;
	background-color: #eee;
}
.pdSelectForm .optionGroup {
	margin-bottom: 10px;
}
.pdSelectForm label {
	display: block;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
}
.pdSelectForm label span {
	font-weight: normal;
}
.pdSelectForm .formField {
	margin: 0px;
	padding: 2px;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 16px;
}
@media (min-width: 768px) {
.pdSelectForm .formField {
	font-size: 14px;
}
}.pdSelectForm .formSwatch {
	padding: 5px 0px;
	margin: 0px;
	font-size: 90%;
}
.pdSelectForm .formCosts {
	padding: 5px 0px;
	margin: 0px;
	font-size: 90%;
	color: #999;
}
.pdSelectForm .formTotal {
	padding: 15px 0px;
	margin: 0px;
	font-size: 150%;
	font-weight: bold;
	color: #f00;
}
.pdSelectForm .btn {
	margin: 10px 10px 10px 0px;
}
.pdItemCenter {
	margin: 10px 0px;
	text-align: center;
}
.pdItemCenter img {
	max-width: 100%;
	height: auto;
}

/*
	SHOP SECTIONS
*/
.shopSection {
	margin-bottom: 10px;
}
.shopBlock {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}
.shopBlockGrey {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #eee;
}
.shopTitleRow {
	padding: 5px 0px;
	color: #fff;
	background-color: #333;
	font-weight: bold;
}
.shopTitleRow a, .shopTitleRow a:hover, .shopTitleRow a:active {
	color: #fff;
}
.shopBodyRow {
	padding: 5px 0px;
	background-color: #eee;
	border-top: solid 1px #fff;
}
.shopSection .shopBodyRow:nth-of-type(odd) {
	background-color: #ddd;
}
.shopFooterRow {
	padding: 5px 0px;
}



/*
	SHOP FORM
*/
.shopForm {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #eee;
}
.shopForm h2 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.shopForm p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.shopForm .note {
	font-weight: normal;
	color: #666;
	font-style: italic;
}
.shopForm label {
	display: block;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.shopForm label.note {
	font-weight: normal;
	font-style: italic;
}
.shopForm label.error {
	font-weight: normal;
	color: #ff0000;
	font-style: italic;
}
.shopForm label.formRadio {
	padding: 5px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}
.shopForm label.formRadio.selected {
	background-color: #ddd;
}
.shopForm label.light {
	font-weight: normal;
}

@media (min-width: 768px) {
.shopForm .formRight {
	text-align: right;
}
.shopForm .formRight label {
	padding-top: 6px;
}
}
.shopForm .formRow {
	margin-bottom: 10px;
}
.formInput {
	display: block;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 16px;
}
.formQty {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	font-size: 16px;
}
@media (min-width: 768px) {
.formInput {
	padding: 6px 10px;
	font-size: 14px;
}
.formQty {
	font-size: 14px;
}
}
.formInput.error {
	border: 1px solid #ff0000;
}

/*
	SHOP TABLE (ALSO DOUBLES AS PRODUCT SPEC TABLE)
*/
.shopTableWrapper {
	overflow-x: auto;
	margin: 0px 0px 10px 0px;
}
.shopTable, .pdSpecTable {
	width: 100%;
	border-spacing: 0;
}
.shopTable td, .pdSpecTable td, .shopTable th, .pdSpecTable th {
	padding: 5px 0px 5px 10px;
	border-top: solid 1px #fff;
	font-size: 100%;
}
.shopTable th, .pdSpecTable th {
	text-align: left;
}
.shopTable tr td:last-of-type, .pdSpecTable tr td:last-of-type, .shopTable tr th:last-of-type, .pdSpecTable tr th:last-of-type {
	padding: 5px 10px;
}
.shopTable tr, .pdSpecTable tr {
	background-color: #eee;
}
.shopTable tr:nth-child(odd), .pdSpecTable tr:nth-child(odd) {
	background-color: #ddd;
}
.shopTable td.title, .shopTable th, .pdSpecTable td.title, .pdSpecTable th {
	background-color: #ccc;
	font-weight: bold;
}
.shopTable td.label{
	font-weight: bold;
	text-align: right;
}

/*
	FOOTER
*/
.footer {
	background-color: #fff;
}
.footer p {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	text-align: center;
	background-color: #ccc;
}
