@import url("reset.css");

.clear {
	clear: both;
}
body, html {
	width: 100%;
	height: 100%;
}
body {
	background: #eae7ee;
}

/**	Main wrapper  */
#outer {
	padding-top: 10px;
}
#wrap {
	position: relative;
	width: 945px;
	height: 667px;
	margin: 0 auto;
	background: #fff url('img/wrap.jpg') no-repeat;
	border: 1px solid #333;
}

/**	Footer */
#footer {
	width: 945px;
	margin: 10px auto;
	text-align: center;
	font-size: 0.9em;
	color: #999;
}
#footer ul li {
	display: inline;
}
#footer ul li span {
	padding: 0 5px;
}
#footer ul li a {
	color: #999;
}


/**	Main nav */
#nav {
	position: absolute;
	top: 0;
	left: 0;
}
#nav li {
	position: absolute;
}
#nav li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -999px;
}
#nav li#about {
	left: 40px;
	top: 45px;
	width: 130px;
	height: 85px;
}
#nav li#contact {
	left: 175px;
	top: 45px;
	width: 60px;
	height: 110px;
}
#nav li#shipping {
	left: 50px;
	top: 160px;
	width: 195px;
	height: 80px;
}
#nav li#news {
	left: 40px;
	top: 250px;
	width: 115px;
	height: 145px;
}
#nav li#artwork {
	left: 35px;
	top: 400px;
	width: 145px;
	height: 265px;
}
#nav li#handmade {
	left: 195px;
	top: 285px;
	width: 85px;
	height: 380px;
}
#nav li#decor {
	left: 300px;
	top: 480px;
	width: 85px;
	height: 185px;
}
#nav li#collectables {
	left: 430px;
	top: 480px;
	width: 95px;
	height: 185px;
}
#nav li#toys {
	left: 550px;
	top: 480px;
	width: 100px;
	height: 185px;
}
#nav li#paper {
	left: 670px;
	top: 480px;
	width: 95px;
	height: 185px;
}
#nav li#cart {
	left: 775px;
	top: 480px;
	width: 110px;
	height: 185px;
}

/**	Content wrapper */
#content {
	position: absolute;
	left: 316px;
	top: 41px;
	width: 588px;
	height: 426px;
	overflow-x: hidden;
	overflow-y: auto;
}
#content #inner {
	padding: 10px 0 10px 10px;
}

/**	Post container */
#content #inner .post {
	min-height: 390px;
	_height: 390px;
}

/**	Category view
 */
.category {
}
.category .products {
	width: 582px;
}
.category .product {
	float: left;
	width: 104px;
	height: 104px;
	margin: 0 10px 10px 0;
	background: #eee;
}
.category h1, .category .product h2 {
	display: none;
}
.category .product .thumbnail {
	overflow: hidden;
}
.category .product .thumbnail img {
	display: block;
	height: 104px;
	
}

/**	Product view
 */
.product {
}
.product .image {
	height: 315px;
	overflow: hidden;
}
.product .image img {
	display: block;
}
.product .content {
	margin-top: 8px;
	position: relative;
}
.product .description, .product .additional_description {
	width: 320px;
}
.product dl.price {
	position: absolute;
	right: 10px;
	top: 0;
}
.product dl.price dt {
	display: none;
}
.product dl.price dd {
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}
.product dl.price dd span {
	padding-left: 4px;
}
.product .buy {
	position: absolute;
	right: 10px;
	top: 20px;
}
.product .buy input {
	background: #fff;
	padding: 0;
	margin: 0;
	margin-right: -2px;
	border: 0;
	text-align: right;
	cursor: pointer;
	text-transform: lowercase;
}
.product .links {
	position: absolute;
	right: 10px;
	top: 65px;
}
.product .links li {
	float: left;
	width: auto;
	font-size: 1.2em;
	text-transform: lowercase;
}
.product .links li.prev, .product .links li.next {
	font-size: 18px;
	margin-top: -2px;
}
.product .links li.prev {
	padding-right: 12px;
}
.product .links li.next {
	padding-left: 12px;
}
.product .links li.back {
	font-weight: bold;
}
.product .links li a {
	text-decoration: none;
}
.product .links li a:hover, .product .links li a:focus {
	color: #999;
}

.product .loading_animation {
	display: none;
}

/**	Add to cart popup
 */
#fancy_notification {
	display: none;
	position: absolute !important;
	z-index: 9999 !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
	background: #fff;
}
#loading_animation, #fancy_notification_content {
	background: #fff;
	width: 50%;
	padding: 10px;
	margin: 20% auto 0 auto;
}
#loading_animation {
	height: 90px;
	background: #fff url('img/loading.gif') no-repeat scroll center;
	text-align: center;
}
#loading_animation img {
	display: none;
}
#fancy_notification_content a {
	display: block;
	margin-top: 0.5em;
}

/**	Cart / checkout
 */
.checkout {
	padding-right: 10px;
}
.checkout .section {
	clear: both;
	margin-top: 10px;
	padding: 10px;
	background: #f4f4f4;
	border: 1px solid #f0f0f0;
}

/**	Cart table */ 
.checkout table {
	width: 100%;
}
.checkout th {
	background: #333;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}
.checkout td {
	padding: 5px 0 0 0;
}
.checkout td.thumb {
	width: 50px;
}
.checkout td.item {
	width: auto;
}
.checkout td.quant {
	width: 100px;
}
.checkout td.price {
	width: 60px;
}
.checkout td.rem {
	width: 50px;
}

.checkout .section.price {
	height: 45px;
}
.checkout dl.price dt {
	display: block;
	float: left;
	clear: left;
	width: 100px;
}
.checkout dl.price dd {
	display: block;
	float: left;
}
.checkout dl.price dd.total {
	font-weight: bold;
}

.checkout label {
	display: block;
	float: left;
	width: 100px;
	clear: left;
	padding-top: 2px;
}
.checkout input.text, .checkout textarea, .checkout select {
	display: block;
	float: left;
	width: 247px;
	padding: 2px 3px;
	margin-bottom: 4px;
	border: 1px dotted #ccc;
	background: #fff;
}
.checkout select {
	width: 255px;
	padding: 1px;
}
.checkout select#current_country {
	margin-right: 5px;
}
td.quant input.text {
	margin-right: 5px;
	width: 20px;
}
.checkout input.submit {
	padding: 1px;
	border: 1px solid #999;
	background: #ddd;
	font-size: 12px;
	text-transform: lowercase;
}
.checkout input.submit.continue {
	padding: 3px 5px;
	font-weight: bold;
}
.checkout img.paypal_logo {
	display: block;
	float: right;
	margin-top: -77px;
}


/**	Content
 */
body {
	background: #eae7ee;
	font: 12px 'Georgia', serif;
	color: #111;
}
p {
	line-height: 1.4em;
	padding-bottom: 4px;
}
h1 {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 4px;
	text-transform: lowercase;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 4px 0;
	text-transform: lowercase;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
} 
a:hover, a:focus {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

img {
	display: block;
	border: 0;
}
 
 
 
 



