/* CSS Document */
#phoneMenu {
  display: none;
  padding: 0 5px 5px 0;
  text-align: right;
  cursor: pointer;
}

/* Phone Only */

@media only screen and (max-width: 480px) {

img {
  max-width: 100%;	
}

/* Home Page */
#featuredWrapper .productDetails {
    margin: 15px 10px 0 10px;
}
#content {
    padding: 20px 10px;
}
#contentWrapper .sidebar {
    float: none;
	width: auto;
	min-height: 0;
}
#contentWrapper .sidebar .news {
	width: auto;
	min-height: 0;
	padding-left: 0;
}

#featuredWrapper .box {
    box-sizing: border-box;
    float: none;
    width: 100%;	
}

.infoWrapper {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0;
}

/* Results Page */
#sidebar {
    display: none !important;	
}
.gridWrapper {
	text-align: center;	
}
.productResultsWrapper {
    text-align: center;	
}
.resultsLink, .links {
    text-align: left;	
	margin-left: 0;
	margin-right: 0;
}
.ps_buttons {
    float: none;
	margin-bottom: 10px;
	width: 100%;
	clear:both;
	box-sizing: border-box;
}

/* Details Page */
#WADAPageTitle {
  padding-left: 10px;	
}
.ProductPrice {
  padding-right: 10px;	
}
#retailRow {
  float:right;
  padding-right: 10px;	
}
#ProductLongDesc {
  padding: 0 10px;	
}
.productDetailWrapper {
  clear: both;
}
.productDetailWrapper .image {
    float: none;
    text-align: center;
}
.productDetailWrapper .addToCart {
    clear: both;
    float: none;
    width: auto;
}

.productDetailWrapper .addToCart form {
    padding-top: 0;
}

.productDetailWrapper .addToCart form select {
	width: 100%;	
	box-sizing: border-box;
}
.productDetailWrapper .addToCart form input {
	width: 100%;	
	box-sizing: border-box;
}
.productDetailWrapper .addToCart form input#WA_Store_Cart_1_Quantity_Add {
	width: 100%;	
	box-sizing: border-box;
}

.productDetailWrapper .addToCart .addToCartSelect {
	margin: 0;	
}

#WA_Store_Cart_1_ATC_Form table {
   width: 100%;	
}

#WA_Store_Cart_1_ATC_Form td {
   display: block;	
}
#WA_Store_Cart_1_ATC_Form td label{
   text-align: left;	
}

.ATC_Button_Wrapper {
    margin-left: 0;
}

.bottomLinkWrapper {
    margin-left: 0;
}

/* Page */
.content {
  width: auto;	
}
#content-wrapper {
  clear: both;
}
#header-wrapper {
  height: auto;	
}
#meta {
  float: none;
  position: absolute;
  top: 0;
}
#top-wrapper {
  clear: both;	
}
#footer ul {
    display: table;
	width: 100%;
	table-layout: fixed;
}
#footer ul li.first {
    padding-left: 0;
	border-left: 0;
}
#footer ul li {
    padding-left: 0;
	border-left: 1px solid;
	display:table-cell;
	float: none;
	text-align: center;
}
#footer ul li a {
    padding: 0;
	border: 0;
}
/* Search */

#searchBox {
  position: static;
  margin-bottom: -20px;
  margin-top: 10px;
  right: auto;
  text-align: left;
  top: auto;
}
#S_ProductName {
  box-sizing: border-box;
  margin-top: 0;
  width: 100%;
}
#Search {
  float: none;
  margin-top: 0;
  margin-left: 0;
}

/* Menu */
  #phoneMenu {
	display: block;	
  }
  #cssmw {
	display:none;
    width: 100%;  
    text-align: center;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
	clear: both;
	border-top: 1px solid;
  }
  #cssmw ul {
    margin: 0;
    padding:0;
  }
  #cssmw a {
    width: 100%;  
    padding: 0;
    margin: 0;
  }
  #cssmw li {
    border-bottom: 1px solid black;
    width: 100%;  
    text-align: center;
    margin: 0;
    float:none;
  }
  #cssmw li ul {
    display: none;
    position: relative;
    float: none;
  }
  #cssmw li:hover > ul {
    display: block;
    position: relative;
  }

  #cssmw li li:hover > ul {
    display: block;
    left: auto;
    top: auto;
  }
  #cssmw li:hover > ul li{
    border: 1px solid black;
  }
  #cssmw li:hover > ul a {
    width:100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  #cssmw li.top {
    height: auto;
    margin: 0;
    padding: 0;
  }
  #cssmw li:hover li.first:before {
    display:none;
  }
  
  /* Forms */
  
  fieldset .text, fieldset .text-indent {
    margin-left: 0;
  }
  
  fieldset p label {
    float: none;
	text-align: left;
	width: 100%;
	display: block;
  }
  #WAATKLogInForm .buttons, #ecart_checkout_form .buttons, #WAATKRegistrationForm .buttons, #emailContact .buttons, #WAATKUpdateForm .buttons, body.users_emailpw .buttons {
    padding-left: 0;
  }
  
  fieldset input[type="text"], fieldset input[type="password"], fieldset textarea, .field, 
fieldset select  {
    width: 100%;
    box-sizing: border-box;	
  }

  fieldset {
    padding: 15px 10px 15px 10px;
  }
  
  fieldset p {
    line-height: 30px;
  }
  .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg, 
.passwordRequiredState .passwordRequiredMsg, .passwordMinCharsState .passwordMinCharsMsg, .passwordMaxCharsState .passwordMaxCharsMsg, .passwordInvalidStrengthState .passwordInvalidStrengthMsg, .passwordCustomState .passwordCustomMsg, 
.confirmRequiredState .confirmRequiredMsg, .confirmInvalidState .confirmInvalidMsg  {
	position: static;
	white-space: normal;
	display: block;
  }
  #rangeWrapper {
	display: table;
	width: 100%;  
  }
  #rangeWrapper .search-dash {
	text-align: center;
	display: table-cell;  
  }
  #rangeWrapper #sprytextfield1{
	display: table-cell;
  }
  #rangeWrapper #sprytextfield2{
	display: table-cell;
  }
  #S_ProductPrice {
	clear:both;  
	width:100% !important;
  }
  #S_ProductPrice2 {
	width:100% !important;
  }
  
  /* Cart */
  
  .pagesWrapper .links {
    float: none;
  }
  
  .cartSummaryWrapper {
    margin: 0;
    padding: 0 20px;
  }
  #WA_Store_Cart_Update_100, #WA_Store_Cart_Clear_100, .quantity, .remove {
	display: none; 
  }
  .cart-editable td.name div {
    width: auto;
  }
  .removeLink {
	display: block !important;
	cursor: pointer;  
  }
}