/* @override
	http://partsnmore.localhost/css/pnm.css
	http://partsnmore.com/css/pnm.css
	http://www.partsnmore.com/css/pnm.css
	http://partsnmore.pair/css/pnm.css
	http://partsnmore.localhost/css/pnm-11.css
	http://www.partsnmore.com/css/pnm-11.css
*/

/* Fix issues with Firefox buttons not lining up */
input::-moz-focus-inner,button::-moz-focus-inner { border:0; padding:0 }

/* @group General */

body {
	background-color: #fff;
	font: 12px/20px Arial, "Helvetica Neue", Helvetica, Geneva, "Liberation Sans", FreeSans, sans-serif;
}

.hidden {
	display: none;
}

.left {
	clear: left;
}

.right {
	clear: right;
}

.clear {
	clear: both;
}

.inactive {
	opacity: 0.25;
}

a {
	text-decoration: none;
}

blockquote {
	background-color: rgba(169,8,0,0.15);
	padding: 10px 20px 1px;
	margin: 20px;
}

blockquote.note, .bqnote{
	background: url(../images/pnm/pagecurl.png) no-repeat center top;
	clear: both;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 1px;
	height: 1%;
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  blockquote.note, .bqnote{
    background-image: url(../images/pnm/pagecurl@2x.png);
    background-size: 940px 120px;
  }
}

hr {
	clear: right;
	color: #3d5d7d;
	border: 2px solid #3d5d7d;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-top: 20px;
}


ul{
	list-style-type: disc;
	margin: 20px;
}

/* @end */

/* @group Makes */

.honda, .honda_atv {
	background-color: #a30800;
}

.yamaha, .yamaha_atv {
	background-color: #1e5c9c;
}

.kawasaki, .kawasaki_atv {
	background-color: #4e9044;
}

.suzuki, .suzuki_atv {
	background-color: #9c661e;
}

/* @end */

/* @group Page Headers */

h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
	color: #a90800;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

h3 a:hover, h4 a:hover {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

h2.headline {
	font-size: 48px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	min-width: 240px;
}

#search-query, #search-query-button {
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, "Liberation Sans", FreeSans, sans-serif;
	font-size: 23px;
	margin-top: 9px;
	margin-bottom: 20px;
	padding: 13px;
	width: 30%;
	border: 4px solid #a90800;
	color: #a90800;
	border-radius: 10px 0 0 10px;
}

#search-query.full-width {
	width: 362px;
}

#search-query-button {
	width: auto;
	color: #fff;
	background-color: #a90800;
	border-radius: 0 10px 10px 0;
	margin-left: -4px;
}

.alertmsg .suggestion {
	color: #000;
	display: block;
}

.alertmsg .suggestion b {
	color: #3d5d7d;
	text-decoration: underline;
}

h2, #cart h1 {
	font-size: 36px;
	line-height: 40px;
}

h3, #cart h2 {
	font-size: 23px;
	line-height: normal;
}

h4, #cart h3 {
	font-size: 14px;
}

/* @end */

/* @group Header */

#header {
	background-color: #3e5d7d;
	height: 130px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: 20px;
}

#header #logo {
	float: left;
	margin-top: 40px;
}

#header #logo a {
	background: url(../images/pnm/logo.png) no-repeat;
	width: 220px;
	height: 90px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

/* IE6 8-Bit Logo Fallback */

* html #header #logo a {
	background: url(../images/pnm/logo_8bit.png) no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  #header #logo a {
    background-image: url(../images/pnm/logo@2x.png);
    background-size: 220px 90px;
  }
}

#header #logo span {
	display: none;
}

#header #cartnav {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30px;
	color: #a2b6c9;
}

#header #cartnav a {
	color: #dbe7f3;
}

#header #cartnav a:first-child {
	margin-left: 8px;
}

#header #cartnav a:hover {
	color: #fff;
	text-decoration: underline;
}

#header #nav, #header #nav li {
	float: left;
	list-style-type: none;
	margin: 0;
}

#header #nav li a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #a2b6c9;
	background-color: #2e455d;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-left: 20px;
	width: 90px;
	text-align: right;
	padding-right: 10px;
	height: 45px;
	padding-top: 55px;
	/*margin-top: 30px;*/
}

#header #nav li.active a,
#header #nav li a:hover {
	color: #3e5d7d;
	background: #fff url(../images/pnm/nav_background.png) repeat-x 0 top;
	padding-bottom: 2px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  #header #nav li.active a,
  #header #nav li a:hover {
    background-image: url(../images/pnm/nav_background@2x.png);
    background-size: 100px 90px;
  }
}

#header #nav li a .cart-contents {
  display: block;
	font-size: 12px;
}


/* @end */

/* @group Recent */

#recent {
	float: right;
	list-style-type: none;
}

#recent li {
	float: left;
	text-align: right;
	margin-left: 20px;
}

#recent li a {
	color: #fff;
	display: block;
	width: 90px;
	height: 60px;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 10px;
	overflow: hidden;
}

#recent .make {
	display: block;
	font-size: 17px;
	font-weight: bold;
}

/* @end */

/* @group Make Browser */

#make_browser {
	clear: both;
	min-height: 120px;
	list-style-type: none;
	list-style: none;
	margin: 0 0 20px;
}

#make_browser li {
	float: left;
	text-align: right;
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: 20px;
}

#make_browser li.first {
	margin-left: 0;
}

#make_browser li.info {
	color: #fff;
	text-align: left;
	width: 660px;
	min-height: 105px;
	background-image: none;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
}

#make_browser li h3 {
	color: #fff;
}

#make_browser li a {
	color: #fff;
	display: block;
	width: 210px;
	height: 25px;
	font-size: 17px;
	padding-top: 95px;
	overflow: hidden;
	padding-right: 10px;
	font-weight: bold;
}

#make_browser li.info a {
	color: #fff;
	display: inline;
	width: auto;
	height: auto;
	font-size: inherit;
	padding-top: 0;
	overflow: auto;
	padding-right: 0;
	font-weight: normal;
}

#make_browser li.inactive:hover {
	opacity: 1;
}

#make_browser .honda {
	background-image: url(../images/pnm/make_honda.png);
}

#make_browser .yamaha {
	background-image: url(../images/pnm/make_yamaha.png);
}

#make_browser .kawasaki {
	background-image: url(../images/pnm/make_kawasaki.png);
}

#make_browser .suzuki {
	background-image: url(../images/pnm/make_suzuki.png);
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  #make_browser .honda {
    background-image: url(../images/pnm/make_honda@2x.png);
    background-size: 220px 120px;
  }

  #make_browser .yamaha {
    background-image: url(../images/pnm/make_yamaha@2x.png);
    background-size: 220px 120px;
  }

  #make_browser .kawasaki {
    background-image: url(../images/pnm/make_kawasaki@2x.png);
    background-size: 220px 120px;
  }

  #make_browser .suzuki {
    background-image: url(../images/pnm/make_suzuki@2x.png);
    background-size: 220px 120px;
  }
}

/* @end */

/* @group Models */

#model {
	width: 220px;



	border: 1px solid #cfcfcf;
	font: 23px Arial, "Helvetica Neue", Helvetica, Geneva, "Liberation Sans", FreeSans, sans-serif;
	background-color: #fff;
	margin-top: 20px;
}


#models {
	list-style-type: none;
	margin: 20px 0 0;
}

#models li h3 {
	float: left;
	clear: both;
	width: 100px;
	text-align: right;
}

#models li ul {
	margin: 0 0 0 100px;
}

#models li ul li {
	float: left;
	text-align: right;
	margin-bottom: 20px;
	margin-left: 20px;
	list-style-type: none;
}



#models li a {
	color: #fff;
	display: block;
	width: 90px;
	height: 30px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#models .make {
	display: none;
	font-size: 17px;
	font-weight: bold;
}



/* @end */

/* @group Pagination */

.nav {
	color: #bbb;
	height: 22px;
	margin-left: 240px;
}

.nav select {
	border: 1px solid #cfcfcf;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, "Liberation Sans", FreeSans, sans-serif;
}

.pagination a {
	color: #3d5d7d;
}

.pagination {
	float: right;
}

.nav.bottom .pagination {
	margin-bottom: 20px;
}

.pagination * {
	padding: 2px 6px;
}

.pagination a:hover, .pagination .active {
	background-color: #3d5d7d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
}

/* @end */

/* @group Product Listing */

#products {

	margin-bottom: 20px;
	margin-left: 237px;
}

.product {
	width: 670px;
	padding: 20px 20px 20px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(../images/pnm/product_background.png) repeat-x 0 bottom;
	min-height: 100px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .product {
    background-image: url(../images/pnm/product_background@2x.png);
    background-size: 120px 120px;
  }
}

.product a.photo {
	cursor: url(/images/pnm/moozoom_in.cur), auto;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.product a.photo.wait {
	cursor: wait;
}

img.photo_zoom {
	cursor: url(/images/pnm/moozoom_out.cur), auto;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	z-index: 3;
	display: block;
}

img.close.moozoom {
	z-index: 5;
}




.product div.photo{
	cursor: not-allowed;
}


.product .photo {
	float: left;
	width: 100px;
	text-align: center;
}

.product .photo img{
	max-width: 100px;
	max-height: 100px;
}

.product .info {
	margin-left: 110px;
	margin-right: 140px;
}

.product .description {
	margin-bottom: 0;
	width: 340px;
}

.product .more-info {
	color: #a90800;
	font-weight: bold;
}

.product .more-info:hover {
	text-decoration: underline;
}

.product .name, .product .name a, .product .price {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.product .name.highlight {
	font-weight: normal;
}

.product .price {
	text-align: right;
}

.product .price .cents {
	vertical-align: super;
}

.product .id,
.product .price .cents,
.product .type {
	font-size: 10px;
}

.product .type {
	font-weight: bold;
	color: #3e5d7d;
	min-height: 20px;
	text-transform: uppercase;
}

.product .add-cart {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #a90800;
	width: 120px;
	height: 40px;
	line-height: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.product .add-cart:hover{
	background-color: #be0900;
}

.product .side {
	float: right;
	width: 120px;
	margin-top: -4px;
}

#products .more {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #a90800;
	width: auto;
	height: 40px;
	line-height: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	text-align: center;
}

#products .more.inline {
	display: inline-block;
	padding: 0 20px;
}

#products .more:hover{
	background-color: #be0900;
}

/* @end */

/* @group Carousel */

.carousel {
	float: left;
	width: 440px;
	height: 170px;
	background-color: #3f403f;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: right;
	background-image: url(../images/pnm/textured_dark.png);
	margin-bottom: 20px;
	margin-left: 20px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .carousel {
    background-image: url(../images/pnm/textured_dark@2x.png);
    background-size: 120px 120px;
  }
}

.carousel.first {
	margin-left: 0;
}

.carousel, .carousel a {
	color: #fff;
}

.carousel h2 {
	color: #262626;
	text-shadow: #656565 0 1px 1px;
}

.carousel .controls {
	float: left;
	width: 210px;
	padding-top: 40px;
}

.carousel .scroller {
	float: right;
	width: 215px;
	overflow: hidden;
	height: 170px;
	margin-right: -10px;
}

.carousel .scroller .slider {
	width: 1000px;
}

.carousel ul {
	width: 215px;
	float: left;
	margin: 0;
	list-style-type: none;
}

.carousel li {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 92px;
	height: 75px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 5px;
	background: white url(../images/pnm/loader.gif) no-repeat center center;
	padding-right: 5px;
	list-style-type: none;


/*cursor: pointer;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.carousel li .name {
	background: #787978;
	background: rgba(63,64,63,0.7);
	padding: 2px;
	display: block;
}

.carousel li .price {
	background: #9f9f9f;
	background: rgba(63,64,63,0.5);
	padding: 1px 2px 2px;
}

.carousel.text {
	text-align: left;
}

.carousel.text h2,
.carousel.text * {
	color: #fff;
}

/* @end */

/* @group Featured */

.featured {
	background: url(../images/pnm/featured_background.png) repeat-x;
	border-radius: 10px;
	font-weight: bold;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: right;
	height: 120px;
	width: 460px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-left: 20px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .featured {
    background-image: url(../images/pnm/featured_background@2x.png);
    background-size: 120px 120px;
  }
}

.featured a {
	color: #2e455d;
}

.featured .frame {
	height: 80px;
	width: 270px;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 170px;
	overflow: hidden;
	background: none no-repeat left center;
}

.featured.first {
	margin-left: 0;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: left;
	width: 227px;
	margin-bottom: 20px;
	margin-right: 10px;
	color: #bbb;
}

#sidebar ul {
	margin: 0 0 0 20px;
}

#sidebar p {
	margin-bottom: 0;
}

#sidebar h4 {
	margin-top: 10px;
}

#sidebar a, #cart a {
	color: #3d5d7d;
}

#sidebar a:hover, #cart a:hover {
	text-decoration: underline;
}

#sidebar .active span {
	color: #a90800;
	line-height: 0;
	font-weight: bold;
	font-size: 18px;
	vertical-align: -3px;
	padding-left: 4px;
	padding-right: 4px;
}

#sidebar .active{
	color: #a90800;
	font-weight: bold;
}

#sidebar .active:hover{
	text-decoration: none;
}

#sidebar .active:hover span {
	text-decoration: none;
	background-color: #a90800;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#sidebar .filter .more{
		display: none;
}

/* @end */

/* @group Footer */

#footer, #footer a {
	color: #a2b6c9;
	font-weight: bold;
}

#footer a {
	margin-left: 20px;
}

#footer {
	clear: both;
	background: #3e5d7d;
	text-align: left;
	padding: 10px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

#footer .links {
	float: right;
	text-align: right;
	position: relative;
}

#disclaimer {
	margin-bottom: 40px;
	color: #787978;
	font-style: italic;
}

/* @end */

/* @group Cart */

#cart .floatingBox{
	margin-bottom: 20px;
}

#cart {
	margin-top: 120px;
	margin-left: 240px;
}

.cart #content{
	/*margin-bottom: 20px;*/
	/*margin-top: 120px;*/
}

.cart h2.headline {
	/*clear: both;*/
	float: none;
	margin-bottom: 0;
}

.cartHeading .controls {
	float: right;
}

.cartProgress {
	line-height: 40px;
	font-size: 18px;
}

.cartProgress > *:last-child {
	/*border-right-style: solid;*/
	/*border-right-width: 2px;*/
}

.cartProgress a,
.cartProgress span {
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.cartProgress a:hover {
	border-bottom-width: 4px;
}

.cartProgress .completed {
	color: #dd9e9a;
}

.cartProgress .completed:before {
	content: "✓";
}

.cartProgress .active {
	border-bottom-width: 4px;
	color: #a90800;
}

.cartProgress .active:before {
	content: "►";
}

.cartProgress .disabled {
	color: #ccc;
}

.cartProgress .disabled:before {
	content: "▷";
}


.cart #sidebar {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.cart #sidebar .well {
	background-color: #dbdbdb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(219, 219, 219)), to(rgb(190, 190, 190)));
	background-image: -webkit-linear-gradient(top, rgb(219, 219, 219), rgb(190, 190, 190));
	background-image: -moz-linear-gradient(top, rgb(219, 219, 219), rgb(190, 190, 190));
	background-image: -ms-linear-gradient(top, rgb(219, 219, 219), rgb(190, 190, 190));
	background-image: linear-gradient(top, rgb(219, 219, 219), rgb(190, 190, 190));


	border-radius: 10px;
	padding: 10px;
	/*float: left;*/
	margin-bottom: 20px;
	/*overflow: hidden;*/
	/*margin-left: 20px;*/
}

.cart #sidebar h4 {
	color: #000;
	margin-bottom: 10px;
}

.cart #sidebar h4 .price,
.cartContents tfoot th .price {
	color: #a90800;
}

.cart #sidebar {
	color: #000;
}

.cart #sidebar h4 {
	/*margin-bottom: 0;*/
}

#orderTotals{
}

#orderTotals td {
	padding-bottom: 10px;
	vertical-align: middle;
	color: #555;
}

#orderTotals tr > td:first-child{
	text-align: left;
}

#orderTotals tr:last-child {
	border-top: 1px solid #aaa;
	font-size: 16px;
	font-weight: bold;
}

#orderTotals tr:last-child > td {
	color: #a90800;
}

#orderTotals .ot-total-Text,
#orderTotals .ot-total-Amount {
	padding-top: 15px;
}

.cartColumn {
	width: 75%;

}


#sidebar input.btn{
	width: 100%;
}

.btn {
	cursor: pointer;
}

.btn-link .btn {
	/*display: block;*/
	font-weight: bold;
	text-align: center;
}

.btn-help .btn {
	cursor: help;
}

.btn-default .btn {
	display: block;
	padding: 0 10px;
	/*font-size: 14px;*/
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #2e455d;
	line-height: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	padding: 0 10px;
}

.btn-default .btn:hover{
	background-color: #3e5d7d;
}

.btn-primary .btn {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #a90800;
	line-height: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	padding: 0 10px;
}

.btn-primary .btn:hover{
	background-color: #be0900;
}

#sidebar a.btn-primary:hover {
	text-decoration: none;
}


.btn-bottom .btn {
	display: block;
	font-weight: bold;
	/*text-align: center;*/
	color: #000;
	background-color: #dbdbdb;
	line-height: 40px;
	/*-moz-border-radius: 10px;*/
	/*-webkit-border-radius: 10px;*/
	/*border-radius: 10px;*/
}

.btn-small .btn {
	font-size: 11px;
	padding: 4px 8px;
	line-height: 20px;
}

.button_checkout {
}

.button_shipping_estimator {
	background: url("../images/icons/delivery.svg") no-repeat;
	background-position: 15px center;
	background-size: auto 50%;
	margin: 0 -10px -10px -10px;
	padding-left: 50px;

	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.btn-left .btn{
}

.button_continue_shopping {
}



.checkout-option {
	text-align: center;
	color: #888;
	margin: 10px 0;
}

.checkout-option span {
	margin: 0 5px;
}

.checkout-option hr {
	display: inline-block;
	width: 40%;
	height: auto;
	margin: 0;
	vertical-align: middle;
	border: none;
	border-top: 1px solid #aaa;
}

#sidebar #PPECbutton {
	text-align: center;
	margin-bottom: 10px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	#sidebar #PPECbutton a {
		background-image: url(//www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-large.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		display: block;
	}

	#sidebar #PPECbutton img {
		visibility: hidden;
	}
}


.cartContents {
	width: 99%;
}

.cartContents .photo img {
	max-width: 50px;
	max-height: 50px;
}

.cartContents td,
.cartContents th {
	/*width: 25%;*/
}

.cartContents td:first-child,
.cartContents th:first-child {
	width: 60%;
}

.cartContents thead {
	border-bottom: 1px solid #bbb;
}

.cartContents thead th {
	color: #bbb;
	font-weight: normal;
}

.cartContents thead th:first-child {
	visibility: hidden;
}

#checkoutconfirmationBody .cartContents thead th:first-child {
	visibility: visible;
}

.cartContents tbody td {
	padding: 10px 10px;
}

.cartContents .product .info {
	margin-right: 0;
}


.cartContents tbody td.quantity > input:first-child,
.cartContents tbody td.quantity > .qty {
	font-size: 18px;
	width: 90%;
}

.cartContents tbody td.quantity .controls {
	color: #bbb;
}

.cartContents tbody td.quantity .controls a,
.cartContents tbody td.quantity .controls input {
	color: #888;
	font: 12px/20px Arial, "Helvetica Neue", Helvetica, Geneva, "Liberation Sans", FreeSans, sans-serif;
	font-size: 10px;
	border: none;
	background: transparent;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.cartContents tbody td.quantity .controls a:hover,
.cartContents tbody td.quantity .controls input:hover {
	text-decoration: underline;
}

.cartContents tbody td.quantity input {
}

.cartContents .stock-in {
	color: #159d06;
}

.cartContents .stock-out {
	color: #a90800;
}

.cartContents tfoot {
	border-top: 1px solid #bbb;
}

.cartContents tfoot th{
	font-size: 14px;
	text-align: right;
	padding: 5px 0;

}


#cart h1{
	font-size: 48px;
	padding-bottom: 10px;
	position: absolute;
	margin-left: -240px;
	margin-top: -80px;
}

address.back {
	width: 25%;
}

#cart h1#productName {
	margin-top: -147px;
}



fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(../images/pnm/product_background.png) repeat-x 0 bottom;

}

span.markProductOutOfStock {

}

span.cartProdModel {
	margin-right: 20px;
}



span.markProductOutOfStock {
	color: #a90800;
	line-height: 0;
	font-weight: bold;
	font-size: 16px;
	padding-left: 4px;
	padding-right: 4px;
}

span.markProductOutOfStock {
	text-decoration: none;
	background-color: #a90800;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


td.cartQuantity .markProductOutOfStock {
	display: none;
}

fieldset legend {
	font-size: 18px;
	font-weight: bold;
	color: #a90800;


}

fieldset legend img {
	vertical-align: middle;
}

fieldset label[for=pmt-paypalwpp] img {
	float: right;
}

fieldset fieldset legend{
	font-size: 14px;
}

.tableHeading, #cartSubTotal {
	background-color: #fff;
	color: #a90800;
}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	background: url(../images/pnm/product_background.png) repeat-x 0 bottom;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	background: url(../images/pnm/product_background.png) repeat-x 0 bottom;
	}

TR.tableHeading {
	background-color: #3e5d7d;
	color: #fff;
	height: 2em;
}



/* @end */


.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.floatingBox  {
	width: 46%;
	margin-bottom: 20px;
}


.cart label {
	font-weight: bold;
}

.addressRow {
	width: 33%;
	float: left;
	margin-bottom: 20px;
}

.addressRow::first-line {
	font-weight: bold;
	font-size: 14px;
}

.text-muted {
	color: #bbb;
}

.header-muted {
	color: #bbb;
	text-align: center;
	margin: 60px 0;
}

.header-muted a {
	color: #999;
}

#createAcctDefault fieldset input,
#createAcctDefault fieldset select {
	max-width: 229px;
}

/**
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content/
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
