@charset "utf-8";
/* CSS Document */

div.content
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
width:488px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
}

div.content img.title_image
{
float:left;
padding:10px;
padding-right:40px;
}

div.content p 
{
display:block;
padding-bottom:15px;
padding-top:5px;
}

div.content h1
{
font-family:"Times New Roman", Times, serif;
color:#5c5911;
padding-bottom:5px;
padding-top:8px;
}

div.content h2
{
font-family:"Times New Roman", Times, serif;
padding-top:5px;
text-transform:uppercase;
color:#5c5911;
}


div.content h3
{
font-size:120%;
font-family:"Times New Roman", Times, serif;
color:#5c5911;
}


div.content h2:first-letter
{
font-size:123%;
}

div.content span#divider
{
clear:both;
display:block;
width:100%;
background-image:url(../images/content_divider.gif);
background-repeat:no-repeat;
background-position:center;
height:22px;
border:none;
padding-top:4px;
padding-bottom:4px;
}

/* cols for news & reviews section */

div.columns
{
margin-top:10px;
margin-bottom:10px;
background-position:center top;
background-repeat:repeat-y;
background-image:url(../images/vertical_divider.gif);
}

div.columns div
{
background:none;
width:240px;
float:left;
}

div.columns div div
{
padding:5px;
}
div.columns div.right div
{
padding-left:17px;
}

/* order form  */

table
{
border-left:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
margin-bottom:40px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

input.number
{
width:30px;
height:20px;
border:1px solid #ddddaa;
}

tr.alternate td input.number
{
border:1px solid #eeeeee;
}

input.Buy
{
border:none;
padding:8px;
width:180px;
margin-left:300px;
}

input.Buy2
{
border:none;
padding:8px;
width:180px;
margin-left:300px;
}

td
{
text-align:left;
border-right:1px solid #eeeeee;
padding-left:5px;
padding-right:5px;
}

tr.alternate td
{
border-right:1px solid #eeeeee;
}

td.name
{
width:280px;
}

td.item_total
{
width:60px;
padding-left:10px;
}

td.item_total span
{
font-weight:bold;
}

tr
{
height:30px;
}

tr.alternate
{
background-color:#ddddaa;
}

tr.topborder td
{
border-top:1px solid #eeeeee;
padding-top:10px;
}

tr.totals
{
height:18px;
}