/* CSS Document */

form {
	margin: 0;
	padding: 0;
}
#detailDiv {
	/*padding-right: 16px;*/
	padding: 0 75px 0 165px;
}
#detailDiv a {
	text-decoration: none;
}
#detailDiv a.underlined {
	text-decoration: underline;
}
#detailDiv a.tiny {
	text-decoration: underline;
	color: #617c51;
	font-size: 10px;
}
#detailDiv a:hover {
	text-decoration: underline;
}
#detailDiv p {
	margin: 0 0 16px 0;
}
#detailDiv h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666699;
	/*margin-bottom: 6px;*/
	margin: 0px;
	padding: 10px 0;
}
#detailDiv h4 {
	font-size: 13px;
	font-weight: bold;
	color: #5f5ba9;
	margin-bottom: 1px;
}
#productCol {
	width: 327px;
	border-right: 1px dotted #74a656;
	padding-right: 10px;
}
#mainContent #productCol h2 {
	font-size: 15px;
	font-weight: bold;
	color: #5f5ba9;
	padding-bottom: 3px;
	margin: 8px 0 6px 0;
	border-bottom: 1px dotted #74a656;
}
#placeOrderCol {
	padding-left: 10px;
}
#productsDetTable {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#productsDetTable td {
}
#productsDetTable .salePrice {
	color: #FF0000;
}
#productsDetTable p {
	margin: 0;
}
#productsDetTable h3 {
	margin: 6px 0 3px 0;
	color: #5c598a;
	font-size: 12px;
}
#productsDetTable h3 a {
	text-decoration: none;
	color: #5c598a;
}
#productsDetTable h3 a:hover {
	text-decoration: underline;
}
#orderDiv {
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #74a656;
}
.price {
	color: #000000;
}
.bigBlue {
	font-size: 13px;
	font-weight: bold;
	color: #5f5ba9;
}
.biggerBlue {
	font-size: 15px;
	font-weight: bold;
	color: #5f5ba9;
}
#detailDiv h5.placeOrder {
	font-size: 15px;
	font-weight: bold;
	color: #5f5ba9;
	margin: 0;
}
#detailDiv p.price1 {
	font-size: 15px;
	font-weight: bold;
	color: #5f5ba9;
	margin: 2px 0 12px 0;
}
#detailDiv p.options {
	font-size: 12px;
	padding-bottom: 5px;
	margin: 2px 0 6px 0;
	border-bottom: 1px dotted #74a656;
}
#detailDiv p.delivery {
	font-size: 13px;
	font-weight: bold;
	color: #5f5ba9;
	margin: 5px 0 12px 0;
}
#detailDiv p.deliveryMethod {
	font-size: 13px;
	font-weight: bold;
	color: #5f5ba9;
	margin: 2px 0 2px 0;
}

