/* 
  Sub.css
  Secondary CSS file for biospec.com
  Author: Steve Collins, PDG+Creative Bartlesville, OK
*/

/* contents:
    - basic elements
    - div-specific styles
    - layout
    - additional styles
*/

/* Basic Elements 
*********************************/

.paragraph .price {
  color: #db0000;
  font-size: 20px;
  float: left;
  margin: 0px;
}

.paragraph .sm_price {
  color: #db0000;
  float: left;
  font-size: 14px;
  margin: 4px 0px 0px 0px;
}
 


/* Div-specific Styles 
************************************/

/* content */
#content img { 
  float: left;
  border: 1px solid #cecdcd;
  padding: 5px; 
  margin: 0px 10px 10px 0px;
 }

#content h2 {
 margin-bottom: 10px;
  }
  
 #content h3 {
   border-top: 2px solid #cbcbcb;
   width: 680px;
   padding-top: 10px;
   margin: 20px 10px 15px 0px;
 }
  
#content p {
  line-height: 20px;
  color: #212121;
  font-size: 14px;
  font-weight: normal;
  margin: 13px 0px 13px 0px;
 }
 
#content ul, #content ol {
  margin: 13px 0px 13px 40px;
  list-style-image: url(/images/sm_bullet.gif);
  }
  
  #content li {
    margin: 5px 0px;
    line-height: 20px;
    color: #212121;
    font-size: 14px;
    font-weight: normal;
  }

#content .parts {
  margin-top: 7px;
  }
  
#content #product_opts {
  width: 180px;
  margin-left: 20px;
}

#content #bg_addcart {
  width: 189px;
  height: 31px;
  background: url(/images/lrg_addCart.gif) no-repeat;
  border: none;
  margin-left: 20px;
  cursor: pointer;
}
  
#content .other_info a{
  color: #d96328;
}  
   
    /* paragraph items */
    .paragraph h4 {
      margin: 0px 0px 0px 0px;
      color: #2F6FA6;
     }
   
  
  
    /* you might also be interested in... boxes */
     .sm_product img {
      float: left;
     }
     
     .sm_product .sm_addcart {
       width: 129px;
       height: 25px;
       border: none;
       background: url(/images/sm_addCart.gif) no-repeat;
       margin-left: 10px;
     }
     
     #content .sm_product p {
       margin-top:5px;
       margin-bottom: 5px;
       font-size: 12px;
     }

/* side_col boxes */
#cartbox p {
  font-size: 13px;
  color: #4b6ea3;
  margin: 0px 12px 8px 12px;
  text-align: center;
  line-height: 18px;
  clear: left;
}

#cartbox a {
  color: #bf6330;
  margin-left: 25px;
  background: url(/images/cart.gif) no-repeat right;
  line-height: 25px;
  width: 125px;
  display: block;
  font-size: 13px;
  
}

#browse_cats h4 {
  color: #fff;
  background: #bf6330;
  font-size: 14px;
  height: 22px;
  width: 168px;
  padding-top: 4px;
  text-align: center;
}

#browse_cats a {
  color: #4c4c4c;
  text-decoration: none;
  padding-right: 25px;
  font-size: 13px;
  z-index: 3;
  }
  
  #browse_cats a:hover {
    color: #bf6330;
  }
  
  #browse_cats ul ul li {
    padding-left: 5px;
    font-size: 12px;
    list-style: none;
  }
  
.expand {
  padding-right: 5px;
  cursor: pointer;
}

.exp_list li {
  positon: relative;
  z-index: 2;
}
 
.exp_bttn {
  height: 15px;
  width: 17px;
  z-index: 1;
  padding-right: 0px;
  margin-left: -6px;
  }

#browse_cats li {
  color: #4c4c4c;
  margin: 12px 0px 7px 8px;
}

/* Layout
***********************************/

#top_cont {
 background: #fff url(/images/bg_sub_cont.gif) repeat-x;
}

#content {
  float: right;
  width: 709px;
  margin: 25px 0px;
  }
  
#content_print {
  float: left;
  width: 709px;
  margin: 25px 0px 0 25px;
  }
 
  .sm_product {
    width: 689px;
    margin: 10px;
    }

#side_col {
  float: left;
  margin: 25px 0px;
  width: 168px;
  }
  
   #cartbox {
    width: 168px;
   }
   #cartbox_top {
    background: url(/images/cartbox_top.png) no-repeat top;
    width: 168px;
    height: 15px;
   }
   #cartbox_inner {
    background: url(/images/bg_cartbox.png) repeat-y;
    width: 168px;
   }
   #cartbox_bot {
     background: url(/images/cartbox_bot.png) no-repeat bottom;
     height: 11px;
   }
   
   #browse_cats {
     width: 168px;
     margin-top: 20px;
     border: 1px solid #bf6330;
     
   }
   
.errors {
	width: 550px;
	background-color:#FFB6C1;
	font-size: 14px;
	color:red;
	padding:10px;
}

.sm_addcart_2 {
  width: 129px;
  height: 25px;
  border: none;
  background: url(/images/sm_addCart.gif) no-repeat;
  margin-left: 10px;
}
