﻿div#column_container
{
   margin:5px 0px;
}

h3
{
   font-size:8pt;
   color:#fff;
   background-color:#0d468d;
   padding:2px;
   text-align:left;
   margin:0px;
}

div#left_column
{
   width:136px;
   float:left;
}

ul#master_category_list, #custom_links
{     
	padding:0px;
	margin:0px;	
	list-style-type:none;
	vertical-align:bottom;
	width: 136px;
}

ul#master_category_list li, #custom_links li
{   
   margin:2px 0px;
   
}

ul#master_category_list li a, #custom_links li a
{   
   display:block;
   padding:2px 0px 2px 7px;
   text-decoration:none;   
   line-height:14px;
   text-align:left;
   color:#204480;
   background-color:#B0CEE6;
   margin:2px 0px;
}

ul#master_category_list li a:hover, #custom_links li a:hover
{
  background:url(../images/categories_link_over.gif) no-repeat left;
  background-color:#B0CEE6;
}


div#right_column
{
   float:left;
   padding-left:5px;
   width:575px;
}

.clearer
{
   clear:both;
}

div#splash_image
{
   width:575px;
   height:190px;
   margin:3px 0px 5px 0px;
   background-image:url(../images/homepage_splash.jpg);
   background-repeat:no-repeat;      
}


h3.homepage_category
{
   margin:0px;
}

/**/
table.homepage_book_table
{
   margin-bottom:10px;
   border-bottom:1px dotted #9BC0DF;
   border-collapse:collapse;
   width:100%;   
}

td.img_cell
{
   width:80px;
   vertical-align:top;
}

td.img_cell img
{
   border:0px;
   border-top:4px solid #760605;
}

td.title_cell
{
   vertical-align:top;
}

td.title_cell h1
{
   padding:5px 0px 2px 3px;
   background:url(../images/search_results_h1.gif) repeat-x top;
   background-color:#b0cee6;
   margin:0px;  
}


td.title_cell div
{
   padding-left:3px;
}

td.desc_cell
{
   vertical-align:top;
}

td.desc_cell p
{
   padding-left:5px;
}

td.addtocart_cell
{
   height:18px;
   vertical-align:top;
   padding:0px;
}


td.addtocart_cell div
{  
   color:#0D468D;
   font-size:9pt;
   text-align:right;
   font-weight:bold;
}

td.more_cell h3
{
   background-color:#CAE0EE !important;
}

td.more_cell h3
{
   margin:0px;
   padding-left:5px;
}

td.more_cell h3 a
{     
   font-size:9pt;
   color:#760605;
}


input#btnAddToCart
{
   display:none;
}
