/**
 * CSS Guide for Mambo 4.5 templates 
 * @author Wee Keat Chin
 * @url www.visualdensity.com
 * @email weekeat@visualdensity.com
 */


/**
 * General Body Styling
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */
 
body {
	margin: 0px 0px 0px 0px;
	padding:0;
	
	border:none;


	}

td,tr {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin:0px;
	font-weight: normal;
	line-height: 1.5em;
	

	}
p {
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin:0px;
	margin-bottom:10px;
	text-align: left;
	font-weight: normal;
	/*line-height: 1.5em;*/
	line-height: 23px;
	}
h1{
	color: #666666;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	
	
	}
h2 {
	color: #666666;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*padding:0px;
	margin:0px;*/
	
	}
h3   {
	color: #666666;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	
	}
h4  {
	color: #666666;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	}

h5,h6 {
	color: #666666; 
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	margin:0px;
	}

a:link, a:visited {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #c8d82d;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	color:#999999;	text-decoration: underline;
	}
	
ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-right:20px;
		
	}
#menu13 {
	width: 200px;
	margin: 10px;
	}
#menu13  ul
{
	list-style: none;!important
	margin: 0;
	padding: 0;
}
#menu13 li
{
	list-style:none !important;
	margin-bottom:5px;
}
.butt
{
	text-align:center;
}
#menu13 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	outline:none;
	}	
	
#menu13 li a:link, #menu13 li a:visited {
	color: #505050;
	display: block;
	background:  url(../images/menu13.gif);
	padding: 8px 0 0 10px;
	}
	
#menu13 li a:hover {
	color: #505050;
	background:  url(../images/menu13.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
.menu-nav li {
	list-style:  outside;
	padding-right:5px;
	}
	
	.blog img a{
	background:none;
	border:0px;
	}

img
{
 border:0px;
}
/**
 * General Mambo Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */
	background: transparent; 
	height:1px; 
	border: 1px solid #314B77;
	}

hr.separator {
	/* found this css style in Peekmambo's css style. Still haven't worked out
	   if this is a custom style or an in built style. Will update when I find out*/
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #314B77;
}

.pagenavbar {
		/*for some weird reasons, this is not used in page nav, but found it used 
	  for nick names in forum threads by Simpleboard */
	  text-align: center;
}

.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */

	font-weight: normal;
	color:#CCCCCC;
}

a.pagenav:link, a.pagenav:visited {
	/* same as above, but for links */
	
	color: #75c5ea;
}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #8E4130;
}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    }
.small_form {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */
	   color:#990000;
	
	}




/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */
 

.inputbox {
	font-family:  Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	background: #FFFFFF;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	}





/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */
 
.ontab {
	/* For styling of the "Tab" buttons when editing contents through the frontend
	   (when you log in as admin in the frontend). This .ontab is the styling for the
	   tab when it is active or after its "clicked" */
	background-color: #323A15;
	border-left: outset 1px #DCF2FA;
	border-right: outset 1px #808080;
	border-top: outset 1px #DCF2FA;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
	   This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
	background-color : #e5e5e5;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}

.tabpadding {
	/* this style is used set the size of the tab in 
	   in the above */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.tabheading {
	/* Not too sure what this is used for. Couldn't find anything
	   related to it yet at the moment */
}

.pagetext {
	/* this style is used to style the content of the editing form
	   contents (where HTMLArea sits and all its forms + contents) in
	   the frontend Administration interface */
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}




/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */
 
.createdate {
	/* name says it all.. its for styling the date the content/articles are created under 
	   contents title */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	text-decoration: none;
	font-weight: normal;
	}

a.readon:link, a.readon:visited {
	/* For formatting the "Read on..." link for blogs and on frontpage. */
	color: #8E4130; 
	text-decoration: none; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:30px;
		font-weight: normal;	
	}

a.readon:hover {
	color: #006699;	
	text-decoration: underline;	
	}





/** 
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */
 
.contentpane {
	/* This is used mainly for the table that holds the SECTIONS such as News.
	   This is when you create a link to a Section and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. Yes! That entire thing is contained in a table with this style */
		
	}

.contentpaneopen, .contentpaneopen2  {	
width:100%;
margin: 0px;
padding: 0px;
	}
	



.contentheading  {
font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #c8d82d;
	text-align:center;
	
	
	}
.content_title{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #135d8d;
	text-align:left;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
	
	}


a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #c8d82d;
	border:none;
	text-decoration:none;
	}
a.contentpagetitle:hover{ color: #8E4130}
.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	}

table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */
	color: #343A58;
	background-color: #e0e0e0;
	border-top: 1px solid #465675;
	border-bottom: 1px solid #465675;
	border-left: 1px solid #465675;
	border-right: 1px solid #465675;
    }

table.contenttoc td {
	/* the same as above, but this is used to format the td or
	   table cells */
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
	padding: 3px;
}

.content_rating {
	/* used for styling the texts used for displaying 
	   those "stars" for rating in an article */
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	/* used for those voting texts (the one with voting RADIO buttons) */
	font-weight: normal;
	font-size: 8pt;
}


/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables 
 */

.sectiontableheader {
	/* This is for styling the section table headers on a SECTION's page.
	   An example would be those articles lists when you click on "News" or something?
	   With a table header of "Date", "Item Title", "Author" and "Hits" ? That's the
	   header that you will be controlling through this style */
	background-color : #94B1CF;
	
	padding: 2px;
	color : #FFFFFF;
	font-weight : bold;
	
	}

.sectiontableentry1 {
	/* this is used when there's a whole list of data to provide and
	   you need to create alternate colors for each row of data. This is
	   the first color */
	background-color : #EBF2FF;
	
	
	}
	
.sectiontableentry2 {
	/* this is the second color for the row. So, the table generator,
	   will alternate its style through sectionableentry1 and sectiontableentry2
	   as it cycles through and outputs each row of data. Similar to forum's post
	   listings */
	background-color : #FFFFFF;

	
	}





/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */

.category {
	/* this is to set the category Titles ( found on a SECTION's page
	   where the Category lists are) styles */
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#7598CF;
		}

a.category:link, a.category:visited {
	/* same as above, but to set the link format */
	color: #7598CF; 
	font-weight: bold;
	}

a.category:hover {
	/* same as above, but for links with mouse pointer over it */
	color: #8E4130;
	}




/**
 * Mambo Blog styling
 * ------------------
 * Not too sure where this is used yet. I tried the blog section
 * but it doesn't seem to use it. If you have info on this,
 * email me. I'll update this part.
 */
 
a.blogsection:link{
	color: #44757D; 
	text-decoration: none; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
		font-weight: normal;	
	}
	a.blogsection:visited {
	color: #759328;	
	 
	text-decoration: none; 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
		font-weight: normal;
	}

a.blogsection:hover {
	color: #759328;	
	text-decoration: underline;
	font-size: 10px;
		font-weight: normal;	
	}




/**
 * Mambo Components Styles
 * -----------------------
 * These stylings are to format the way components title
 * is displayed
 */


div.componentheading {

font-family: Arial, Helvetica, sans-serif;
	height:36px;
	font-size: 36px;
	font-weight: bold;
	color: #c8d82d;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
	padding-top:10px;
	
	}
	
/**
 * Mambo Modules formatting
 * ------------------------
 * These stylings are to format the way modules are
 * displayed. It mainly deals with the format of its
 * table. I think this doesn't need too much explaining
 */

table.moduletable {
	/* styling the module table */
	margin: 0px 0px 0px 0px;
	width: 95%;
	
	}

table.moduletable th {
	/* styling the module header, and the module titles */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	}

table.moduletable td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	}
	


/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */
 
 
 /*  Polls  */
 
.poll {
	/* polls texts */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #343A58;
	line-height: 14px
	}

.pollstableborder {
	/* set the border properties of the polls voting table */
	border: 1px solid #465675;
}



/*  Weblinks */

a.weblinks:link, a.weblinks:visited {
	color: #405115;
	text-decoration: none;
	font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	
	}

a.weblinks:hover {
	/* same as above, but for link with mouseover */
	color: #000099;	text-decoration: underline;
	}
	


/*  Newsfeeds */

.newsfeedheading {
	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #343A58;
   }

.newsfeeddate {
	/* yeah.. the date on the newsfeed */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #343A58;
	font-weight: normal;
	}

.fase4rdf {
	/* this is the body text of the newsfeed */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	color: #343A58; 
	font-weight: normal;
	}

a.fase4rdf:link {
	/* links of the body text of the newsfeed */
	font-size: 11px; 
	font-weight: bold; 
	color: #356C82;
	}

a.fase4rdf:hover {
	/* links of the body text of the newsfeed when mouse points over it*/
	font-size: 11px;
	font-weight: bold; color: #759328;
	}


/* Search page */


table.searchintro {
	/* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */
  	background-color: #FFFFFF;
	border: 1px solid #8D9ABC;
	}


/*  Contact's table settings  */

table.contact {
	/* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT 
	   enclose the dropdown list for selecting the Department/person
	   to contact */
	background-color: #FFFFFF;
	}

table.contact td.icons {
	/* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
	background-color: #CCCCCC;
	}

table.contact td.details {
	/* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
	background-color: #F3F3F3;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}


.pathway{
text-align:right;
font-family:Myriad, Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#8E4130;

right: 0px;
	margin: 0;
	padding: 2px 2px 2px 2px;
}
a.pathway:link, a.pathway:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004B8D;
		font-weight: normal;	
}
a.pathway:hover {
	color: #8E4130;
	text-decoration: none;
		font-weight: normal;	
}
.search{
padding:5px;
}
.article_separator { 
  /* border-top: 1px solid #000000;
   display: block;
   width: 98%;
   margin:auto;        */
   /*margin-left: 10px;
   margin-top:  10px;*/
   clear:both;
}
/* USER menu styling*/
/*left side navigation*/


.moduletable_user{
	width:198px;
	
margin-top:20px;

text-align:right;


}

.moduletable_user ul{
	margin: 0px;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	padding:0px;

}

a.mainlevel_user:link, a.mainlevel_user:visited{
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
	text-align: right;
	
	
	
		font-weight: normal;
		display: block;
		width:188px;
		padding-right:10px;
		
			
}
a.mainlevel_user:hover{ color: #FFFFFF;}
#active_menu_user{ color: #FFFFFF}

/*right bar layout*/
.moduletable h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;


}
.moduletable ul.latestnews {
	margin:0px;
	padding:0px;
	border: 1px dotted #727272;	
	padding:5px;

}
.moduletable .latestnews li{

list-style-type: none;
padding-bottom:10px;
}

.moduletable a.latestnews:link, .moduletable a.latestnews:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3F3F3F;
	text-decoration: none;
	line-height:normal;

}
.moduletable a.latestnews:hover{
text-decoration:underline;

}

/*right bar ulimate layout*/
.moduletable_latestnews h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;


}
.moduletable_latestnews ul.udc_list {
	margin:0px;
	padding:0px;
	border: 1px dotted #727272;	
	padding:5px;

}
.moduletable_latestnews .udc_list li{

list-style-type: none;
padding-bottom:10px;
}

.moduletable_latestnews a:link, .moduletable_latestnews a:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3F3F3F;
	text-decoration: none;
	line-height:normal;

}
.moduletable_latestnews a:hover{
text-decoration:underline;

}
.colorheading
{
	color:#C8D82D;
	font-size:18px;
font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
}
.heading
{
	font-size:18px;
       font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
}
ul.list
{
	width:700px;
	margin:auto;
}
ul.list li
{
	list-style:url("../images/check.png");
	margin-left:35px;
	line-height:30px; 
         font-size:12px;
         font-weight:bold;
font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
         
}
ul.list li h1,h3,h4,h5
{
color:#000;

}
ol.listnew
{
list-style:decimal
}
ol.listnew li
{
list-style:decimal;
font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
}
.smalltitle
{
font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
}
.smallcolortitle
{
font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
color:#99CC00;
}
.smallbluetitle
{
font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
color:#3366FF;
}
ol li
{
    margin-left:35px;
    line-height:30px; 
         font-size:12px;
         font-weight:bold;
font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;
}
/*Online page css*/
#content-sec {
	width:800px;
	height:auto;
	background:#f1f1f1;
	margin-top:0px;
	float:left;
	padding:10px 0px;
}

.content-bg {
	width:259px;
	height:auto;
	min-height:420px;
	background:#e9e9e9 url(../images/header_boxes_bg.gif) repeat-x;
	float:left;
	margin-right:10px;
	
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0, .5);
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0, .5);
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#333;
}
.content-bg1 {
	width:259px;
	height:auto;
	min-height:352px;
	background:#e9e9e9 url(../images/header_boxes_bg1.gif) repeat-x;
	float:left;
	margin-right:10px;
	
	-webkit-box-shadow: 0px 2px 10px #ff9c00;
	-moz-box-shadow: 0px 2px 10px #ff9c00;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#333;
}

.header-text {
	width:250px;
	font-size:18px;
	line-height:35px;
	padding:0px 10px;
	color:#fff;
}

.price-text {
	width:230px;
	padding:5px 10px 10px 10px;
	font-size:13px;
	text-align:left;
	float:left;
	font-weight:bold;
}

.price-listing li{
	padding:5px 10px;
	list-style-image:url(../images/tick.png);
	list-style-position:inside;
}

.price {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
a.cartbutton
{
	line-height:30px;
}
.e_blue-dashed {
    background-color: #FFFFFF;
    border: 2px dashed #129FD4;
    color: #4887AD;
}
.e_box {
    font-size: 14px;
    margin: 15px auto;
    padding: 10px 20px;
    width: 500px;
}
.box {
	width: 35em;
	margin: 50px auto;
}

.box div {
	margin: 0.5em 0 0 -2.5em;
}

.box div.topleft {
	display: block;
	background: url("../images/box-bg.png") top left no-repeat #F2F2F2;
	padding: 2.0em 0em 0em 2.0em;
}

.box div.topright {
	display: block;
	background: url("../images/box-bg.png") top right no-repeat #F2F2F2;
	padding: 2.0em;
	margin: -2.0em 0 0 2.0em;
}

.box div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url("../images/box-bg.png") bottom left no-repeat #F2F2F2;
}

.box div.bottomright {
	display: block;
	background: url("../images/box-bg.png") bottom right no-repeat #F2F2F2;
	height: 45px;
	margin-left: 3.0em;
}

.funnel-nav-container {
	background:url(../themes/k1/images/funnels/body-bg.png) repeat-y scroll 0 0 transparent;
	margin: auto;
	width:955px;
	padding: 0 10px 0 10px;
}

.funnel-event-nav {
	padding:0 0 15px 0;
	text-align:center;
}

.funnel-event-nav-bottom {

}

	.funnel-event-nav div.selected {
		display:none;
	}
	
	.funnel-event-nav li {
		background:url(../themes/k1/images/funnels/nav-divider.gif) no-repeat left;
		display:inline;
		list-style:none;
		padding:0 11px 0 15px;
		color:#536a7a;
		font-size:15px;
		letter-spacing:.09em;
		text-decoration:none;
		text-transform:uppercase;
	}
	
		.funnel-event-nav li:first-child {
			background:none;
		}

	.funnel-event-nav a {
		color:#0060C2;
		font-size:15px;
		text-decoration:underline;
		text-transform:uppercase;
	}
		
		.funnel-event-nav .active {
			color:#323232;
			font-weight:bold;
		}
		
		.funnel-event-nav a:hover {
			color:#222;
			text-decoration:underline;
		}
		
		.funnel-event-nav .disabled {
			color:#757575;
		}

		.funnel-content {
			padding:0 40px 0 40px;
		}

/* Content Area */

.funnel-content {
	padding-top: 15px;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:12px !important;
   
}

.funnel-event-headline-container {
	background:url(../themes/k1/images/funnels/line-shadow.gif) no-repeat left top;
	width:914px;
	margin:auto;
	padding-top:15px;
}

.funnel-headline {
	color: #707070;
	font-size: 32px;
	font-family: Impact, Arial;
	font-weight:normal;
	text-align: center;
}

.funnel-headline p {
	margin: 0;
	padding: 0;
	color: #707070;
	font-size:12px !important;
	font-family: Impact, Arial;
	font-weight:normal;
	text-align: center;
	line-height:normal;
	text-align:center;
}
ul.bullet10
{
	list-style-type: none;
    margin-bottom: 0;
    margin-left: 0px;
	padding-left:0px;
    margin-top: 0;
    padding-left: 0;
    text-align: left;
}
ul.bullet10 li {
    background: url("../images/bull10.png") no-repeat scroll 0 3px transparent;
    padding-left: 29px;
	line-height: inherit !important;
    list-style-type: none;
    margin: 0 0 10px;
    min-height: 21px;
    text-align: left;
	font-size:12px !important;
}
ul.bullet8
{
	list-style-type: none;
    margin-bottom: 0;
    margin-left: 0px;
	padding-left:0px;
    margin-top: 0;
    padding-left: 0;
    text-align: left;
}
ul.bullet8 li {
    background: url("../images/bull8.png") no-repeat scroll 0 3px transparent;
    padding-left: 29px;
	line-height: inherit !important;
    list-style-type: none;
    margin: 0 0 10px;
    min-height: 21px;
    text-align: left;
	font-size:12px !important;
}

.funnel-content-container {
	background:url(../themes/k1/images/funnels/body-bg.png) repeat-y scroll 0 0 transparent;
  margin:0 auto;
	width:975px;
	min-height: 400px;
}

/* Video */

.funnel-video {
	/*
	background:url(../themes/k1/images/funnels/video-bg.png) no-repeat;
	
	*/
	margin:0 auto;
	padding: 15px 25px 25px 25px;
	position:relative;
	text-align: center;
}
.funnel-video > div { margin:0 auto; }

div.kajabi-controls {
	display: none;
}

#player {
	position: absolute;
	left: 22px;
	top: 22px;
}

/* Body Text */
.funnel-body-container {
	margin-top: 25px;
}

/* Share Links */

.funnel-event-share {
	margin: auto;
	width: 250px;
}

.funnel-event-share .share-title {
	background:url(../themes/k1/images/funnels/pass_this_on.png) no-repeat center top;
	width: 141px;
	height: 29px;
}

.funnel-event-share ul {
	margin-left: 25px;
	margin-bottom: 29px;
}

.funnel-event-share ul li {
  list-style: none!important;
	width: 32px;
	height: 32px;
	float: left;
}

.funnel-event-share ul li.twitter a {
	display:block;
	width: 32px;
	height: 32px;
	background:url(../themes/k1/images/funnels/twitter_icon.png) no-repeat center top;
}

.funnel-event-share ul li.facebook a {
	display:block;
	width: 32px;
	height: 32px;
	background:url(../themes/k1/images/funnels/fb_icon.png) no-repeat center top;
}

.sales-page-offer-buttons {
	margin-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 0;
	float: left;
	width: 100%;
}

.sales-page-offer-box {
	padding: 15px;
	width: 550px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}

.offer-box-styling {
	border: 2px dashed #CAECFE;
	background: #FFF url(../themes/k1/images/sales/offer_box_bg.gif) repeat-x center top;
}

.sales-page-offer-buttons .top_fix {
	position:relative;
	top:-20px;
}

.sales-page-offer-box h2 {
	color: #272C32;
	font-size: 32px;
}

.sales-page-offer-box .price {
	color: #A60000;
	font-size: 36px;
}

.sales-page-offer-box .price-description {
	color: #8D8F91;
	margin-bottom: 5px;
	font-size: 15px;
}

.offer-checkout-button {
	margin-top: 10px;
	margin-bottom: 15px;
}

.funnel-comments-and-sidebar-container {
	margin-top: 25px;
}

/* Sidebar */

.thumb {
	width: 122px;
	height: 74px;
}

.funnel-event-sidebar {
	float:right;
	width:163px;
}

	.funnel-event-thumbs li {
		background:url(../themes/k1/images/funnels/video-divider.gif) no-repeat center top;
		color:#9c9c9c;
		font-size:14px;
		list-style:none!important;
		padding:20px 0 15px;
	}
	
	.funnel-event-thumbs li:first-child {
		background:none;
	}
	
	.funnel-event-thumbs li.active {
		color:#e50000;
		font-weight:bold;
	}
	
	.v-title {
		color:#0060C2;
		display:block;
		font-size:14px;
		font-weight:bold;
		margin:3px 0 10px;
		text-decoration:underline;
	}

	.v-title:hover {
		color:#222;
		text-decoration:underline;
	}
	
	.inactive_video_link {
		color:#000;
		font-size:14px;
		font-weight:bold;
		margin:3px 0 10px;
	}

	.coming_soon_video_link {
		color:#888888;
		font-size:14px;
		font-weight:bold;
		margin:3px 0 10px;
	}
	
/* Footer */

	.funnel-bottom {
		background:url(../themes/k1/images/funnels/bottom.png) no-repeat;
		height:47px;
		margin:0 auto;
		width:975px;
	}
			
	.funnel-footer {
		color:#898989;
		font-size:12px;
		padding:20px 0;
		text-align:center;
	}
	
		.funnel-footer a {
			color:#bac065;
			text-decoration:none;
		}
		
		.funnel-footer a:hover {
			text-decoration:underline;
		}


.pagination { font-size:12px; padding: 3px; margin: 3px; margin-top: 10px; margin-bottom: 0;} .pagination a { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #aaaadd; text-decoration: none; color: #1A4061; } .pagination a:hover, .pagination a:active { border: 1px solid #1A4061; color: #000; } .pagination span.current { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #1A4061; font-weight: bold; background-color: #1A4061; color: #FFF; } .pagination span.disabled { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #eee; color: #ddd; }

#direct_video_download_link {
	color: #333;
	font-size: 10px;
	margin: -48px 0 60px 33px;
	position: relative;
}

/* Comments */

.post-box {
	background:url(../themes/k1/images/funnels/inset-bg.gif) repeat-x #f5f5f5;
	border:solid 1px #dfdfdf;
	margin-top: 25px;
	padding:25px 15px 10px;
	position:relative;
}

	.inset-header {
		background:#fff;
		padding:0 5px;
		position:absolute;
	}

	.inset-header-left {
		left:5px;
		top:-18px;
	}

	.inset-header-right {
		right:5px;
		top:-14px;
	}

	h4 /* used for inset titles */ {
		color:#4d4d4d;
		font-size:18px;
		font-weight:normal;
		line-height:35px;
		padding-left:38px;
		text-transform:uppercase;
	}

		h4.post-comments {
			background:url(../themes/k1/images/funnels/comments-black.png) no-repeat -5px 0;
			height:35px;
		}

		h4.post-downloads {
			background:url(../themes/k1/images/funnels/downloads-black.png) no-repeat -10px 0;
			height:35px;
		}

			.divider {
				background-attachment: scroll;
				background-color: transparent;
				background-image: url(../images/optin/line-shadow.gif);
				background-repeat: no-repeat;
				background-position: center top;
				padding-top: 25px;
				padding-right: 15px;
				padding-bottom: 10px;
				padding-left: 15px;
				text-align: center;
			}


.update-status,.update {
	font-size:.75em;
}

.optin-comment li {
	list-style:none!important;
}

.comment-frame {
	width:707px;
	float: left;
}

	.comment-frame #comment_display_name {
		border:solid 1px #000;
		color:#4d4d4d;
		font-size:1.2em;
		padding:5px;
	}

	.comment-frame .update-status textarea {
		margin-top:10px;
	}

.comment-form {
	border: 1px solid #a9d2f5;
	background-color: #f1f9ff;
	padding: 0;
	margin: 0px 0 0px 0;
}

.comment-form div.update-status {
	padding: 15px;
	margin: 0;
}

.update-status textarea {
	width:653px !important;
}

.signature {
	font-size:35px;
	color:#589FD6;
	margin-bottom: 10px;
}


/* Sales Pages */

.sales-page-body {
	padding: 15px;
}

/* Standby Pages */

.standby-page-body {
	text-align: center; 
	padding: 15px;
}

.standby-page-body h2 {
	color: #084778;
	font-style: italic;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	line-height: 45px;
	margin-top: 10px;
}

.highlight-stripe {
	background:url(../themes/k1/images/funnels/bg-highlight-stripe.gif) no-repeat;
	color:#DB1F00;
	height:27px;
	font-size:24px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	padding-top:9px;
	text-align:center;
	width:650px;
	margin:auto;
}

.standby-page-body .email {
	border:solid 2px #3e94dc;
	background:#fff;
	color:#58a1df;
	font-size:16px;
	font-weight:bold;
	margin:5px 0;
	padding:7px 10px;
	text-align:center;
	width:200px;
}

.pre-cart-page-headline {
	font-size: 32px;
	color: #2F6B95;
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

.pre-cart-page-subheadline {
	font-size: 24px;
	color: #47A8EE;
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 10px;
}





.pre-cart-page-body ol,
.sales-page-body ol {
	margin-left: 82px;
	margin-top: 25px;
}

.pre-cart-page-body ol li,
.sales-page-body ol li {
	margin-bottom:10px;
}

.pre-cart-page-agreement-box {
	background:#fef5c3;
	border:dashed 3px #f7911e;
	font-size:18px;
	margin:10px 0 20px;
	padding:15px;
	float: left;
}

.pre-cart-page-agreement-box .pre-cart-page-agreement-checkbox {
	float: left;
}

.pre-cart-page-agreement-box .checkbox {
	width: 30px;
	height: 30px;
}

.pre-cart-page-agreement-text {
	float: left;
	width: 90%;
	margin-left: 10px;
}

.pre-cart-page-disclaimer-text {
	background:#fff;
	border:solid 2px #e1e1e1;
	font-size:12px;
	height:60px;
	margin-top:10px;
	overflow:auto;
	padding:10px;
}

.pre-cart-page-disclaimer-text h1 {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
}

	.pre-cart-page-disclaimer-text p {
		padding-bottom:10px;
	}
	
.sales-page-offers {
	text-align: center;
}

.pre-cart-inactive {
	height:100%;
	opacity:.25;
	width:100%;
}

	.pre-cart-inactive a {
		cursor:auto;
	}

	/* Downloads */

.funnel-downloads-container {
	float:left;
	width:96%;
}

.funnel-downloads {
	border:1px solid #C5C5C5;
	padding:14px;
	width: 700px;
	margin: auto;
	margin-bottom: 10px;
	background-color: #fff;
}

.funnel-downloads p {
	font-size: 14px;
}

	ul.downloads {
		padding:0 10px 10px;
		margin-top: 0 !important;
	}

	.downloads li {
		float:left;
		list-style:none !important;
		padding-bottom:10px;
		width:50%;
		background:none !important;
		margin-bottom: 0 !important;
		padding-left: 0 !important;
	}

	.downloads li span {
		font-size: 10px;
	}

		.downloads li a {
			color:#216fab;
			display:block;
			font-size:14px;
			line-height:30px;
			min-height:35px;
			padding-left:45px;
			padding-right:15px;
		}
