/* -------------------------------------------------------------
main.css for eden shopping.
Created by Internetwork Ltd - internetworkltd.com (developers Phil Treble / Mark Treble)
main screen style sheet


	Resets default browser CSS.  
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;font-family: inherit;vertical-align: baseline;}
:focus, a {outline: 0;}

ol, ul {list-style: none;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }
button {cursor:pointer;border:0;background:none;padding:0;margin:0;}

/* -------------------------------------------------------------
	Default typography.
-------------------------------------------------------------- */


/*
font-sizes should be declared in ems - see http://www.alistapart.com/articles/howtosizetextincss
18px = 1.125em, 16px = 1em, 14px = 0.875em, 13px = 0.8125em, 12px = 0.75em, 10px = 0.556em
*/

body { font-family: Arial, sans-serif;font-size:100%;color: #000; }
h1,h2,h3,h4,h5,h6 { font-family: Arial, sans-serif; font-weight: bold; line-height:1.1em; margin: 0.6875em 20px 0.5em 20px;}
h1 { font-size: 1em; color:#ad002c; text-transform: uppercase;}
h2 { font-size: 1.25em; color:#ad002c;}
h3 { font-size: 0.875em; color:#ad002c;} 
h4 { font-size: 0.75em; color:#ad002c;}
h5 { font-size: 1em; }
h6 { font-size: 0.875em; }
p, ul, ol, dl, label, address { font-size:0.6875em; line-height:1.1em; margin: 0.6875em 20px 0.6875em 20px;}

strong { font-weight: bold; }
em { font-style: italic; }
a {color:#ad002c;text-decoration:none;}
a:hover {text-decoration:underline;}


/* -------------------------------------------------------------
	General Layout.
-------------------------------------------------------------- */

body {
background-color: #fff;
}

#container {
width:968px;
padding: 0 10px 0 10px;
margin:0 auto;
background-color: #fff;
}

#header {
width:968px; 
height: 98px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

/* logo */
#header h1 {
display:none; 
width:151px;
height: 98px;
text-indent:-5000px;
overflow:hidden;
background: url(../images/headings/eden_shopping_logo.gif) left top no-repeat;
margin: 0;
}

#header img {
float: left;
}

/* Advertising banner */
#header img#banner {
width: 468px;
height: 60px;
border: 1px solid gray;
margin: 24px 0px 0px 40px;
}

/* nav */
#navigation {
width: 968px;
height: 20px;
}

#navigation ul {
position: relative;
list-style: none;
width: 968px;
height: 20px;
background: url(../images/nav/navigation.gif) 0 0 no-repeat;
margin: 0 0 0 0;
z-index: 2;
font-size: 100%;
}

#navigation ul li {
position: absolute;
display: inline;
float: left;
top: 0;
height: 21px;
}

#navigation ul li a {
display: block;
height: 20px;
text-indent: -9999px;
text-decoration: none;
}

#home { left: 0px; width: 84px;}
#store_guide { left: 86px; width: 90px; }
#eat_at_eden { left: 180px; width: 90px; }
#hotlist { left: 270px; width: 96px; }
#style_focus { left: 367px; width: 95px; }
#where_is_eden { left: 462px; width: 92px; }
#news_events { left: 556px; width: 102px; }
#gallery { left: 658px; width: 84px; }
#links { left: 730px; width: 70px; }
#jobs { left: 790px; width: 70px; }
#contact_us { left: 856px; width: 84px; }

#home a:hover, #home #home a { background: url(../images/nav/navigation.gif) 0px -20px no-repeat; }
#store_guide a:hover, #store_guide #store_guide a { background: url(../images/nav/navigation.gif) -86px -20px no-repeat; }
#eat_at_eden a:hover, #eat_at_eden #eat_at_eden a { background: url(../images/nav/navigation.gif) -180px -20px no-repeat; }
#hotlist a:hover, #hotlist #hotlist a { background: url(../images/nav/navigation.gif) -270px -20px no-repeat; }
#style_focus a:hover, #style_focus #style_focus a { background: url(../images/nav/navigation.gif) -367px -20px no-repeat; }
#where_is_eden a:hover, #where_is_eden #where_is_eden a { background: url(../images/nav/navigation.gif) -462px -20px no-repeat; }
#news_events a:hover, #news_events #news_events a { background: url(../images/nav/navigation.gif) -556px -20px no-repeat; }
#gallery a:hover, #gallery #gallery a { background: url(../images/nav/navigation.gif) -658px -20px no-repeat; }
#links a:hover, #links #links a { background: url(../images/nav/navigation.gif) -730px -20px no-repeat; }
#jobs a:hover, #jobs #jobs a { background: url(../images/nav/navigation.gif) -790px -20px no-repeat; }
#contact_us a:hover, #contact_us #contact_us a { background: url(../images/nav/navigation.gif) -856px -20px no-repeat; }

/* The following is for the drop-down menus */

#navigation ul li ul {
float: none !important;
width: 109px !important;
height: auto !important;
margin: 0 0 0 0;
z-index: 3;
padding: 0 0 10px 0;
background: none;
}

#navigation ul li ul li {
position: relative !important;
width: 109px !important;
height: auto;
display: inline;
float: none;
font-size: 100%;
}

#navigation ul li ul li h4 {
margin: 0 0 0 2px;
padding: 8px 0 0 10px;
color:#ad002c;
font-size:0.6875em;
}

#navigation ul li ul li a {
width: 99px;
height: auto;
display: block;
line-height: 1em;
text-decoration: none;
text-indent: 0;
margin: 2px 0 0 2px;
padding: 0 0 0 10px;
color: #000;
font-size:0.6875em;
}

#navigation ul li ul li a:hover {
background: none !important;
background-color: #EFE2E9 !important;
}

#navigation ul li:hover div.sixcolumn-dropdown, #navigation ul li:hover div.onecolumn-dropdown { 
display: block !important; 
}

div.sixcolumn-dropdown {
width: 750px;
position: absolute;
left: 0;
top: 20px;
background: #FFF;
display: none;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
border-left: 1px solid #666;
}

div.onecolumn-dropdown {
width: 125px;
position: absolute;
left: 0;
top: 20px;
background: #FFF;
display: none;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
border-left: 1px solid #666;
}

div.menucolumn {
float:left;
/*height:341px;*/
margin: 5px 0 0 0;
padding: 0 0 0 0;
width:125px;
}


/* ticker */
ul.newsticker {position:relative;height:1.4em;overflow:hidden;float:left;width:630px;margin:20px 0; padding-left:35px;background: url(../images/headings/news.gif) left 3px no-repeat;font-size:0.625em;line-height:1.5em;}
ul.newsticker li {}
ul.newsticker li a {text-transform:uppercase;text-decoration:none;color:#666;}
ul.newsticker li a:hover {text-decoration:underline;}

/* banner */
.banner {clear:both;width:728px;height:90px;padding: 5px 33px 5px 34px;background: #e5e5e5;}

/* -------------------------------------------------------------
	Main Styles.
-------------------------------------------------------------- */

/* general containers */

#left {
width:185px;
float:left; 
margin: 2px 3px 0 0;
}

#left img {
margin: 2px 0 0 0;
}

#news {
width:185px;
height: 280px;
float:left; 
margin: 0 0 0 0;
background-color: #fff;
}

#news h3{
margin-left: 4px;
color: #ad002c;
}

#news-item {
border-top: 1px solid #ccc;
margin: 0 10px 0 4px;
}

#news h4 {
color: #666;
margin: 2px 6px 0 4px;
padding-top: 8px;
}

#news p {
margin: 0 6px 8px 4px ;
}

#news a {
color: #666;
}

#feature {
width:615px;
height: 477px;
float:left;
margin: 2px 0 0 0;
padding: 0;
}

#feature_flash {
width:615px;
height: 315px;
float:left;
margin:0;
padding: 0;
}

#ticker {
width:615px;
height: 18px;
float:left;
margin: 3px 0 1px 0;
}

#welcome {
width:615px;
float:left;
margin: 2px 0 0 0;
}

#right {
width:162px;
float:left;
display: inline;
margin: 2px 0 0 3px;
}

#right img {
margin: 2px 0 0 0;
padding: 0;
}

#opening-times {
height: 67px;
margin: 2px 0 0 4px;
}

#opening-times h4 {
color: #ad002c;
font-size: 0.6875em;
margin: 2px 6px 2px 6px;
}

#opening-times p {
margin: 0 6px 0 6px;
font-size: 0.625em;
color: #999;
}
.day {
display: inline;
clear: left;
float: left;
width: 80px;
}
.time {
float: left;
width: 60px;
}

#promo {
width:460px;
float:left;
}

#promo2 {
width:185px;
float:left;
margin: 2px 0 0 0;
}

#main {
float:left;
width: 968px;
margin: 2px 0 0 0;
padding:0;
background-color: #2ef6f6;
}

#main-left {
float:left;
width: 564px;
margin: 2px 0 0 0;
padding:0;
}

#main-right {
float:left;
width: 404px;
margin: 15px 0 0 0;
padding:0;
}

#store-content {
margin: 10px 0 20px 0;
}

#store-content h2{
margin: 25px 0 6px 16px;
text-transform: uppercase;
font-size: 1em;
}

#store-content p{
margin-left: 16px;
}

#contact {
float: left;
width: 170px;
}

#contact h3{
color:#ad002c;
font-size: 0.75em;
margin-left: 16px;
text-transform: uppercase;
}

#opening {
float: left;
width: 170px;
}

#opening h3{
color: #ad002c;
font-size: 0.75em;
margin-left: 16px;
text-transform: uppercase;
}

#map_thumb {
float: left;
width: 170px;
}

#store-brands {
float: left;
clear: left;
width: 480px;
margin-bottom: 20px;
}

#store-brands h3{
color: #ad002c;
font-size: 0.75em;
margin-left: 16px;
text-transform: uppercase;
}

#store-brands p{
margin-left: 16px;
}

#promo-left {
margin: 10px 0 2px 0px;
float: left;
width: 170px;
}

#promo-left h3{
margin: 10px 16px 6px 16px;
font-size: 1.25em; 
}

#promo-left p{
margin: 7px 16px 7px 16px;
font-size: 1em; 
color: #000;
}

#promo-left2 {
margin: 10px 0 2px 0px;
float: left;
width: 170px;
}

#promo-right {
margin: 10px 50px 20px 0;
float: left;
}

#promo-right2 {
margin: 10px 2px 20px 0;
float: left;
}

#footer {
width:968px;
clear: both;
height: 20px;
background-color:#3f4040;
margin: 2px 0 2px 0;
}

#facebook
{
	margin-top: 8px;
	float: right;
}

#facebook img
{
	float: right;
	margin-top: -8px;
}
#facebook a span
{
	color: #333333;
	font-size: 14px;
	padding: 5px !important;
}


/* -------------------------------------------------------------
	Footer Styles.
-------------------------------------------------------------- */
/* footer links */
#footer p.footer_links {float:left;font-size:0.5625em;color:#fff;text-transform:uppercase; margin: 6px 0 0 10px; line-height: 0.875em;}
#footer p.footer_links a {color:#fff; margin: 0 10px 0 10px}

/* copyright */
#footer p.copyright {float:right;font-size:0.5625em;color:#fff;text-transform:uppercase; margin: 6px 20px 0 0; line-height: 0.875em;}
#footer p.copyright a {color:#fff;}
/* rounded corners 
.corner_tl {position:absolute;left:-14px;top:-14px;z-index:100;}
.corner_tr {position:absolute;right:-14px;top:-14px;z-index:100;}
.corner_bl {position:absolute;left:-14px;bottom:-14px;z-index:100;}
.corner_br {position:absolute;right:-14px;bottom:-14px;z-index:100;}
.nav .corner_tl, .nav .corner_tr, .footer .corner_bl, .footer .corner_br {display:none;}
*/

/* -------------------------------------------------------------
	Header Styles.
-------------------------------------------------------------- */


/* home page */


/* Promo page ID=1 BeaverBrooks*/


/* Promo page ID=2 Birthday */


/* Promo page ID=4 Coraline Draw */


/* -------------------------------------------------------------
cinemworld.css for eden shopping.
Created by IW - internetworkltd.com (developer Mark Treble)
cineworld XML feed style sheet

*/


#film {
background-color: #447caa;
float: left;
width: 870px;
margin: 0 40px 10px 40px;
}

#film-image {
float: left;
padding: 20px 0 10px 15px;
width: 90px;
display: block;
}

#film-details {
float: left;
display: block;
width: 640px;
padding: 20px 15px 10px 0;
margin-left: 10px;
}

#film-details p{
color: #fff;
line-height: 1em;
}

#film-details a{
color: #fff;
}

.filmtitle{
color: #fff;
}

.timetable {
float: left;
width: 820px;
padding: 0 15px 10px 0;
margin: 10px 15px 15px 15px;
background: #b0c8db;
}

.timetable h3 {
margin: 10px 0 10px 10px;
color: #000;
text-transform: uppercase;
}

.timetable dl {
margin: 0 0 0 15px;
padding: 5px 0 5px 0;
}

.timetable dl dt {
float: left;
clear: both;
color: #000;
margin: 10px 0 0 0;
}

.timetable dl dd {
color: #fff;
margin: 0 0 0 100px;
padding: 6px;
border-bottom: 1px solid #e6e8e9;
line-height: 1.6em;
}

.timetable dl dd a {
color: #fff;
margin: 2px 2px 2px 2px;
padding: 4px;
background: transparent url(../images/backgrounds/tt-nor-bg.png) no-repeat scroll center center;
}

.inactive {
margin: 2px 2px 2px 2px;
padding: 4px;
}

.image-right {
float: right;
margin: 0 50px 0 0;
}

/* store guide */
body.store_guide .maincnt h1 {margin: 15px;}
body.store_guide .maincnt {margin-bottom:15px;}
body.store_guide .interactive_map {background: #EDD9E4;float:left;width:771px;} 
body.store_guide .cntholder {padding:12px;}
body.store_guide .cntholder dl {margin:0;}
body.store_guide .cntholder dl dd ul {margin:0;font-size:1em;}
body.store_guide .cntholder dl dd ul li {padding: 5px;background:#fff;margin-bottom:0px;}
body.store_guide .cntholder dl dd ul li.hover {background:#DCD8DC;cursor:pointer;}
body.store_guide .cntholder dl dt {cursor:pointer;padding:5px;font-weight:bold;background:#A24372;color:#fff;margin-bottom:1px;}
body.store_guide .cntholder .storemapholder {float: right; width: 501px;height:388px;}
body.store_guide .cntholder .storemap {margin:0;height:388px;background: url(../images/backgrounds/storbg.gif) left top no-repeat;position:relative;overflow:hidden;}
body.store_guide .cntholder .storemap li {position:absolute;display:none;}
body.store_guide .cntholder .eden_plan {float: right; width: 501px}
body.store_guide .cntholder .storelist {width:258px;float:left;}
body.store_guide .secondarycnt .cntholder {background:#F6E6DC;}
body.store_guide .primarycnt p {margin-top:0;}

/* where is eden */
body.where_is_eden .primarycnt .cntholder {padding:12px;width:477px; float: left;}
body.where_is_eden .primarycnt .cntholder div.boxholder {margin: 0 20px 0 10px;background: #EDD9E4;padding:12px;width:457px;}
body.where_is_eden .secondarycnt .cntholder {background:#f6e6dc;margin:15px 0 15px 30px;width:400px; float:left;}
body.where_is_eden .secondarycnt .travel {padding:12px;clear:both;}
body.where_is_eden .secondarycnt .travel p {color: #666666;}
body.where_is_eden .traveltabs {width:400px;margin:0;padding:0;float:left;font-size:0.875em;background: #EACDBB url(../images/backgrounds/bg_traveltabs.jpg) left bottom repeat-x;}
body.where_is_eden .traveltabs li {padding: 10px 0;margin:0;display:block;float:left;}
body.where_is_eden .traveltabs li a {border-right:1px solid #F7E9E0;border-left:1px solid #D08C9B;padding:5px 21px;display:block;float:left;text-transform:uppercase;} 
body.where_is_eden .traveltabs li a:hover, body.where_is_eden div.car li.car a, body.where_is_eden div.bus li.bus a, body.where_is_eden div.train li.train a {color:#C15917;text-decoration:none;}
body.where_is_eden #edenmap { border: 2px solid #BB608C; width:455px; height:285px; }

/* trade */
body.trade .primarycnt .cntholder {padding:12px; width: 550px; float: left;}
body.trade .secondarycnt .cntholder {background:#fff;margin:15px 0 15px 30px;width:400px; float:left;}
body.trade .secondarycnt .trade {width:300px; padding:12px; float:left; margin-top:20px;}

/* news */
body.news div.primarycnt {width:557px; float: left;}
body.news div.secondarycnt {width:300px; float:left; margin:15px 0 15px 30px;}
body.news div.cntholder {padding:12px;}
body.news div.cntholder h2 {font-size:0.875em; margin-top:20px;}
body.news div.cntholder {padding:12px;}
body.news div.newsnav {padding: 0 12px 15px;}
body.news div.newsnav ul {text-align:center;margin:0;}
body.news div.newsnav ul li {display:inline;padding:0;color:#A01E5C;}
body.news div.newsnav ul li a {padding: 2px;}
body.news div.newsnav ul li span {padding:2px;}
body.news div.newsnav ul li ol {display:inline;font-size:1em;padding:0 10px;}
body.news div.secondarycnt .cntholder {background:#F6E6DC;}
body.news div.secondarycnt .newssearch-form label {display:block; font-size: 1em; color:#AD002C; font-weight:bold; margin: 0 0 0.6875em 0;}
body.news div.secondarycnt .newssearch-form input {display:block;width:265px;border:1px solid #ccc;padding:4px;color:#666;font-size:0.6875em;font-weight:normal;}
body.news div.secondarycnt .newssearch-form button {float:right;margin-top: 5px;}

/* events */
body.events .maincnt .cntholder {padding:12px;}
body.events .maincnt .cntholder .boxholder {left:-12px;right:-12px;padding:12px;width:771px;background:#E5E5E5;}
body.events .maincnt .cntholder .boxholder .calholder {padding:4px;background:#fff;width:763px;overflow:auto;}
body.events .itemcnt .cntholder {padding:12px;width:500px;}
body.events table.calendar {border-collapse: collapse;border:1px solid #cfcfcf;}
body.events table.calendar td {border:1px solid #cfcfcf;}
body.events table.calendar tr.monthselect td {font-size:0.8125em;letter-spacing:2px;font-weight:bold;padding: 5px 0;}
body.events table.calendar tr.monthselect td a {color:#CE6699;text-decoration:none;} 
body.events table.calendar tr.monthselect td.current {background:#DF8BB8;} 
body.events table.calendar tr.monthselect td.current a {color:#fff;}
body.events table.calendar tr.monthselect td, body.events table.calendar tr.dayofweek th {text-align:center;}
body.events table.calendar tr.dayofweek th {padding: 5px 0;font-size:0.8125em;}
body.events table.calendar tr.dates td {padding:2px 5px;height:60px;width:98px;}
body.events table.calendar tr.dates td.month {background:#efefef;color:#aaaaaa;vertical-align:middle;}
body.events table.calendar tr.dates td span {font-size:0.6785em;font-weight:bold;}
body.events table.calendar tr.dates td.month span {font-weight:normal;text-align:center;display:block;}
body.events table.calendar tr.dates td div {font-size:0.75em;border-left:5px solid #333;padding: 0 2px;margin:2px 0;}
body.events table.calendar tr.dates td div a {color:#A01E5C;} /*#CE6699*/

body.events table.calendar tr.dates td.current {background: #ECD1DE;}
body.events .eventphoto { float: right; padding-left: 10px; }
body.events .cnthighlights h1 { padding-top: 10px; height: 1em }
body.events .cnthighlights h4 { float: left; color:#C15917; padding-right: 10px; } 
body.events .cnthighlights p { height: 1em; } 


/* links */
body.links .maincnt .cntholder {padding:12px;}
body.links .maincnt h2 {margin-bottom:0; font-size: 0.75em;}
body.links .maincnt ul {margin-top:0;}
body.links .maincnt li a {color:#666;}
body.links .colholder {float:left;width:968px;}
body.links .colholder .col1, body.links .colholder .col2, body.links .colholder .col3 {float:left;width:310px;}

/* eden living */
body.living .primarycnt .cntholder {padding:12px; float: left; width: 550px;}
body.living .secondarycnt .cntholder {background:#F6E6DC;margin:20px 0 15px 0; float: left; width: 330px;}
body.living .secondarycnt label {text-transform:uppercase;color:#A01E5C;margin:10px 0 5px 20px;display:block;}
body.living .secondarycnt input {display:block;width:265px;border:1px solid #ccc;padding:4px;color:#666;font-size:0.6875em;font-weight:normal;margin:0 0 10px 20px;}
body.living .secondarycnt textarea {font-family:arial;height:48px;display:block;width:265px;border:1px solid #ccc;padding:4px;color:#666;font-size:0.6875em;font-weight:normal;margin:0 0 10px 20px;}
body.living .secondarycnt button {float:right;margin: 5px 10px 10px 0;}
body.living .sn_logo {position:absolute;right:12px;bottom:447px;}

/* style spotlight */
body.style_focus .cntholder {padding:0px; width:968px; margin-bottom:5px; text-align:center; }
body.style_focus div#container div.main div.primarycnt div.cntholder img {margin:0; padding:0; border:0; float: left;}
body.style_focus ul.buttons {float:left;width:795px;clear:both;margin:0 0 15px;}
body.style_focus ul.buttons li {float:left;display:block;position:relative;}
body.style_focus ul.buttons li.button1 {margin-right:15px;}
body.style_focus ul.buttons li.button2 {margin-right:15px;}
body.style_focus ul.buttons li a {display:block;}




/* easter */
body.easter .cntholder {padding:0px; width:797px;height:1200px;margin-bottom:5px; }
body.easter ul.buttons {float:left;width:795px;clear:both;margin:0 0 15px;}
body.easter ul.buttons li {float:left;display:block;position:relative;}
body.easter ul.buttons li.button1 {margin-right:15px;}
body.easter ul.buttons li.button2 {margin-right:15px;}
body.easter ul.buttons li a {display:block;}

#jspopup {position:absolute; top:0px; left:0px; width:250px; border:1px solid #666666; background-color:#FFFFFF; opacity:0; filter:alpha(opacity=0);display:none;}
#jspopup p {color:#666666; padding: 5px 15px 5px 15px; font-size: 11px;}
#popupbanner {width:250px; background-color:#fff;}
#popupbanner h3 {color:#666; padding: 10px 15px 0px 15px; font-size: 12px;}

/* gallery */
body.gallery .cntholder {padding:12px;}
body.gallery .secondarycnt .cntholder {background:#F6E6DC;margin-bottom:15px;}
body.gallery .primarycnt .galleria_container { float: left; }
body.gallery .primarycnt .gallery-nav {margin:0px 0px 0px 20px; float: left;}
body.gallery ul.gallery {margin:0px 0px 0px 20px; float: left;}
body.gallery ul.gallery li {display:block;width:557px;border:1px solid #A01E5C;height:302px;overflow:hidden;margin-bottom:10px;}
body.gallery ul.gallery li img {display:block;}
body.gallery .primarycnt .galleria {list-style:none;width:457px;float:left;}
body.gallery .cntholder p{clear:left; margin-left:0;}
body.gallery .primarycnt .galleria li{display:block;width:83px;height:55px;overflow:hidden;float:left;margin:0 8px 8px 0}
body.gallery .primarycnt .galleria li a{display:none}
body.gallery .primarycnt .galleria li div{position:absolute;display:none;top:0;left:180px;}
body.gallery .primarycnt .galleria li div img{cursor:pointer;}
body.gallery .primarycnt .galleria li.active div img,.galleria li.active div {display:block;}
body.gallery .primarycnt .galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto;}
body.gallery .primarycnt .galleria li .caption{display:block;padding-top:.5em}
body.gallery .primarycnt .galleria_wrapper {width:455px;border:1px solid #A01E5C;height:302px;overflow:hidden;margin-bottom:10px;}
* html body.gallery .primarycnt .galleria li div span{width:400px} /* MSIE bug */



/* jobs */
body.jobs .maincnt h1 {margin:22px 0 10px 32px;}
body.jobs .cntholder {background: #F6E6DC;padding:10px;width:440px;float:left;margin: 0 15px 15px 10px;height:370px;overflow:hidden;}
body.jobs div.alt {margin-right:0;}
body.jobs .cntholder .img {text-align:center;width:420px;padding: 0 10px;height:70px;overflow:hidden;background: url(../images/backgrounds/bg_joblogo.gif) center top no-repeat;}
body.jobs .cntholder .img img {margin: 0 auto;height:70px;width:auto;}
body.jobs .cntholder div {clear:left;margin-bottom:1em;}
body.jobs .cntholder h2 {float:left;width: 120px;color:#C15917;font-size:0.8125em;margin:0;}
body.jobs .cntholder p {margin: 0 0 0 120px;}

/* contact us */
body.contact_us div.primarycnt {width:557px; float: left;}
body.contact_us div.secondarycnt {width:300px; float:left; margin:15px 0 15px 30px;}
body.contact_us .cntholder {padding:12px;}
body.contact_us .secondarycnt .cntholder {background: #F6E6DC; width: 300px;}
body.contact_us .secondarycnt label {text-transform:uppercase;color:#A01E5C;margin:10px 0 0 10px;display:block;}
body.contact_us .secondarycnt input {display:block;width:265px;border:1px solid #ccc;padding:4px;color:#666;font-size:0.6875em;font-weight:normal;margin:0 0 10px 10px;}
body.contact_us .secondarycnt textarea {font-family:arial;height:48px;display:block;width:265px;border:1px solid #ccc;padding:4px;color:#666;font-size:0.6875em;font-weight:normal;margin:0 0 10px 10px;}
body.contact_us .secondarycnt button {float:right;margin-top: 5px;}
body.contact_us div.business {background: #EDD9E4;margin:0 0 15px 0; width:450px;}
body.contact_us .cntholder p span {font-size: 1em; color:#C15917;font-weight:bold;}

/* Registration */
body.register-page #registerform { width:615px; float:left; margin: 2px 0 0 0; padding: 0;}
body.register-page #register legend {text-transform:uppercase;font-weight:bold;color:#A01E5C;padding:8px 8px 8px 4px;}
body.register-page #register fieldset div {width:415px;padding:4px;float:left; margin-left: 15px; }
body.register-page #register label {display:block;margin:0;float:left;width:120px;padding:4px;text-transform:uppercase;font-weight:bold;color:#666;}
body.register-page #register input.text {width:250px;border:1px solid #ccc;padding:4px;color:#666;font-size:0.6875em;font-weight:normal;}
body.register-page #register .select {width:125px;border:1px solid #ccc;padding:2px;color:#666;font-size:0.6875em;font-weight:normal;}
body.register-page #register .optin-field input {display:inline;margin:0 8px 0 4px;padding:0;border:0;}
body.register-page #register .optin-field label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;}
body.register-page #register .submit-field {padding:12px;text-align: center;}
body.register-page #register input.hiddeninput { display: none; }
body.register-page #errormsg {display:none;margin:0;padding:4px;font-weight:bold;color:#FF0000;}

/* Hotlist */
body.hotlist .maincnt h1 {margin:22px 0 10px 32px;}

/* Sign up */
#signup {
float: right;
width: 250px;
}

#signup h2 {
font-size: 0.75em;
margin: 20px 0 5px 0;
color: #000;
}

#signup p {
width: 190px;
margin: 0 0 5px 0;
color: #ad002c;
}

#signup input {
font-size: 0.625em;
color: #000;
}

.email-field {
float: left;
width: 190px;
}

.submitButton {
display: block;
width: 48px;
height: 19px;
padding: 30px 0 3px;
border: 0;
background: transparent url(../images/buttons/buttonimage.gif) no-repeat;
overflow: hidden;
cursor: pointer; 
cursor: hand; /* for IE 5.x */
}


/* Promo page ID=11 April 2010 */
body.home div.promoholder10 {padding:12px;width:944px;height: 864px;margin-bottom:5px; background: url(/images/backgrounds/Eden_comp_Mar2010_v3_noform.jpg) left top no-repeat}
body.home div.register11 input.hiddeninput { display: none; }
body.home div.regholder11 {padding:245px 12px 0px 24px;width:920px;margin-bottom:15px;}
body.home div.registration11 { width: 920px; }
body.home div.registration11 fieldset {width:400px;padding:2px;float:right;margin-right: 17px;}
body.home div.registration11 label {display:block;margin:0;float:left;width:110px;padding:4px;text-transform:uppercase;font-weight:bold;color:#56646f;}
body.home div.registration11 .source label {display:block;margin:0;float:left;width:205px;padding:4px;text-transform:uppercase;font-weight:bold;color:#56646f;}
body.home div.registration11 input.text {width:250px;border:1px solid #ccc;padding:4px;color:#56646f;font-size:0.6875em;font-weight:normal;}
body.home div.registration11 .select {width:165px;border:1px solid #ccc;padding:2px;color:#56646f;font-size:0.6875em;font-weight:normal;}
body.home div.registration11 .optin-field input {display:inline;margin:0 8px 0 4px;padding:0;border:0;}
body.home div.registration11 .optin-field label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;}
body.home div.registration11 .mandatory-field label {width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin:0 8px 0 4px;}
body.home div.registration11 .entrant label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin-left:36px;}
body.home div.registration11 input.hiddeninput { display: none; }
body.home div.registration11 h2 {padding: 8px; color: #56646f;margin-left: 500px;}
body.home div.registration11 a {color: #7C6fa4;}
body.home div.registration11 p.age {color: #56646f; margin-left: 0px;}
body.home #errormsg {display:none;margin:0;padding:4px;font-weight:bold;color:#7C6fa4;}

/* Promo page ID=12 Sex and the City May 2010 */
body.home div.promoholder11 {padding:12px;width:944px;height: 844px;margin-bottom:5px; background: url(/images/backgrounds/sexandthecity.jpg) left top no-repeat}
body.home div.register12 input.hiddeninput { display: none; }
body.home div.register12 img {margin-left: 40px;}
body.home div.regholder12 {padding:0px 12px 0px 24px;width:920px;margin-bottom:15px;}
body.home div.registration12 { width: 920px; }
body.home div.registration12 fieldset {width:400px;padding:2px;margin-left: 20px; margin-top: 20px;}
body.home div.registration12 label {display:block;margin:5px 0px 0px 0px;float:left;width:110px;padding:4px;text-transform:uppercase;font-weight:bold;color:#56646f;clear: left;}
body.home div.registration12 .source label {display:block;margin:5px 0px 0px 0px;float:left;width:205px;padding:4px;text-transform:uppercase;font-weight:bold;color:#56646f;}
body.home div.registration12 input.text {width:250px;border:1px solid #ccc;margin:5px 0px 0px 0px;padding:4px;color:#56646f;font-size:0.6875em;font-weight:normal;clear:right;}
body.home div.registration12 .select {width:165px;border:1px solid #ccc;margin:5px 0px 0px 0px;padding:2px;color:#56646f;font-size:0.6875em;font-weight:normal;}
body.home div.registration12 .optin-field input {display:inline;margin:0 8px 0 4px;padding:0;border:0;}
body.home div.registration12 .optin-field label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;}
body.home div.registration12 .mandatory-field label {width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin:0 8px 0 4px;}
body.home div.registration12 .entrant label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin-left:36px;}
body.home div.registration12 input.hiddeninput { display: none; }
body.home div.registration12 h2 {padding: 8px; color: #56646f;margin-left: 500px;}
body.home div.registration12 a {color: #7C6fa4;}
body.home div.registration12 p {color: #56646f; margin-left: 28px; width: 370px; text-align: justify; font-size: 12px;}
body.home div.registration12 .white {color: #FFFFFF}
body.home #errormsg {display:none;margin:0;padding:4px;font-weight:bold;color:#7C6fa4;}

/* Promo page ID=13 MAY 2010 VIP */
body.home div.promoholder12 {padding:12px;width:944px;height: 844px;margin-bottom:5px; background: url(/images/backgrounds/May2010VIP.jpg) left top no-repeat}
body.home div.register13 input.hiddeninput { display: none; }
body.home div.regholder13 {padding:185px 12px 0px 24px;width:920px;margin-bottom:15px;}
body.home div.registration13 { width: 920px; }
body.home div.registration13 fieldset {width:400px;padding:2px;margin-left: 60px;margin-top: 20px;}
body.home div.registration13 label {display:block;margin:5px 0px 0px 0px;float:left;width:110px;padding:4px;text-transform:uppercase;font-weight:bold;color:#333333;clear: left;}
body.home div.registration13 .source label {display:block;margin:5px 0px 0px 0px;float:left;width:205px;padding:4px;text-transform:uppercase;font-weight:bold;color:#333333;}
body.home div.registration13 input.text {width:250px;border:1px solid #ccc;padding:4px;margin:5px 0px 0px 0px;color:#333333;font-size:0.6875em;font-weight:normal;clear: right;}
body.home div.registration13 .select {width:165px;border:1px solid #ccc;padding:2px;margin:5px 0px 0px 0px;color:#333333;font-size:0.6875em;font-weight:normal;}
body.home div.registration13 .optin-field input {display:inline;margin:0 8px 0 4px;padding:0;border:0;}
body.home div.registration13 .optin-field label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;}
body.home div.registration13 .mandatory-field label {width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin:0 8px 0 4px;}
body.home div.registration13 .entrant label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin-left:36px;}
body.home div.registration13 input.hiddeninput { display: none; }
body.home div.registration13 h2 {padding: 8px; color: #56646f;margin-left: 500px;}
body.home div.registration13 a {color: #7C6fa4;}
body.home div.registration13 p {color: #333333; margin-left: 68px; width: 370px; text-align: center; font-size: 12px;}
body.home #errormsg {display:none;margin:0;padding:4px;font-weight:bold;color:#7C6fa4;}
body.home #errormsg  p {margin: 0px; text-align: left;}

/* Promo page ID=14 JULY 2010 LEMANOIR */
body.home div.promoholder13 {padding:12px;width:944px;height: 844px;margin-bottom:5px; background: url(/images/backgrounds/Eden_comp_July_2010_web.jpg) left top no-repeat}
body.home div.register14 input.hiddeninput { display: none; }
body.home div.regholder14 {padding:255px 12px 0px 24px;width:920px;margin-bottom:15px;}
body.home div.registration14 { width: 920px; }
body.home div.registration14 fieldset {width:400px;padding:2px;margin-left: 475px;margin-top: 20px;}
body.home div.registration14 label {display:block;margin:5px 0px 0px 0px;float:left;width:110px;padding:4px;text-transform:uppercase;font-weight:bold;color:#fff;clear: left;}
body.home div.registration14 .source label {display:block;margin:5px 0px 0px 0px;float:left;width:205px;padding:4px;text-transform:uppercase;font-weight:bold;color:#fff;}
body.home div.registration14 input.text {width:250px;border:1px solid #ccc;padding:4px;margin:5px 0px 0px 0px;color:#000;font-size:0.6875em;font-weight:normal;clear: right;}
body.home div.registration14 .select {width:165px;border:1px solid #ccc;padding:2px;margin:5px 0px 0px 0px;color:#000;font-size:0.6875em;font-weight:normal;}
body.home div.registration14 .optin-field input {display:inline;margin:0 8px 0 4px;padding:0;border:0;}
body.home div.registration14 .optin-field label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;}
body.home div.registration14 .mandatory-field label {width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin:0 8px 0 4px;}
body.home div.registration14 .entrant label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin-left:36px;}
body.home div.registration14 input.hiddeninput { display: none; }
body.home div.registration14 h2 {padding: 8px; color: #fff;margin-left: 475px;}
body.home div.registration14 a {color: #fff;}
body.home div.registration14 p {color: #333333; margin-left: 68px; width: 370px; text-align: center; font-size: 12px;}
body.home #errormsg {display:none;margin:0;padding:4px;font-weight:bold;color:#7C6fa4;}
body.home #errormsg  p {margin: 0px; text-align: left;}

/* -------------------------------------------------------------
/* Promo page ID=15 JULY 2010 BOOTS */
body.home div.promoholder14 {padding:12px;width:944px;height: 844px;margin-bottom:5px; background: url(/images/backgrounds/Eden_Boots_comp2_noform.jpg) left top no-repeat}
body.home div.register15 input.hiddeninput { display: none; }
body.home div.regholder15 {padding:255px 12px 0px 24px;width:920px;margin-bottom:15px;}
body.home div.registration15 { width: 920px; }
body.home div.registration15 fieldset {width:400px;padding:2px;margin-left: 475px;margin-top: 20px;}
body.home div.registration15 label {display:block;margin:5px 0px 0px 0px;float:left;width:110px;padding:4px;text-transform:uppercase;font-weight:bold;color:#333;clear: left;}
body.home div.registration15 .source label {display:block;margin:5px 0px 0px 0px;float:left;width:205px;padding:4px;text-transform:uppercase;font-weight:bold;color:#333;}
body.home div.registration15 input.text {width:250px;border:1px solid #ccc;padding:4px;margin:5px 0px 0px 0px;color:#000;font-size:0.6875em;font-weight:normal;clear: right;}
body.home div.registration15 .select {width:165px;border:1px solid #ccc;padding:2px;margin:5px 0px 0px 0px;color:#000;font-size:0.6875em;font-weight:normal;}
body.home div.registration15 .optin-field input {display:inline;margin:0 8px 0 4px;padding:0;border:0;}
body.home div.registration15 .optin-field label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;}
body.home div.registration15 .mandatory-field label {width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin:0 8px 0 4px;}
body.home div.registration15 .entrant label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin-left:36px;}
body.home div.registration15 input.hiddeninput { display: none; }
body.home div.registration15 h2 {padding: 8px; color: #333;margin-left: 475px;}
body.home div.registration15 a {color: #333;}
body.home div.registration15 p {color: #333333; margin-left: 0px; width: 370px; text-align: left; font-size: 12px;}
body.home #errormsg {display:none;margin:0;padding:4px;font-weight:bold;color:#7C6fa4;}
body.home #errormsg  p {margin: 0px; text-align: left;}

/* -------------------------------------------------------------
/* Promo page ID=16 JULY 2010 Sandwich Competition */
body.home div.promoholder15 {padding:12px;width:944px;height: 844px;margin-bottom:5px; background: url(/images/backgrounds/Eden_sandwich5_2_noform.jpg) left top no-repeat}
body.home div.register16 input.hiddeninput { display: none; }
body.home div.regholder16 {padding:12px 12px 0px 24px;width:920px;margin-bottom:15px;}
body.home div.registration16 { width: 920px; }
body.home div.registration16 fieldset {width:500px;padding:2px;margin-left: 425px;margin-top: 20px;}
body.home div.registration16 label {display:block;margin:5px 0px 0px 0px;float:left;width:210px;padding:4px;text-transform:uppercase;font-weight:bold;color:#333;clear: left;}
body.home div.registration16 .source label {display:block;margin:5px 0px 0px 0px;float:left;width:205px;padding:4px;text-transform:uppercase;font-weight:bold;color:#333;}
body.home div.registration16 input.text {width:250px;border:1px solid #ccc;padding:4px;margin:5px 0px 0px 0px;color:#000;font-size:0.6875em;font-weight:normal;clear: right;}
body.home div.registration16 .select {width:165px;border:1px solid #ccc;padding:2px;margin:5px 0px 0px 0px;color:#000;font-size:0.6875em;font-weight:normal;}
body.home div.registration16 .optin-field input {display:inline;margin:0 8px 0 4px;padding:0;border:0;}
body.home div.registration16 .optin-field label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;}
body.home div.registration16 .mandatory-field label {width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin:0 8px 0 4px;}
body.home div.registration16 .entrant label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin-left:36px;}
body.home div.registration16 input.hiddeninput { display: none; }
body.home div.registration16 h2 {padding: 8px; color: #333;margin-left: 475px;}
body.home div.registration16 a {color: #333;}
body.home div.registration16 p {color: #333333; margin-left: 0px; width: 370px; text-align: left; font-size: 12px;}
body.home div.registration16 p.errormsg {color: #FF0000; text-align: center; }
body.home #errormsg {display:none;margin:0;padding:4px;font-weight:bold;color:#7C6fa4;}
body.home #errormsg  p {margin: 0px; text-align: left;}
body.home div.promoholder15 p.links { position: absolute; font-family: Times New Roman; font-size: 18px; width: 400px; top:660px; margin-left: 0px;}
body.home div.registration16 p.thankyou-text { padding: 8px; color: #333;margin-left: 475px;}
/* -------------------------------------------------------------


/* Promo page ID=17 AUG 2010 VIP */
body.home div.promoholder16 {padding:12px;width:944px;height: 1038px;margin-bottom:5px; background: url(/images/backgrounds/Aug2010VIP.jpg) left top no-repeat}
body.home div.register17 input.hiddeninput { display: none; }
body.home div.regholder17 {padding:185px 12px 0px 24px;width:920px;margin-bottom:15px;}
body.home div.registration17 { width: 920px; }
body.home div.registration17 fieldset {width:400px;padding:2px;margin-left: 60px;margin-top: 20px;}
body.home div.registration17 label {display:block;margin:5px 0px 0px 0px;float:left;width:110px;padding:4px;text-transform:uppercase;font-weight:bold;color:#fff;clear: left;}
body.home div.registration17 .source label {display:block;margin:5px 0px 0px 0px;float:left;width:205px;padding:4px;text-transform:uppercase;font-weight:bold;color:#fff;}
body.home div.registration17 input.text {width:250px;border:1px solid #ccc;padding:4px;margin:5px 0px 0px 0px;color:#333;font-size:0.6875em;font-weight:normal;clear: right;}
body.home div.registration17 .select {width:165px;border:1px solid #ccc;padding:2px;margin:5px 0px 0px 0px;color:#333;font-size:0.6875em;font-weight:normal;}
body.home div.registration17 .optin-field input {display:inline;margin:0 8px 0 4px;padding:0;border:0;}
body.home div.registration17 .optin-field label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;}
body.home div.registration17 .mandatory-field label {width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin:0 8px 0 4px;}
body.home div.registration17 .entrant label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin-left:36px;}
body.home div.registration17 input.hiddeninput { display: none; }
body.home div.registration17 h2 {color: #fff; margin-left: 68px; font-size: 14px;}
body.home div.registration17 a {color: #7C6fa4;}
body.home div.registration17 p {color: #fff; margin-left: 68px; width: 370px; text-align: left; font-size: 12px;}
body.home #errormsg {display:none;margin:0;padding:4px;font-weight:bold;color:#7C6fa4;}
body.home #errormsg  p {margin: 0px; text-align: left;}
/* -------------------------------------------------------------


/* Promo page ID=18 AUG 2010 DIAMOND SHOPPING SPREE */
body.home div.promoholder17 {padding:12px;width:944px;height: 1038px;margin-bottom:5px; background: url(/images/backgrounds/diamond.jpg) left top no-repeat}
body.home div.register18 input.hiddeninput { display: none; }
body.home div.regholder18 {padding:150px 12px 0px 24px;width:920px;margin-bottom:15px;}
body.home div.registration18 { width: 920px; }
body.home div.registration18 fieldset {width:400px;padding:2px;margin-left: 60px;margin-top: 20px;}
body.home div.registration18 label {display:block;margin:5px 0px 0px 0px;float:left;width:110px;padding:4px;text-transform:uppercase;font-weight:bold;color:#fff;clear: left;}
body.home div.registration18 .source label {display:block;margin:5px 0px 0px 0px;float:left;width:205px;padding:4px;text-transform:uppercase;font-weight:bold;color:#fff;}
body.home div.registration18 input.text {width:250px;border:1px solid #ccc;padding:4px;margin:5px 0px 0px 0px;color:#333;font-size:0.6875em;font-weight:normal;clear: right;}
body.home div.registration18 .select {width:165px;border:1px solid #ccc;padding:2px;margin:5px 0px 0px 0px;color:#333;font-size:0.6875em;font-weight:normal;}
body.home div.registration18 .optin-field input {display:inline;margin:0 8px 0 4px;padding:0;border:0;}
body.home div.registration18 .optin-field label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;}
body.home div.registration18 .mandatory-field label {width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin:0 8px 0 4px;}
body.home div.registration18 .entrant label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin-left:36px;}
body.home div.registration18 input.hiddeninput { display: none; }
body.home div.registration18 h2 {color: #fff; margin-left: 68px; font-size: 14px;width: 370px; text-align: left;}
body.home div.registration18 a {color: #7C6fa4;}
body.home div.registration18 p {color: #fff; margin-left: 68px; width: 370px; text-align: left; font-size: 12px;}
body.home #errormsg {display:none;margin:0;padding:4px;font-weight:bold;color:#7C6fa4;}
body.home #errormsg  p {margin: 0px; text-align: left;}
/* -------------------------------------------------------------

/* Promo page ID=19 SEP 2010 HYUNDAI */
body.home div.promoholder18 {padding:12px;width:944px;height: 946px;margin-bottom:5px; background: url(/images/backgrounds/hyundai_form.jpg) left top no-repeat}
body.home div.register19 input.hiddeninput { display: none; }
body.home div.regholder19 {padding:190px 12px 0px 24px;width:920px;margin-bottom:15px;}
body.home div.registration19 { width: 920px; }
body.home div.registration19 fieldset {width:480px;padding:2px;margin-left: 160px;margin-top: 20px;}
body.home div.registration19 label {display:block;margin:5px 0px 0px 0px;float:left;width:195px;padding:4px;text-transform:uppercase;font-weight:bold;color:#333;clear: left;}
body.home div.registration19 .source label {display:block;margin:5px 0px 0px 0px;float:left;width:290px;padding:4px;text-transform:uppercase;font-weight:bold;color:#333;}
body.home div.registration19 input.text {width:250px;border:1px solid #ccc;padding:4px;margin:5px 0px 0px 0px;color:#333;font-size:0.6875em;font-weight:normal;clear: right;}
body.home div.registration19 textarea.textarea {width:250px;border:1px solid #ccc;padding:4px;margin:5px 0px 0px 0px;color:#333;font-weight:normal;clear: right;}
body.home div.registration19 .select {width:165px;border:1px solid #ccc;padding:2px;margin:5px 0px 0px 0px;color:#333;font-size:0.6875em;font-weight:normal;}
body.home div.registration19 .optin-field input {display:inline;margin:0 8px 0 4px;padding:0;border:0;}
body.home div.registration19 .optin-field label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;}
body.home div.registration19 .mandatory-field label {width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin:0 8px 0 4px;}
body.home div.registration19 .entrant label {display:inline;width:auto;float:none;padding:0;font-size:0.6875em;text-transform:none;margin-left:36px;}
body.home div.registration19 input.hiddeninput { display: none; }
body.home div.registration19 h2 {color: #333; margin-left: 160px; margin-top: 30px;font-size: 14px;width: 370px; text-align: left;}
body.home div.registration19 a {color: #7C6fa4;}
body.home div.registration19 p {color: #333; margin-left: 0px; width: 370px; text-align: left; font-size: 12px; font-style:italic}
body.home #errormsg {display:none;margin:0;padding:4px;font-weight:bold;color:#7C6fa4;}
body.home #errormsg  p {margin: 0px; text-align: left;}
/* -------------------------------------------------------------

	Headings.
-------------------------------------------------------------- */

div.welcome h1 {text-indent:-5000px;overflow:hidden;background: url(../images/headings/welcome.gif) left 2px no-repeat;height:18px;}
div.register h1 {text-indent:-5000px;overflow:hidden;background: url(../images/headings/register.gif) left 2px no-repeat;height:18px;}
div.events h1 {text-indent:-5000px;overflow:hidden;background: url(../images/headings/upcoming_events.gif) left 2px no-repeat;height:18px;}

p.smaller {
font-size: 0.625em;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0px;
}



