﻿body {
	background:#97999b url('../images/background-main.jpg') repeat-x scroll left top;
}

table, tr, td, form, map, area {
	table-layout:auto;
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
	margin:0px;
	padding:0px;
}

body, html, table, tr, td, form, a, p, b, u, i, ol, ul, li, strong, em, div, span {
	font-family:verdana, arial, tahoma, helvetica, geneva, sans-serif;
	font-size:12px;
	color:#000000;
}

html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

iframe {
	background:none #ffffff;
	padding:0px;
	margin:0px;
}

a, a:visited, a:active {
	color:#0056b9; /*Blue*/
	white-space:nowrap;
}
a:hover {
	color:#920b0b; /*Red*/
	white-space:nowrap;
}

optgroup {
	font-style:normal;
	font-weight:bold;
	color:#000000;
}

#Container {
	padding:0px 5px 0px 5px;
	/*padding:0px;*/
}

#Header {
	white-space:nowrap;
}

#Navigation {
	height:50px;
	background:#920b0b url('../images/navigation-bg.jpg') repeat-x scroll left top;
}

#SearchBar {
	background:#004688 url('../images/search-bg.jpg') repeat-x scroll left top;
}
#SearchBarLinks {
	color:#ffffff;
}
#SearchBarLinks a, #SearchBarLinks a:visited, #SearchBarLinks a:active {
	color:#fff100;
	text-decoration:none;
}
#SearchBarLinks a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#Content {
	background-color:#ffffff;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	margin:0px
	padding:0px;
}

#Footer {
	background-color:#000000;
}
#FooterLinks {
	color:#636363;
	font-size:11px;
}
#FooterLinks a, #FooterLinks a:visited, #FooterLinks a:active {
	color:#fff100;
	text-decoration:none;
	font-size:11px;
}
#FooterLinks a:hover {
	color:#ffffff;
	text-decoration:underline;
	font-size:11px;
}

#Copyright {
	
}

.SiteSearchBox {
	height:15px;
	border:1px #000000 solid;
	background:#ffffff url('../images/textbox-bg.gif') repeat-x scroll left top;
	font-family:verdana, tahoma, arial, helvetica, geneva, sans-serif;
	font-size:12px;
	padding:2px;
	color:#898989;
}
.Textbox {
	border:1px #838383 solid;
	background:#ffffff url('../images/textbox-bg.gif') repeat-x scroll left top;
	font-family:verdana, tahoma, arial, helvetica, geneva, sans-serif;
	padding-left:2px;
}

.AccountPath {
	color:#000000;
	font-weight:bold;
}
.AccountPath a, .AccountPath a:visited, .AccountPath a:active {
	color:#000000;
	text-decoration:none;
	border-bottom:1px #000000 solid;
	font-weight:bold;
}
.AccountPath a:hover {
	border-bottom-color:#0062df;
}


.ProductFilter {
	padding-bottom:15px;
}
.ProductFilterTitle {
	font-weight:bold;
}
.ProductFilterValue {
	color:#000000;
	padding:0px 0px 5px 5px;
}
.ProductFilterValue a, .ProductFilterValue a:visited, .ProductFilterValue a:active {
	color:#000000;
	text-decoration:none;
	border-bottom:1px #000000 solid;
	white-space:normal;
}
.ProductFilterValue a:hover {
	border-bottom-color:#0062df;
}
.ProductFilterMore {
	padding:0px 0px 2px 5px;
}
.ProductFilterMore a, .ProductFilterMore a:visited, .ProductFilterMore a:active {
	color:#616161;
	text-decoration:underline;
}
.ProductFilterMore a:hover {
	color:#000000;
}
.ProductFilterMoreValues {
	display:none;
}
.ProductFilterLessValues {
	display:inline;
}
.ProductFilterDropMenu {
	width:100%;
}

a.ProductDetailTitle {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
a.ProductDetailTitle:hover {
	color:#0054b5;
}
.ProductDetailList {
	/*list-style-type:none;*/
	margin:0px 0px 0px 20px;
	padding:0px;
}
.ProductDetailList li {
	margin:0px;
	padding:0px;
}
.ProductDetailList span {
	font-weight:bold;
}
.ProductResults_ListTable td {
	padding:5px;
}
.ProductResults_ListTable_Headers td {
	font-weight:bold;
	background:#004688 url('../images/search-bg.jpg') repeat-x scroll left top;
	color:#ffffff;
}
.ProductThumbnails {
	padding:2px;
	margin:0px 5px 5px 0px;
	border:1px #c6c6c6 solid;
}

.HomeCategory {
	background:#bcbcbc url('../images/home-category-bg.gif') repeat-x scroll left top;
	cursor:pointer;
	border-bottom:1px black solid;
}
.HomeCategory:hover {
	background:#cccccc url('../images/home-category-bg-over.gif') repeat-x scroll left top;
}
.HomeCategoryName {
	padding:10px 0px 10px 10px;
}
.HomeCategoryName a {
	font-size:16px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.HomeCategoryCount {
	padding-right:10px;
	vertical-align:middle;
	text-align:right;
	font-size:12px;
	color:#000000;
}

.AccountMenu {
	background:#bcbcbc url('../images/home-category-bg.gif') repeat-x scroll left top;
	cursor:pointer;
	border-bottom:1px black solid;
}
.AccountMenu:hover {
	background:#cccccc url('../images/home-category-bg-over.gif') repeat-x scroll left top;
}
.AccountMenuName {
	padding:10px 0px 10px 10px;
}
.AccountMenuName, .AccountMenuName a {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}


#PrivacyPolicy span {
	font-weight:bold;
}


.RowColor1_Hover {
	background-color: #e5e5e5;
}
.RowColor2_Hover {
	background-color: #ffffff;
}
.RowColor1_Hover:hover, .RowColor2_Hover:hover {
	background-color: #cfdff4;
}
.RowColor1 {
	background-color: #e5e5e5;
}
.RowColor2 {
	background-color: #ffffff;
}


.FormError {
	color: #cc0000;
	background-color: #ffffff;
	padding: 3px;
	border: 2px #cc0000 solid;
	border-left-width: 8px;
	font-weight: bold;
	margin-bottom:10px;
}
.FormSuccess {
	color: #2ab518;
	background-color: #ffffff;
	padding: 3px;
	border: 2px #2ab518 solid;
	border-left-width: 8px;
	font-weight: bold;
	margin-bottom:10px;
}

.ItemShipped {
	background-color: #d9c7af;
	border: 2px #613b08 solid;
	border-left-width: 8px;
}
.ItemShipped td {
	color: #613b08;
	padding: 3px;
	font-weight: bold;
}
.ItemShipped td span {
	color:#613b08;
	font-weight:normal;
	font-size:10px;
}

.DataEntryTable td {
	padding: 0px 20px 20px 0px;
}
.DataEntryFieldTitle td {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding-bottom: 5px;
}
.DataEntryFieldDetails {
	font-weight: normal;
}
.DataEntrySubTable td {
	padding: 0px;
	background:transparent none;
}

/* MooTools.Tips */
.tip {
	width: 139px;
}
.tip-top {
	color: #ffffff;
	z-index: 13000;
}		 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #838383;
	padding: 8px 8px 4px;
	background: url('../images/bubble.png') top left;
}
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../images/bubble.png') bottom right;
	color:#ffffff;
}
.tip-text A {
	color:#069;
}
.tip-loading {
/*
	background: url(ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
*/
}
