body {
	background-color: #FFF0FF;
	padding: 10px;
	margin: 0px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: arial,tahoma,verdana,helvetica,sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 784px;
	margin: 0px auto;
	text-align: center; /* workaround for IE */
}

#inner-wrapper { /* table */
	width: 780px;
	text-align: left;
	border: 2px solid #8D138C;
	border-collapse: collapse;	
}

#header {
	background-color: #8D138C;	
}

#footer {
	background-color: #8D138C;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0px;
}
#content {
	padding: 5px 20px 10px 20px;
	/*color: #8D138C;*/
	/*color: #C699C6;*/
	color: #A956A9;	/* mix of two bg colours */
}

.left-pane { /* td */
	width: 160px;
	background-color: #C699C6;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;	
}

.left-pane a, .left-pane a:visited, .left-pane a:active, .left-pane a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.left-pane a:hover {
	color: #8D138C;
	text-decoration: none;
}

.right-pane { /* td */
	width: 600px;
	background-color: #FFFFFF;		
}



h1, h2, h3, h4, h5 {
	color: #8D138C;
}
h1 {
	font-size: 16px;
	padding: 0px 20px 6px 20px;
	margin: 0px;
	text-align: center;
}
h2, h3, h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
strong {
	font-weight: bold;
}
img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;	
	color: #8D138C;
	font-size: 12px;
}

li {
	padding-bottom: 5px;
}

th {
	padding: 5px 0px;	
	background-color: #C699C6;
	/* color: #8D138C; */
	color: #FFFFFF;
	font-weight: bold;
}
td {
	vertical-align: top;
}


#featured_charms td {
	width: 68px;
	height: 68px;
	text-align: center;
	vertical-align: middle;
	background-image: url("../images/featured-charm-bg.gif");
	background-repeat: no-repeat;
	background-position: center;
}
#featured_charms img {
	width: 55px;
	height: 55px;
	border-style: none;
}

#featured_accessories { /* table */
	text-align: center;
}
/*
#featured_accessories img {
	width: 150px;
	height: 150px;
}
*/
.featured_accessory_img td {
	width: 160px;
	padding: 2px;
	vertical-align: middle;
	border: 2px solid #C699C6;
}
.featured_accessory_txt td {
	width: 160px;
	padding: 0px 2px 5px 2px;
	vertical-align: top;
}

#banner {
	width: 600px;
	height: 200px;
}


#menu-search input {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 20px;
	line-height: 20px;
}
#searchtxt {
	width: 135px;
}

#search_msg {
	height: 12px;
	font-size: 10px;
	color: #FF0000;
}


#menu-basket, #menu-favourites, #menu-category, #menu-featcharm {
	padding: 10px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;	
}

#menu-featcharm {
	font-size: 13px;
}
#menu-featcharm-img {
	display: block;
	margin: 5px auto;
	width: 75px;
	height: 75px;
	padding: 8px 8px 7px 7px;	
	background-image: url("../images/menu-featcharm-bg.gif");
	background-repeat: no-repeat;
	background-position: center;
}


#menu {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;	
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	width: 160px;	
	position: relative;
	z-index: 500;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu li ul {
	width: 215px;	
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 12px;	
	visibility: hidden;
	position: absolute;
	top: -30px; 
	left: 110px; /* overlap minus overrun */
	padding: 30px; /* overrun */
	background: transparent url("../images/transparent.gif"); /* IE% to interpret overrun padding */
}
#menu li ul li ul {
	left: 165px;  /* overlap minus overrun for 3rd level on */
}
/* style the list items */
#menu li {
	background: #C699C6;
	float: left; /* for IE7 */
	padding: 0px;
	margin: 0px;	
}
/* sub-menu list items include left and right borders */
#menu li ul li {
	border: 0px solid #8D138C;
	border-width: 0px 1px;
}
/* top and bottom borders for sub-menus: applied to relevant list items */
#menu li ul li.menutop { border-top-width: 1px; padding-top: 5px; }
#menu li ul li.menubtm { border-bottom-width: 1px; padding-bottom: 5px; }
/* submenu image */
#menu li.submenu {background: #C699C6 url("../images/submenu.gif") no-repeat right center} 
/* get rid of the table */
#menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
/* style the links */
#menu a, #menu a:visited {
	display: block; 
	text-decoration: none;
	width: 159px;
	color: #FFFFFF;
	padding: 2px 0px;
	margin: 0px;
}
#menu ul li ul a, #menu ul li ul a:visited {
	width: 204px;
	margin: 2px 5px;
	
}
/* hack for IE5.5 */
* html #menu a, * html #menu a:visited {width:154px; w\idth:153px;}
* html #menu ul li ul a, * html #menu ul li ul a:visited {width:204px; w\idth:203px;}
/* style the link hover */
* html #menu a:hover {
	color: #8D138C;
	background: #FFF0FF;
	position: relative;
}
#menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
#menu a:active, #menu a:focus {
	color: #8D138C; 
	background: #FFF0FF;
}
/* retain the hover colors for each sublevel IE7 and Firefox etc */
#menu li:hover > a {
	color: #8D138C; 
	background: #FFF0FF;
}
/* popout menu for compatible browsers */
#menu li:hover > ul {visibility:visible;}
/* IE5.5 and IE6 hovers ... */
/* keep 3rd level hiden when hover on 1st level */
#menu ul a:hover ul ul{
	visibility: hidden;
}
/* make 2nd / 3rd level visible when hover on previous level */
#menu ul a:hover ul,
#menu ul a:hover ul a:hover ul {
	visibility: visible;
}

#menu-category {	
	font-size: 12px;
	font-weight: normal;	
	color: #FFFFFF;
	text-align: left;
	text-transform: capitalize;
}
#menu-category ul {
	list-style-type: circle; 
	list-style-position: outside;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
#menu-category li {
	padding: 1px 0px 0px 0px;
	margin: 0px;
}


#menu-fsb {	/* use background image so it loads later than the top images */
	margin: 20px auto 0px auto;
	height: 140px;
	width: 137px;
	background-image: url("../images/logo-fsb.gif");
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
}

#content a, #content a:visited, #content a:active, #content a:link {
	color: #A956A9;
	text-decoration: underline;
}
#content a:hover {
	color: #8D138C;	
	text-decoration: underline;
}


.search_results {
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #C699C6;
}
.search_results h5 {
	padding: 5px;
	margin: 0px;
	background-color: #C699C6;
	color: #FFFFFF;
}

.search_results a, .search_results p {
	display: block;
	padding: 2px 0px;
}

p.no-pagetext {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	text-align: center;
	padding: 20px;
	margin: 20px;
	border: 1px solid red;
}

#product_list {
	margin: 10px 0px 0px 0px; 
	border-style: none;
	text-align: center;	
}
#product_list td {
	width: 120px;
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}
#product_list img {
	width: 75px;
	height: 75px;
	padding: 5px;
	border: 2px solid #C699C6;
	margin-bottom: 5px;
}

#product_info { /*table */
	margin-top: 10px;
}
#product_info td {
	vertical-align: top;
}

#product_purchase { /* table */
	margin-top: 10px;
	text-align: left;
	border: 2px solid #C699C6;
}
#product_purchase th {
	text-align: center;
}
#product_purchase td {
	font-size: 11px;	
	padding: 5px;
}
#product_purchase select {
	min-width: 240px !important;
}

/* note id selectors more specific than class selectors, therefore chain the selectors */
#content .button {
	background-color: #C699C6; 
	border: 2px solid #A956A9;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;	
	padding: 1px 5px;
	cursor: pointer;
	width: 100px;
	margin: 0px 5px;
}

#content .button:visited, #content .button:active, #content .button:link {
	color: #FFFFFF;
	text-decoration: none;
}
#content .button:hover {
	color: #8D138C;
	text-decoration: none;
}
#content input, #content select, #content textarea {
	background-color: #FFFFA0;
	border: 1px solid #C699C6;
}
#content hr {
	color: #C699C6;
	background-color: #C699C6;
	height: 2px;
	padding: 0px;
	margin: 5px 10px;
}

#basket { /* table */
	text-align: left;
	vertical-align: middle;
	border: 2px solid #C699C6;
	border-bottom: none;
}
#basket th, #basket td {
	padding: 2px 5px;
	border-bottom: 2px solid #C699C6;
	line-height: 120%;
}
#basket a, #basket a:visited, #basket a:active, #basket a:link  {
	text-decoration: none;
}
#basket a:hover {	
	text-decoration: none;
}
#basket_msg {
	height: 16px;
	text-align: center; 
	font-style: italic; 
	color: #8D138C;
}

#contact { /* table */
	margin: 0px auto;
	border: 2px solid #C699C6;
	text-align: left;
}
#contact td {
	vertical-align: top;	
	padding: 10px;
}

#info_print {
	float:left; 
	width: 760px;
	background-color: #FFFFFF;
	border: 2px solid #8D138C; 
	padding: 10px; 
	margin: 10px 20px; 
	color: #8D138C; 
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#info_print a, #info_print a:visited, #info_print a:active, #info_print a:link {
	color: #A956A9;
	text-decoration: underline;
}
#info_print a:hover {
	color: #8D138C;	
	text-decoration: underline;
}

#frmCheckoutCustDtls td {
	vertical-align: top;
}
#frmCheckoutCustDtls input, #frmCheckoutCustDtls textarea {
	width: 240px;
	margin-left: 120px;	
}
#radios input {
	background-color: #FFFFFF;
	width: 20px;
	border-style: none;
	margin: 0px;
}

.req {
	font-family: Arial, Helvetica, sans-serif;	
	color: #990000;
}

#links {
	text-align: center;
}
#links a {
	font-weight: bold;
}