body {
	margin: 0;
	padding: 0;
	font: small/1.4em Helvetica, Arial, "Lucida Grande", sans-serif;
	
}

a,
a:link,
a:visited,
a:active {
	outline: none;
   text-decoration: none;
   color: #2786c2;
}


p,
h3 {
	margin-bottom: 10px;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.3em;
	
}

h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.5em;	
}



h2 {
	color: #4d2400;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 110%;
	margin-bottom: 8px;
}

.pricebox,
#shophead,
#shopcol1,
#shopcol2,
#leftcol,
#rightcol {
	margin-bottom: 15px;
}

#leftcol {
	width: 340px;
	float: left;
	margin-right: 10px;
}

#rightcol {
	width: 340px;
	float: right;
}

#shop-container {
	margin-top: 20px;
	xbackground-color: #7dfbb6;
}

#shophead {
	border-bottom: 1px dotted #b5b5b5;
}

.shoptitle {
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/nemu-shop-logo.jpg) no-repeat;
	height: 84px;
	width:  431px;
	float: left;
	display: block;
}

.bag {
	width: 95px;
	float: right;
}

.bag p {
	margin-top: 15px;
	font-size: .9em;
}

.bag img {
	float: left;
	margin-right: 10px;
}

.bag-img {
	float: left;
	margin-right: 10px;
}

#shopcol1 {
	background-color: #ffea77;
}

#item-description {
	xbackground-color: #ff271d;
	line-height: 150%;
	border-bottom: 1px dotted #919191;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#item-description h2 {
	color: #4d2400;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 110%;
	margin-bottom: 8px;
}

#shopcol3 {
	xbackground-color: #c972fe;
}

.pricebox {
	background-color: #fef7b9;
	padding: 5px;
}

#pricebox2 {
	background-color: #fef7b9;
	padding: 10px;
}

.pricebox3 {
	width: 300px;
	background-color: #fef7b9;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#amount {
	float: left;
}

.price {
	
	font: 3em Impact, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #c72e51;
}

.shipping {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.options {
	width: 120px;
	float: left;
	border-left: 1px solid #7c7c7c;
	padding-left: 10px;
	margin-left: 10px;
}

.country {
	margin: 0;
	font-weight: bold;
}

.cart {
	margin: 0;
	float: right;
	xbackground-color: #a4fb8a;
}

#more-pics {
	border-bottom: 1px dotted #b5b5b5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.rounded { /* make any box rounded */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.thumbnail {
	float: left;
	width: 200px;
	height: 230px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.thumbnail-buttons {
	float: left;
	width: 160px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.thumb-new {
	float: left;
	width: 100px;
	height: 130px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.item-title {
	text-align: center;
}

.thumb-price {
	padding: 5px;
	background-color: #b6dbfe;
	width: 50px;
	float: right;
	font-weight: bold;
	text-align: center;
}

.thumb-price-featured {
	padding: 5px;
	background-color: #b6dbfe;
	width: 200px;
	float: right;
	font-weight: bold;
	text-align: center;
}


.thumb-buttonprice {
	padding-top: 4px;
	
	xbackground-color: #b6dbfe;
	width: 57px;
	float: left;
	text-align: center;
}

.thumb-buttonprice-left {
	padding: 5px;
	xbackground-color: red;
	width: 57px;
	margin-right: 15px;
	float: left;
	text-align: center;
}

#buttonsprice {
	width: 620px;
}

#pricebutton-left {
	float: left;
	width: 300px;
}

#pricebutton-right {
	float: right;
	width: 300px;
}

.more-pics {
	float: left;
	padding: 5px;
	width: 100px;
}

.buy-prints {
	float: left;
	padding: 5px;
	width: 200px;
}

.backtocategory {
	xpadding: 5px;
	xbackground-color: #dafb72;
	margin-bottom: 10px;
	margin-left: 5px;
}

#aboutnemu {
	padding: 10px;
	background-color: #b9fa6a;
	margin-bottom: 15px;
}

/* navigation */
#shop-nav {
	margin: auto;
	margin-bottom: 10px;
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}


#shop-nav ul {
	list-style-type: none;
	margin-left: 10px;
}


#shop-nav ul li {
    float: left;
	margin-right: 17px;
}
#shop-nav ul li a {
	margin-right: 4px; /* spaces between each item*/
    display: block;
}

#shop-nav li {
	margin-bottom: 5px;
}

#shop-nav li a:hover {
	color: #ff456f;
}


#shop-nav a {
	text-decoration: none;
}

#sectionnavi {
	margin: 0;
	background-color: #cae6fa;
	text-align: center;
	padding: 10px 10px 5px;
}

#footer {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
}

/*clearfixes */
hr.cleaner {
clear:both; height:1px;
margin: -1px 0 0 0;
padding:0; border:none;
visibility: hidden; }  

hr.cleaner2 {
clear:both; height:1px;
margin: -1px 0 0 0;
padding:0; }

/* IE7 hacks */

*:first-child+html #saleitems {
	min-height: 1px;
}

/* this FIXES things so the thumbnails line up properly */
*:first-child+html .salelist li,
*:first-child+html .thumblist li {
	display: inline;

}


