﻿
body 
{
	background-color: #fefe7a;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.date_indent
{
    margin-left: 20px;
    font-size: smaller;
}
.body_indent
{
    margin-left: 8%;
}
.ab1
{
	background-image: url(images/buttons/qanda_button.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 118px;
	height: 23px;
	float: right;
	padding-top:10px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-right: 200px;
	font-size: smaller;
}
.ab1:hover 
{
	background-image: url(images/buttons/qanda_button_over.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 118px;
	height: 23px;
	float: right;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-right: 200px;
	font-size: smaller;
}
.ab2
{
	background-image: url(images/buttons/qanda_button.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 118px;
	height: 23px;
	float: right;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: smaller;
}
.ab2:hover 
{
	background-image: url(images/buttons/qanda_button_over.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 118px;
	height: 23px;
	float: right;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: smaller;
}
.ab3
{
	background-image: url(images/buttons/qanda_button_small.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 70px;
	height: 20px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 18px;
	margin-right: 60px;
	font-size: smaller;
}
.ab3:hover 
{
	background-image: url(images/buttons/qanda_button_over_small.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 70px;
	height: 20px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 18px;
	margin-right: 60px;
	font-size: smaller;
}
.ab4
{
	background-image: url(images/buttons/qanda_button_small.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 70px;
	height: 20px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 18px;
	font-size: smaller;
}
.ab4:hover 
{
	background-image: url(images/buttons/qanda_button_over_small.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 70px;
	height: 20px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 18px;
	font-size: smaller;
}
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#AE2827; margin:0 5px;}
.b2f {height:1px; background:#AE2827; margin:0 3px;}
.b3f {height:1px; background:#AE2827; margin:0 2px;}
.b4f {height:2px; background:#AE2827; margin:0 1px;}
        
.footer_content
{
    background-color: #AE2827;
    font-size: normal;
    color: #CAF3FF;
    height: 130px;
    text-align: center;
}

.footer_content_inner
{
    background-color: #AE2827;
    font-size: medium;
    color: #FFFFFF;
    height: 70px;
    text-align: center;
}

.footer_content div 
{
	margin-left: 10;

}

.footer_spacer
{
	width:15px;
}

.footer_cell
{
	width: 33%;
}
#footer_ajax
{
	background-color: #AE2827;
}
.footer_buttons
{
    color: #CAF3FF;
	text-align: right;
	font-size: large;
	float:right;

}
.product_table
{
	background-image: url(images/app_place_holder.png);
    background-repeat: repeat-x;
    border: 0;
    height: 155px;
}
 
.product_table_top_cell
{
	height: 70px;
    width: 255px;
    text-align: left;
}

.product_table_bottom_cell
{
	height: 85px;
    width: 255px;
}


.floatright 
{ 
	float: right;
}