html { 
	overflow:-moz-scrollbars-vertical; 
}

h1, h2, h3, h4, h5, h6 {
	color: #022d7a;
	font-weight: normal;
}

h1 { font-size: 2.1em; margin: 0 0 .4em 0; padding: 0 0 .1em 0; border-bottom: 1px dotted #ccc; }

h2 { font-size: 1.65em; margin: 0 0 .4em 0; }

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

.body { 
	text-align: center;
	font: .8em "Verdana", "Arial", sans-serif; 
	margin: 0 0 1em 0; 
	background: #658cd2;
}

#wrapper{
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	border:  solid #2f5598;
	border-width: 0 1px 1px 1px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomright: 8px;
	text-align: left;
} 

#navigation {
	clear: both;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	font-size: .8em;
}

	#navigation #information {
		float: left;
		width: 70%;
		border-bottom: 1px solid #ccc;
	}
	
		#navigation #information li {
			float: left;
			padding: .8em 1em;
			border-right: 1px solid #ddd;
		}
		
		#navigation #information li.last {
			border-right-width: 0;
			color: #555;
		}

			#navigation #information li a {
				color: #555;
				text-decoration: none;
			}
			
			#navigation #information li a:hover {
				text-decoration: underline;
			}
			
#navigation #contact {
	float: right;
	width: 30%;
	border-bottom: 1px solid #ccc;
}

	#navigation #contact li {
		float: right;
		font-size: 1.2em;
		padding: .4em 1em;
		font-weight: bold;
		text-align: center;
		color: #555;
	}
	
	#navigation #contact li.support {
		
	}
	
		#navigation #contact li a {
			text-decoration: none;
			font-weight: bold;
			color: #555;
		}
	
		#navigation #contact li img {
			vertical-align: middle;
		}
	

					
#logo-its {
	float: left;
	width: 300px;
	text-align: center;
	padding: .2em .4em;
} 
	

	#tools {
		float: left;
		width: 680px;
		padding-top: 1.3em;
		color: #2a3658;

	}
	
		#tools div.panel {
			float: left;
			width: 25%;
			padding: 20px 0 20px 20px;
			border-left: 1px solid #ddd;
		}
		
			#tools div.panel img {
				float: left;
				width: 37px;
				
				margin-right: .2em;
			}
			
			#tools div.panel h5 {
				font-size: 1.2em;
				font-weight: bold;
			}
			
				#tools div.panel h5 a {
					text-decoration: none;
				}
			
		#tools #cart {
			border: none;
		}	
					
		#tools #search {
			width: 40%;
			float: left;
			padding: 24px 0 24px 25px;
			border: none;
		}			

			#tools #search input {
				vertical-align: middle;
			}
			
			#tools #search legend {
				display: none;
			}
			
			#tools #search #keyword {
				width: 165px;
				font-size: 1.4em;
				margin-right: .2em;		
			}

#functionality {
	padding: .5em 0 0 0;
}

	#functionality li {
		padding: .5em 0 .5em 1em;
	}

	#functionality a {
		padding: 0 0;
		display: inline;
		color: #888;
		text-decoration: none;
	}

	#functionality a:hover {
		color: #022d7a;
		text-decoration: none;
	}
	
.leftcontent {
	float: left;
	width: 200px;
}

.rightcontent {
	float : right;
	width: 770px;
	border-left: 1px solid #ccc;
	padding: 10px;
}

.rightcontent table {
	width: 98%;
}

#maincontent {
	width: 100%;
	overflow: hidden;
	padding: 10px;
}

a#featuredcategoryimage {
	display:block;
	height:150px;
	overflow:hidden;
	width:500px;
}

#leftnavigation a {
	text-decoration: none;
}

	#leftnavigation li.level-1 {
		font-size: 1em;
		padding: .2em 0 .2em 0;
		margin: .4em 0 0 .5em;
		border-top: 1px dotted #ccc;
	}

	#leftnavigation li.level-2 {
		padding: .1em 0 .1em 1em;
		margin: 0 0 0 1em;
	}
	
	#leftnavigation li.level-3 {
		padding: .1em 0 .1em 3em;
	}
	
	#leftnavigation li.level-1.current {
		font-weight: bold;
	}
	
	#leftnavigation li.level-2.current {
		font-weight: bold;
	}
	
	#leftnavigation li.level-3.current {
		font-weight: bold;
	}                   


#footer-its {
	clear: both;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 1em 0;
	color: #888;
}

	#footer-its a {
		color: #888;
		text-decoration: none;
	}
	
	#footer-its a:hover {
		color: #022d7a;
		text-decoration: underline;
	}

	#footer-its ul {
		margin: .2em 0;
	}
	
	#footer-its p {
		margin: .2em 0;
	}
	
		#footer-its ul li {
			display: inline;
		}

/* Homepage */	

.storefront #maincontent div.segment {
	margin: 0 0 1.5em 0;
	width: 100%;
	overflow: hidden;
}

	.storefront #maincontent div.segment h2 {
		background: #fff url('header-line-through.gif') repeat-x center;
	}
	
		.storefront #maincontent div.segment h2 span {
			background-color: #fff;
			padding: 0 1em 0 0;
		}

.storefront #maincontent #welcome p {
	line-height: 180%;
	font-size: 1.15em;
}


.storefront #maincontent #promotions {
	float: right;
	width: 300px;
}

	.storefront #maincontent #promotions li {
		border: 1px solid #ccc;
		height: 70px;
		margin-bottom: 5px;
	}
	
		.storefront #maincontent #promotions li.last {
			margin-bottom: 0;
		}	

		
#categories a {
	text-decoration: none;
}

#categories li.level-2.current {
	font-weight: bold;
}
	
	#categories li.level-1 {
		font-size: 1.6em;
		padding: .2em 0;
		margin-top: .4em;
	}

	#categories li.level-1.first {
		margin-top: 0;
	}
	
	#categories li.current.level-1 {
		border-bottom: 1px dotted #ccc;
	}
	
	#categories li.level-2 {
		padding: .1em 0;
	}
	
/* Product Detail */

.addToCartBtn {
	background: url(buyit.gif);
	border:none;
	height:23px;
	text-indent:-9000px;
}

#maincontent.catalogdetail #focus {
	width: 100%;
	overflow: hidden;
	margin: 1em 0;
}

#maincontent.catalogdetail #media {
	float: left;
	text-align: center;
	width: 400px;
}

#maincontent.catalogdetail #information {
	border-left: 1px dotted #ccc;
	float: right;
	width: 250px;
	padding-left: 1%;
}

#maincontent.catalogdetail #add-to-cart {
	width: 220px;
	float: left;
}

#maincontent.catalogdetail #information ul.pricing {
	margin: 0 0 .4em 0;
	padding: 0 0 .4em 0;
}

		#maincontent.catalogdetail #information ul.pricing li.final span {
			font-size: 2.6em;
			font-weight: normal;
		}
		
		#maincontent.catalogdetail #information ul.pricing li.retail span {
			text-decoration: line-through;
			color: #9a3535;
			font-size: 1em;
		}
	
	#maincontent.catalogdetail #information ul.pricing li.save {
		color: #024204;
		padding: .3em 0;
		display: none;
	}
	
		#maincontent.catalogdetail #information ul.pricing li.save span {
			font-weight: bold;
		}

	#maincontent.catalogdetail #add-to-cart fieldset {
		text-align: left;
	}
	
		#maincontent.catalogdetail #add-to-cart fieldset dl dt {
			font-weight: bold;
			margin-bottom: .2em;
		}
		
		#maincontent.catalogdetail #add-to-cart fieldset dl dd {
			margin-bottom: .5em;
		}
		
		#maincontent.catalogdetail #add-to-cart dl select,
		#maincontent.catalogdetail #add-to-cart dl input {
			width: 100%;
			font-size: 1.3em;
		}
	
	#maincontent.catalogdetail #add-to-cart fieldset div.button {
		margin: .7em 0;
		border-top: 1px dotted #ddd;
		padding: .4em 0;
	}
	
	#maincontent.catalogdetail #add-to-cart ul.colors {
		width: 100%;
		overflow: hidden;
		margin: .5em 0 0 0;
	}
	
		#maincontent.catalogdetail #add-to-cart ul.colors li {
			float: left;
			margin: 0 5px 5px 0;
		}
			#maincontent.catalogdetail #add-to-cart ul.colors li img {
				width: 35px;
				height: 35px;
				border: 1px solid #ccc;
				display: block;
				overflow: hidden;
			}
		
			.thumb a {
				display: block;
				height: 146px;
				overflow: hidden;
			}
			
#maincontent.catalogdetail ul.meta {
	font-size: .75em;
	color: #888;
	padding: 0;
}

	#maincontent.catalogdetail ul.meta li {
		display: inline;
		margin-right: .5em;
		font-weight: bold;
	}

		#maincontent.catalogdetail ul.meta li span {
			font-weight: normal;
		}
		
		#maincontent.catalogdetail ul.meta acronym {
			border: 0;
		}
		
#maincontent.catalogdetail #description {
	margin: 0 0 1em 0;
}

	#maincontent.catalogdetail #description ul {
		padding: 0 0 0 3em;
	}
	
		#maincontent.catalogdetail #description ul li {
			list-style: circle;
			padding: .3em 0;
		}





#filter {
	padding: 1em 0;
	border: 1px dotted #ddd;
	border-width: 1px 0;
	margin: 1em 0;
	font-size: .8em;
}

	#filter span {
		font-weight: bold;
		font-size: 1.2em;
		display: block;
		margin-bottom: .2em;
	}
	
	#filter li {
		display: inline;
	}
	
	
#maincontent.comparisonlist table {
	width: 100%;
	border-collapse: collapse;
	margin: 2em 0 1em 0;
}

	#maincontent.comparisonlist table th,
	#maincontent.comparisonlist table td {
		border-bottom: 1px solid #ccc;
		padding: .5em 1em;
	}
	
	#maincontent.comparisonlist table td.brief {
		width: 100%;
	}
	
	#maincontent.comparisonlist table td.remove {
		text-align: center;
	}

	#maincontent.comparisonlist table th {
		color: #888;
		font-weight: normal;
		text-align: left;
	}



/* Product Listings */
	
div.products {
	width: 100%;

}

div.category {
	width: 100%;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
}

	div.category.last {
		border-bottom-width: 0;
	}

div.products div.clear {
	font-size: 1px;
	clear: both;
}
	
div.products div.product {
	float: left;
	width: 18.9%;
	text-align: center;
	overflow: hidden;
	margin: 0 1% 1% 0;
	padding: .5em 0;
}

	div.product div.photo img {
		width: 150px;
		height: 150px;
	}

	div.product h3 {
		font-size: 1.2em;
		margin-bottom: .1em;
		height: 3.5em;
		overflow: hidden;
	}
	
		div.product h3 a {
			text-decoration: none;
		}
		
	div.product ul.pricing {
		margin: .2em 0 .4em 0;
	}
		
		div.product ul.pricing li {
			display: inline;
		}
	
			ul.pricing li.retail span {
				color:#024204;
				font-size:0.8em;
				text-decoration:line-through;
			}
			
			ul.pricing li.final span {
				font-size: 1.1em;
				font-weight: bold;
				color: #024204;
			}

		div.product div.buttons {
			margin: .3em 0;
		}
		
		div.product div.comparison-checkbox {
			color: #777;
			display: none;
		}
		
			div.product div.comparison-checkbox label.selected {
				font-weight: bold;
				color: #000;
			}
			
			div.product div.comparison-checkbox input {
				vertical-align: middle;
			}
			
	div#logo-its a img {
		width: 290px;
		margin: 15px auto;
	}
	
	div#logo-its a {
		height: 100px;
		display: block;
	}
			
#results {
	width:100%;
	padding:10px;
	background:#eee;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

	#results a {
		color:#476298;
		text-decoration:none;
	}
	
	#results a:hover {
		text-decoration:underline;
	}
		
/* Brands */	
#body.brands div.brand {
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 2em;
}




