* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

body {
  font: 75% "Trebuchet MS", Helvetica, Geneva, sans-serif;
  color: #333;
}

a img {
  border: none;
}

a {
  color: #333;
}

/* @group Content */

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
  line-height: 20px;
  padding: 5px 10px;
  margin: 10px 0 20px;
  font-weight: bold;
}

.messageStackSuccess {
  border: 1px solid #2c6f29;
  color: #2c6f29;
}

.messageStackCaution {
  border: 1px solid #ce9a3b;
  color: #ce9a3b;
}

.messageStackError {
  border: 1px solid #c52e23;
  color: #c52e23;
}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
  margin-right: 5px;
}

#content ul, #content ol {
  list-style-type: square;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
}

#content ol {
  list-style-type: decimal;
}

#content ol li {
  margin-bottom: 5px;
}

#content li {
  line-height: 20px;
}

#content p {
  padding-top: 5px;
  padding-bottom: 10px;
}



/* @end */

/* @group Forms */

input, textarea, select {
  padding: 2px;
  color: #333;
}

label {
  display: block;
}

fieldset label {
  display: block;
  width: 180px;
  float: left;
}

fieldset input, textarea, select {
  margin: 5px 5px 5px 0;
}

fieldset {
  border: none;
  border-top: 2px solid #6f703d;
  border-bottom: 1px solid #6f703d;
  background-color: #e5e5db;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}

legend {
  font-weight: bold;
  padding: 5px;
  color: #333;
}

.buttonRow {
  padding: 10px 20px 10px 0;
  float: left;
  margin-right: 5px;
}



/* @end */

/* @group Typography & Colors */

#selector {
  color: white;
  font-size: 90%;
}



/* @end */

/* @group Structure */

#wrap {
  min-width: 900px;
  width: 100%;
  background: url(../images/wrap_bg.jpg) repeat-x 0 161px;
}

#header {
  width: 100%;
  height: 148px;
  background: url(../images/header_bg.jpg) repeat-x;
  padding-top: 21px;
}

#selector {
  width: 523px;
  height: 15px;
  background-image: url(../images/selector_bg.jpg);
  margin-top: -19px;
  padding: 12px 20px 10px;
  float: right;
}

#navigation {
  width: 200px;
  float: left;
  padding: 30px 0 10px;
}

#content {
  min-height: 400px;
  min-width: 660px;
  width: 73%;
  float: left;
  padding: 35px 20px 30px;
  background: url(../images/content_bg.jpg) no-repeat 0 0;
  margin-top: -8px;
}

div.clear {
  clear: both;
  float: none;
}



/* @end */

/* @group Headings */

h3.leftBoxHeading {
  background: url(../images/box_title_bg.jpg) repeat-x;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 6px 10px 7px 20px;
  font-size: 100%;
  width: 170px;
}

#header h1 {
  text-indent: -5000px;
  background: url(../images/logo.png) no-repeat;
  width: 253px;
  height: 122px;
  margin-left: 36px;
}

#header h1 a {
  display: block;
  width: 253px;
  height: 122px;
}

#content h1 {
  font-size: 170%;
  font-weight: bold;
}



/* @end */

/* @group Lists */

#navigation ul {
  list-style-type: none;
}

#navigation ul li {
  font-weight: normal;
  font-style: normal;
  padding: 0 10px 0 20px;
}

#navigation li a {
  color: #333;
  padding: 0 0 1px 6px;
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
}

#navigation a .category-subs-selected {
  color: #7a172d;
}



/* @end */

/* @group Sideboxes */

.sideBoxContent p {
  padding: 0 10px 0 20px;
  line-height: 20px;
}

.sideBoxContent ul {
  padding-bottom: 10px;
}

#loginBoxAccount {
  background: url(../images/user_gray.png) no-repeat;
  margin-left: 20px;
  padding-left: 25px;
}

#loginBoxLogout {
  background: url(../images/door_in.png) no-repeat;
  margin-left: 20px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.sideBoxContent label {
  font-size: 90%;
}

.sideBoxContent input {
  width: 130px;
  padding: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#shoppingcartHeading {
  display: none;
}

#shoppingcartContent {
  margin-bottom: 10px;
  padding: 0 10px 0 20px;
}

#shoppingcartTotal {
  display: block;
  font-weight: bold;
}

#shoppingcartImage {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

#selector .sideBoxContent {
  display: block;
  margin-right: 25px;
  float: left;
}

#selector h3 {
  font-size: 100%;
  float: left;
  margin-right: 10px;
}

#selector a {
  margin-right: 5px;
  display: block;
  float: left;
  margin-top: 1px;
}

#selector input, #selector select {
  margin-top: -2px;
  font-size: 90%;
}



/* @end */

/* @group Products */

#productsListingTopNumber, #productsListingBottomNumber, #productsListingListingTopLinks, #productsListingListingBottomLinks {
  font-size: 90%;
  width: 45%;
  float: left;
  margin-bottom: 10px;
}

#productsListingListingTopLinks, #productsListingListingBottomLinks {
  text-align: right;
}

.listingProductImage {
  margin-bottom: 15px;
}

.listingDescription {
  display: none;
}

.centerBoxContentsProducts {
  float: left;
  margin: 10px 20px 20px 0;
  text-align: center;
  padding: 10px;
  line-height: 20px;
  background-color: #e5e5db;
  border-top: 2px solid #6f703d;
  border-bottom: 1px solid #6f703d;
  height: 200px;
}

.centerBoxContentsProducts .submit {
  margin-left: 10px;
}

.centerBoxContentsProducts br {
  display: none;
}

.itemTitle {
}

.listingBuyNowButton {
  margin-left: 10px;
}

#productMainImage {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
}

#productMainImage .imgLink {
  display: none;
}

h1#productName {
  padding-bottom: 10px;
}

#productDescription {
  line-height: 16px;
}

#productPriceCartAttributes {
  background-color: #e5e5db;
  padding: 10px 20px;
  border-top: 2px solid #6f703d;
  border-bottom: 1px solid #6f703d;

}

#productPrices {
  float: left;
  margin-right: 50px;
  padding-top: 15px;
}

#cartAdd {
  float: left;
  margin-right: 50px;
  padding-left: 30px;
}

#productDetailsList {
  list-style-type: square;
  margin: 0;
  line-height: 20px;
  padding: 0 0 0 30px;
  float: left;
}



/* @end */

/* @group Misc */

.clearBoth {
  clear: both;
}



/* @end */

/* @group Shopping Cart */

#cartContentsDisplay {
  margin-bottom: 30px;
}

#cartContentsDisplay th, #cartContentsDisplay td {
  text-align: left;
  border-bottom: 2px solid #333;
  height: 20px;
}

#cartContentsDisplay td {
  border-width: 1px;
  margin: 0;
  padding: 0;
  height: 50px;
}

#cartContentsDisplay td a {
}

#cartContentsDisplay td input {
  margin-top: 10px;
}

#cartSubTotal td, #cartShippingTax td {
  color: #666;
  border-color: #666;
}

td.cartProductImage {
  width: 40px;
}

td.cartProductImage img {
  margin-right: 10px;
}

#cartContentsDisplay .cartTotal td {
  height: 30px;
  font-weight: bold;
}

#cartButtons {
  background-color: #e5e5db;
  border-top: 2px solid #6f703d;
  border-bottom: 1px solid #6f703d;
}

#cartButtons .buttonRow {
  float: left;
  margin: 10px 15px 10px 20px;
}

#cartButtons #PPECbutton {
  margin: 4px 0 0;
  float: right;
}

#cartButtons #PPECbutton img {
  width: 120px;
}



/* @end */

/* @group Checkout */

#checkoutConfirmDefault h2, #checkoutConfirmDefault h3, #checkoutConfirmDefault h4 {
  margin: 5px 0 5px 0;
}

#checkoutConfirmDefault .important {
  float: none;
  clear: both;
  margin-bottom: 30px;
}

#checkoutShipping .buttonRow, #checkoutPayment .buttonRow, #checkoutConfirmDefault .buttonRow {
  float: none;
}

#checkoutShipping label, #checkoutPayment label {
  display: inline;
  float: none;
}

#checkoutShipAddressDefault #gender-male, #checkoutShipAddressDefault #state, #checkoutPayAddressDefault #gender-male, #checkoutPayAddressDefault #state {
  margin-left: 180px;
}

#checkoutShipAddressDefault label.radioButtonLabel, #checkoutPayAddressDefault label.radioButtonLabel {
  display: inline;
  float: none;
  margin-right: 30px;
}

#checkoutShipping .floatingBox {
  float: left;
  padding-top: 40px;
}

div#checkoutShipto {
  float: none;
  margin-top: -40px;
  margin-bottom: 30px;
}



/* @end */