html {overflow-y: auto;
      overflow-x:hidden;}

/* Body
----------------------------------------------- */
body { 
  	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px; 
  	color: #000000;
  	width:100%;
	background:#f9e8eb;
  	scrollbar-track-color: #ffffff;
  	scrollbar-face-color: #f8ced4;
  	scrollbar-arrow-color: #ffffff; 
  	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
  	scrollbar-highlight-color: #ffffff;
}

p {font-family:verdana; font-weight:normal; font-size:11px; line-height:16px;}
h1 {font-family:verdana; font-weight:normal; font-size:9px; line-height:11px;} 
h2 {font-family:verdana; font-weight:bold; font-size:12px; line-height:12px;} 
h3 {font-family:verdana; font-weight:normal; font-size:14px; line-height:15px;}
.pink {color: dd233c}
.lightpink {color: ed8896}
.darkpink {color: 75121d}
.black {color: 000000}

a.nav:link { text-decoration: none; color: "#ed8896"; }
a.nav:visited { text-decoration: none; color: "#ed8896"; }
a.nav:hover { text-decoration: underline; color: "#ed8896"; }


#contentContainer {
	width:569px;
	height:295px;
	padding-bottom:10px;
	border-top:1px solid #f8ced4;
	margin-top:5px;
}

#contentHomeContainer {
	width:569px;
	height:300px;
}

#content {
	width:549px;
	height:256px;
	padding:10px 10px 5px 10px;
	overflow-y:auto;
}

#contentAbout {
	height:265px;
	width:560px;
	padding-left:9px;
	padding-top:5px;
	overflow-y:auto;
	overflow-x:hidden;
}

#contentStore {
	height:265px;
	width:560px;
	padding-left:9px;
	padding-top:5px;
	overflow-y:auto;
	overflow-x:hidden;
}

#contentStore .item
{
	float:left;
	width:75px;
	padding:5px;
}


#nav {
	width:569px;
	border-top:1px solid #f8ced4;
}



img.imageMain {
	width:210px;
	height:210px;
}

img.imageSelect {
	width:170px;
	height:170px;
	border:1px solid #f8ced4;
	margin:4px;
}

img.imageTile {
	width:90px;
	height:100px;
	border-left:solid #fff 5px;
	border-right:solid #fff 5px;
}

img.imageTile2 {
	width:65px;
	height:90px;
	border-left:solid #fff 5px;
	border-right:solid #fff 5px;
}

img.swatch {
	width:50px;
	height:50px;
	border:1px solid #fff;
}