﻿body
{
    background: #0083ca url(../Images/UI/body_bg.gif) repeat fixed center top;
    color: #686868;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0;
    padding-bottom: 25px;
    line-height: 20px;
}

#bottomDisclaimer
{
	background-color: #F2B6BD;
	border: 1px solid #FF0000;
	color: #000;
	font-size: 24pt;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px 10px 10px 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
	z-index: 1000;
}

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;
}

ul, ol
{
	margin-bottom: 10px;
}


/* Link Styling
----------------------------------------------------------*/
a img { border: none; }

a:link { color: #0083ca; font: normal normal normal 10pt arial; text-decoration: underline; }
a:visited { color: #0083ca; font: normal normal normal 10pt arial; text-decoration: underline; }
a:hover { color: #0083ca; font: normal normal normal 10pt arial; text-decoration: none; }
a:active { color: #0083ca; font: normal normal normal 10pt arial; text-decoration: underline; }

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; }

.plainLinks a { color: #686868; text-decoration: none; }
.plainLinks a:hover { text-decoration: underline; }

#mainToolbarLinks a { color: #5fc9f1; font-weight: bold; text-decoration: none; }
#mainToolbarLinks a:hover { text-decoration: underline; }

#accountToolbar a { color: #ff7f00; font-weight: bold; text-decoration: none; }
#accountToolbar a:hover { text-decoration: underline; }

#footer a { color: #00678e; font-weight: bold; text-decoration: none; }
#footer a:hover { text-decoration: underline; }


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #ff7f00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    white-space:pre-wrap;
}

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
{
	background: transparent url(../Images/UI/top_gradient.gif) repeat-x scroll center top;
	position: absolute;
	height: 740px;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: -1;
}

#mainToolbarWrapper
{
	background: transparent url(../Images/UI/main_toolbar_wrapper_bg.png) no-repeat scroll center top;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#mainToolbarLinks ul 
{ 
	float: right;
	margin-top: 6px;
}

#mainToolbarLinks ul li
{
	float: left;
	margin-right: 25px;
}

#pageWrapper
{
	background: transparent url(../Images/UI/page_wrapper_bg.png) repeat-y scroll center top;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#logo
{
	border: none;
	height: 60px;
}

#accountToolbar
{
	color: #00adef;
	font-weight: bold;
	text-align: right;
}

#navigationSearch
{
	background: transparent url(../Images/UI/navigation_bg.gif) no-repeat scroll top center;
	height: 40px;
	margin-top: 15px;
}

#leftColumn, #centerColumn, #rightColumn
{
	margin-top: 20px;
}

#pageWrapperBottom
{
	background: transparent url(../Images/UI/page_wrapper_bottom.png) no-repeat scroll top center;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#footer
{
	background-color: #00adef;
	color: #a3dff6;
	font-weight: bold;
}

#footerTopCorners, #footerBottomCorners
{
	height: 9px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#footerTopCorners
{
	background: transparent url(../Images/UI/footer_top_corners.png) no-repeat scroll top center;
}

#footerBottomCorners
{
	background: transparent url(../Images/UI/footer_bottom_corners.png) no-repeat scroll top center;
}

#footer h3
{
	color: #FFF;
}
#footer ul li
{
	padding-top: 5px;
}

#footer span
{
	color: #fff;
}

#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: 8pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 960px;
}

#footerLogos
{
	margin-bottom: 20px;
	margin-top: 20px;
}

#footerLogos div
{
	text-align: center;
	vertical-align: text-bottom;
}


/* Search Styling
----------------------------------------------------------*/
#btnSearch
{
	float: left;
	margin-top: 8px;
}

#search input[type="text"]
{
	background-color: #FFFFFF;
	border: none;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 11px;
	padding-bottom: 0px;
	padding-top: 1px;
	width: 250px;
}

.suggestionLIDefaultDadaSuggestHover
{
	background-color: #EEE;
}

#suggestionsWrapper
{
	background-color: #FFF;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin-left: 2px;
	position: relative;
	text-align: left;
	width: 277px;
	z-index: 20;
}

#suggestionsWrapper ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#suggestionsWrapper ul li
{
	border-top: dashed 1px #CCC;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 5px;	
}


/* 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;
}


/* Main Navigation Styling
----------------------------------------------------------*/
#navigation ul
{
	margin-left: 15px;	
}

#navigation ul li
{
	border-right: 1px solid #ff7f00;
	float: left;
	list-style-type: none;
	margin-top: 0px;
}

#navigation ul li a
{
	color: #FFFFFF; 
	display: block;
	font: normal normal bold 11pt arial; 
	height: 40px;
	line-height: 40px;
	padding-left: 13px;
	padding-right: 13px;	
	text-decoration: none;
}

#navigation ul li a:hover
{
	background: transparent url(../Images/UI/navigation_over_bg.gif) repeat-x scroll top center;
	color: #ff7f00;
}


/* Affiliate Main Navigation Styling
----------------------------------------------------------*/
#affNavigation
{
	background: transparent url(../Images/UI/aff_navigation_bg.gif) no-repeat scroll top center;
	height: 40px;
	margin-top: 15px;
}

#affNavigation ul
{
	margin-left: 15px;	
}

#affNavigation ul li
{
	border-right: 1px solid #ff7f00;
	float: left;
	list-style-type: none;
	margin-top: 0px;
}

#affNavigation ul li a
{
	color: #FFFFFF; 
	display: block;
	font: normal normal bold 11pt arial; 
	height: 40px;
	line-height: 40px;
	padding-left: 13px;
	padding-right: 13px;	
	text-decoration: none;
}

#affNavigation ul li a:hover
{
	background: transparent url(../Images/UI/navigation_over_bg.gif) repeat-x scroll top center;
	color: #ff7f00;
}


/* Breadcrumbs Styling
----------------------------------------------------------*/
#breadcrumbs
{
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-left: 20px;
	margin-top: 10px;
}

#breadcrumbs ul
{
	list-style: none;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 0;
}

#breadcrumbs ul li
{
	float: left;
	height: 25px;
	line-height: 25px;

}

#breadcrumbs ul li img
{
	vertical-align: text-top;	
}

#breadcrumbs ul li:first-child
{
	background: none;
	padding-left: 0;
	padding-right: 5px;
}

.breadcrumbSeparator
{
	color: #ff7f00;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}


/* Guided Navigation Styling
----------------------------------------------------------*/
#guidedNavigation a { color: #686868; text-decoration: none; }
#guidedNavigation a:hover { text-decoration: underline; }
#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  
{
	color: #0083ca; 
	font-weight: bold; 
}

.pager
{
	float: left;
	width: 230px;
}

.pager ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.pager ul li
{
	float: left;
	margin-right: 5px;
}

.pager a 
{ 
	color: #ff7f00; 
	font-weight: bold; 
}

.sorter
{
	float: right;
	text-align: right;
	width: 190px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset 
{
    border: 1px solid #CCC;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    white-space: normal;
}

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;
}


/* CSS button styling  
----------------------------------------------------------*/
a.cssButton {float:left; color: #FFF; display: block; height: 25px; line-height: 25px; margin: 5px 0; font-weight: bold; text-decoration: none; }
a.cssButton span { display: block; line-height: 15px; padding: 5px 10px 5px 15px; white-space: nowrap; }
a.orangeButton { background: transparent url(../Images/UI/orangeButtonLeft.png) no-repeat scroll left top; }
a.orangeButton span { background: transparent url(../Images/UI/orangeButtonRight.png) no-repeat scroll right top; }
a.blueButton { background: transparent url(../Images/UI/blueButtonLeft.png) no-repeat scroll left top; }
a.blueButton span { background: transparent url(../Images/UI/blueButtonRight.png) no-repeat scroll right top; }

button.cssButton::-moz-focus-inner { border: none; padding: 0; } /* fix Mozilla (FireFox) 1px offset */
button.cssButton { border: 0; color: #FFF; cursor: pointer; font-weight: bold; height: 25px; line-height: 25px; margin: 5px 0; padding: 0; }
button.cssButton span { position: relative; display: block; height: 25px; line-height: 25px; white-space: nowrap; padding: 0 10px; }
button.orangeButton { background: transparent url(../Images/UI/orangeButtonLeft.png) no-repeat scroll left top; }
button.orangeButton span { background: transparent url(../Images/UI/orangeButtonRight.png) no-repeat scroll right top; }
button.blueButton { background: transparent url(../Images/UI/blueButtonLeft.png) no-repeat scroll left top; }
button.blueButton span { background: transparent url(../Images/UI/blueButtonRight.png) no-repeat scroll right top; }


/* 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 ul li
{
	list-style-type: decimal;
	list-style-position: inside;
}

.validation-summary-valid
{
    display: none;
}

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;
}

.linkImage
{
	border: solid 1px #0083ca;
}

.coverImage
{
	border: solid 1px #0083ca;
	height: 140px;
	width: 95px;
}

.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;
}

.addRightMargin
{
	margin-right: 10px;
}

.gMap
{
	border: solid 1px #0083ca;
	float: right;
	height: 250px;
	width: 400px;
}

.spacer
{
	height: 10px;
}

.horizontal-prev-button
{
	background: transparent url(../Images/UI/button_previous.png) no-repeat scroll top center;
	clear: left;
	height: 40px;
	position: absolute;
	right: 50px;
	top: 0px;
	width: 48px;
	z-index: 10;
}

.horizontal-next-button
{
	background: transparent url(../Images/UI/button_next.png) no-repeat scroll top center;
	clear: right;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 48px;
	z-index: 10;
}

.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;
}

.gridlayout-record
{
	float: left;
	height: 250px;
	margin-left: 0px;
	margin-right: 10px;
	width: 130px;
}

.ourPrice
{
	color: #00719c;
	font-weight: bold;
}

.promoPrice
{
	color: #de1111;
	font-weight: bold;
}

.code
{
	background-color: #fff;
	border: solid 1px #00719c;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
}

.dimText
{
	color: #b7b7b7;
}

li.listMore
{
	 margin-top: 10px;
}

/* message boxes */
.info, .success, .warning, .error, .validation, .validation-summary-errors
{
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info 
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../Images/UI/info.png);
}
.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(../Images/UI/success.png);
}
.warning 
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(../Images/UI/warning.png);
}
.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../Images/UI/error.png);
}
.validation, .validation-summary-errors
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../Images/UI/validation.png);
}