/* Generic CSS Code */
.marketing-hr{height:2px;color:#999;margin: 20px 0;}

/* Bundles Specific Code */
#bundle-offer{width:100%;min-height:219px;background-color:#eaf5fb;margin-bottom:30px;}
#bundle-offer li{line-height: 14px;}
#bundle-offer-head{background-image:url(http://www.lawteacher.net/images/lawteacherarrow.gif);background-repeat:no-repeat;background-position:right;height:34px;}
#bundle-offer-head-left{width:370px;color:#FFF;padding-left:10px;padding-top:3px;}
#bundle-offer-head-right{float:right;width:130px;text-align:center;padding-top:3px;padding-right:30px;}
#bundle-offer-main{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;padding-left:10px;font-weight:bold;}
#bundle-offer-bottom{width: 180px;height:25px;padding-top:5px;float:right;text-align:center;background-color:#102983;color:ffcc00;}
#bundle-offer a:link, #bundle-offer a:visited {margin:0;padding:0;color:#ffcc00;text-decoration:none;font-weight:bold;}
#bundles h3, #finance-top h3 {padding:0;margin:0;color:#102983;font-weight:bold;border: 0;}
#bundle-offer-head h3{color:#FFF;}
#bundle-offer-head-right h3, #bundle-offer-main li {color:#102983;}
/************************************************************/
/* Finance Options Page Css */
#finance-block{text-align:center;}
#finance-block-top, #finance-block-top h3{background-color:#ffcc00;color:#102983;}
#finance-block-bottom, #finance-block-bottom h3{background-color:#102983;color:#FFF;}
#finance-block-top, #finance-block-bottom{padding: 5px 10px;}
.site-colour{color:#102983;}


/*Added for second essay discount*/
div.coupon_sted {
	width: 500px;
	height: 230px;
	margin-top:30px;
	margin-left: auto ;
  	margin-right: auto ;
	border: 2px solid #003472; /*change colour here to match your site*/
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	padding: 0;	font-size: 100%;
}
div.coupon_sted h2 {
	width: auto;
	height: 20px;
	margin: 0;
	padding: 8px 25px;
	-moz-border-radius-topleft:13px;
	-moz-border-radius-topright:13px;
	font-size: 1.4em !important;
	background-color: #003472 !important; /*change colour here to match your site*/
	color: #FFFFFF !important;
	font-weight: bold !important;
}
div.coupon_sted p.coupon_sted_text1 {
	width: 320px;
	height: 35px;
	padding-left: 15px;
	font-size: 105% !important;
	color: #003472 !important; /*change colour here to match your site*/
	background-color: #FFFFFF;
	font-weight: bold !important;
}
div.coupon_sted img {
	float: right;
	padding-right: 60px;
	margin-top: -20px;
}
div.coupon_sted p.coupon_sted_text2 {
	display: inline;
	padding-left: 15px;
	color: #003472 !important; /*change colour here to match your site*/
	background-color: #FFFFFF;
	font-size: 100% !important;
	font-weight: bold !important;
}
div.coupon_sted p.coupon_sted_text2 span, div.coupon_sted p.coupon_sted_text2 a {
	width: auto;
	height: auto;
	min-width: 70px;
	padding: 2px 10px;
	margin-left: 10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #003472 !important; /*change colour here to match your site*/ 
	color: #FFFFFF !important;
	font-weight: bold !important;
	font-size: 100% !important;
	display: inline-block;
}
div.coupon_sted .coupon_sted_text3 {
	width: 40%;	height: auto;
	padding: 2px 15px;
	display: inline-block;
}
div.coupon_sted ul li {
	line-height: 90% !important;
	margin-bottom: 2px !important;
	font-size: 80% !important;
}
.paymentthanks_orderanother a{
	color:#000; /*change colour here to match your site text*/ 
}
.paymentthanks_orderanother span{
	color:#003472; /*change colour here to match your site*/ 
}


/*Added for meet us*/
#meet-us h3 {
	padding:0;
	padding-top:5px;
	font-size:1.7em;
	*font-size:1.5em;
	margin:0;
	color:#000;
	font-weight:bold;
}
#meet-us li{
	padding-bottom:10px;
}
.meet-us{
	width:200px;
	float:right;
	margin:22px 0 0 10px;
}
/*This is the text below the images on the right so change colours to match site*/
.meet-us p{
	text-align:center;
	background:#000;
	color:#fff;
	padding:0 0 5px 0;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius-bottomleft :5px;
	-webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright :5px;
	-webkit-border-bottom-right-radius:5px;
}
.meet-us img{
	padding-bottom:3px;
}
#button{
	width:300px;
	float:right;
	padding:20px 0;
}
/*This is obviously the button.... change colours to match site*/
.button{ 
		color:#fff;
		font-size:14px;
		background-color:#000;
		-moz-border-radius :5px;
		-webkit-border-top:5px;
    	padding:5px;
		text-align:center;
		}
.button a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.button a:hover{
	text-decoration:underline;
}
/*This is the spacing for the form input fields*/
.spacing{
	margin-bottom:5px;
	}
/*the feedback boxes from the visit-us form*/
#success{
	background-color:#3C3; 
	border:2px solid #363; 
	padding:10px; 
	margin:10px;
	color:#000;
}
#error{
	background-color:#F00; 
	border:2px solid #C00; 
	padding:10px; 
	margin:10px;
	color:#fff;
}
#error h2{ color:#fff;}
