
HTML,BODY {
  font-family: Arial, Helvetica, Sans-Serif;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

HTML,BODY {
  font-size: 12px;
}

BODY {
  background-color: #ccdae5;
}

IMG {
  border: 0px;
}

FORM {
  display: inline;
  padding: 0px;
  margin: 0px;
}

.input_mask {
  color: #AAAAAA;
}

.form_hint {
  font-size: 10px;
  color: #880000;
}

IMG.captcha {
  border: solid 1px #6b7888;
}



#bg-top1 {
  border-left: solid 1px #6b7888;
  border-right: solid 1px #6b7888;
  background-image: url(/images/layout/back-body-1.jpg);
  background-repeat: repeat-x;
  background-position: top;
  height: 41px;
  min-width: 950px;
}

#bg-top2 {
  border-left: solid 1px #6b7888;
  border-right: solid 1px #6b7888;
  background-image: url(/images/layout/back-body-3.jpg);
  background-repeat: repeat-x;
  background-position: top;
  height: 45px;
  min-width: 950px;
}

#bg-top3 {
  border-left: solid 1px #6b7888;
  border-right: solid 1px #6b7888;
  background-image: url(/images/layout/bg-right.jpg);
  background-repeat: repeat-x;
  background-position: top;
  height: 76px;
  min-width: 950px;
}

#bg-top3 #city-holder {

  background-image: url(/images/layout/bg-top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 76px;
  width: 453px;
}

A:link, A:active, A:visited {
  color: #333333;
  text-decoration: underline;
}

A:hover {
  color: #6b7888;
  text-decoration: none;
}

#container {
  padding-left: 40px;
  padding-right: 40px;
  min-width: 950px;
}

#inner_container {
  border-left: solid 1px #8997a6;
  border-right: solid 1px #8997a6;
  border-bottom: solid 1px #8997a6;
  background-color: #FFFFFF;
  min-width: 950px;
  margin-bottom: 20px;
}

#header {
  height: 55px;
  background-color: #e8f3f9;
}

#header_left {
  float: left;
  width: 60%;
  height: 100%;
}

#header_left #company-name {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px;
  margin: 0px;
}

#header_left #company-name A {
  text-decoration: none;
}

#header_left #slogan {
  padding-left: 10px;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}

#header_right {
  float: right;
  width: 38%;
}

#header_right UL {
  float: right;
  line-height: 18px;
  list-style: none;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 30px;
  padding: 0px;
}

#header_right A {
  display: block;
  clear: both;
  width: 100px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
}


#header_right #header_col1 {
  width: 60px;
}

#top_nav {
  height: 28px;
  border-top: solid 1px #8997a6;
  border-bottom: solid 1px #8997a6;
  background-color: #ccdae5;
  background-image: url(/images/layout/back-end.jpg);
  background-position: top;
  background-repeat: repeat-x;
}

#top_nav UL {
  width: 100%;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

#top_nav LI {
  list-style: none;
  float: left;
  display: inline;
  padding: 0px;
  margin: 0px;
  border: 0px;
  *width: 120px;
}

#top_nav LI A {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  text-align: center;
  display: block;
  clear: both;
  border-right: solid 1px #8997a6;
  height: 21px;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}

#top_nav LI A:hover {
  background-color: #e8f3f9;
  color: #000000;
  text-decoration: underline;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
}

#left {
  float: left;
  border-right: solid 1px #6b7888;
  border-bottom: solid 1px #6b7888;
  margin-bottom: 10px;
  width: 200px;
  background-color: #e8f3f9;
}

#middle {
  float: left;
  width: 700px;
  padding: 10px;
}

#footer {
  background-color: #EFEFEF;
  text-align: center;
  line-height: 40px;
  color: #333333;
  clear: both;
  background-image: url(/images/layout/back-end.jpg);
  background-repeat: repeat-x;
  height: 42px;
}

.clear {
  clear: both;
  font-size: 1px;
  height: 1px;
}

#left .box {

}

#left .box .title {
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #6b7888;
  color: #e8f3f9;
  border-top: solid 1px #6b7888;
  border-bottom: solid 1px #6b7888;
  height: 24px;
}

*+HTML #left .box .title {
  min-width: 175px;
}

#left .box UL {
  margin: 0px;
  padding: 0px;
}

#left .box LI {
  list-style: none;
}

#left .box A {
  padding-left: 10px;
  display: block;
  clear: both;
  height: 20px;
}

#left .poll {
  padding: 5px;
}

#left .poll .question {
  font-weight: bold;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.breadcrumbs {
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: solid 1px #CCCCCC;
}

#main_content {
  padding: 20px 10px 10px 10px;
}

.clear {
  clear: both;
  font-size: 1px;
}

.hori_spacer {
  clear: both;
  font-size: 1px;
  height: 10px;
  border-bottom: dashed 1px #CCCCCC;
  margin-bottom: 20px;
  width: 90%;
}

.hori_spacer_clear {
  clear: both;
  font-size: 1px;
  height: 10px;
  margin-bottom: 10px;
}

.message, .msg {
  border: solid 1px #6b7888;
  background-color: #ccdae5;
  color: #000000;
  padding: 10px;
  width: 500px;
  margin: 0px 0px 20px 20px;
  font-size: 14px;
}





.category_description {
  padding-top: 5px;
  border-top: solid 1px #6b7888;
  margin-top: 5px;
  width: 600px;
  padding-bottom: 20px;
  font-size: 14px;
}

.list_of_products {

}

.list_of_products .product {
  width: 720px;
}

.list_of_products .product .name {
  border-bottom: solid 1px #6b7888;
  font-size: 16px;
  font-weight: bold;
  width: 350px;
  margin-bottom: 4px;
  padding-left: 5px;
}

.list_of_products .product .name A {
  text-decoration: none;
}


.list_of_products .product .info .thumbnail {
  float: left;
  width: 130px;
  height: 130px;
  text-align: right;
}


.list_of_products .product .info .blurb {
  margin-top: 5px;
  width: 350px;
  float: left;
}

.list_of_products .info .blurb .more_info {
  padding-top: 5px;
  text-align: right;
  width: 300px;
}


.list_of_products .product .info IMG {
  border: solid 1px #CCCCCC;
  margin: 5px;
}

.add_to_cart {
  float: right;
  border: solid 1px #6b7888;
  width: 160px;
  height: 125px;
  padding: 5px 0px 0px 0px;
}


.add_to_cart .pricing {
  height: 65px;
  margin-bottom: 3px;
  border-bottom: dashed 1px #CCCCCC;
  text-align: right;
  padding-right: 20px;
}


.add_to_cart .action {
  text-align: center;
}


.add_to_cart .pricing .strike {
  text-decoration: line-through;
}

.add_to_cart .pricing .sale_price {
  color: #CC0000;
  font-weight: bold;
  font-size: 14px;
}


.add_to_cart .pricing .wholesale_price {
  color: #00CC00;
  font-weight: bold;
  font-size: 14px;
}


.add_to_cart .pricing .retail_price {
  font-size: 13px;
}

.add_to_cart .pricing .availability {
  font-size: 13px;
}

.add_to_cart .pricing .availability .in_stock {
  color: #00AA00;
}







.single_product {
  width: 700px;
  float: left;
  font-size: 13px;
  line-height: 16px;
}

.single_product .thumbnail {
  display: inline;
  float: left;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: right;
  border: solid 1px #6b7888;
}

.single_product .thumbnail .caption {
  text-align: center;
  padding-top: 3px;
  font-size: 12px;
}


















#cart_container {
  width: 700px;
}

#cart_holder {
  width: 698px;
}

#cart_holder .cart {
  width: 700px;
  border: solid 1px #8997a6;
}

#cart_holder .cart thead td {
  height: 24px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: solid 1px #8997a6;
  background-color: #6b7888;
  color: #e8f3f9;
}

#cart_holder .cart tbody td {
  height: 40px;
  border-bottom: solid 1px #8997a6;
  font-size: 14px;
}

#cart_holder .cart td.left {
  padding-left: 5px;
  width: 100px;
}

#cart_holder .cart td.thumb {
  width: 60px;
  text-align: center;
}

#cart_holder .cart td.thumb IMG {
  border: solid 1px #CCCCCC;
  margin: 3px;
}

#cart_holder .cart td.total {
  padding-right: 5px;
  text-align: right;
  width: 75px;
}

#cart_holder .cart td.price {
  padding-right: 5px;
  text-align: right;
  width: 75px;
}

#cart_holder .cart td.qty {
  padding-right: 5px;
  text-align: right;
  width: 75px;
}

#cart_holder .cart tfoot td {
  background-color: #6b7888;
  color: #e8f3f9;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
}

#cart_holder .cart tfoot .promo_cell {
  text-align: right;
  padding-right: 5px;
}

#cart_holder .cart tfoot #promo_code {
  width: 75px;
}

FIELDSET {
  border: solid 1px #6b7888;
  padding: 0px;
}

FIELDSET DIV.inner {
  padding: 5px;
}

LEGEND {
  color: #6b7888;
  font-weight: bold;
  font-size: 14px;
  margin-left: 15px;
}

#shipping_holder {
  float: left;
  width: 330px;
}

#shipping_holder .clear {
  height: 8px;
}

#shipping_holder .input_row LABEL {
  display: block;
  float: left;
  width: 90px;
  text-align: right;
  padding-right: 5px;
}

#shipping_holder input {
  display: block;
  float: left;
}

#shipping_zip {
  width: 100px;
}

#summary_holder {
  float: right;
  width: 300px;
}

#summary_holder div.strong {
  font-weight: bold;
  font-size: 16px;
}

#summary_holder div.normal {
  font-size: 12px;
}

#summary_holder div.total {
  font-weight: bold;
  font-size: 22px;
  color: #6b7888;
}

#summary_holder label {
  width: 150px;
  float: left;
}

#summary_holder span {
  width: 100px;
  float: right;
  padding-right: 20px;
}

#summary_holder .hori {
  clear: both;
  border-bottom: solid 1px #ccdae5;
  margin-top: 10px;
  margin-bottom: 10px;
}

#summary_holder label, #summary_holder span {
  display: block;
  text-align: right;
}

#upsell_holder {
  float: left;
  width: 330px;
}

.action_bar {
  border-top: solid 1px #6b7888;
  height: 30px;
  background-color: #ccdae5;
  padding-top: 5px;
  padding-right: 20px;
  text-align: right;
}


.odd TD {
  background-color: #ccdae5;
}

.even TD {

}

.input_button {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}


.general_error {
  border: solid 1px #880000;
  background-color: #FF8888;
  color: #000000;
  padding: 10px;
  width: 500px;
  margin: 0px 0px 20px 20px;
  font-size: 14px;
}

.shipping_method_inactive SPAN, .shipping_method_active SPAN {
  position: relative;
  top: 3px;
}

.shipping_method_inactive {
  font-size: 12px;
  height: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  display: block;
  clear: both;
}

.shipping_method_active {
  color: #000000;
  background-color: #ccdae5;
  font-size: 12px;
  height: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  display: block;
  clear: both;
}









.upsell_item {
  border: solid 1px #ccdae5;
  padding: 5px;
  margin-bottom: 5px;
}

.upsell_item .info {
  float: left;
}

.upsell_item .info .thumbnail {
  border: solid 1px #ccdae5;
  margin: 3px;
}

.upsell_item .info .product_name {
  font-size: 13px;
  font-weight: bold;
}

.upsell_item .pricing {
  float: right;
}



.upsell_item .pricing .strike {
  text-decoration: line-through;
}

.upsell_item .pricing .sale_price {
  color: #CC0000;
  font-weight: bold;
  font-size: 13px;
}


.upsell_item .pricing .wholesale_price {
  color: #00CC00;
  font-weight: bold;
  font-size: 13px;
}


.upsell_item .pricing .retail_price {
  font-size: 12px;
}

.upsell_item .pricing .availability {
  font-size: 12px;
}

.upsell_item .pricing .availability .in_stock {
  color: #00AA00;
}





.checkout_steps {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.checkout_steps LI {
  color: #6b7888;
  font-size: 14px;
  display: block;
  float: left;
  margin-right: 20px;
}

.checkout_steps LI.current {
  font-weight: bold;
}


#checkout_container {
  width: 700px;
}

#checkout_container #new_account_holder {
  float: left;
  width: 260px;
}

#checkout_container #login_holder {
  float: right;
  width: 410px;
}

#checkout_container .form_row LABEL {
  display: block;
  width: 90px;
  text-align: right;
  float: left;
  padding-right: 5px;
  font-weight: bold;
  font-size: 14px;
}

#checkout_container .form_row SPAN.input {
  display: block;
  float: left;
  text-align: left;
  width: 200px;
}


DIV.forgot_password {
  border-top: solid 1px #6b7888;
  padding: 5px;
  font-weight: bold;
  height: 18px;
  text-align: center;
}


.form_holder .form_row LABEL {
  display: block;
  float: left;
  text-align: right;
  padding-right: 5px;
  width: 180px;
}

.form_holder .form_row .input {
  display: block;
  float: left;
  padding-left: 3px;
}

.required {
  position: relative;
  top: 3px;
  background-color: #CC0000;
  float: left;
  display: block;
  width: 5px;
  height: 12px;
  font-size: 1px;
}

.optional {
  position: relative;
  top: 3px;
  float: left;
  display: block;
  width: 5px;
  height: 12px;
  font-size: 1px;
}


.field_error {
  display: block;
  float: left;
  color: #CC0000;
  font-weight: bold;
  padding-left: 5px;
  position: relative;
  top: 3px;
}


FIELDSET .form_holder {
  padding: 5px;
}


#new_address {
  display: none;
}

#new_address LABEL {
  width: 80px;
}


#delivery_holder {
  float: left;
  width: 375px;
}


#full_page_mask {
  display: none;
  background-color: #000000;
  filter:alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity:0.6;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150%;
  z-index: 900;
}


#full_image_holder {
  display: none;
  position: absolute;
  top: 150px;
  left: 30%;
  border: solid 1px #333333;
  padding: 30px;
  z-index: 1000;
  background-color: #CCCCCC;
}

#full_image_holder #full_image {
  border: solid 1px #808080;
}

#full_image_holder .caption {
  text-align: center;
  width: 100%;
  border: solid 1px #808080;
}

#full_image_holder .caption A {
  display: block;
  clear: both;
  background-color: #ccdae5;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}







.sitemap {
  float: left;
  width: 340px;
  padding-bottom: 20px;
}

.sitemap .title {
  font-size: 16px;
  color: #6b7888;
  font-weight: bold;
}

.sitemap LI {
  line-height: 18px;
  font-size: 13px;
}

.sitemap .category {
  font-weight: bold;
}




.poll_results {

}

.poll_results .result_row {
  width: 500px;
  height: 20px;
}

.poll_results .result_row .label {
  float: left;
  width: 200px;
  text-align: right;
  padding-right: 5px;
  display: block;
}

.poll_results .result_row .bar_holder {
  float: left;
  display: block;
  width: 250px;
}

.poll_results .result_row .bar {
  background-color: #ccdae5;
  height: 10px;
  border: solid 1px #6b7888;
  font-size: 1px;
}

.poll_results .result_row .count {
  display: block;
  float: left;
  width: 40px;
  text-align: right;
  font-weight: bold;
}







#contact_info .row LABEL {
  display: block;
  float: left;
  text-align: right;
  width: 45px;
  padding-right: 5px;
  font-weight: bold;
}

#contat_info .row .info {
  float: left;
}

#contact_form {
  width: 700px;
}








.order_history {
  width: 100%;
  border: solid 1px #6b7888;
}

.order_history THEAD TD {
  background-color: #6b7888;
  font-size: 14px;
  font-weight: bold;
  color: #ccdae5;
  padding-left: 5px;
  line-height: 22px;
}

.order_history TBODY TD {
  line-height: 20px;
  padding-left: 5px;
}






.homepage-column {
  width: 46%;
  margin: 5px;
  float: left;
}

.homepage-column .cell {
  width: 100%;
  border: solid 1px #ccdae5;
}

.homepage-column .cell-title {
  background-color: #ccdae5;
  color: #283444;
  border-bottom: solid 1px #6b7888;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}

.promo-header {
  color: #BB0000;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

.homepage-column .cell-body {
  padding: 5px;
  font-size: 14px;
}


#top-sellers .product {
  float: left;
  border: solid 1px #6b7888;
  margin: 5px;
  width: 43%;
  height: 120px;
  padding: 5px;
  text-align: center;
}

#top-sellers .strike {
  text-decoration: line-through;
}

#top-sellers .sale_price {
  color: #CC0000;
  font-weight: bold;
  font-size: 14px;
}


#top-sellers .wholesale_price {
  color: #00CC00;
  font-weight: bold;
  font-size: 14px;
}


#top-sellers .retail_price {
  font-size: 13px;
}



/****** Begin Lightbox Effect **********/
.black_overlay{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}

.white_content {
  display: none;
  position: absolute;
  top: 15%;
  left: 25%;
  width: 50%;
  height: 600px;
  padding: 16px;
  border: 1px solid #000000;
  background-color: white;
  z-index:1002;
  overflow: visible;
}

.white_content A {
  display: block;
  clear: both;
  text-align: center;
  height: 100%;
}

/*** End Lightbox Effect  ****/


#shipping_method_list {
  border: solid 1px #6b7888;
  background-color: #ccdae5;
}




