/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

#main-nav a:hover{color:#669933;}

#table .trial-link{padding-left:25px;}
h1,h2,h3,h4,h5,h6{display:inline;} 

table td {padding-right:8px;}

/* Front Page Table */
.table
{
background:#333;

}
.table ul
{
float:left;
margin:0;
padding:0;
border:1px solid #C9C9C9;
}
.table ul li
{
list-style:none;
padding:5px 10px;
}
.table ul li.title
{
font-weight:bold;
background:#669933;
color:#fff;
font-size:14px;
}
.table ul li.even
{
background:#fff
}
.table ul li.odd
{
background:#FFFFE6
}

.product-right-column {float:right; width:200px; clear:both;
 }

.product-right-column ul a{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color:black;
}
.product-right-column ul li { list-style-type:none; }
.product-right-column ul a:hover{ text-decoration:none; background-color:#669933; }


/* Rainbow PDF Link*/
#menu-item-570 a {color:blue; background-image: url('http://antennahouse2.com/wp-content/uploads/2011/02/favicon24.png'); background-repeat:no-repeat;}
#menu-item-570 a {text-indent:35px;}
#menu-item-570 a:hover {background-color:transparent;}

/* Woo Breadcrumbs */
.woo-breadcrumbs { display: none; }

.widget h3 { border-bottom: none!important;}

/* ahrts table */
.ahrts-table {background: linear-gradient(to right, rgb(167,176,173) 98%, white 2%);}

/* post title size reduction */
.entry-title{ font-size:18px; }