﻿.first
{
    background-image: none !important;
}
h1
{
    font-family: Arial, Sans-Serif;
    font-size: 2.5em;
    color: #ffffff;
    margin: 10px;
    padding: 0;
}
h2
{
    font-family: Verdana, Sans-Serif;
    font-size: 1.8em;
    color: #66358e;
    margin-top: 0;
    padding-top: 0;
	font-weight:normal;
}
h3, h3 a
{
    font-family: Verdana, Sans-Serif;
    font-variant: small-caps;
    font-size: 1.1em;
    color: #66358e;
    margin-top: 0;
    padding-top: 0;
    clear: both;
}
h4
{
    font-family: Verdana, Sans-Serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #666666;
    margin-top: 0;
    padding-top: 0;
}
h5
{
    font-family: Verdana, Sans-Serif;
    font-size: 1em;
    color: #666666;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h6 {
    font-family: Verdana, Sans-Serif;
    font-size: 1.3em;
    color: #66358e;
    font-weight: normal;
	margin:10px 0 8px 0;
}
a
{
    color: #666666;
}
a:hover
{
    color: #66358e;
    text-decoration: none;
}
a:hover h1, h1
{
    text-decoration: none;
}
a img
{
    border: none;
}
body
{
    font-family: Verdana, Sans-Serif;
    font-size: 0.7em;
    color: #666666;
    line-height: 1.5em;
	margin-top:0px;
}
select
{
    height: 18px;
    color: #666666;
    font-size: 1em;
}
input[type="text"], input[type="password"]
{
    height: 12px;
    color: #666666;
    font-size: 1em;
}
input[type="submit"], input[type="button"]
{
    height: 23px;
    color: #666666;
    font-size: 1em;
}
.alert {
	color:red;
}
.header_fade
{
    text-align: center;
    background-image: url(  '/images/head_fade_bg.jpg' );
    background-repeat: no-repeat;
    height: 35px;
    width: 136px;
    padding-top: 5px;
}
.header_fade_noborder
{
    text-align: center;
    background-image: url(  '/images/head_fade_bg_noborder.gif' );
    background-repeat: repeat-x;
    height: 35px;
    width: 136px;
    padding-top: 5px;
}
.form_line
{
    clear: both;
    height: 25px;
}
.form_group
{
    clear: both;
    margin-top: 20px;
}
.form_label
{
    float: left;
    width: 130px;
    text-align: right;
    vertical-align: top;
	margin-bottom:5px;
    color: #666666;
}
.form_field
{
    float: left;
    text-align: left;
    padding-left: 5px;
	margin-bottom:5px;
}
.form_button
{
    height: 80px;
}
.form_line_item
{
    margin-bottom: 2px;
	width:320px;
}
.form_line_price
{
    float: right;
}
.product_price_major
{
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 1.5em;
    color: #66358e;
    vertical-align: top;
}
.product_price_minor
{
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 0.9em;
    color: #66358e;
    vertical-align: top;
}
.convert
{
    font-size: 0.8em;
}
.product_name 
{
    font-weight:bold;
    color: #66358e;
}
.product_name a 
{
    text-decoration:none;
    color:#66358e;
}
.product_name a:hover 
{
    text-decoration:underline;
}
.top_bottom_fade 
{
    background-image:url('/images/top_bottom_fade.gif');
    background-repeat:none;
    width:100px;
    height:1px;
}
.bottom_fade 
{
    background-image:url('/images/bottom_fade.gif');
    background-repeat:none;
    width:100px;
    height:50px;
}