﻿body
{
    background: #0083ca url(../Images/UI/body_bg.gif) repeat fixed center top;
    color: #686868;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 0;
    padding-bottom: 25px;
    line-height: 20px;
}

p
{
	margin-bottom: 10px;
	margin-top: 5px;
}

hr
{
	background-color: #c1c1c2;
	border: none;
	color: #c1c1c2;
	clear: both;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
}

hr.divider-orange
{
	background-color: #ff7f00;
	color: #ff7f00;
}

ul li span, ul li p, 
ol li span, ol li p
{
	color: #686868;
	font-weight: normal;
}

blockquote
{
	font-style: italic;
	margin: 10px 10px 10px 10px;
}

table td
{
	padding: 5px 10px 5px 10px;
	vertical-align: top;
}

/* Link Styling
----------------------------------------------------------*/
a img { border: none; }

a:link { color: #686868; font: normal normal normal 12pt arial; text-decoration: none; }
a:visited { color: #686868; font: normal normal normal 12pt arial; text-decoration: none; }
a:hover { color: #686868; font: normal normal normal 12pt arial; text-decoration: underline; }
a:active { color: #686868; font: normal normal normal 12pt arial; text-decoration: none; }

a.titleLink:link { color: #ff7f00; font: normal normal bold 1.2em arial; text-decoration: underline; }
a.titleLink:visited { color: #ff7f00; font: normal normal bold 1.2em arial; text-decoration: none; }
a.titleLink:hover { color: #ff7f00; font: normal normal bold 1.2em arial; text-decoration: none; }
a.titleLink:active { color: #ff7f00; font: normal normal bold 1.2em arial; text-decoration: none; }

a.contentLink:link { color: #0083ca; text-decoration: underline; }
a.contentLink:visited { color: #0083ca; text-decoration: underline; }
a.contentLink:hover { color: #0083ca; text-decoration: none; }
a.contentLink:active { color: #0083ca; text-decoration: underline; }

#mainToolbarLinks a { color: #5fc9f1; font-weight: bold; }
#accountToolbar a { color: #ff7f00; font-weight: bold; }
#footer a { color: #00678e; font-weight: bold; }


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #ff7f00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}

h1, h2
{
    font-size: 1.7em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#topGradient
{
	display: none;
}

#mainToolbarWrapper
{
	display: none;
}

#mainToolbarLinks ul 
{ 
	display: none;
}

#mainToolbarLinks ul li
{
	display: none;
}

#pageWrapper
{
	background: none;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#logo
{
	border: none;
	height: 60px;
}

#accountToolbar
{
	display: none;
}

#navigationSearch
{
	display: none;
}

#leftColumn, #centerColumn, #rightColumn
{
	margin-top: 20px;
}

#leftColumn
{
	display: none;
}

#pageWrapperBottom
{
	background: none;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#footer
{
	display: none;
}

#footerTopCorners, #footerBottomCorners
{
	display: none;
}

#footerTopCorners
{
	display: none;
}

#footerBottomCorners
{
	display: none;
}

#footer h3
{
	display: none;
}
#footer ul li
{
	display: none;
}

#footer span
{
	display: none;
}

#address
{
	margin-top: 5px;
}

#address p
{
	margin-left: 10px;
}

#address a
{
	color: #fff;
}

#products, #help, #myAccount, #affiliates
{
	margin-top: 10px;
}

#copyright
{
	color: #fff;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 960px;
}


/* Search Styling
----------------------------------------------------------*/
#search input[type="text"]
{
	display: none;
}

.suggestionLIDefaultDadaSuggestHover
{
	display: none;
}

#suggestionsWrapper
{
	display: none;
}

#suggestionsWrapper ul
{
	display: none;
}

#suggestionsWrapper ul li
{
	display: none;
}


/* Sidebar Panel Styling
----------------------------------------------------------*/
.panel
{
	position: relative;	/* needed for prev|next button placement */
	margin-bottom: 20px;
}

.panelCaptionLeft
{
	background: #f1f1f2 url(../Images/UI/panel_caption_left.png) no-repeat scroll left top;
	display: block;
	float: left;
	height: 40px;
	width: 20px;
}

.panelCaptionRight
{
	background: #f1f1f2 url(../Images/UI/panel_caption_right.png) no-repeat scroll right top;
	color: #FFF;
	display: block;
	height: 40px;
	line-height: 40px;
}

.panelCaptionRight h3
{
	color: #FFF;
}

.panelContent
{	
	background-color: #f1f1f2;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}


/* Breadcrumbs Styling
----------------------------------------------------------*/
#breadcrumbs
{
	display: none;
}

/* Guided Navigation Styling
----------------------------------------------------------*/
#guidedNavigation h3 { clear: left; }
#guidedNavigation ul
{
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	padding-left: 0;
}


/* Browse Control Styling
----------------------------------------------------------*/
.browseControls, .pager, .pager ul, .pager ul li, .pager a, .sorter
{
	display: none;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset 
{
    border: 1px solid #CCC;
    margin: 0px 0px 10px 0px;
    padding: 1em;
    white-space: normal;
}

fieldset p, fieldset label
{
    margin: 15px 12px 10px 2px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 8px 4px 8px 4px;
}

fieldset input[type="text"] 
{
    border: 1px solid #CCC;
    padding: 3px 3px 3px 3px;
    width: 200px;
}

fieldset input[type="password"] 
{
	border: 1px solid #CCC;
	padding: 3px 3px 3px 3px;
	width: 200px;
}


/* MISC  
----------------------------------------------------------*/
.leftShim
{
	padding-left: 10px;
}

.rightShim
{
	padding-right: 10px;
}

.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: dashed 1px #ca8686;
    background-color: #ffcfcf;
}

.validation-summary-errors
{
	background-color: #ffcfcf;
	border: dashed 1px #ca8686;	
    color: #c91818;
    font-weight: bold;
    padding: 20px 20px 20px 20px;
}

.validation-summary-errors ul li
{
	list-style-type: decimal;
	list-style-position: inside;
}

.validation-summary-valid
{
    display: none;
}

.success-notification
{
	background-color: #cdf1d0;
	border: dashed 1px #329d3a;	
    color: #29812f;
    font-weight: bold;
    padding: 20px 20px 20px 20px;
}

ol.decoratedlist li
{
	color: #ff7f00;
	font-weight: bold;
	list-style-type: decimal;
	margin-left: 1.5em;
}

ul.decoratedlist li
{
	color: #ff7f00;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 1.5em;
}

.coverImage
{
	border: solid 1px #0083ca;
}

.inertListItem
{
	float: left;
	padding-right: 10px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.padLeft
{
	margin-left: 10px;
}

.padRight
{
	margin-right: 10px;
}

.recordPropertyName
{
	clear: left;
	display: block;
	float: left;
	font-weight: bold;
	width: 75px;
}

.recordPropertyValue
{
	display: block;
	float: left;
}

.headerUnderline
{
	margin-bottom: 5px;
	margin-top: 5px;
}

.addBottomMargin
{
	margin-bottom: 10px;
}

.gMap
{
	border: solid 1px #0083ca;
	float: right;
	height: 250px;
	width: 400px;
}

.spacer
{
	height: 10px;
}

.horizontal-prev-button
{
	display: none;
}

.horizontal-next-button
{
	display: none;
}

.datagrid
{
	border: solid 5px #ddd;
	border-collapse: separate;
	width: 100%;
}

.datagrid th
{
	background-color: #00719c;
	border-bottom: solid 5px #ddd;
	color: #fff;
	padding: 5px 10px 5px 10px;
}

.datagrid .normalRow
{
	background-color: #fff;
}

.datagrid .alternateRow
{
	background-color: #ddd;
}