#store_header {
	display: block;
	background: url( ../images/store/store_header.jpg ) no-repeat;
	margin: -30px -30px 0;
	width: 980px;
	height: 147px;
	position: relative;
}
	
	#store_header h1 {
		text-indent: -3000em;
	}

#store_main {
	width: 616px;
}

#store_sidebar {
	position: relative;
	float: right;
	width: 267px;
	padding: 20px 20px 0 45px;
	margin-top: -40px;
	margin-right: -30px;
}

#store_sidebar .order {	
	background: url( ../images/addons/addon_sidebar_bg.png ) repeat-y left;
	border-top: 0px;
	margin: -20px -20px 0px -45px;
	padding: 20px 20px 20px 45px;
	min-height: 220px;
	overflow: hidden;
}

	#store_sidebar .bottom {
		background: url( ../images/addons/addon_sidebar_bg_bottom.png ) no-repeat;
		height: 58px;
		clear: both;
		margin: 0px -20px -40px -45px;
	}

#compare_licenses {
	background: #c3cfd5;
	font-size: 11px;
	display: inline-block;
	font-size: 11px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 4px 10px;
	color: #092537;
}
	
	#compare_licenses:hover {
		background: #64870f;
		color: #fff;
	}

/*#discount_msg {
	background: #dfe5ea;
	padding: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}*/

.product {
	padding: 8px 10px;
	overflow: hidden;
	margin-bottom: 5px;
	margin-left: 0px;
}
	
	.product.ipboard {
		background: #e2ecf1 url( ../images/store/store_ipb_background.png ) repeat-x top;
		margin: 0 -30px;
		padding: 20px 30px 0;
	}
	
	.product.ipboard .choose_license {
		background: #d5e0e6;
		padding: 10px 30px;
		margin: 25px -30px 0;
	}
	
	.product.ipboard label {
		display: inline-block;
		padding: 6px 10px;
	}
	
	.product.ipboard label.active {
		background: #64870f;
		color: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

.product.ipboard h3 {
	font-size: 24px;
	margin: 8px 0;
}

.product h3 {
	font-size: 16px;
}

	.product.secondary h3 {
		font-size: 12px;
	}

.product .check {
	padding: 2px 5px 0;
	float: left;
}

.product .info {
	margin-left: 35px;
	font-size: 11px;
	color: #888888;
	line-height: 150%;
}

	.product.ipboard .info {
		color: #353535;
		font-size: 14px;
		margin-left: 5px;
	}

.product .price {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #64870f;
	margin-top: 6px;
}

	.product.ipboard .price {
		margin-top: 5px;
	}

	.product .price.sale {
		color: #8d1a5b;
	}
	
	.product .price em {
		font-weight: normal;
		font-style: normal;
		color: #888888;
		font-size: 10px;
	}

#total {
	border-top: 2px solid #778690;
	padding: 8px 0;
	font-size: 16px;
	font-weight: bold;
	color: #112e4c;
}

.order_row, #total {
	overflow: hidden;
}

.order_row {
	padding: 9px 2px;
	border-bottom: 1px dotted #c3d0d8;
}

	#row_discount {
		color: #d17600;
		font-weight: bold;
	}

#block_products .order_row:last-child,
#block_services .order_row:last-child {
	border: 0;
}

#block_products {
	margin-top: 5px;
}

#block_services {
	border-top: 1px solid #c3d0d8;
}

.item_price {
	float: right;
	font-weight: bold;
}

.item {
	float: left;
}

.store_submit {
	width: 112px;
	height: 32px;
	text-indent: -3000em;
	display: inline-block;
	border: 0;
	background: url( ../images/store/button_checkout.png ) no-repeat top;
	float: right;
	margin-top: 10px;
}

	.store_submit:hover {
		background-position: bottom;
		cursor: pointer;
	}

.license_info .price {
	display: block;
	border-top: 1px solid #eaeaea;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
}

#renewal_calc {
	margin: 20px 0 5px;
	padding-top: 10px;
	text-align: right;
	line-height: 1.5;
	border-top: 1px solid #c3d0d8;
}

#renewal_calc span { font-weight: bold; }
#renewal_calc a { font-size: 11px; }
