body{
  margin: 0px;
  padding: 0px;
  font-size : 10pt;
  font-family: Arial, Bitstream Vera Sans, Helvetica, sans-serif;
}
/* ~~~~~~~~~ default hyper links ~~~~~~~~~*/
/* See Template CSS files */
/* ~~~~ Header  and Footer File ~~~~ */
.ac_header, .ac_mainbody{
  width :100%;
  font-size : 10pt;
}
.checkout_but {
background-image: url("../Images/checkout.png");
height: 40px;
width: 170px;
}

img.new_product{
max-height:170px;
max-width:150px;
}

/* Cart Links Variations */
  /* standard vertical list no padding no indicator */    
.ac_left_nav ul{
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 0px;
  list-style: none;
}
/* horizontal links with a link vertical between each pair
First listed item must be of class first */
.ac_bottom_links{
  text-align: center;
  padding: 5px 0px 5px 0px;
}
.ac_bottom_links ul{
  margin-left: 0px;
  padding-left: 0px;
  display: inline;
  text-align: center;
}
.ac_bottom_links ul li{
  font-size:10pt;
  padding: 5px 10px 5px 10px;
  list-style: none;
  display: inline;
  border-left: 1px solid #000000;
}
.ac_bottom_links ul li.first{
  border-left: 0px;
}
/*Vertical Links with no indicator but are centered*/
.ac_vertical_links{
  text-align:center;
}
.ac_vertical_links ul{
  margin-left: 0px;
  padding-left: 0px;
  display: inline;
  text-align: center;
}
.ac_vertical_links ul li{
  font-size: 10pt;
  padding: 0px 10px;
  list-style: none;
  display: inline;
}

/* ~~~~~ Error Message ~~~~~ */
/* This is the formatting for the error message a user receives */
p.ac_error{
  width: 500px;
  text-align: center;
  color: #FF0000;
  font-size:12pt;
  padding: 10px 0px 10px 0px;
  margin: auto;
}

/* ~~~ Product listings ~~~ */
.ac_content{
  background-color: #FFFFFF;
  vertical-align : top;
  padding: 0px; 
  padding-bottom: 25px;
}
.ac_product_table{
 /* width: 90%;*/
  vertical-align : top;
  margin: 10px auto;
  text-align: center;
}


/*~~~~~~ Product Pages ~~~~~~~  */
/* This is the formatting message the user sees when an item is added to the cart*/
td.ac_add_message{
  color: #FF0000;
  text-align: center;
}
/* ~~~ Search Results ~~~ */
.ac_seach_results{
  margin-top: 0px;
  background-color:#ffffff;
  /*width:500px;*/
  font-size:10pt;
  text-align:center;
  vertical-align:top;
}
.ac_seach_results a{
 text-decoration:none;
}
p.ac_search_no_results{
  text-align:center;
  margin: 50px auto;
  font-size:12pt;
}
img.ProductPage{
max-width:300px;
max-height:250px;
}
h3.ac_product_name{
  font-size:12pt;
  color:#000000;
  margin:2px 2px 2px 2px;
  font-weight : bold;
  text-align:left;
}
h3.ac_product_name_a{
  font-size:10pt;
  margin:2px 1px 1px 1px;
  font-weight: bold;
  text-align:center;
  text-decoration:none;
}
a.\34a {
text-decoration:none;
}
.ac_product_desc{
  text-align : justify;
  font-size:9pt;
  margin: 0px 5px 10px 5px;
}
.ac_product_price, .ac_product_price_detail{
  color: #FF0000;
  font-size:10pt;
  white-space : nowrap;
  font-weight : bold;
}
.ac_product_price_detail {
  font-size:14pt;
}

.special_name{
  color: black;
  text-align:center;
  font-weight:bold;
  font-size: 9pt;
}
table.special_cell{
  border-spacing: 5px 0px;
  text-align:center;
}  
th.special_cell {
 font-size: 9pt;
 text-style:italic;
 text-align:center;
}
td.special_cell{
  vertical-align:top;
}
.special_list{
vertical-align:top;
list-style: none inside;
padding:0px;
margin:0px;
font-size:8pt;
text-align:center;
}
.suggestion_list{
list-style: circle inside;
padding:0px;
margin:0px;
font-size:10pt;
text-align:left;
}
a.suggestion {
 text-decoration:none;
}
li.suggestion {
display:inline;
padding-right:20px;
}

.ac_product_outofstock{
  color: #FF0000;
  font-size:10pt;
  white-space : nowrap;
  font-weight : bold;
}
.ac_product_available{
  color: #FF0000;
  font-size:9pt;
  white-space : nowrap;
  font-weight : normal;
}
.ac_product_opt-add{
  text-align:center;
  font-size:10pt;
}
.ac_product_image{
  text-align:center;
  width:auto;
}
.ac_add-quantity{
  margin: 0px auto;
  text-align: left;
}
/*~~~ Options ~~~~*/
.opt_border{
  font-size: 10pt;
  text-align: center;
  border: 1px solid #CCCCCC;
  margin: 0px auto; 
}
th.opt_border{
  padding:0px 2px;
}
.no_border{
  font-size: 10pt;
  border: none;
  margin: 0px auto;
}
th.no_border{
  padding:0px 2px;
}

.opt_center{
  font-size: 10pt;
  text-align:center;
  margin: 0px auto  
}
th.opt_center{
  padding:0px 2px;
}

select.opt_select{
  width:125px;
  text-align:left;
}
/* ~~~~~~ View Cart Table ~~~~~~*/
table.ac_cart_table{
  background-color: #ffffff;  /* this color ends up being the border color for the table */
  width: 90%;
  margin:0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000000;
  font-family: Arial, Bitstream Vera Sans, Helvetica, sans-serif;
  font-size : 9pt;
  text-align: center;
}
table.ac_cart_table th{
  font-size : 10pt;
  background-color: #bcd2ee;
  margin:0px;
  width: auto;
  vertical-align : top;
}
table.ac_cart_table td{
  background-color: #ededed;
  color: #000000;
  border: 0px;
  width: auto;
}
/* ~~~~~ Order Totals Table from View Cart Page ~~~ */
table.ac_totals_table{
  background-color: #F0F5FF;
  font-size: 10pt;
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
table.ac_totals_table th{
  text-align:center;
  background-color: #E0E5FF;
  width:auto;
}
table.ac_totals_table td{
  width:auto;
  text-align: right;
}
.buysafe {
    text-align:center;
	font-family: Arial, Bitstream Vera Sans, Helvetica, sans-serif;
    font-size: 9pt;
	font-weight: normal;
	color: #FF0000;
}
/* ~~~~~~ Check Out Pages ~~~~~~ */
.ac_checkout{
  margin-left: 20px;
  margin-top:0;
  padding-top:0;
  width: 90%;
  font-size : 9pt;
}
td.ac_checkout{
 border-spacing: 30px;
}

.ac_checkout_inner{
  font-size : 9pt;
  padding-left:10px;
  padding-right:10px;
}
td.ac_checkout_top_col{
  background-color : #FFFFFF; /*#C0EFFF;*/
  font-size : 10pt;
  font-weight: bold;
  border-top : 0px solid #000000;
  border-bottom : 1px solid #000000;
  text-align : left;
  padding: 5px 7px;
}
td.ac_checkout_left_col{
  text-align: left;
  width: 15%;
  white-space : nowrap;
}
td.ac_checkout_right_col{
  text-align: left;
  width: 85%;
}
.ac_missing_field{
  width: 500px;
  text-align:center;
  color: #FF0000;
  font-size:12pt;
  padding: 0px;
  padding-top:10px;
  border-top:1px solid #000000;
}
.ac_checkout_top_msg{
  background-color: #ffffff;
  width: 650px;
  text-align:center;
  padding: 3px;
  margin: 0px auto;
  font-weight:bold;
}
.ac_checkout_review{
  background-color: #FFFFFF;
  font-size: 10pt;
  border: 0pt solid #AAAAAA;
  margin: 0px auto;
  width: 550px;
}
th.ac_checkout_review{
border-bottom: 1pt solid #000000;
padding: 3px;
text-align:left;
}
td.ac_checkout_review, 
td.ac_checkout_review_col1, 
td.ac_checkout_review_col2 {
  border: 0pt solid #AAAAAA;
  padding: 3px;
}
.ac_checkout_review_col1{
  width: 50%;
  vertical-align:top;
}
.ac_checkout_review_col2{
  width: 50%;
  vertical-align:top;
}

.center{
  text-align:center;
}
img{
  border:0px;
  margin: 0px;
}
/* ~~~~~~ Download Module ~~~~~~ */
.dnldMessage{
  font-family: Arial, Bitstream Vera Sans, Helvetica, sans-serif;
  font-size:10pt;
  color:#000000;
  padding: 0px 0px 0px 0px;
}
