/* InternetRugs v2 by davebrowndesign */
/* CSS for the page that holds the dynamic inventory content  */

#mainContent {
	width: 740px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#dynamicNav {
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: left;
}
#dynamicNav a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #6699cc;
	background-repeat: repeat-x;
	height: 27px;
	margin-right: 2px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ABCDCA;
	border-right-color: #6699cc;
	border-bottom-color: #ABCDCA;
	border-left-color: #6699cc;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-image: url('../images/layout/dnavfadelight.gif');	
	background-repeat: repeat-y;
}
#dynamicNav a:hover {
	background-image: url('../images/layout/dnavfade.gif');
	background-repeat: repeat-y;
}
#dynamicNav .current {
	background-image: url('../images/layout/dnavfade.gif');
	background-repeat: repeat-y;
	color: #466B8F;
}
#dynamicNav h3 {
	border-bottom-color: #6699cc;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 0.8em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
}
.dNavSpacer {
	margin-top: 0px;
	margin-bottom: 3px;
}
#contact {
	margin-bottom: 10px;
	margin-top: 20px;
}
#shipping {
	margin-top: 25px;
}
#mainContent table {
	width: 98%;
}
#mainContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5B5B5B;
	line-height: 160%;
	border: 0px solid #AACCCA;
	margin: 5px;
	padding: 0px;
}
#mainContent .item {
	text-align: center;
}
#mainContent img {
	background-color: #353d3c;
	padding: 25px;
	border: 3px solid #ABCDCA;
}
#mainContent img.bare {
	background-color: white;
	padding: 0px;
	border: 0px;
}
#mainContent p {
	font-size: 100%;
}
#logout {
	position: absolute;
	top: 16px;
	right: 30px;
	width: 80px;
}

.pageNavPanel, .pageNavPanelBottom {
	font-size: 1.2em;
	width: 675px;
	text-align:center;
	margin: 20px 20px 5px 20px;
	border-bottom: 0px solid #abcdca;
	padding: 2px;
}

.pageNavPanelBottom {
	margin: 0px 20px 0px 20px;
	
}

.pageNavButton {
	border: 1px solid #abcdca;
	padding: 3px 20px 4px 20px;
	margin: 0px 5px 0px 5px;
}

.pageNavButton:hover {
	background-color:#dff9f7;
}

#mainContent p.whisper {
	font-size: .9em;	
	color: #5B5B5B;
}

#mainContent .specialMsg {
	font-size: 1.6em;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
	color:#8c2d1f;
	border: 1px solid #8c2d1f;
	padding:5px;
	margin-top: 10px;
	margin-right: 18px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.red {
	color: #964331;
}