/**
 * COMMON PROPERTY SETS
 */

/* Easy-clearing */
#header:after,
.clearfix:after,
.columns:after,
#content:after,
.product-grid .group:after,
.display-settings:after,
.sectional .nav:after,
body.cms-home #featured:after,
body.wishlist #primary-content p.submit:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

/* Screen-reader-friendly hiding of visual elements */

body.cms-home #featured .section .title,
body.cms-home .js #sections .section .title,
body.checkout-onepage-index #checkout-progress-load h3 {
	left: -9999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}
/**
 * SPECIFIC
 */

#container {
	position: relative;
	width: 960px;
	margin: 0px auto;
	margin-top:5px;
}

	#header {
		color: #fff;
		min-height: 2.7273em;
		position: relative;
	}
	
		#header strong {
			color: #fff;
		}
	
		#header a {
			color: #fff;
			text-decoration: none;
		}
		
			#header a span {
				color: #bbb;
			}
			
				#header a span strong {
					font-weight: normal;
				}
		
			
	#content {
		background: #fff;
		color: #555;
		/*padding-top: 1.8182em;*/
		position: relative;
		width:960px;
		margin:0px auto; 
		border-left:1px solid #B0B5BA;
		border-right:1px solid #B0B5BA;
	}
	
		#website {
			left: 0;
			margin: 0;
			overflow: hidden;
			position: absolute;
			top: 1.8182em;
			width: 20em;
		}
	
		#primary-content,
		#secondary-content,
		#tertiary-content {
			overflow: hidden;
		}
	
		#primary-content {
			float: left;
			margin: 5px auto;
/*			margin-left: 21.8182em;*/
			padding: 0 1.8182em; 
/*			width: 61.8182em;*/
		}
		
#primary-content .section1 ul{list-style-type:circle;margin-left:16px;}
#primary-content .section1 ul li{line-height:10px;padding:5px 0;}
#primary-content .section1 p{padding:7px 0;}
#primary-content p a{color:#0068B3;}
#primary-content .section1 ul li a{color:#0068B3;}

#primary-content .sectionpicbtn{float: left;padding-top:20px;margin-left:5px; width:680px;}

#primary-content .sectionfeature{float: left;padding-top:20px;margin-left:5px;}
#primary-content .sectionfeature p{padding:7px 0; line-height:20px;}
#primary-content .sectionfeature ul{}
#primary-content .sectionfeature ul li{height:50px;line-height:20px;padding:8px 0;}
#primary-content .sectionfeature ul li strong{font-size:8pt;}
#primary-content .sectionfeature span{float: left;margin-left:5px;margin-right:10px;height:50px;}

