#products {
	background: #98999D;
}

	#products th,
	#products td {
		background: #A5A6AA;
	 	padding: 4px 5px 4px 5px;
		text-align: left;
	}

	#products th {
		background: #000000;
		color: #ffffff;
		font-weight: bold;
	}

	#products th.category {
		text-align: center;
		background: #6D5A74;
		position: relative;
	}

	#products th.category span.icon {
		cursor: pointer;
		position: relative;
		margin-top: -13px;
		float: right;
		display: block;
		width: 11px;
		height: 11px;
	}

	#products th.category span.plus {
		background: url(../images/plus.gif) no-repeat left top;
	}

	#products th.category span.minus {
		background: url(../images/minus.gif) no-repeat left top;
	}

	#products th.price {
		text-align: right;
	}

	#products td.price {
		font-weight: bold;
		text-align: right;
	}

	#products .price input {
		background: transparent;
		border: 0px;
		cursor: default;
		font-weight: bold;
		color: #000000;
		text-align: right;
		width: 75px;
	}

	#products th.price input {
		color: #ffffff;
	}


/* cool tables */
.odd00, .odd11, .odd01, .odd10 {
	border-collapse: separate;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #000000;
	color: #ffffff;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10 {
	background: #818287;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00 {
	background: #8A8B91;
}

.odd11 td.t11 {
	background: #8A8B91;
}

.odd11 td.t01 {
	background: #818287;
}



/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 2px;
	}
		.formcontainer p.title span {
			font-weight: bold;
			color: #ffffff;
		}

		.formcontainer p.title span.error {
			color: #Ff0009;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-bottom: 1px solid #727272;
		border-right: 1px solid #727272;
		background: #FFFFFF;
		width: 99%;
	}

	.formcontainer p.resizeable textarea {
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-bottom: 1px solid #727272;
		border-right: 1px solid #727272;
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			background: #000000;
			border: 0px;
			height: 22px;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			width: 90px;
		}

#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}



.thumbSpacer {
	padding-right: 20px;
}

.separator {
	border-top: 1px solid #E1E1E1;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.cart-table {
}


	table.cart-table tr td table.no-border tr td {
		border: 0px;
	}

	table.cart-table tr td table.no-border tr td p.button {
		padding: 0px;
	}

	table.cart-table tr.last {
		height: 45px;
		border-bottom: 1px solid #E1E1E1;
	}

		table.cart-table tr.last td {
			height: 25px;
			border-bottom: 1px solid #E1E1E1;
		}

		table.cart-table tr td {
			height: 25px;
			border-top: 1px solid #E1E1E1;
		}

	table.cart-table td {
		padding: 1px 4px;
	}

	table.cart-table td.title {
		font-size: 12px;
		color:#223A96;
	}

	table.cart-table td.price {
		font-size: 12px;
		color:#F00009;
	}

	table.cart-table td.bigger {
		font-size: 12px;
	}


