
.big_price{
	font-size: 15px;
}

.sale {
	color: #FF0000;
	}

#breadcrumbs {
	font-weight: bold;
	margin-left: 10px;
	}

#cart_bar{
	float:right;
	width: 200px;
	border: 1px solid #333333;
}

#cart_bar h3{
	text-align: right;
	border-bottom: 1px solid #333333;
	padding: 5px 3px 5px 0px;
	margin: 0px;
	background-color: #EC6819;
	color: #FFF;
}

#cart_bar .message{
	text-align: center;
	background-color: #FEFEC7;
	padding: 5px;
	border-bottom: 1px solid #898989;
}

#cart_bar .product{
	text-align: center;
	width: 100%;
}

#cart_bar .product img{
	margin: 10px 0px;
}

#cart_bar .product .quantity{
	color: #3B60CA;
	font-weight: bold;
	font-size: 130%;
}

#cart_bar .summary{
	padding: 7px;
	border-top: 1px solid #333333;
	font-size: 130%;
}

#cart_bar .products{
	margin-right: 0px;
	padding-top: 2px;
	text-align: center;
	min-height: 300px;
}

#cart_bar.many_products .products{
	height: 350px;
	max-height: 400px;
	width: 100%;
	overflow: auto;
}

#cart_bar.many_products .product{
	text-align: right;
	width: 99%;
	padding: 3px 0px;
}

#cart_bar.many_products .product .quantity{
	font-size: 114%;
}

#cart_bar.some_products .product .quantity{
	font-size: 100%;
}

#cart_bar.few_products .product .quantity{
	font-size: 110%;
}

table.search_bar {
	width: 100%;
	height: 28px;
	}
	
table.search_bar td.prev {
	width: 15%;
	text-align: left;
	vertical-align: middle;
	}
	
table.search_bar td.search {
	text-align: center;
	vertical-align: middle;
	}
	
table.search_bar td.search select {
	width: 130px;
	}
	
table.search_bar td.next {
	width: 15%;
	text-align: right;
	vertical-align: middle;
	}

#ship_method {
	width: 200px;
	}

#largeImage {
	padding: 10px;
	}

.error {
	color: #FF3300;
	}
	
span.button {
	padding: 2px 5px;
	border: 1px solid #454545;
	background-color: #F9CDB2;
	color: #333;
	}
	
div.light_background, tr.light_background, td.light_background, th.light_background {
	background-color: #F9CDB2;
	}

.row0{
	background-color: #EEEEEE;
}

.row1{
	background-color: #F6F6F6;
}

.box {
	border: 1px solid #898989;
	margin: 10px;
	padding: 5px;
}

td.light_top_border {
	border-top: 1px solid #EFEFEF;
}

#session_error {
	color: #993333;
	background-color: #FFFFCC;
	font-weight: bold;
	border: 1px solid #666666;
	padding: 5px;
	margin-bottom: 10px;
	}
	
tr.highlighted {
	background-color: #FCF7D3;
}

tr.highlighted td.left_cell {
	border-left: 1px dashed #333;
}

tr.highlighted td.right_cell {
	border-right: 1px dashed #333;
}

tr.highlighted.top td {
	border-top: 1px dashed #333;
}

tr.highlighted.bottom td {
	border-bottom: 1px dashed #333;
}


