
.container .main {
  padding: 10px;
}
.steps td {
  font-size: 10px !important;
  font-weight: bold !important;
}
.steps td.on {
  font-size: 14px!important;
  font-weight: bold !important;
}
.steps td.side {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  width: 0px !important;
}

.container p {
  color: #33434C !important;
  font-size: 14px!important;
}


.style2 {
  font-weight: bold;
  font-size: 30px;
  color: #33434c;
}
.style4 {font-size: 24px}

.banner  {
  display: none;
}

/* Quantity labels */
.qtyspec_label {
  font-size: 15px!important;
} 

.pageinstructions
{
  color: #33434c!important;
  font-size: 14px!important;
  font-weight: normal !important;
}

.footer td {
  padding: 5px !important;
}

.form-body {margin-top: 20px !important;}

.view_accept-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container .error {
  margin: 15px;
}

/* Adjust header links container to have space to right */
.header-links {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
}

/* add space around catalog */
.container .main {
  border: solid;
  border-width: 1px;
  border-color: #CFD7D9;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -1px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../con/content_shadow.png);
  background-repeat: repeat-x;
  background-position: left top;
}


/* Space around logo at top of page */
#header_logo {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
};


/* change generic link behavior */
a:link {
  text-decoration: underline;
  color: #2274AC
}

a:visited {
  text-decoration: underline;
  color: #2274AC
}

a:hover {
  text-decoration: none;
  color: #2274AC
}

a:active {

}


/* Fix hover text on vertical menu*/
.vertical div.off:hover {
  background-color: #EAEEED!important;
}


/* Fix hover text on vertical menu (doesn't work)*/
.off a:link {
}
.off a:visited {
}
.off a:hover {
  color: #2274AC!important;
}
.off a:active {
}


/* Center items in catalog. */
#table_1 td {
  width: 100px!important;
}

/* Button Adjustment */
.button {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #B4BBBD;
  border-right-color: #B4BBBD;
  border-bottom-color: #B4BBBD;
  border-left-color: #B4BBBD;
  -moz-box-shadow: 1px 1px 3px #B4BBBD;
  -webkit-box-shadow: 1px 1px 3px #B4BBBD;
  box-shadow: 1px 1px 3px #B4BBBD;
  font-weight: 700;
}

/* Center preview images */
.previewcell table {
  margin-left:auto;
  margin-right:auto;
}

/* Put a border around previews */
.previewcell img {
   border: 1px solid #B4BBBD!important;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#B4BBBD', Direction=145, Strength=3); 
}


/*.pretty-item img {
  -moz-box-shadow: 4px 4px 8px #33434C;
  -webkit-box-shadow: 4px 4px 8px #33434C;
  box-shadow: 4px 4px 8px #33434C;
{*/


/* Fix font size in basket */
.basket-list-subtotal {
  font-size: 10px;
  font-weight: bold;
}

div#basket_button_container {
   text-align: center;
   padding: 5px;
}

/* border around order summary */
.items-table {
  border: 1px solid #B4BBBD!important;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#B4BBBD', Direction=145, Strength=3); 
}

button{height: 35px !important;}
