/* General site styles */
body
{
	padding: 0;
	margin: 0;
}

.ProductCategories {
	background-image: url(/eCommerce/assets/images/layout/tab_productcategories_bgnd.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.BannerText {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003A66;
	line-height: 130%;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.mainContent h1 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 17px;
	color: #003A66;
	font-weight: bold;
}

.mainContent h2,h3,h4,h5 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
}

.mainContent a {
	color: #003A66;
	text-decoration: underline;
}

.mainContent a:hover {
	color: #FF0000;
	text-decoration: none;
}

.mainContent li {
	list-style-type: circle;
}

.highlightText-red {
	color: #FF0000;
	font-weight: bold;
}

.BottomLink a {
	text-decoration: none;
	color:#FF0000;
}

.footer {
	font-family: Arial, Georgia, Tahoma, Verdana;
	font-size: 9px;
	color: #999999;
}

.footer a {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	color:#FFFFFF;
	background-color: #999999;
}

/* Products page styles */

.ProductsBannerTableFix {
	display: block;
	height: 101px;
}

.ProductsBanner {
	background-image: url(/eCommerce/assets/images/layout/productBanner-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

.ProductsBannerRight {
	background-image: url(/eCommerce/assets/images/layout/productBanner-backgroundright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.ProductsBanner h1 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 17px;
	color: #003A66;
	font-weight: bold;
	margin-bottom: -10px;	
}

.ProductsBanner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003A66;
	font-weight: bold;
}

.ProductBlock {
	margin-bottom: 10px;
}

.ProductBlockLeft {
	background-image: url(/eCommerce/assets/images/catalogue/productlistBlock_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
	padding-top: 5px;
}

.ProductBlockLeftFeat {
	background-image: url(/eCommerce/assets/images/catalogue/featBlock_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
	padding-top: 10px;
	
}

.ProductBlockLeft#OptionButtons {
	padding-left: 15px;
	padding-top: 3px;
}

.ProductBlockRight {
	background-image: url(/eCommerce/assets/images/catalogue/productlistBlock_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.ProductBlockRightFeat {
	background-image: url(/eCommerce/assets/images/catalogue/featBlock_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.ProductBlockLeft h1 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}

.ProductBlockLeft h2 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}

.ProductBlockRight h2 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}

.ProductBlockLeftFeat h2 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #BF0000;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}

.ProductBlockLeft h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}

.ProductBlockLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003A66;
	padding-left: 15px;
	padding-right: 15px;
}

.ProductBlockLeftFeat p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9B2424;
	padding-left: 15px;
	padding-right: 15px;
}

.ProductBlockDescription {
	background-image: url(/eCommerce/assets/images/catalogue/productlistBlock_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.ProductBlockDescription p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003A66;
	padding-left: 15px;
	padding-right: 15px;
}

.ProductBlockDescription h2 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 5px;
}

.ProductBlockRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003A66;
	padding-left: 15px;
	padding-right: 15px;
}


.ProductBlockLeft a {
	color: #003A66;
	text-decoration: underline;
}

.ProductBlockLeft a:hover {
	color: #FF0000;
	text-decoration: none;
}

.AddSpaceToRightSide {
	margin-right: 10px;
}

.SearchBlock h1 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -15px;	
}

.SearchBlock p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #003A66;
	padding-left: 10px;
	padding-right: 15px;
}

.CheckOutBlock {
	background-image: url(/eCommerce/assets/images/basket/checkoutBlock_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.CheckOutBlock h1 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: -5px;	
}

.CheckOutBlock h2 {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Georgia;
	font-size: 13px;
	color: #003A66;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 10px;	
}

/* Form styles */
.textfield {
	min-height: 16px;
	width: 300px;
	border: 1px solid #7F9CB2;
	margin-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color: #003A66;
	font-size: 11px;
}

.textarea {
	height: 100px;
	width: 300px;
	border: 1px solid #7F9CB2;
	margin-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color: #003A66;
	font-size: 11px;
}
.btn_submit {
	margin-top: 5px;
}

.smallfieldtext {
	font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	color: #003A66;
	font-size: 11px;
}

input.myaccount, select.myaccount
{
	/*width: 99%;*/
	min-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px 0px 3px 0px;
}
input.myaccountdisabled, select.myaccountdisabled
{
	/*width: 99%;*/
	min-height: 15px;
	border: 1px solid InactiveBorder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px 0px 3px 0px;
}
textarea.myaccount
{
	width: 99%;
	border: 1px solid #5C3F29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F38F1D;
	margin: 2px 0px 3px 0px;
}
input.myaccountvalidator, select.myaccountvalidator
{
	width: 99%;
	min-height: 15px;
	border: 1px solid #5C3F29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C3F29;
	background-color: #F38F1D;
	margin: 2px 0px 3px 0px;
}
textarea.myaccountvalidator
{
	width: 99%;
	border: 1px solid #5C3F29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F38F1D;
	margin: 2px 0px 3px 0px;
}
.myaccountvalidator
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5C3F29;
}
.myaccountbrightvalidator
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F38F1D;
}
span.myaccountcheckbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px 0px 3px 0px;
}
.myaccountformlabel, TD.myaccountformlabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}
TD.myaccountindentedtextblock
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 300px;
	padding-left: 100px;
	text-align: justify;
}

textarea.shippingmethod
{
	padding-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px 0px 3px 0px;
	width: 490px;
	height: 50px;
	vertical-align: top;
}
input.shippingmethod
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px 0px 3px 0px;
	vertical-align: middle;
	text-align: left;
}

/* ********************* CMS BAR ***************************/
table.CMSBar
{
	font-weight: bold;
	font-size: 9pt;
	left: 0px;
	margin-bottom: 10px;
	width: 100%;
	font-family: Arial, Tahoma, Verdana;
	position: static;
	top: 0px;
	background-color: #F6F8FA;
	border-bottom: solid 1px #CCD8E1;
}

.CMSBar a
{
	color: #003A66;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: normal;
}
.CMSBar a:visited
{
	font-weight: normal;
	text-decoration: none;
}
.CMSBar a:link
{
	font-weight: normal;
	text-decoration: none;
}
.CMSBar a:hover
{
	font-weight: normal;
	text-decoration: underline;
}
/* END CMS BAR */