@charset "UTF-8";
/* CSS Document */

/*----NEW CSS 2012-----*/

body {
	background-image: url("https://www.olivetree.com/images/texture_BG.png");
	background-position:center top;
	background-repeat:repeat;
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro', tahoma, arial, Verdana, Geneva, sans-serif;
	font-weight:400;
	color: #333;
	font-size:12px;
	background-color: #f9f9f9;
}

#container {
	margin: 0 auto;
	text-align: center;
	min-width: 960px;
}

/* HEADER */ 

#header{
	background-image: url("https://www.olivetree.com/images/header_BG.png");
	background-repeat: repeat-x;
	height: 159px;
	min-width: 960px;
}
	#header .box {
		width: 960px;
		margin: 0 auto;
		position: relative;
	}
	#header .logo {
	    background-repeat: no-repeat;
	    height: 74px;
	    left: 15px;
	    position: relative;
	    top: 16px;
	    width: 245px;
	}
	#header h1 {
		position: absolute;
		left: -99999px;
	}
	#header .account {
		background-image: url("https://www.olivetree.com/images/account_BG.png");
		left: 750px;
	    position: absolute;
	    top: 0px;
	    width: 186px;
	    height: 31px;
	    text-align: center;
	    font-size:13px;
	}
		#header .account a {
			margin: 0 1.3em;
			line-height: 220%;
		}
		
	#header .search {
		left: 350px;
	    position: absolute;
	    text-align: left;
	    top: 50px;
	    width: 342px;
	}
		#header .search .btn {
			position: absolute;
			top: 0;
		}
		#header .search .box {
			background-image: url("https://www.olivetree.com/images/searchbox_BG.png");
			background-repeat: repeat-x;
			background-color: #FFFFFF;
		    border: none;
		    font-size: 15px;
		    height: 31px;
		    width: 300px;
		    padding: 2px 0 0 7px;
		    border-radius: 0px;	
		}
		.search_btn {
			background: url("https://www.olivetree.com/images/search_sprite.png") 0 0;
			height: 34px;
			width: 42px;
			position: absolute;
			border: none;
			left: 300px;
			border-radius: 0px;
		}
			.search_btn:hover {
				background: url("https://www.olivetree.com/images/search_sprite.png") 0px -34px;
				height: 34px;
				width: 42px;
				position: absolute;
				cursor: pointer;
			}
			
		input[type=checkbox], input[type=radio] {
		   display: inline-block;
		   font-size: 15px;
		   line-height: 1em;
		   margin: -0.1em 0.25em 0 1em;
		   padding: 0;
		   width: 1.25em;
		   height: 1.25em;
		   -webkit-border-radius: 0.25em;
		   vertical-align: text-top;
		 }
		
		 input[type=radio] {
		    -webkit-border-radius: 2em; /* Make radios round */
		  }
		
			input[type="text"], [type="password"], [type="email"], textarea {
				border: 1px solid #555555;
			    color: #999999;
			    margin: 7px;
			    padding: 5px;
			    width: 193px;
			    border-radius: 0px;
			}
			input[type="text"].small { width: 25px; }
			input[type="text"]:focus, [type="password"]:focus, [type="email"]:focus, textarea:focus {
				color:#333;
				border: 1px solid #555555;
			    margin: 7px;
			    padding: 5px;
			}
			input[type="text"]#sec_code {
				width: 35px;
			}
			
			 
/* NAVIGATION */		    	

	#header .navigation {
		color: #333333;
	    height: 34px;
	    margin-top: 0.7em;
	    position: absolute;
	    top: 126px;
	}
		.navigation .navbar {
			padding: 0 0 0 .5em;
		    text-align: left;
		    width: 945px;			
		}
		.navigation .navbar a {
			margin-left:14px;
			margin-right:14px;
			margin-top:0;
			font-size: 13px;
		}
		.navbar .cart .buy_btn { 
			text-align: center;
		    width: 105px;
			height: 20px;
			margin-right:15px;
			overflow: hidden;
		}
		.navigation .cart {
			height: 26px;
		    left: 806px;
		    margin: 0;
		    padding: 0;
		    position: absolute;
		    top: -8px;

		    right:0px;
		}
			.navigation .cart a { color: #f1f1f1; }
			.navigation .cart a:hover { color: #fff; }
	#header .live_help {
		left: 770px;
	    position: absolute;
	    top: 45px;
	    width: 150px;
	}
	
/* SALE BANNER */

.sale_banner {
	background: #8aaf3c url("https://www.olivetree.com/images/banner_BG.png") repeat-x;
	height: 35px;
}
	.sale_banner h2 {
		color: #fafafa;
	    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	    font-size: 22px;
	    font-weight:400;
	    margin: 0;
	    padding: 2px 0 0;
	    text-shadow: 0px 1px 1px #555;
	    text-decoration: none;
	    text-align: center;
	}
	.sale_banner a:hover { text-decoration: none;}


/* BUTTONS */

 	.buy_btn {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ffffff), color-stop(1%,#CCC), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 3%,#eaeaea 1%,#CCC 100%); /* Chrome10+,Safari5.1+ */
		background: linear-gradient(to bottom,  #ffffff 3%,#eaeaea 1%,#CCC 100%); /* W3C */	    color: #444;
		background-image: -moz-linear-gradient(top, #ffffff 3%, #eaeaea 1%, #CCCCCC 100%);

        background-color: #77AA3C;
	    margin: 1em 0;
	    padding: 0.5em;
	    font-size: 12px;
	    display: inline-block;
		border: 1px solid #AAA;
	    border-radius:2px;
    	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1.00);*/
    	box-shadow: 0 1px 0 rgba(255, 255, 255, 1.00);*/
	}
	.buy_btn a { color: #333; }
		.buy_btn:hover {
			background-color:#fefefe;
			text-decoration: none;
			cursor: pointer;
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(98%,#eaeaea), color-stop(97%,#ffffff)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ccc 0%,#eaeaea 98%,#ffffff 97%); /* Chrome10+,Safari5.1+ */
			background: linear-gradient(to bottom,  #ccc 0%,#eaeaea 98%,#ffffff 97%); /* W3C */
		    background-image: -moz-linear-gradient(top,  #ccc 0%,#eaeaea 98%,#ffffff 97%);
			}
		a.buy_btn:link { text-decoration: none;  } 
		a.buy_btn:visited { text-decoration: none; } 
		a.buy_btn:hover { text-decoration: none; } 
		a.buy_btn:active { text-decoration: none; } 
		
		
	.buy_btn.small {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ffffff), color-stop(1%,#CCC), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 3%,#eaeaea 1%,#CCC 100%); /* Chrome10+,Safari5.1+ */
		background: linear-gradient(to bottom,  #ffffff 3%,#eaeaea 1%,#CCC 100%); /* W3C */	    color: #444;
		background-image: -moz-linear-gradient(top, #ffffff 3%, #eaeaea 1%, #CCCCCC 100%);
	    color: #333;
	    margin: 1em 0;
	    padding: 0.5em;
	    font-size: 10px;
	    display: inline-block;
	}
	.buy_btn.small a {color: #333;}
		.buy_btn.small:hover {
			background: url("https://www.olivetree.com/images/cart_button_BGon.png") repeat-x scroll 0 0 transparent;
			text-decoration: none;
			}
			
	.buy_btn.continue {
		background-color: #aeaeae;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ffffff), color-stop(1%,#CCC), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 3%,#eaeaea 1%,#CCC 100%); /* Chrome10+,Safari5.1+ */
		background: linear-gradient(to bottom,  #ffffff 3%,#eaeaea 1%,#CCC 100%); /* W3C */
		background-image: -moz-linear-gradient(top, #ffffff 3%, #eaeaea 1%, #CCCCCC 100%);
	    color: #fafafa;
	    display: inline-block;
	    float: left;
	    font-size: 12px;
	    margin: 1em;
	    padding: 0.5em;
   	    color: #444;
	}
	.buy_btn.continue a {color: #fafafa;}
		.buy_btn.continue:hover {
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(98%,#eaeaea), color-stop(97%,#ffffff)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ccc 0%,#eaeaea 98%,#ffffff 97%); /* Chrome10+,Safari5.1+ */
			background: linear-gradient(to bottom,  #ccc 0%,#eaeaea 98%,#ffffff 97%); /* W3C */
			background-image: -moz-linear-gradient(top,  #ccc 0%,#eaeaea 98%,#ffffff 97%);
			text-decoration: none;
		}

.call_to_action, .total .call_to_action {
	background-color:#70b43c;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b4e758), color-stop(43%, #70b43c), color-stop(100%, #3e8f27));
	background-image: -webkit-linear-gradient(top, #b4e758 0%, #70b43c 43%, #3e8f27 100%);
	background-image: -moz-linear-gradient(top, #b4e758 0%, #70b43c 43%, #3e8f27 100%);
	background-image: -o-linear-gradient(top, #b4e758 0%, #70b43c 43%, #3e8f27 100%);
	background-image: linear-gradient(to bottom, #b4e758 0%, #70b43c 43%, #3e8f27 100%);
	border: 1px solid #3E7300;
	border-radius:3px;
	box-shadow:         0px 2px 2px 0px rgba(0,0,0,0.40), inset 0px 1px 1px 0px rgba(255,255,255,0.70), inset 0px 1px 2px 0px #8EE436, inset 0px -3px 4px 0px #3C8425;
	font-weight: bold;
	color:#fafafa;
}

.call_to_action:hover, .total .call_to_action:hover {
	background-color:#b4e758;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(100%, #3e8f27), color-stop(57%, #70b43c), color-stop(0%, #b4e758));
	background-image: -webkit-linear-gradient(bottom, #b4e758 0%, #70b43c 43%, #3e8f27 100%);
	background-image: -moz-linear-gradient(bottom, #b4e758 0%, #70b43c 43%, #3e8f27 100%);
	background-image: -o-linear-gradient(bottom, #b4e758 0%, #70b43c 43%, #3e8f27 100%);
	background-image: linear-gradient(to top, #b4e758 0%, #70b43c 43%, #3e8f27 100%);
	box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.30);
}


/* HOMEPAGE CONTENT */ 
	
#content { margin-bottom: 3em; }
	#content h2 {
		font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
		font-size: 35px;
		color: #333;
		margin: 1.1em 0 0.5em;
	}
	#content h3 {
		font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
		font-size: 22px;
		color: #333;
		margin: 0em;
		padding-bottom: 7px;
	}
	#content p { 
		margin: .2em 0em;
		color: #333;
	}
	#content .box {
		min-width: 960px;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	#content .banner {
		/*background: url("https://www.olivetree.com/images/homepage-banner-8.14.12.jpg") no-repeat center center;
		background: url(https://www.olivetree.com/images40/homepage-banner-12.19.12.jpg) no-repeat center center;*/
		background: url(/images40/homepage-banner-5-21-13.jpg) no-repeat center center;
		height: 264px;
	}
	#content .download_bar {
		background-image: url("https://www.olivetree.com/images/download_bar_BG.png");
		background-repeat: repeat-x;
		height: 58px;
		padding-top: 0.75em;
	}
		#content .download_bar .box {
			width: 960px;
			margin: 0 auto;
		}
		#content .download_bar h3 {
			float: left;
			padding: .5em 0 0 0.5em;
			font-family: "Source Sans Pro", Verdana, Arial, sans-serif;
			font-weight: 600;
		}
		#content .download_bar img { padding: 0 0.4em;}
	
	#content .featured {
		border-bottom: 1px solid #CCC;
	    height: 240px;
	    margin: 1em auto;
	    width: 966px;
	}
		#content .featured .col1 {
			border-right: 1px solid #CCCCCC;
		    float: left;
		    height: 215px;
		    padding-right: 1em;
		    padding-top: 1em;
		    width: 299px;
		}
			#content .featured .thumb {
				margin: 2em 1.5em 0 .7em;
				float: left;
				width: 100px;
				-moz-box-shadow: 0px 1px 1px #888;
				-webkit-box-shadow: 0px 1px 1px #888;
				box-shadow: 0px 1px 1px #888;
			}
			#content .featured .col1 h3 { 
				font-size: 25px; 
			    line-height: 110%;
			    margin: 0.8em 0 0;
			    overflow: hidden;
			    text-align: left; 
			}
			#content .featured .col1 p.detail {
				color: #333333;
			    font-family: 'Source Sans Pro', tahoma, Arial,Helvetica,sans-serif;
			    font-size: 12px;
			    text-align: left;
			    padding-left: 1.2em;
			}
			#content .featured .col1 .price {
				color: #650F0F;
			    font-family: 'Source Sans Pro', tahoma, tahoma, "Times New Roman",Georgia,Serif;
			    font-size: 21px;
			    font-weight: 700;
			    
			    text-align: left;
			    padding: .5em;
			    
			}	
			#content .featured .col1 .price strike {
				color:#333;
			}
		
		#content .featured .col2 {
			background: url("https://www.olivetree.com/images/homepage_featured_box2.jpg") no-repeat center center;
			width: 310px;
			height: 215px;
			float: left;
			padding-top: 10px;
			border-right: #ccc solid 1px;
		}
			#content .featured .col2 h3 {
				top: 15px;
				position: relative;
				line-height: 110%;
			}
			#content .featured .col2 .price {}
		
		
		#content .featured .col3 {
			width: 342px;
			height: 215px;
			float: left;
			padding: .6em 0em 0em 0em;
			text-align: left;
		}
			#content .daily_thumb {
				margin: 2em 1.5em 0 1.7em;
				float: left;
				width: 100px;
				-moz-box-shadow: 0px 1px 1px #888;
				-webkit-box-shadow: 0px 1px 1px #888;
				box-shadow: 0px 1px 1px #888;
			}
			#content .featured .col3 h3 {
				height: 84px;
				line-height: 110%;
				margin: 1em 0 0 0em;
				overflow: hidden;
				text-align: left;
				font-size: 20px;
			}
			#content .featured .col3 .price {
				color: #650F0F;
				font-family:  'Source Sans Pro', tahoma, "Times New Roman",Georgia,Serif;
			    font-size: 20px;
			    font-weight: 700;
			    left: 138px;
			    position: relative;
			    top: -44px;
			    width: 130px;
			}
	#content .featured h3 {
		font-family: 'Source Sans Pro', tahoma, "Times New Roman",Georgia,Serif;
		color: #333;
		font-weight:400;
	}
		h3 .red { 
			color: #650f0f;
			font-weight: 700;
		}
		h3 span { display: block; }
		del { color: #333; }
	
	
	#content .row1, #content .row2, #content .row3 {
		background-repeat: no-repeat;
		background-position: center top;
		width: 929px;
		height: 350px;
		margin: 2em auto;
	}
		#content .row1 { background-image: url("https://www.olivetree.com/images/homepage_row1.jpg");}
		#content .row2 { background-image: url("https://www.olivetree.com/images/homepage_row2.jpg");}
		#content .row3 { background-image: url("https://www.olivetree.com/images/homepage_row3.jpg");}
		#content .row1 .col1, .row2 .col1, .row3 .col1 {
			float: left;
		    padding-top: 250px;
		    text-align: left;
		    width: 420px;
		}
		#content .row1 .col2, .row2 .col2, .row3 .col2 {
			float: right;
		    padding-top: 250px;
		    text-align: left;
		    width: 444px;
		}
		
	#content .testimonials {
		background-color: #eaedef;
		width: 960px;
		margin: 1em auto;
		padding: 0 0 3em;
		display: inline-block;
		-moz-box-shadow: 0px 1px 1px #888;
		-webkit-box-shadow: 0px 1px 1px #888;
		box-shadow: 0px 1px 1px #888;
	}
		#content .testimonials .section {
		    clear: left;
		    float: left;		    
		    text-align: left;
		    width: 413px;
		}
			#content .testimonials .section.left { padding: 1em 0 0 3.8em; }
			#content .testimonials .section.right { 
				float: right;
				clear: right;
				padding: 1em 3.8em 0 0;
			}
		#content .testimonials .section p { 
			font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
		    font-size: 14px;
		    padding-bottom: 8px;
		}
		
/* PRODUCT PAGES */

.product_list { text-align: left; }
	.product_list .box {
		width: 960px;
		margin: 0 auto;
	}
	.product_list_details {
		border-left: 1px dotted #CCCCCC;
	    float: right;
	    margin: 1.5em 0;
	    padding-left: 1.9em;
	    text-align: left;
	    width: 740px;
    }
    	.product_list_details h2 {
	    	font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
		    font-size: 27px;
		    font-weight:400;
		    margin: 0.4em 0;
		    padding: 0;
		    text-align: left;
    	}
    	.product_list_details .sort {
	    	text-align: left;
		    padding-bottom: 1em;
		    border-bottom: 1px dotted #ccc;
		    margin: 0.5em 0 2em -1.3em;
    	}
    	.product_list_details .pagination {
	    	text-align: left;
    	}
    	.product_list_details select { }
    	
	    	.product_list_item {
		    	border-bottom: 1px dotted #CCCCCC;
			    clear: both;
			    color: #333333;
			    min-height: 178px;
			    margin: 0 0 2.3em;
			    text-align: left;
			 }
	    		.product_list_item h3 {
		    		color: #333333;
				    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
				    font-size: 22px;
				    font-weight:400;
				    margin: 0 0 0.2em;
				    line-height: 120%;
	    		}
	    			.product_list_item h3 a { color: #333; }
	    	
		    	.product_list_item .author {
			    	display: block;
		    	}
		    	.product_list_item .price {
			    	display: block;
			    	font-size: 16px;
			    	padding-bottom: 2em;
			    	color: #650F0F;
		    	}
			    	.product_list_item .price img {
				    	position: relative;
				    	top: 7px;
			    	}
		    	.product_list_item .category_thumb {
					width: 110px;
					float:left;
					max-height:200px;
					margin-right:25px;
					margin-bottom: 1em;
					-moz-box-shadow: 0px 1px 1px #888;
					-webkit-box-shadow: 0px 1px 1px #888;
					box-shadow: 0px 1px 1px #888;
				}
				.book_cover {
					-moz-box-shadow: 0px 1px 1px #888;
					-webkit-box-shadow: 0px 1px 1px #888;
					box-shadow: 0px 1px 1px #888;
				}
	.browse {
		float: left;
	    padding-left: 14px;
	    width: 160px;
	    padding-top: 1em;
	    text-align: left;
	}
		.browse a { 
			line-height: 150%;
			color: #333;	
		}
		.browse h4 	{
			font-size: 16px;
		    text-align: left;
		    margin: 15px 0px 6px 0px;
		    padding: 0px;
		    color: #333;
		}
		.browse h5 {
			font-size: 14px;
			font-weight:400;
			padding: 5px 0px 5px 0px;
			margin: 0px;
		}	
		
		.browse h5 a {
			line-height: 135%
		}
		.browse li {
			line-height: 140%;
			list-style: square outside;
			margin: 0 0 0 6px;
			padding: 2px 0px 0px 0px;
			font-size: 13px;
		}
		.browse ul {
			margin: 0;
			padding: 0px 0px 5px 20px;
		}
		.browse .scanalert {
			margin: 2em 0;
		}
		
		
		.category_video_wrapper {
			clear: both;
			float: left;
			
		}
		.category_video	{
			width: 240px;
			float: left;
		}
		
/* PRODUCT DETAIL */

.product_detail { text-align: left; }
	.product_detail .box {
		width: 940px;
		margin: 0 auto;
		padding-left: 5px;
	}
	.product_detail .breadcrumbs, .product_list .breadcrumbs {
		margin: 1.5em 0;
		font-size: 13px;
	}
		.breadcrumbs .NavigationPath { font-size: 13px; }
		.product_detail .breadcrumbs a { 
			font-size: 13px;
			text-decoration: underline;
		}
	.product_detail h1 {
		color: #333333;
	    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	    font-size: 35px;
	    font-weight:600;
	    margin: 1em 0 0.2em;
	}
	.product_detail h2 {
		color: #333333;
	    font-size: 12px;
	    font-weight:400;
	    margin: 0 0 0.2em;
	}
	.product_detail h3 {
		color: #333333;
	    font-size: 12px;
	    font-weight:400;
	    margin: 0 0 1em;
	}
	.product_detail h4 {
		margin: 0.5em 0 0em;
		font-size: 16px;
		font-weight: 700;
		border-bottom: 1px dotted #ccc;
		padding-bottom: .5em;
	}
	.product_detail h5 {
		font-size: 14px;
	    font-weight: 700;
	    margin: 0;
	    padding-bottom: 0;
	}
	.product_detail .price {
		font-size: 22px;
		color: #650F0F;
	}
		span.price { display: block; }
	
	.product_detail .add_this {
		clear: both;
	    float: left;
	    height: 20px;
	    margin: 1.5em 0 0 4.2em;
	    width: 170px;
	}
	.product_detail .store_image {
		float:left;
	 	margin-right:25px;
		-moz-box-shadow: 0px 1px 1px #888;
		-webkit-box-shadow: 0px 1px 1px #888;
		box-shadow: 0px 1px 1px #888;
		width: 250px;
	}
		.download_image {
			float:left;
		 	margin-right:25px;
			-moz-box-shadow: 0px 1px 1px #888;
			-webkit-box-shadow: 0px 1px 1px #888;
			box-shadow: 0px 1px 1px #888;
			width: 250px;
		}
	
	.product_detail .description {
		clear: both;
	    float: left;
	    font-size: 15px;
	    line-height: 140%;
	    margin: 1em 0;
	}
		.product_detail .description img {
			-moz-box-shadow: 0px 1px 1px #888;
			-webkit-box-shadow: 0px 1px 1px #888;
			box-shadow: 0px 1px 1px #888;
		}
		.product_detail .description p {
	    	font-size: 14px;
		    font-family: 'Source Sans Pro', tahoma, Arial,Helvetica,sans-serif;
		    line-height: 150%;
    	}
    	.product_detail .description ul {
	    	font-family: 'Source Sans Pro', tahoma, Arial,Helvetica,sans-serif;
		    font-size: 14px;
		    line-height: 140%;
		    margin: 0em;
		    padding: 0em 0em 0em 2.5em;
		    list-style: square;
    	}
    	.product_detail .description li {
	    	font-size: 14px;
		    font-family: 'Source Sans Pro', tahoma, Arial,Helvetica,sans-serif;
		    line-height: 140%;
		    margin: 10px 0px;
		    padding: 0px;
    	}
	.product_detail .additional_info {
		float: left;
		clear: both;
	}
		.product_detail .additional_info p {
			padding-bottom: 1em;
		}
	.product_detail .platform_info {
		clear: both;
	}
		.product_detail .additional_info h5 {
			font-size: 14px;
		    font-weight: 700;
		    margin: 0px 0px 10px 0px;
		    padding-bottom: 0;
		}
		.product_detail .platform_info p {
			padding: 0px;
			margin: 0px;
		}

/* CUSTOMER ALSO BOUGHT */
				
	.product_detail .also_bought {
		background-color: #eaedef;
		width: 905px;
		margin: 1em auto;
		padding: 0 0 3em;
		display: inline-block;
		-moz-box-shadow: 0px 1px 1px #888;
		-webkit-box-shadow: 0px 1px 1px #888;
		box-shadow: 0px 1px 1px #888;
	    margin: 3em 0;
	    padding: 1.5em 0 1em 3em;
	}
		.product_detail .also_bought h4 { 
			font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
		    font-size: 24px;
		    font-weight:400;
		    margin-right: 2em;
    	}	
		.product_detail .also_bought .product {
			float: left;
		    height: 145px;
		    margin: 2em 1em 0em 0;
		    width: 213px;
		    position: relative;
		}
		.product_detail .also_bought .product .product_image {
			float: left;
		    margin: 0 10px 0 0;
		    min-height: 122px;
		    width: 80px;
		    background-color: white;
		    -moz-box-shadow: 0px 1px 1px #888;
			-webkit-box-shadow: 0px 1px 1px #888;
			box-shadow: 0px 1px 1px #888;
		}
		.product_detail .also_bought h5 {
			font-size: 12px;
		    font-weight:400;
		    height: 59px;
		    margin: 0;
		    overflow: hidden;
		    padding: 0;
		    line-height: 120%;
		}
		.product_detail .also_bought .price {
			font-size: 12px;
			font-weight:400;
		}
		.product_detail .also_bought .buy_btn {
			font-size: 11px;
		    position: absolute;
		    text-align: center;
		    top: 85px;
		    width: 77px;			
		}
		
/* CART */

.cart { margin-left: 1em; }
	.cart h1 { 
		border-bottom: 1px solid #666666;
	    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	    font-size: 27px;
	    font-weight:400;
	    margin: 1em 0.2em 0.8em 0;
	    padding-bottom: 0.7em;
	    text-align: left;
	}
	.cart h3 {
		font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	    font-size: 18px;
	    font-weight:400;
	    margin: 0;	
	}
	.cart .total {
	}
		.cart .total .buy_btn { float: right; }
	
	label {
		clear: left;
	    float: left;
	    margin-left: 7px;
	}
	input.login { 
		float: left;
		clear: left;
		width: 250px;
	}
	.buy_btn.login {
		float: left;
	    margin-left: 169px;
	    width: 100px;
	}
	h2.login { 
		clear: left;
	    float: left;
	    font-weight:400;
	    line-height: 140%;
	    margin-left: 1em;
	    text-align: center;
	    text-decoration: underline;
	}
	.pop_form {
		margin: 0 auto;
	    padding-top: 1.6em;
	    width: 290px;
	}
	.cart select {
		margin: 0.5em 0.5em 0 0.6em;
	}
		
	.cart.problem {
		margin: 2em 0 0 1.2em;
		min-height: 400px;
	}
		
	.order_btn {
		float:right;
		margin-bottom: 4em;
		margin-right: 1em;
	}	
	.mcafee {
		float:left;
		padding-top:1em;
	}
	.final_text {
		text-align:right;
		margin-right: 1em;
	}
	.order_complete {
		font-size:26px;
	}
	.coupon_code {
		margin: 0 auto;
		width: 400px;
	}
	

/* SIGN IN */

.product_list .signin, .forgotpass {
	float: left;
    height: 264px;
    left: 140px;
    margin-top: 2em;
    padding-bottom: 3em;
    position: relative;
    width: 256px;
}
	.signin .error { 
		float: left;
		margin-left: 7px;
	}
	.product_list .signin label, .forgotpass label { 
		clear: both;
	    display: block;
	    float: none;
	    margin: 0;
	    padding: 1em 0 0 0.6em;
    }
    .signin h2, .forgotpass h2 {
	    border-bottom: 1px solid #666666;
	    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	    font-size: 20px;
	    font-weight:400;
	    margin: 1em 0 0.8em 0.4em;
	    padding-bottom: 0.7em;
	    text-align: left;
    }
    .signin h3 {
	    margin: 5em 0;
	    padding-left: 7px;
	    font-weight:400;
	    text-decoration: underline;
	    clear: both;
	    text-align: center;
    }
    .signin .buy_btn, .forgotpass .buy_btn {
	    float: right;
	    padding-right: 7px;
    }
    input.loggin { width: 237px; }

.product_list .forgotpass {
	border-left: 1px dotted #777777;
    float: left;
    height: 284px;
    margin-left: 8em;
    margin-top: 2em;
    padding-left: 7em;
    width: 255px;
}
	.forgotpass p { margin: 0em 0em 0em 0em; }
	.product_list .message {
		clear: both;
	    float: left;
	    margin: 3em 0 1em;
	    text-align: center;
	    width: 100%;
	}
	
/* SEARCH RESULTS */
.search_results {
	float: left;
	width: 750px;
	float: right;
	margin: 1.5em 0;
	padding-left: 1.9em;
}
	.search_results .search_page_box {
		text-align: center;
	}
	.search_results .search_page_box p {
		float: left;
	    font-size: 14px;
	    font-weight: 700;
	    padding-top: 0.2em;
	}


/* ACCOUNT */

.account { 
	text-align: left; 
	width: 960px;
	margin: 0 auto 2em;
	}
	.account .center { 
		margin: 0 auto;
		text-align: left;
		width: 810px;
		padding-top: 2em;
		}
	.account .section {
		background-color: #EEEEEE;
	    border: 1px solid #777777;
	    float: left;
	    margin: 1em;
	    padding: 1em 1em 0 2em;
	    width: 340px;
	    height: 160px;
	}
	.account h1 {
		border-bottom: 1px solid #666666;
	    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	    font-size: 27px;
	    font-weight:400;
	    margin: 1em 0.2em 0.4em 0;
	    padding-bottom: 0.7em;
	    text-align: left;
	}
	.account h2 {
		clear: both;
	}
	.account h3 {
		clear: both;
	    float: none;
	    margin: 2em 0;
	    padding: 2em;
	    text-align: center;
	}
	.account p {
		font-size: 14px;
	    margin: 1em 0 0;
	    padding-top: 0;
	    clear: left;
	}
	

/* My Orders Page */

.my_orders { 
	line-height: 180%;
	margin-top: -2em;
	margin-bottom: 4em;
}
	.my_orders h3 {
		border-bottom: 1px dotted #555;
		border-top: 1px dotted #555;
		font-weight: 700;
		margin: 3em 0 0;
		padding: 0.8em 0 0.6em;
	}
	.my_orders .more {
		float: right;
		position: relative;
		text-decoration: underline;
		top: -35px;
	}	

/* HELP */

.help {  }
	.help .box { 
		width: 960px;
		margin: 0 auto;
	}
.user_guides { text-align: left; }
	.user_guides .box {
		width: 960px;
		margin: 0 auto;
	}
	.user_guides .browse {}
	.user_guides .content {
		float: right;
		width: 755px;
		margin-bottom: 4em;
	}
	.user_guides h1 {
		border-bottom: 1px solid #666666;
	    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	    font-size: 27px;
	    font-weight:400;
	    margin: 1em 0.2em 0.8em 0;
	    padding-bottom: 0.7em;
	    text-align: left;
	}
	.user_guides h2 {
		font-size: 16px;
		line-height: 120%;
		font-weight:400;
	}
	.user_guides h3 {
		font-size: 14px;
	    font-weight: 700;
	    line-height: 120%;
	    margin: 0;
	    padding: 0;
	}
	.user_guides h4 {
		font-size: 14px;
	    line-height: 120%;
	    margin: 0;
	    padding: 0;
	    font-weight: 700;
	}
	.user_guides ul { margin: 1em 0; }
	
	.support_bar {}
	
	
	.learn_article {
		margin: 0 auto;
		text-align: left;
		width: 960px;
	}
	
	
/* NEWSLETTER SIGNUP */
	
	.email, .email:focus {
		margin: 0 0.5em 0 0;
		padding: 7px;
	}	
	
/* VIDEO PAGE */

.video_box {
	width: 960px;
	margin: 0 auto;
}
	.video_box h1 {
	    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	    font-size: 27px;
	    font-weight:400;
	    margin: 1em 0.2em 0 1em;
	    padding-bottom: 0.7em;
	    text-align: left;
	}
	.video_box h2 {
		clear: right;
	}
	
/* ABOUT */

.about { text-align: left; }
.about .box {
	width: 960px;
	margin: 2em auto;
	font-size: 14px;
}

/* PRIVACY PAGE */

.policy {
	width: 930px;
	margin: 0 auto 4em;
	text-align: left;
}
	.policy h1 {
		border-bottom: 1px solid #666666;
	    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	    font-size: 27px;
	    font-weight:400;
	    margin: 1em 0.2em 0.8em 0;
	    padding-bottom: 0.7em;
	    text-align: left;
	}
	.policy h2 {
		font-size: 18px;
	}
	.policy h3 {
		margin: 0em;
		font-size: 13px;
	}

/* FOOTER */ 

#footer	{
	height: 325px;
	background-color: #e6e4e5;
	font-size: 10px;
	padding: 3em 0 0 2.3em;
	clear: both;
}
	#footer a {
		color: #555;
		display: table;
	}
	#footer .box {
		width: 960px;
		margin: 0 auto;
		position: relative;
		font-size: 11px;
		line-height: 170%;
		text-align: left;
	}
	#footer .col1 {
		width: 150px;
		position: absolute;
	}
	#footer .col2 {
		width: 150px;
		position: absolute;
		left: 160px;
	}
	#footer .col3 {
		width: 150px;
		position: absolute;
		left: 320px;
	}
	#footer .col4 {
		width: 150px;
		position: absolute;
		left: 480px;
	}
	#footer .col5 {
		left: 600px;
	    position: absolute;
	    width: 344px;
	    text-align: right;
	}
	#footer .newsletter {
		top: 20px;
	    width: 300px;
	}
		#footer .newsletter .box {
			background-image: url("https://www.olivetree.com/images/searchbox_BG.png");
			background-repeat: repeat-x;
			background-color: #FFFFFF;
		    border: none;
		    font-size: 15px;
		    height: 31px;
		    width: 250px;
		    padding: 2px 0 0 7px;	
		    border-radius: 0px;
		}
		#footer .newsletter_btn {
			background: url("https://www.olivetree.com/images/newsletter_btn.png") 0 0;
			height: 34px;
			width: 44px;
			position: absolute;
			border: none;
			left: 300px;
			border-radius: 0px;
		}
			#footer .newsletter_btn:hover {
				background: url("https://www.olivetree.com/images/newsletter_btn.png") 0px -34px;
				height: 34px;
				width: 44px;
				position: absolute;
				cursor: pointer;
			}
			
			#mc_embed_signup2 {
				margin: 1em 0;
			}
		
	#footer .col5 .social { margin: 1.5em 0; }
		#footer .col5 .social img { 
			margin-left: 10px;
			float: right;
			}
		#footer .col5 .social a {
			display: block;
		}
		#footer .col5 p.copyright a {
			display: block;
		}
		
		#footer .col5 .social .fb-like {
			float: right;
			clear: right;
			margin: 1.3em 0em;
		}
		#footer .col5 p {
			font-size: 11px;
		    text-align: right;
		    padding-top: 195px;
		    color: #555;
		}
	#footer h4 {
		margin: 0 0 0.3em;
		line-height: 100%;
		color: #555;
	}
	
	#footer_bible_verse {
    	float: none;
    	clear: both;
    	margin-top: -2em;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: center;
	}
	
	#footer_bible_verse * {
    	color: #555;
	}



/*---LAYOUT---*/


.category {
	font-size:15px;
	font-weight:700;
	line-height:190%;
}

h1 {
	font-size: 18px;
	font-weight:400;
}

h1.browse {
	
	font-weight:800;
	
	}

h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	margin-top:-10px;
}
img {
	border:none;
}
p {
	font-family:'Source Sans Pro', tahoma,Arial, Helvetica, sans-serif;
	color:#333;
	line-height:140%;
	font-size:14px;
}
hr {
	/*border-top: 1px #999 dotted;*/
	margin: 0 0 1em 0;
}

li {
    font-family:'Source Sans Pro', tahoma, Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	line-height:120%;
}
a.white:link {
	text-decoration:none;
	color:#FFF;
}
a.white:visited {
	text-decoration:none;
	color:#FFF;
}
a.white:hover {
	text-decoration:underline;
	color:#FFF;
}
a.white:active {
	text-decoration:none;
	color:#FFF;
}
a:link {
	color:#333;
	cursor: pointer;
	text-decoration:none;
}
a:link.underline {
    text-decoration: underline;
}

.navbar a:link, .account a:link {
	text-decoration: none;
}

.navbar a:hover, .header .account a:hover {
	color:#0088aa
}
a:visited {
	text-decoration:none;
	color:#333;
}
a:visited.underline {
    text-decoration: underline;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
a:active {
	text-decoration:none;
	color: #333;
}
a:active.underline {
    text-decoration: underline;
}
.strike {
	text-decoration:line-through;
	color:#333;
}
.underline {
	text-decoration:underline;
}
.error {
	font-size:14px;
	font-weight:400;
	color:#bb3330;
}

.key_value_dictionary dt, 
.key_value_dictionary dd {
    float: left;
    -webkit-margin-start: 0px;
}

.key_value_dictionary dt {
    width: 10em;
    text-align: right;
    clear: left;
}

.key_value_dictionary dd {
    margin-left: 1em;
}

/*---HEADER---*/

.logo {
	padding-top:0.5em;
	padding-bottom:1em;
	text-align:left;
}
.selector {
	background-image:url(../images40/selector_background.png);
	background-repeat:no-repeat;
	font-family:'Source Sans Pro', tahoma, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:400;
}
.selector_text {
	position:relative;
	top:8px;
	left:375px;
	width:430px;
	vertical-align:middle;
}
.selector_box1 {
	position:relative;
	top:-11px;
	left:590px;
	width:100px;
	height:25px;
}
.selector_box2 {
	position:relative;
	top:-19px;
	left:100px;
	width:100px;
}
.selector_button {
	position:relative;
	top:-15px;
	left:795px;
	width:100px;
}
.navlink_09 {
	background-color:#333;
	/*background-image:url(../images40/nav_bar.png);*/
	color:#FFFFFF;
	font-family:'Source Sans Pro', tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:30px;
	padding-left:1.6em;
}
/*---HOMEPAGE ONLY---*/

.home_box {
	background-image:url('https://www.olivetree.com/images40/home_box.png');
	background-position:center top;
	background-repeat:no-repeat;
	padding-right:1em;
}
.home_title {
	color:#FFFFFF;
	font-family:'Source Sans Pro', tahoma,Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	padding-left:1.2em;
	padding-top:0.5em;
}



/*---ACCOUNT BOX---*/


.account_box {
	background-image:url(https://www.olivetree.com/images40/account_box2.png);
	background-repeat:no-repeat;
	font-family:'Source Sans Pro', tahoma,Arial, Helvetica, sans-serif;
	font-size:14px;
}
#account_text {
	position: relative;
	top: 9px;
	left: 32px;
	width:140px;
	color:#FFF;
}


/*---STORE PAGES---*/

.MainContent {
	background-color: #fff;
}

.viewcart_thumb {
	float:left;
	margin-right:15px;
	width: 75px;
}

.continue_btn {
	float:right;
	padding-top:2em;
}

.edit_button {
	position:relative;
	top:5px;
	left:10px;
}
.buttonCurrect {
	position:relative;
	top:5px;
	left:10px;
}


/* Fixing /Mac Pages */

.feature_container.full_width p {
	width: 310px;
}

/* Fixing Bible Study Apps Page */

.bible-study-page {
	width: 960px;
	margin: 0 auto;
}


/* Admin Pages */


.admin_pages {
	margin: 0 auto;
    text-align: left;
    width: 100%;
    font-size: 13px;
}	
	.admin_pages a:link { text-decoration: underline; }
	.admin_pages a:visited { text-decoration: underline; }
	.admin_pages a:hover { text-decoration: underline; }
	.admin_pages a:active { text-decoration: underline; }
	
	.admin_pages input[type="text"], [type="password"], [type="email"], textarea {
		border: 1px solid #555555;
	    color: #000;
	    margin: 7px;
	    padding: 5px;
	    border-radius: 0px;
	}
	.admin_pages input[type="text"]:focus, [type="password"]:focus, [type="email"]:focus, textarea:focus {
		color:#000;
		border: 1px solid #555555;
	    margin: 7px;
	    padding: 5px;
	}
	.admin_pages textarea {
		width: 100%;
	}
	.older_devices { 
		font-size: 16px;
	}
	.older_devices a:link, a:visited, a:hover, a:active { text-decoration: underline; }

	h1.browse {
	
	font-weight: 400;
	
	}

/*SEARCH STUFF*/

	.search_results h1 {
	    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	    font-size: 24px;
	    font-weight:400;
	    text-align: left;
	    width: 200px;
	    float:left;
	    
	}
	.query_info {
		float:right;
		clear:none;
		margin-top:25px;
	}

form#search {
    background-color:silver;
    padding:10px;
}
.body{
	font-size: 16px;
	}
ol.results {
    border-top: 1px dotted #CCCCCC;
    padding-top:10px;
}
.regprice {
	font-size:16px;
	color: #650F0F;
	min-width:115px;
	float:right;
	clear:none;
	text-align: right;
	margin-top:40px;
	}
.author{
	font-size:1.1em;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom:5px;
	}

.results li {
    font-size:.9em;
    height: 150px;
    padding:15px;
    background-color:#fafafa;
    border-radius:4px;
    box-shadow: 0px 2px 5px #ddd;
    margin-bottom: 20px;
}

.results li a {
	/*
Old bad code here
	font-family: alegreya, "Times New Roman", Times, serif;
    font-size:2.0em;
    */
}

.results .product_image {
	float:left;
}

.results img {
	border:solid 1px #fefefe;
	box-shadow: 0px 2px 3px #dadada;
}

.results .result_description {
	float:left;
	width:460px;
	margin-left: 20px;
}

.results p {
	margin-top:0;
	margin-bottom:0;
	height: 113px;
	overflow: hidden;
	font-size:13px;
}

.results search_content {
	float:left;
	clear:left;
}

a.read_more {
	color:#003388;
}

.results li h3 {
    font-weight: normal;
    font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
    font-size:18px;
    margin-bottom:5px;
    margin-top:0;
    line-height:20px;
}

.pages {
    clear: both;
    text-align: center;
    margin-bottom:20px;
}

.pages a {
    color:black;
    text-decoration: 700;
    padding:4px;
    margin:2px;
    border:1px solid silver;
    background-color:#eeeeee;
}
.pages b {
    padding:4px;
    margin:2px;
    background-color:#eeeeee;
}

.results strong {
	background-color:#fffecc;
}

.results {
	list-style: none;
	clear:both;
	padding:0;
}

.search_results h2 {
	clear:both;
}

.no_results {
	clear:both;
}

/*Gift Card Page*/

.giftc .gift_background {
	width:500px;
	background:url(../images40/gift-certificate-background.jpg) no-repeat;
	height:684px;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.4), -1px -1px 1px rgba(0,0,0,0.03);
	position: relative;
	top:-30px;
}

.giftc .gift_content {
	font-size: 15px;
	position:relative;
	top:45px;
	left: 45px;
	padding-right: 100px;
}

.giftc h1 {
	font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	font-size:30px;
	margin-bottom: 10px;
}

.giftc p {
	font-size: 15px;
	margin-bottom: 10px;
}

.giftc form {
	margin-top:-15px;
	padding: 0;
}

.giftc .required {
	color:#730000;
	font-weight: 600;
}

.giftc .error {
	font-size:13px;
}

.giftc .textfield {
	width:225px;
	margin-left: 20px;
	background:#fcf6e8;
	box-shadow: 1px 1px 3px #bfbab0 inset, -1px -1px 2px #a8a49b, 1px 1px 2px #fcf6e8;
	border:0;
	border-radius: 4px;
    outline: none;

}
.giftc .textfield:focus {
	border:0;
	margin-left:20px;
	position:relative;
	top:-1px;
	box-shadow: 1px 1px 4px #9e9a91 inset, -1px -1px 2px #a8a49b, 1px 1px 2px #fcf6e8;
	background: #fffbeb;
}

.giftc textarea {
	height:80px;
}

.giftc .personal_message {
	position: relative;
	top: -38px;
}

.giftc .buy_btn {
	margin-top:-10px;
	margin-left:-7px;
}

h5.active {
	font-weight: bold;
	color:#888;
}

img.oticon {
	padding-left:30px;
}

.product_list .browse li {
	list-style: circle;
}


/* new categories stuff */

.product_list_details .category_thumb {
	width:106px;
	border:solid 1px #fbfbfb;
	box-shadow: 0px 1px 4px #ccc;
	clear:none;
	margin-bottom:0;
}

.product_list_details .product_image {
	float:left;
}

.product_list_details .product_image img {
	min-height: 150px;
}

.product_list_details .product_list_item {
	min-height: 140px;
	padding:10px;
	border:0;
	background: #fbfbfb;
	box-shadow: 0px 1px 4px #ccc;
	border-radius: 4px;
	position: relative;
}

.product_list_details .product_list_item .product_info {
	width:450px;
	float:left;
}

.product_list_details .product_list_item h3 {
	font-size:18px;
}

.product_list_details .product_list_item .author {
	font-size:12px;

}

.product_list_details .product_list_item p {
	font-size: 13px;
	margin-top:5px;
}

.product_list_details .product_list_item .price{
	width:100px;
	position: absolute;
	top: 42px;
	float:right;
	margin-bottom:0;
	clear:none;
	padding:0;
	display:block;
	text-align: right;
	right:10px;
}

.product_list_details h1 {
	font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.sidebrowse {
	font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	top: 10px;
}

.browse h5 {
	font-family: "Source Sans Pro", tahoma, arial, sans-serif;
}

.browse .active strong {
	font-weight: 600;
}

.atclear {
	clear:both;
}

.browse .divided_below {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #ccc;
	width:60%
}

/*Christmas Sales*/

.twelve_days_of_christmas.todays_sale #container {
	background:url(../images40/snowflakebackground.jpg);
	overflow: hidden;
}

.twelve_days_of_christmas.todays_sale #container h1 {
	font-size: 1px;
	height:180px;
	width:740px;

}

.twelve_days_of_christmas.todays_sale #container .sort {
	display: none;
}

.twelve_days_of_christmas.todays_sale .product_list_item + .product_list_item {
	margin-top:0
}

.twelve_days_of_christmas.todays_sale .product_list_item  {
	margin-top:20px;
	background-color:#f8f8f8;
	background-color:rgba(245,255,245,.3);
}

.twelve_days_of_christmas.todays_sale #container h3 a {
	color:#006a00;
}

/*The DAYS*/

.twelve_days_of_christmas.todays_sale.cat_365 h1 {
	background:url(../images40/christmas12/banner-12-25-12.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_366 h1 {
	background:url(../images40/christmas12/banner-12-26-12.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_367 h1 {
	background:url(../images40/christmas12/banner-12-27-12.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_368 h1 {
	background:url(../images40/christmas12/banner-12-28-12.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_369 h1 {
	background:url(../images40/christmas12/banner-12-29-12.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_370 h1 {
	background:url(../images40/christmas12/banner-12-30-12.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_371 h1 {
	background:url(../images40/christmas12/banner-12-31-12.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_372 h1 {
	background:url(../images40/christmas12/banner-01-01-13.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_373 h1 {
	background:url(../images40/christmas12/banner-01-02-13.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_374 h1 {
	background:url(../images40/christmas12/banner-01-03-13.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_375 h1 {
	background:url(../images40/christmas12/banner-01-04-13.jpg);
}

.twelve_days_of_christmas.todays_sale.cat_376 h1 {
	background:url(../images40/christmas12/banner-01-05-13.jpg);
}

/*home christmas*/

#content .christmas_banner .col1 {
	width:637px;
	height:184px;
	background:url(../images40/christmas-home-banner.jpg);
	padding:0;
	margin:0;
	float:left;
}

.christmas_banner .twelvedaystext {
	color:#f6eae9;
	color:rgba(255,255,255,.8);
	font-size: 42px;
	font-weight:900;
	clear:both;
	text-align: center;
	display:block;
	position: relative;
	top:45px;
	text-shadow: 0px 3px 8px rgba(0,0,0,0.5)
}

.christmas_banner .Day {
	color:#f6eae9;
	color:rgba(255,255,255,.8);
	font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	font-size: 28px;
	font-style: italic;
	clear:both;
	text-align: center;
	display:block;
	position: relative;
	top:40px;
	text-shadow: 0px 3px 8px rgba(0,0,0,0.5)
}
	
.christmas_col3 {
	float:right;
	width:325px;
	background:url(../images40/christmas12/popular-study-bibles.jpg) center 22px no-repeat;
	height:184px;
	border-right: solid 1px #ccc;
}

.christmas_col3 .popular_title {
	font-size:24px;
	font-weight: 900;
	clear:both;
	text-align:center;
	float:none;
	display:block;
	position: relative;
	top:114px;
}

.christmas_col3 .popular_subtitle {
	font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	font-style: italic;
	font-size:18px;
	font-weight: 400;
	clear:both;
	text-align:center;
	float:none;
	display:block;
	position: relative;
	top:110px;
}


/*Install Instructions!*/


.installation_instructions p, .installation_instructions ul, .installation_instructions li {
	font-size:14px;
}

.installation_instructions h3 {
	font-size:18px;
	font-weight: 400;
	font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	font-weight: 600;
}

.installation_instructions h2 {
	font-size:24px;
	font-weight: 600;
	font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
}

.installation_instructions h1 {
	font-size:30px;
	font-weight: 400;
	font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	padding-bottom: 10px;

}

.installation_instructions .device_type {
	margin-top:20px;
	margin-bottom:20px;
	border-top:dotted #bbb 1px;
}

.cart .installation_instructions h1 {
	margin-top:0;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* font size fixes */
.cart table {
	font-size: 14px;
}


/*Promo Page*/
.promo .product {
	clear:both;
	margin-top:20px;
	margin-left: 40px;
	margin-right: 40px;
	padding:30px;
	background: #fafafa;
	border-radius: 8px;
	box-shadow: 0px 4px 8px #dadada;
	overflow:hidden;
}

.promo .product p {
	margin-top:5px;
	margin-bottom: 5px;
}

.promo .product_image {
	float:left;
	width:160px;
	margin-right: 20px;
}

.promo .product_image img {
	width:160px;
	margin:0;
}

.promo .product_image p {
	margin-top:5px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.promo h1 {
	font-size: 26px;
	font-family: 'Source Sans Pro', tahoma, arial, sans-serif;
	margin-bottom:0;
	margin-top:0;
}
.promo h1 a:link {
	text-decoration: none;
}

.promo p.details {
	margin-top:5px;
	line-height:19px;
}

.promo .product_description h2 {
	font-family: source sans pro, tahoma, sans-serif;
	margin-top:0;
	margin-bottom: 10px;
	font-size: 20px;
}

.nopromo {
	font-size: 28px;
	margin-top:80px;
	margin-bottom: 80px;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
}

/*BR5 Enhanced Star Code */
.image-container {
	position:relative;
}

.left_content .image-container {
	top:10px;
	left:10px;
}

.left_content .image-container .resource_guide_corner_flag {
	width:34%;
}

.image-container .resource_guide_corner_flag {
	position:absolute;
	top:0;
	left:0;	
}

/*Homepage Device Links*/

.device-info-container {
	height:50px;
	width:135px;
	border:solid 2px #aaa;
	border-radius:5px;
	float:left;
	position:relative;
	top:-3px;
	margin-left:15px;
	box-shadow:0px 1px 0px #efefef;
}

.device-info-container .device-thumb {
	height:40px;
	margin-top:5px;
	margin-left:-2px;
	float:left;
}

.device-info-container#iphone .device-thumb {
	margin-top:3px;
	height:42px;
	margin-right: -4px;
}

.device-info-container#mac .device-thumb, .device-info-container#windows .device-thumb {
	margin-top:4px;
	height:41px;
	margin-left: -1px;
	margin-right: 1px;
	margin-bottom: 3px;
}

.device-info-container#ipad .device-thumb {
	margin-right: -1px;
}

.device-info-container .device-label {
	float:left;
	text-align:left;
	font-size:16px;
	font-weight:600;
	margin-top:8px;
	clear:right;
	margin-left: -2px
}

.device-info-container .learn-more-link {
	float:left;
	text-align:left;
	font-size:12px;
	font-weight:regular;
	margin-left:0px;
	margin-top:-3px;
	width:81px;
}

.navbar .cart .buy_btn {
	border:0;
	border-radius:0;
	background:url("https://www.olivetree.com/images/cart_button_BG.png") repeat-x scroll 0 0 transparent;
	color:#fafafa;
	text-shadow:none;
}

.navbar .cart .buy_btn:hover {
	color:#fff;
	background:url("https://www.olivetree.com/images/cart_button_BGon.png") repeat-x scroll 0 0 transparent
}

.cart table {
	line-height: 180%;
}

.promotions_input {
	width:600px;
	position:relative;
	margin-bottom: 10px;
	padding: 0px 15px 15px 15px;
}

.promotions_input .category {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.promotions_input .field {
	clear:none;
	float:left;
}

.promotions_input .small {
	float:none;
	clear: both;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.cart .left-align {
	float:left;

}

.cart .right-align {
	float:right;
	clear:right;
	width:280px;
	margin-right: 20px;
}

.promotions_input .field {
	width:260px;
}

.promotions_input .error {
	display:inline-block;
	margin-bottom:4px;
	margin-top:-3px;
	font-weight: 600;
}

.cart label {
	clear:both;
	float:none;
	display: block;
}
.cart select {
	margin-top:10px;
	margin-bottom: 5px;
}

.promotions_input label {
	margin-bottom:-7px;
}

.promotions_input h2 {
	margin-bottom:3px;
	font-weight:600;
	margin-top: 0;
}
.promotions_input .text {
	width:160px;
}
.promotions_input .giftcert {
	clear:none;
}

h1.billing {
	border-top:solid 1px #bbb;
	padding-top:10px;
	margin-bottom: 0px;
}
.billing_info {
	width:680px;
	margin-left: auto;
	margin-right: auto;
}

.billing_info .field {
	margin-top:15px;
	margin-bottom:15px;
	height:55px;
}

.billing_info label {
}

.cart h1 {
	border-bottom: 0;
	padding-bottom: 0;
}

.cart .order_summary .order_header {
	background: #eaeaea
}

.cart .order_summary .odd {
	background:#eaeaea;
}

.cart .order_summary .order_item {
	padding:5px;
}

.cart .order_summary {
	border:solid 1px #ccc;
	margin-bottom: 15px;
	border-spacing:0;
	line-height: 35px;
}

.order_summary tr, .order_summary th, .order_summary td  {
	padding-left: 10px;
	padding-right: 10px;

}

.cart .order_summary td.item_title {
	width: 600px;
	font-weight: 400;
	text-decoration: underline;
}

.cart .order_summary .item_subtotal, .cart .order_summary .item_price {
	text-align:right;
}

.cart .order_summary .item_quantity {
	text-align:center;
}

.cart .order_summary th {
	font-size: 15px;
	font-weight: 600;
}

.cart .order_calculation {
	width:200px;
}

.cart .order_calculation {
	float:right;
	text-align: right;
	font-size: 15px;
	line-height: 24px;
	margin-right: 5px;
}

.order_calculation label {
	float:left;
	margin-left: 0;
}

.order_calculation .total {
	font-weight: 600;
	border-top:dotted 1px #bbb;
	margin-top:5px;
	padding-top:5px;
}

.payment_buttons h2 {
	font-weight: 600;
	margin-bottom: 30px;
}
.payment_buttons .credit_btn .buy_btn {
	font-weight: 600;
	font-size:16px;
	float:left;
	margin-left:200px;
	margin-top:5px;
}

.payment_buttons .paypalbutton {
	float:left;
	margin-left: 20px;
	margin-top:6px;
}

.payment_buttons {
	margin-bottom:40px;
}

#ccinfo {
	overflow:hidden;
	border-top:solid 1px #bbb;
}

.payment_selection h2 {
	font-weight: 600;
}

#ccinfo .credit_cards {
	float:none;
	margin-bottom:10px;
	margin-top:-10px;
	margin-left: 7px;
}

#ccinfo .cc_error_msg {
    margin-bottom: 3em;
}

#ccinfo .cc_error_msg .error {
    font-size: 16px;
    font-weight: 600;
    margin-top:-10px;
}

#ccinfo label {
	margin-top: 10px;
}

#ccinfo .expiration, #ccinfo .exp_year {
	float:left;
}

#ccinfo .billing_info h2 {
	font-weight: 600;
}

#ccinfo .billing_info_summary {
	border:0;
	border-top:solid 1px #bbb;
	margin-top:20px;
}

#ccinfo .billing_info_summary label {
    margin-top: 0px;
}

#ccinfo .billing_info_summary {
    font-size: 14px;
}

#ccinfo .billing_info_summary p {
	font-size:14px;
}

#ccinfo .final_text {
	text-align: center;
	border-top:solid 1px #bbb;
}

#ccinfo .final_text p {
	margin-bottom:5px;
}
#ccinfo .continue_btn {
	float:none;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	padding-top:0;
}

#ccinfo .continue_btn .buy_btn {
		font-size: 16px;
}

/*Handy Clearfix.*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.float-left {
  float:left;
}

.float-right {
  float:right;
}

/* line 109, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 111, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
/* line 62, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
/* line 65, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 66, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 115, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media only print, screen and (min-width: 48em) {
  /* line 121, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  /* line 124, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 125, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 126, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 127, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 128, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  /* line 134, ../../../../../usr/local/rvm/gems/ruby-1.9.3-p392@global/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}
