/* Breadcrumb Navigation */

.breadcrumb_nav
{
	background: #5EB2ED;
	color: white;
	padding: 8px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	font-size: .92em;
	margin-top: 4px;
	vertical-align: middle;
	margin-bottom: 10px;
}

.breadcrumb_nav a
{
	text-decoration: none;
}

.breadcrumb_nav a, .breadcrumb_nav a:visited, .breadcrumb_nav a:active,
		.breadcrumb_nav p
{
	color: #FFFFFF;
	display: inline;
	font-weight: bold;
}

.breadcrumb_nav p span
{
	font-size: 1.25em;
}

/* Product Page Layout */

#left table
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}

#left table th
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#left table td
{
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#left {
	margin-left: 10px;
	padding-right: 20px;
	margin-right: 20px;
	min-height: 400px;
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 210px;
	padding-bottom: 10px;
}

#right .textInput {
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important;
	padding-top: 10px;
	height: 25px;
}

#right h2 {
	color: #5e5e5e;
}

#right div.option
{
	margin-top: 10px;
}

#right div.option h3
{
	text-align: left;
}

#right div.option select
{
	color: #333;
	line-height: 1em !important;
	border: 1px solid #999;
	padding: 4px;
	width: 100%;
}

#right h3 {
	color: #8a8075;
	text-align: center;
}

#customerLogin label
{
	clear: none;
}

#wishlist
{
	margin-top:10px;
	text-align: center;
}

/* Products */

.info {
	font-size: 10px;
	font-style:italic;
	color: #666666;
	line-height:14px;
}

.money {
	color: #466B2E;
	font-style:italic;
}

div.price {
	background-color: #6ABE32;
	color: #fff;
	font-size: 25px;
	padding: 5px 10px;
	text-align: center;
	font-style: italic;
	-moz-border-radius: 10px;
}

.product
{
	margin-top: 5px;
	border-bottom: 1px dotted #888888;
}

.product_image
{
	float: left;
	height: 130px;
}

.product_description
{
	float: left;
	width: 325px;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}

.product_description a
{
	text-decoration: none;
	color: #F03528;
}

.product_price
{
	float: left;
	color: #777777;
	margin-left: 5px;
	margin-top: 20px;
	font-weight: bold;
	width: 75px;
	text-align: right;
}

.product_add_to_cart
{
	float: left;
	margin-left: 5px;
	margin-top: 20px;
}

.numeric, .list .numeric {
	text-align:right;
}

/* PRODUCT IMAGE ========================================== */

#main_image
{
	clear: both;
	margin: 20px 5px 5px 5px;
	height: 150px;
	border: 1px solid #AAA;
}

#image_info
{
	margin: 0px 5px 10px 5px;
	background: #FFFFDD;
	clear: both;
	font-weight: bold;
	font-size: .9em;
	color: #888;
	text-align: center;
}

#image_info img
{
	margin-left: 5px;
	float: left;
}

#image_info p
{
	padding-top: .4em;
}

/* PAGINATION ============================================= */
div.pagination
{
	background-color: #EDEDED;
	/*border-top: 2px solid #C5BEBE;*/
	padding: 10px;
	font-size: 1.2em;
	text-align: right;
	margin: 20px 0px;
	clear: left;
}

div.pagination a
{
	text-decoration: none;
}

div.pagination a, div.pagination span
{
	padding: 5px;
	font-weight: bold;
}
