﻿body{
    font-family:  Arial;
    margin: 0;
    padding: 0;
    width: 100%;
}
a{
    text-decoration: none;
    color: #0046AD;
}
a:visited{
    color: #0046AD;
}
a:hover{
    color: #009B3A;
}
a img{
    border: none;
}
h1{
    font-family: "Arial Black";
    font-size: x-large;
    font-variant:small-caps;
    margin: 0;
    padding: 0;
}
h2{
    font-family: "Arial Black";
    font-size:large;
    font-variant:small-caps;
    font-weight: normal;
    margin: 0;
}
h3{
    font-size: large;
    font-weight: bold;
    margin: 0;
}
#main{
    margin: 0 auto;
    width: 1000px;
}
/*-----Begin Header-----*/
#Header{
    display: block;
    height: 65px;
    overflow: visible;
    width: 100%;
}
#Header img{
    border: 0;
}
#Logo{
    float: left;
}
#Logo img{
    height: 55px;
    margin: 5px 0;
    width: 261px;
}
#Search{
    clear: right;
    float: right;
    height: 20px;
    margin: 5px 0;
}
#Search input, #Search img{
    vertical-align: text-top;
}
#CartButton{
    font-size: small;
    height: 30px;
    float: right;
    text-align: right;
    z-index: 1;
}
#CartButton .Left{
    background: url('/Content/img/CartButton/L.png') no-repeat;
    width: 25px;
}
#CartButton .Split{
    background: url('/Content/img/CartButton/S.png') no-repeat;
    width: 35px;
}
#CartButton .Center{
    background: url('/Content/img/CartButton/C.png') repeat-x;
    padding-right: 10px;
}
#CartButton .Right{
    background: url('/Content/img/CartButton/R.png') no-repeat;
    width: 5px;
}
#CartButton a{
    color: White;
}
#CartButton a:hover{
    color: Black;
}
#CartButton img{
    border: 0;
    margin-right: 5px;
}
/*-----Begin Navigation-----*/
#Navigation{
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    font-weight: bold;
    font-family: "Eras Demi ITC", Sans-Serif;
    font-size: 12pt;
    height: 30px;
    width: 100%;
}
#Navigation td{
    background: url('../img/MenuButton.gif') repeat-x bottom;
    border-top: solid 1px #DDD;
    border-left: solid 1px #AAA;
    border-right: solid 1px #AAA;
    border-bottom: solid 1px #777;
    line-height: 20px;
    text-align: center;
}
#Navigation td.selected{
    background: url('../img/MenuButtonOver.gif') repeat-x !important;
    border-top: solid 1px #777 !important;
    border-bottom: solid 1px #DDD !important;
}
.NavigationItemHover{
    cursor: pointer;
}
.NavigationItemHover a{
    color: #009B3A;
}
/*-----End Navigation-----*/
p.MenuItem.Depth1{
    border-bottom: Ridge 3px Silver;
    font-weight: bold;
    margin: 2.5px 0;
    text-transform:uppercase;
}
p.MenuItem.Depth2{
    margin: 0 0 0 25px;
    font-size: small;
}
#content{
    width: 100%;
}
#BreadCrumbs{
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}
#SectionHeader{
    background: url("/Content/img/ProductsHeader.png") no-repeat bottom center;
    display: block;
    height: 100px;
    margin-left: 21%;
}
#SectionContentWrapper .OBCenter{
    /*background: url("/Content/img/FadedLogo.png") no-repeat bottom right;*/
    display: table-cell;
    width: 780px;
}
#SectionContentWrapper{
    display: block;
    margin: 5px 0 15px 21%;
}
#SectionContent{
    margin: 15px;
    text-align:justify;
}
#LeftMenu{
    background: White;
    float:left;
    font-size: medium;
    width: 20%;
}
#LeftMenu .selected{
    color: #009B3A;
    font-weight: bold;
}
#RightMenu{
    border-spacing: 0;
    color: White;
    float: right;
    width: 20%;
    margin-left: 5px;
}
#RightMenu th, #RightMenu td{
    margin: 0;
    padding: 0;
}
#RightMenu th{
    font-size: large;
    padding-top: 5px;
    vertical-align: top;
}
#RightMenu th.Left{
    background: no-repeat url('../img/BlueBox/HeaderBarLeft.png');
    width: 20px;
}
#RightMenu th.Center{
    background: repeat-x url('../img/BlueBox/HeaderBarCenter.png');
    height: 40px;
}
#RightMenu th.Right{
    background: no-repeat url('../img/BlueBox/HeaderBarRight.png');
    width: 20px;
}
#RightMenu thead td.Left{
    background: no-repeat url('../img/BlueBox/ContentBox-TL.png');
}
#RightMenu thead td.Center{
    background: repeat-x url('../img/BlueBox/ContentBox-T.png');
    height: 20px;
}
#RightMenu thead td.Right{
    background: no-repeat url('../img/BlueBox/ContentBox-TR.png');
}
#RightMenu tbody td.Left{
    background: repeat-y url('../img/BlueBox/ContentBox-L.png');
}
#RightMenu tbody td.Center{
    background: url('../img/BlueBox/ContentBox-C.png');
    height: 20px;
}
#RightMenu tbody td.Right{
    background: repeat-y url('../img/BlueBox/ContentBox-R.png');
}
#RightMenu tfoot td.Left{
    background: no-repeat url('../img/BlueBox/ContentBox-BL.png');
}
#RightMenu tfoot td.Center{
    background: repeat-x url('../img/BlueBox/ContentBox-B.png');
    height: 20px;
}
#RightMenu tfoot td.Right{
    background: no-repeat url('../img/BlueBox/ContentBox-BR.png');
}
#footer{
    background: repeat-x url('../img/FooterBar.png') bottom;
    clear: both;
    font-size: 14px;
    margin: 30px auto;
    padding: 0 5px;
    text-align: center;
    width: 990px;
}
.SmallBold{
    font-family: "Arial Black", Arial, Sans-Serif;
    font-size: x-small;
}
p.Center{
    text-align: center;
}
.hide{
    visibility:hidden;
}
.field-validation-error, .validation-summary-errors{
    font-size: small;
    color: Red;
}
.input-validation-error{
    border: solid 1px Red;
    background-color:#FDD;
}
.watermark{
    color: Silver;
    font-style: italic;
}
.Content h1{
    color: #57A;
    margin: 0;
    padding: 5px 0 0 0;
}
.Content p{
    margin: 0 0 1em 0;
}
.Error{
    color: Red;
}
.Product hr{
    clear:left;
    margin-right: 2.5px;
}
.Product p.note{
    font-size:smaller;
    font-style: italic;
}
table.Button, table.SmallButton{
    border-spacing: 0;
}
table.Button .BCenter a, table.SmallButton .SBCenter a{
    color: White !important;
}
table.Button .BCenter a:hover, table.SmallButton .SBCenter a:hover{
    color: Silver !important;
}
table.Button td, table.SmallButton td{
    margin: 0;
    padding: 0;
}
table.Button .BLeft{
    background: no-repeat url('/Content/img/BlueBox/HeaderBarLeft.png') top right;
    width: 20px;
}
table.SmallButton .SBLeft{
    background: no-repeat url('/Content/img/BlueBox/SmallButtonLeft.png') top right;
    width: 20px;
}
table.Button .BCenter{
    background: repeat-x url('/Content/img/BlueBox/HeaderBarCenter.png');
    font-weight: bold;
    height: 40px;
    padding: 5px 10px 0 0;
    vertical-align: top;
}
table.SmallButton .SBCenter{
    background: repeat-x url('/Content/img/BlueBox/SmallButtonCenter.png');
    font-weight: 600;
    height: 30px;
    padding: 2px 7.5px 0 0;
    vertical-align: top;
}
table.Button .BRight{
    background: no-repeat url('/Content/img/BlueBox/HeaderBarRight.png') top left;
    width: 20px;
}
table.SmallButton .SBRight{
    background: no-repeat url('/Content/img/BlueBox/SmallButtonRight.png') top left;
    width: 20px;
}
.OutlineBox{
    border-collapse: collapse;
    border-spacing: 0;
}
.OutlineBox .OBTop{
    background: url("/Content/img/OutlineBox/T.png") repeat-x top center;
    height: 5px;
}
.OutlineBox .OBLeft{
    background: url("/Content/img/OutlineBox/L.png") no-repeat top right;
    height: 455px;
    width: 5px;
}
.OutlineBox .OBRight{
    background: url("/Content/img/OutlineBox/R.png") no-repeat top left;
    height: 455px;
    width: 5px;
}
.OutlineBox .OBCenter{
    vertical-align: top;
}
.FullOutlineBox{
    border-collapse: collapse;
    border-spacing: 0;
}
.FullOutlineBox thead .FOBLeft{
    background: no-repeat url('/Content/img/FullOutlineBox/TL.png');
    width: 5px;
}
.FullOutlineBox thead .FOBCenter{
    background: repeat-x url('/Content/img/FullOutlineBox/T.png');
    height: 5px;
}
.FullOutlineBox thead .FOBRight{
    background: no-repeat url('/Content/img/FullOutlineBox/TR.png');
    width: 5px;
}
.FullOutlineBox tbody .FOBLeft{
    background: repeat-y url('/Content/img/FullOutlineBox/L.png');
    width: 5px;
}
.FullOutlineBox tbody .FOBRight{
    background: repeat-y url('/Content/img/FullOutlineBox/R.png');
    width: 5px;
}
.FullOutlineBox tfoot .FOBLeft{
    background: no-repeat url('/Content/img/FullOutlineBox/BL.png');
}
.FullOutlineBox tfoot .FOBCenter{
    background: repeat-x url('/Content/img/FullOutlineBox/B.png');
    height: 5px;
}
.FullOutlineBox tfoot .FOBRight{
    background: no-repeat url('/Content/img/FullOutlineBox/BR.png');
}
#ManageAccount{
    background: Silver;
    border-left: Solid 2px Black;
    border-right: Solid 2px Black;
    border-top: Solid 2px Black;
    bottom: 0;
    left: 5%;
    margin-bottom: -1px;
    position: fixed;
    right: 5%;
    z-index: 2;
}
#ManageAccount #Login{
    margin: 0 auto;
}
#ManageAccount #AccountActions{
    float: right;
}
#ManageAccount #AccountActions a{
    border: Solid 1px Black;
    float: right;
    margin-right: -1px;
    margin-top: -1px;
    padding: 5px;
}
#ManageAccount #AccountActions a:hover{
    background: #CCC;
    font-weight: bold;
}
#ManageAccount #WelcomeMessage{
    float: left;
    padding: 5px;
}
#RelatedProducts{
    clear: both;
    margin-top: 30px;
    width: 100%;
}
a.More{
    font-weight: bold;
}
#RelatedProducts th{
    background: #57A;
    color: White;
    font-size: x-large;
    padding: 2px;
    text-align: left;
}
#RelatedProducts td{
    padding: 5px;
    width: 33%;
    vertical-align: top;
}
#RelatedProducts img{
    border: none;
    float: left;
    margin: 0 5px 5px 0;
}
#jqDialog_box h1{
    background: url('../img/MenuButton.gif') repeat-x bottom;
	color: #0046AD;
    padding: 5px;
}
#jqDialog_box{
	background: White;
	border: 1px Solid Silver;
	display: inline-block;
	font-family: Arial;
	position: absolute;
	width: 750px;
}
#jqDialog_content{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#jqDialog_options{
    background: url('../img/MenuButtonOver.gif') repeat-x top;
    display: block;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#jqDialog_options button{
	margin: 2.5px;
	background-color:Silver;
	border: 1px Solid Black;
    
	font-weight: bold;
    font-family: "Eras Demi ITC", Sans-Serif;
    font-size: 12pt;
	color: #0046AD;
	height: 25px;
	width: auto;
}

#jqDialog_input{
	padding: 4px;
	width: 250px;
}
#jqDialog_close{
	background: none;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #cc0000;
}

#slideNav { z-index: 500; position: absolute; top: 450px; left: 750px;  }
#slideNav a { 
		color: #0046AD; 
		margin: 0 3px; 
		padding: 6px 11px; 
		background: url("/Content/img/button.png") no-repeat; 
		
		text-decoration: none
}
#slideNav a.activeSlide { background-image: url(/Content/img/selected_button.png);  color: #ADDFFF; }
#slideNav a:focus { outline: none; }

