* { padding: 0; margin: 0; list-style: none; }
fieldset { border: 0; outline: 0; }
html { overflow:-moz-scrollbars-vertical; }
p.quiet { color: #999; font-size: .8em; }
a { color: #3859ca;}
body {
	background: #748bd1 url("body.gif") repeat-x;
	font: 75% "Lucida Grande", "Arial", sans-serif;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

a img { border: 0; }

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

#content p, #content ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

#container {
	width: 950px;
	margin: 1em auto;
}

#header {
	background-color: #fff;
	border: 2px solid #222;
	padding: .5em 0;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	margin-bottom: .3em;
	height: 90px;
}

#ALC_BADGE {
	display: none; 
	float: right; 
	width: 140px; 
	height: 24px;
}

	#logo {
		float: left;
		width: 325px;
		text-align: center;
		margin-right: 2em;
		height: 85px;
		border-right: 1px solid #ccc;
	}
	
	#links {
		float: left;
		margin: .4em 1em 0 0;
	}
	
		#links a {
			color: #888;
			text-decoration: none;
		}
		
	#tools {
		width: 440px;
		float: right;
		font-size: .9em;
		margin-top: .5em;
	}
	
		#tools ul {
			width: 100%;
			overflow: hidden;
		}
		
			#tools ul li {
				width: 33%;
				float: left;
			}
			
				#tools ul li a {
					color: #333;
					font-weight: bold;
					text-decoration: none;
				}
				
					#tools ul li a span {
						color: #3759c5;
						font-weight: normal;
						display: block;
					}
			
				#tools ul li img {
					float: left;
					margin-right: .3em;
				}
				
		#tools #search {
			text-align: center;
			padding:10px 20px;
			border: 0;
		}
		
			#tools #search input {
				background:none repeat scroll 0 0 #DDDDDD;
				border:1px solid #CCCCCC;
				color:#555555;
				display:block;
				float:none;
				/float:left;
				font-size:1.75em;
				height:28px;
				margin-right:5px;
				position:relative;
				top:0;
				width:70px;
			}
		
			#tools #search #keyword {
				background:none repeat scroll 0 0 #FCFCFC;
				border:1px solid #CCCCCC;
				color:#000000;
				float:left;
				font-size:2em;
				height:26px;
				top:0;
				width:270px;
			}
		
#navigation {
	background-color: #dcdcdc;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding: .5em 0;
	overflow: hidden;
	width: 100%;
}

	#navigation li {
		float: left;
		margin: 0 1em;
	}
	
		#navigation li a {
			color: #354bb8;
			text-decoration: none;
			font-size: 1.6em;
			text-transform: uppercase;
			font-weight: bold;
		}
		
#body {
	background: #fff url("body.shadow.gif") repeat-x top;
	width: 96.5%;
	margin: 0 auto;
	padding: 1%;
	overflow: hidden;
	-webkit-border-radius-bottomleft: .5em;
	-webkit-border-radius-bottomright: .5em;
	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-bottomright: .5em;
}

	#body #content {
		float: right;
		width: 79%;
	}
	
		#body #welcome-text {
			  position: absolute; 
			  width: 700px; 
			  margin-top: 1220px; 
			  /margin: 1260px 0 0 -710px;
		}
		
		#body #featured-products {
			  padding-bottom:350px; 
			  /padding-bottom:370px;
		}
	
	#body #sidebar {
		float: left;
		width: 20%;
	}	
	
	#sidebar div.section {
		border: 1px solid #ccc;
		margin-bottom: .5em;
	}
		
		#sidebar div.section h3 {
			background-color: #3759c5;
			color: #fff;
			padding: .3em;
			font-size: 1.2em;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#sidebar div.section div.content {
			background: #efefef url("sidebar.section.shadow.gif") repeat-x top;
			padding: .5em;
		}
		
		
		#specials p {
			margin-bottom: 1em;
		}
		
			#specials form {
				text-align: center;
			}
			
			
		#catalog li {
			padding: .2em 0;
		}
		#catalog li.current a {
			font-weight: bold;
		}
	
		#catalog li.level-1 a {
			padding: .2em 0;
			font-size: 1.4em;
		}
		
		#catalog li.level-2 {
			padding-left: 10px;
		}
		
			#catalog li.level-3 {
				padding-left: 20px;
			} 
		
			#catalog a {
				color: #555;
				text-decoration: none;
			}
			
	#sidebar div.button {
		background-color: #3759c5;
		width: 96%;
		color: #fff;
		overflow: hidden;
		padding: 2%;
		font-size: .8em;
		line-height: 150%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
		#sidebar div.button a {
			color: #fff;
			text-decoration: none;
		}
		
		#sidebar div.button span {
			font-size: 1.3em;
			display: block;
			font-weight: bold;
		}


#footer {
	text-align: center;
	padding: .1em 0;
	font-size: 1.3em;
	color: #fff;
}

	#footer ul {
		padding: .4em 0;
	}

		#footer ul li {
			display: inline;
			padding: 0 .3em;
		}
	
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#logos {
		vertical-align:bottom; 
		border-top: 1px solid #ccc; 
		margin: 2em 0 0 0; 
		padding: 1em 0 0 0;
	}
	               
	#logos p {
		text-align:center;
	}
	


/* Catalog List */
#filter li { display: inline; }

#child-categories {
	width: 100%;
	overflow: hidden;
	padding: .5%;
	background-color: #eee;
}

#child-categories li {
	width: 30%;
	float: left;
	padding: .3% 1%;
}

#child-categories li a {
	text-decoration: none;
}
	
/* Product Listings */

div.products { 
	width: 100%;
	overflow: hidden;
}

div.products div.category {
	width: 100%;
	overflow: hidden;
}

div.products div.product {
	width: 30.5%;
	text-align: center;
	float: left;
	margin: 0 2% 2% 0;
	padding: 1% 0;
	background-color: #eee;
	border: 1px solid #ccc;
}

	div.products div.product .name {
		height: 2.7em;
	}

	
	div.products div.product .name a {
		color: #091E5F;
		text-decoration: underline;
	}
	
	div.products div.product .name {
		font-size:1.2em;
	}
	
		div.products div.product div.photo {
			width: 90%;
			overflow: hidden;
			display: block;
			height: 270px;
			border: 1px solid #bbb;
			margin: 0 auto .5em auto;
			
		}
		
	div.products div.product div.comparison-checkbox {
		padding: .3em 0;
		color: #444;
	}
	
	div.products div.product div.comparison-checkbox input {
		vertical-align: middle;
	}
		
	

	
	
	#content ul.pricing {
		margin: .5em 0;
		padding: 0;
		text-align: center;
	}
	
		#content ul.pricing li {
			display: inline;
			margin-right: .2em;
		}

		
		#content ul.pricing li.base {
			color: #0b7001;
			font-weight: bold;
			font-size: 1.2em;
		}
		
		#content ul.pricing li.retail {
			color: #ff0000;
			text-decoration: line-through;
		}


/* Icons */

span.icon {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background: transparent url("icons.png") no-repeat;
	margin: 0 5px 0 0;
}

	span.icon.free-shipping {
		background-position: -50px 0;
	}
	
	span.icon.shop-by-brand {
		background-position: -100px 0;
	}
	
	span.icon.secure {
		background-position: -150px 0;
	}
	
	span.icon.new-arrivals {
		background-position: -300px 0;
	}
	
	span.icon.sales {
		background-position: -200px 0;
	}
	
	span.icon.price-guarantee {
		background-position: -250px 0;
	}
	
	span.icon.newsletter {
		background-position: -350px 0;
	}
	
	span.icon.size-charts {
		background-position: 0 0;
	}
	
	span.icon.medical {
		background-position: 0 -50px;
	}

/* StoreFront */


#content #featured-categories-slideshow {
	width: 350px;
	height: 196px;
	overflow: hidden;
	margin: 0 5px .3em 0;
	border: 4px solid #ccc;
	float: left;
}

#sales {
	float: left;
	width: 350px;
}

#sales div.sale {
	border: 4px solid #ccc;
	width: 350px;
}

#sales div.sale.featuredbrand {
	margin-bottom: 8px;
}

#sales div.sale img { display: block; }

#smaller-featured-categories {
	width: 100%;
	overflow: hidden;
	padding: .5em 0 1em 0;
}
#smaller-featured-categories div.category {
	float: left;
	width: 215px;
	height: 50px;
	margin-right: 15px;
	border: 4px solid #ccc;
}


#featured-products h2 {
	background-color: #7b7b7b;
	padding: .3em;
	color: #fff;
	font-style: italic;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 .2em 0;
}

	#featured-products h2 span {
		color: #f9df70;
	}
	
#home-buttons {
	width: 100%;
	overflow: hidden;
	margin: 0 0 1em 0;
}
	#home-buttons li {
		float: left;
		padding: 1%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-size: 1.7em;
		line-height: 100%;
		width: 22%;
		margin-right: 1%;
		background-color: #3759c5;
		overflow: hidden;
	
	}

	#home-buttons a {
		color: #fff;
		text-decoration: none;
	}
		
		#home-buttons a span {
			font-size: 1.3em;
			display: block;
			font-weight: bold;
		}
		
		
/* Catalog Detail */

#its-frontend-notifications li {
    font-size: 1.1em;
    background-color: #f6ffae;
    padding: .4em;
}


#its-frontend-notifications li.frontend-notifications-in-stock {
    color: #060;
    font-weight: bold;
}

#its-frontend-notifications li.frontend-notifications-out-of-stock {
    color: #B00;
    font-weight: bold;
}
#its-frontend-notifications li.frontend-notifications-threshold-reached {
    font-weight: bold;
}

.information h3 {
	height: 3em;
}

#container.catalogdetail #swatches {
	width: 100%;
	overflow: hidden;
	padding: 1em 0;
	cursor: pointer;
}

#container.catalogdetail #swatches.pattern li {
	border: 2px solid #fff;
	color: #666;
}

#container.catalogdetail #swatches.color li {
	border: 2px solid #ccc;
}

#container.catalogdetail #swatches li.selected {
	border: 2px solid #060;
	color: #060;
}

#container.catalogdetail #swatches.color li {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 5px 5px 0;
	overflow: hidden;
}

	#container.catalogdetail #swatches.color li img {
		height: 25px;
		width: 25px;
		display: block;
	}
	
#container.catalogdetail #swatches.pattern li {
	float: left;
	width: 31%;
	height: 150px;
	text-align: center;
	font-size: .9em;
}

	#container.catalogdetail #swatches.pattern li div.swatch-holder {
		width: 100%;
		height: 105px;
		overflow: hidden;
	}



#container.catalogdetail h1 {
	margin-bottom: .1em;

}

#container.catalogdetail #focus {
	width: 100%;
	overflow: hidden;
	margin: 1em 0;
}

#container.catalogdetail #media {
	float: left;
	width: 350px;
}


			
#container.catalogdetail #description {
	margin: 0 0 2em 0;
}

#container.catalogdetail #information {
	width: 270px;
	float: right;
	padding: 0 10px;
	background-color: #fefefe;
}

	#container.catalogdetail #information ul.pricing {
		text-align: left;
		font-size: 1.3em;
		padding: 0 0 .2em 0;
	}
	
		#container.catalogdetail #information ul.pricing li {
			display: block;
			margin: 0;
		}
		
		#container.catalogdetail #information ul.pricing li.retail {
			font-size: .85em;
		}
		
		#container.catalogdetail #information ul.pricing li.final {
			font-size: 1.8em;
			margin: 0;
			color: #005500;
			font-weight: bold;
		}
		
			
		#container.catalogdetail #information ul.pricing li.save {
			color: #666;
			font-size: .7em;
		}
		
		#add-to-cart legend {
			display: none;
		}
		
		#add-to-cart dl {
			margin: 0 0 1em 0;
		}
		
		#add-to-cart dl dt {
			font-weight: bold;
			font-size: 1.2em;
			margin: 0 0 .2em 0;
		}
		
		#add-to-cart dl dd {
			margin-bottom: .5em;
		}
		
		#add-to-cart select {
			font-size: 1.3em;
			width: 100%;
		}
		
		#add-to-cart a.size-chart {
			font-size: .85em;
			color: #555;
			text-decoration: none;
			border-bottom: 1px dotted #ddd;
			background-color: #eee;
			padding: .3em;
			margin-left: 5px;
		}

#container.catalogdetail ul.meta {
	font-size: .85em;
	color: #888;
	padding: 0;
}

	#container.catalogdetail ul.meta li {
		display: inline;
		margin-right: .5em;
		font-weight: bold;
	}

		#container.catalogdetail ul.meta li span {
			font-weight: normal;
		}
		
		#container.catalogdetail ul.meta acronym {
			border: 0;
		}


#container.catalogdetail div.product-group {
	width: 100%;
	overflow: hidden;
	margin: 0 0 1em 0;
}

		#body #welcome-text {
			  position: absolute; 
			  width: 700px; 
			  margin-top: 1235px; 
			  /margin: 1260px 0 0 -710px;
		}
ul#crumbs li {
	display: inline;
	}