@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.75em; }
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; }
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 { background: #c3d9ff; }
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; }
.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;}


body {
    /*background: #292929;*/	
    background-color: #000;
    color: #fff;
	font-family: "Verdana", "Arial", sans-serif;
}

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

h1, .round {
    background: #1d1d1d url("h1.background.png") repeat-x;    
    color: #fff;
	font-size: 1.2em;
	padding: 10px;
	-moz-border-radius: 5px;
	font-weight: bold;
}

h2, h3, h4, h5 {
	margin: 1em 0 .2em 0;
}

h2 { font-size: 1.3em; font-weight: bold; }
h3 { font-size: 1.1em; font-weight: bold; }

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

a:hover {
	color: #ccc;
}

#its-container {
	margin: 3em auto 0 auto;
	width: 950px;
}

#its-header {
	overflow: hidden;
	width: 100%;
	background: transparent url("header.png") no-repeat;
}

	#its-logo {
		width: 430px;
		float: left;
		margin-right: 10px;
	}
	
		#its-logo img {
			display: block;
		}
	
	#its-tools {
		width: 510px;
		float: left;
		margin: 99px 0 0 0;
		padding: 0;
		overflow: hidden;
		list-style: none;
	}
	
		#its-tools li {
			width: 110px;
			margin-right: 5px;
			float: left;
			text-align: center;
			border: 3px solid #535353;
			-moz-border-radius-topleft: 10px;
			-moz-border-radius-topright: 10px;
			border-bottom-width: 0;
			padding: .5em 0;
			background-color: #444444;
		}
		
			#its-tools li a {
				font-weight: normal;
			}
	
#its-sidebar {
	width: 230px;
	float: left;
	margin-right: 10px;
	padding-bottom: 110px;
	background: transparent url("sidebar.clouds.jpg") no-repeat bottom;
}

	#its-categories {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
		#its-categories a {
			font-weight: normal;
		}

		#its-categories li a.tree-level-1 {
			display: block;
			padding: 7px;
			border: 1px solid #333;
			-moz-border-radius: 5px;
			padding-left: 40px;
			margin-bottom: 3px;
			background: #555 url("tree-level-1.png") no-repeat left;
			font-size: 1.2em;
		}
		
		#its-categories li a.tree-level-2 {
			display: block;
			background-color: #4b4b4b;
			-moz-border-radius-topright: 10px;
			-moz-border-radius-bottomright: 10px;
			padding: 7px;
			margin-left: 20px;
			border-left: 3px solid #6f6f6f;
			margin-bottom: 3px;
		}
		
		#its-categories li a.tree-level-3 {
			display: block;
			background-color: #4b4b4b;
			margin: 0 0 2px 10px;
			border-left: 3px solid #6f6f6f;
			padding: 3px 0 3px 8px;
			font-size: .8em;
		}
		
		#its-categories li a.tree-level-2.active-true,
		#its-categories li a.tree-level-3.active-true {
			background-color: #717171;
			border-left-color: #8c8c8c;
		}

#its-content {
	width: 684px;
	padding: 10px 10px 140px 10px;
	float: left;
	margin-right: 0;
	background: #4b4b4b url("ks-symbol-trans(2).png") no-repeat bottom right;
	border: 3px solid #7c7c7c;
	-moz-border-radius: 10px;
}

#its-footer {
	margin: 5px 0 0 0;
	padding-left: 240px;
}


/* Storefront */
#its-featured-category-slideshow {
	margin: 0 0 10px 0;
	list-style: none;
	padding: 0;
	height: 350px;
	width: 676px;
	overflow: hidden;
	text-align: center;
	border: 4px solid #444;
}




/* Catalog Detail */

	#its-foundation.catalogdetail #identifiers {
		list-style: none;
		padding: 0;
		margin: 0 0 .3em 0;
		color: #888;
	}
	
	#its-foundation.catalogdetail h1 {
		margin: 0 0 .1em 0;
	}
	#its-foundation.catalogdetail h1 span.identifier {
		display: none;
	}

	#its-foundation.catalogdetail #its-product-media {
		width: 300px;
		float: left;
		margin-right: 10px;
/*		border: 1px solid #b1b1b1;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;*/
	}
	
		#its-foundation.catalogdetail #its-product-media #its-product-photo-container {
			width: 300px;
			height: 300px;
		}
	
		#its-foundation.catalogdetail #its-product-media #its-multiple-product-photos {
			list-style: none;
			width: 100%;
			overflow: hidden;
			padding: 0;
			margin: 5px 0 5px 10px;
		}
		
			#its-foundation.catalogdetail #its-product-media #its-multiple-product-photos li {
				float: left;
				width: 50px;
				height: 50px;
				margin-right: 5px;
				border: 1px solid #222;
				overflow: hidden;
			}
			
			#its-foundation.catalogdetail #its-product-media #its-multiple-product-photos li a img {
				opacity: .3;
				filter: alpha(opacity=30); /* I hate IE. */
			}
			
				#its-foundation.catalogdetail #its-product-media #its-multiple-product-photos li a:hover img,
				#its-foundation.catalogdetail #its-product-media #its-multiple-product-photos li a.active img {
					opacity: 1;
					filter: alpha(opacity=100); /* I hate IE. */
				}
			
	#its-product-information {
		float: left;
		width: 372px;
	}
	
		#its-product-information h2 {
			font-size: 1em;
			font-weight: bold;
		}
	
		#its-product-information #its-product-description {
			border: 1px solid #7b7b7b;
			background-color: #5f5f5f;
			margin-bottom: 10px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 5px;
		}
		
			#its-product-information #its-product-description h2 {
				background: transparent url("detail.description.background.png") repeat-x;
				padding: .5em .6em;
				margin: 0 0 .2em 0;
			}
			
			#its-product-information #its-product-description div.description {
				background: transparent url("detail.description.watermark.png") no-repeat bottom right;
				padding: .3em .6em;
				min-height: 139px;
			}
			
			#its-product-information #its-add-to-cart fieldset {
				padding: 0;
				border: 0;
			}
			
				#its-product-information #its-add-to-cart fieldset legend {
					display: none;
				}
			
			#its-product-information #attributes {
				list-style: none;
				padding: 0;
				margin: 0;
			}
			
				#its-product-information #attributes input,
				#its-product-information #attributes select {
					border: 0;
				}
			
				#its-product-information #attributes li {
					display: inline;
					border: 1px solid #5a5a5a;
					background-color: #333333;
					color: #b1b1b1;
					padding: .6em;
					margin-right: 5px;
					
				}
				
				#its-product-information #fancy-price-display {
					background: transparent url("fancy-price.png") no-repeat center left;
					padding: 20px 0 24px 70px;
					font-weight: bold;
					width: 149px;
					float: left;
					margin-right: 15px;
				}
				
				#add-to-cart-button {
					float: left;
					width: 119px;
					padding-top: 7px;
				}
			
	#its-related-products {
		width: 100%;
		float: left;
		margin-top: 10px;
	}
	
		#its-related-products div.product {
			width: 18%;
			margin-right: 1%;
			float: left;
			background-color: #c8c9cb;
		}
		
			#its-related-products div.product a img {
				display: block;
				margin: 0 auto;
				border: 0;
				opacity: .4;
				filter: alpha(opacity=40); /* I hate IE. */
			}
			
			#its-related-products div.product a:hover img {
				opacity: 1;
				filter: alpha(opacity=100); /* I hate IE. */
			}


/* Catalog List */
#featured-items {
	width: 49%;
	float: left;
	padding: 0 1% 0 0;
}

	#featured-items ul {
		height: 457px;
		list-style: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
		border: 5px solid #1D1D1D;
	}
	
	#featured-items ul li {
		position: relative;
	}
	
		#featured-items ul li span {
			position: absolute;
			padding: 10px;
			bottom: 5px;
			display: none;
			right: 15px;
			background-color: #000;
			color: #fff;
		}

#new-items {
	float: left;
	width: 50%;
	padding: 0;
}

#new-items div.products div.product {
	float: none;
	width: 98%;
	background-color: #1d1d1d;
	margin: 0 0 5px 0;
	padding: 1%;
}

	#new-items div.products div.product .name {
		font-size: 1em;
		padding: .2em;
	}
	
		#new-items div.products div.product div.thumb {
			text-align: center;
			width: 100%;
			background-color: #c8c9cb;
		}
		
			#new-items div.products div.product div.thumb img {
				display: block;
				width: 100px;
				height: 100px;
				margin: 0 auto;
			}

	


div.category h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 .2em 0;
}

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

div.products.grid div.product {
	width: 205px;
	float: left;
	border: 8px solid #292929;
	margin: 0 10px 10px 0;
}

	div.products.grid div.product.end {
		margin-right: 0;
	}
	
	div.products div.product div.information {
		text-align: center;
		padding: .2em;
	}


	div.products div.product .name {
		font-size: 1em;
		margin: 0 0 .1em 0;
		line-height: 120%;
	}
	
		div.products.grid div.thumb {
			float: left;
			width: 100px;
			height: 100%;
			margin-right: 10px;
			overflow: hidden;
		}
		
			div.products.grid div.thumb img {
				display: block;
			}

	
div.products.thumbs div.product {
	float: left;
	width: 33%;
	margin: 0 5px 10px 0;
}

	div.products.thumbs div.product img {
		border: 1px solid #797979;
		display: block;
		width: 120px;
	}
	
	
	
	
	
/* Other Pages */

#gift-box {
	float: right;
	width: 300px;
	height: 250px;
	margin: 0 0 5px 5px;
}

#authenticity {
	float: right;
	margin: 0 0 5px 5px;
}

img.pretty {
	background-color: #fff;
	border: 5px solid #666;
	padding: 5px;
}

img.chart {
	border: 5px solid #666;
}

#its-copyright { margin: 0 0 1.5em; text-align: center; }