body, h1, h2, h3, h4, h5, h6, div, span, #footer ul, #navWrapper ul, #navWrapper p, .sidebar ul, .sidebar li, .sidebar li p, dd, dl, dt, h1 p {
	margin: 0;
	padding: 0;
}
/* Universal helpers */
.block {
  overflow: hidden;
}
.margin20right {
  margin-right: 20px;
}
.border-right {
  border-right: 1px solid #000;
  padding-right: 25px;
}
.border-left {
  border-left: 1px solid #000;
  padding-left: 10px;
}
.border-top {
  border-top: 1px solid #000;
  padding-top: 10px;
}
.border-bottom {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.float-left, .image img {
  float: left;
}
.float-right {
  float: right;
}

/* Strictly structure */
#page {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
#header {
	padding:20px 10px 0 0;
}
  #header .logo, #header .logo img {
	float: left;
	border: 0;
	margin-top: 15px;
  }
  #header .meta {
    float: right;
    padding: 0 65px 5px 0;
  }
    #header .meta li {
      display: inline;
      padding: 0 20px 0 0;
    }
  #header .search {
    clear: right;
    float: right;
    height: 32px;
    margin:10px 30px 0 0;
    padding:15px 0 0 30px;
    width:295px;
  }
    #header .search .query {
      padding: 3px 5px;
      margin: 0 10px 0 0;
      width: 230px;
    }
    #header .search .submit {
      width: 24px;
      height: 23px;
      position: relative;
      top: -4px;
    }
    #navWrapper {
	clear:both;
	height: 50px; /* overflow: hidden won't work because of dropdowns */
	line-height: 50px;
	list-style: none;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 20px #222; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #222; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 20px #222; /* Opera 10.5, IE 9.0 */
		filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')"; /* IE8 */
	vertical-align: middle;
  	}
    #cssmw a {
    	display: block;
    	width: 120px;
    	padding: 0 8px;
    	outline: none;
    	
    }
    #cssmw ul {
	  text-align:left;
	  white-space:normal;
      margin: 0;
      padding: 0;
      line-height: 34px;
	  height: 34px;
	  vertical-align: middle;
    }
    #cssmw li.top {
      padding: 0px 20px;
	  height: 50px;
	  line-height: 50px;
	  display: block;
	  vertical-align: middle;
    }
    #cssmw li:hover > ul a  {
	  border:1px solid #333333;
	  padding:0px 8px;
	  -moz-border-radius: 10px; /* FF1+ */
	  -webkit-border-radius: 10px; /* Saf3+, Chrome */
	  border-radius: 10px; /* Opera 10.5, IE 9 */
	  -moz-box-shadow: 0px 0px 10px #222; /* FF3.5+ */
	  -webkit-box-shadow: 0px 0px 10px #222; /* Saf3.0+, Chrome */
	  box-shadow: 0px 0px 10px #222; /* Opera 10.5, IE 9.0 */
    }
    #cssmw li:hover > ul li ul {
      margin: -37px 0 0 138px;
    }
    

#banner {
  margin: 20px 10px 20px 0;
  padding: 25px;
  overflow: hidden;
}
  #banner .block {
	padding: 0px;
  }
  #banner .info {
	float: none;
	width: 900px;
  }
  #banner .preview {
    float: right;
  }
  #banner p {
    padding: 15px 0;
  }
	.ps_highlight .ps_highlight {
	  background-image: none;
	  background-color:transparent;	
	}
#main {
  /*margin:-20px;*/
  overflow: hidden;
  clear:both;
  padding:0;
margin-top: 20px;
}
  .sidebar {
	float:right;
	width: 250px;
  }
  .accordion {
	  margin-right:10px;
  }
    .sidebar .block {
      margin-bottom: 0;
      padding: 10px 0 10px 10px;
    }
    .sidebar h1 {
      padding: 0 0px 10px 5px;
    }
    .sidebar li a {
      display: block;
      padding: 0 0 5px 0;
    }
  .content {
    width: 680px;
  }
    .content a.button, .content input.button {
      padding: 5px 20px;
      position: relative;
      top: 10px;
    }
    .content p {
      padding: 5px 0;
    }
    .content h1 {
      padding: 0 0 5px 0;
    }
    .content h3 {
      padding: 0 0 6px 0;
    }
    .content .block {
      margin: 10px;
    }
	.content .popularTitle {
		background-image:none;
		border:0;
	}
	.content .featuredTitle {
		background-image:none;
		border:0;
	}
	.content .hr {
		display:none;
	}
    .content .half {
      width: 300px;
      float: left;
    }
    .content .half.rightHalf {
      float: right;
    }
    .content .news {
		width:662px;
		float: left;
    }
    .buttonwrapper {
	  margin: 10px 0;
	  text-align:right;
	overflow: hidden;
	}
	.buttonwrapper .button {
		overflow: hidden;
	}
    .ps_buttons, a.ps_buttons {
      border: 1px solid #3E434B;
         -moz-border-radius: 10px; /* FF1+ */
      -webkit-border-radius: 10px; /* Saf3+, Chrome */
              border-radius: 10px; /* Opera 10.5, IE 9 */
			  padding:0 10px !important;
			font-size: 13px;
			line-height: 25px !important;
			text-decoration: none;
			font-weight: bold;
			width: auto;
			overflow: visible;
	}
    .page .contentBox p {
      padding: 0 0 15px 0;
    }
  .resultsLink a {
float:right;
margin-right:10px;
}
#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right:10px;
	text-align: center;
}
  #footer ul {
    overflow: hidden;
  }
  #footer li {
    display: block;
    float: left;
    padding: 15px 25px;
  }


/* Simply styles */
#header {
  
}
  #header .meta {
    list-style: none;
  }
    #header .meta li {
    }
    #header .meta li a {
		border: 0;
		background-color: transparent;
    }
  #header .search {
	  border:1px solid #333333;
	  -moz-border-radius: 40px 10px 0 0; /* FF1+ */
	  -webkit-border-radius: 40px 10px 0 0; /* Saf3+, Chrome */
	  border-radius: 40px 10px 0 0; /* Opera 10.5, IE 9 */
	  background-position:0 20px;
  }
    #header .search .query {
        border: 1px solid #3E434B;
        -moz-border-radius: 10px; /* FF1+ */
        -webkit-border-radius: 10px; /* Saf3+, Chrome */
        border-radius: 10px; /* Opera 10.5, IE 9 */
    }
    #header .search .submit {
	  font-size:0;
      border: none;
      background-image: url('../images/searchicon.png');
	  background-repeat:no-repeat;
	  -moz-border-radius: 4px; /* FF1+ */
	  -webkit-border-radius: 4px; /* Saf3+, Chrome */
	  border-radius: 4px; /* Opera 10.5, IE 9 */
	  border: 1px solid #333;
    }

#banner {
}
  #banner .block {
    border: 1px solid #111;
       -moz-border-radius: 10px; /* FF1+ */
    -webkit-border-radius: 10px; /* Saf3+, Chrome */
            border-radius: 10px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 20px #222; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #222; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 20px #222; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')"; /* IE8 */
	background-color: #3C4043;
  }
  #banner h1 {
    text-transform: uppercase;
    text-shadow: #000 1px 1px 4px;
font-size: 26px;
  }
  #banner p {
    letter-spacing: 1px;
	
  }
#main {
}
  .sidebar  {
  }
    .sidebar li {
    }
    .sidebar a {
    }
	.separator {
	  background-color:transparent;
	  margin: 20px;
	}
	.sidebar .news {
		margin-left:-10px;
        padding:0 10px 0 0;
	}
	.sidebar ul {
	  list-style:none outside none;
	}
 .ps_pod1, .ps_pod2, .ps_pod3, .ps_pod4, .ps_pod5, .ps_footer, .sidebar .newsArticles {
      border: 0;
	  -moz-border-radius: 10px; /* FF1+ */
	  -webkit-border-radius: 10px; /* Saf3+, Chrome */
	  border-radius: 10px; /* Opera 10.5, IE 9 */
	 
  }
  .ps_pod1 .ps_pod1 {
	background-image:none;
	background-color:transparent;  
  }
  .sidebar .newsArticles  {
	  margin-bottom: 20px;
  }
  .sidebar .newsArticles h2{
	  padding: 5px 10px;
       -moz-border-radius: 8px 8px 0 0; /* FF1+ */
    -webkit-border-radius: 8px 8px 0 0; /* Saf3+, Chrome */
            border-radius: 8px 8px 0 0; /* Opera 10.5, IE 9 */
  }
  .content{
  }
  .sidebar .newsArticles p{
	  padding: 10px;
  }
  
  .sidebar .newsArticles h2 p {
	  padding: 0;
	  margin: 0;
  }
    .content a.button, .content input.button, #WAATKLogInForm .text-indent a {
	-moz-box-shadow: 0px 0px 20px #222; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #222; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 20px #222; /* Opera 10.5, IE 9.0 */
      
         -moz-border-radius: 10px; /* FF1+ */
      -webkit-border-radius: 10px; /* Saf3+, Chrome */
              border-radius: 10px; /* Opera 10.5, IE 9 */
    }
    .content input.button {
      border: 1px solid #F8800B;
    }
    .content h2 {
    }
    .content h3, .sidebar h2 {
      letter-spacing: 1px;
    }
    .content p {
    }
    .content img {

    }
    .content img.float-left, .image img {
      margin: 5px 10px 3px 0;
	  width: 100px;
    }
#footer {
}
  #footer ul li {
    padding-right: 0px;
  }
  #footer ul li a {
	text-decoration: none;
	border-right: solid 1px;
	padding-right: 20px;
}
  #footer ul li.last a {
	border: 0;
	}
/*
  #footer ul li:after {
    content: ' | ';
    padding-left: 20px;
  }
  #footer ul li.last:after {
    content: '';
  }
*/
  
/* Accordion*/

dl.nestedaccordion
{
	margin-bottom: 15px;
      border: 0;
}

dl.nestedaccordion dt
{
	height: auto;
	background-image: url(../../../plugins/side_menu/images/icon_accordion_closed.png);
	background-repeat: no-repeat;
	  -moz-border-radius: 10px 10px 0 0; /* FF1+ */
	  -webkit-border-radius: 10px 10px 0 0; /* Saf3+, Chrome */
	  border-radius: 10px 10px 0 0; /* Opera 10.5, IE 9 */
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
dl.nestedaccordion > dt {
	padding: 4px 0 3px 10px !important;
}
dl.nestedaccordion > dd {
  padding: 7px 0 10px 0 !important;
}
dl.nestedaccordion dd dl dd{
  /*padding: 0 !important;*/
}
dl.nestedaccordion dt.open
{
	background-image: url(../../../plugins/side_menu/images/icon_accordion_open.png);
}

dl.nestedaccordion dt:hover
{
	text-decoration:underline;
}

dl.nestedaccordion dt.selected 
{
	background-color: #f8800b;
}
dl.nestedaccordion dd dl dt.selected 
{
	background-image: url(../../../plugins/side_menu/images/icon_accordion_closed_hover.png);
}

dl.nestedaccordion dt.open:hover, dl.nestedaccordion dt.open.selected
{
	background-image: url(../../../plugins/side_menu/images/icon_accordion_open_hover.png);
}

dl.nestedaccordion dd dl dt
{
	  -moz-border-radius: 0; /* FF1+ */
	  -webkit-border-radius: 0; /* Saf3+, Chrome */
	  border-radius: 0; /* Opera 10.5, IE 9 */
}

dl.nestedaccordion dd dl dt:hover
{
}

/* Product pages only */
.contentBox {
	margin: 10px 0;
	padding:10px;
	font-size: 12px;
	line-height: 16px;
}
.retailPrice {
	text-decoration:line-through;
}
.contentBox2 {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	margin: 0 0 10px 0;
}
.result_header .ps_main {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	overflow: hidden;
}
.result_header .ps_main .name {
	float: left;
	padding: 10px 0 10px 10px;
}
.result_header .ps_main .tableHeader {
	padding: 10px;
}
.result_header .ps_main .name a {
	text-decoration: none;
}
.result_header .ps_main .price {
	float: right;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 10px 0;
}
.result_count_top {
	margin:10px 0;
}
.content.product {
}
  .contentBoxWrapper .productResultsWrapper {
    margin:15px 0;
    overflow: hidden;
    padding: 5px 25px;

  }
  .content.product .block.below {
    margin-top: 20px;
  }
  .content.product .block {
    clear: left;
    padding-bottom: 5px;
    overflow: hidden;
	margin:0;
    -moz-border-radius: 8; /* FF1+ */
    -webkit-border-radius: 8; /* Saf3+, Chrome */
    border-radius: 8; /* Opera 10.5, IE 9 */
  }
  .titleCart {
    -moz-border-radius: 8px 8px 0 0; /* FF1+ */
    -webkit-border-radius: 8px 8px 0 0; /* Saf3+, Chrome */
    border-radius: 8px 8px 0 0; /* Opera 10.5, IE 9 */
  }
  .content.product h2 {
    /*padding-bottom: 20px;*/
  }
  .content.product h2 .price {
    float: right;
  }
  .content.product h3.ProductPrice {
    float: right;
  }
  .content.product h2.WADAPageTitle {
    float: left;
  }
  .contentBoxWrapper .productResultsWrapper .left {
    width: 120px;
    float: left;
  }
  .contentBoxWrapper .productResultsWrapper .right {
    width: 400px;
    float: left;
    padding: 0 0 0 10px;
  }
  .contentBoxWrapper .productResultsWrapper h2 a {
  }
  .contentBoxWrapper .productResultsWrapper img {
    border-width: 3px;
    float: left;
    margin: 0 10px 10px 0;
    max-width: 100px;
  }
  .contentBoxWrapper .productResultsWrapper .right img {
    display: none;
  }
  .contentBoxWrapper .productResultsWrapper .button {
    display: block;
    float: right;
  }
.contentBoxWrapper .productResultsWrapper {
	
}
  .content.product .buy p strong {
    margin-right: 15px;
    vertical-align: bottom;
  }
  #wagmp_map_1 {
	width: 600px;
	margin: 0 30px 30px;
  }
  .addToCart .ProductPrice {
	  clear:both;
	float:left;
	text-align:right;
	width:530px;
	padding-top: 5px;
	display: none;
  }
  .addToCart input[type=submit]{
    float:right;
  }
  .bottomLinkWrapper {
	text-align: right;
	margin: 10px 0;
  }
  .bottomLinkWrapper  li {
    float:right;
  }
  .bottomLinkWrapper  li.first:before {
    content: ' | ';
	padding: 5px;
  }
  .bottomLinkWrapper ul {
    list-style:none;
  }
  #CouponGroup {
	float:left;  
	margin:0;
	padding:0;
  }
  .ProductPrice.aboveAddToCart {
	display: none;  
  }
.checkoutHeader {
padding:10px;
}
#WA_Store_Cart_1_ATC_Form p.ATC_Button_Wrapper {
	clear:both;
	padding-top: 5px;
}
.details.ps_pod1 {
	margin-left: 220px;
}
.ps_pod5 .links {
	padding: 10px;
}
.links .paginationLinks{
	margin-left: 20px;
}
.links .paginationLinks a{
	margin-left: 5px;
}
.productResultsWrapper {
	overflow: hidden;
}
.productResultsWrapper .left {
	float:left;
	width:140px;
	padding: 10px;
}
.productResultsWrapper .right {
	margin-left: 165px;
}

.productDetailWrapper .left {
	overflow: hidden;
}
.productDetailWrapper .left .imageWrapper {
	float: left;
	width: 325px;
}
.productDetailWrapper .left #ProductLongDesc {
	margin-left: 325px;
}
.productDetailWrapper #ProductShortDesc {
	margin: 10px 0;
}
.result_header .ps_main .name {
	float:left;
	width: 400px;
	overflow: hidden;
}
#addFields, .addToCartSelect {
	overflow: hidden;
}
.productCart .imageWrapper {
	border: 0;
}
.titleCart {
	text-align: right;
	word-spacing: 40px;
	padding-right: 25px;
	border-left: 0 !important;
	border-right: 0 !important;
}
.cartLeftInfo {
	overflow: hidden;
}
.cartLeftInfo .imageWrapper {
	float: left;
	width: 170px;
}
.cartLeftInfo .description {
	margin-left: 180px;
	width: 470px;
	padding-top: 5px;
	font-size: 12px;
}
.bottomLinkWrapper {
	overflow: hidden;
}
.bottomLinkWrapper .button a {
	padding: 5px;
}

/* product results grid */

.content.product .contentBoxGrid h2 {
	padding-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	width: 190px;
}
.content.product .contentBoxGrid h3 {
	padding: 5px 0 0 5px;
}
.contentBoxGrid {
	overflow: hidden;
	float:left;
	width: 210px;
	margin: 10px 17px 10px 0;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 20px #222; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #222; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 20px #222; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')"; /* IE8 */
}
.contentBoxGrid.thirdBox {
	margin-right: 0;
}
.bottom .price {
	float: left;
	padding-top:5px;
	padding-left:5px;
}
.gridBox {
	padding:0 4px;
	margin: 5px 0;
}
.gridBox .imageWrapper{
	height: 200px;
	width: 205px;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-align: center;
}
.gridBox .imageWrapper img {
	border: 0;
}
.gridWrapper {
}
.gridWrapper .resultsLink {
	float: left;
	width:665px;
}
.content.product .gridWrapper .block {
	padding-bottom: 0;
}
.gridWrapper .contentBox {
	width: 658px;	
}
.bottom {
	overflow: hidden;
	font-size: 14px;
	padding-top: 3px;
}
.bottom a {
	float:right;
	padding: 5px 5px 0;
	font-size: 14px;
	color: #fff;
}

.button-wrapper {
	padding: 5px 0;
	margin-bottom: 10px;
}

.cart-editable tr.separator td {
	border-top-color: #000;
}
#WACartForm #CouponGroup input[type="text"] {
	margin-top: 1px;
	padding-top: 6px;
}

/* pricing */

h1.larger {
	overflow: hidden;
	margin-bottom: 5px;
}
#WADAPageTitle {
	float: left;
	width: 350px;
	overflow: hidden;
}
.larger .price {
	float: right;
	text-align: right;
}
.ProductPrice {
	display: block;
}
.ProductRetailPrice {
	display: block;
	font-size: 15px;
	text-align: right;
}
.ProductRetailPrice .strike {
	text-decoration: line-through;
}
.productDetailWrapper .addToCart {
	background-image: none;
}

.popular .info {
	margin-left: 112px;
}
.popular .buttonwrapper {
	text-align: left;
}
.float-right-pad {
	float: right;
	padding-top: 12px;
	padding-right: 12px;
}
.float-left-pad {
	float: left;
	padding-right: 12px;
	padding-left: 12px;
}
#subNav {
	background-image: url(../../../../images/navBackground.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 50px;
}
#headBox {
	list-style: none;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 20px #222; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #222; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 20px #222; /* Opera 10.5, IE 9.0 */
		filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')";
	width: 680px;
	padding-top: 10px;
	height: auto;
}
#subNavContent {
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.btnPad {
	padding-left: 14px;
	padding-right: 14px;
}
#letsRide {
	width: 600px;
	background-image: url(../../../../images/LetsRide_Header.png);
	background-repeat: no-repeat;
	height: 400px;
	background-position: center top;
	margin-top: 20px;
}
.social_btn {
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 15px;
}

.blkTxt {
	color: #000000;
}
