*
/* 	RedHat - August 2012 

*	
*	Note: Most of the code is diverted from below. If making a change check 
*	these styles before looking at the standard code below.
*/

/*****font faces*******/
@font-face{ 
	font-family:'Overpass-Regular';
	src: url('Overpass-Regular.eot');
	src: url('Overpass-Regular.eot?#iefix') format('embedded-opentype'),
url('Overpass-Regular.woff') format('woff'),
url('Overpass-Regular.ttf') format('truetype'),
url('Overpass-Regular.svg#webfont') format('svg');
}

@font-face{ 
	font-family:'Overpass-Regular-Italic';
	src: url('Overpass-Regular-Italic.eot');
	src: url('Overpass-Regular-Italic.eot?#iefix') format('embedded-opentype'),
url('Overpass-Regular-Italic.woff') format('woff'),
url('Overpass-Regular-Italic.ttf') format('truetype'),
url('Overpass-Regular-Italic.svg#webfont') format('svg');
}

@font-face{ 
	font-family:'Overpass-Light';
	src: url('Overpass-Light.eot');
	src: url('Overpass-Light.eot?#iefix') format('embedded-opentype'),
url('Overpass-Light.woff') format('woff'),
url('Overpass-Light.ttf') format('truetype'),
url('Overpass-Light.svg#webfont') format('svg');
}

@font-face{ 
	font-family:'Overpass-Light-Italic';
	src: url('Overpass-Light-Italic.eot');
	src: url('Overpass-Light-Italic.eot?#iefix') format('embedded-opentype'),
url('Overpass-Light-Italic.woff') format('woff'),
url('Overpass-Light-Italic.ttf') format('truetype'),
url('Overpass-Light-Italic.svg#webfont') format('svg');
}

@font-face{ 
	font-family:'Overpass-Bold';
	src: url('Overpass-Bold.eot');
	src: url('Overpass-Bold.eot?#iefix') format('embedded-opentype'),
url('Overpass-Bold.woff') format('woff'),
url('Overpass-Bold.ttf') format('truetype'),
url('Overpass-Bold.svg#webfont') format('svg');
}

@font-face{ 
	font-family:'Overpass-Bold-Italic';
	src: url('Overpass-Bold-Italic.eot');
	src: url('Overpass-Bold-Italic.eot?#iefix') format('embedded-opentype'),
url('Overpass-Bold-Italic.woff') format('woff'),
url('Overpass-Bold-Italic.ttf') format('truetype'),
url('Overpass-Bold-Italic.svg#webfont') format('svg');
}

@font-face{ 
	font-family:'Overpass-ExtraLight';
	src: url('Overpass-ExtraLight.eot');
	src: url('Overpass-ExtraLight.eot?#iefix') format('embedded-opentype'),
url('Overpass-ExtraLight.woff') format('woff'),
url('Overpass-ExtraLight.ttf') format('truetype'),
url('Overpass-ExtraLight.svg#webfont') format('svg');
}

@font-face{ 
	font-family:'Overpass-ExtraLight Italic';
	src: url('Overpass-ExtraLight Italic.eot');
	src: url('Overpass-ExtraLight Italic.eot?#iefix') format('embedded-opentype'),
url('Overpass-ExtraLight Italic.woff') format('woff'),
url('Overpass-ExtraLight Italic.ttf') format('truetype'),
url('Overpass-ExtraLight Italic.svg#webfont') format('svg');
}
#divBKParentAllowOnlyOne.divBKParentAllowOnlyOne {display:none;}
#divParentAllowOnlyOne.divParentAllowOnlyOne {display:none;}
.mainBodyWrapper{
	width: 920px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}
	/*--------page links  - Main Navigation - Code diverted from below------------*/
	.mainBodyWrapper A.PageLink, .mainBodyWrapper A.PageLink:link, .mainBodyWrapper A.PageLink:visited  {
		font: normal 12px Arial, Helvetica, sans-serif;
		color: #FFF;
		text-decoration: none;
		vertical-align: middle;
		padding: 0px 10px 0px 10px;
		/*border-right: solid 0px #FFF;*/
		margin-top: 10px;
	}
	
	.mainBodyWrapper A.PageLink:hover, .mainBodyWrapper a.PageLink:active {
		color: #CCC;
		text-decoration: underline;
	}

.pagetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #666;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin-left:220px;
}

.masthead{
	min-height: 100px;
}
	/*------LOGO--------*/
	.masthead img{
		padding-top:14px;
		padding-left: 10px;
	}

.maintenancecopy{
	position:absolute;
	color:#C00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:860px;
	float:left;
	top:7px;
}
	
.midWrapper{
	background-color: #FFF;
	width:920px;
}

		.topLinks{
			float:left;
			*width: 600px;
			/*border: 1px solid white;*/
		}
		
.aiLoginLogoutLink-ai{
	float:left;
	color:#fff;
	width:27px;
	/*padding-left:100px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.aiLoginLogoutLink-ai A.BodyLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: underline;
	}
.aiLoginLogoutLink-ai A.BodyLink:hover, A.BodyLinkButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #b2b2b2;
	text-decoration: underline;
	}

.aiLoginLogoutLink-ai A.BodyLink, .aiLoginLogoutLink-ai A.BodyLink:link, .aiLoginLogoutLink-ai A.BodyLinkButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	}
	


/*  This keeps the page from collapsing - Wraps .leftNav and .mainContent - See default.aspx  */
	.mainContentWrapper{
		padding: 10px;
		/*border: 1px solid purple;*/
	}
	/* float height-collapse fix */
	.mainContentWrapper:after{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
		.leftNav{
			float:left;
			*width: 180px;

			/*border: 1px solid yellow;*/
		}
			.searchfield {
				float:left;
				width:121px;
				height:22px;
				padding-right:10px;
				background:url(/images/redhat/searchBox.jpg);
				background-repeat:no-repeat;
				background-position:left;
				/*border: 1px solid green;*/
			}
			
			/*---- Keyword Search - Code diverted from below ----*/
				.searchfield .KeywordSearchQuickBoxTextbox{
					BORDER-RIGHT: #FFF 1px solid;
					BORDER-TOP: #FFF 1px solid;
					BORDER-LEFT: #FFF 1px solid;
					WIDTH: 116px;
					height:16px;
					BORDER-BOTTOM: #FFF 1px solid;
					font-size: 10px;
					font-weight:bold;
					color:#007A87;
					margin-left: 1px;
				}
		/*------- Backgrounds for Search Buttons------------*/			
					.searchfield .searchfield .BodyImageButton, 
					.searchfield .aiQuickKeywordSearch-ai .BodyButton {
					font-family: Arial, Helvetica, sans-serif;
					color: transparent;
					text-decoration: none;
					border-color: #000000;
					border-style: none;
					margin:0;
					padding:0;
					width: 24px;
					height: 22px;
					background-image:url(/images/redhat/goButton.jpg);
					background-repeat:no-repeat;
					background-position: left;
					
					}
		
		/*---- Front Page Only ----*/
		.mainContent{
			width: 705px;
			float:right;
			/*border: 1px solid green;*/
		}
		
		/*---- All Interior Pages ----*/
		.mainContent2{
			width: 705px;
			min-height: 550px;
			float:right;
			padding: 20px 0px 0px 0px;
			/*border: 1px solid purple;*/

		}
		
		
		
.bottomPromos{
    width: 922px;
	padding: 5px 0px;
	/*border: 1px solid green;*/
}
/***************New Promo Boxes -that have not been approved*******************/

	.promoImg1{
		float:left;
		padding-left:8px;
		*width: 186px;
		*height: 133px;
	}
	.promoImg2{
		float:left;
		*width: 188px;
		*height: 133px;
	
	}
	.promoImg3{
		float:left;
		*width: 186px;
		*height: 133px;
	}
	.promoImg4{
		float:left;
		*width: 176px;
		*height: 133px;
	}
	.promoImg5{
		float:left;
		padding-left:8px;
		*width: 168px;
		*height: 133px;
	}
/***************These are the styles for the OLD AD Boxes that have not been approved---DO NOT DELETE**********/
	/*.promoImg1{
		float:left;
		padding-left:30px;
		*width: 265px;
		*height: 130px;
	}
	.promoImg2{
		float:left;
		*width: 265px;
		*height: 130px;
		padding-left:30px;
	
	}
	.promoImg3{
		float:left;
		*width: 265px;
		*height: 130px;
		padding-left:30px;
	}*/
/***************************************************************************************************************/

	


.footer{
	border-top: 1px solid #666;
	position:relative;
	margin-top:140px;
}
	.footerLinks{
		width: 450px;
		*width: 500px;
		color: #665;
		margin: 10px auto;
		padding: 0px 0px 0px 45px;
	}
	.footerLinks a{
		color: #666;
		text-decoration:none;
	}
	.footerLinks a:hover{
		color: #e62235;
		text-decoration:underline;
	}
	.footer p{
		width: 720px;
		color: #665;
		margin: 10px auto;
		text-align:center;
	}
	

/*--------  CHANGE THESE NUMBERS TO THE SIDER IMAGE SIZE ---------*/
#slider{ width: 657px; height:338px;}






/* ---- IE fixes ----*/
*
{
	zoom: 1;	
}


/*------------------LIST STYLES------------------*/
UL LI {
	LIST-STYLE-TYPE: none;
	font: bold 8pt/18pt arial, sans-serif;
	text-decoration:none;
	}
UL LI LI {
	LIST-STYLE-TYPE: none;
text-decoration:none;
	}
UL LI LI LI {
	LIST-STYLE-TYPE: none;
text-decoration:none;
	}
OL LI {
	LIST-STYLE-TYPE: none;
text-decoration:none;
	}
OL OL LI {
	LIST-STYLE-TYPE: none;
text-decoration:none;
	}
OL OL OL LI {
	LIST-STYLE-TYPE: none;
text-decoration:none;
	}

/* ----------------- BOLD CHAT -----------------*/

.boldchatimg img {
	border-style: none;
	cursor: default;
}
.bchattextcontainer {
	text-align: center;
}
.boldchattext, a.boldchattext:link, a.boldchattext:visited, a.boldchattext:hover, a.boldchattext:active {
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.boldchatbold, a.boldchatbold:link, a.boldchatbold:visited, a.boldchatbold:hover, a.boldchatbold:active { 
	font-weight: bold;
	text-decoration: none;
	color: #003163;
}

.boldchatchat, a.boldchatchat:link, a.boldchatchat:visited, a.boldchatchat:hover, a.boldchatchat:active  {
	font-weight: bold;
	text-decoration: none;
	color: #ad3100;
}


/*------------------BODY INFORMATION------------------*/

.rights{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	}

.BodyHeader {
	color: #333;
    font-family: 'Overpass-Regular', Arial,Helvetica,sans-serif;
    font-size: 18pt;
    padding: 0;
    text-decoration: none;
}

tr.BodyHeader td {
	color: #666;
    font-family: 'Overpass-Bold',sans-serif;
    font-size: 18pt;
    padding: 0;
    text-decoration: none;
	text-transform:uppercase;
	
}

body {
	width: 100%;
	height:100%;
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0 auto 0;
}

.BodyCell{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	}
	
 .BodyTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	}
.aiMyAccount-ai .BodyTable {
	width: 515px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	}

.BodyButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-width: 1px;
	border-color: #000000;
	border-style: none;
	background-color: #CC0000;
	margin: 3px 0px 3px 0px;
	padding: 7px 18px 7px 18px;
	text-transform:uppercase;
	
	}
	
.aiQuickKeywordSearch-ai .BodyButton
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-width: 1px;
	border-color: #000000;
	border-style: none;
	background-color: #CCC;
	margin: 3px 0px 3px 10px;
	padding: 2px 2px;
	}


.BodyCheckbox, .BodyRadioButton, .BodyText, .BodyCombobox, p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}
	
 .BodyNotes {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-left:50px;
	}	
	
	
.BodyText{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-left:30px;
	}
	
.aiAddEditCustomer-ai .BodyText{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-left:30px;
	margin-top:4px;
	}
.aiPaymentInfo-ai A.BodyLink, .aiPaymentInfo-ai A.BodyLink:link, .aiPaymentInfo-ai A.BodyLinkButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4E9FDD;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:100;
	text-decoration:underline;
	padding-bottom:10px;
	}
.staticpage-ai A.BodyLink, .staticpage-ai A.BodyLink:link, .staticpage-ai A.BodyLinkButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:100;
	text-decoration:underline;
	}
A.BodyLink, A.BodyLink:link, A.BodyLinkButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4E9FDD;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:100;
	text-decoration:none;
	}
	
.aiMyAccount-ai	A.BodyLink, .aiMyAccount-ai A.BodyLink:link, .aiMyAccount-ai A.BodyLinkButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #4E9FDD;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:100;
	text-decoration:underline;
	text-align:center;
	}
.GraphicSearchTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
	width:709px;
	margin-right:200px;
}

A.BodyLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #b2b2b2;
	text-decoration: none;
	}
A.BodyLink:hover, A.BodyLinkButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #8C8F91;
	text-decoration: underline;
	}
.BodyTinyTextbox {
	width: 25px;
	height: 15px;
	border: 1px #000 solid;
	background-color: #FFFFFF;
	margin-top:4px;
	}
.BodySmallTextbox {
	width: 50px;
	border: 1px #000 solid;
	background-color: #FFFFFF;
	padding-bottom:4px;
	margin-top:4px;
	}
.BodyMediumTextbox {
	width: 100px;
	border: 1px #000 solid;
	background-color: #FFFFFF;
	padding-bottom:4px;
	margin-top:4px;
	}
.BodyLargeTextbox {
	width: 200px;
	border: 1px #000 solid;
	background-color: #FFFFFF;
	padding-bottom:4px;
	margin-top:4px;
	}
.BodyMediumMultiLineTextbox {
	width: 100px;
	height: 50px;
	border: 1px #000 solid;
	background-color: #FFFFFF;
	}
.BodyLargeMultiLineTextbox {
	width: 170px;
	height: 50px;
	border: 1px #000 solid;
	background-color: #FFFFFF;
	margin-top:4px;
	}
.BodyXLargeMultiLineTextbox {
	width: 350px;
	height: 50px;
	border: 1px #000 solid;
	background-color: #FFFFFF;
	}
.BodyImportantNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	}

/*------------------INFORMATION QUICKBOX TABLES------------------*/
.AccountInformationQuickBoxTable, .CoopQuickBoxTable {
	width: 200px;
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	background-color: #666666;
	}
.BudgetTable, .CustomerCareQuickBoxTable, .DepartmentListQuickBoxTable, 
.FeaturedItemQuickBoxTable, .FreeGiftsQuickBoxTable, .WhatsNewQuickBoxTable {
	width: 200px;
	border-bottom: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	}
.BudgetQuickBoxTable, .GiftCertificateQuickBoxTable {
	width: 200px;
	border-bottom: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	}
.AnnouncementsQuickBoxTable {
	width: 139px;
	background: transparent;
	height: 160px;
	border-style: none;
	

}

.AnnouncementsQuickBoxHeaderColumn {
	color: #ffffff;
	font-size: 12px;
	
}

.Marquee {
	FONT-SIZE: 8pt;
	WIDTH: 139px;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: 160px;
	background: transparent;
}

/*------------------SECONDARY INFORMATION TABLES------------------*/
.AvailableInventoryTable, .BackOrderTable, .BillToListTable, .BackOrderExpectedTable, .BillToTable, .DepartmentListTable, .FavoriteProductListTable, .FooterTable, .GCAccountBalanceTable, .NavigationPagingTable, .ProductListTable, .ProductPriceBreakTable, .ShipToListTable, .ShipToTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}
 .ProductListTable{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	margin-top:50px;
	margin-bottom:50px;
	}
		
.ProductDetailTable{
	width: 1100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	float:left;
	}
.CartDetailQuickBoxTable, .KeywordSearchQuickBoxTable, .LoginQuickBoxTable, .ProductDetailInventoryTable, .ProductInventoryQuickBoxTable, .SearchTable {
	width: 100%;
	border-bottom: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 10px;
	}
.InventoryProductDetailTable {
	/*width: 150px;*/
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}
.ViewCartTable {
	width: 100%;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}


/*------------------HEADER COLUMNS------------------*/
.AccountInformationQuickBoxHeaderColumn, .BackOrderExpectedHeaderColumn, .BodyHeaderColumn, .BackOrderHeaderColumn, .BillToHeaderColumn, .BudgetQuickBoxHeaderColumn, 
.CartDetailQuickBoxHeaderColumn, .CustomerCareQuickBoxHeaderColumn, .DepartmentListQuickBoxHeaderColumn, .FavoriteProductListHeaderColumn, .FeaturedItemQuickBoxHeaderColumn, .FooterHeaderColumn, .FreeGiftsQuickBoxHeaderColumn, .GCAccountBalanceHeaderColumn, .GiftCertificateQuickBoxHeaderColumn, .KeywordSearchQuickBoxHeaderColumn, .LoginQuickBoxHeaderColumn, .ProductDetailHeaderColumn, .ProductInventoryQuickBoxHeaderColumn, .SearchTableHeaderColumn, .ShipToListColumnHeader, .ShipToHeaderColumn, .WhatsNewQuickBoxHeaderColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #CC0000;
	padding: 2px 0px 2px 0px;
	height: 40px;
	width:1100px
	}
.aiGiftCertificateAccountBalanceList-ai	.GCAccountBalanceHeaderColumn td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #CC0000;
	padding: 2px 0px 2px 0px;
	height: 40px;
	width:1100px;
	text-transform:uppercase;
	padding-left:10px;
}

.aiLogin-ai .BodyHeaderColumn td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #4c4c4c;
	padding-left:10px;
	height: 40px;
	width:1100px;
	text-transform:uppercase;
	}
 .BodyHeaderColumn td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #CC0000;
	padding-left:10px;
	height: 40px;
	width:1100px;
	text-transform:uppercase;
	}
.aiPaymentInfo-ai .BodyHeaderColumn td{
	width:1000px
}
.aiMyAccount-ai .BodyHeaderColumn td{
	font-size:14px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:100;
	width:512px;
	padding-left:20px;
}
.CoopQuickBoxHeaderColumn, .BudgetTableHeaderColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	}
.ProductPriceBreakHeaderColumn, .ViewCartHeaderColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}


/*------------------COLUMN HEADERS------------------*/
.AvailableInventoryColumnHeader, .AvailableInventoryMainColumnHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

.BillToListColumnHeader, .DepartmentListColumnHeader, .ProductListColumnHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #666666;
}


/*------------------ELEMENT SPECIFIC LINKS------------------*/
A.AccountInformationQuickBoxLink, A.AccountInformationQuickBoxLink:link, A.AnnouncementsQuickBoxLink, A.AnnouncementsQuickBoxLink:link, A.BackOrderLink, A.BackOrderLink:link, A.BackOrderExpectedLink, A.BackOrderExpectedLink:link, A.BillToListLink, A.BillToListLink:link,A.BudgetQuickBoxLink, A.BudgetQuickBoxLink:link, A.BudgetTableLink, A.BudgetTableLink:link, A.CartInfoLink, A.CartInfoLink:link, A.CartOptionsLink, A.CartOptionsLink:link, A.CoopQuickBoxLink, A.CoopQuickBoxLink:link, A.CustomerCareQuickBoxLink, A.CustomerCareQuickBoxLink:link, A.DepartmentListLink, A.DepartmentListLink:link, A.DepartmentListQuickBoxLink, A.DepartmentListQuickBoxLink:link, A.FavoriteProductListLink, A.FavoriteProductListLink:link, A.FeaturedItemQuickBoxLink, A.FeaturedItemQuickBoxLink:link, A.FreeGiftsQuickBoxLink, A.FreeGiftsQuickBoxLink:link, A.FooterLink, A.FooterLink:link, A.GiftCertificateQuickBoxLink, A.GiftCertificateQuickBoxLink:link, A.CurrentNavigationPagingLink, A.CurrentNavigationPagingLink:link, A.NavigationPagingLink, A.NavigationPagingLink:link, A.OrderConfirmedLink, A.OrderConfirmedLink:link, 
A.ProductDetailLink, A.ProductDetailLink:link, A.ProductInventoryQuickBoxLink, A.ProductInventoryQuickBoxLink:link, A.ProductListLink, A.ProductListLink:link, A.ProductPriceBreakLink, A.ProductPriceBreakLink:link, A.CartQuickBoxLink, A.CartQuickBoxLink:link, A.CartQuickDetailBoxLink, A.CartDetailQuickBoxLink:link, A.CartDetailQuickBoxFooterLink, A.CartDetailQuickBoxFooterLink:link, A.LoginQuickBoxLink, A.LoginQuickBoxLink:link, A.KeywordSearchQuickBoxLink, A.KeywordSearchQuickBoxLink:link, A.SearchTableLink, A.SearchTableLink:link, A.ShipToListLink, A.ShipToListLink:link, A.ViewCartLink, A.ViewCartLink:link, A.WhatsNewQuickBoxLink, A.WhatsNewQuickBoxLink:link {
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
A.AccountInformationQuickBoxLink:visited, A.AnnouncementsQuickBoxLink:visited, A.BackOrderLink:visited, A.BackOrderExpectedLink:visited, A.BillToListLink:visited, A.BudgetQuickBoxLink:visited, A.BudgetTableLink:visited, A.CartInfoLink:visited, A.CartOptionsLink:visited, A.CartQuickBoxLink:visited, A.CartDetailQuickBoxLink:visited, A.CartDetailQuickBoxFooterLink:visited, A.CoopQuickBoxLink:visited,A.CurrentNavigationPagingLink:visited, A.CustomerCareQuickBoxLink:visited, A.DepartmentListLink:visited, A.DepartmentListQuickBoxLink:visited, A.FavoriteProductListLink:visited, A.FeaturedItemQuickBoxLink:visited, A.FreeGiftsQuickBoxLink:visited, A.FooterLink:visited, A.GiftCertificateQuickBoxLink:visited, A.KeywordSearchQuickBoxLink:visited, A.LoginQuickBoxLink:visited, A.NavigationPagingLink:visited, A.OrderConfirmedLink:visited, 
 A.ProductDetailLink:visited, A.ProductInventoryQuickBoxLink:visited, A.ProductListLink:visited, A.ProductPriceBreakLink:visited, A.SearchTableLink:visited, A.ShipToListLink:visited, A.ViewCartLink:visited, A.WhatsNewQuickBoxLink:visited {
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
A.AccountInformationQuickBoxLink:hover, A.AnnouncementsQuickBoxLink:hover, A.BackOrderLink:hover, A.BackOrderExpectedLink:hover, A.BillToListLink:hover, A.BudgetQuickBoxLink:hover, A.BudgetTableLink:hover, A.CartInfoLink:hover, A.CartOptionsLink:hover, A.CartQuickBoxLink:hover, A.CartDetailQuickBoxLink:hover, A.CartDetailQuickBoxFooterLink:hover, A.CoopQuickBoxLink:hover, A.CurrentNavigationPagingLink:hover, A.CustomerCareQuickBoxLink:hover, A.DepartmentListLink:hover, A.DepartmentListQuickBoxLink:hover, A.FavoriteProductListLink:hover, A.FeaturedItemQuickBoxLink:hover, A.FreeGiftsQuickBoxLink:hover, A.FooterLink:hover, A.GiftCertificateQuickBoxLink:hover, A.KeywordSearchQuickBoxLink:hover, A.LoginQuickBoxLink:hover, A.NavigationPagingLink:hover, A.OrderConfirmedLink:hover, 
A.ProductDetailLink:hover, A.ProductInventoryQuickBoxLink:hover, A.ProductListLink:hover, A.ProductPriceBreakLink:hover, A.SearchTableLink:hover, A.ShipToListLink:hover, A.ViewCartLink:hover, A.WhatsNewQuickBoxLink:hover {
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

 A.BreadCrumbTrailLink, A.BreadCrumbTrailLink:link{ 
 font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
	text-decoration: none;
}

A.BreadCrumbTrailLink:hover{
    font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #cc0000;
	text-decoration: none;
}

A.BreadCrumbTrailLink:visited{
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}


/*-------------- CURRENT DEPARTMENT LINKS/HEADINGS ------------------------*/

A.CurrentDepartmentLink, A.CurrentDepartmentLink:link, A.CurrentDepartmentLink:visited
{
	font-family: 'Overpass-Bold', sans-serif;
	font-size: 16pt;
	color: #cc0000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	text-transform:uppercase;
}



A.CurrentDepartmentLink:hover {
	color: #8C8F91;
	font-size: 16pt; 
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	
}


/*------------------------page links --------------------*/
A.PageLink, A.PageLink:link, A.PageLink:visited  {
	font-family:'Overpass-Regular', sans-serif;
	font-size:13px;
	font-weight:500;
	color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px 20px 0px 20px;
	/*border-right: solid 1px #666666;*/
	margin-top: 10px;
	
}




A.PageLink:hover, a.PageLink:active {
	color: #b2b2b2;
}

.aiDepartmentListMenu-ai{
	/*width:1100px;*/
	float:left;
	margin:0 auto;
}
.maindeparts{
	width:1100px;
	margin:50px auto;
	float:left;
}

/********-------------This Menu is for DEFAULT PAGE ONLY-----------------*********/
/********************************************************************************/

/*------------------CASCADING MENUS------------------*/


.default-ai .MenuText {
	font-family: 'Overpass-Regular', sans-serif;
	font-size: 15px;
	/*color: #666;*/
	text-decoration: none;
	
	}
.default-ai .MenuLine {
	height: 1px;
	color: #999;

	}
.default-ai .Menu, .default-ai .MenuBackground, .default-ai .MenuGroup {
	background-color: #cc0000;
	cursor: pointer;
	padding:8px 1.893em;
	margin-top:8px;
	
}
.default-ai .MenuGroupSelected, .default-ai .MenuItemChildSelected, .default-ai .MenuItemSelected {
	font-family: 'Overpass-Regular', sans-serif;
	font-size: 12px;
	color: #cc0000;
	/*background-color: #cc0000;*/
	padding: 8px 8px;
	cursor: pointer;
	}
.default-ai .MenuItemChildSelectedDown, .default-ai .MenuItem, .default-ai .MenuItemDown, default-ai.MenuItemSelectedDown {
	font-family: 'Overpass-Regular', sans-serif;
	font-size: 12px;
	color: #FFF;
	/*background-color: #cc0000;*/
	padding: 8px;
	border-bottom: none;
	cursor: pointer;
	}

.default-ai .MenuItemChildSelectedOver, .default-ai .MenuItemOver, .default-ai .MenuItemSelectedOver {
	font-family: 'Overpass-Regular', sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #cc0000;
	padding: 8px 8px 8px px;
	cursor: pointer;
	border-bottom: 2px solid #ffffff;
	}

.default-ai .UnselectedMenuItem {
	font-family:'Overpass-Regular', sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #cc0000;
	padding: 1px 1px 1px 1px;
	cursor: pointer;
	}
/*------------ end of menu styles ------------------*/


/*------------------CASCADING MENUS------------------*/

/*Use this one if you want your main departments to look different than your sub departments*/

.default-ai .aiDepartmentListMenu-ai .MenuText {
	font-family: 'Overpass-Regular', sans-serif;
	font-size: 15px;
	/*color: #666;*/
	text-decoration: none;
	}
.default-ai .aiDepartmentListMenu-ai .MenuLine {
	height: 1px;
	color: #ffffff;
	background-color:none;
	}
.default-ai .aiDepartmentListMenu-ai .Menu, .default-ai .aiDepartmentListMenu-ai .MenuBackground, .default-ai .aiDepartmentListMenu-ai .MenuGroup{/*---width of whole dept nav---*/
	font-family: 'Overpass-Regular', sans-serif;
	font-size: 15px;
	text-transform:uppercase;
	background-color: inherit;
	cursor: default;
	color:#ffffff;
	/* position: absolute; */
	padding:0;
}


.default-ai .aiDepartmentListMenu-ai .MenuGroupSelected, .default-ai .aiDepartmentListMenu-ai .MenuItemChildSelected, .default-ai .aiDepartmentListMenu-ai .MenuItemSelected {
	font-family: 'Overpass-Regular', sans-serif;
	text-transform:uppercase;
	font-size: 15px;
	color: #ffffff;
	background-color: inherit;
	padding: 8px 8px 8px 8px;
	border-bottom: none;
	cursor: default;
	}
.default-ai .aiDepartmentListMenu-ai .MenuItemChildSelectedDown, .default-ai .aiDepartmentListMenu-ai .MenuItem, .default-ai .aiDepartmentListMenu-ai .MenuItemDown, .default-ai .aiDepartmentListMenu-ai .MenuItemSelectedDown {
	text-transform:uppercase;
	font-size: 15px;
	background-color: inherit;
	color:#ffffff;
	padding: 15px 15px;
	border-bottom: none;
	cursor: default;
	}
.default-ai .aiDepartmentListMenu-ai .MenuItemChildSelectedOver, .default-ai .aiDepartmentListMenu-ai .MenuItemOver, .default-ai .aiDepartmentListMenu-ai .MenuItemSelectedOver {
	font-family: 'Overpass-Regular', sans-serif;
	text-transform:uppercase;
	font-size: 15px;
	color: #ffffff;
	background-color: #cc0000;
	padding: 15px;
	border-bottom: none;
	cursor: default;

	}
.default-ai .aiDepartmentListMenu-ai .UnselectedMenuItem {
	font-family: 'Overpass-Regular', sans-serif;
	text-transform:uppercase;
	font-size: 15px;
	color: #ffffff;
	background-color: inherit;
	padding: 8px;
	cursor: default;
}
	
	
/*--------------------- end menu Group -------------------*/

/*****----------------------END OF DEFAULT ONLY MENU STYLES-------------------******/
/**********************************************************************************/

/*------------------CASCADING MENUS------------------*/


.MenuText {
	font-family: 'Overpass-Regular', sans-serif;
	font-size: 12px;
	/*color: #666;*/
	text-decoration: none;
	
	}
.MenuLine {
	height: 1px;
	color: #999;
	
	}
.Menu, .MenuBackground, .MenuGroup {
	background-color: #cc0000;
	cursor: pointer;
	padding:8px 1.893em;
	margin-top:8px;
}
.MenuGroupSelected, .MenuItemChildSelected, .MenuItemSelected {
	font-family: 'Overpass-Light', sans-serif;
	font-size: 12px;
	color: #666;
	/*background-color: #cc0000;*/
	padding: 8px;
	cursor: pointer;
	}
.MenuItemChildSelectedDown, .MenuItem, .MenuItemDown, .MenuItemSelectedDown {
	font-family: 'Overpass-Light', sans-serif;
	font-size: 12px;
	color: #ffffff;
	/*background-color: #cc0000;*/
	padding: 8px;
	/*border-bottom: none;*/
	cursor: pointer;
	}

.MenuItemChildSelectedOver, .MenuItemOver, .MenuItemSelectedOver {
	font-family: 'Overpass-Light', sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #cc0000;
	padding: 8px;
	cursor: pointer;
	border-bottom: 2px solid #ffffff;
	}

.UnselectedMenuItem {
	font-family: 'Overpass-Light', sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 8px;
	background-color: #cc0000;
	cursor: pointer;
	}
/*------------ end of menu styles ------------------*/


/*------------------CASCADING MENUS------------------*/
/****************menu used for inside pages********************/

/*Use this one if you want your main departments to look different than your sub departments*/

.aiDepartmentListMenu-ai .MenuText {
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	/*color: #666;*/
	text-decoration: none;
	}
.aiDepartmentListMenu-ai .MenuLine {
	height: 1px;
	color: #ffffff;
	background-color:none;
	}
.aiDepartmentListMenu-ai .Menu, .aiDepartmentListMenu-ai .MenuBackground, .aiDepartmentListMenu-ai .MenuGroup{/*---width of whole dept nav---*/
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform:uppercase;
	background-color: inherit;
	cursor: default;
	/* position: absolute; */
	padding:0px
}


.aiDepartmentListMenu-ai .MenuGroupSelected, .aiDepartmentListMenu-ai .MenuItemChildSelected, .aiDepartmentListMenu-ai .MenuItemSelected {
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 15px;
	color: #ffffff;
	background-color: inherit;
	padding: 15px;
	cursor: default;
	}
.aiDepartmentListMenu-ai .MenuItemChildSelectedDown, .aiDepartmentListMenu-ai .MenuItem, .aiDepartmentListMenu-ai .MenuItemDown, .aiDepartmentListMenu-ai .MenuItemSelectedDown {
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 15px;
	background-color: inherit;
	padding: 15px;
	cursor: default;
	color:#000000;
	}
.aiDepartmentListMenu-ai .MenuItemChildSelectedOver, .aiDepartmentListMenu-ai .MenuItemOver, .aiDepartmentListMenu-ai .MenuItemSelectedOver {
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 15px;
	color: #ffffff;
	background-color: #cc0000;
	padding: 15px;
	cursor: default;
	}
.aiDepartmentListMenu-ai .UnselectedMenuItem {
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 15px;
	color: #ffffff;
	background-color: inherit;
	padding: 15px;
	cursor: default;
}
	
	
/*--------------------- end menu Group -------------------*/

	
/*------------------SHOPPING CART------------------*/
.CartOptionsTable {
	border-top: 1px # solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	}
.CartInfoTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}
.CartDetailHeaderRow, .CartDetailFooter, .CartDetailSubtotalAmount, .CartInfoSubtotalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.CartDetailText, .CartInfoNotes, .CartInfoText, .CartOptionsText, .CartDetailQuickBoxProductTotalRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.CartDetailEmptyCartText, .CartInfoDiscountText, .CartDetailQuickBoxImportantNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	}
.CartDetailQuickBoxSubtotalRow, .CartDetailQuickBoxFooterColumn, .CartInfoHeader, .CartInfoHeaderColumn, .CartOptionsHeader, .CartOptionsHeaderColumn, .CartOptionsNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #cccccc;
	height:40px;
	text-transform:uppercase;
	}
.CartDetailProductRow, .CartDetailQuickBoxProductRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	background-color: #ffffff;
	}
.CartDetailTable, .CartInfoSubtotalrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFF;
	}

/*------------------SITE SUPPORT TEXT ELEMENTS------------------*/
.AvailableInventoryText, .BillToListText, .BreadCrumbTrailText, .CustomerCareQuickBoxText, .DepartmentListText, .DepartmentListQuickBoxText, .FavoriteProductListText, .FeaturedItemQuickBoxText, .FooterText, .FreeGiftsQuickBoxText, .InventoryProductDetailText, .ProductInventoryQuickBoxText, .ProductPriceBreakText, .CartQuickBoxSubtotalText, .ShipToListText, .ViewCartText, .WhatsNewQuickBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.ProductListText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}




.ProductDetailText{
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	width:363px;
}


.BackOrderText, .BackOrderExpectedText, .BudgetText, .GCAccountBalanceText, .FeaturedDepartmentsText, .CartDetailQuickBoxText, .LoginQuickBoxText, .SearchText, .SelectedMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.AccountInformationQuickBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color:#666666;
}
.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.OrderConfirmedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.ViewCartEmptyCartText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff0000;
	text-decoration: none;
	padding-left:20px;
}




/*------------------UNCLASSIFIED STYLES------------------*/
.BudgetTableOddRow {
	FONT-SIZE: 8pt;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #CCC;
}
.BudgetTableEvenRow {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.DepartmentListSKUNumber {
	FONT-SIZE: 7pt;
	COLOR: #d3d3d3;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.ErrorHeader {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #900;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.ErrorMessage {
	FONT-SIZE: 8pt;
	COLOR: red;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
.FavoriteProductListProductNameRow {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #CCC;
}
.FavoriteProductListSKU {
	FONT-SIZE: 7pt;
	COLOR: #666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
.FeaturedItemQuickBoxAnnouncement {
	FONT-SIZE: 7pt;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #CCC;
	TEXT-DECORATION: none;
}
.FreeGiftsQuickBoxAnnouncement {
	FONT-SIZE: 7pt;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
	TEXT-DECORATION: none;
}
.GreyDotCell {
	WIDTH: 1px;
}
.InventoryProductDetailHeader {
    FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	padding-right:20px;
}
.MenuCurrentPage {
	FONT-WEIGHT: bolder;
	FONT-SIZE: 8pt;
	COLOR: #fff;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.LeftSideAreaTable {
	WIDTH: 170px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
.LoadingMessage {
	color:#900;
	font-size:5pt;
}
.MainTable {
	WIDTH: 780px;
}

.NavigationCurrentBrowsing {
	FONT-SIZE: 7pt;
	COLOR: #013473;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.NavigationDescription {
	FONT-WEIGHT: bold;
	FONT-SIZE: 7pt;
	COLOR: #013473;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.OrderConfirmedHeading {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.OrderConfirmedTrackingNumber {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #003399;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline
}
.PersonalizationTextLineHeader {
    font-size: 7pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccc;
} 
.ProductDetailImageCell {
	BACKGROUND-COLOR: #fff;
}
.ProductDetailRightSideBackground{
	BACKGROUND-COLOR: #fff;
	width:400px;
	
}

.ProductDetailBackground {
	BACKGROUND-COLOR: #fff;
	padding-top:30px;
	text-align:left;
	width:500px;
}
.ProductDetailName {
	FONT-SIZE: 22pt;
	COLOR: #CC0000;
	FONT-FAMILY: 'Overpass-Bold', Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #fff;
	padding-left:0px;
}

.ProductDetailTextBold {
	FONT-WEIGHT: none;
	FONT-SIZE: 14px;
	COLOR: 000;
	FONT-FAMILY: 'Overpass-Bold', Arial, Helvetica, sans-serif;
}

.ProductDetailSKU {
	FONT-SIZE: 7pt;
	COLOR: #666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
.ProductDetailNotes {
	FONT-SIZE: 7pt;
	COLOR: #900;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.ProductListSKUNumber {
	FONT-SIZE: 7pt;
	COLOR: #d3d3d3;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.ProductPriceBreakQtyColumn {
    font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccc;
} 

.LoginQuickBoxTextbox {
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	WIDTH: 95px;
	BORDER-BOTTOM: black 1px solid;
}
.Required {
	FONT-SIZE: 7pt;
	COLOR: #900;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.KeywordSearchQuickBoxTextbox {
	BORDER-TOP: black 0px solid;
	BORDER-RIGHT: black 0px solid;
	BORDER-BOTTOM: black 0px solid;
	BORDER-LEFT: black 0px solid;
	background-color:#FFF;
	WIDTH: 150px;
	height:31px;
}

.aiQuickKeywordSearch-ai{
	border:#000 1px solid;
	background-color:#FFF;
	display:table;
	margin-top:11px;
}


.SearchTableOddRow {
	FONT-SIZE: 8pt;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #CCC;
}
.SearchTableEvenRow {
	FONT-SIZE: 8pt;
	COLOR: #666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.ViewCartHeader {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.ViewCartNotes {
	FONT-SIZE: 7pt;
	COLOR: #900;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.Welcome {
	FONT-SIZE: 8pt;
	COLOR: #000;
	TEXT-DECORATION: none;
}
.WelcomeCustomer {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #000;
}

/*--------- Inventory Replacement Styles ------------ */
.ActiveTab{
    position:absolute;
    left:0;
    top:0;
    text-align:center;
    border:1px outset #eee;
    border-bottom:none;
    background:#7e92ba;
    cursor:default;
}
.InactiveTab{
    position:absolute;
    left:0;
    top:0;
    text-align:center;
    border:1px outset #eee;
    border-bottom:none;
    background:#ea6;
    cursor:default;
}
.Panel{
    position:absolute;
    left:0;
    top:0;
    border:1px outset #eee;
    border-top:none;
    background:#7e92ba;
}



.aiLogin-ai table {
	text-align: left !important;
}

/*------------------ Order Info Page styles------------------*/
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 650px;
	margin:0 auto;
}

.heading {
	FONT-SIZE: 11pt;
	font-weight:bold;
	COLOR: #000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	width:650px;
	margin:0 auto;
}

.subheading {
	width:650px;
	margin:0 auto;
	font-size:15px;
}

h1 {
	font: 4em normal Arial, Helvetica, sans-serif;
	text-align:left;
	padding: 15px 0;
}
h1 span { color: #666; }
h1 small{
	font: 0.3em normal Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.5em;
	display: block;
	color: #666;
}

h2.trigger {
	margin: 0 0 5px 0;
	background: #CCC url(file:///webapps/eStore/tr/stg/app/Stylesheets/images/h2_trigger_a.gif) no-repeat;
	height: 46px;	
	line-height: 46px;
	width: 650px;
	font-size: 12pt;
	font-weight: normal;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
}
h2.trigger a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 0 0 70px;
}
h2.trigger a:hover {
	color: #666;
}
h2.active {
	background-position: left bottom;
}
.toggle_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 650px;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.toggle_container .block {
	padding: 15px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
	font-size:12px;
}
.toggle_container h3 {
	font: 2.5em normal Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

.block ul li {
	list-style:none;
	font-size:12px;
	font-weight:normal;
}

/*------------------ End Order Info Page styles------------------*/

/*------------------ Slider styles------------------*/

/* 
	Resets defualt browser settings
	reset.css
*/


.defaultcontent {
	width:657px;
	_width:705px;
	height:338px;
	padding:0 15px;
	float:left;
}

#container {
	width:657px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:657px;
	height:338px;
	position:relative;
}

#slides {
	position:absolute;
	z-index:100;
}



.slides_container {
	width:657px;
	height:338px;
	overflow:hidden;
	position:relative;
	border:#efefef 2px solid;
}



.pagination {
	height:10px;
	overflow:hidden;
	float:right;
	padding-top:5px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	background-image: url(file:///webapps/eStore/tr/stg/app/images/redhat/paginationboxes.jpg);
	display:block;
	width:15px;
	height:5px;
	padding-top:12px;
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -10px;
}
.trydifferent{
	padding-top:40px;
}
.phonedisclaimer{
	float:left;
	color:#e10a0a;
}
.fadorasizes{
	float:left;
	padding-left:20px;
	padding-top:50px;
	font-weight:bold;
}
.summitlogo{
	padding-top:60px;
	width:150px;
}
.summitdate{
	width:150px;
	float:left;
	padding-left:16px;
}
/**********************NEW SPECIAL ORDER**********************/
.repInfo{
	float:left;
	width:925px;
	font-family:'overpass-regular', sans-serif;
	padding-left:75px;
}
.SpecialHeading{
	font-family:'Overpass-Bold', Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#666;
	text-transform:uppercase;
}
.SpecialHeading td{
	font-family:'Overpass-Bold'Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#666;
}
.specialordercopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:10px;
}
.trends{
	float:left;
	width:890px;
}
.spoheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:10px;
}
	
.spocontact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:10px;
}
.HotTagPrimaryImageThumbnail{
	bottom:0;
	left:55px;
	position:absolute;
	display:none;
}


.spobutton{
	font-family:'Overpass-Bold',Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	margin:2px 0 4px 0;
	border:0;
	background-color:#cc0000;
	padding:.5130rem 0.65rem;
	display:inline-block;
	text-decoration:none;
	text-align: left;
}
.spobutton:hover{
	background-color:#820000;
	
}

.spobutton a:link, .spobutton a:visited{
	color:#ffffff;
	text-decoration: none;
}

/*------------------------recently viewed items------------------------------------------*/

.csusitemwrapper {
	font-size:9px;
	width:250px;
	margin-right:10px;
	padding:18px 0 0 0;
	text-align:center;
}

.csusitemwrapper h1 {
	font-size:11px;
	padding-top:8px;
	padding-bottom:0px;
	text-align:center;
}

.csusitem a{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
line-height:14px;
}

.csusitem h2{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
font-weight: 200;
color: #000000;
text-decoration: none;
margin-top:0px;
line-height:12px;
}

.csusitem h3{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
font-weight: 200;
color: #787878;
text-decoration: none;
margin-top:0px;
line-height:14px;
padding-bottom:10px;
}

.title {
	padding: 7px;
	padding-top: 15px;
	padding-bottom: 18px;
	font-size:11px;
text-align: left;
font-family: Verdana,Geneva,sans-serif;
color: rgb(0, 0, 0);
text-transform: uppercase;
}

.csusitem1, .csusitem2, .csusitem3, .csusitem4, .csusitem5{
	float:left;
}

.upsell {
margin-top:25px;
display:block;
/*margin: 0px auto;*/
margin:12px;
text-align: center;
text-decoration:none;
height:auto;
display:table;
}

.upsell li {
	list-style-type: none;
}

/*-------------------------------- tab styles---------------------------------------*/

.Upselltabs ul li.link{
	list-style:none;
	float:left;
	border-spacing:0px;
}
.Upselltabs ul{
	
}
.Upselltabs ul li.link a{	
	display: block;
	padding: 6px 20px;
	text-decoration: none!important;
	color:#fff;
	background:#4c4c4c;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:0px solid #fff;
	text-transform:uppercase;
}
.Upselltabs ul li.link a:hover{	
	color: #444;
	background: #b2b2b2;
}
.Upselltabs ul li.link a.selected{	
	color: #fff;
	background: #cc0000;
	
}
.Upselltabs{
	background: #fff;
	color: #111;
	padding: 80px 20px;
	margin: 0px auto;
	width:1100px;
}
#recentlyviewed, #topsellers{
	background:#FFF;
	border:1px solid #eee;
	border-spacing:0px;
}

.fedoracopy{
	width:650px;
}
.fedoraimage{
	float:left;
	padding-left:75px;
}

.spobanner{
	padding:15px 0 0 35px;
}
.bannerad{
	padding:0 0 15px 4px;
}
.Click{
	padding-top:225px;
	float:left;
	margin-left:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/************2016-17****************/
.div01{
	height: 700px;
	width: 100%;
	margin: 0;
}
.header-sub{
	font-family:'Overpass-Bold', sans-serif;
	font-size:50px;
	color:#ffffff;
	margin:165px auto 0;
	width:1100px;
	text-align:center;
	
}
.navigationwrapper{
	z-index:2;
	width:1144px;
	margin:0 auto;
	background-color:#ffffff;
}
.navigationwrapper2{
	z-index:100;
	width:1126px;
	margin:0 auto;
	padding:25px 0;
}
.topnav{
	float:left;
	width:1142px;
	margin: 0 auto;
	background-color:#ffffff;
	/*height:35px;*/	
}
.topnav ul li{
	float:left;
	padding-left:40px;
	padding-top:6px;
	font-size:12px;
	font:Arial, Helvetica, sans-serif
	}
	
	
.topnav ul li a:link, .topnav ul li a:visited, .topnav ul li a:active{
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}

.topnav ul li a:hover{
	color:#b2b2b2;
	text-decoration:none;
	}
	
.rightlogo{
	float:right;
	margin:0px 25px;
	/*padding-top:4px;*/
	width:88px;
}


.mainheader{
	background-color:#000000;
	width:100%;
	height:85px;
	position:relative;
	z-index:99999;
	top:0;
}
.Shopbutton{
	font-family:'Overpass-Bold',Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:18px;
	margin-top:170px;
	border:0;
	background-color:#cc0000;
	padding:.5130rem 3.65rem;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
} 
.Shopbutton:hover{
	background-color:#820000;
	
} 	
.Shopbutton a:link, .Shopbutton a:visited, .Shopbutton a:active{
	font-size:18px;
	font-family: 'Overpass-Bold',Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
    display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	
}
	

*#headertop{
	float:left;
	width:960px;	
}
#headerbottom{
	float:left;
	width:960px;
}
.bottom{
	position: relative;
	z-index: 800;
	background-color:#ffffff;
	height:auto;
	width:100%;
	margin-top:-150px;
	
}

.content{
	width: 100%;
	height: 756px;
	
}
.firstContent{
	text-align:center;
	position:relative;
}
.headline{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:52px;
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
}

.rightnav{
	width:1142px;
	float:left;
	margin-top:20px;
	color:#ffffff;
	z-index:999;
	position:relative;
	padding-left:492px;
}
.loginlink{
	float:left;
	padding-right:55px;
	text-decoration: none;
	width:42px;
}

.loginlink a:link, .loginlink a:visited, .loginlink a:active  {
	font: 13px 'Overpass-Regular',sans-serif;
	text-transform:uppercase;
	color: #ffffff;
	text-decoration: none;
	font-weight:500;
	padding-right: 10px;
	text-decoration: none;
}

.loginlink a:hover  {
	font: 13px 'Overpass-Regular', sans-serif;
	text-transform:uppercase;
	font-weight:500;
	color: #b2b2b2;
	padding-right: 10px;
	text-decoration: none;
}
.pagelinks{
	float:left;
	z-index:999;
	width:326px;
}
.cart{
	float:left;
	color:#ffffff;
	padding-right:30px;
	width:215px;
	/*padding-left:65px;*/
}

		
.cart a:link, .cart a:visited, 
.cart a:hover, .cart a:active  {
	font: 13px 'Overpass-Regular',sans-serif;
	text-transform:uppercase;
	color: #ffffff;
	text-decoration: none;
	font-weight:500;
	padding-right: 10px;
}
							 
.cart a:hover, .cart a:active  {
	font: 13px 'Overpass-Regular', sans-serif;
	text-transform:uppercase;
	font-weight:500;
	color: #b2b2b2;
	padding-right: 10px;
}
				
.cart .CartQuickBoxSubtotalText{
	font-size:13px;
	font-weight:500;
	color:#fffffff;
}
.cart .CartQuickBoxSubtotalText{
	color:#ffffff;
}
.maindepts{
	width:1123px;
	padding-bottom:50px;
	float:left;
}
.homelink{
	font-family:'Overpass-Regular', sans-serif;
	font-size: 15px;
	color: #ffffff;
	float:left;
	padding-top:19px;
	text-decoration:none;

}
.homelink ul li{
	font-family:'Overpass-Regular', sans-serif;
	font-size: 15px;
	float:left;
	padding-top:3px;
	color: #ffffff;
	text-decoration:none;
}

.homelink ul li a:link, .homelink ul li a:visited, .homelink ul li a:active {
	font-family: 'Overpass-Regular',  sans-serif;
	font-size: 15px;
	color: #ffffff;
	float:left;
	text-decoration:none;
}

.homelink ul li a:hover {
	color: #cc0000;
	text-decoration:none;
}

.homelink2{
	font-family: 'Overpass-Regular',  sans-serif;
	font-size: 15px;
	color: #000000;
	float:left;
	padding-top:19px;
	text-decoration: none;

}
.homelink2 ul li{
	font-family: 'Overpass-Regular', sans-serif;
	font-size: 15px;
	float:left;
	width:34px;
	padding-top:2px;
	color: #000000;
	text-decoration: none;
}

.homelink2 ul li a:link, .homelink2 ul li a:visited, .homelink2 ul li a:active {
	font-family:'Overpass-Regular', sans-serif;
	font-size: 15px;
	color: #000000;
	float:left;
	text-decoration:none;
}

.homelink2 ul li a:hover {
	color: #cc0000;
	text-decoration:none;
}


.smallnav{
	float:left;
	/*width:776px;*/
	padding-left:38px;/***was at 80px***/
}
.search_icon{
	width:130px;
	height:23px;
	float:right;
	padding-left:5px;
	display:table;
}

.search_box{
	width:23px;
	height:26px;
	float:left;
	margin-left:32px;
}
/*.insidenavs{
	width:1100px;
	float:left;
	position:relative;
}*/
.insidecontent{
	width:1126px;
	margin:0px auto;
	background-color:#ffffff;
	margin-top:30px;
	
}

/*.explore{
	left:720px;
	top:47px;
	position:absolute;
}
*/
/*
********************Marketing Area**************************/

.sliderarea{
	margin:0 auto;
	padding-top:30px;
	position:relative;
	width:1180px;
	height:378px;
}
.marketingarea{
	margin:0 auto;
	float:left;
}
.adslide{
	width:475px;
	height:338px;
	float:left;
}
.SPOimage{
	margin-left:75px;
	width:900px;
	float:left;
}

.CustomOrderarea{	
 width:100%;
 height: 130px;
 background-color:#cc0000;
 float:left;
 position:relative;
 color:#FFF;

}

.CustomOrderheader{
	font-family: 'Overpass_Light', Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:19px;
	color:#ffffff !important;
	padding-top:40px;
	padding-right:2px;
	
}

.CustomOrderheader a,.CustomOrdersub a{
	color:#ffffff !important;
	text-decoration:none !important;
	
}

.CustomOrdersub{
	font-family: 'Overpass-Bold', Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:22px;
	color:#ffffff;
	letter-spacing:1px;
	text-decoration:none;
	padding-right:2px;
}




.CustomOrderlink {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:18px;
	font-weight:lighter;
	color:#ffffff;
	padding-top:10px;

}

.CustomOrderlink:link, .CustomOrderlink a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:18px;
	font-weight:lighter;
	color:#ffffff;
	padding-top:10px;

}
.CustomOrderlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:18px;
	font-weight:lighter;
	color:#FFFFFF;
	padding-top:10px;

}

.CustomOrderlink:hover{
	color:#8C8F91;
	text-decoration:underline;
}

/***************************End of Marketing Area***************************/

/*
********************Featured Area**************************/
.featuredarea{
	width:100%;
	margin:0 auto;
	background-color:#00B5E2;
	height:520px;
	position:relative;
	
}
.featurecontentarea{
	margin:0 auto;
	width:1100px;
}
.featuredcontent{
	margin:0 auto;
	width:1100px;
	padding-top:30px;
}
.featuredimage{
	width:351px;
	height:351px;
	float:left;
	margin-top:50px;
	margin-left:115px;
}

.righttext{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	float:left;
	margin-top:125px;
	padding-left:50px;
	}
.featuredescrip{
	font-size:18px;
	font-weight:bold;
	font-family: 'Overpass-Regular', Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
}
.featureheader{
	font-size:38px;
	font-family: 'Overpass-Bold',Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:left;
}
.featuremain{
	font-size:28px;
	font-family: 'Overpass-Bold', Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding-top:5px;
}
.featurelink{
	font-family:'Overpass-Bold',Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:18px;
	border:0;
	background-color:#cc0000;
	padding:.351rem 3.5rem;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:20px;
} 
.featurelink:hover{
	background-color:#820000;
		
} 	
.featurelink a:link, .featurelink a:visited{
	font-size:18px;
	font-family: 'Overpass-Bold',Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
    display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
}
	

/********************footer*************************/

.footercontent{
	float:left;
	width:100%;
	z-index:999;
	position:relative;
}

.blackfooter{
	background-color:#000000;
	height:80px;
}
.insidefooter1{
	width:1100px;
	margin: 0 auto;
	padding-top:15px;
}

.rhlogo2{
	width:139px;
	float:left;
	padding-left:20px;
}

.footerlinks1{
	float:left;
	width:650px;
	margin-left:70px;
	padding-top:10px;
}
	
.footerlinks1 ul li{
	font-family:'Overpass-Regular',Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	padding-left:30px;
}

.footerlinks1 ul li a:link, .footerlinks1 ul li a:visited {
	font-family:'Overpass-Regular',Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	color:#8c8f91;
	text-decoration:none;
}

.footerlinks1 ul li a:hover{
	color:#ffffff;
	text-decoration:none;
}

.summit{
	padding-left:20px;
	float:left;
	padding-top:7px;
}
.dev{
	float:left;
	padding-left:50px;
	padding-top:5px;
}

.whitefooter{
	background-color:#ffffff;
	height:60px;
}
.insidefooter2{
	width:1100px;
	margin: 0 auto;
}

.footerlinks2{
	float:left;
	width:650px;
	padding-top:20px;
}
	
.footerlinks2 ul li{
	font-family:'Overpass-Regular',Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	padding-left:30px;
}

.footerlinks2 ul li a:link, .footerlinks2 ul li a:visited{
	font-family:'Overpass-Regular',Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	color:#000000;
	text-decoration:none;
}

.footerlinks2 ul li a:hover{
	color:#8c8f91;
	text-decoration:none;
}
.copyright{
	float:right;
	padding-top:20px;
}
.aiProductList-ai {
	width:1100px;
}

.ideabooks{
	width:900px;
	float:left;
	font-family:'Overpass-Bold',Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:25px;
	padding-left:107px;
}
.ideadbookimage{
	width:900px;
	float:left;
	padding-top:15px;
	padding-left:70px;
}
hr{
	border: 1px solid #fff;
}
/***************************Responsis Code**********************************/


.item{
	width: 50%;
	text-align: center;
	min-height: 322px;
	display: flex;
	flex-direction: column;
	padding-top:30px;
}
.productlist:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.item .image img{
	width: 300px;
	height: 300px;
	margin: 0 auto 10px auto;
}
.item a.image{
	width: 300px;
	height: 300px;
	margin: 0 auto;
}

.item a.name{
	font-size: 16px;
	color: #8C8F91;
	text-decoration: none;
	font-weight: bold;
	vertical-align: baseline;
	padding: 5px 0;
}
.item a.name:hover{
	font-size: 16px;
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
	vertical-align: baseline;
	padding: 5px 0;
}

.item p {
	margin: 0px;
	line-height: normal;
	color:#464646;
	font-size:16px;
}
.pagingtext{
	padding: 15px;
}
.productlist{
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}
.aiProductList-ai{
	padding: 0px 0 0 0;
}
.pagingtext{
	display:none;
}
.aiStaticPage-ai{
	float:left;
	width:1100px;
}
.promodata{
	font-family:'Overpass-Light', Arial, sans-serif;
	font-size:20px;
	line-height: 24px;
	float:right;
}

.promodata a:link, .promodata a:visited{
	font-family:'Overpass-Light', Arial, sans-serif;
	font-size:20px;
	line-height: 24px;
	color:#cc0000;
	text-decoration: none;
}
.promodata a:hover{
	color:#8C8F91;
	font-family:'Overpass-Light', Arial, sans-serif;
	font-size:20px;
	line-height: 24px;
	text-decoration: none;
}
 .location{
	float:left;
}
/*----------View Cart Code---------*/

/*---------- View Cart Styles ----------*/

.ViewCart{
	display: flex;
	flex-direction: row;
	font-family: Arial,sans-serif;
	margin-top:50px;
}
.ViewCart_CartItems{
	width: 100%;
}
.ViewCart_CartSummary{
	width: 100%;
	background: #f3f3f3;
}
a.MainBtn{
	font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    border-width: 1px;
    border-style: none;
    background-color: #002F5F;
    cursor: pointer;
    padding: 15px 13px;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
}
a.MainBtn:hover {
    color: #ffffff;
    text-decoration: none;
}
.ViewCart_CheckoutWrapper{
	padding: 25px 0;
}
.ViewCart_CheckoutDetailWrapper p{
	padding: 10px 0;
}
.EmptyCartMessaging{
	padding: 25px 0;
}
.Item{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
}
Item:last-child{
	border-bottom: 0px solid #ccc;
}
.Item_Image img {
    width: 200px;
    padding: 0 25px;
    /*margin: 0 auto;*/
    display: block;
}
.Item_ItemDetail{
	width: 100%;
	padding: 15px 0;
}
.Item_ItemDetailTop {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
	text-align: left;
}
.Item_attribute a{
	font-size: 24px;
	text-align: left;
}
.Item_Wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.Item_Color{
	padding: 0 0 0 5px;
}
.Item_PriceQty {
    text-align: left;
}
.Item_QtyInput{
	padding: 0 0 0 5px;
}
.Item_QtyInput input{
	border: 1px solid #40609f;
	width: 50px;
}
.Item_Price{
	font-size: 24px;
}
.Item_Total{
	font-size: 18px;
	text-align: left;
}
.Item_Total span{
	font-size: 24px;
}
.Item_Qty{
	font-size: 18px;
}
.remove{
	font-size: 14px;
}
.Detail_Size select {
    border-radius: 0px;
    background: #fff;
    height: 36px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-appearance: listbox;
    border-color: #cc0000;
    padding: 0 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 95% center;
    width: 100%;
}
.Detail_Size {
    padding: 0 0 25px;
}
/*input{
	width:60px;
}*/

/*-------Product Detail------*/
label{
	padding-top: 10px;
}
.PD_page{
	margin-top:25px;
	height:auto;
}
.PD_mainsection{
	width:1100px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	margin:50px auto;
}
.PD_left{
	width:500px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top:25px;
}
.PD_right{
	Width:482px;
	display:flex;
	flex-direction: column;
	align-content: space-between;
	text-align: left;
	margin-top:15px;
/*	margin-left:125px;*/
}
.PD_title{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size:25px;
}
.PD_description{
	font-family: arial, sans-serif;
	font-size:14px;
	padding-top:10px;
}
.PD_size, .PD_inventory{
	margin-top:15px;
	width:400px;
	padding-top:0px;
}
.PD_addtocart{
	font-weight: bold;
	color:rgb(255, 0, 0);
}
/*----multiple images-----*/
.multi_image img {
border:solid 1px #cccccc;
margin-right:15px;
float:left;
margin-top:26px;
}

.offer-head {
	font-size:36px;
	color:#484848;
	text-align:left;
	line-height:50px;

}

.offer-subhead {
	font-size:22px;
	color:#888888;
	text-align:left;
	line-height:35px;
	padding-top:10px;

}

.offerbg {
	width:100%;
	height:350px;
	background-repeat:no-repeat;
	position:relative;
	background-position:right bottom;
}

#TrendsTest{
	margin-top:25px;
	padding-left:82px;
}
.SpecialOrder_ASI {
    position: relative;
    width: 1024px;
    margin: 0 20px 0px 0px;
    text-align: center;
     }

.SpecialOrder_ASI p{
    font-size:40px;
    font-weight: bold;
    padding: 0px 0 0px 0;
    color: #002F5B;
    text-align: left;
	margin-top:40px;
	margin-bottom:20px;
     }
.SpecialOrder_Image{
	padding-right:34px
}

.click p{
	padding-top:15px;
	margin-bottom:25px;
}

.predictive_search_box{
	background-color:#ffffff;
	height:auto;
	z-index: 999;
	position:absolute;
}
.orderconf{
	text-align: left;
	width:800px;
}
.socialicons{
	float:right;
	width:215px;
	/*margin-right:270px;*/
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top:10px;
}
ol, ul{
	margin-bottom:0px;
	margin-top:2px;
}
.PD_size input {
	width:30px;
}
.aiSelectShipTo-ai{
	float:left;
}
.Detail_Price_Group{
	FONT-SIZE: 18pt;
	COLOR: #CC0000;
	FONT-FAMILY: 'Overpass-Bold', Arial, Helvetica, sans-serif;
	padding-top:18px;
}

/*--------------------- Media Query -------------------*/
/*@media screen and (min-width: 600px) {
	.promoboxes {
		padding-top:25px;
		position:relative;
		display:flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.boxes{
		width: 45%;
		padding: 0 10px;
	}
	.catagories_inner ul li{
		padding: 5px;
		width: inherit;	
	}
	.dept-landing{
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}
	.dept-landing a{
		padding: 17px;
		border: 1px solid #ccc;
	}
	.dept-landing a{
		border-top: 0px solid #ccc;
		border-left: 0px solid #ccc;
	}
	
	.dept-landing a:nth-child(2), .dept-landing a:nth-child(4), .dept-landing a:nth-child(6), .dept-landing a:nth-child(8), .dept-landing a:nth-child(10){
		border-right: 0px solid #ccc;
	}
	.dept-landing a:nth-child(11){
		border-bottom: 0px solid #ccc;
	}
	.dept-landing a.deptlink_empty{
		border: 0px solid #ccc;
		width: 235px;
		display: block;
	}
	.staticcontent{
		width: 100%;
		margin: 0 auto;
	}
	.staticcontent img{
		width: 100%;
	}
	
	.LoginText {
	font-size:14px;
	line-height:22px;
}

}
@media screen and (min-width: 800px) {
	.promoboxes {
		padding-top:25px;
		position:relative;
		display:flex;
		flex-direction: row;
		justify-content: center;
		width: 800px;
		margin: 0 auto;
	}
	.boxes{
		width: 30%;
		padding: 0 10px;
	}
	.item{
		width: 33.3%;
		text-align: center;
		min-height: 322px;
		display: flex;
		flex-direction: column;
	}


	
}
@media screen and (min-width: 900px) {
	.dept-landing{
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}
	.dept-landing a{
		padding: 16px;
		border: 1px solid #ccc;
	}
	.dept-landing a{
		border-top: 0px solid #ccc;
		border-left: 0px solid #ccc;
	}
	.dept-landing a:nth-child(2), .dept-landing a:nth-child(4), .dept-landing a:nth-child(6), .dept-landing a:nth-child(8), .dept-landing a:nth-child(10){
		border-right: 1px solid #ccc;
	}
	.dept-landing a:nth-child(3), .dept-landing a:nth-child(6), .dept-landing a:nth-child(9){
		border-right: 0px solid #ccc;
	}
	.dept-landing a:nth-child(10), .dept-landing a:nth-child(11){
		border-bottom: 0px solid #ccc;
	}
	.dept-landing a.deptlink_empty{
		border: 0px solid #ccc;
		width: 235px;
	}
	.staticcontent{
		width: 100%;
		margin: 0 auto;
	}
	.staticcontent img{
		width: 100%;
	}
	.performance a:nth-child(3){
		border-bottom: 1px solid #ccc;
	}
}



@media screen and (min-width: 1024px) {

	.aiCustomUserControl-Nav_New-ai{
		display: flex;
		flex-direction: row;
		width: 95%;
		margin: 0 auto;
		justify-content: space-between;
	}
	.promoboxes {
		padding-top:25px;
		position:relative;
		display:flex;
		flex-direction: row;
		justify-content: center;
		width: 1024px;
		margin: 0 auto;
	}
	.boxes{
		width: 30%;
		padding: 0 10px;
	}
	.catagories{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 1024px;
	}
	.catagories_inner{
		flex-grow: 2;
		width: 75%;
	}
	.catagories_words{
		flex-grow: 1;
		width: 25%;
		text-align: left;
	}
	.catagories_inner ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.catagories_inner ul li{
		padding: 5px;	
		width: inherit;	

	}
	.item{
		width: 25%;
		text-align: center;
		min-height: 322px;
		display: flex;
		flex-direction: column;
	}

.aiLogin-ai, .aiSelectPaymentMethod-ai, .aiPlaceOrder-ai, .aiChooseShipTo-ai, .aiShipTo-ai, .aiMyAccount-ai, .aiPastOrders-ai, .aiCustomer-ai, .aiChangePassword-ai, .aiGiftCertificates-ai, .aiGiftCardBalance-ai, .aiAddressBook-ai, .aiViewCart-ai, .aiShippingInfo-ai, .aiBillingInfo-ai, .aiBillTo-ai, .aiSearch-ai, .aiOrderConfirmed-ai, .aiMyFavorites-ai, .aiAddressBook-ai, .aiChangePassword-ai, .aiCheckoutProduct, .aiChooseBillTo-ai, .aiChooseShipMethod, .aiChooseShipTo-ai, .aiDepartmentList-ai, .aiDepartmentLogin-ai, .aiDepartmentValidation-ai, .aiDropShipProduct-ai, .aiEmailProduct-ai, .aiErrorPage-ai, .aiForgotPassword-ai, .aiGiftCardBalance-ai, .aiGiftCertificate-ai, .aiGiftCertReconcile-ai, .aiGiftMessageList-ai, .aiHoldComplete-ai, .aiCartDetail-ai, .aiErrorDisplay-ai, .aiSelectShipTo-ai, .aiAddEditShipTo-ai, .aiAddEditCustomer-ai, .aiStaticPage-ai, .aiProductDetailInventory-ai{
		width: 85%;
		margin: 0 auto;
		text-align: left;
	}
	.aiCustomUserControl-2015_Dynamic_Dog-header-ai{
		width: 1024px;
		margin: 0 auto;
	}
	
	.BodyText {
	font-size:14px;
	line-height:22px;
	
}
.aiAddEditCustomer-ai .BodyText {
	line-height:30px;
	
}
	

	
	
}


@media screen and (min-width: 1223px) {

	.Main_text{
		position: absolute;
		z-index: 999;
		top:10%;
		right: 5%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.Main_text h1{
		font-size: 5.5em;
		color: #fff;
		text-align: right;
		margin: 0;
		line-height:1.2em;
	}
	.Main_text a{
		font-size: 1.8em;
		color: #fff;
		text-align: right;
		font-weight: 100;
		padding-top: 5px;
	}
	
	.Main_text a:hover {
		font-size: 1.8em;
		color: #FDD300;
		text-align: right;
		font-weight: 100;
		padding-top: 5px;
	
	}
	.aiDepartmentListMenu-ai .MenuGroupSelected, .aiDepartmentListMenu-ai .MenuItemChildSelected, .aiDepartmentListMenu-ai .MenuItemSelected {
		padding: 14px 16px;
	}
	.aiDepartmentListMenu-ai .MenuItemChildSelectedDown, .aiDepartmentListMenu-ai .MenuItem, .aiDepartmentListMenu-ai .MenuItemDown, .aiDepartmentListMenu-ai .MenuItemSelectedDown {
		padding: 14px 16px;
	}
	.aiDepartmentListMenu-a .MenuItemChildSelectedDown, .aiDepartmentListMenu-a.MenuItemDown, .aiDepartmentListMenu-a.MenuItemSelectedDown {
		padding: 14px 16px;
	}
	.aiDepartmentListMenu-ai .MenuItemChildSelectedOver, .aiDepartmentListMenu-ai .MenuItemOver, .aiDepartmentListMenu-ai .MenuItemSelectedOver {
		padding: 14px 16px;
	}
	.logo img{
		width: 175px;
	}
	.promoboxes {
		padding-top:25px;
		position:relative;
		display:flex;
		flex-direction: row;
		justify-content: center;
		width: 1223px;
		margin: 0 auto;
	}
	.boxes{
		width: 30%;
		padding: 0 10px;
	}
	.item{
		width: 20%;
		text-align: center;
		min-height: 322px;
		display: flex;
		flex-direction: column;
	}
	
	
	



}
@media screen and (min-width: 1308px) {
		.dept-landing{
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: 1110px;
		margin: 0 auto;
	}
	.dept-landing a{
		padding: 20px;
		border: 1px solid #ccc;
		margin: 
	}
	.dept-landing a{
		border-top: 0px solid #ccc;
		border-left: 0px solid #ccc;
	}
	.dept-landing a:nth-child(3), .dept-landing a:nth-child(6), .dept-landing a:nth-child(9){
		border-right: 1px solid #ccc;
	}
	.dept-landing a:nth-child(8), .dept-landing a:nth-child(4){
		border-right: 0px solid #ccc;
	}
	.dept-landing a:nth-child(9), .dept-landing a:nth-child(10), .dept-landing a:nth-child(11){
		border-bottom: 0px solid #ccc;
	}
	.dept-landing a.deptlink_empty{
		border: 0px solid #ccc;
		width: 235px;
	}
	.staticcontent{
		width: 1110px;
		margin: 0 auto;
	}
	.staticcontent img{
		width: 100%;
	}
	.performance a.deptlink_empty{
		display: none;
	}
	.performance a:nth-child(3){
		border-right: 0px solid #ccc;
	}
	.adventure a:nth-child(5), .adventure a:nth-child(6){
		border-bottom: 0px solid #ccc;
	}
*/





/*----------- Yotpo CSS Overrides ----------------
--------------------------------------------------
--------------------------------------------------
------------------------------------------------*/
/*----------- Product List ----------------*/
.aiProductList-ai .aiYotpoStarRating-ai .yotpo .yotpo-bottomline, .aiProductList-ai .aiYotpoStarRating-ai .yotpo .pull-left{
	float: none;
	text-align: center;
	cursor: default;
}
.aiProductList-ai .yotpo a{
	cursor: default !important;
	text-decoration: none;
}
/*----------- End Product List ----------------*/
/*----------- Product Detail ----------------*/
.aiYotpoReview-ai{
	padding: 50px 0; 
}

.productdetail-ai .yotpo-label .yotpo-logo-title, .productdetail-ai .yotpo-label .yotpo-icon-btn-big{
	display: none;
}
.productdetail-ai .yotpo .write-review .socialize-wrapper{
	display: none !important;
}
.productdetail-ai .yotpo .write-review .connect-wrapper{
	padding-left: 0;
}
.productdetail-ai .yotpo-thankyou-content, .productdetail-ai .yotpo-thankyou-footer, .productdetail-ai .yotpo .yotpo-review .yotpo-footer .footer-actions .yotpo-action:first-child{
	display: none;
}
.productdetail-ai .yotpo .yotpo-comment .yotpo-header.yotpo-store-owner .yotpo-store-avatar{
	display: none;
}
.productdetail-ai .yotpo .yotpo-comment-box.yotpo-comment .yotpo-main{
	margin-left: 0;
}

.form-element.email-input.visible:after {
    content: 'Note: Email address entered is not visible to the public';
    font-style: italic;
    line-height: 30px;
    font-size: 12px;
}

/*----------- END Yotpo CSS Overrides ------------
--------------------------------------------------
--------------------------------------------------
------------------------------------------------*/




body.paymentmethodgateway-ai .item, body.customergateway-ai .item{
    width: inherit;
    text-align: left;
    min-height: inherit;
    display: block;
    padding: 0;
}

