@charset "UTF-8";
/* CSS Document */

.targusStyle #centerColumn {
	width: 564px;
	margin: 0 0 0 163px; /* 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 #centerColumn div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
}
.targusStyle #centerColumn p {
	margin-top: 0;
}
.targusStyle #centerColumn img {
	
}

.targusStyle #centerColumn .padMe {
	margin-right: 3px;
}

.targusStyle #allProducts {
	padding: 10px 0 50px 10px;
	width: 554px;
	background-image: url(../img/category/boxbg.gif);
	color: #2e2b00;
	float: left;
}
.targusStyle #allProductsTop {
	width: 564px;
	height: 4px;
	background-image: url(../img/category/boxtop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}
.targusStyle #allProductsBottom {
	width: 564px;
	height: 5px;
	background-image: url(../img/category/boxbottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
.targusStyle #centerColumn .categoryBanner {
	margin-bottom: 5px;
}
.genericCategoryBanner {
	background-image: url(../img/misc/genericHeader.jpg);
	height: 77px;
	width: 564px;
	margin-bottom: 5px;
}
.genericCategoryBanner h1 {
	padding: 35px 0 0 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
}
.targusStyle #centerColumn .borgerBanner {
	margin-bottom: 5px;
	background-image: url(../img/news/borger/borgersHeader.jpg);
	background-repeat: no-repeat;
	width: 564px;
	height: 104px;
	position: relative;
	color: #FFFFFF;
}
.targusStyle #centerColumn .borgerBanner #issueName {
	position: absolute;
	bottom: 6px;
	left: 15px;
	font-weight: bold;
}
.targusStyle #centerColumn .borgerBanner #borgerMenu {
	position: absolute;
	bottom: 6px;
	right: 15px;
}
.targusStyle #centerColumn .borgerBanner #borgerMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.targusStyle #centerColumn .borgerBanner #borgerMenu a:hover {
	text-decoration: underline;
}
.targusStyle #centerColumn #borgerSidebar {
	background-image: url(../img/news/borger/borgerSideBarBg.jpg);
	background-repeat: repeat-y;
	width: 150px;
	float: right;
	color: #FFFFFF;
	padding: 0 20px 12px 12px;
	margin: 0 10px 15px 15px;
}
.targusStyle #centerColumn #borgerSidebar h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.targusStyle #centerColumn #borgerSidebar a {
	color: #FFFFFF;
	text-decoration: none;
}
.targusStyle #centerColumn #borgerSidebar a:hover {
	text-decoration: underline;
}
.targusStyle #centerColumn #borgerSidebar ul {
	margin: 0;
	padding: 0;

}
.targusStyle #centerColumn #borgerSidebar li {
	list-style-type: none;
	margin: 0 0 5px 0;
}
.targusStyle #centerColumn .newsStory {
	margin-bottom: 20px;
	border-bottom: 1px solid #c1be87;
	padding-bottom: 10px;
}
.targusStyle #centerColumn .newsStory h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #950a05;
	margin-left: 10px;
	font-weight: normal;
}