/*

Left Extras

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.left_cta {
	width: 190px;
	height: 62px;
	margin: 10px 0 0 0;
	float: left;
}

	.left_cta a {
		width: 190px;
		height: 62px;
		float: left;
		text-indent: -9000px;
		background: transparent url(../images/main/ln_order_lyriana.png) left top no-repeat;
	}
	
		.left_cta a:hover {
			background: transparent url(../images/main/ln_order_lyriana.png) left center no-repeat;
		}
		
		.left_cta a:active {
			background: transparent url(../images/main/ln_order_lyriana.png) left bottom no-repeat;
		}

/*

Order Bottom

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.orderintro {
	width: 736px;
	padding: 20px;
	float: left;
}

	.orderintro p {
		padding: 0 0 5px 0;
	}
	
	.orderintro strong {
		font-size: 26.6667px;
	}
	
	.orderintro h2 {
		font-size: 18px;
		color: #012f49;
	}

.orderbottom {
	width: 754px;
	padding: 0 20px 20px 20px;
	border: 1px #666 solid;
	float: left;
	background: #DEEEF8;
}

.orderrow {
	width: 722px;
	margin: 20px 0 0 0;
	padding: 15px;
	border: 1px #666 solid;
	float: left;
	background: #FFF;
}

	.orderrow .heading {
		width: 722px;
		float: left;
		font-size: 18px;
	}
	
		.orderrow .heading h2 {
			font-weight: bold;
		}
		
			.orderrow .heading h2 em {
				font-weight: bold;
				color: #2B92D2;
			}
	
	.orderrow .media {
		width: 240px;
		padding: 0 30px 0 0;
		float: left;
	}
	
	.orderrow .desc {
		width: 230px;
		padding: 20px 0 0 0;
		float: left;
	}
	
		.orderrow .desc h3 {
			font-size: 16px;
			font-weight: bold;
		}
		
		.orderrow .desc p {
			padding: 0 0 5px 0;
			color: #222;
		}
		
			.orderrow .desc p strong {
				font-size: 14px;
				color: #CA1439;
			}
	
	.orderrow .button {
		width: 198px;
		padding: 15px 5px 0 0;
		float: right;
	}
	
		.orderrow .button a {
			width: 198px;
			height: 68px;
			float: left;
			text-indent: -9000px;
			background-color: transparent;
			background-position: left bottom;
			background-repeat: no-repeat;
		}
		
			.orderrow .button a:hover {
				background-position: left top;
			}
			
			.orderrow .button a.six {
				background-image: url(../images/orderbottom/button_6.png);
			}
			
			.orderrow .button a.three {
				background-image: url(../images/orderbottom/button_3.png);
			}
			
			.orderrow .button a.one {
				background-image: url(../images/orderbottom/button_1.png);
			}
	
.orderinfo {
	width: 732px;
	margin: 10px 0 0 0;
	padding: 10px 10px 0 10px;
	float: left;
}

	.orderinfo h3 {
		padding: 0 0 5px 0;
		font-size: 16px;
		color: #CA1439;
		font-weight: bold;
	}
	
	.orderinfo h4 {
		padding: 0 0 5px 0;
		font-size: 14px;
		font-weight: bold;
	}
	
	.orderinfo p {
		padding: 0 0 5px 0;
	}