@charset "UTF-8";
/* CSS Document */
/*XXXXXXXXXXXXXXXXXX Reset all browser defaults XXXXXXXXXXXXXXXXXXX*/
.NavigationBarElements #ProductsTopNavBar a {
	color:#c00;
	}
#ContentContainerBox {
/*	padding:15px 10px;*/
	}
	#ContentContainerBox a, #ContentContainerBox a:visited {
		text-decoration:underline;
		}
#LeftPanel {
	width:200px;
	border-right:1px solid #807864;
	float:left;
	}
	#LeftPanel ul {
		list-style-type:none;
/*		margin-left:-25px;*/
		}
		#LeftPanel li {
			padding-top:1pt 0;
			font-size:9pt;
			}
	#Sections {
		padding:0px;
		}
		#Sections a, #Sections a:visited {
			text-decoration:none;
			}
		#Sections .SectionHeader {
			background-color:#807864;
			width:185px;
			color:#fff;
			padding:2px 0px 2px 3px;
			}
		#Sections .SubLevel {
			background-color:#fff;
			padding:5px 0 5px 20px;
			}
		#Sections .SubLevelExpanding {
			padding:0 0 5px 20px;
		}
#RightPanel {
	margin-left:200px;
	border-left:1px solid #807864;
	}
	.Feature {
		float:left;
		margin-left:15px;
		}
		.Feature img {
			margin-bottom:10px;
			}
		.Feature p {
			width: 400px;
			}
	.SubFeature {
		float:left;
		margin:0 0 25px 15px;
		}
		.SubFeature img {
			margin-bottom:6px;
			}
		.SubFeature p {
			width:225px;
			}
		.SubFeatureHeading {
			font-size:13pt;
			}
	.SubFeatureExpanding {
		margin:;
		}
	#InfoBox {
		margin:5px 10px 0px 35px;
		position:relative; /*to create a positioning container for abs divs */
		}
		#InfoBox h2 {
			font-size:13pt;
			}
.LoginTitle {
	margin:0 0 10px 0;
	}
input, input:active,
select, select:active {
	border-width:1px;
	}
	input:focus {
		background-color:#ffc;
		}
.WishListLink {
	margin-top:13px;
}
.jssProductAdd {
	margin-left:10px;
}
#buttonAddToCart {
	background:url(/images/02271-wb-025_BRw_button_89px.png) left top no-repeat;	
	width:89px;
/*	margin-left:-10px;*/
	margin-right:10px;
	position:relative;
	top:-5px;
	float:right;
	}
	#buttonAddToCart:hover {
		background:url(/images/02271-wb-025_BRw_button_89px.png) right top no-repeat;	
		}
	#buttonAddToCart input {
		width:89px;
		left:-12px;
		}
