﻿body {
}

div.UShome 
{
	height: 31px !important; /* avoid ever expanding the left hand items even on the checkout page etc. */
}

div.UShome a {
	text-decoration: none;
}

div.login-left div.usbackground div.box {
    margin-top: 0;
    padding-top: 0;
}

div.login-left div.usregbackground {
	background: #0087C1 url(/structure/idsdance/US_registration_bg.jpg) no-repeat;
	color: White;
	padding: 20px 190px 10px 190px;
	width: 400px;
	min-height: 529px;
	height: auto !important; /* duplicate height declarations to fix IE6 */
	height: 529px;
}

div.login-left div.usbackground {
	background: #0087C1 url(/structure/idsdance/US_login_bg.jpg) no-repeat;
	color: White;
	padding: 20px 190px 10px 190px;
	width: 400px;
	min-height: 529px;
	height: auto !important; /* duplicate height declarations to fix IE6 */
	height: 529px;
}

div.login-left div.usbackground h1 {
	line-height: normal;
	font-size: 16pt;
}

div.usbackground #start {
    margin-top: 1em;
}

div.login-left div.usbackground h4 img {
	vertical-align: middle;
}

div.login-left div.usbackground div.forgotten {
	width: 234px;
	margin-left: auto;
	margin-right: auto;
}

/* fix height & padding (top) to ensure bottom splash image aligns with baseline of menu box */
div.search-box {
	height: 57px;
	padding-top: 0;
}

/* old menu
div.uscategory {
	font-weight: bold;
	font-size: 13pt;
}

div.uscategory div {
	padding: 5px 3px 5px 3px;
}

div.uscategory div a {
	text-decoration: none;
	color: inherit;
}

div.uscategory div.white a {
	color: #010195;
}

div.uscategory div.white {
	border: solid 2px #010195;
	color: #010195;
	background-color: White;
}

div.uscategory div.red a {
	color: White;
}

div.uscategory div.red {
	color: white;
	background-color: #CC0001;
}

div.uscategory div.blue a {background-color: #099;
	color: White;
}

div.uscategory div.blue {
	background-color: #010195;
	color: White;
}
old menu end */

/* new menu */
div.uscategory {
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

div.uscategory table 
{
	border: 0px;
	width: 100%;
}

div.uscategory table tr td {
	padding: 0;
/*	height: 44px;*/
	height: 36px;
	margin: 2px 0;
	vertical-align: middle;
	text-align: left;
}

/* bg colours */
div.uscategory table tr td.red {
	color: #fff;
	background-color: #c00;
}

div.uscategory table tr td.white {
	background-color: #fff;
	border: solid 2px #010195;
	color: #010195;
/*	height: 40px;*/
	height: 36px;
}

div.uscategory table tr td.blue {
	background-color: #010195;
	color: #fff;
}

/* link colours */
div.uscategory table tr td a {
	display: block;
	margin: 0;
	padding: 5px 3px;
	text-decoration: none;
}

div.uscategory table tr td.red a {
	color: #fff;
}

div.uscategory table tr td.white a {
	color: #010195;
	padding: 3px 3px; /* reduce padding by 2px to counter the blue border */
}

div.uscategory table tr td.blue a {
	color: #fff;
}
/* new menu end */



.usonly {
}
	
.vat {
	display: none !important;
}