body {
	font-family: georgia, serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	line-height: 1.5;
	letter-spacing: .2px;
	color: #444;
}

a {
	color: #888;
	text-decoration: none;
}

h3 {
		color: #333;
		font-size: 1.2em;
		font-weight: bold;
	
}

a:hover {
	color: #000;	
}

a.itemlink {
	color: #888;
	width: 300px;
	float: left;
	text-decoration: none;
}

a.itemlink:hover {
	color: #000;
}

h2 {
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
}

#cart_table td, #cart_table th {
	padding: 5px;
}

#details_wrap {
	width: 150px; 
	margin-top: 10px; 
	float: right; 
}

#details_wrap div.detail_label {
	width: 70px;
	float: left;
	text-align: right;
}

#details_wrap div.detail_value  {
	width: 75px;
	float: right;
	text-align: right;

}

.error {
	color: red;
	float: left;
	width: 250px;
}

.color_box {
	margin: 0px;
	padding: 0px;
	
	margin-right: 10px;
	float: left;
	
	width: 25px;
	height: 25px;
	border: 1px solid black;
}

.color_box.gold {
	background-image: url('../_img/sq_gold.jpg');	
}

.color_box.silver {
	background-image: url('../_img/sq_silver.jpg');
}

.color_box.copper {
	background-image: url('../_img/sq_copper.jpg');
}

.color_box.antique_gold {
	background-image: url('../_img/sq_antique_gold.jpg');	
}

.color_box.antique_silver {
	background-image: url('../_img/sq_antique_silver.jpg');
}

#content_text {
	text-align: justify;
}

#nav, #subnav {
	font-family: Verdana, Helvetica, Arial,'Sans Serif';
	font-size: 12px;
	color: #777;

}

#nav ul li a, #subnav ul li a {
	font-family: Verdana, Helvetica, Arial,'Sans Serif';
	font-size: 12px;
	color: #777;
	text-decoration: none;

}

#nav ul li a:hover, #subnav ul li a:hover {
	color: #000;
}


#footer {
	text-align: center;
	font-size: 11px;
}

#form input[type='text'] {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 170px;
	border: 1px solid #555;
	height: 23px;
	font-size: 14px;
	line-height: 23px;
}

#form input[type='submit'] {
	float: left;
	
	width: 30px;
	height: 25px;
	
	margin: 0px;
	padding: 0px;
	
	background-color: #555;
	border: 1px solid #555;
	
	font-size: 10px;
	font-family: Verdana;
	color: #FFF;

	
	text-align: center;

}

#form div.label {
	float: left;
	margin: 0px;
	padding: 0px 15px;
	padding-right: 15px;
	width: 170px;
	padding-top: 5px;
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
	color: #888;
}
