@charset "UTF-8";

.mainImageLeft { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 5px;
}
.mainImages {
	float: left;
	width: 250px;
	margin: 0px;
}

.introText {
	float: right;
	width: 322px;
	margin: 0px;
}

.slidingTabPanelWrapper {
	background: url(../images/tabbedPanels/bg.gif) bottom center no-repeat;
	border-bottom: 2px solid #666666;
	height: 39px;
	margin: 350px 0px 0px 0px;
	display: none;
}
.slidingTabPanel {
	list-style: none;
	margin: 0px auto;
	padding: 0 0 0 53px;
	width: 540px;
	height: 40px;
}
.slidingTabPanel LI {
	list-style: none;
	float: left;
	width: 100px;
	margin: 0px 3px;
	height: auto;
}
.tabActive {
	position: relative;
	top: 1px;
	display: block;
	width: 100px;
	height: 40px;
	cursor: default;
	outline: none;
}
.tab {
	position: relative;
	top: 1px;
	display: block;
	width: 100px;
	height: 40px;
	background-position: -200px;
	cursor: pointer;
	outline: none;
}
.tab:hover { background-position: -100px; }

#pricePurchase { background-image: url(../images/tabbedPanels/pricePurchase.gif); }
#detailsOptions { background-image: url(../images/tabbedPanels/detailsOptions.gif); }
#colorDesign { background-image: url(../images/tabbedPanels/colorDesign.gif); }
#printDemo { background-image: url(../images/tabbedPanels/printDemo.gif); }
#sampleCatalog { background-image: url(../images/tabbedPanels/sampleCatalog.gif); }

#info { background-image: url(../images/tabbedPanels/info.gif); }
#pricing { background-image: url(../images/tabbedPanels/pricing.gif); }
#purchase { background-image: url(../images/tabbedPanels/purchase.gif); }
#quote { background-image: url(../images/tabbedPanels/quote.gif); }
#email { background-image: url(../images/tabbedPanels/email.gif); }
#color { background-image: url(../images/tabbedPanels/colorChart.gif); }
#sizes { background-image: url(../images/tabbedPanels/sizes.gif); }

.SlidingPanels {
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
	border: none;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContent {
	float: left;
	width: 575px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 10px 0 0;
	border: none;
}
.SlidingPanelsAnimating * { overflow: hidden !important; }

.productTable {
	border: 2px #999999 solid;
}
.productHeading {
	background-color: #999999;
	font-weight: bold;
	padding: 3px;
}
.productHeadingNormal {
	background-color: #999999;
	font-weight: normal;
	padding: 3px;
}
.productContent {
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 3px;
}

.rowHover {
	color: #be1e2d;
	cursor: pointer;
}
.rowSelected {
    background-color: #cccccc;
}

.priceCharge { 
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-left: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #be1e2d;
}

.productsPages #boughtItems {
	background-image: url(../images/800-874-6232/recommended_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 0px 5px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 155px;
	text-align: left;
	border-top: 5px #999999 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}