/*
nds.css - removed most styles except for the calulate shipping ones
*/

body {
	font-family: arial;
	font-size: 10px;
	background-color: #222222;
	color: #777777;
	margin: 0px;
	padding: 0px;
	text-align: left;	
}

a {
	color: #d9d9d9;
        text-decoration: none;
}

a:active {
	color: #eb361e;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

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

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

.sublink {
	font-size: 95%;
}

a.sublink {
	color: #eb361e;
}

a.sublink:active {
	text-decoration: underline;
}

a.sublink:visited {
	text-decoration: underline;
}

a.sublink:hover {
        color: #FFFFFF;
	text-decoration: underline;
}

a.sublink:visited:hover {
        color: #FFFFFF;
	text-decoration: underline;
}

h2, .page-title  {	
	font-size: 14px;
	font-weight: bold;
        text-transform: uppercase;
	padding: 3px;
	padding-left: 0;
	text-align: left;	
	color: #464646;
}

h2 a {
	color: #eb361e;
	text-decoration: none;
}

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

form {
	margin: 0;
}

.title a {
        text-decoration: none;
}

.title a:hover {
        text-decoration: none;
}


#page {
        text-decoration: none;
	width: 900px;
	height: auto;
	position: absolute;
	left:10%;
	top: 0px;
	z-index: 1;
}

#tabs {
	clear: left;
	text-align: right;
	padding-right: 5px;
	width: auto;
}

#masthead {
	clear: left;
	width: auto;
	height: 140px;
}

.container {
  	float: left;
  	width: 85%;
  	padding: 5px 10px 10px 20px;
        padding-bottom: 20px;
  	text-align: left;
}

.container br {
line-height:0px;
}

hr {
  	/*float: left;
  	width: 100%;
  	color: yellow;
  	background-color: #E2E2E2;
  	height: 1px;*/
}

.disabled {
	font-weight: bold;
	color: #E2E2E2;
	padding-top: 10px;
	padding-bottom: 10px;
}

.myerror, .pending{
	font-weight: bold;
	color: #437F93;
	padding-top: 10px;
	padding-bottom: 10px;
}

.price, .display-item-price {
	font-weight: bold;
	color: #bbca8d;
	font-size: 110%;
	padding: 5px;
}

.form-label {
  	clear: left;
  	float: left;
  	text-align: right;
  	padding: 4px;
  	width: 25%;
}

.form-label-required {
  	clear: left;
  	float: left;
  	text-align: right;
  	padding: 4px;
  	width: 25%;
  	font-weight: bold;
}

.form-field {
  	padding: 4px;
	height: auto;
	float: left;
}


#infolist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#infolist li {
	padding-left: 17px;
	background-image: url(../design/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
}

input, textarea, select {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
        background-color: #d4d0c8;
        border: 1px solid #555555;
}

input:focus, textarea:focus, select:focus {
        background-color: #FFFFFF;
}

#orderStats {
	padding: 2px;
	margin: 5px;
	float: left;
	border: 1px solid #D8DDE3;
	height: 190px;
	width: 25%;
}

.goLeft, .section {
	float: left;
	text-align: left;
}

.goRight, .logout {
	text-align: right;
	float: right;
}

.goUp {
	vertical-align: top;
}

.moneyFormat{
	text-align: right;
	height:20px;
	vertical-align: middle;
}


#pageNote {
	width: 95%;
	text-align: left;
	float: left;
	padding-bottom: 10px;
}

.submitBtn {
	font-size: 130%;
	font-weight: bold;
}

.submitOrder {
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #C6C6C6;
}
#logo {
	float: left;
	height: 73px;
	vertical-align: middle;
	padding-top: 30px;
}



/* begin popupShipping */
/* used in templates/view.shipping.form.tem.php */
/* used in templates/view.shipping.results.tem.php */

#popupShipping {
	text-align: left;
	margin: 20px;
	padding: 5px 20px 20px 20px;
}

#popupShipping h2 {
	width: 300px;
	color: #878787
}

#popupShipping #pageNote{
	float: left;
	width: 100%;
}

#popupShipping #serviceLogo {
	width: 150px;
	float: right;
	padding-left: 15px;
}


/* end popupShipping */


