
#content ul.breadcrumb {
	width: 100%;
	padding: 0 0 5px;
	border-bottom: 3px solid #003263;
	margin: 15px 0 10px;
	text-transform: uppercase;
	color: #003263;
}

#content ul.breadcrumb li {
	width: auto;
	float: left;
	padding: 0;
	line-height: 1;
	background: none;
	margin: 0;
	clear: none;
	font-size: 1.5em;
	font-weight: bold;
}

.breadcrumb li a {
	color: #003263;
}

#product_image {
	width: 140px;
	position: relative;
}

.product_zoom {
	font-size: 10px;
	text-align: center;
}

#product_info {
	width: 440px;
	float: right;
	clear: none;
}

#reg_price {
	margin: 0 5px 0 0;
	display: inline;
	text-decoration: line-through;
	font-weight: normal;
	color: #525252;
}

.add_to_cart {
	width: 280px;
	padding: 0 0 0 150px;
}

.addtocart {
	width: 160px;
	height: 30px;
	text-indent: -10000px;
	border: 0;
	background: transparent url(../images/button_add_to_cart.jpg) top left no-repeat;
}

.hidden, #hidden-update {
	display: none;
}

.cart {
	width: 605px;
	margin: 15px 0 0;
	float: left;
}

.cart span {
	float: left;
}

.cart .cart_header { text-align: left; font-weight: bold; background: #091d35 url(../images/cart_header.jpg) top left repeat-x; color: #fff; font-size: 14px; line-height:  20px;}

.cart .cart_row {
	float: left;
	width: 100%;
	padding: 5px 0;
	line-height: 1.5;
	margin: 2px 0 0;
	background: #d7d8d8;
}

.cart span.item {
	width: 280px;
	padding: 0 0 0 10px;
	float: left;
}

.cart .cart_item {
	width: 280px;
	padding: 0 0 0 10px;
	float: left;
}

.item_options {
	float: left;
	width: 100%;
	clear: both;
}

.cart .quantity {
	width: 125px;
}

.cart .quantity input {
	width: 20px;
}

.cart .quantity input button {
	float: left;
	clear: none;
}

.cart .row {
	width: 95px;
	text-align: right;
}

.cart span.total {
	width: 95px;
	text-align: right;
}

.cart span.money, .cart span.total {
	width: 85px;
	text-align: right;
	padding: 0 10px 0 0;
}

#cart_col_left {
	float: left;
	width: 300px;
}

#cart_col_right {
	float: right;
	clear: none;
	width: 300px;
}

.totals {
	width: 190px;
	padding: 5px 0 5px 110px;
}

.totals span {
	float: left;
	width: 85px;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 14px;
}

.totals .title {
	width: 95px;
	padding: 0;
	font-weight: bold;
}

.refresh {
	padding: 5px 10px;
	width: 280px;
}

.button_refresh {
	float:left;
	margin: 0 10px 0 0;
	height: 24px;
	width: 107px;
	text-indent: -10000px;
	border: 0;
	cursor: pointer;
	background: transparent url(../images/refresh.jpg) top left no-repeat;
}

.buttons {
	margin: 20px 0 15px;
}

#content_box h2.checkout_header {
	padding: 0 10px;
	width: 585px;
	border: 0;
	margin: 15px 0 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	background: #091d35 url(../images/cart_header.jpg) top left repeat-x;
}

.submit {
	padding: 10px 0 10px 150px;
	width: 455px;
	border-top: 3px solid #003263;
	margin: 15px 0 15px;
	text-transform: uppercase;
}

#checkout-button {
	float:left;
	margin: 0;
	height: 30px;
	width: 183px;
	text-indent: -10000px;
	border: 0;
	cursor: pointer;
	background: transparent url(../images/button_confirm_order.jpg) top left no-repeat;
}

#confirm-button {
	float:left;
	margin: 0;
	height: 30px;
	width: 183px;
	text-indent: -10000px;
	border: 0;
	cursor: pointer;
	background: transparent url(../images/button_confirm_order.jpg) top left no-repeat;
}

#sidecart {
	margin: 0 0 6px;
}

#sidecart h2 {
	width: 265px;
	padding: 0 0 5px 45px;
	background: #fff url(../images/cart_icon.jpg) center left no-repeat;
	line-height: 35px;
	color: #002144;
	border-bottom: 1px solid #7e7e7e;
}

#sidecart h2 span {
	color: #1056a5;
}

#sidecart .cart_row {
	background: #d7d8d8;
	padding: 2px 0;
	margin: 0 0 3px;
}

#sidecart .title_row {
	line-height: 25px;
	margin: 0 0 3px;
	font-weight: bold;
}

#sidecart .cart_item {
	float: left;
	width: 175px;
	padding: 0 0 0 5px;
}

#sidecart .cart_item a {
	color: #000;
	margin: 0 5px 0 0;
}

#sidecart .quantity {
	float: left;
	width: 60px;
	text-align: center;
}

#sidecart .money {
	float: left;
	width: 65px;
	padding: 0 5px 0 0;
	text-align: right;
}

#shopp-sidecart-total {
	float: right;
	padding: 0 5px 0 0;
	color: #1056a5;
	font-weight: bold;
	font-size: 14px;
}

.empty_cart {
	margin: 5px 0 0;
	color: #1056a5;
	font-weight: bold;
	font-size: 14px;
	width: 300px;
	padding: 0 5px;
}



#catalog .sub_page {
	width: 140px;
	height: auto;
	clear: none;
	margin: 0 15px 15px 0;
}

#catalog .sub_page_last {
	width: 140px;
	height: auto;
	clear: none;
	margin: 0 0 15px 0;
}

#catalog  a {
	width: 140px;
	height: auto;
	position: relative;
	float: left;
	color: #2B2B2B;
}

#catalog a:hover {
	text-decoration: none;
	color: #428ac9;
}

#catalog img {
	width: 140px;
	height: 140px;
	position: relative;
}

#catalog span.sale_sash {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background: transparent url(../images/sale_sash.png) top right no-repeat !important;
	background: transparent url(../images/sale_sash.gif) top right no-repeat;
}

#catalog span.product_info {
	position: relative;
	float: left;
	clear: both;
	padding: 5px 0 0;
	width: 140px;
	text-align: center;
	line-height: 1.5;
	font-size: 13px;
	background: transparent !important;
	background: transparent;
}

#catalog span.reg_price {
	width: auto;
	clear: none;
	float: none;
	padding: 0 5px 0 0;
	text-decoration: line-through;
	color: #797979;
}
