html {
	height: 100%;
	top:0;
}

body {
	background: #040404 url('../images/ukevent-bg.jpg') top center no-repeat;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	color:#fff;
	height: 100%;
	padding: 0;
	margin:0 auto; 
}

strong, em, b, i, p, h2, h3, h4, h5, td, tr, th, blockquote {
    font-family: Helvetica, Arial, sans-serif;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
}

h1 {
	font-size: 2.6em;
	margin-bottom:0;
	margin-top:0;
	padding-top:0;
	font-family: "Arial Rounded Bold", "Arial Rounded MT Bold", "Helvetica Rounded Bold", Helvetica, Arial, sans-serif;
    padding-bottom: 0.8em;
    font-weight:200;
   /* border-bottom: 1px solid #eee;*/
}

h2 {
	font-size: 1.8em;
	font-family: "Arial Rounded Bold", "Arial Rounded MT Bold", "Helvetica Rounded Bold", Helvetica, Arial, sans-serif;
    padding-bottom: 0.5em;
    font-weight:200;
}

h3 {
	font-size: 1.4em;
	font-family: "Arial Rounded Bold", "Arial Rounded MT Bold", "Helvetica Rounded Bold", Helvetica, Arial, sans-serif;
    padding-bottom: 0.5em;
    font-weight:200;
}

h3.categories {
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-top: 20px;
}

.underline {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eee;
}

div.blockquote {
	background: #1a1a1a;
	border:5px solid #282828;
	padding: 1.5em 1em 1em 2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 1em;
	font-size: 0.9em;
	color: #fff;
	line-height: 1.6em;
}

div.br {
	position: relative;
	clear: both;
}

a img {
	border: 0;
}

a:link, a:active, a:visited {
	color: #b4895a;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.container {
	margin: 0 auto 0 auto;
	width: 960px !important;
	padding: 0 0 0 30px;
}

#header {
	float:left;
	margin: 0 0 -80px 0;
	padding: 0;
	width: 100%;
	height: 227px;
	min-height: 227px;
	/*background: #f9efef url(../images/site/header-bg.gif) 0 0 repeat-x;*/
	background: url(../images/ukevent-logo.png) top center no-repeat;
	color: #000;
}

#header #logo {
	/*padding-right: 20px;*/
	margin-top:0;
	padding-top: 0;
}

#header #logo a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 227px;
	overflow: hidden;

}

#logo h1 {
	border: 0;
	margin: 0;
	padding: 0;
}


#navigation {
	font-family: "Arial Rounded Bold", "Arial Rounded MT Bold", "Helvetica Rounded Bold", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 43px;
	min-height: 43px;
	background: #f4f4f4 url(../images/site/navigation-bg.gif) repeat-x top left;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-weight: bold;
}

#navigation ul {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	border: 0;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
}

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	color: #000;
	text-decoration: none;
	margin: 0;
	font-size: 16px;
	padding: 12px 1.0em 12px 1.0em;
	overflow: hidden;
    display:block;
} 

/* Firefox 3 hack */
html>/**/body #navigation ul li a:link, x:-moz-any-link, x:default { padding: 12px 1.0em 12px 1.0em;}
html>/**/body #navigation ul li a:active, x:-moz-any-link, x:default { padding: 12px 1.0em 12px 1.0em;}
html>/**/body #navigation ul li a:visited, x:-moz-any-link, x:default {	padding: 12px 1.0em 12px 1.0em;}

#navigation ul li.active a:link, #navigation ul li.active a:active, #navigation ul li.active a:visited {
	color: #c00;
	text-decoration: none;
	background: url(../images/site/navigation-active.png) no-repeat bottom center;
	margin: 0;
	display:block;
} 

#navigation ul li a:hover {
	color: #666;
	text-decoration: underline;
	margin: 0;
    display:block;
} 

#navigation ul li.active a:hover {
	color: #c00;
	text-decoration: none;
	margin: 0;
    display:block;
} 

.div-shadow {
	margin: 0;
	padding: 0;
	height: 8px;
	min-height: 8px;
	background: #fff url(../images/site/drop-shadow-bg.gif) repeat-x top left;
}

#page {
}

#left-column-content {
	float: left;
	width: 630px;	
}

#right-column-content {
	float: right;
	width: 300px;
	margin-right: 10px;
	margin-top: 70px;
}

#right-column-content .right-section {
	padding-top:10px;
	margin-bottom: 50px;
	background: #1a1a1a;
	border:5px solid #282828;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	float: left;
	width: 300px;
}

#right-column-content .right-section-inner {
	padding-left: 20px;
	padding-right: 10px;
}

#right-column-content h2 {
	font-size: 1.4em;
	margin: 0 0 0.4em 0;
	color:#fff;
}

#right-column-content a {
	color:#b4895a;
	text-decoration: none;
}

#right-column-content a:hover {
	color: #fff;
	text-decoration: underline;
}

#right-column-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right-column-content ul.fancy li {
  background: transparent url(../images/bullet.png) top left no-repeat;
  padding-left: 24px;
  padding-bottom:5px;
  margin-left: 0;
  margin-bottom: 0.3em;
}

#right-column-content ul li.highlight {
  background: transparent url(../images/icons/16/preferences-desktop-notification.png) top left no-repeat;
}

#right-column-content ul li.home {
  background: transparent url(../images/icons/16/old-go-home.png) top left no-repeat;
}

#right-column-content ul li.new {
  background: transparent url(../images/icons/16/bookmark-new.png) top left no-repeat;
}

#right-column-content ul li.news {
  background: transparent url(../images/icons/16/message-news.png) top left no-repeat;
}

#right-column-content ul li.help {
  background: transparent url(../images/icons/16/help-contents.png) top left no-repeat;
}

#right-column-content ul li.lock {
  background: transparent url(../images/icons/16/emblem-readonly.png) top left no-repeat;
}

#right-column-content ul li.unlock {
  background: transparent url(../images/icons/16/system-log-out.png) top left no-repeat;
}

#right-column-content ul li.edit {
  background: transparent url(../images/icons/16/gedit.png) top left no-repeat;
}

#right-column-content ul li.user {
  background: transparent url(../images/icons/16/stock_people.png) top left no-repeat;
}

#right-column-content ul li.info {
  background: transparent url(../images/icons/16/document-properties.png) top left no-repeat;
}

#right-column-content ul li.basket {
  background: transparent url(../images/icons/16/shopcart.png) top left no-repeat;
}

#right-column-content ul li.edituser {
  background: transparent url(../images/icons/16/gdm-login-photo.png) top left no-repeat;
}

#right-column-content ul li.password {
  background: transparent url(../images/icons/16/system-software-update.png) top left no-repeat;
}

#right-column-content ul li.pin {
  background: transparent url(../images/icons/16/emblem-note.png) top left no-repeat;
}

#right-column-content ul li.nomination {
  background: transparent url(../images/icons/16/lancelot.png) top left no-repeat;
}

#right-column-content ul li.image {
  background: transparent url(../images/icons/16/image-png.png) top left no-repeat;
}

#right-column-content ul li.support {
  background: transparent url(../images/icons/16/applications-system.png) top left no-repeat;
}

#right-column-content ul li.newuser {
  background: transparent url(../images/icons/16/list-add-user.png) top left no-repeat;
}

#right-column-content div.left {
	float: left;
	width: 45%;
}

#right-column-content div.right {
	float: left;
	width: 55%;
}

#right-column-content p {
	font-size: 0.9em;
	color:#999;
	padding: 0;
	margin: 0.5em 0 0.2em 0;
}

p.small {
	font-size: 0.8em;
	color: #999;
	padding: 0;
	margin: 0 0 0.5em 0;
}

#right-column-content  p.small {
	font-size: 0.8em;
	color: #999;
	padding: 0;
	margin: 0 0 1.5em 0;
}

#right-column-content .item-image-wrap {
	float: left;
	width: 100px;
	padding-left: 10px;
}

#right-column-content .item-image {
	float: right;
	background: #282828;
	padding: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	/*border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;*/
}

#right-column-content .item-image:hover {
	background: #f00;
}


#right-column-content .item-image img {
	float: right;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}


#right-column-content .item-description {
	float: right;
	width: 150px;
}

#footer {
	margin: 1.5em 0 0 0;
	padding: 0;
	height: 200px;
	min-height: 200px;
	background: #1a1a1a;
	border-top: 5px solid #282828;
	color: #ccc;
}

#footer-text {
	height: 200px;
	min-height: 200px;
	color: #ccc;
}

#footer-text a {
	color: #ccc;
	text-decoration: none;
}

#footer-text a:hover {
	/*color: #f00;*/
	text-decoration: underline;
}

#footer-text .footer-float {
	float: left;
	margin-right: 20px;
}

#footer-text ul {
	margin: 0;
	padding: 0.5em 0 0.7em 0;
}

#footer-text ul li {
	list-style-type: none;
	list-style: none;
	padding: 0.1em 0.1em 0.2em 0.5em;
	font-size: 0.9em;
	font-weight: normal;
}

/* firefox 2 only */
html>/**/body #footer-text ul li, x:-moz-any-link { font-size: 1.0em; }
/* firefox 3 only */
html>/**/body #footer-text ul li, x:-moz-any-link, x:default { font-size: 0.9em; }

#footer-text ul li.header {
	margin-top: 0.5em;
	font-size: 1.1em;
	font-weight: 200;
}

#footer-text .footer-para {
	font-size: 0.9em;
	font-weight: normal;
	float: left;
	width: 320px;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 1.4em;
}

#footer-text .footer-right {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 20px;
}

div.news-item {
	margin-bottom: 2em;	
}

div.news-item h2 {
	margin: 0;
	padding: 0;
}

div.news-item p {
	margin: 0;
	padding: 0 0 1.5em 0;
}

div.news-item p.news-date {
	color: #666;
	background: url(../images/icons/16/date.png) top left no-repeat;
	margin: 0.3em 0 0.5em 0;
	padding: 0.1em 0 0 1.5em;
}

div.news-item .news-summary {
	background: url(../images/icons/PRACTIKA/64x64/post_note.png) top left no-repeat;
	padding-left: 5.5em;
	margin-top: 0.3em;
	min-height:72px;
}

div.news-item a.full-link {
	font-size: 0.9em;
}

div.news-item .next {
	background: url(../images/icons/16/new-go-next.png) top right no-repeat;
	padding-right: 2em;
}

div.news-item .previous {
	background: url(../images/icons/16/new-go-previous.png) top left no-repeat;
	padding-left: 2em;
}

div.news-item .news-image {
	background: #fff;
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	padding: 4px 4px 2px 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

div.news-item .news-image img {
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

/* Forms Styling */
form {
 	/*padding: 10px;*/
}
fieldset {
	/*padding: 0 1em 1em 1em;*/
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: #1a1a1a;
	border:5px solid #282828;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

fieldset.signin-account {
    background: #1a1a1a;
    padding-left: 32px;
}

fieldset.register-account {
    background: #1a1a1a;
    padding-left: 32px;
}

fieldset.account-edit {
      background: #1a1a1a;
    padding-left: 32px;
}

fieldset.privacy {
    background: #1a1a1a;
    padding-left: 32px;
}

fieldset.minmember {
    background: #1a1a1a url(../images/mi-logo.gif) 2% 10% no-repeat;
    padding-left: 12em;
}

fieldset.account-passwordupdate {
    background: #1a1a1a;
    padding-left: 32px;
}

fieldset.submit-details {
     background: #1a1a1a;
    padding-left: 32px;
}

fieldset.submit-team {
      background: #1a1a1a;
    padding-left: 32px;
}

fieldset.submit-added {
       background: #1a1a1a;
    padding-left: 32px;
}

fieldset.submit-attachments {
        background: #1a1a1a;
    padding-left: 32px;
}

fieldset.contact {
    background: #1a1a1a;
    padding-left: 32px;
}

div.basket-item {
    background: #1a1a1a;
    padding-left: 32px;
    padding-top: 1em;
	border-bottom:5px dashed #282828;
}

fieldset.account-item {
       background: #1a1a1a;
    padding-left: 32px;
    padding-top: 1em;
}

fieldset.creditcard {
        background: #1a1a1a;
    padding-left: 32px;
}

/*fieldset fieldset {
	padding: 1em 1em;
	margin-bottom: 0;
	margin-top: 0.5em;
}*/
/*fieldset:hover {
	border: 1px solid #ddd;
}

fieldset label:hover, fieldset fieldset label:hover {
	background: #f9f9f9;
}*/

fieldset legend {
	color: #fff;
	font-family: "Arial Rounded Bold", "Arial Rounded MT Bold", "Helvetica Rounded Bold", Helvetica, Arial, sans-serif;
	padding: 0 0.5em 0.5em 0.5em;
	font-size: 22px;
}

fieldset label {
	display: block;
	padding: 0.8em 0 0.2em 0;
}
fieldset fieldset label {
	padding: 0.3em 0;
}
form .required {
	font-size: 0.8em;
	color: #c02424;
}
fieldset p {
	padding: 0.5em 0;
	font-family: Helvetica, Arial, sans-serif;
}
fieldset input {
	font-size: 14px;
	width: 250px;
	height:22px;
	border: solid 1px #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-top:4px;
	padding-left:5px;
	margin-top: 3px;
	color: #444;
}

fieldset select{
	font-size: 14px;
	height:25px;
	border: solid 1px #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height:30px;
	padding-left:5px;
	margin-top: 3px;
	color: #444;
}
fieldset option{
	padding-top:5px;
}

fieldset textarea {
	font-size: 1.1em;
	width: 30em;
	border: solid 1px #ddd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	line-height: 1.5em;
	margin-top: 3px;
	text-shadow: 0 1px 0 #fff;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
}
fieldset .fullwidth {
	width: 95%;
}
div.submit {
	/*margin: 1em 0;
	padding: 1em;*/
	margin-top:10px;
}


form input.add {
	background: #eee url(../images/site/button-addperson.jpg) top left no-repeat;
	width: auto;
	overflow: visible;
	font-weight: bold;
	font-size: 12pt;
	padding: 0.5em 0.5em 0.5em 3em;
	color: #000;
	border-top: 1px solid #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #eee;
	margin: 0em 1em 2em 13em;
}

form input.remove {
	background: #eee url(../images/site/button-removeperson.jpg) top left no-repeat;
	width: auto;
	overflow: visible;
	font-weight: bold;
	font-size: 12pt;
	padding: 0.5em 0.5em 0.5em 3em;
	color: #000;
	border-top: 1px solid #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #eee;
	margin-top: 1em;
}

form div.submit input {
	/*background: #eee url(../images/site/button-greentick.jpg) top left no-repeat;
	font-weight: bold;
	font-size: 12pt;
	padding: 0.5em 0.5em 0.5em 3em;
	color: #000;
	border-top: 1px solid #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;*/	
}
form input.submit {
	/*width: 100px;
	height:30px;
	overflow: visible;
	float: right;
	background: #eee url(../images/site/button-greentick.jpg) top left no-repeat;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 3em;
	color: #000;
	border-top: 1px solid #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-top: 3px;*/
}
form input#Submit {
	width:100px;
	height:30px;
	font-family: "Arial Rounded Bold", "Arial Rounded MT Bold", "Helvetica Rounded Bold", Helvetica, Arial, sans-serif;
	background: #b4895a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	padding: 5px;
	color: #fff;
}


form input#Submit:hover {
	background: #9e784f;
	box-shadow : #000 2px 5px 5px;
	-webkit-box-shadow : #000 2px 5px 5px;
	-moz-box-shadow : #000 2px 5px 5px;	

}


form input#btnSubmitUpdate{
		width:100px;
	height:30px;
	font-family: "Arial Rounded Bold", "Arial Rounded MT Bold", "Helvetica Rounded Bold", Helvetica, Arial, sans-serif;
	background: #b4895a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	padding: 5px;
	color: #fff;
}

form input#btnSubmitUpdate:hover {
	background: #9e784f;
	box-shadow : #000 2px 5px 5px;
	-webkit-box-shadow : #000 2px 5px 5px;
	-moz-box-shadow : #000 2px 5px 5px;	

}

form input#btnSubmit{
		width:100px;
	height:30px;
	font-family: "Arial Rounded Bold", "Arial Rounded MT Bold", "Helvetica Rounded Bold", Helvetica, Arial, sans-serif;
	background: #b4895a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	padding: 5px;
	color: #fff;
}

form input#btnSubmit:hover {
	background: #9e784f;
	box-shadow : #000 2px 5px 5px;
	-webkit-box-shadow : #000 2px 5px 5px;
	-moz-box-shadow : #000 2px 5px 5px;	

}


form input#reset {
	background: #eee url(../images/site/button-reset.jpg) top left no-repeat;
	font-weight: bold;
	font-size: 12pt;
	padding: 0.5em 0.5em 0.5em 3em;
	color: #000;
	border-top: 1px solid #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}


form div.submit input.emailme {
	background: #eee url(../images/site/button-emailme.jpg) top left no-repeat;
}

form div.submit input.checkout {
	background: #eee url(../images/site/button-checkout.jpg) top left no-repeat;
}


div.reglist ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}

div.reglist li {
    list-style-type: none !important;
    padding-top: 0.8em !important;
}
div.reglist input {
    width: auto !important;
}

div.reglist label {
    display: inline !important;
}

div.secure-message {
	
	margin-top:12px;
	background: #1a1a1a url(../images/icons/32/security-medium.png) 2% 50% no-repeat;
	border:5px solid #282828;
	padding: 1em 1em 1em 4em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 1em;
	color: #fff;
	margin-bottom: 1em;
}

div.attention-message {
			margin-top:12px;
	background: #1a1a1a url(../images/icons/32/attention-bg.png) 2% 50% no-repeat;
	border:5px solid #282828;
	padding: 1em 1em 1em 4em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 1em;
	color: #fff;
	margin-bottom: 1em;
	
}

div.error-message {
		margin-top:12px;
	background: #1a1a1a url(../images/icons/32/dialog-error.png) 2% 50% no-repeat;
	border:5px solid #282828;
	padding: 1em 1em 1em 4em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 1em;	
	color: #fff;
	margin-bottom: 1em;
	
}
	
div.success-message {
	margin-top:12px;
	background: #1a1a1a url(../images/icons/32/dialog-apply.png) 2% 50% no-repeat;
	border:5px solid #282828;
	padding: 1em 1em 1em 4em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 1em;
	color: #fff;
	margin-bottom: 1em;
}

div.beta-message {
		margin-top:12px;
	background: #1a1a1a url(../images/icons/32/preferences-system-network.png) 2% 50% no-repeat;
	border:5px solid #282828;
	padding: 1em 1em 1em 4em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 1em;
	color: #fff;
	margin-bottom: 1em;
	
}

div.beta-message h3 {
	color: #000;
}


div.success-message p, div.error-message p, div.attention-message p, div.secure-message p {
	margin: 0 0 0.5em 0;
	padding: 0;
}

.basket-am {
	font-family: Helvetica, Arial, sans-serif;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #1a1a1a url(../images/icons/72/shopcart.png) 2% 50% no-repeat;
	border:5px solid #282828;
	padding: 0 1em 1em 3em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;

}
div.basket{
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #1a1a1a url(../images/icons/72/shopcart.png) 2% 50% no-repeat;
	border:5px solid #282828;
	padding: 0 1em 1em 3em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
}

div.basket ul {
	font-size: 1.0em;
}

div.basket p {
	font-size: 1.0em;
}

/* /Forms styling */

ul.idea {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.idea li {
	background: url(../images/icons/16/dialog-information.png) top left no-repeat;
	font-weight: normal;
	font-size: 1.0em;
	color: #666;
	margin: 1em 1em 1em 0;
	padding-left: 1.6em;
}

ul li.back {
	list-style-type: none;
	background: url(../images/icons/16/new-go-previous.png) top left no-repeat;
	font-weight: normal;
	font-size: 1.0em;
	color: #666;
	margin: 1em;
	padding-left: 1.6em;
}

ul li.print {
	list-style-type: none;
	background: url(../images/icons/16/printer.png) top left no-repeat;
	font-weight: normal;
	font-size: 1.0em;
	color: #666;
	margin: 1em;
	padding-left: 1.6em;
}

div.content-box {
	border: 2px solid #ddd;
	padding-left: 2em;
	background: #eff6f9;
}

div.content-box h3 {
	color: #516472;
}

ul.listitems, ul.listitems ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

ul.listitems li {
	background: url(../images/icons/16/mail-forward.png) top left no-repeat;
	font-weight: normal;
	font-size: 1.0em;
	color: #999;
	margin: 0.5em 0 0.5em 1em;
	padding-left: 1.6em;
}

ul.listitems li ul li {
	margin-left: 0em;
}

ul.listitems strong {
	font-weight: bold;
	color: #fff;
}

ul.listitems li.image {
	background: url(../images/icons/16/image-png.png) top left no-repeat;
}

ul.listitems li.image-jpg {
	background: url(../images/icons/16/image-png.png) top left no-repeat;
}

ul.listitems li.attachment {
	background: url(../images/icons/16/mail-attachment.png) top left no-repeat;
}

ul.listitems li.edit {
	background: url(../images/icons/16/gedit.png) top left no-repeat;
}

ul.listitems li.remove {
	background: url(../images/icons/16/process-stop.png) top left no-repeat;
}

ul.listitems li.name {
	background: url(../images/icons/16/stock_people.png) top left no-repeat;
}

ul.listitems li.phone {
	background: url(../images/icons/16/phone.png) top left no-repeat;
}

ul.listitems li.pin {
	background: url(../images/icons/16/emblem-note.png) top left no-repeat;
}

ul.listitems li.email {
	background: url(../images/icons/16/mail-mark-unread.png) top left no-repeat;
}

ul.listitems li.address {
	background: url(../images/icons/16/old-go-home.png) top left no-repeat;
}

ul.listitems li.print {
	background: url(../images/icons/16/printer.png) top left no-repeat;
}

ul.listitems li.link {
	background: url(../images/icons/16/emblem-symbolic-link.png) top left no-repeat;
}

ul.listitems li.nomination {
	background: url(../images/icons/16/lancelot.png) top left no-repeat;
}

ul.listitems li.promo {
	background: url(../images/icons/16/bookmark-new.png) top left no-repeat;
}

/*a.page-button {
	background: #eee url(../images/site/button-greentick.jpg) top left no-repeat;
	font-weight: bold;
	font-size: 12pt;
	padding: 0.5em 0.5em 0.5em 3em;
	color: #000;
	border-top: 1px solid #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #eee;
	text-decoration: none;
}

a.page-button:hover {
	text-decoration: none;
	color: #000;
}*/
a.page-button {
	width:100px;
	height:30px;
	font-family: "Arial Rounded Bold", "Arial Rounded MT Bold", "Helvetica Rounded Bold", Helvetica, Arial, sans-serif;
	background: #b4895a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	padding: 5px;
	color: #fff;
}

a.page-button:hover {
	background: #9e784f;
	box-shadow : #000 2px 5px 5px;
	-webkit-box-shadow : #000 2px 5px 5px;
	-moz-box-shadow : #000 2px 5px 5px;	

}


#checkout {
	background: #1a1a1a  url(../images/icons/72/shopcartapply.png) 5% 60% no-repeat;
	padding-left:60px;
}

.checkout-am {
	background: #1a1a1a  url(../images/icons/72/shopcartapply.png) 5% 60% no-repeat;
	padding-left:60px;
}


#thankyou {
	border: #eed9a1 solid 2px;
	background: #fefbf2 url(../images/icons/72/shopcartapply.png) 5% 40% no-repeat;
	font-weight: bold;
	font-size: 1.1em;
	color: #993300;
	padding: 0 0 1.5em 0;
	margin-bottom: 1em;
	padding-left:60px;
}

#checkout h3,  #thankyou h3, .checkout-am h3 {
	font-size: 1.4em;
	text-align: center;	
}

#checkout ul, #thankyou ul, .checkout-am ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0 0 1em 0;
}

#checkout li, .checkout-am li {
	background: url(../images/icons/sterling_pound_currency_sign-24.png) top left no-repeat;
	font-weight: normal;
	font-size: 1.2em;
	color: #fff;
	margin: 0.6em 0 0.6em 1em;
	padding-left: 1.8em;
}

#thankyou li {
	background: url(../images/icons/pin-24.png) top left no-repeat;
	font-weight: normal;
	font-size: 1.2em;
	color: #fff;
	margin: 0.6em 0 0.6em 1em;
	padding-left: 1.8em;
}

#checkout .total, #thankyou .total, .checkout-am .total {
	color: #b4895a;
	font-size: 1.2em;
	font-weight: bold;
}

div.nomination-item {
	margin-bottom: 1em;
	margin-left: 2em;
}

div.nomination-image {
	float: left;	
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;

}

div.nomination-image img {
	float: left;
	margin: 0;
	padding: 0;
	border: 5px solid #282828;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	
}

div.nomination-description {
	float: left;
	width: 350px;
}

#homeImages {
	margin-top: 2em;
	margin-left: 4em;
}

div.homeItem {
	float: left;
	text-align: center;
	font-size: 0.8em;
	margin-right: 2em;
	margin-bottom: 2em;
	width: 160px;
}

div.homeThumb {
	margin-left: auto;
	margin-right: auto;
}

div.homeThumb img {
	padding: 0;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-top: 3px solid #eee;
	border-left: 3px solid #eee;
}

div.homeThumb img:hover, div.sponsorThumb img:hover,div.sponsorThumb1 img:hover {
	border-color: #b4895a;
	background: none;
}

div.homeCaption {
	color: #666;
}

div.sponsorItem {
	float:left;
	width:87px;
	text-align: center;
	font-size: 0.8em;
	margin-right: 1em;
	margin-bottom: 2em;
}

div.sponsorThumb {
	margin-left: auto;
	margin-right: auto;
}

div.sponsorThumb img {
	padding: 5px;
	border: 5px solid #282828;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.sponsorItem a:hover {
	background: none !important;
}


div.sponsorItem1 {
	display:inline-block;
	width:180px;
	text-align: center;
	font-size: 0.8em;
	margin-right: 1em;
	margin-bottom: 2em;
}

div.sponsorThumb1 {
	margin-left: auto;
	margin-right: auto;
}

div.sponsorThumb1 img {
	padding: 5px;
	border: 5px solid #282828;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.sponsorItem1 a:hover {
	background: none !important;
}



#sponsor-info {
	background: #1a1a1a;
	margin-bottom: 0.5em;
	margin-right: 1.5em;
	border: 5px solid #282828;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	float: left;
	width: 200px;
	text-align: center;
}

#sponsor-info-inner {
	padding-left: 1em;
	padding-right: 1em;
}

#sponsor-info-inner h2 {
	font-size: 1.3em;
	margin: 0.4em 0 0.8em 0;
	color:#fff;
}

#sponsor-info ul {
	text-align: left;
}

div.galleryItem {
	float: left;
	width: 180px;
	height:180px;
	text-align: center;
	margin: 1em;
	font-size: 0.8em;
}

div.galleryItem .galleryThumb {
	background: #fff;
	float: left;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	border:5px solid #282828;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

}

div.galleryItem .galleryNoThumb {
	background: #fff;
	float: left;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	border:5px solid #282828;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.galleryItem .galleryThumb:hover {
/*	background: #f00;
	border-color: #f00;*/
}

div.galleryItem .galleryThumb img {
	float: left;
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #999;
	border-left: 1px solid #999;*/
}

div.galleryItem .galleryNoThumb img {
	float: left;
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
}


div.galleryItem .galleryCaption {
	color: #666;
}

#left-column-content img {
	/*border: 1px solid #eee;
	padding: 4px;
	margin: 5px;*/
	background: #fff;
}
.progressWrapper {
	width: 100%;
	overflow: hidden;
}

.progressContainer {
	margin: 2px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}


/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #000;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	color: #000;
	font-size: 7pt;
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 20px;
	width: 20px;
	background-image: url(../js/fancybox/fancy_close_s.png);
	position: absolute;
	float: right;
	margin-top: -13px;
	margin-left: 550px;
	
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


.swfupload {
	vertical-align: top;
	position: absolute;
	z-index: 1;
}


div.fieldset {
	width: 586px;
	border:  1px solid #282828;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #1a1a1a;
	padding: 3px;
	top: -30px;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
}

div.flash { 
	margin: 10px 5px;
	border-color: #282828;

}
