html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

#border-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 12px solid #4c91ba;
}

#border-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 12px solid #4c91ba;
}

#border-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-left: 12px solid #4c91ba;
}

#border-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-left: 12px solid #4c91ba;
}

.product-costs {
	width: 425px;
	height: 100%;
	padding: 40px 40px 25px 25px;
	overflow: hidden;
	color: #333;
	font: 11px/15px 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}

.product-costs .left {
	width: 180px;
}

.product-costs .left img {
	width: 100%;
}

.product-costs .right {
	float: right;
	width: 210px;
}

.product-costs .right h1 {
	font-size: 21px;
	line-height: 26px;
}

.product-costs .right h2 {
	font-size: 26px;
	text-align: center;
	margin: 10px 0 25px 0;
	padding: 12px;
	background: #fff47f;
	border: 1px solid #ffe57f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
}

.product-costs .right h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

.product-costs .right ul {
	list-style: none;
	border-bottom: 1px solid #bbb;
}

.product-costs .right ul li {
	padding: 6px 10px;
	border-top: 1px solid #bbb;
	border-left: none;
	border-right: none;
}

.product-costs .right ul li span {
	padding-left: 14px;
	margin-right: 10px;
}
