@import "jquery.fancybox.css";

/* BlueprintCSS */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote: before, blockquote: after, q: before, q: after { content: ""; }
blockquote, q { quotes: "" ""; }
a img {  border: none; }

/* typography.css */
body { font-size: 75%; color: #222; background: #fff; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #111; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.3em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
p { margin: 0 0 1.5em; }
img.left { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
img.right { float: right; margin: 0 0 1.5em 1.5em; }
img.middle { vertical-align: middle; }
a: focus, a: hover { color: #000; }
a { color: #009; text-decoration: underline; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color: #666; }
pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em "andale mono", "lucida console", monospace; line-height: 1.5; }
li ul, li ol { margin: 0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
table { margin-bottom: 1.4em; width: 100%; }
th { font-weight: bold; }
thead th { border-bottom: 1px solid #ddd; }
th, td, caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }
.quiet { color: #666; font-weight: normal; }
.loud { color: #000; }
.highlight { background: #ff0; }
.added { background: #060; color: #fff; }
.removed { background: #900; color: #fff; }
.first { margin-left: 0; padding-left: 0; }
.last { margin-right: 0; padding-right: 0; }
.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }
.message { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.message.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.message.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.message.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.message.error a { color: #8a1f11; }
.message.notice a { color: #514721; }
.message.success a { color: #264409; }

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}

form ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
}

	form ul li {
		margin: .1em 0;
	}


/* Base */
body {
	text-align: center;

}

h1, h2, h3, h4, h5, h6 { color: #420c04; }

h1 {
	margin: 0 0 .7em 0;
	font-size: 2.2em;
	padding: 0;
	color: #420c04;
}


a {
	color: #310907;
	text-decoration: none;
	font-weight: bold;
}

#navigation, #its-categories li.tree-level-1,
#its-tools span.description,
#featured-products h2, #phone,
#its-footer ul.top,
div.panel h2, h1, h2, h3, h4, h5, h6, li.base {
	font-family: "Papyrus", "Georgia", serif;
	font-style: italic;
	font-weight: bold;
}


/* Layout */
#its-container {
	width: 840px;
	margin: 20px auto;
	text-align: left;
	background: #fff url("body.png") no-repeat 0 10px;
	padding: 0 65px;
}

	#its-header {
		padding-bottom: 35px;
		width: 860px;
		background: transparent url("header.background.png") no-repeat bottom;
	}
	
		#its-header ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		

		#its-logo {
			float: left;
			width: 530px;
			height: 74px;
			padding-top: 45px;
			margin-right: 65px;
		}
		
		#its-tools {
			height: 130px;
		}
		
			#its-tools li {
				margin-bottom: 5px;
			}
			
				#its-tools li span.description {
					color: #800303;
				}
		
			#its-tools fieldset {
				margin: 0;
				border: 0;
				padding: 0;
			}
			
			
			
				#its-tools fieldset input {
					display: block;
				}
				
				#its-tools fieldset #keyword {
					background: #fff url("search.border.gif") repeat-x;
					border: 1px solid #212121;
					width: 200px;
					display: block;
					margin-bottom: .2em;
				}
			
			#its-tools span.description {
				display: block;
				font-size: 1.2em;
			}
			
			#its-tools a {
				font-weight: normal;
			}
	

		#its-header #navigation {
			font-size: 1.5em;
			padding-top: 5px;
			padding-left: 150px;
		}
		
			#navigation li {
				display: inline;
				margin-right: 15px;
			}
			
				#navigation li a:hover {
					color: #800303;
				}
			
	#its-body {
		padding: 5px;
		width: 850px;
		overflow: hidden;
		background: #fff url("body.background.png"); 
	}
	
	
	#its-sidebar {
		width: 186px;
		padding: 10px 10px 90px 10px;
		background: transparent url("sidebar.background.jpg") repeat-x center center;
		float: left;
		margin: 0 0 0 19px;
	}
	
	#its-sidebar #phone {
		text-align: center;
		color: #5e0401;
		margin: 0 0 25px 0;
		font-size: 1.7em;
	}
	
		#its-sidebar ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#its-categories li a:hover {
			color: #800303;
		}
		#its-categories li.tree-level-1 {
			margin-top: 1.5em;
			font-size: 1.5em;
			padding: .3em 0 .3em 35px;
			background: transparent url("menu.badge.png") no-repeat left;
		}
			
		#its-categories li.tree-level-1:first-child {
			margin-top: 0;
		}
		
			#its-categories li.tree-level-1 a {
				color: #800303;
			}
			
			#its-categories li.tree-level-1 a:hover {
				color: #000;
			}
			
		#its-categories li.tree-level-2 a {
			font-weight: normal;
		}
			
		#its-categories li.tree-level-2 a.active-true {
			font-weight: bold;
		}
	
	#its-content {
		float: right;
		width: 585px;
		margin-right: 20px;
		padding: 0 0 20px 0;
	}
	
	#its-footer {
		background: #fff url("footer.background.png") no-repeat;
		padding: 2.5em 0 0 0;
		width: 860px;
		text-align: center;
	}
	
	#its-footer p {
		margin: 0 0 .2em 0;
	}
	
	#its-footer #location {
		line-height: 100%;
		font-size: 1.1em;
	}
	
	#its-footer ul {
		list-style: none;
		margin: 0;
		font-size: 1.3em;
	}
	
	#its-footer ul.top {
		font-size: 1.3em;
		margin-bottom: 1.9em;
	}
	
		#its-footer ul.top li a:hover {
			color: #800303;
		}
	
		#its-footer ul li {
			display: inline;
			margin: 0 20px 0 0;
		}
	
	#its-footer #badge ul li {
		margin-right: 5px;
	}
			
	#its-footer #badge ul li a {
		color: #333;
		text-decoration: none;
		font-size: .9em;
		font-weight: normal;
	}

ul.crumbs {
	padding: 0 0 .2em 0;
	margin: 0 0 1em 0;
	list-style: none;
	border-bottom: 1px solid #eee;
	color: #666;
}

	ul.crumbs li {
		display: inline;
	}
	
		ul.crumbs li a {
			font-weight: normal;
			color: #666;
		}

/* Home Page */

#its-featured-category-slideshow {
	width: 580px;
	height: 285px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

	#its-featured-category-slideshow img {
		width: 580px;
		height: 285px;
		display: block;
		margin: 0 auto;
	}
	
	#featured-products h1 {
		text-align: center;
		margin: 0 0 .2em 0;
		color: #800303;
	}
	
	#its-content #panels div.panel {
		width: 29%;
		float: left;
		margin: 0 1% 0 0 ;
		background: #fff url("panels.top.png") no-repeat;
		padding: 2% 1% 1% 1%;
		
	}
	
		#its-content #panels div.panel h3 {
			margin: 0 0 .2em 0;
			font-size: 1.3em;
		}
		
		#its-content #panels div.panel h3 a {
			color: #800303;
		}
		
		#its-content #panels div.panel h3 a:hover {
			color: #000;
		}
		
#slideshow-navigation {
	text-align: right;
	padding: 0 .2em;
	margin: 0;
	list-style: none;
}

	#slideshow-navigation li {
		display: inline;
		padding: 0 .1em;
	}
	
		#slideshow-navigation li a {
			padding: 0 .1em;
			font-weight: normal;
			font-size: 2em;
			color: #bbb;
			outline: 0;
		}
		
		#slideshow-navigation li a.activeSlide {
			color: #000;
		}



div.products {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

div.products div.clear {
	clear: both;
}

	div.products div.product {
		float: left;
		width: 33%;
		text-align: center;
		padding: 5px 0;
	}
	
	div.products div.product div.thumb a {
		display: block;
		width: 150px;
		height: 150px;
		margin: 0 auto .2em auto;
		overflow: hidden;
		text-align: center;
	}
	
		div.products div.product .name {
			font-size: 1.1em;
			margin: 0 0 .2em 0;
		}
		
			div.products div.product .name a {
				font-weight: normal;
				font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
				font-style: normal;
				font-weight: normal;
			}
	
		div.products ul {
			margin: 0;
			list-style: none;
			padding: 0;
		}
		
			div.products ul li.base {
				font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
			}
		
		
/* Catalog Detail */

#its-content.catalogdetail #gallery {
	width: 100%;
	overflow: hidden;
	margin: 0 0 .5em 0;
	padding: 0;
}

	#its-content.catalogdetail #gallery li {
		float: left;
		width: 100px;
		height: 100px;
		border: 3px solid #ccc;
		overflow: hidden;
		margin: 0 5px 5px 0;
	}
	
		#its-content.catalogdetail #gallery li a img {
			border: 0;
		}

#its-content.catalogdetail #focus {
	width: 100%;
	overflow: hidden;	
}

#its-content.catalogdetail #media {
	float: left;
	width: 350px;
	overflow: hidden;
}



	#its-content.catalogdetail #product-photo {
		display: block;
	}
	
#its-content.catalogdetail #media h2 {
	margin: 0 0 .1em 0;
}

#its-content.catalogdetail #media #size-chart-reference {
	font-size: 1.4em;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-bottom: .5em;
}

	#its-content.catalogdetail #media #size-chart-reference a {
		text-decoration: none;
		color: #444;
		display: block;
		padding: .5em 0;
	}
	
	#its-content.catalogdetail #media #size-chart-reference img {
		margin-right: 5px;
	}
	
	#size-chart-content {
		background-color: #fff;
		padding: .5em;
		color: #000;
	}
	
	#size-chart-content th,
	#size-chart-content td {
		padding: .3em .4em;
	}
	
	#size-chart-content th {
		font-size: 1.2em;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	
	#size-chart-content table {
		border: 1px solid #ddd;
		border-width: 1px 2px 2px 1px;
	}
	


#its-content.catalogdetail #information {
	float: right;
	width: 230px;
}

	#its-content.catalogdetail #information #pricing {
		list-style: none;
		padding: 0;
		margin: 0;
		color: #650101;
	}
	
	

	#its-content.catalogdetail #information ul.pricing li.base {
		font-size: 2.5em;
		font-weight: bold;
	}


	#its-content.catalogdetail #add-to-cart fieldset {
		padding: .5em;
		margin: 0 0 .5em 0;
		border-width: 0;
	}
	
		#its-content.catalogdetail #add-to-cart fieldset legend {
			display: none;
		}
		
	#its-content.catalogdetail #add-to-cart dl {
		margin: 0 0 .5em 0;	
	}
	
		#its-content.catalogdetail #add-to-cart dl dt {
			font-size: 1.2em;
			font-weight: bold;
			margin-bottom: .1em;
		}
		
		#its-content.catalogdetail #add-to-cart dl dd {
			margin: 0 0 .5em 0;
		}
	
			#its-content.catalogdetail #add-to-cart select {
				width: 100%;
				margin: 0;
			}
			
#its-content.catalogdetail #points {
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
}

	#its-content.catalogdetail #points li {
		margin: .2em 0;
	}

/* Catalog List */
#its-content.cataloglist div.description h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: .5em;
	font-style: normal;
	font-family: "Arial", sans-serif;
	color: inherit;
}	

#its-content.cataloglist div.description {
	border-top: 1px dotted #aaa;
	padding-top: 5px;
	color: #777;
}

#its-content.cataloglist h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .2em 0;
}

/* Sizing Charts */
#sizing-charts div.chart {
	margin-bottom: 2em;
	border-bottom: 1px dotted #ccc;
}

	#sizing-charts div.chart table caption {
		font-size: 1.3em;
	}


/* Cart */

#checkout-progress {
	width: 550px;
	height: 58px;
	margin: 0 auto 20px auto;
	display: block;
}

table.form {
	margin-bottom: .3em;
}

	table.form select {
		margin: 0;
	}

table.form th {
	vertical-align: top;
	text-align: right;
	width: 25%;
}

#its-content.cart #cart td {
	border-bottom: 1px solid #ddd;
	padding: .5em .2em;
}

#its-content.cart #cart td.thumb img {
	width: 70px;
}

#its-content.cart #cart td.qty input {
	text-align: center;
}
			
.seals {
	text-align:center;
}
	
