﻿/* Content Styles */

.contenttitle
{
    font: bold 14px Arial;
    color: #1b5f8d;
    display:block;
    padding-bottom:3px;
}

.contentsubtitle
{
    font: bold 13px Arial;
    color: #1b5f8d;
}

.bodycontent
{
    font: 13px Arial;
    color: #000000;
    line-height: 1.5em;
}

.bodycontent a:link, .bodycontent a:visited 
{
    font: 13px Arial;
    color: #06669c;
    text-decoration:none;
    line-height: 1.5em;
}

.bodycontent a:hover, .bodycontent a:active
{
    text-decoration:underline;
}

.greenhead ul, .graybox ul, .greenheadwithpanelbar ul
{
    padding-left:0px;
    margin-left:0px;
}

.greenhead ol, .graybox ol, .greenheadwithpanelbar ol
{
    font:13px Arial;
}

.greenhead ul li, .graybox ul li, .greenheadwithpanelbar ul li
{
    list-style-type: none;
    margin: 0px 0px 15px;
    padding-left: 20px;
    background: url(images/bullet_green_square.gif) no-repeat 0px 6px;
    list-style-image: none
}

.greenhead ul ul, .graybox ul ul, .greenheadwithpanelbar ul ul
{
    padding-left:0px;
    margin-left:0px;
    margin-top:5px;
}

.greenhead ul ul li, .graybox ul ul li, .greenheadwithpanelbar ul ul li
{
    list-style-type: none;
    margin: 0px 0px 5px;
    padding-left: 20px;
    background: url(images/bullet_green_square.gif) no-repeat 0px 6px;
    list-style-image: none;
}

.greenhead .content a:link, .greenhead .content a:visited, .greenheadwithpanelbar .content a:link, .greenheadwithpanelbar .content a:visited
{
    color:#06669c;
    font: 13px Arial;
}

table.cart {
	margin-bottom: 15px
}

table.cart {
	border-bottom:#ccc 1px solid;
	border-top:#ccc 1px solid;
}
table.cart td {
	padding:3px;
}

table.cart tr.a td {
	background-color: #e9e8e8
}
table.cart tr.b td {
	background-color: #fff
}
table.cart tr.view-cart td {
	border-top: #ccc 1px solid
}