/* STORE
   ----------------------------- */
.cart {
	background: url(../images/cart-icon.png) 0 0 no-repeat;
	padding-left: 24px;
	vertical-align: bottom;
	position: absolute;
	bottom: 8px;
	left: 0;
}

a.addtocart {
	display: block;
	width: 110px;
	height: 28px;
	background: url(../images/addtocart.png) 0 0 no-repeat;
}
/*
a.addtocart:hover {
	background: url(../images/addtocart.png) -110px 0 no-repeat;
}
*/

a.continue-shopping {
	display: block;
	width: 158px;
	height: 28px;
	background: url(../images/continueshopping-btn.png) 0 0 no-repeat;
}
/*
a.continue-shopping:hover {
	background: url(../images/continueshopping-btn.png) -158px 0 no-repeat;
}
*/

a.checkout {
	display: block;
	width: 99px;
	height: 28px;
	background: url(../images/checkout-btn.png) 0 0 no-repeat;
}
/*
a.checkout:hover {
	background: url(../images/checkout-btn.png) -99px 0 no-repeat;
}
*/

.sidebar-store {
	position: relative;
}
	.sidebar-store div.home {
		margin: 0 0 10px 0;
		padding: 0;
	}
	.sidebar-store h3 {
		font: normal 14px/19px "Helvetica", "Arial", sans-serif;
		letter-spacing: -1px;
		margin: 0;
		padding: 0;
	}
	.sidebar-store ul {
		margin: 5px 0 20px 2px;
		padding: 0;
		list-style-type: none;
		font: bold 11px/17px "Helvetica", "Arial", sans-serif;
	}
		.sidebar-store ul li {
			margin: 0;
			padding: 0;
		}
		.sidebar-store ul a {
			color: #5e6d6c;
		}
		.sidebar-store ul li.active a {
			color: #ffffff;
		}

			.sidebar-store ul li ul.subnav {
				display: none;
				margin: 5px 0 10px 15px;
				padding: 0;
				list-style-type: none;
				font: normal 11px/17px "Helvetica", "Arial", sans-serif;
			}
			.sidebar-store ul li ul.subnav li a {
				color: #5e6d6c;
			}
			.sidebar-store ul li ul.subnav li.active a {
				color: #ffffff;
			}
			.sidebar-store ul li.active ul.subnav {
				display: block;
			}

.wrapper-store {
	position: relative;
	overflow: hidden;
}

.wrapper-store h3 {
	position: relative;
	font: normal 16px/normal "Helvetica", "Arial", sans-serif;
	letter-spacing: -1px;
	margin: 0 0 9px 0;
	padding: 0;
	color: #ffffff;
}
	.wrapper-store h3 .limited-edition {
		position: absolute;
		right: 20px;
		top: 0;
	}

.wrapper-store.home {
	min-height: 360px;
}

.wrapper-store.home .project-container {
	position: relative;
	overflow: hidden;
	opacity: 0.01;
}
	.wrapper-store.home .project-container .item-container {
		float: left;
		margin: 0 10px 24px 0;
		opacity: 1;
	}
		.wrapper-store.home .item-container .info {
			padding: 4px 0 0 10px;
			color: #ffffff;
		}
			.wrapper-store.home .item-container .info h4 {
				font: normal 16px/normal "Helvetica", "Arial", sans-serif;
				color: #fccb42;
				margin: 0;
				padding: 0;
			}
			.wrapper-store.home .item-container .info a {
				color: #5e6d6c;
				font-weight: bold;
				text-decoration: none;
			}
			.wrapper-store.home .item-container .info a.active,
			.wrapper-store.home .item-container .info a:hover {
				color: #ffffff;
			}
			.wrapper-store.home .item-container .info span {
				padding: 0 5px;
			}



.wrapper-store.product {
	position: relative;
	width: 549px;
	overflow: visible !important;
}
	.wrapper-store.product h2.messages {
		font: normal 20px/normal "Helvetica", "Arial", sans-serif;
		letter-spacing: -1px;
		margin: 0 0 13px 0;
		padding: 0;
		color: #fccb42;
		text-transform: capitalize;
	}

	.wrapper-store.product div.details {
		position: relative;
		float: left;
		width: 168px;
		margin-right: 30px;
	}
		.wrapper-store.product h2 {
			font: normal 14px/normal "Helvetica", "Arial", sans-serif;
			margin: 0 0 7px 0;
			padding: 0;
			color: #fccb42;
		}
		.wrapper-store.product .item-name {
			padding: 0 0 10px 0;
			margin: 0 0 10px 0;
			border-bottom: 1px solid #99999b;
		}
		.wrapper-store.product .addtocart {
			position: absolute;
			bottom: 0;
			left: 0;
		}


	.wrapper-store.product div.photos {
		position: relative;
		float: left;
		width: 351px;
		padding: 0;
		margin: 0;
	}
		.wrapper-store.product div.photos div.links {
			position: relative;
			overflow: hidden;
			margin: 0 0 5px 0;
			padding: 0;
			line-height: normal;
		}
			.wrapper-store.product div.photos div.links a {
				font-size: 14px;
				line-height: normal;
				font-weight: bold;
				color: #5e6d6c;
			}
			.wrapper-store.product div.photos div.links a.active {
				color: #ffffff;
			}


		.wrapper-store.product div.photos div.links div.gender {
			float: left;
			overflow: hidden;
		}


		.wrapper-store.product div.photos ul.page-nav {
			position: relative;
			float: right;
			color: #5c9bcc;
			font-size: 12px;
			overflow: hidden;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			.wrapper-store.product div.photos ul.page-nav li {
				float: left;
			}
			
			.wrapper-store.product div.photos .page-nav span {
			}
			.wrapper-store.product div.photos .page-nav a.arrow {
				display: inline-block;
				padding: 0;
				width: 25px;
				height: 15px;
				background-position: 7px 0;
			}
				.wrapper-store.product div.photos .page-nav a.arrow:hover {
					background-position: 7px -15px;
				}
				.wrapper-store.product div.photos .page-nav a.disabled.arrow {
					background-position: 7px -15px;
					cursor: default;
				}

			.wrapper-store.product div.photos .page-nav a.arrow-back {
				display: inline-block;
				padding: 0;
				width: 25px;
				height: 15px;
			}
				.wrapper-store.product div.photos .page-nav a.arrow-back:hover {
					background-position: 0 -15px;
				}
				.wrapper-store.product div.photos .page-nav a.disabled.arrow-back {
					background-position: 0 -15px;
					cursor: default;
				}


		.wrapper-store.product div.photos div.gallery {
			position: relative;
			background: #ffffff;
			height: 388px;
			padding: 0;
			margin: 0;
			filter: alpha(opacity=0);
			opacity: 0;
		}
			.wrapper-store.product div.photos div.gallery ul {
				position: relative;
				list-style-type: none;
				margin: 0 0 10px 10px;
				padding: 0;
			}
				.wrapper-store.product div.photos div.gallery ul li {
					float: left;
					padding: 0;
				}
				.wrapper-store.product div.photos div.gallery ul li.full {
					height: 368px;
					margin: 10px 8px 0 0;
				}
				.wrapper-store.product div.photos div.gallery ul li.thumb {
					margin: 10px 10px 0 0;
					height: 116px;
				}


.wrapper-store.mycart {
	width: 607px;
}
	.wrapper-store.mycart div.cart-table {
		position: relative;
		overflow: visible;
	}
		.wrapper-store.mycart div.cart-table div.row {
			float: left;
			position: relative;
			border-bottom: 1px solid #5e6d6c;
			padding: 0;
			width: 607px;
			overflow: visible;
		}
			.wrapper-store.mycart div.cart-table div.row.head div {
				padding: 0 0 3px 0;
				color: #fccb42;
				font-size: 14px;
				font-weight: normal !important;
			}
		.wrapper-store.mycart div.cart-table div {
			float: left;
			padding: 15px 0 15px 0;
			text-align: left;
			vertical-align: top;
		}
			.wrapper-store.mycart div.cart-table div.description {
				width: 183px;
				text-align: left;
			}
			.wrapper-store.mycart div.cart-table div.quantity {
				width: 160px;
				text-align: center;
			}
			.wrapper-store.mycart div.cart-table div.cost {
				width: 88px;
				font-weight: bold;
				text-align: center;
			}
			.wrapper-store.mycart div.cart-table div.total {
				width: 88px;
				font-weight: bold;
				text-align: center;
			}
			.wrapper-store.mycart div.cart-table div.remove {
				width: 88px;
				text-align: center;
			}
				.wrapper-store.mycart div.cart-table div.remove a {
					display: inline-block;
					width: 16px;
					height: 23px;
					background: url(../images/cart-remove.png) no-repeat;
				}
			.wrapper-store.mycart div.cart-table div input[type=text] {
				border: 1px solid #5e6d6c;
				width: 35px;
				margin-right: 2px;
				background: #000000;
			}

			.wrapper-store.mycart div.cart-table div.row.continue div {
				padding: 0 !important;
			}
				.wrapper-store.mycart div.cart-table div.row.continue div.button {
					padding-top: 16px !important;
					width: 421px;
				}
				.wrapper-store.mycart div.cart-table div.row.continue div.subtotal {
					font-weight: bold;
					width: 186px;
				}
					.wrapper-store.mycart div.cart-table div.row.continue div.subtotal div.bg {
						display: block;
						background: #5e6d6c;
						width: 186px;
						height: 18px;
						padding: 0;
					}
					.wrapper-store.mycart div.cart-table div.row.continue div.subtotal div.subtotal-row {
						display: block;
						line-height: 25px;
						width: 186px;
						padding: 0;
						overflow: hidden;
					}
						.wrapper-store.mycart div.cart-table div.row.continue div.subtotal div.subtotal-row span.label {
							float: left;
							color: #fccb42;
							padding-left: 15px;
						}
						.wrapper-store.mycart div.cart-table div.row.continue div.subtotal div.subtotal-row span.amount {
							float: right;
							padding-right: 15px;
						}

				.wrapper-store.mycart div.cart-table div.row div.shipping-instructions {
					padding-top: 16px !important;
					width: 421px;
				}
				.wrapper-store.mycart div.cart-table div.row div.shipping {
					font-weight: bold;
					width: 186px;
					padding: 14px 0 !important;
				}

			.wrapper-store.mycart div.cart-table div.row.checkout {
				border-bottom: 0;
			}
			.wrapper-store.mycart div.cart-table div.row.checkout div {
				padding: 15px 0 0 0;
			}
				.wrapper-store.mycart div.cart-table div.row.checkout div.button {
					width: 140px;
				}
				.wrapper-store.mycart div.cart-table div.row.checkout div.info {
					width: 255px;
					margin-right: 30px;
				}
					.wrapper-store.mycart div.cart-table div.row.checkout div.info span {
						font-weight: bold;
						color: #fccb42;
					}
				.wrapper-store.mycart div.cart-table div.row.checkout div.diagram {
					float: right;
					width: 175px;
					line-height: normal;
					text-align: right;
				}
					.wrapper-store.mycart div.cart-table div.row.checkout div.diagram img {
						float: right;
						margin: 0 -22px 10px 0;
					}
