/* goldenring order form style sheet */

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #696969;
}
 
/* these ID's can be used to govern a specific page */ 
#step2, #step2b, #step2c {
	margin-right: 35%;
}

/* header styles */
#header p strong { color: #0001A1; }
#header p {	margin-left: 10px;}
#header h1 {
	color: black;
}
#header h2 {
	font-size: x-large;
	color: #0001A1;
	font-style: italic;
	font-weight: normal;
}
/* navigation, as such */
 #navcontainer {
	margin-left: 20%;
	padding: 0;
	font: 11px Verdana, sans-serif;
	width: 74%;
	list-style-type: none;
	background: #fff;
	}

#navcontainer #active {	border-left: 3px solid #bbb;}
#navcontainer #last{	border-right: 3px solid #bbb;}



#navlist li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}

#navlist li span {
	text-decoration: none;
	padding: 70px 50px 20px 50px;
	display: block;
	color: #039;
	border-bottom: 3px solid #bbb;
	border-top: 3px solid #bbb;
	background: #eee;
}
#navlist li span:hover {
	background: #ddd;
}

#info {
	margin-top: 20px;
	float: left;
}


/* navigation between pages */

.button {
	float: right;
	padding: 20px;
}

.button a {
	border: 1px solid black;
	text-decoration: none;
	padding: 10px;
}


/* product list */
dt, h4 {
	color: #0001A1;
	font-size: large;
	font-weight: bold;
}


dt em {
	font-weight: normal;
}

dd {
	/* set some defaults */
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	text-indent: 0;
	border-top: 3px solid #ccc;
	margin-left: 1em;
}

#step2 dd, #step2b dd, #step2c dd {
	height: 150px;
}

.price {
	color: #0001A1;
	font-style: normal;
	font-size: large;
}
.image {
   width: 255px;
	height: 150px;
	float: left;
	margin-right: 15px;
}

#imgStart {
	background: url(images/075_collection.jpg) center no-repeat;
}
#imgPaid {
	background: url(images/150_collection.jpg) center no-repeat;
}
#imgSelection {
	background: url(images/250_collection.jpg) center no-repeat;
}
#imgCollection {
	background: url(images/500_collection.jpg) center no-repeat;
}

/* form elements */

.putIn {
	margin-left: 255px;
}

.lblQ {
	display: block;
	text-indent: 100px;
}
.txtTotal {	background: white;	color: black; border: 1px solid black; width: 100px; }
.input, textarea, select {
	border: 1px solid #999999;
}

.details input, .details textarea, .details select {
	margin: 0;
	display: block;
	width: 250px;
}

.details input, .details select {
	height: 25px;
}

.details label {
	text-align: right;
	width: 200px;
	padding-left: 20px;
	font-size: 100%;
	cursor: hand;
	cursor: pointer;
	margin: 0;
}

.footer {
	clear: left;
}

#one {
	width: 40%;
	float: left;	
	margin-left: 10px;
}
#two {
	float: right;
	width: 40%;
	margin-right: 10px;
}
#two label, #two input {
	float: right;
}
#three {
	float: right;
	width: 40%;
	margin-right: 10px;
}
/* static shopping cart box */


/* dont select the cart by class, only ID. (improves script speed) */
#fixed {
	background-color: lightblue;
	position: fixed; /* this is what makes the box fixed */
	right: 0px;
	padding: 10px;
	width: 30%;
	top: 0px;
}
.formtotal dd {
	background: red;
	margin-bottom: 0;
	padding-bottom: 0;
	height: 0px;
	float: none;
}
.formtotal input {
	width: 50px;
}

.formtotal li#last {
	margin-top: 30px;
}



/* footer */
address {
	float: left;
	clear: left;
	margin-left: 30px;
	margin-top: 20px;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}