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


/* Layout */

body{background-color:#fff; background-image:url(../images/cfk-bodybg-tile.gif); background-repeat:repeat-x;}

#header {margin:auto; width:950px; height:234px;}

#kids-montage {margin:auto; width:870px; height:156px; background-image:url(../images/cfk-kids-header.jpg); background-repeat:no-repeat;}

#logo {float:left;}

#topnav {}

.container {}

#content-top {background-image:url(../images/cfk-body-top.jpg); height:8px;}

#content-middle {background-image:url(../images/cfk-bodycontent-bg.gif); padding-top:10px;}

#body-content {}

#footer {margin:auto; padding-top:20px; width:950px; height:300px; background-image:url(../images/cfk-footer-tile.gif); background-repeat:repeat-x; color:#999; text-align:center; font-size: 10px;}

#footer a{color:#999; text-decoration:underline; margin-left:10px; margin-right:10px;}

#footer a:hover{color:#333;}

.img-border {border:1px solid #CCC; padding:10px; margin:0px 0px 20px 0px;}



.sponsor-logo {border:1px solid #999; margin:0 10px 10px 0}


/* Educational Store */

#rightStore {
	margin: 0 0 0 0;
	text-align: right;
	padding: 5px auto;

}

#eduLLogo {
	margin: -34px 0 0 -50px;
}

#eduLLogoI {
	margin: -24px 0 0 -152px;
}

#eduLogo {
	margin: -21px 0 0 -22px;
}

#payloom-wrapper{
}


#payloom img {
    border: 0;
    padding: 0;
    margin: 4px;
}

#payloom label{
    font-weight:bold;
}

#payloom-footer {
    clear: both;
}

#payloom .hidden {
    display: none;
}

#payloom .payloom-product-name{
    font-size:medium;
    font-weight:bold;
    margin: 4px 0;
    
}

.payloom-detail-contents {
    padding: 20px;
    overflow: auto;
}

#payloom {
    border-bottom: none;
    margin: 10px auto;
}


.clearer {
    clear:both;
}

/* @group SmartCols */

ul.payloom-products{
    width: 99%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
ul.payloom-products li {
    float: center;
    width: 200px; /*Set default width*/
    margin: 20px 0;
    display: inline;
    font-size: 1em;
    margin-right: 10px; /*Creates the 10px gap between each column*/
    padding: 20px;
    list-style-image: none;
    background-image: none !important;

}

ul.payloom-products li h4{
    font-size: 1.8em;
}

ul.payloom-products li img {
    padding: 4px;
    margin: 4px;
    display: block;

}

ul.payloom-products li div.payloom-prod-content{
    position:relative;
    display:block;
    overflow:hidden;
	width: 400px;
	text-align: justify;
}

/* @end */

/* @end */

/* @group Cart */
.fancy-loader {
    background: transparent none repeat scroll 0 0;
    display: none;
    height: 40px;
    overflow: hidden;
    position: absolute;
    width: 40px;
    z-index: 5000;
}

.fancy-loader div {
    background: transparent url(fancy_progress.png) no-repeat scroll 0 0;
    height: 480px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 5001;
}

div.payloom-content {
    overflow: auto;
}

#payloom-cart-empty {
    padding: 10px 10px;
    font-size: medium;
}

#payloom-cart table {
    background-color: #fff;
    border-collapse: collapse;
}

#payloom-cart th {
    padding: 5px
}

#payloom-cart td {
    padding: 3px
}

#payloom-cart td.payloom-delete {
    padding: 3px;
    height: 24px;
    width: 24px;
    background: url(../images/eduStore/trashCart.png) no-repeat 6px 8px;
}

#payloom-cart thead,#payloom-cart tfoot {
    background-color: #eee
}

#payloom-cart .payloom-product-name {
    font-size: 0.90em;
    font-weight: bold;
    display: block;
    text-align: left;
    color:#333;
}

#payloom-cart .payloom-product-details {
    display: block;
    text-align: left;
    font-size: 11px;
    color: #666;
}

.payloom-number {
    text-align: left;
}

tr.payloom-totals td {
    text-align: right;
    font-weight: bold
}

.blockMsg {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: black none repeat scroll 0 0;
    border: none;
    color: white;
    /*  font-size:x-large; */
    left: 20%;
    opacity: 0.7;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 20%;
    width: 60%;
}

* html .blockMsg {
    filter: alpha(opacity = 70);
}

#payloom-slideout {
    background: #000 url(../images/eduStore/cart.jpg) repeat-x scroll 0 0;
    border: solid #000;
    border-width: 2px 2px 2px 0;
    height: 320px;
    left: -352px;
    position: fixed;
    text-align: center;
    top: 100px;
    width: 350px;
    padding: 0;
}

/* makes cart stick in pos ie6 */
* html #payloom-slideout {
    top: expression((ignoreMe = document.documentElement.scrollTop || document.body.scrollTop) + 100 + 'px');
    position: absolute;
}



#payloom-slideout iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -10;
    border: none;
    padding: 0;
    margin: 0;
}

* html #payloom-slideout iframe {
    filter: alpha(opacity=0);
}

#payloom-slideout-handle {
    background-color: black;
    color: white;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -x-system-font: none;
    background:transparent url(../images/eduStore/cart.png) no-repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 100px;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -26px;
    text-align: center;
    text-decoration: none;
    text-indent: -200px;
    top: 232px;
    width: 25px;
    z-index: 20;
}

#payloom-close{
    display: bold;
    position:  absolute;
    width:24px;
    height: 24px;
    background: transparent url(../images/eduStore/close.png) no-repeat;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

#payloom-contents {
    border-top: 1px solid black;
    clear: left;
    position: relative;
    background: #fff url(../images/eduStore/cartContent.jpg) repeat-x;
    height: 266px;
}

div.payloom-content {
    height: 285px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
}

#payloom-cart {
    width: 100%;
    height: 266px;
}

div.payloom-cart-checkout { 
    height: 44px;
    padding-top: 2px;
    background: transparent;    
}

div.payloom-cart-checkout .payloom-co-btn{
    display: block;
    background: transparent url(../images/eduStore/checkOUTPP.gif) no-repeat;
    width: 200px;
    height: 32px;
    margin: 0 auto;
    cursor: pointer;

}

div.payloom-content table {
    width: 99.9%;
}

#payloom-cart-msg {
    color: #333333;
    font-size: medium;
    padding: 8px;
}


div.payloom-cart-footer {
    width: 342px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000 url(payloom-tabs-bg.jpg) repeat-x scroll 0 0;
    color: #fff;
    border-top: 1px solid #000;
    padding: 4px;
    height: 13px;
    font-size: small;
}

#payloom-cart-contents {
    width: 99.9%;
    height: 200px;
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
}

#payloom-search-form {
    padding: 2px 10px;
    background: #000 url(payloom-search-bar.jpg) repeat-x;
    border-bottom: 1px solid #333;
    color: #333;
}

.payloom-update-btn {
    height: 32px;
    width: 121px;
    margin: 0;
    padding: 0;
    background: transparent url(update-btn.png) no-repeat;
    background: transparent url(http://cartloom.com/images/update_btn.png) no-repeat;
}

.payloom-update-btn input {
    opacity: 0;
}

/* clearfix hacks */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

#payloom-cart-title {
    margin: 7px auto;
    color: white;
    text-align: center;
    font-weight: bold;
    text-shadow: -1px -1px 1px #000;
}

div.payloom-cart-total {
    text-align: center;
    padding: 4px;
    color: #333;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}

img.payloom-thumb 
.payloom-row-one {
    background-color: #fff
}

.payloom-row-two {
    background-color: #edf3fe;
}
/* @end */


/* @group Sheet */

.payloom-sheet {
    width: 280px;
    padding: 20px;
    background: #fff url(sheet-bg.jpg) no-repeat;
    position: absolute;
    margin-top: -1px;
    top: 0;
    left: 15px;
    font-size: 1.2em;
    z-index: 2000;
    border: 1px solid #666;
}

.payloom-sheet h3 {
    padding: 0 16px 2px;
    font-weight: bold;
    color: #000;
}
 
.payloom-sheet p {
    color: #4c4c4c;
    padding: 0 16px 2px;
    margin: 2px;
}

/* @end */

/* @group Custom */

#payloom ul li { width:300px; }
#payloom li img { float:left; }


/* @end */


/*Menu */

#myslidemenu {float:right; margin-right:50px;}


/*Typography*/


h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h1 {font-size:2.5em;line-height:1;margin-bottom:0.25em; color:#333;}
h2 {font-size:1.8em;line-height:1.25;margin-bottom:2em; color:#993;}
h3 {font-family:Arial, Helvetica, sans-serif; margin-bottom:2em; font-size:1.4em; line-height:1.5em; color:#666;}
h4 {font-size:1.3em;line-height:1.25;margin-bottom:1.25em; font-weight:bold; color:#666;}
h5 {font-size:1em;font-weight:bold;margin-bottom:0.25em;margin-top:0.5em;color:#666666;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {
	margin:0 0 1em;
	font-family:Arial, Helvetica, sans-serif;
}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009; font-weight:bold; text-decoration:none;}

