/* Strictly structure */
/*body, h1, h2, h3, h4, h5, h6, p, #cssmw, dl, dt, dd, form, input {
  margin: 0;
  padding: 0;
}*/
/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h2 {
	font-size: 1.8em;
	line-height: 2.4em;
}
p {margin: 0.8em 0;}
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: 
 */

.ps_pod1 a, .gridWrapper .top a {
	text-decoration: none;
}
#outerWrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
#header {
  overflow: hidden;
}
  #header .logo {
    float: left;
    padding: 16px 0 0 25px;
	width: 600px;
	min-height:60px;
  }
  #header .logo img {
    border:0;
  }
  #header .links {
    float: right;
		padding:7px 0;
    margin-top: 38px;
  }
    #header .links li {
		overflow: hidden;
	padding: 10px 0;	
    }
    #header .links li a{
	  padding:10px 10px;
    }
	
#navWrapper, #topNavigation {
  overflow: hidden;
  padding:4px 0 0 20px;
}
  #outerWrapper #navWrapper {
    clear: both;
    margin: 0px;
    padding: 7px 0 20px;
  }
#navWrapper {
  padding: 7px 0 0 0;
}
  #searchBox {
    float: right;
    margin: 3px 7px 0 0;
  }
    #searchBox .query {
      width: 200px;
	  height:23px;
    }
    #searchBox input[type="text"]{
	-moz-border-radius: 6px 0 0 6px; /* FF1+ */
	-webkit-border-radius: 6px 0 0 6px; /* Saf3+, Chrome */
	border-radius: 6px 0 0 6px; /* Opera 10.5, IE 9 */
	float: left;
    }
    #searchBox input[type="submit"]{
	-moz-border-radius: 0 6px 6px 0; /* FF1+ */
	-webkit-border-radius: 0 6px 6px 0; /* Saf3+, Chrome */
	border-radius: 0 6px 6px 0; /* Opera 10.5, IE 9 */
	float: left;
	padding:5px 15px 6px 15px;
	font-size:13px;
    }
  #cssmw {
    float: left;
    margin-bottom: 0;
	  text-align:center;
	  white-space:nowrap;
  }
    #cssmw a {
      display: block;
      padding:10px 0 11px;
	  width: 127px;
	-moz-border-radius: 6px 6px 0 0; /* FF1+ */
	-webkit-border-radius: 6px 6px 0 0; /* Saf3+, Chrome */
	border-radius: 6px 6px 0 0; /* Opera 10.5, IE 9 */
    }
    #cssmw ul {
	  text-align:left;
	  white-space:normal;
      margin: 0;
      padding: 0;
    }
    #cssmw li:hover > ul a {
      width: 140px;
      padding: 10px;
	  -moz-border-radius: 0; /* FF1+ */
	  -webkit-border-radius: 0; /* Saf3+, Chrome */
	  border-radius: 0; /* Opera 10.5, IE 9 */
    }
    #cssmw li:hover > ul li ul {
      margin: -36px 0 0 160px;
      padding-left: 0px;
    }
#contentWrapper {
  overflow: visible;
}
    #leftColumn1 {
      float: left;
      width: 217px;
    }
#contentWrapper .sidebar {
	overflow:visible;
}
  #contentWrapper .sidebar .block {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
  #contentWrapper .sidebar .block.last {
    padding: 0;
    margin: 0;
  }
  #contentWrapper .sidebar .block p {
    padding: 0 0 5px 0;
  }

.contentBox {
  padding: 13px;
}
.contentBoxGrid .contentBox {
  padding: 10px 0 0 0;
}
    /* Page styles */
	
.blockWrapper {
      -moz-border-radius: 6px; /* FF1+ */
      -webkit-border-radius: 6px; /* Saf3+, Chrome */
      border-radius: 6px; /* Opera 10.5, IE 9 */
	  margin-left: 15px;
	  width: 353px;
}		
.blockWrapper.block-large{
      -moz-border-radius: 6px 0 0 6px; /* FF1+ */
      -webkit-border-radius: 6px 0 0 6px; /* Saf3+, Chrome */
      border-radius: 6px 0 0 6px; /* Opera 10.5, IE 9 */
	  float:right;
	  width:727px;
}		
.blockWrapper.blockRight{
      -moz-border-radius: 6px 0 0 6px; /* FF1+ */
      -webkit-border-radius: 6px 0 0 6px; /* Saf3+, Chrome */
      border-radius: 6px 0 0 6px; /* Opera 10.5, IE 9 */
}	
.blockWrapper .block{
      padding: 10px;
	  margin: 0 0 0 5px;
}
#wagmp_map_1 {
	float:right;
	margin: 10px;
	width: 700px;
}
#innerWrapper  {
  margin-right:1px;
}
    #content {
		background-repeat:no-repeat;
		z-index:1;
		min-height:355px;
		padding-left:6px;
    }
	

.details.ps_pod1 {
      -moz-border-radius: 6px 0 0 6px; /* FF1+ */
      -webkit-border-radius: 6px 0 0 6px; /* Saf3+, Chrome */
      border-radius: 6px 0 0 6px; /* Opera 10.5, IE 9 */
}
    #content h1{
			margin:0 0 10px 20px;
    }
    #content .block{
      margin:0 0 0 15px;
    }
	#content .block #WADAPageTitle {
		display:none;
	}
    #content .block .resultsLink{
      margin:0 0 0 15px;
    }
    #content .mapWrapper{
      margin:0 0 10px 15px;
    }
    
    /* End Page styles*/
#footerWrapper {
  
}
  #footerWrapper ul {
    list-style: none;
    margin: 0;
    padding: 20px;
  }
    #footerWrapper ul li {
      display: inline;
    }
#footerBottom {
  height: 16px;
  width: 978px;
  margin: 0 auto 20px;
  padding: 10px 0;
}    
#footer a {
}    
    
/* Simply styles */
#outerWrapper {
  background: url('../images/outerWrapper_bg.png') repeat-y;
}
  #outerWrapper #navWrapper {
  }
  #outerWrapper #navWrapper #aboveNavigation {
	  height: 12px;
	  width: 100%;
    background: url('../images/topNavigation_above.png') no-repeat;
  }
  #outerWrapper #navWrapper #belowNavigation {
	  height: 12px;
	  width: 100%;
    background: url('../images/topNavigation_bg.png') no-repeat;
  }
#header {
}
  #header .links {
    list-style: none;
  }
    #header .links li {
		float:left;
    }
    #header .links li.firstlink a{ 
      -moz-border-radius: 6px 0 0 6px; /* FF1+ */
      -webkit-border-radius: 6px 0 0 6px; /* Saf3+, Chrome */
      border-radius: 6px 0 0 6px; /* Opera 10.5, IE 9 */
    }
	
    #header .links li.lastlink a{
    }
  #searchBox {
  }
    #searchBox .query {
    }
    #searchBox .submit {
    }
  #cssmw, #cssmw ul {
    list-style: none;
  }

  #contentWrapper .sidebar .block {
    border-bottom: 1px solid #A5A5A5;
  }
  #contentWrapper .sidebar .block.last {
    border: none;
  }
  #contentWrapper .sidebar .block h3 {
  }
  #contentWrapper .sidebar .block p {
  }
  #contentWrapper .sidebar .block a {
  }

.nestedaccordion {
	-moz-border-radius: 0 6px 6px 0; /* FF1+ */
	-webkit-border-radius: 0 6px 6px 0; /* Saf3+, Chrome */
	border-radius: 0 6px 6px 0; /* Opera 10.5, IE 9 */
}
.accordion_toggler_1_1 {
	-moz-border-radius: 0 6px 0 0; /* FF1+ */
	-webkit-border-radius: 0 6px 0 0; /* Saf3+, Chrome */
	border-radius: 0 6px 0 0; /* Opera 10.5, IE 9 */
	
}
  /* Product detail sidebar styles */
  #contentWrapper .product ul {
    border-top: 1px solid #A5A5A5;
    list-style: none;
  }
.contentBoxWrapper {
  overflow: hidden;
  background-image:url(../../../plugins/catalog/images/cart_separator.png);
  background-position:bottom center;
  background-repeat:no-repeat;
  
}
.resultsLink {
  width: 730px;
  float: left;
}
.resultsLink a {
  margin-right: 5px;
	margin-left:5px;
}
.productDetailWrapper .addToCart form {
	-moz-border-radius: 6px 0 0 6px; /* FF1+ */
	-webkit-border-radius: 6px 0 0 6px; /* Saf3+, Chrome */
	border-radius: 6px 0 0 6px; /* Opera 10.5, IE 9 */
	margin:0;
}
#WA_Store_Cart_1_ATC_Form .optionValuesTable {
  padding:0 5px;	
}
.contentBox {
  overflow: hidden;
  margin: 10px 0px 10px 18px;
	-moz-border-radius: 6px 0 0 6px; /* FF1+ */
	-webkit-border-radius: 6px 0 0 6px; /* Saf3+, Chrome */
	border-radius: 6px 0 0 6px; /* Opera 10.5, IE 9 */
}
.contentBox .checkoutHeader{
	-moz-border-radius: 6px 0 0 0; /* FF1+ */
	-webkit-border-radius: 6px 0 0 0; /* Saf3+, Chrome */
	border-radius: 6px 0 0 0; /* Opera 10.5, IE 9 */
	margin-bottom:10px;
}
  .contentBox h2, .contentBox h2 a {
  }
  .contentBox .price {
    float: right;
  }
	.contentBox .retailPrice {
		display:block;
		text-decoration:line-through;
	}
.contentBoxGrid {
  overflow: hidden;
  float:left;
  width: 211px;
	 margin: 10px;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
  
}
  .bottom .price {
    float: left;
	padding-top:5px;
  }
  .gridBox {
  }
  .gridBox .imageWrapper{
	 padding: 6px;
	 overflow: hidden;
	text-align: center;
	height: 200px;
  }
  .gridWrapper {
	margin-left: 10px;  
  }
  .gridWrapper h2, .gridWrapper h3, .gridWrapper h4{
	padding: 5px;  
  }
  .gridWrapper .resultsLink {
	width: 690px;  
  }
  .gridWrapper .links {
  	margin-left: -5px;
  }
  .contentBox p {
	  padding:5px;
  }
  .contentBox .productResultsWrapper .description {
	  margin-bottom:5px;
	  min-height:25px;
  }
  .contentBox .button {
	  margin:15px 0;
	  display:block;
  }
  .contentBoxGrid .top h2 {
	  width: 190px;
	  white-space:nowrap;
	  overflow:hidden;
  }
  .bottom a {
	  float:right;
	  clear:none;
	  padding:5px;
  }
  .bottom {
	float:left;
    width:100%;
  }
.button-wrapper {
	padding: 5px 20px;
	margin-bottom: 10px;
}
.button a, input[type=submit], input[type=button]{
    padding: 5px 10px;
    -moz-border-radius: 6px; /* FF1+ */
    -webkit-border-radius: 6px; /* Saf3+, Chrome */
    border-radius: 6px; /* Opera 10.5, IE 9 */
    width: auto;
overflow: visible;
  }
  .ProductPrice.belowAddToCart {
	display: none;  
  }
  .contentBox .ATC_Button_Wrapper {
	margin: 5px 0 0;
	clear: none;
	text-align: left;
  }
.contentBox .ATC_Button_Wrapper input {
	margin-left: 146px;
}
	
  .productDetailWrapper .addToCart form input#WA_Store_Cart_1_Quantity_Add {
     font-size:11px;
     padding:5px;
     width:40px;
   }
  .productDetailWrapper .addToCart form  input[type="text"] {
     font-size:11px;
     padding:5px;
     width:170px;
   }
   .productDetailWrapper .addToCart #addFields h4 {
	   margin-left: 10px;
   }
	 .productDetailWrapper .imageWrapper img {
		 border:2px solid #FFF;
	 }
  .productResultsWrapper .right {
		margin-left: 150px;
  }
  .productResultsWrapper .right h2{
    float: left;
	width: 300px;
	overflow: hidden;
  }
  .productResultsWrapper .left {
		margin-right:15px;
    float: left;
  }
  .productResultsWrapper .left .imageWrapper {
  }
  .productResultsWrapper .left .imageWrapper img {
    margin: 5px 5px 8px;
	border: 2px solid #fff;
  }
#footerWrapper {
	width:100%;
	background-image: url("../images/topNavigation_above.png");
	background-position:50% 0;
    background-repeat:no-repeat;
    overflow:hidden;
    padding-top:12px;
}
  #footerWrapper ul {
    text-align: center;
  }
    #footerWrapper ul li {
      padding: 0 10px;
    }
  #footerWrapper a {
  }
#footerBottom {
  background: url('../images/footerBottom_bg.png') no-repeat;
}
#footerBottom p{
  padding-left:20px;
}

.checkoutHeader {
	margin:-10px 0 0 -20px;
	padding:10px;
}
.ps_pod2 table {
	padding:10px 20px;
}

.links {
font-weight:bold;
font-size:11px;
margin-left:20px;
}
.links .paginationLinks{
	margin-left: 20px;
}

.links .paginationLinks a{
	margin-left: 5px;
}
.sentence {
	padding:0 0 10px 20px;
}
.result_header {
	margin:0 0 0 20px;
}
.result_header .ps_main {
	padding:5px 10px;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
}
.tableHeader {
	font-size:16px;
	font-weight:bold;
}
#VerificationLink {
  float:left;
  margin: 0 0 0 5px;	
}
.view_downloads {
	float:right;
	width:140px;
	color:#FFF !important;
	text-decoration:none;
	text-align:center;
	margin:-20px 15px 0 0;
	background-color:#2D6191;
	padding:7px 0;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
}

/* Accordion*/

dl.nestedaccordion {
	margin-bottom: 0;
	border: 0;
}
dl.nestedaccordion dt {
	background-image: url(../../../plugins/side_menu/images/icon_accordion_closed.png);
	background-repeat: no-repeat;
}
dl.nestedaccordion dt.open {
	background-image: url(../../../plugins/side_menu/images/icon_accordion_open.png);
}
dl.nestedaccordion dt:hover {
	
}
dl.nestedaccordion dt.selected {
	
}
dl.nestedaccordion dt.open:hover, dl.nestedaccordion dt.open.selected {
	
}
dl.nestedaccordion dd dl dt {
	
}
dl.nestedaccordion dd dl dt:hover {
	background-image: url(../../../plugins/side_menu/images/icon_accordion_closed_hover.png);
}
dl.nestedaccordion dd dl dt:hover.open {
	background-image: url(../../../plugins/side_menu/images/icon_accordion_open_hover.png);
}
dl.nestedaccordion dd dl dt.selected {
	background-image: url(../../../plugins/side_menu/images/icon_accordion_closed_hover.png);
}
dl.nestedaccordion dd dl dt.selected.open {
	background-image: url(../../../plugins/side_menu/images/icon_accordion_open_hover.png);
}

/*****/

#WACartForm.publicForm {
  padding-right:0;	
  margin-left:18px;
}
.titleCartWrapper .titleCart {
      -moz-border-radius: 6px 0 0 0; /* FF1+ */
      -webkit-border-radius: 6px 0 0 0; /* Saf3+, Chrome */
      border-radius: 6px 0 0 0; /* Opera 10.5, IE 9 */
			padding-left:410px;
			word-spacing:40px;
			font-size:12px;
}
.titleCart {
	padding-left:20px;
}
/*
.productCart {
	  background-image:url("../images/productDetails_shadow_bottom.png");
	  background-position:top;
	  background-repeat:no-repeat;
	  padding: 15px 20px;
		margin:0;
}
.productCart .imageWrapper {
	overflow:hidden;
	border:1px solid #CCC;
	float:left;
}
.productCart .imageWrapper img {
	background-color:#FFF;
}
.productCart .description {
	margin-left:160px;
}*/
.pagesWrapper{
	  padding-top: 10px;
		padding-right:20px;
}
.eCart {
      -moz-border-radius: 0 0 0 6px; /* FF1+ */
      -webkit-border-radius: 0 0 0 6px; /* Saf3+, Chrome */
      border-radius: 0 0 0 6px; /* Opera 10.5, IE 9 */
}
.cartSummaryWrapper {
	margin:50px 0 30px 0;
}
.cartSummaryWrapper .buttons {
	margin-left:20px;
}
#Checkout_Wrapper {
	margin:20px;
	overflow:hidden;
}

/* pricing */

h1.larger {
	overflow: hidden;
}
#WADAPageTitle {
	float: left;
	width: 350px;
	overflow: hidden;
}
.larger .price {
	float: right;
	margin-right: 20px;
	text-align: right;
}
.ProductPrice {
	display: block;
}
.ProductRetailPrice {
	display: block;
	font-size: 15px;
	text-align: right;
}
.ProductRetailPrice .strike {
	text-decoration: line-through;
}
.productResultsWrapper .right .top-name {
	overflow: hidden;
}