﻿@-ms-viewport {
	width: device-width;
}


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #2B4E72;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
body a {
	color: #0645AD;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
	color: #F58723;
}
p, div {
	margin-top: 1;
}

.clearfix{
	clear: both;
}

.page-wrap{
	margin: 5px auto 30px auto;
	background-color: white;
	width: 1070px;
	overflow: hidden;
	padding: 5px 12px 10px 12px;
}

.page-wrap header{
	font-size: 14px;
	position: relative;
}


.page-wrap header div{
	float: left;
}

.page-wrap header h1{
	line-height: 0;
}

.page-wrap header p{
	margin-bottom: 5px;
}


.page-wrap header .cart {
    margin-top: 3px;
    float: right!important;
}
.page-wrap header .cart ul li{
	list-style-type: none;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}


.page-wrap header .cart ul li a span{
	display: block;
	margin: 0 auto;
}

.page-wrap header .security{
	    margin-left: 125px;
    text-align: center;
    margin-top: 32px;    }

.page-wrap header nav{
	float: left;
	font-size: 0;
	z-index: 1;
}

.page-wrap header nav ul{
	border-radius: 5px;
	border: 1px solid silver;
}

.page-wrap header nav ul li{
	list-style-type: none;
	display: inline-block;
background: #FFFAE6; /* Old browsers */
background: -moz-linear-gradient(top, #FFFAE6 0%, #f5ce22 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFAE6), color-stop(99%,#f5ce22)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFFAE6 0%,#f5ce22 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFFAE6 0%,#f5ce22 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FFFAE6 0%,#f5ce22 99%); /* IE10+ */
background: linear-gradient(to bottom, #FFFAE6 0%,#f5ce22 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFAE6', endColorstr='#f5ce22',GradientType=0 ); /* IE6-9 */
position:relative;

}
.sidebar1 {
    padding: 2px 2px 30px 2px;
    border: 1px solid silver;
    margin-top: 5px;
    background-color: #edf7ff;
    margin-right: 10px;
    position: relative;
    }
    
.sidebar1 ul {list-style-type: circle;}

.sidebar1 h3 {color: #2B4E72;
    font-size: 13pt;}
.sidebar2 {    border: 1px solid silver;
    margin-top: 5px;
    margin-right: 10px;
    position: relative;
    text-align: center;float: left;
    padding: 20px;
    height: 204px;
    width: 32%;
        background: #FAFAFA;}

div#item3 span {
  font-family: Arial!important;
  font-size: 10pt!important;
}

.page-wrap #chat{
	float: left;
	margin-left: 5px;
	margin-top: 2px;
}
.page-wrap #chat img{width: 143px;}

.page-wrap header nav ul li ul{
	min-width: 190px;
	z-index: 5000;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	-moz-box-shadow: 3.5px 3.5px 5px #000000;
	-webkit-box-shadow: 3.5px 3.5px 5px #000000;
	box-shadow: 3.5px 3.5px 5px #000000;
	padding: 0 10px 10px;
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-color: #d4d4d4;
}

.page-wrap header nav ul li ul li{
	margin-top: 10px;
}

.page-wrap header nav ul li ul li a{
	white-space: nowrap;
	background-color: white;
	border: none;
	padding: 4px;
	font-weight: normal;
}



.page-wrap header nav ul li ul li a span{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.page-wrap header nav ul li.customer ul{
	width: 315px;
}

.page-wrap header nav ul li.customer ul li:first-of-type a span{
	
}

.page-wrap header nav ul li.customer ul li:nth-child(2) a span{
	background: url('../images/icons.png') no-repeat -72px -80px;
	width: 16px;
	height: 16px;
}

.page-wrap header nav ul li.customer ul li:nth-child(3) a span{
		background: url('../images/icons.png') no-repeat -103px -80px;
	width: 16px;
	height: 16px;
}
.page-wrap header nav ul li.customer ul li:nth-child(4) a span{
	background: url('../images/icons.png') no-repeat -72px -80px;
	width: 16px;
	height: 16px;
}
.page-wrap header nav ul li.customer ul li:nth-child(5) a span{
	background: url('../images/icons.png') no-repeat -43px -80px;
	width: 14px;
	height: 16px;
}

.page-wrap header nav ul li.customer ul li:last-of-type a span{
	background: url('../images/icons.png') no-repeat -12px -80px;
	width: 14px;
	height: 16px;
}



.page-wrap header nav ul li a{
	text-decoration: none;
	font: bold 16px Trebuchet MS;
	color: #000000;
	padding: 15px 12px;
	display: block;
	border-right: 1px solid silver;

} 

.page-wrap header nav ul li:hover{
	background: #f4dbc6; /* Old browsers */
background: -moz-linear-gradient(top, #f4dbc6 0%, #f58723 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4dbc6), color-stop(99%,#f58723)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f4dbc6 0%,#f58723 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f4dbc6 0%,#f58723 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f4dbc6 0%,#f58723 99%); /* IE10+ */
background: linear-gradient(to bottom, #f4dbc6 0%,#f58723 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dbc6', endColorstr='#f58723',GradientType=0 ); /* IE6-9 */

}

.page-wrap header nav ul li:last-of-type a{
	border-right: none;
}

.page-wrap header nav ul li a span{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: -3px;
}

.page-wrap header nav ul li:first-of-type span{
	background: url('../images/icons.png') no-repeat -2px -5px;
	width: 30px;
	height: 28px;
	margin-top: -1px;
}

.page-wrap header nav ul li:nth-child(2) span{
	background: url('../images/icons.png') no-repeat -43px -3px;
	width: 26px;
	height: 32px;
}

.page-wrap header nav ul li:nth-child(3) span{
	background: url('../images/icons.png') no-repeat -43px -3px;
	width: 26px;
	height: 32px;
}

.page-wrap header nav ul li:nth-child(4) span{
background: url('../images/icons.png') no-repeat -79px -5px;
	width: 28px;
	height: 29px;
}
.page-wrap header nav ul li:nth-child(6) span{
background: url('../images/icons.png') no-repeat -124px -5px;
	width: 28px;
	height: 29px;
}

.page-wrap header nav ul li:last-of-type span{
	background: url('../images/icons.png') no-repeat -159px -5px;
	width: 32px;
	height: 28px;
}

.page-wrap header nav ul li ul li{
	display: list-item;
}

.page-wrap header nav ul li:hover ul{
	display:block;


}

.page-wrap header nav ul li:hover ul li{
  clear:both;
border-style:none;

}

.page-wrap header nav ul li:hover ul li:hover a{
	background-color: #F58723;
}

.page-wrap .sidebar{
	color: #2B4E72;
	float: left;
	padding: 2px 2px 30px 2px;
	border: 1px solid silver;
	margin-top: 5px;
	background-color: #edf7ff;
	margin-right: 10px;
	position: relative;
	float: left;
}

.page-wrap .content{
	padding: 5px 10px 10px 0px;
	margin: 0px 5px 5px 5px;
	height: auto;
	min-height: 200px;
float: left;
width: 78%;
position: relative;
}

.page-wrap .sidebar #search1 input[type=submit]{
	padding: 1px 6px;
}

.page-wrap .sidebar ul li{
	list-style-type: none;
	padding-left: 10px;
}

.page-wrap .sidebar ul li ul li{
	padding-left: 30px;
}

.page-wrap #footer{
	width: 25%;
	height: auto;
	border: 1px solid silver;
	float: left;
	padding: 10px 5px;
	margin-top: 10px;
	min-height: 200px;
}
.page-wrap #footer1{
	width: 25%;
	height: auto;
	border: 1px solid silver;
	float: left;
	padding: 10px 5px;
	margin-top: 10px;
	min-height: 200px;
}

.page-wrap #footer2{
	width: 25%;
	height: auto;
	border: 1px solid silver;
	float: left;
	padding: 10px 5px;
	margin-top: 10px;
	min-height: 200px;
}

.page-wrap #footer3{
	width: 25%;
	height: auto;
	border: 1px solid silver;
	float: left;
	padding: 10px 5px;
	margin-top: 10px;
	min-height: 200px;
}


.page-wrap footer div p:first-of-type{
	text-align: center;
	color: #F58723;
}

.page-wrap footer div p.small
{
	font-size: 12px;
	text-align: center;
}

.page-wrap footer div ul li {
	list-style-type: none;
	padding-left: 5px;
}

.page-wrap footer div ul li a{
	font-size: 12px;
	list-style-type: none;
}

.page-wrap footer div.online-store img{
	margin-top: 5px;
}
.page-wrap footer div.online-store img.first{
	margin-left: 15px;
	margin-right: 30px;
}

.page-wrap footer div.online-store ul li{
	list-style-type: none;
	display: inline-block;
}

.page-wrap footer div.online-store ul li:first-of-type{
	background: url('../images/icons.png') no-repeat -103px -42px;
	width: 37px;
	height: 23px;
	margin-right: 30px;
}

.page-wrap footer div.online-store ul li:nth-child(2){
	background: url('../images/icons.png') no-repeat -198px -43px;
	width: 33px;
	height: 21px;
}

.page-wrap footer div.online-store ul li:nth-child(3){
	background: url('../images/icons.png') no-repeat -155px -43px;
	width: 33px;
	height: 21px;
}

.page-wrap footer div.online-store ul li:nth-child(4){
	background: url('../images/icons.png') no-repeat -4px -42px;
	width: 33px;
	height: 21px;
}

.page-wrap footer div.online-store ul li:last-of-type{
	background: url('../images/icons.png') no-repeat -54px -44px;
	width: 33px;
	height: 21px;
}

.page-wrap footer div.touch ul li{
	display: block;
	list-style-type: none;
}

.page-wrap footer div.touch ul li a{
	display: block;
	font-size: 16px;
}

.page-wrap footer div.touch ul li:first-of-type a{
	background: url('../images/icons.png') no-repeat -198px -7px;
	width: 25px;
	height: 25px;
	display: block;
}

.page-wrap footer div.touch p{
	text-align: left;
}

nav div.resp-menu {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #244165;
	height: 45px;
	z-index: 99999;
}

nav a#pull {
	display: block;
	width: 40px;
	padding: 10px;
	text-indent: -999px;
	top: 0px;
	right: 0;
	float: right;
}

nav a.drop-menu{
	top: 10px;
	left: 20px;
	position: absolute;
}






/*   Media Queries  */



@media only screen and (max-width: 1050px) {

.page-wrap header nav ul li a {padding: 15px 10px}

	.page-wrap{
		width: 100%;
		padding: 0;

	}

	.page-wrap .content{
		width: 100%;
		overflow: hidden;
	}

	.page-wrap .content img{
		max-width: 100%;
		height: auto;
	}

	.page-wrap header .security{
		margin-left: 0;
		margin-top:0px;
	}

	.page-wrap header div.absolute{
		margin-top: 20px;
		float: left;
		
	}

	.page-wrap header .cart ul li a span.hidden{
		display: none;
	}

	div.security img{
		width: 138px;
	}

	.page-wrap header{
		padding-top: 60px;
	}

	.page-wrap header div.logo{
		width: 70%;
		
	}

	.page-wrap header div.logo img{
		width: 70%;
	}

	.page-wrap #chat img{
		width: 100%;
	}

	.page-wrap #chat{
		width: 130px;
	}

	.page-wrap footer div{
		width: 50%;
	}


	.page-wrap div.sidebar {
		display: block;
		width: 250px;
		position: absolute;
		background-color: #FFF;
		left: -250px;
		padding-left: 30px;
		transition: left 0.5s;
		-webkit-transition: left 0.5s;
		top: 40px;
	}
	.page-wrap div.sidebar.active {
		left: 0px;
		z-index:1000;
	}

		nav div.resp-menu {
		display: block;
	}


}
@media screen and (max-width: 1005px) {
.page-wrap header .cart { width:158px;}
.page-wrap header nav ul li a {padding: 15px 8px;}div#chat {    display: none;}}

@media screen and (max-width: 850px) {

a.youraccount {
    display: none;
}
	header .container .row nav ul{
		display: none;
		height: auto;
		margin-top: 0px;
	}

	header .container .row nav ul span{
		display: none;
	}

	header .container .row nav ul li{
		padding: 0;
	}


	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}

	.page-wrap header nav ul{
		display: none;
		width: 100%;
		border-radius: 0;
		position: absolute;
		top: 40px;
		z-index: 2;
	}

	.page-wrap header nav{
		width: 100%;
	}

	.page-wrap header nav ul li{
		width: 100%;
		border-radius: 0;
		background: #f5ce22 ; /* Old browsers */
	}

	.page-wrap header p{
		font-size: 12px;
	    line-height: 30px;
    margin-bottom: -20px;
	}

	.page-wrap header nav ul li ul li{
		margin-top: 0;
	}

	.page-wrap header nav ul li:hover{
		background: #F58723;
	}

	.page-wrap header nav ul li ul{
		display: block !important;
		
		position: static;
		width: 100%;
		border: none;
		box-shadow: none;
		border-radius: 0;
	}

	.page-wrap header nav ul li.customer ul{
		width: 100%;
	}


	
	.page-wrap header div.logo{
		width: 100%;
		text-align: center;
	}
	.page-wrap header div.absolute {
text-align: center;
width: 100%;
border-bottom: 1px solid silver;
}
	
	.page-wrap header .security {
width: 0%;
}
.page-wrap header .cart {
width: 100%;
}
.page-wrap #chat {
display:none;
}



}



@media screen and (max-width: 500px) {
	.page-wrap footer div{
		width: 100%;
	}	

	.page-wrap header div.logo img{
		width: 98%;
	}
	
.page-wrap #footer{
	width: 100%;	
	border-top: 4px double silver;
}
.page-wrap #footer1{
	width: 100%;
	
}

.page-wrap #footer2{
	width: 100%;
	
}

.page-wrap #footer3{
	width: 100%;
	
}
}














h1 {
	padding: 0px;
	margin: 0px;
	font-weight: 600;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-weight: 450;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	padding: 0px;
	margin: 0px;
	font-weight: 450;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.centro {
	text-align: center;
}
#web-buttons-idmsyk6 a {
	display: block;
	color: transparent;
}
#web-buttons-idmsyk6 a:hover {
	background-position: left bottom;
}
a#web-buttons-idmsyk6a {
	display: none;
}
#content4 ul{
	padding-left: 40px;
}
#content4 p {
margin-top: 1em;
margin-bottom: 1em;
}
table#web-buttons-idmsyk7 {
margin-left: 34%;
}
table.style5 p {
margin-bottom: 1em;
}

.style14 {
	list-style-type: circle;
	text-align: left;
}
.style15 {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	color: #F58723;
	font-size: xx-large;
}
.style16 {
	text-decoration: underline;
	color: #000000;
}
.style17 {
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: xx-large;
}
.style18 {
	border-width: 0px;
}
.style19 {
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.standout {
	color: #F58723;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
}
.itemName h2{
	font-weight: bold;
}
.salePrice {
	color: #D90000;
}
.salePriceValue
{	color: #D90000;
}
.youSave {
	font-style: italic;
}
.coupon {
	margin: 9px 10px 0px 10px;
	text-align: center;
	color: #F58723;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
}
.tdpaging {
	font-size: 10pt;
	font-style: normal;
}
dl {
	margin-top: 0px;
}
dd {
	margin-left: 15px;
}
#footer table {
	width: 100%;
}
.border {
	width: 25%;
	vertical-align: top;
	border-right: 1px solid #2B4E72;
	padding: 10px;
	border-left: 1px solid #2B4E72;
}
.orange {
	color: #F58723;
}
.style20 {
	font-size: 12px;
}
a#vlb {
	display: none;
}
.td_breadcrumbs{
	font-size: 13px;
}
.itemName_link{
	color: #000000;
}
#checkout{
	font: 16px Helvetica,Arial,sans-serif;
	}
#content4 td { vertical-align:top;
	} 
	#checkout{
   border-top: 1px solid #338401;
   background: #338401;
   background: -webkit-gradient(linear, left top, left bottom, from(#a6d57f), to(#338401));
   background: -webkit-linear-gradient(top, #a6d57f, #338401);
   background: -moz-linear-gradient(top, #a6d57f, #338401);
   background: -ms-linear-gradient(top, #a6d57f, #338401);
   background: -o-linear-gradient(top, #a6d57f, #338401);
   padding: 12.5px 25px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 16px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
#checkout:hover {
   border-top-color: #338401;
   background: #338401;
   color: #ccc;
   }
#checkout:active {
   border-top-color: #215b00;
   background: #215b00;
   }   
   
 
.style21 {
    font-weight: normal;
    }
    .style22 {
        color: #8EAC6A;
        }
        .style23 {
            font-size: 17px;
                font-weight:bold
                }
.style25 {
	text-align: left;
}
.btncart {
color: 
white;
background: 
#93B964;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
cursor: pointer;
}
.btncart:hover {
color: 
white;
background: 
#338401;
border: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
cursor: pointer;
}
.padding {
	margin:0px;padding:0px;
}
.td_popup_image_close {
background: black;
color: white;}
ul#css3menu3, ul#css3menu3 ul {
	margin: 0;
	list-style: none;
	background-color: #FFFFFF;
	border-width: 0;
	border-style: solid;
}
ul#css3menu3 ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0 3px 3px;
	background-color: #FFFFFF;
	border-width: 0 1px 1px 1px;
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-style: solid;
	border-color: #C4C4C4;
}
ul#css3menu3 li:hover > * {
	display: block;
}
ul#css3menu3 li:hover {
	position: relative;
}
ul#css3menu3 ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
ul#css3menu3 {
	padding: 10px 10px 10px 0;
	display: block;
	font-size: 0;
	float: left;
	width: 415px;
}
ul#css3menu3 li {
	display: block;
	white-space: nowrap;
	font-size: 0;
	float: left;
}
ul#css3menu3 > li, ul#css3menu3 li {
	margin: 0 0 0 0px;
}
ul#css3menu3 ul > li {
	margin: 10px 0 0;
}
ul#css3menu3 a:active, ul#css3menu3 a:focus {
	outline-style: none;
}
ul#css3menu3 a {
	display: block;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	font: 18px Helvetica,Arial,sans-serif;
	color: #0645AD;
	cursor: pointer;
	padding: 4px 10px 6px 10px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	border-width: 0px;
	border-style: none;
	border-color: ;
}
ul#css3menu3 ul li {
	float: none;
	margin: 3px 0 0;
}
ul#css3menu3 ul a {
	text-align: left;
	padding: 4px 10px;
	background-color: #FFFFFF;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #FFFFFF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font: 16px Helvetica,Arial,sans-serif;
	color: #0645AD;
	text-decoration: none;
}
ul#css3menu3 li:hover > a {
	background-color: #FFFFFF;
	border-style: none;
	font: 18px Helvetica,Arial,sans-serif;
	color: #F58723;
	text-decoration: none;
}
ul#css3menu3 img {
	border: none;
	vertical-align: middle;
	margin-right: 4px;
}
ul#css3menu3 img.over {
	display: none;
}
ul#css3menu3 li:hover > a img.def {
	display: none;
}
ul#css3menu3 li:hover > a img.over {
	display: inline;
}
ul#css3menu3 span {
	display: block;
	overflow: visible;
	background-image: url('https://www.christianhomeschoolstore.com/css/arrowsubn.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 29px;
}
ul#css3menu3 li:hover > a > span {
	background-image: url('https://www.christianhomeschoolstore.com/css/arrowsub.gif');
}
ul#css3menu3 ul li:hover > a {
	background-color: #0645AD;
	border-style: solid;
	border-color: #2C6A9B;
	font: 16px Helvetica,Arial,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
ul#css3menu3.topmenu {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
ul#css3menu3 li.toproot > a {
	height: 23px;
	line-height: 16px;
	background-color: ;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}
ul#css3menu3 li.toproot:hover > a {
	line-height: 16px;
	background-color: #FFF;
	border-style: solid;
	border-color: #C4C4C4;
}


td.tdcartrow {
padding: 5px;
}

table#cartTable {
margin: 0 auto;
}

table#buttonTable {
margin: 0 auto;
}
div#item5 font {
    font-family: 'arial';
}

div#item3 font span {
font-family: 'arial';
}
.horizons{
	  width: 25%;
  height: auto;
  float: left;
  margin-top: 10px;
  }

@media all and (max-width: 360px),(max-device-width: 360px) {
				* { float: none;  }.tdpaging {margin-top: -13px!important;}
				#item1 { width: 100%!important; float: none !important; }
				#item { width: 100%!important; float: none !important; }
						#item2 { width: 100%!important; margin-bottom: 15px;}
				#item-f { width: 100%;}td.tdtopmenu {
    margin-top: 4px!important;
    position: absolute;
    right: 5px;
    display:none;
}
.fb-like.fb_iframe_widget {
 display:none!important;
}.horizons {
  width: 100%!important;
} }
@media all and (min-width: 260px) and (max-width:540px)  {
				* { float: none;  }
				#item1 { width: 100%!important; float: none !important; }
				#item { width: 100%!important; float: none !important; }
						#item2 { width: 284px!important; margin-bottom: 15px;}
				#item-f { width: 100%!important; }td.tdtopmenu {
  display:none;

}.horizons {
  width: 100%!important;
} div#wowslider-container1 {
    display: none;
}
div#item2d {width: 95%!important}
}
@media all and (min-width: 540px) and (max-width:780px) {
				* { float: none;  }
#item1 { width: 50%!important; margin-top: 10px;}
				#item { width: 50%!important;  margin-top: 10px;}
				#item2 { width: 284px!important; margin-bottom: 15px;}
				#item-f { width: 28%!important; } 
			td.tdtopmenu {
    margin-top: 4px!important;
    position: absolute;
    right: 5px;
}	.horizons {
  width: 33%!important;
} }

.smallOnly {
visibility: none;
display: none;}

/* for small screens, only execute in if statement */   
@media only screen and (min-width : 250px) and (max-width : 850px) {
.sidebar2{width:46%!important;}
nav.smallOnly {  visibility:visible!important;
    display:block!important;}.text a {
    padding: 4px;
    line-height: 25px;
}}

.crtpc { max-width: 810px!important; }
.crt .crt-popup-modal .close-crt-popup-modal {
  font-size: 55px!important;}


.fb-like.fb_iframe_widget {
    width: 100%!important;
}

.fb-like.fb_iframe_widget span {
    overflow: hidden;
    width: 100%!important;
}
.style26 {
	color: #0645AD;
	    text-align: center;
    font-size: 12px;
}
.style27 {
	font-size: 15px;
}
.borderaop{    border: 1px solid #E5E5E5;
    padding: 5px;
}		.text-video { float: left; width:54%;padding:5px;padding-right: 15px;
    text-align: justify; } 
					.text-video ul { margin-left: 35px; } 		
					.text-video a{font-size: 12pt;}
						.text-video ul li { margin: 10px 0; font-size: 1em; color: #444;} 		
							.text-video h2 { } 		
								.text-video .text { margin-bottom: 10px; } 		
									.redBox {  float: right; width: 46%; border-radius: 5px;; background: #fff; padding:5px; } 
												.redBox h1.sale { color: red; text-transform:uppercase; font-size: 2.5em; letter-spacing:-2px; font-weight: 700; } 	
														.redBox h1.free-shp { color: #75b10f; font-weight: 700; font-size: 2.3em; margin-bottom:15px; } 	
																.redBox ul { margin-left: 35px; margin-top: 10px; } 	
																		.redBox ul li { margin: 10px 0;  } 	
																				p.centro { text-align: center; } 		
																					 			h1.get-off { text-align:center; color: red; font-size: 3em; letter-spacing:-4px; text-transform:uppercase; margin: 15px 0; font-weight: 700; } 	
																					 					 			 			@media all and (max-width: 360px),(max-device-width: 360px) { 				* { float: none;  } 				.content { padding: 0 !important; } 				.page-wrap { width: 320px; margin: 0 auto; } 							.redBox, .text-video, .browse .img, .browse .select { width: 100%; float: none !important; } 				.browse .img img { margin: 0 auto; width: 300px; } 				.browser .img { width: 300px !important; margin: 0 auto; } 				.redBox { margin-top: 10px; } 				.text-video { padding:0 !important; } 				.select-grade-level > ul {width: 300px !import; margin: 0 auto; text-align: center;  } 				.select-grade-level > ul a { font-size: 12px !important; } 			} 			@media all and (min-width: 360px) and (max-width:780px) { 				* { float: none;  } 				.content { padding: 15px !important; margin:0 auto !important;} 				.page-wrap { width: 100%; margin: 0 auto; } 				header img, object { width: 80%; } 				.redBox, .text-video, .browse .select { width: 100%; float: none !important; } 				.browse .img { width 320px !important; float: none !important; margin: 0 auto; } 				.browse .img img { width: 300px !important; } 				.redBox { margin-top: 10px; } 							.select-grade-level > ul {width: 300px !import; margin: 0 auto; text-align: center;  } 				.select-grade-level > ul a { font-size: 14px !important; } 			} 			x !important; } 			} 					


a.itemName_link {
 font-size: medium !important;

}
.security span {
    padding: 5px 0px 0px 0px !important;
}
div#item1 {
    width: 35%!important;
}