﻿html, body, form, p, ul, li, h1, h2, h3 {
	padding: 0;
	margin: 0;
}

body 
{
	color: #0F0F0F;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

a {
	color: #072FA2;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: normal;
	color: #444444;
}
h1 {
	font-size: 24px;
	padding-bottom: 8px;
}

h2, h3 {
	padding-bottom: 4px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

hr {
	background-color: #EDEEF4;
	border: 0;
	border-top: 1px solid #D7D9E6;
	height: 4px;
	margin-bottom: 8px;
}

img {
	border: 0;
}

p {
	padding-bottom: 15px;
}

/* HEAD */

	.Head  {
		background: url(images/head_bg.gif) no-repeat;	 
		height: 128px;
		position: relative;
		width: 100%;
		/* width: 910px; */
	}
	
		.PageContainer {
		background: url(images/page_bg.gif) repeat-x top;
		position: relative;
		height:100%;
	}


	.Logo {
		background: url(images/logo.gif) no-repeat;
		display: block;
		position: relative;
		top: 8px;
		left: 18px;
		width: 161px;
		overflow: hidden;
		padding-top: 73px;
		height: 0px !important;
		height /**/: 73px;
	}
	
/*ROUND BORDERS SECTION*/
.roundcont {
	width: 200px;
	background-color: #E5E5E5;
	color: #000;
	margin-left:auto;
	margin-right:5px;
	margin-top:auto;
	margin-bottom:auto;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.instructions {
    font-style: italic;
    font-size: 11px;
    float:right;
}
.clear {
    clear: left;
}
#column-2 {
    float: left;
    width: 300px;
}
#column-left
{
    float: left;
    font-size: 11px;
    width: 300px;
    margin-left:50px;
}

#column-right
{
    float: right;
    font-size: 11px;
    width: 300px;
}

.label {
    float: left;
    font-size: 11px;
    font-weight: bold;
    width: 115px;
    margin-bottom: 5px;
    text-align:left;
    margin-left:2px;
}
.field {
    float: left;
    width: 235px;
    margin-bottom: 5px;
    text-align:left;
}

/*SHOPPING CART*/
.Header-1
{
	float: left;
	font-size:18pt;
	font-family:Arial, Verdana, Tahoma;
	font-weight:bolder;
	color:White;
	background-color:#263573;
	height:50px;
	font-style:italic;
	width:700px;
}

.Header
{
	font-size:18pt;
	font-family:Arial, Verdana, Tahoma;
	font-weight:bolder;
	color:White;
	background-color:#263573;
	height:50px;
	font-style:italic;
}

.footerPayment
{
	background-color:#263573;
	height:30px;
}

#contentShoppingCart
{
	width:100%;
}

.tableContentShoppingCart
{
	width: 700px;
	background-color: white;
	border-left-color:#263573;
	border-left-width:2px;
	border-left-style:solid;
	
	border-right-color:#263573;
	border-right-width:2px;
	border-right-style:solid;
	
	border-bottom-color:#263573;
	border-bottom-width:2px;
	border-bottom-style:solid;
}

/*RECEIPT*/
.textAdvise
{
	padding-left:20px;	
}

#divBillingInfo
{
	float:left;
	width:300px;
	text-align:left;
	margin-left:20px;
	padding-bottom: 20px;
}

#divCreditCardInfo
{
	float:right;
	width:200px;
	text-align:left;
}

.textBold
{
	font-weight:bold;	
}

/* HEAD */
@media screen {
	.Search {
		position: relative;
		top: 28px !important;
		top: 26px;
		left: 10px;
		width:160px;
		visibility:hidden;
	}
	
	.Search input {
		border: 1px solid #283471;
		color: #283471;
		padding: 1px 2px;
		text-align: center;
		width: 130px;
		
	}
	
	.Search a {
		background: url(../images/search_go.gif) no-repeat;
		display: block;
		width: 22px;
		position: relative;
		top: -19px !important;
		top: -19px;
		left: 138px;
		overflow: hidden;
		padding-top: 18px;
		height: 0px !important;
		height /**/: 18px;
	}
}

@media print {

	.Logo {
		background: transparent url(../images/logo_print.gif) no-repeat;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 163px;
		overflow: hidden;
		padding-top: 76px;
		height: 0px !important;
		height /**/: 76px;
	}
	
	.Search {
		display: none;
	}
}

/* MAIN NAV */
@media screen {
	.MainNav {
		position: absolute;
		top: 101px;
		left: 179px;
		width: 651px;
	}
	
	.MainNav a {
		display: block;
		float: left;
		color: white;
		font-size: 13px;
		font-weight: bold;
		padding: 5px 10px 6px;
		margin-left: 1px;
		text-decoration: none;
	}
	
	.MainNav a:hover {
		background-color: #7D84AA;
		padding-bottom: 5px;
		text-decoration: none;	
	}
	.MainNav a.on, .MainNav a.on:hover {
		background: white;
		color: #1D2A69;
		border: solid 1px #1D2A69;
		border-bottom-color: white;
		padding: 5px 10px 5px;
		position: relative;
		top: -1px;
	}
}
@media print {

	.MainNav {
		display: none;
	}
}
