﻿* { margin: 0; padding: 0; }

body, table, pre
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #272525;
}

img { border-style: none; }
a   { outline: none; }

h1, h2, h3, h4, h5, h6, h1 a
{
	margin: 0 0 .5em 0;
	font-size: 170%;
	color: #25608C;
	text-decoration: none;
}

h1 {}
h2 { font-size: 140%; color: #72a46e; }
h3 { font-size: 120%; color: #272525; }
h4 { font-size: 110%; color: #B5DAF1; }

.home h1 { color: #d48621; }
.spotlight-body h1 { color: #B5DAF1; }
.shopping-cart h1.page-title { color: #D48621; }
h1.page-title
{
	margin: 0 0 15px;
	font-size: 28px;
	line-height: 1.2em;
	font-weight: bold;
	color: #25608c;
}
.products .main-column h1.page-title
{ color: #D48621;}

.products .left-column h1.page-title
{
	margin: 0 0 15px;
	font-size: 28px;
	line-height: 1.2em;
	font-weight: bold;
	color: #D48621;
}

a        { color: #d48621; }
a:hover  { color: #d4a971; }

a.small-link { font-size: 10px; }
code         { color: #555; background-color: #ccc;}

.shopping-cart { color: #fff;}
.shopping-cart table { color: #fff;}

p, dt, dd, blockquote, table, pre
{
	margin: 0 0 1.4em;
}

#sitemap table { margin: 0; }

dt
{
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
}
.spotlight-body ul li { color: #fff }

ul, ol, dl
{
	margin: 0 0 1.4em 1.4em;
	list-style-type: none;
}

ul li
{
	padding: 0 0 .3em 1.4em;
	background: url(../images/blt_dot_black.gif) 0 .7em no-repeat;
}

ul ul, ol ul
{
	margin: 1em 0 0 1.4em;
}

ul ul li, ol ul li
{
	padding: 0 0 0em 1.4em;
	font-size: 90%;
	background: url(../images/blt_disc.gif) 0 .9em no-repeat;
}

ol
{
	list-style-type: decimal;
}

ol li
{
	margin: 1em 0 0 1.2em;
	padding: 0;
}

ol ol li, ul ol li
{
	font-size: 90%;
	list-style-type: lower-alpha;
}

.hr
{
	margin: 0 0 10px 0;
	height: 10px;
	border-bottom: 1px solid #73a8c7;
}

.callout, blockquote
{
	display: block;
	padding: 25px 40px;
	font-size: 125%;
	font-weight: bold;
	color: #d48621;
	background: #efefef;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;	
}

.home .body-txt p.callout   { color: #d48621; background: none; border: none; }

span.callout { margin: 1.5em 0; }

.single-column .main .body-txt .small   { font-size: 75%; color: #000000;}
.single-column .main .body-txt a.small   { font-size: 75%; color: #D38521;}
.small                                  { font-size: 75%; }
.big                                    { font-size: 120%; }
.disabled                               { opacity: .5; filter: alpha(opacity=50); }
.hidden                                 { display: none; }

.dark-blue { color: #25608C; }
.light-blue { color: #8CC3E5; }
.orange { color: #D38521; }
.green { color: #72A46E; }

.data-table, .discount-table
{
	width: 100%;
	border-collapse: collapse;
	/*border: 1px solid #B5DAF1;*/
	border-top: none;
	border-right: none;
}

.data-table td
{
	padding: 5px;
	line-height: 1em;
	background: #245F8C;
	border-bottom: 1px solid #174A71;
	border-right: 1px solid #174A71;
}

.data-table tr.even td { background: #1E557E; }

.data-table .table-header, .data-table .table-header td
{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #7eb1d0;
	border-bottom: 1px solid #174A71;
	border-right: 1px solid #7eb1d0;
}

.discount-table td
{
    padding: 5px;
	line-height: 1em;
}

.caption-right, .caption-left
{
	background: #164a71;
}

.caption-right img, .caption-left img
{
	margin: 0;
	border: none;
}

.caption-right p, .caption-left p
{
	margin: 0;
	padding: 5px 8px;
	font-size: 9px;
	line-height: 1.5em;
	color: #fff;
	background: #245F8C;
}

.caption-right
{
	float: right;
	margin: 5px 0 10px 10px;
}

.caption-left
{
	float: left;
	margin: 5px 10px 10px 0;
}

.mceVisualAid {	border: 1px dashed #bbb; }