﻿/*** General :: Begin ***/
Body
{
	padding: 0;
	margin: 0;
	font: normal 11px Arial;
	color: #000;
}

.PageCenter
{
	width: 980px;
	margin: 0 auto;
}

a:link
{
	color: #0066cc;
	text-decoration: underline;
}
a:visited
{
	color: #0066cc;
	text-decoration: underline;
}
a:hover
{
	color: #0066cc;
	text-decoration: none;
}
a:active
{
	text-decoration: underline;
}

.HelpIconLink:link, .HelpIconLink:visited, .HelpIconLink:hover, .HelpIconLink:active
{
	text-decoration: none;
	cursor: pointer;
}

.HardClear
{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
}

.PhoneNumber
{
	font-size: 1.2em;
	font-weight: bold;
	color: #3399ff;
}

.Outlined, input.Outlined
{
	font: normal 10px Arial;
	background-color: #fff;
	border: 1px solid #000;
}

.OutlinedWatermarked, input.OutlinedWatermarked
{
	font: normal 10px Arial;
	background-color: #fff;
	border: 1px solid #000;
	color: #BFBFBF;
}

.Outlined[disabled], input.Outlined[disabled]
{
	font: normal 10px Arial;
	background-color: #dfdfdf;
	border: 1px solid #999;
}

h1.PageHeader
{
	color: #3399ff;
	font-size: 24px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #3399ff;
}

.RequiredField
{
	font-weight: bold;
	color: #FF0000;
}

.SubText
{
	font-size: .8em;
	margin: 0;
	padding: 0;
}

.ErrorMessage
{
	font-weight: bold;
	color: #FF0000;
}

.ForcedLink
{
	cursor: pointer;
	color: #0066cc;
	border-bottom: 1px solid #0066cc;
}

.ForcedLink:hover
{
	text-decoration: none;
}

.AltFlash
{
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.AddThisToolbar
{
	float: right;
	clear: both;
}

.ProductImagePopUp
{
	display: none;
	width: 960px;
	height: 735px;
	padding: 0;
	margin: 0 auto;
	z-index: 9999;
	position: absolute;
	top: 50px;
	background-color: #FFFFFF;
	border: solid 4px #000;
	color: #0066CC;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}

.PopUpMessage
{
	display: none;
	padding: 15px;
	margin: 0;
	z-index: 9999;
	cursor: pointer;
	font-weight: bold;
	text-align: left;
}

.RightImage
{
	float: right;
	margin-left: 10px;
}

.LeftImage
{
	float: left;
	margin-right: 10px;
}

.FormWrapper
{
	text-align: center;
	padding: 5px;
	border-top: 2px solid #CFCFCF;
	border-bottom: 2px solid #CFCFCF;
}

.FormWrapper .GreenButton, .FormWrapper .GreenButton
{
	margin: 0 auto;
}

.FloatLeft
{
	float: left;
}

.FloatRight
{
	float: right;
}

.SubLabel
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	display: block;
}

.ShippingIcon
{
	display: inline-block;
	width: 24px;
	height: 16px;
	background: url('../images/icons.gif') no-repeat -199px 0;
}

.HelpIcon
{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('../images/icons.gif') no-repeat -228px -16px;
}

.ForcedLinkCursor
{
	cursor: pointer;
}

.PriceCut
{
	display: inline-block;
	width: 40px;
	height: 21px;
	margin-bottom: 0;
	background: url('../images/icons.gif') no-repeat -112px -23px;
}

.BottomRule
{
	border-bottom: 1px solid #3399FF;
}

.BottomRule .ForcedLink
{
	border-bottom: none;
}

.HideOnLoad
{
	display: none;
}

.DebugInfo
{
	margin: 25px 0;
}

.EmptyDiv
{
	width: 0;
	height: 0;
	overflow: hidden;
}

h3
{
	margin: 25px 0 0 0;
	font-size: 1em;
}
/*** General :: End ***/


/*** Header :: Begin ***/
.Header
{
	margin-bottom: 2px;
}

.Header .Logo
{
	float: left;
}

.Header .UserLogin
{
	float: right;
	text-align: right;
	font-weight: bold;
}

.Header .Contact
{
	float: left;
	padding-top: 9px;
	font-weight: bold;
}

.Header .Contact div
{
	display: inline;
}

.Header .ShoppingCart
{
	float: right;
	font-weight: bold;
}

.Header .ShoppingCart span
{
	display: inline-block;
	width: 21px;
	height: 17px;
	margin-right: 5px;
	background: url('../images/icons.gif') no-repeat -111px 0;
}

.Header .FirstRow
{
	width: 972px;
	height: 105px;
	margin: 0 auto;
	padding: 3px 0 0 0;
}

.Header .SecondRow
{
	width: 972px;
	margin: 0 auto;
}

.AdminMenu
{
	display: none;
	z-index: 999;
	background-color: #FFF;
	border: 1px solid #000;
	text-align: left;
	width: 120px;
	padding: 0;
	margin: 0;
}

.AdminMenu ul
{
	padding: 0;
	margin: 5px 20px;
}

.ForcedMenu
{
	cursor: default;
	width: 110px;
	border: 1px solid #000;
	text-decoration: none;
	color: #0066CC;
	display: inline-block;
	margin-top: 5px;
	padding: 2px;
}

.CheckoutSeperator
{
	width: 100%;
	height: 2px;
	background-color: #999;
	margin-bottom: 5px;
}
/*** Header :: End ***/


/*** Navigation :: Begin ***/
.NavigationWrapper
{
	background: url('../images/bg_navigation_repeat.gif') top repeat-x;
}

.NavigationWrapper .NavigationLeft
{
	height: 100%;
	background: url('../images/bg_navigation_left.gif') top left no-repeat;
}

.NavigationWrapper .NavigationRight
{
	height: 39px;
	background: url('../images/bg_navigation_right.gif') top right no-repeat;
}

.NavigationWrapper .NavigationContent a
{
	display: block;
	float: left;
	height: 23px;
	margin-top: 4px;
	padding: 8px 15px 0 15px;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #CCC;
}

.NavigationWrapper .NavigationContent a:hover
{
	background: url('../images/bg_navigation_hover.gif') top left no-repeat;
}

.NavSpacer
{
	margin-left: 4px;
}

.LiveChat
{
	float: right;
	margin: 6px 6px 0 0;
	height: 27px;
	width: 121px;
	overflow: hidden;
}

.LiveChat div a:link
{
	padding: 0;
	margin: 0;
	background: none;
	border-right: 0;
}

.LiveChat div a:visited
{
	padding: 0;
	margin: 0;
	background: none;
	border-right: 0;
}

.LiveChat div a:hover
{
	padding: 0;
	margin: 0;
	background: none;
	border-right: 0;
}

.LiveChat div a:active
{
	padding: 0;
	margin: 0;
	background: none;
	border-right: 0;
}
/*** Navigation :: End ***/


/*** Content Wrapper :: Begin ***/
.Content
{
	width: 972px;
	margin: 0 auto;
	margin-bottom: 5px;
	min-width: 0;
}
/*** Content Wrapper :: End ***/


/*** Footer :: Begin ***/
.Footer
{
	width: 972px;
	margin: 0 auto;
	padding: 10px 0 25px 0;
	color: #999;
	border-top: double 3px #999;
}

.Footer p
{
	margin: 10px 0 10px 0;
	padding: 0;
}

.Footer a
{
	color: #999;
}

.Footer a:visited
{
	color: #999;
}

.Footer a:hover
{
	color: #999;
}

.Footer a:active
{
	color: #999;
}

.Footer .Logos
{
	height: 180px;
}

.Footer .Logos p
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.Footer .Logos .Column, .Logos .ColumnAlt
{
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}

.Footer .Logos .ColumnAlt
{
	padding-top: 10px;
}

.McafeeWrapper
{
	display: block;
	height: 54px;
	width: 94px;
	overflow: hidden;
}

.FooterNav
{
	height: 200px;
}

.FooterNav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 234.5px;
	height: 100%;
	float: left;
	text-align: center;
}

.FooterNav ul li.Header
{
	background-color: #CCC;
	color: #FFF;
	font-weight: bold;
}

.FooterNav .Seperator
{
	border-right: 1px dashed #CCC;
	padding-right: 5px;
	margin-right: 5px;
	height: 100%;
}
/*** Footer :: End ***/