﻿/*
div.content {
    background: #ffffff url(../images/right_image7.gif) no-repeat top left;
    padding: 10px 40px 10px 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 80%;
    min-height: 680px;
    color: #11416E;
    text-align: left;
}
*/
div.content div.title
{
    font-weight: bold;
}

ol.productSummary 
{
    list-style: none;
    margin: 0;
    color: #000000;
}
ol.productSummary li
{
    padding-bottom: 16px;
    list-style-image: none;
    text-align: center;
}
ol.productSummary p
{
    text-align: center;
    margin: 0.8em 0;
}
ol.productSummary p.price
{
    color: Red;
}
/*
div.content h1 
{
    font-size: 120%;
}
div.content h2
{
    font-size: 100%;
}
*/
div.content div.action 
{
    margin-top: 20px;
    text-align: center;
}

hr 
{
    height: 1px;
}

ul.helper
{
    font-size: 80%;
}
ul.helper li a
{
    margin-left: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #11416E;
}

table.payment {
	margin-top: 16px;
	width: 480px;
}
table.payment td {
	vertical-align: top;
}
table.payment input {
	position: relative;
	top: -2px;
}
table.payment select {
	position: relative;
	top: -2px;
}

ol.legalAlpha 
{
    margin: 0 0 2em 2em;
}
ol.legalAlpha li 
{
     list-style: lower-alpha;
     list-style-image: none;
     margin: 0.5em 0;
}
ol.legalAlpha 
{
    margin: 0 0 1em 2em;
    text-align: justify;
}
ol.legalAlpha li ol
{
    margin: 0 0 1em 3em;
}
ol.legalAlpha li ol li
{
     list-style: lower-roman;
}
ol.legalAlpha dl dt
{
     margin: 0;
}
ol.legalAlpha dl dd
{
     margin: 0 0 0 2em;
}