/*left/right side shadows of the site*/
body
{
	background: url('graphics/site-shadow.jpg') repeat-y center;
}
.imageHeader
{
	background: url('graphics/ibp-header.jpg') no-repeat center top;
	width: 1000px;
	height: 150px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
/*makes the top nav bar rounded*/
.TopBottomBar, .TopNav, .pageNavigation, .pageHeader, .CatalogItemLight, .CatalogItemDark, .salePrice
{
	-webkit-border-radius: 0.7em;
	-khtml-border-radius: 0.7em;	
	-moz-border-radius: 0.7em;
	border-radius: 0.7em;
}
label.error
{
clear: both;
color: white;
background: black;
}
.creditcardlogos
{
background: url('graphics/credit-card-logos.jpg') no-repeat; width: 550px; height: 70px; float: left;
}
.ups
{
background: url('graphics/ups-icon.jpg') no-repeat; width: 61px; height: 70px; padding: .5em .3em 0 0; float: right;
}
.CatalogItemLight a
{
color: #93001a;
}
.TopBottomBar a
{
	font-weight: bold;
}
/*makes category links bigger and links in any left box*/
.BoxText a
{
	font-size: 12px;
}

.formLine div, .formRemark
{
	font-size: 12px;
	font-weight: bold;
}

/*customizes the bars of the content like Categories, Search, My Cart, Recently Viewed*/
.BoxHeader
{
	background: url(graphics/red_satin_bg.jpg) right center no-repeat;
	-webkit-border-radius: 0.7em;
	-khtml-border-radius: 0.7em;	
	-moz-border-radius: 0.7em;
	border-radius: 0.7em;
	padding: 5px;
}

/*centers the header graphic and top nav because they're stubborn*/
.top_part
{
	width: 1000px;
	margin: 0 auto;
}

/*another outer layer for the whole site that does nothing right now*/
.border_container
{
	width: 1015px;
	margin: 0 auto;
}

.inside_content
{
	padding: 0 1.5em 1em 1.5em;
	margin: 0 1.5em 1em 1.5em;
}

.BoxContent
{
	background: transparent;
}
/*provides padding between the left/right borders of the site and the content of the site*/
.container
{
	width: 1010px;
	margin: 0 auto;
	height: 100%;
	background: transparent;
}


/*the class that edits the content area in the three-thumb view of the catalog pages*/
.CatalogThumb3
{
}
.strike
{ color: black; }
#product_price2
{ color: white; }
.salePrice
{
font-size: 15px;
font-weight: bold;
color: red;
background-color: #fdeced;
padding: 0 2px;
}
#product_price
{  }
/*edits the product title in the product page*/
.ProductSubtitle
{
	font-size:16px;
	border-bottom:2px solid #cc0017;
}

/*supposedly edits the content area of any page but doesn't?*/
.content
{
	background: url(graphics/bottom-left-corner.jpg) no-repeat bottom left;
}

/*edits product price text format*/
.ProductPrices
{
	font-size: 12px;
	color: #93001a;
}
