/*

	-- -- -- -- -- -- --
	keys2drive v1: three column content CSS file
	type: screen
	last edit:20 march 09
	-- -- -- -- -- -- --

    Contents:   =LAYOUT
                =LISTS    
                =FREE LESSON             
*/


/**************************************************************************** =LAYOUT */

#content .leftCol { 
    float:left;
	width:200px; 
	margin-right:10px;
}

#content .middleCol { 
    float:left;
	width:515px; 
	padding-top:10px;
	margin-right:10px; 
}

#content .rightCol { 
    float:left;
	width:200px; 
    padding-top:10px;
}


/**************************************************************************** =LISTS */

#content .middleCol ul {
    margin:10px 40px 15px 15px; 
}

#content .middleCol ol {
    margin:10px 40px 15px 40px; 
}

#content .middleCol ul li {
   font-size: 13px;
   line-height:21px;
   margin:0 0 5px 15px;
   list-style:none; 
   padding:0 0 0 0;
   list-style:disc;
   /*background: url("../../../../images/furniture/icons/orgSml-arw.png") 0 8px no-repeat;*/
}

#content .middleCol ul.arrows li {
   font-size: 13px;
   line-height:21px;
   list-style:none; 
   margin:0 0 0 0px;
   padding:5px 0 0 15px;
   background: url("../../../../images/furniture/icons/orgSml-arw.png") 0 10px no-repeat;
}

#content .middleCol ul li a {
   font-size: 13px;
   line-height:21px;
}

#content .middleCol ol li {
   font-size: 13px;
   line-height:21px;
   margin-bottom:7px;
}


/****************************************************************************  =FREE LESSON */

#freeLessonNote {
    display:block;
    float:right;
    width:207px;
    height:146px;
    margin-top:30px;
    padding-left:13px;
    text-indent:-9999em;
    background: url("../../../../images/furniture/modules/freeLessonNote.png") no-repeat;
}

.rightCol #freeLessonNote {
    display:none;
}
