#mailchimp { display: none; }  /* Hiding MailChimp for now */
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
    height: 100%;
}
* {font-family: Arial, Helvetica, sans-serif;}
body {
    height: 100%;
  	margin:0px;
	font-size:10px;
	color: #666;
	padding: 0px;
	text-align: center;
    behavior: url("csshover3.htc")
}
body, td, th, input, textarea, select, a {font-size: 12px;}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {margin: 3px 0px;}
a, a:visited {
	color: #587C87;
	text-decoration: none;
	cursor: pointer;
}
a:hover {text-decoration: underline;}
a img {border: none;}
p {margin-top: 0px;}
#container {
  min-height: 100%;
  position: relative;
    margin:0px auto;
	width: 880px;
	text-align: left;
	background: #FFF;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 0px;
     -moz-box-shadow: 0px -14px 14px #bfbfb8; /* FF3.5+ */
  -webkit-box-shadow: 0px -14px 14px #bfbfb8; /* Saf3.0+, Chrome */
          box-shadow: 0px -14px 14px #bfbfb8; /* Opera 10.5, IE 9.0 */
              filter:   /* for IE */
        progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee,direction=0,strength=0)
        progid:DXImageTransform.Microsoft.Shadow(color=#d5d6ce,direction=90,strength=10)
        progid:DXImageTransform.Microsoft.Shadow(color=#d5d6ce,direction=180,strength=5)
        progid:DXImageTransform.Microsoft.Shadow(color=#d5d6ce,direction=270,strength=10);
}
#header {
	position: relative;
}
#header .div1 {  /* main Header space */
	padding-top:5px;
	padding-bottom:0px;
    width: 100%;
    height: 57px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 3px;
}
#header .div2 {   /* Logo */
    position:absolute;
    bottom: 7px;
    left: 2px;
    text-align:left;
    height:31px;
}
#header .div6 {
    float:right;
    width:250px;
    height:40px;
    text-align: right;
    padding-top: 10px;
    margin-right: 8px;
}
#header .div6 a {
   font-size: 10px;
   line-height: 20px;
}
#header .div3 {      /* Search Box */
	background: url('../image/search.png') no-repeat;
	width: 250px;
	height: 62px;
	position: absolute;
	top: 15px;
	right: 0px;
	padding-top: 5px;
	padding-left: 17px;
}
#header .div4 {  /* topMenu */
    text-transform: uppercase;
    position:absolute;
    bottom: 3px;
    left: 282px;      /* used to be 252px */
    height:25px;
}
#header .div4 img {
	margin-right: 0px;
}
#header .div4 a {
	display: inline-block;
	text-decoration: none;
    color: #666;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
}
#header .div5 a, #header .div5 img {
  	font-size:10px;
	padding-top:7px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
  	float:left;
}
#header .div5 a:hover{
/*  background-color: #DADCCC;*/
  color: #000;
}
#breadcrumb {
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 10px;
	background: url('../image/breadcrumb.png') no-repeat;
	height: 13px;
	margin-bottom: 0px;
	color: #999;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
}
#content {
	width: 100%px;
    padding-bottom: 70px;
}
#content .top {
	padding: 0px 0px 0px 5px;
	background-color: #FFF;
    position: relative;
    height: 30px;
}
#content .top h1, .heading {
	color: #505146;
	font-size: 11px;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
}
#content .top h2 {
    text-align: center;
	margin: 17px 0 10px 0;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.productDetails {
  width: 180px;
  float:right;
  margin: 11px 51px 0px 0px;
  display: inline;
  font-size: 10px;
  color: #000;
  line-height: 12px;
  text-transform: uppercase;
}
.productTitle {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #414141;
  letter-spacing: 4px;
  line-height: 24px;
}
.productText {
  font-family: Arial;
  font-size: 10px;
  color: #808285;
}
.productImages {
  height: 517px;
  width: 463px;
  float:left;
  margin: 10px 0px 38px 50px;
  display: inline;
}
.productImagesLarge{

  float:right;
}
.productImagesSmall{
  height:128px;
  padding-bottom:0px;
  float:left;
}
.suggestions {
  height: 218px;
  width: 732px;
  clear:both;
  margin: 0 auto;
  font-size: 9px;
  font-weight: bold;
/* temporary solution is to hide overflowing objects      overflow: hidden;     */
}
.suggestionsBox {
  height: 182px;
  width: 116px;
  margin-right:2px;
  margin-left:2px;
  float:left;
  text-align: center;
}
#content .middle {
	min-height: 380px;
    padding: 10px 0px 1px 0px;
    color: #666666 !important;
}
#content .middle a:hover {   /* for "may we suggest" links */
    text-decoration: none;
}
#content .middle img {
	border: 1px solid #FFF;
}
#content .bottom{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #4B4B4B;
	background-color: #DADCCC;
	height: 54px;
    position: relative;
}
#content .bottom a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #4B4B4B;
}
#content .bottom a:hover {
  text-decoration: underline;
}
#content .bottom_left {
    height: 14px;
    margin-top: 19px;
    margin-left: 67px;
    float: left;
    display: inline;
}
#content .bottom_right {
    height: 38px;
    width: 125px;
    margin-top: 8px;
    margin-right: 9px;
    float: right;
    display: inline;
}
#containerBox {
  background: #F7F7F7;
  border: 1px solid #DDDDDD;
  padding: 10px;
  margin-bottom: 10px;
}
#containerBoxTransparent {
  border: 0px;
  padding: 10px;
  margin-bottom: 10px;
}
.mainPhoto {
	background-color: #FFF;
	position:relative;
	margin-bottom: 0px;
    background-image:url('../image/mainPhoto.jpg');
	background-repeat:no-repeat;
	width:780px;
	height:523px;
	}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #2C2C2C;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
    position: relative;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 773px;
    text-transform: none;
}
.list td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 25px;
}
.sort {
	height: 30px;
	width: 100%;
}
.sort .div1 {
    display: inline;
	float: left;
	margin-left: 15px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
    display: inline;
	float: left;
	margin-left: 15px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	margin-bottom: 10px;
    float: right;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	text-decoration: none;
    color: #a4a4a4;
}
.pagination .results {
	float: right;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
    width: 100%;
	margin-bottom: 10px;
}
.cart th {
	padding: 10px 5px 15px 5px;
	font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
}
.cart td {
	padding: 15px 5px 15px 5px;
}

/* Bottom Ads */
.bottomBoxes {
    width:100%;
    height:161px;
    margin:0 auto;
    position:relative;
    clear:both;
    }
.bottomPhoto_1, .bottomPhoto_2, .bottomPhoto_3, .bottomPhoto_4 {
	height:153px;
	width:214px;
	margin-top:8px;
	padding-top:0px;
	padding-bottom:10px;
    position: absolute;
}
.bottomPhoto_1 {left: 0px;}
.bottomPhoto_2 {left: 222px;}
.bottomPhoto_3 {left: 444px;}
.bottomPhoto_4 {left: 666px;}
.title {
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-weight:bold;
	position:relative;
	}
#footer {
	width: 880px;
	clear: both;
	border-top: 1px solid #DDDDDD;
    font-size:10px;
	margin-top:10px;
	padding-top:8px;
	text-align:center;
    color: #bdbdbd;
    position: absolute;
    bottom: 0;
    height: 50px;
}
#footer .div1 a{
    color: #2343a7;
    text-decoration: none;
    font-size: 9px;
}
#footer .div1 {
	float: left;
    text-align: left;
    width: 250px;
}
#footer .div2 {
	text-align: right;
}
#footer .div2 a{
    margin: 0 auto;
    color: #acacac;
	text-align: right;
    font-size: 9px;
    text-decoration: underline;
    line-height: 19px;
}
#category {
    width: 100px;
    font-size: 12px;
    float: left;
    margin: 0px 0px 0px 5px;
}
#list_cat, #list_cat a {
    color: #393939;
    text-transform: uppercase;
    list-style: none;
    padding: 0px;
    margin: 8px 0 4px 0;
    line-height: 16px;
}
#list_subcat ul, #list_subcat a {
    color: #9d9ea0;
    text-transform: capitalize;
    padding-left: 5px;
    list-style: none;
    margin: 0px;
    font-size: 10px;
    line-height: 15px;
}
#list_subcat a:hover {
    color: #393939;
}
.additionalButtons {  /* Size Chart, Shipping Info */
    height:13px; width:107px; border: 1px #bcbcbc solid; padding-left:15px; font-size:7px; color: #919191; text-align: center; line-height: 13px; text-decoration: none; display: inline-block;;
}
.additionalButtons:hover {color: #555;}
.searchResults {
  	width: 773px;
	background: #EEF0EC;
	border: 1px solid #E1E1E1;
	padding: 5px;
	margin-bottom: 10px;
    text-align: center;
}

/*  AddtoCart Buttons */
#button_black {width:124px; height:32px; color:#FFF; background-color: #000; font-size:11px; text-align:center; line-height:32px; text-decoration:none; margin-bottom:4px; font-weight: bold; display: inline-block;}
#button_darkgrey {width:124px; height:32px; color:#FFF; background-color: #4a4a4a; font-size:11px; text-align:center; line-height:32px; text-decoration:none; margin-bottom:4px; cursor:pointer; display: inline-block;}
#button_view_cart {width:124px; height:32px; color:#FFF; background-color:#9d9d92; font-size:11px; text-align:center; line-height:32px; text-decoration:none; margin-bottom:4px; cursor:pointer; display: inline-block;}
#button_blackNew {width:124px; height:32px; color:#FFF; background-color: #000; font-size:11px; text-align:center; line-height:32px; text-decoration:none; margin-bottom:4px; font-weight: bold; display: inline-block;}
#button_darkgrey:hover, #button_blackNew:hover {background-color:#ac3300;}
#button_view_cart:hover {background-color:#da6c5b;}

/*  Cart Progress Bar */
#checkout_progressbar{
  margin: 20px 25px 15px 25px;
  height: 47px;
  cursor: default;
  -moz-user-select: none;                    /* make text unselectable */
  -khtml-user-select: none;
}
#checkout_pb_inside {
  height: 47px;
  width: 810px;
  font-family: Arial;
  position: relative;
  float: left;
}
.checkout_pb_step {
  width: 20%;
  padding: 11px 0 0 0;
  position: relative;
  float: left;
  color: #bfc6a8;
  border-top: 1px solid #e5e9da;
  border-bottom: 1px solid #e5e9da;
  height: 34px;
}
.Here {
  background-color: #e5e9da;
  background-image: url(../image/checkout_arrow.gif);
  background-repeat: no-repeat;
  background-position: right;
  color: #000;
}
.Done {
  background-color: #e5e9da;
  color: #000;
}
.checkout_pb_number {
  font-size: 36px;
  position: absolute;
  left: 35px;
  top: 2px;
}
.checkout_pb_text {
  letter-spacing: 1px;
  font-size: 13px;
  position: absolute;
  left: 70px;
  top: 7px;
}
.checkout_pb_corner {
  width:10px;
  height:47px;
  float: left;
}
.cornerL {background-image: url(../image/checkout_cornerL.gif);}
.cornerR {background-image: url(../image/checkout_cornerR.gif);}
.cornerR_justborder {background-image: url(../image/checkout_cornerRborder.gif);}

/*  Uniform */
label {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
  clear: both;
    }
input {margin-bottom: 0px;}


