html { overflow-y: scroll; }

body
{
	color: #3F5556;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

img
{
	border: 0;
}

a {
	color: #3F5556;
	font-family: Georgia, Times New Roman, Times, serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3F5556;
}
a:hover {
	text-decoration: none;
	color: #98B4B5;
}
a:active {
	text-decoration: none;
}

div.twitter-button
{
/*	float:right;
	padding-right:5px;
	padding-top:0px;*/
	position:absolute;
	top:0px;
	left: 710px;
	z-index:1;
	width:80px;
	height:20px;
	overflow:hidden;
}

div.facebook-button
{
/*	float:right;
	padding-right:5px;
	padding-top:0px;*/
	position:absolute;
	top:0px;
	left: 620px;
	z-index:1;
	width:80px;
	height:20px;
	overflow:hidden;
}

div.page-wrapper 
{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	position:relative;
}

div.top-nav-bar
{
	width: 790px;
	margin-left: 5px;
	margin-right:5px;
	margin-top:2px;
	padding-bottom: 2px;
	font-size: 14px;
	height:21px;
	background-color: #FFFFFF;
/*	background-color: #F8F8F8;*/
	border-bottom: 1px solid #D0D0D0;
}

div.top-nav-bar div.basket-summary
{
	float:right;
/*	border:1px solid;
	height:14px;
	overflow:hidden;*/
/*	background-color: #E0DED9;*/
	padding-top:0px;
	padding-bottom:1px;
	padding-left:3px;
	padding-right:3px;
	font-size:12px;
}

div.top-nav-bar div.basket-summary a
{
	font-family: arial,sans-serif;
	text-decoration:none;
}

div.top-nav-bar div
{
	float:left;
	padding-top:3px;
	padding-left:1px;
/*	border: 1px solid;*/
}

div.bread-crumb
{
	margin-left:7px;
	font-size:10px;
}

div.side-nav-bar
{
	width: 190px;
	margin-top: 70px;
	font-size: 14px;
	text-align: left;
	float:left;
}

div.side-nav-bar div
{
	margin-left: 25px;
	margin-top: 20px;
}

div.bottom-nav-bar
{
	height:40px;
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
/*	border: 1px solid;*/
}

div.bottom-nav-bar div
{
	display:inline;
	padding-left:4px;
	padding-right:4px;
}

div.bottom-nav-bar div img
{
	position:relative;
	top:+7px;
}

div.department-content
{
	float:left;
/*	width:610px; MAX */
	width:465px;
}

div.department-content div.department-header-image
{
	text-align:center;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:10px;
}

div.department-content div.page-numbers
{
	clear:both;
	float:right;
	margin-top:5px;
	height:25px;
}

.tn-image
{
	text-align:center;
	margin: 0 auto;
	width: 110px;
	height: 110px;
}

.tn-image-caption
{
	font-size: x-small;
	text-align: center;
	height: 30px;
	margin-bottom: 10px;
}

div.product-content
{
	width:800px;
}

div.product-content div.palette-container
{
	float:left;
	margin-top:20px;
	width:85px;
}

div.product-content div.palette-container div.thumbnail-arrow
{
 height: 20px;
 background-color: #FFFFFF;
 text-align: center;
}

#thumbnail-mask
{
 height: 320px;
 border: 0px solid;
 background-color: #FFFFFF;
 padding-top: 5px;
 overflow: hidden;
 position: relative;
}

#thumbnail-container
{
 border: 0px solid;
 margin-left: 5px;
 margin-right: 5px;
 position: relative;
}

.palette-tn
{
	border: 0px solid;
	height: 75px;
	width: 75px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	cursor: pointer;
	overflow: hidden;
}

div.product-content div.main-image-column
{
	float:left;
/*	margin-top:20px;*/
	width:390px;
}

div.product-content div.main-image-column div.main-image-container
{
	width: 304px;
	height: 304px;
	background-image:url('http://www.butterflyparty.co.uk/psychesbazaar/images/image-background.gif');
	border: 0px solid;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}

div.product-content div.main-image-column div.main-image-container img
{
	padding-top:11px;
	padding-left:11px;
}

div.product-content div.main-image-column div.other-image-container
{
	border: 0px solid;
	position: relative;
	text-align: center;
	margin: 0 auto;
	height: 120px;
}

div.home-list-item
{
	/*border-bottom-style:solid;
	border-bottom-width:1px;*/
	border-bottom:1px solid #D0D0D0;
	padding:8px;
	width:300px;
	font-size:10px;
}

div.home-list-item-last
{
	padding:8px;
	width:300px;
	font-size:11px;
}

div.product-content div.right-column
{
	float:right;
	width:325px;
}

div.product-content div.right-column div.header
{
	text-align:center;
	margin-top:22px;
	margin-bottom:3px;
}

.home-scroll-box
{
	border: 0px solid;
	width: 100%;
	height: 170px;
	overflow: auto;
	font-size: 11px;
	margin-top: 3px;
	background-color: #F0F0F0;
	text-align:justify;
	padding-left:2px;
	padding-right:2px;
}



