/***
 *   Tracking Numbers Screen CSS
 ***/


* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

html {
	background: #f6f8fc url('/images/trackingnumbers/bg.png') repeat-x top;
	color: #0c101a;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	font-size: 12pt;
	line-height: 15pt;
}

/* Links */
a {
	color: #3e54a5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
  }
/* End links */



/* Layout */

#container {
	margin: auto;
	width: 974px;
}

#content {
	background: #f6f8fc url(/images/trackingnumbers/containerbg.png) repeat-x top;
	min-height: 533px;
	margin-top: -3px;
}

#body-content {
	margin: 10px;
}

#content-left, #content-right {
	width: 465px;
}

#content-left {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#content-right {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#content-main {
	padding: 10px;
}
/* End layout */


/* Navigation */
ul#nav {
	background-color: #000;
	opacity: 0.6;
	height: 35px;
	margin-top: -10px;
}
ul#nav li {
	display: inline-block;
	float: left;
	list-style-type: none;
}

#nav a{
	color: #fff;
	display: inline-block;
	height: 25px;
	padding: 10px 26px 0 26px;
	margin: 0;
	text-decoration: none;
	text-align: center;
}

ul#nav a:hover {
	color: #3e54a5;
}

/* End navigation */




/* Typography */

p {
	margin-bottom: 0.5em;
}

h2,h3,h4,h4,h5 {
	margin-bottom: 0.5em;
}

#body-content li {
	margin-left: 20px;
}

small {
	line-height: 10pt;
}

/* End typography */


/* Homepage */
#specialoffer {
	clear: both;

	background-color: #3e54a5;
	color: #d3ddff;
	margin: auto 0 20px;
	padding: 10px;
	text-align: center;
	width: 400px;


	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 2px 3px 2px #666;
	-webkit-box-shadow: 2px 3px 2px #666;
    box-shadow: 2px 3px 2px #666;

}
#specialoffer a {
	color: #d3ddff;
}

/* End homepage */


/* Search */
#basket {
	background: url(/images/trackingnumbers/bluebg.png);
	color: #d3ddff;
	margin-top: 55px;
	padding: 10px;
	width: 400px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 2px 3px 2px #666;
	-webkit-box-shadow: 2px 3px 2px #666;
    box-shadow: 2px 3px 2px #666;
}

#s, #area {
	margin-right: 5px;
	width: 120px;
}

.helptext {
	color: #557abd;
	font-size: 10pt;
	line-height: 11pt;
	margin-left: 130px;
	position: absolute;
}

.checkout {
	padding-top: 10px;
	text-align: center;
}


.scroll {
	height: 520px;
	overflow: auto;
}

ul.results li {
	float: left;
	list-style-type: none;
	margin-bottom: 8px;
	margin-right: 17px;
}
table.results td, table.results th{
	padding: 8px;
}
table.results th {
	text-align: left;
}
table.results td.money {
	text-align: right;
}

#basket ol {
	margin-left: 30px;
}
#content-right .result-column h3 {
	text-align: center;
}

/* End search */


/* Checkout */
.totals {
	border-top: 1px solid #000;
	margin-top: 10px;
}
.login form {
	margin-bottom: 15px;
}
.login p {
	margin: 10px 0;
}

/* End checkout */


/* Misc */
#adepteologo {
	clear: both;
	text-align: right;
	margin-bottom: 3px;
	margin-right: 3px;
}

.helpbutton {
	position: relative;
	top: 3px;
	left: 6px;
}
.delbutton {
	position: relative;
	top: 1px;
	left: 6px;
}
#errormsg {
	color: #fff;
	padding-left: 4px;
}
#errormsg.error, #errormsg.error a {
	background-color: #bd0000;
}
#errormsg.info, #errormsg.info a {
	background-color: #fff5a2;
	color: #000;
}
#errormsg.success, #errormsg.success a {
	background-color: #008500;
	color: #fff;
}
#errormsg a {
	text-decoration: underline;
}

a.addtocart, input.addtocart, input[type=submit] {
	background: #557abd url(/images/trackingnumbers/bluebg.png);
	border: 0;
	padding: 3px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
    box-shadow: 1px 1px 1px #666;
}
a.addtocart:hover, input.addtocart:hover, input[type=submit] {
	cursor: pointer;
}
a.addtocart:active, input.addtocart:active, input[type=submit] {
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #000 #aaa #aaa #000;
}

.checkout a, a.addtocart, input.addtocart {
	text-decoration: none;
	color: #fff;
}
.checkout a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.error_msg {   /* Error messages for contact form */
	color: #bd0000;
	margin-left: 13em;
}
/* End misc */


/* Forms */

.userform div {
	clear: left;
	margin-top: 15px;
}
.userform div#security {
	clear: none !important;
}

.userform label {
	clear: left;
	float: left;    
	width: 12em;    
   	margin-right: 1em;    
   	text-align: right;   
}

.userform input[type=submit]{
	margin-left: 16em;
}

.userform fieldset, .userform legend{
	border: none;
}

.userform legend {
	display: none;
}

#shopping_basket_form label {
	clear: left;
	float: left;
	width: 150px;
}

#shopping_basket_form div {
	clear: left;
	padding: 4px 0;
}

.checkout_submit {
	text-align: center;
}

#basket h4 {
	margin-top: 20px;
	margin-bottom: 0;
}

fieldset {
	border: 0;
	margin-top: 20px;
}

/* End forms */


/* For temp holding page */
.countdown_section {
		background-color: #3E54A5;
}
/* End for temp holding page */
