h1 {
	margin-top: 0.3em;
}

div#column-right {
	padding-top: 0;
}

div#column-right div {
	margin-bottom: 22px;
}

div#breadcumb {
	border-bottom: 3px solid #4697a9;
	padding: 8px 8px 8px 0;
}

div.product {
	border-bottom: 1px solid #ccc;
	padding: 12px 0 12px 0;
}

h2.product-title {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 0;
}

h2.product-title a {
	text-decoration: none;
}

.image {
	float: left;
}

div.side-info {
	width: 450px;
	float: right;
}

div#product-purchase {
	width: 31%;
}

ul#shop-menu, ul.triangle-menu {
	line-height: 1.3em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#shop-menu li, ul.triangle-menu li {
	background: url('../images/other/blue-triangle.png') no-repeat top left;
	margin-bottom: 8px;
	padding-left: 18px;
}

ul#product-options {
	margin-top: 12px;
}

/*div.txtCopyright {
	display: none;
}*/

div.txtCart ul {
	padding-left: 0;
}

div.cartProgress {
	border-bottom: 3px solid #4697a9;
	color: #ccc;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 12px 0;
}

div.cartProgress span.txtcartProgressCurrent {
	color: #000;
}

table#shopping-cart th, table#shopping-cart td {
	padding: 8px;
}
table#shopping-cart th {
	text-align: left;
}
table#shopping-cart td.tdcartOdd {
	background: #f5f5f5;
}
table#shopping-cart th#price {
	text-align: right;
}