* {
	margin: 0;
	padding: 0;
}
/*
	Outlining structure: for bg appearence
*/
body {
	min-width: 780px;
	text-align: center;
	line-height: 1.5em;
}
#wrapper, #content, #footer  {
	margin: 0 auto;
	padding: 0;
	width: 836px;
	text-align: left;
}
#link {
	height: 25px;
	margin-top: 10px;
}
/*Inner Structure
-----------------*/
#top {
	height: 26px;
}
#header {
	height: 220px;
	position: relative;
	background: url(../images/header-bg.gif) no-repeat bottom left;
	margin: 0;
	padding: 30px 15px 0 30px;
	font-size: 1.1em;
}
#content {
	margin: 0;
	padding: 0;
	display:inline; /* fix IE double margin float bug */
	float: left; /* so the bg expands */
	background: url(../images/content-repeat.gif) repeat-y top left;
}
#sidebar {
	float: left;
	width: 198px;
	padding: 0;
	border-right: 1px dashed #C6D958;
	z-index: 1;
}
#mainContent {
	width: 610px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#mainContent, #sidebar {
	margin-top: 15px;
}
/* Modified SBMH */
* html #sidebar {
	width: 198px;
}

#footer {
	clear: both;
	float: left; /* so the bg expands */
	background: url(../images/footer-bg.gif) no-repeat top left;
	color: #b7c156;
	text-align: right;
	margin: 0;
	font-size: 98%;
	height: 150px;
	_height: 1%;
	position: relative
}

#footer p {
	clear: both;
	padding: 0 20px 5px;
	margin: 0; 
}
#footer h3 {
	margin: 0 0 5px 0;
	padding: 0;
}
#footer .first {
	margin-top: 55px;
}

/*Within the footer
----------------------*/
#footer-top {
	float: left;
	width: 100%;
}
#footer-bottom {
	float: left;
	width: 100%;
	padding: 12px;
}
#footer-cards {
	float: left;
	margin-left: 85px;
	margin-top: 10px;
}
#footer-cards {
}
#links {
	float: left;
}
#copyright {
	float: right;
}
#copyright p {
	padding: 0 0 5px 0;
}
#address {
	float: right;
	padding: 0 12px 12px 12px;
}

/*Typography and Styling
==============================================*/

body {
	font: 76%/1.6 Arial, Helvetica, sans-serif;
}
p {
	padding: 5px 0;
}
strong, legend {
	color: #e67d99;
}
a {
	color: #906;
	text-decoration: none;
	outline: none;
}
a:link { 
	color: #C6D958;
	text-decoration: none; 
}
a:visited { 
	color: #C6D958;
}
a:hover { 
	color: #e67d99;
	text-decoration: none; 
}

address {
	font-style: normal;
}
h1, h2, h3, h4, legend {
	letter-spacing: 1px;
}
#header h1 {
	position: absolute;
	top: 150px;
	left: 180px;
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 2.6em;
	font-weight: normal;
}
#header h1 a {
	color: #E67D99;
}
#header h2 {
	padding: 0 0 0 3em;
	margin: 0;
	font-size: 1.8em;
	color: #999;
}
#header img#butterfly {
	position: absolute;
	top: 80px;
	left: 20px;
}
/*Headerbox for navigation and search
-------------------------------------------------------*/
#headerbox {
	position: absolute;
	top: 50px;
	right: 10px;
	float: right;
}
#headerbox ul, #headerbox label {
	font-size: 88%;
	list-style: none;
	margin-bottom: 5px;
}
#headerbox li {
	display: inline;
	margin: 0;
}
#headerbox ul li a {
	color: #4B1C13;
	padding: 0 8px;
	border-left: 1px dotted #4B1C13;
}
#headerbox ul li#about-link a,
#headerbox ul li#profile a {
	border-left: none;
}
#headerbox ul li a:hover {
	color: #e67d99;
}
#headerbox ul li#profile span {
	font-weight: normal;
}
#headerbox ul li#profile a.brackets {
	padding: 0;
	font-size: 90%;
}
/*Seach box
-------------------*/
#headerbox fieldset {
	text-align: right;
	/*width: 270px;*/
	height:  30px;
	border: none;
	margin: 0;
}
#headerbox fieldset input#keywords { 
	width:150px;
	margin: 0 0 0 3px;
	padding: 2px;
	border: 1px solid #C6D958;
}
#headerbox fieldset input.searchbtn {
	margin: 0 0 -7px;
	padding: 0;
}
#headerbox fieldset legend {
	display: none;
}
#headerbox label {
	color: #e67d99;
}

/*Shopping Cart Nugget in header
----------------------------------*/
#header #cartnugget {
	position: absolute;
	background: url(../images/handbag.gif) no-repeat 100% 55%;
	top: 155px;
	right: 20px;
	width: 190px;
	padding: 0;
	margin: 0;
	text-align: left;
}
#header #cartnugget h3 {
	font-size: 0.9em;
	padding: 1px 0 5px 0;
	color: #e67d99;
}
#header #cartnugget .icon {
	padding-left: 26px;
	background: url(../images/cart-icon.gif) no-repeat 0 center;
}
#cartnugget ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#cartnugget ul {
	list-style: none;
	margin: 0 5px 0 0;
	font-size: 95%;
}
#cartnugget li {
	padding: 3px 0 3px 4px;
}
#cartnugget li.empty {
	margin: 10px 0 30px 0;
}
#cartnugget li a:link {
	color: #c6d958;
}
#cartnugget li a:hover {
	color: #e67d99;
	text-decoration: none; 
}

#cartnugget li#items {
	color: #4B1C13;
}
#cartnugget li#checkout, #cartnugget li#bag {
	display: inline;
}
#cartnugget li#checkout a {
	border-left: 1px solid #c6d958;
	padding: 0 5px;
}

/*end
---------*/

.img {
	float: left;
	margin-right: 5px;
}
/*Temp Homepage styles
-------------------------------------*/
#header p.left {
	float: left;
}
#header p.left a {
	letter-spacing: 1px;
}
#header p.right {
	float: right;
}

h1, h2, h3, h4 {
	margin-top: 0;
	color: #C6D958;
	font-weight: normal;
}
h1 {
	font-size: 2.4em;
	margin: 0;
}
h2 {
	font-size: 1.8em;
	margin: 0;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.2em;
}
h2 a, h3 a, h4 a {
	font-weight: normal;
	color: #C6D958;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	color: #e67d99;
}
h2 em {
	font-size: 80%;
	color: #4A0015;
}
h4#added {
	padding: 5px 5px 5px 35px;
	margin: 10px 5px;
	font-weight: bold;
	border: 1px solid #D6CEBD;
	color: #7F1F00;
	background: #F1F5D5;
	clear: both;
}
blockquote {
	font-weight: bold;
	margin: 5px 0 5px 15px;
}
.clear {
	clear: both;
}
/*
Page Navigation (top and bottom)
------------------------*/
#pagenav {
	position: absolute;
	top: 74px;
	left: 190px;
	height: 30px;
	padding: 5px 0 0 0;
	margin: 0;
}
#pagenav ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}
#pagenav li { 
	margin: 0; 
	padding: 0 14px; 
	display: inline;
}
#pagenav li a:link {
	font-weight: bold;
}
#pagenav li a:link { 
	/*color: #c6d958;*/
	color: #e67d99;
	text-decoration: none; 
}
#pagenav li a:visited { 
	/*color: #c6d958;*/
	color: #e67d99;
	font-weight: bold;
}
#pagenav li a:hover  { 
color: #4A0015;
text-decoration: none; 
}
/*footer links
-----------*/
ul.footerlinks {
	margin: 60px 20px 10px;
	float: right;
}
ul.footerlinks li {
	padding: 3px 5px 8px 5px; 
	display: inline;
}

ul.footernav li a:link { 
	color: #333; 
	text-decoration: none; 
}
ul.footernav li a:visited { 
	color: #ccc;
	font-weight: bold;
}

ul.footernav li a:hover  {
	text-decoration: underline; 
}
/*footer bookmark
-------------------------*/
ul.bookmark {
	position: absolute;
	top: 65px;
	left: 25px;
	list-style: none;
}
/*Main Content
====================*/
#mainContent ol li {
	margin-left: 20px;
	margin-right: 10px
}
#mainContent ol li.spaced {
	margin-bottom: 100px;
}
*/#mainContent h3 {
	padding: 5px 0;
}

/*Homepage Structure
----------------------------------*/
/*Dynamic homepage image and related styles
-------------------------------------------------------------------*/
.hp-wrapper {
	float: left;
	text-align: left;
	margin: 0 0 15px 0;
	width: 605px;
	font-size: 91%;
	background: url(../images/love-sally-bg.gif) no-repeat 97% 85%;
}
.hp-wrapper h1 {
	font-size: 1.8em;
}
.hp-wrapper h2 {
	font-size: 1.6em;
}
.hp-img {
	float: left;
	width: 250px;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	/*background: #EFECCA;*/
	text-align: left; 
}
.hp-text {
	float: right;
	width: 410px;
	min-height: 475px;
	background: url(../images/delivery-bg.gif) no-repeat bottom left;
}
.cat-text {
	float: left;
	width: 410px;
	margin-left: 0.5em;
}
.hp-text {
	width: 342px;
}
/*Category pages
------------------------*/
.cat-text {
	min-height: 230px;
	background: none;
	background: url(../images/love-sally-ctg.gif) no-repeat 98% 88%;
}
.cat-wrapper {
	float: left;
	text-align: left;
	margin: 0 0 5px 0;

}
.catintro, .cat-img, .gift-img {
	float: left;
}
.cat-img {
	height: 230px;
	width: 170px;
	overflow: hidden;
	text-align: left;
}
.gift-img {
	height: 140px;
	overflow: hidden;
}
.cat-img img {
	margin-right: 8px;
}

/*Featured products, best sellers and sales items
-------------------------------------------------*/
.feature-holder {
	float: left;
	width: 95%;
	margin: 10px 0 10px 0;
	text-align: left;
}
.giftideaspage {
	margin: 0 0 25px 0;
}
.feature-holder h2 {
	font-size: 1.4em;
	margin: 10px 0 0 20px;
}
.feature-holder p {
	float: right;
	padding-right: 10px;
}
.gift-holder {
	min-height: 140px;
}
.new-gifts {
	background: #e8f0bc;
}
.new-gifts h2 {
	color: #e67d99;
}
.inspire {
	background:  /*#f9dee5*/ none;
}
.inspire h2 {
	color: #4B1C13;
}
.fun {
	background:  #eddecf;
}
.fun h2 {
	color: #332;
}


/*Gift Ideas page
-------------------------*/
.gift-page {
	clear: both;
	margin: 0;
}
.gift-page dl {
	float: left;
  	margin: 15px 15px 10px 10px;
  	padding: 0;
	width: 110px;
 	display: inline; /* fixes IE/Win double margin bug */
}
.gift-page dl dt.img {
	width: 100px;
	height: 100px;
	border: 1px dashed #c89b71;
	background: #fff;
  	float: left;
   	margin: 0 auto;
	padding: 4px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
/*.gift-page dt.img img {
  	border: 1px dashed #D1DBBD;
  	background: #fff;
 }*/
.gift-page dt.img a:hover img {
  	background: #e67d99;
}
 .gift-page dd {
  	margin: 0;
  	padding: 0;
  	line-height: 1.2em;
	letter-spacing: 1px;
	color: #627081;
}
.gift-page dd.title {
	color: #002F2F;
	margin-bottom: 4px;
	padding: 3px 0;
}
.gift-page dl dd.after, .gift-page dd.title {
	clear: both;
}
.gift-page dl dd.after {
	color: #3E606F;
}


 /*Featured products - for homepage; needs less padding and margin
 ----------------------------------------------------------------------------------*/
 .features {
 	margin: 10px 0;
	padding: 0;
}
.gift-holder dl {
	float: left;
  	margin: 15px 25px 10px 20px;
  	padding: 0;
	width: 148px;
 	display: inline; /* fixes IE/Win double margin bug */
}
.gift-holder dl dt.img {
	width: 135px;
	height: 135px;
	border: 1px dashed #c89b71;
	background: #fff;
  	float: left;
   	margin: 0 auto;
	padding: 4px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
/*.gift-holder dt.img img {
  	border: 1px dashed #D1DBBD;
  	background: #fff;
 }*/
.gift-holder dt.img a:hover img {
  	background: #e67d99;
}
 .gift-holder dd {
  	margin: 0;
  	padding: 0;
  	line-height: 1.2em;
	letter-spacing: 1px;
	color: #627081;
}
.gift-holder dd.title {
	color: #002F2F;
	margin-bottom: 4px;
	padding: 3px 0;
}
.gift-holder dl dd.after, .gift-holder dd.title {
	clear: both;
}
.gift-holder dl dd.after {
	color: #3E606F;
}


/*Sidebar elements
------------------------*/
.sidetop {	
	padding: 0;
	margin: 0;
	height: 8px;
	width: 212px;
}
.sidemiddle {	
	margin: 10px 5px 20px 10px;
	padding: 0 0 10px 0;
	width: 180px;
	background: #fff;
}
.sidemiddle h2 {
	padding: 6px 0 4px 8px;
	margin: 0;
	color: #fff;
	background: #4A0015 /*url(../images/sidebar-h3.gif) repeat-x top left*/;
	border-bottom: 1px solid #CFC89B;
}

.sidebottom {
	height: 8px;
	margin: 0 0 5px;
	padding: 0;
	width: 190px
}
#sidebar h2.bagsmall {
	padding: 0 0 0 22px;
	margin: 0;
	/*background: url(../images/sidebox/bagsmall-header.gif) no-repeat left center;*/
}
#sidebar h2 {
	font-size: 1.3em;
	letter-spacing: 0.06em;
	/*color: #4A0015;*/
}

/*Categories*/
ul.rangenav, 
ul.rangenav ul li {
	list-style: none;
	font-size: 98%;
	margin: 0;
	padding: 0; 
}
ul.rangenav li {
	padding: 3px 0 3px 0;
}
ul.cartnugget li {
	font-size: 90%;
}
ul.rangenav li ul {
	padding-left: 8px;
	font-size: 90%;
}
ul.rangenav li ul li {
	padding: 3px 0;
}
ul.rangenav li a {
	color: #000000;
	padding: 10px 0 10px 45px;
}
ul.rangenav li ul li a {
	color: #4A0015;
}
ul.rangenav li a:hover {
	color: #c6d958;
	text-decoration: none;
	background: url(../images/butterfly-hover.gif) no-repeat 10% 100%;
}

/*Gift ideas in sidebar
---------------------------*/
p.giftideas {
	padding: 30px 0 0 45px;
}
ul.paypal {
	margin: 10px 0 0 55px;
	padding: 5px;
	list-style: none;
}

#rollover {
	display: block;
	width: 100px;
	height: 70px;
	background: url(../images/gift-ideas.jpg) no-repeat;
	text-indent: -9999px;
}
a#rollover:link, a#rollover:visited, a#rollover:active {
	padding: 0;
	background: url(../images/gift-ideas.jpg) no-repeat;
}
a#rollover:hover {
	background-position: -101px 0;
}

/*Colour
----------------*/

body {
	/*background: #F1F5D5;*/
	background: #F1F5D5 url(../images/bg.gif) repeat top left;
}
body#print {
	background: #fff;
}

/*Ranges and Products
----------------------------------*/
.subranges {
	position: relative;
  	padding: 10px 0 0 5px;
	text-align: left;
	clear: both;
}
.subranges-detail {
	font-size: 90%;
}
.subranges dl {
	float: left;
  	margin: 10px 10px;
  	padding: 0 0 36px 0;
	width: 180px;
	height: 210px;
 	display: inline; /* fixes IE/Win double margin bug */
	position: relative;
}
.subranges dt {
	padding: 5px 0;
	margin: 0;
	letter-spacing: 1px;
	color: #4A0015;
	
 }
.subranges dd {
  	margin: 0;
  	padding: 0;
  	line-height: 1.5em;
}
.subranges dd.detail {
	float: right;
	clear: right;
}
.subranges dd.more {
	margin-right: 47px;
}
.price {
	color: #e67d99;
}
.subranges dd.price {
	float: left;
	clear: left;
}
.subranges dl dd.img {
	position: relative;
	width: 175px;
	height: 175px;
	border: 1px dashed #c89b71;
	background: #fff;
  	float: left;
	text-align: center;
	vertical-align: middle;
  	margin: 0 8px 3px 0;
	padding: 0;
	overflow: hidden;
}
.subranges dl dd.img-detail {
	width: 135px;
	height: 135px;
	overflow: hidden;
}
.subranges dd.sku {
	float: right;
	margin-top: -25px;
	margin-right: 7px;
	position: relative;
	/*right: 7px;
	bottom: 12%;*/
	color: #C6D958;
}
.subranges dd.sku-detail {
	margin-right: 47px;
}
/*Special Offer Page*/
.subranges dd.spec {
	margin-top: -25px;

}
.subranges dd.img img {
  	padding: 4px;
}
.products {
	clear: both;
	/*padding-top: 10px;*/
}

/*Product Detail Page
---------------------------------*/
.proddetail img {
  	float: left;
  	margin: 0 22px 0 0;
  	padding: 6px;
  	border: 1px dashed #c89b71;
  	background: #fff;
	overflow: hidden;
}
.proddetail th, .proddetail td {
	text-align: left;
	padding: 4px 0 4px 0;
}
.proddetail td.desc {
	padding-right: 30px;
	background: url(../images/love-sally-ctg.gif) no-repeat bottom right;
	height: 220px;
}
.proddetail th {
	font-weight: normal;
}
.proddetail h4 {
	color: #000;
}
.proddetail a:link {
	text-align: center;
}
.proddetail th.detail, .proddetail td.detail {
	padding: 8px 0 8px 0;
}
.proddetail th.detail {
	padding-right: 10px;
}

/*Discounts
---------------*/
.discount {
	color: #FF0000;
	text-decoration: line-through;
}


.summarypage {
	width: 600px;
}
.pages, .summarypage {
	margin: 0 0 30px 0;
	text-align: left;
}
.pages ul {
	list-style: none;
	padding: 0 0 10px 20px;
}
.pages li {
	padding: 3px 0;
	list-style-type: circle;
}

/*Forms
-----------------*/
input.checkbox {
	width: auto;
	margin: 2px 0;
	padding: 2px;
}
input.submit, input.summarybtn {
	width: auto;
	font-size: 95%;
	padding: 3px;
	margin: 3px;
}
input.summarybtn {
	margin: 10px 0 5px 10px;
}
.select, .ammount {
	border: 1px solid #C6D958;
}
.select {
	padding: 2px 6px;
	width: auto;
	margin-bottom: 10px;
}
.detail-menu {
	margin-bottom: 5px;
}
.option {
	margin-left: 5px;
}
.ammount {
	font-size: 90%;
	padding: 2px;
	width: 3em;
}
.add {
	font-size: 90%;
	padding: 2px;
}

/*Newsletter Nugget
---------------------------*/
#newsletter, #newsletter2, #search {
	padding: 3px 0 3px 15px;
	font-size: 95%;
}
#newsletter label, #newsletter label2, #search label {
	float: left;
}

/*Checkout and Shopping Cart Pages
--------------------------------------*/
table#shoppingbag {
	margin: 10px 0 10px 10px;
	padding: 0;
	border-collapse: collapse;
	border: none;
	font-size: 90%;
}
table#shoppingbag th, table#shoppingbag td {
	padding: 6px 0 4px 8px;
}
table#shoppingbag th {
	/*color: #fff;*/
}
table#shoppingbag th.checkout {
	text-align: right;
	padding: 0.5em 0;
	color: #4A0015;
}
table#shoppingbag tr.headers {
	margin: 0;
	background: url(../images/sidebar-h3.gif) repeat-x top left;
	border-bottom: 1px solid #CFC89B;
}
table#shoppingbag td {
	border-bottom: 1px solid #D6CEBD;
}
table#shoppingbag td.descriptions {
	padding-top: 1em;
}
table#shoppingbag td.delete {
	padding: 1em 0.5em 0.1em 0.5em;
}
table#shoppingbag td.none {
	border-bottom: none;
}
table#shoppingbag img {
	border: 1px solid #CFC89B;
	padding: 4px;
	margin: 2px 0 0 0;
	background: #fff;
}
table#summaryfinal {
	margin: 0 0 30px 0;
}
.addCoupon {
	margin-left: 10px;
}
h4.summaryhead {
	margin-top: 10px;
}
address.summaryadd {
	font-size: 90%;
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #D6CEBD;
}
table#order {
	margin: 12px;
}
table#order th {
	color: #E4517E;
	padding: 3px 0;
}

/*Contact Form
--------------------*/
#contactus {
	margin: 5px 0 20px 12px;
	text-align: left;
}
/*Register, Billing and Shipping Addresses
----------------------------------------------------*/
#contactus #name, #contactus #email, #contactus #tel, #contactus #firstname_ord, #contactus #lastname_ord, #contactus #streetaddress_ord, #contactus #streetaddress2_ord, #contactus #city_ord, #contactus #state_ord, #contactus #zip_ord, #contactus #shipname_ord, #contactus #shipstreetaddress_ord, #contactus #shipstreetaddress2_ord, #contactus #shipcity_ord, #contactus #shipstate_ord, #contactus #shipzip_ord, #contactus #firstname_usr, #contactus #lastname_usr, #contactus #email_usr, #contactus #phone_usr, #contactus #old_password_usr, #contactus #password_usr, #contactus #re_password_usr, #contactus #mb-pdld-pdld {
	width: 250px;
	border: 1px solid #C6D958;
	padding: 1px;
	margin-bottom: 5px;
}
#contactus #state_ord, #contactus #shipstate_ord, #contactus #coupon_usr {
	width: 140px;
}
#contactus #zip_ord, #contactus #shipzip_ord {
	width: 100px;
}

#contactus #firstname_ord, #contactus #lastname_ord, #contactus #streetaddress_ord, #contactus #streetaddress2_ord, #contactus #city_ord, #contactus #state_ord, #contactus #zip_ord, #contactus #shipname_ord, #contactus #shipstreetaddress_ord, #contactus #shipstreetaddress2_ord, #contactus #shipcity_ord, #contactus #shipstate_ord, #contactus #shipzip_ord, #contactus #firstname_usr, #contactus #lastname_usr, #contactus #phone_usr, #contactus #old_password_usr, #contactus #password_usr, #contactus #re_password_usr, #contactus #mb-pdld-pdld,
#contactus #coupon_usr, #contactus #email_usr, #contactus #re_email_usr {
	padding: 3px;
}

#contactus textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	border: 1px solid #C6D958;
}
#contactus label {
	text-align:	left;
	float: none;
	color: #000;
}
#contactus label em {
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
	color: #666;
}

/*Checkout elements*/
#contactus dl {
	margin: 0;
	padding: 0;
}
#contactus dd {
	margin: 0;
	padding: 0;
}
#contactus dd.note, p.note {
	margin-bottom: 10px;
	font-size: 90%;
}
#contactus dd.required {
	margin: 10px 0;
}
#contactus dd.subscribe {
	margin-top: 6px;
}
#contactus dd.subscribe label{
	font-weight: normal;
}

#contactus dt {
	float: none;
	padding-top: 7px;
}
#contactus label strong {
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
}

/*Login
-------------*/
fieldset#login {
	margin: 25px 15px 10px 35px;
	border: 1px solid #C6D958;
	width: 480px;
	padding: 0 15px 15px 15px;
}
fieldset#login legend {
	padding: 0 5px;
	font-weight: bold;
	font-size: 1.2em;
}
fieldset#login h3 {
	font-size: 1.1em;
	font-weight: bold;
}
fieldset#login p.forgot {
	padding: 2px 0;
}
fieldset#login label {
	color: #000; 
}
fieldset#login label.email {
	float: left;
	padding-bottom: 4px;
}
.return {
	margin-bottom: 180px;
}

/*Pagnation
=====================================*/

ul#pagnation, ul#pagnation li  {
	text-align: center;
	list-style: none;
	margin: 0;
	width: 300px;
	clear: both;
}
ul#pagnation li {
	display: inline;
	padding: 20px 12px;
}
/*Footer Elements
------------------------*/
.enq-item {/*item spacing*/
	margin: 0 6px;
}

/*Freshspace
--------------*/
.fresh {
	float: right;
	font: 100% "Trebuchet MS", Verdana, sans-serif;
	padding-right: 10px;
	text-align: right;
	margin: 0;
}

table#Events .clear {
  clear: both;
}

table#Events {
  border-collapse: collapse;
  width: 600px;
  border: 1px solid #EEA8BB;
}

table#Events caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
  color: #E7819C;
}

table#Events col {
  border-right: 1px solid #F7D4DD;
}

col#Location {
  border: none;
}

table#Events thead {
  background: #F1F5D5;
  border-top: 1px solid #EEA8BB;
  border-bottom: 1px solid #EEA8BB;
}

table#Events th {
  font-weight: normal;
  text-align: left;
  font-weight: bold;
  padding: 10px 0;

}

table#Events th, table#Events td {
  padding: 0.5em 1em;
}

.odd {
  background-color:#FCEDF1;
}

table#Events tr:hover {
  background-color:#E67D99;
  color: #fff;
}

table#Events thead tr:hover {
  background-color: transparent;
  color: inherit;
}

