/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	background: #000000;
	padding: 10px 0 10px 0;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}

.captify
{border: 0;}

table.formtable
{
    border: solid 1px #CCCCCC;
    text-align: left;
}

table.formtable tr td 
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

table.formtable tr th 
{
    padding-left: 10px;
}

table.formtable tr td.label 
{
    font-weight: bold;
    text-align: right;
}

table.formtable tr td.heading
{
    font-size: 14px;
    font-weight: bold;
    padding: 20px 9px 10px 9px; 
    text-align: left;
    border: none; 
}

table.formtable tr td.title
{
    font-size: 18px;
    font-weight: bold;
}

table.formtable tr td.htmlTextbox
{
    padding: 0;
}

table.formtable tr td.htmlTextbox table tr td
{
    padding: 0;
}

table.noborder
{
    border: none;
}

table.formtable tr td.link
{
    border-bottom: solid 1px #333333;
}

.checkout
{
    padding: 5;
    background-color: #DDDDDD;
    border: solid 1px #333333;
}

.required
{
    color: Red;
    font-size: x-small;
}

.errorsummary 
{
    background-color: #DDDDDD;
    border: solid 1px Black;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 30px;
    padding: 11px;
    width: 330px;
}

.errorsummary h3
{
    margin: 0;
    padding-bottom: 3px;
}

.errorsummary ul
{
    color: #e00;
    list-style-type: square;
    margin: 7px;
    margin-left: 60px;
    padding: 0;
}

table.footer tr td
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
}
table.grey
{
        background-color: #DDDDDD;
        border: solid 1px #666666;
}

.pager
{
     font-size: 14px;
     font-weight: bold;   
}
.pager a
{
 text-decoration: underline;   
}
.pager a:visited
{
    text-decoration: underline;
}

.categoryDiv
{
	width: 170px;
	border: solid 1px #666666;
	background-color: #EEEEEE;
	padding-bottom: 5px;
	margin: 5px;
}

table.content
{
}

table.content tr td.header
{
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 10px;
}

table tr td.checkout
{
	padding: 5px;
}