div#store_intro {
	position: relative;
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

	div#store_intro div#left {
		position: relative;
		width: 246px;
		height: 174px;
		float: left;
	}
	
	div#store_intro div#right {
		position: relative;
		width: 604px;
		height: 174px;
		float: right;
		background: url(../images/global/store_rightbg.jpg) no-repeat;
	}
	
	div#store_intro div#right p {
		font-size: .9em;
		color: #7d7d7d;
		line-height: 2em;
		padding-left: 10px;
		padding-right: 20px;
		margin-top: 8px;
	}
	
	div#store_intro div#right img#title {
		margin-top: 25px;
		margin-left: 10px;
	}

div#cart {
	position: absolute;
	right: 0;
	top: 0;
}

div.product-container {
	width: auto;
	margin-bottom: 40px;
}

table#store {
	border-collapse: collapse;
}

/* ITEM */
div.item {
	position: relative;
	display: block;
	width: 202px;
	height: 202px;
}

	div.new {
		position: absolute;
		top: 8px;
		left: 0;
	}

	div.product-image {
		position: relative;
		width: 202px;
		text-align: center;
		padding: 8px 0 8px 0;
	}
	
	div.product-name {
		position: relative;
		width: 202px;
		text-align: center;
		color: #646464;
		font-size: .9em;
	}
	
	div.product-name a {
		color: #646464;
		text-decoration: none;
	}
	
	div.product-name:hover {
		text-decoration: underline;
	}
	
/* DETAILS */
div#details_container {
	position: relative;
	margin-top: 30px;
}

div#details {
	position: relative;
	margin-right: 320px;
}

	div#details h3 {
		display: inline;
		font-size: 1.6em;
		font-weight: normal;
		background-color: #323232;
		color: #fff;
		padding: 6px 12px 6px 12px;
	}
	
	div#details ul {
		font-size: .9em;
		list-style: square;
		border-bottom: 1px solid #f0f0f0;
		padding-bottom: 14px;
	}
	
		div#details ul li {
			color: #646464;
			margin-bottom: 4px;
		}
	
	div#details p {
		margin-top: 24px;
		border-bottom: 1px solid #f0f0f0;
		padding-bottom: 14px;
	}
	
	div#details span.price {
		display: block;
		font-size: 1.4em;
		margin: 20px 0 20px 0;
	}
	
	div#details div.row {
		margin-bottom: 14px;
	}
	
		div#colorselect {
			width: auto;
			margin-top: 10px;
			margin-bottom: 10px;
		}

		div.color {
			float: left;
			margin-right: 6px;
			border: 2px solid #f0f0f0;
			padding: 2px;
			width: 48px;
			height: 48px;
		}

img.full {
	border: 2px solid #f0f0f0;
	margin-right: 40px;
}

div.preview {
	position: absolute;
	top: 0;
	right: 0;
}

	div.view_larger {
		text-align: center;
		margin-right: 40px;
		padding-top: 6px;
	}

/* Cart Table */
table#cart {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

	.center {
		text-align: center;
	}

	table#cart th {
		background-color: #f0f0f0;
		text-align: left;
		font-size: .9em;
		font-weight: bold;
		color: #323232;
		padding: 6px 12px 6px 12px;
	}

	table#cart td {
		border-bottom: 1px solid #f0f0f0;
		padding: 8px;
		font-size: .9em;
	}
	
	table#cart img.border {
		border: 2px solid #f0f0f0;
		padding: 6px;
	}
	
	div#shipping {
		position: relative;
		text-align: right;
		font-weight: bold;
		padding: 12px;
		margin-top: 6px;
	}
	
		div#shipping span {
			margin-right: 12px;
		}
		
	div#donation {
		position: relative;
		margin-top: 6px;
		text-align: right;
		padding: 12px 12px 0 0;
	}
	
		div#donation span {
			font-weight: bold;
		}
	
	div#sub-total {
		position: relative;
		text-align: right;
		font-weight: bold;
		padding: 12px;
		margin-top: 6px;
	}
	
		div#sub-total span {
			margin-right: 12px;
		}
		
		fieldset.shipping div {
			position: relative;
			padding-top: 8px;
			height: 32px;
			border-bottom: #f0f0f0 solid 1px;
		}
		
		fieldset.shipping label {
			display: block;
			width: 120px;
			font-size: 1.4em;
			color: #646464;
			float: left;
		}
		
		fieldset.shipping input.submit {
			margin-top: 20px;
		}
		
		
/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
