/* ---
   RESET CSS
   --- */
body {
	margin:0;
	padding:0;
	font: 12px/1.2em tahoma,arial,helevetica,san-serif;
	background-color:#f3f4fd;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

/* ---
   MAIN STUCTURE
   --- */
#outer {
    margin:10px auto 0;
    width:889px;
}

/* ---
   HEADER
   --- */
#header {
    width:889px;
    height:195px;
}

#header_left {
	position: relative;
  float:left;
  width:627px;
  height:195px;
  background:url(/images/header.jpg) no-repeat top left;
}

#header_right {
	float:left;
  background:url(/images/header_right_default.jpg) no-repeat top left;
  height:195px;
  width:262px;
}

#logo {
  display: block;
  position: relative;
  width: 247px;
  height: 60px;
  left: 15px;
  top: 13px;
  text-indent: -9999px;
}

#blank_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 627px;
	height: 32px;
	background-color: #33f
}

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
}

#nav li {
float: left;
	text-align: center;
}
#nav li a {
	display: block;
	width: 125px;
	height: 32px;
	background-color: #33f;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 32px;
}

#nav li a:hover {
	background-color: #2C2EEF;
}

#nav li a#home {
	width: 127px;
}

/* ---
   MAIN CONTENT
   --- */
#content {
    width:584px;
    float:left;
    background-color: #fff;
	padding: 18px 21px;
}

#content p {
	padding-bottom: 1.2em;
	line-height: 1.4em;
}

#content h1 {
	color: #7872b3;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 1.2em;
}

#content h2 {
	color: #7872b3;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	margin: .2em 0 .5em;
}

#content ul.proper {
	list-style: disc;
	margin-bottom: 1.3em;
}

#content ol.proper {
	list-style: decimal;
	margin-bottom: 1.3em;
}

#content ul.proper li, #content ol.proper li { margin-left: 30px; padding: 2px 0; }

#content a {
	color: #807AB6;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#breadcrumbs {
	margin-bottom: 8px;
	font-size: 10px;
	text-align: right;
}

#breadcrumbs a {
	color: #828282;
}

/* ---
   SIDEBAR
   --- */

#sidebar {
	width: 262px;
	float: right;
	background-color: #dedbff;
	border-left: 1px solid #bfbbf9;
}

.sidebar_box {
	width: 228px;
	padding: 21px 17px;
	background: #dedbff url(/images/sidebar_bg.jpg) repeat-x top left;
}

.sidebar_box.sidebar_top {
	background-image: url(/images/sidebar_bg_top.jpg);
}

#whats_new {
	height: 165px;
	overflow: hidden;
}

#whats_new p {
	font-size: 10px;
}

.sidebar_box h2 {
	font-size: 14px;
	margin: 0 0 19px;
	text-transform: uppercase;
	color: #5f5aa1;
}

.sidebar_box h3 {
	margin-bottom: 13px;
	line-height: 1.2em;
}

.sidebar_box h3 a {
	color: #7872b3;
	font-size: 12px;
}

.sidebar_box h3 a:hover {
	color: #68639F;
	text-decoration: none;
}

.sidebar_box p {
	color: #333;
	margin-bottom: 1em;
}

.sidebar_box a {
	color: #7872b3;
}

.sidebar_box #search,
#customer_login #email,
#customer_login #password {
	border: 1px solid #807ab7;
	padding: 4px 2px;
	width: 195px;
}

.sidebar_box #sidebar_submit {
	float: right;
	background: url(/images/sidebar_submit.jpg) no-repeat top left;
	display: block;
	width: 23px;
	height: 23px;
	margin-top: 2px;
}

#customer_login label {
	display: block;
	width: 75px;
}

#customer_login #email,
#customer_login #password {
	margin-bottom: 5px;
	width: 195px;
}

#customer_login #submit {
	margin-bottom: 7px;
}

#view_cart_link {
	border-top: 1px solid #7872b3;
	font-size: 11px;
	padding-top: 3px;
	margin-top: 2px;
}

#view_cart_link a {
	text-decoration: none;
}

.sidebar_box .quick_cart_item {
	background-color: #fff;
	margin-bottom: 2px;
	padding: 5px;
	border: 1px solid #D3D1EF;
}

.sidebar_box .quick_cart_item img {
	float: left;
	margin-right: 7px;
}

.sidebar_box .quick_cart_link {
	margin-bottom: 6px;
}

.sidebar_box .quick_cart_link a {
	font-size: 1.1em;
}

.sidebar_box .quick_cart_desc {
	font-size: .9em;
	margin-bottom: 0;
}

#other_prod_list li {
	padding: 0 0 6px;
}

#sidebar_flags {
	margin: 15px;
}

#sidebar_flags td {
	padding: 0 7px 10px 0;
}

#sidebar_flags a {
	text-decoration: none;
	color: #7872b3;
}

/* ---
   FOOTER
   --- */
#footer {
    width:869px;
    height:20px;
    clear:both;
	background: url(/images/footer_bg.jpg) no-repeat top left;
    text-align:center;
    font-size:9px;
    color:#666;
    padding:10px;
    padding-top:35px;
}

#footer a {
	color: #5F5AA1;
}

/* ---
   GENERAL RULES
   --- */
.clr {
	clear: both;
}

hr {
	display: none;
}

/* ---
   INDEX PAGE
   --- */
#product_cats {
	background: url(/images/home_product_header.jpg) no-repeat top left;
	width: 581px;
	padding-top: 45px;
}

#product_cats .product_col {
	float: left;
	border-width: 0 0 1px 1px;
	border-style: solid;
	width: 192px;
}

#content .product_col .header {
	display: block;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 15px;
	text-decoration: none;
}

#content .product_col #product_tech {
	background: url(/images/home_tech_header.jpg) no-repeat top left;
	color: #565daf;
}

#content .product_col #product_pathways {
	background: url(/images/home_pathways_header.jpg) no-repeat top left;
	color: #565daf;
}

#content .product_col #product_probes {
	background: url(/images/home_probes_header.jpg) no-repeat top left;
	color: #9aba47;
}

#content .product_col #product_research {
	background: url(/images/home_research_header.jpg) no-repeat top left;
	color: #c68330;
}

.product_col#antibody,
.product_col#probes {
	border-left-color: #c0c3eb;
	border-right-color: #c0c3eb;
	border-bottom-color: #c0c3eb;
}

.product_col#probes {
	border-bottom-color: #e6f5bf;
}

.product_col#complementary {
	border-left-color: #e6f5bf;
	border-right-color: #ffe6c9;
	border-bottom-color: #ffe6c9;
	border-width: 0 1px 1px;
	width: 193px;
}

.product_col ul {
	margin: 11px 15px 11px;
	height: 110px;
}

.product_col li {
	padding-bottom: 6px;
}

#content .product_col a {
	color: #555;
	text-decoration: none;
	font-size: 12px;
}

#content .product_col a:hover {
	color: #333;
	text-decoration: underline;
}

/* ---
   PRODUCT PAGE
   --- */
#product_tree a {
	color: #333;
}

/* ---
   CATEGORY PAGES
   --- */
#content p#cat_title {
	font-weight: bold;
	padding: 3em 0 3px;
}

#cat_list li {
	padding: 4px 0;
}

#cat_list li a:hover {
	border-color: #C5B3EF;
	text-decoration: none;
}



/* ---
   PUBLICATIONS PAGE
   --- */
#pub_med_form {
	display: block;
	margin-bottom: 10px;
	background-color: #DFD8FF;
	padding: 7px;
	text-align: right;
}

#pub_term {
	border: 1px solid #807ab7;
	padding: 4px 2px;
}

/* ---
   PRODUCT LIST
   --- */
#product_list {
	margin: 10px 0;
	width: 584px;
}

#product_list th {
	text-align: left;
	border-bottom: 2px solid #8272BC;
}

#product_list th a {
	color: #000;
}

#product_list .add_to_cart {
	text-align: center;
}

#product_list td,
#product_list th {
	padding: 4px;
}

#product_list tr.odd td {
	background-color: #F3F3F3;
}

#product_list a {
	color: #555;
}

#product_top_nav,
#product_btm_nav {
	background-color: #DFD8FF;
	padding: 7px;
}

#content #product_prevnext,
#content #product_alphajump {
	padding: 0;
}

#product_prevnext {
	float: left;
}

#product_alphajump {
	float: right;
}

#product_list .alpha_letter_row {
	font-size: 20px;
	padding-top: 15px;
	border-bottom: 1px solid #8272BC;
}

#product_list .alpha_letter_row a {
	font-size: 12px;
	float: right;
}

/* ---
   PRODUCT DETAILS
   --- */
#quantity {
	width: 40px;
}

#product_desc_block {
	margin-bottom: 16px;
}

#product_facts_block {
	clear: both;
	margin-top: 15px;
}

#product_facts_block h3 {
	color: #7872b3;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 .5em;
}

#product_facts {
	width: 584px;
}

#product_facts td.header {
	text-align: left;
	width: 150px;
}

#product_facts td {
	padding: 4px 3px;
}

#product_facts tr td,
#product_facts tr th {
	background-color: #F6F6F6;
}

#product_facts tr.odd td,
#product_facts tr.odd th {
	background-color: #FFFFFF;
}

#content h3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: url('images/hr-separator-bg.gif') bottom repeat-x;
	line-height: 28px;
	margin-bottom: 10px;
}

#content div.top-line {
	background: url('images/hr-separator-bg.gif') bottom repeat-x;
	height: 28px;
	position: relative;
	margin-bottom: 15px;
}

#content div.top-line h3 {
	float: left;
	background: none;
	float: left;
	margin-bottom: 0;
	line-height: 22px;
	width: 420px;
}
#content div.top-line .cat-number {
	font-weight: normal;
}

#content form#add_cart_form {
	float: right;
	width: 164px;
}

#content .price {
	float: right;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	padding: 0 16px 0 0;
}

#product_images {
	margin: 20px 0 20px;
}

#product_images ul {
	list-style: none;
}

#product_images ul li {
	float: left;
	margin: 0 12px 12px 0;
	padding: 5px;
	background-color: #c0c0c0;
}

#product_images ul li a {
	display: block;
}

#product_images ul li img {
	height: 115px;
}

#btn_add_cart {
	float: right;
	display: block;
	width: 67px;
	height: 22px;
	background: url(/images/btn_add_cart.png) no-repeat top left;
	text-indent: -9999px;
}

#btn_add_cart:hover {
	background-position: bottom left;
}

/* ---
   PRODUCT CATALOG
   --- */
#catalog_list ul {
	margin-left: 25px;
}

#catalog_list li {
	padding: 3px 0;
}

/* ---
   SHOPPING CART
   --- */
#cart_list {
	margin-top: 7px;
}

#cart_list tr.odd td {
	background-color: #F3F3F3;
}

#cart_list th {
	padding: 0 2px 3px;
	border-bottom: 2px solid #8272BC;
	text-align: left;
}

#cart_list td {
	padding: 5px 3px;
}

#cart_list .cart_prod_price, #cart_list .cart_prod_total {
	text-align: right;
}

#cart_total td {
	padding-top: 3px;
	border-top: 2px solid #8272BC;
}

#cart_list .cat_num {
	color: #999;
}

#cart_total td {
	text-align: right;
}

.cart_item_qty {
	width: 40px;
}

.cart_item_rem {
	display: block;
	width: 67px;
	height: 22px;
	background: url(/images/buttonRemove.gif) no-repeat top left;
	margin: 3px 0 0;
}