/*--------------------------------------------------------------
Basic Style Sheet for i-Traders

version:	1
author:		lel.palfrey@thisisbd.com
email:		
website:	
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	margin:0; 
    padding:0;
	background-color: #e1e1e1;
	font-size: 62.5%;
	font-family:arial, verdana,  sans-serif;
	color: #666666;
	}
	
/*--------------------------------------------------------------*/	
/* =column fixes = quick and dirty
/*--------------------------------------------------------------*/

/*forgot password page */
body#home-page.customer-account-forgotpassword #double-column{margin-left: 46px;}

/* fixes the retrieve logout sucess page */
body#home-page.customer-account-logoutsuccess #double-column{margin-left: 46px;}

/* fixes the retrieve cart page */
body#home-page.checkout-cart-index #double-column{margin-left: 46px;}


/*--------------------------------------------------------------*/	
/* =Lists
/*--------------------------------------------------------------*/
#site-map-list{
	margin: 20px 0 0 10px;
	padding: 0;
	}
	
#site-map-list li{
	color: #666666;
	padding-bottom: 10px;
	}
	
#site-map-nest{
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
#site-map-nest li{
	color: #666666;
	padding-bottom: 10px;
	}
	
ol{list-style: none;}

#wrapper #gen-list{
	padding: 0 0 0 20px;
	margin: 0;
	font-size:1.2em;
	color:#707070;
	}
	
#gen-list li{
	padding-bottom: 10px;
	}
	
	#gen-list li li {
		margin-left:4px;
		padding-bottom:5px;
	}
	
/*--------------------------------------------------------------*/	
/* =Shop button
/*--------------------------------------------------------------*/
	
#double-column a.button_shop  {
	background-image:url(../it_images/btn_shop.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:73px;
	padding: 0;
	}
	
#double-column a.button_shop.readnow-btn:link, 
#double-column a.button_shop.readnow-btn:visited {
	background-position:0 0;
	display: block;
	width:73px;
	}
	
#double-column a.button_shop.readnow-btn:hover, 
#double-column a.button_shop.readnow-btn:active {
	background-position:0 -19px;
	display: block;
	width:73px;
	}
	
#double-column a.button_shop.buynow-btn:link, 
#double-column a.button_shop.buynow-btn:visited {
	margin-top: 15px;
	background-position:-73px 0;
	display: block;
	width:73px;
	}
	
#double-column a.button_shop.buynow-btn:hover, 
#double-column a.button_shop.buynow-btn:active {
	margin-top: 15px;
	background-position:-73px -19px;
	display: block;
	width:73px;
	}
	
#double-column a.button_view  {
	background-image:url(../it_images/btn_clickview.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:93px;
	padding: 0;
	}
	
#double-column a.button_view.viewnow-btn:link, 
#double-column a.button_view.viewnow-btn:visited {
	background-position:0 0;
	display: block;
	width:93px;
	}
	
#double-column a.button_view.viewnow-btn:hover, 
#double-column a.button_view.viewnow-btn:active {
	background-position:0 -19px;
	display: block;
	width:93px;
	}
	
#double-column a.button_form  {
	background-image:url(../it_images/btn_form.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:28px;
	text-indent:-9999px;
	width:215px;
	padding: 0;
	}
	
#double-column a.button_form.accept-btn:link, 
#double-column a.button_form.accept-btn:visited {
	background-position:0 0;
	display: block;
	width:215px;
	}
	
#double-column a.button_form.accept-btn:hover, 
#double-column a.button_form.accept-btn:active {
	background-position:0 -28px;
	display: block;
	width:215px;
	}
	
#right-column a.button_form  {
	background-image:url(../it_images/btn_form.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:28px;
	text-indent:-9999px;
	width:215px;
	padding: 0;
	}
	
#right-column a.button_form.accept-btn:link, 
#right-column a.button_form.accept-btn:visited {
	background-position:0 0;
	display: block;
	width:215px;
	}
	
#right-column a.button_form.accept-btn:hover, 
#right-column a.button_form.accept-btn:active {
	background-position:0 -28px;
	display: block;
	width:215px;
	}
	
#intro-text a.button_member  {
	background-image:url(../it_images/btn_member.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:56px;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
#intro-text a.button_member.member-btn:link, 
#intro-text a.button_member.member-btn:visited {
	background-position:0 0;
	display: block;
	width:56px;
	}
	
#intro-text a.button_member.member-btn:hover, 
#intro-text a.button_member.member-btn:active {
	background-position:0 -19px;
	display: block;
	width:56px;
	}
	
#middle-column a.button_member  {
	background-image:url(../it_images/btn_member.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:56px;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
#middle-column a.button_member.member-btn:link, 
#middle-column a.button_member.member-btn:visited {
	background-position:0 0;
	display: block;
	width:56px;
	}
	
#middle-column a.button_member.member-btn:hover, 
#middle-column a.button_member.member-btn:active {
	background-position:0 -19px;
	display: block;
	width:56px;
	}
	
#double-column a.button_search {
	background-image:url(../it_images/btn_search.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:62px;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
#double-column a.button_search.search-btn:link, 
#double-column a.button_search.search-btn:visited {
	background-position:0 0;
	display: block;
	width:62px;
	}
	
#double-column a.button_search.search-btn:hover, 
#double-column a.button_search.search-btn:active {
	background-position:0 -19px;
	display: block;
	width:62px;
	}
	
#double-column a.button_delete {
	background-image:url(../it_images/btn_delete.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:15px;
	text-indent:-9999px;
	width:15px;
	padding: 0;
	margin:0;
	text-align: center;
	}
	
#double-column a.button_delete.delete-btn:link, 
#double-column a.button_delete.delete-btn:visited {
	background-position:0 0;
	display: block;
	width:15px;
	}
	
#double-column a.button_delete.delete-btn:hover, 
#double-column a.button_delete.delete-btn:active {
	background-position:0 -15px;
	display: block;
	width:15px;
	}
	
#double-column #basket-total a.button_recalc{
	background-image:url(../it_images/btn_recalc.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:93px;
	padding: 0;;
	margin:0;
	float: right;
	}
	
#double-column #basket-total a.button_recalc.recalc-btn:link, 
#double-column #basket-total a.button_recalc.recalc-btn:visited {
	background-position:0 0;
	display: block;
	width:93px;
	}
	
#double-column #basket-total a.button_recalc.recalc-btn:hover, 
#double-column #basket-total a.button_recalc.recalc-btn:active {
	background-position:0 -19px;
	display: block;
	width:93px;
	}
	

	
#double-column #basket-total a.button_paynow{
	background-image:url(../it_images/btn_pay-now.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:73px;
	padding: 0;
	margin:0;
	float: right;	
	}
	
#double-column #basket-total a.button_paynow.paynow-btn:link, 
#double-column #basket-total a.button_paynow.paynow-btn:visited {
	background-position:0 0;
	display: block;
	width:73px;
	}
	
#double-column #basket-total a.button_paynow.paynow-btn:hover, 
#double-column #basket-total a.button_paynow.paynow-btn:active {
	background-position:0 -19px;
	display: block;
	width:73px;
	}
	
	
	
#double-column a.button_form_retreive {
	background-image:url(../it_images/retreive_btn.jpg);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:124px;
	padding: 0;
	}
	
#double-column a.button_form_retreive.retreive-btn:link, 
#double-column a.button_form_retreive.retreive-btn:visited {
	background-position:0 0;
	display: block;
	width:124px;
	}
	
#double-column a.button_form_retreive.retreive-btn:hover, 
#double-column a.button_form_retreive.retreive-btn:active {
	background-position:0 -19px;
	display: block;
	width:124px;
	}
	
/*--------------------------------------------------------------*/	
/* =Stock Ticker
/*--------------------------------------------------------------*/

#ticker{
	/*background: url(../it_images/ticker-back.jpg) no-repeat top left;*/
	width: 751px;
	/*height: 46px;*/
	height: 10px;
	float: left;
	display: inline;
	margin: 15px 10px 25px 46px;
	}
	
body#blog-page #ticker{
	background: none;
	height: 2px;
	}
	
/* code from site */
.ticker{
	position:relative;
	visibility:hidden;
	left:0px; 
	top:0px; 
	border-width:1px;
	border-style:solid;
	font-size:12px; 
	font-weight:bold; 
	width:100%;
	}

.clstsu{
	color:green; 
	cursor:pointer; 
	padding-bottom:2px; 
	padding-left:2em;
	padding-right:2em;
	margin:		0px;
	}

.clstsd{
	color:red; 
	cursor:pointer; 
	padding-bottom:2px; 
	padding-left:2em;
	padding-right:2em;
	margin:0px;
	}

.clstimg{
	height:12px;
	width: 18px;
	}

	
.noPrint {
	display: none;
	}
	
img{border: 0;}

.fir{ 
	display:block; 
	text-indent:-9999px; 
	background-repeat:no-repeat; 
	background-position:0 0; 
	margin:0; 
	padding:0; 
	overflow:hidden; 
	}
	
a:focus {
	outline: none;
	}
	
/*--------------------------------------------------------------*/	
/* =Tables
/*--------------------------------------------------------------*/
	
table#currency-pair,
table#currency-pair-1,
table#currency-pair-2{
  	width: 482px;
	}
	
table#currency-pair thead,
table#currency-pair-1 thead {
	background-color: #f0f0f0;
	}
	
table#currency-pair-2 thead {
	background-color: #f0f0f0;
	font-weight: bold;
	}
	
table#currency-pair td,
table#currency-pair-1 td,
table#currency-pair-2 td  {
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding: 10px 0 10px 10px;
	}
	
table#currency-pair td.right,
table#currency-pair-1 td.right,
table#currency-pair-2 td.right {
	border-right: 1px solid #ebebeb;
	}

table#currency-pair td.right-header,
table#currency-pair-1 td.right-header,
table#currency-pair-2 td.right-header {
	border-right: 1px solid #ebebeb;
	color: #000000;
	font-weight: bold;
	}
	
table#currency-pair td.bottom,
table#currency-pair-1 td.bottom,
table#currency-pair-2 td.bottom {
	border-bottom: 1px solid #ebebeb;
	}
	
table#currency-pair td.right-bottom,
table#currency-pair-1 td.right-bottom,
table#currency-pair-2 td.right-bottom {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	}
	

table#currency-pair tr.odd, table#currency-pair-1 tr.odd, table#currency-pair-2 tr.odd{background-color: #f8f8f8;}
table#currency-pair tr.even, table#currency-pair-1 tr.even, table#currency-pair-2 tr.even{background-color: #ffffff;}

/*--------------------------------------------------------------*/	
/* =Basket
/*--------------------------------------------------------------*/
#basket-total{ width: 235px; float: right; margin-top: 10px; padding: 0; }

#basket-total p.total{padding: 0; margin: 0; color: #000000; font-weight: bold; float: left; width: 100%; position: relative; font-size: 1.4em;}
p.underline_basket{
	background: url(../it_images/underline_basket.jpg) repeat-x left center;
	height: 5px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
span.amount{position: absolute; right: 2px;}


	
/*--------------------------------------------------------------*/	
/* =Generic clearing
/*--------------------------------------------------------------*/

.divclear{
	clear: both;
	height: 0;
	}
	
.clear { 
	clear: both;
	}
	
/*--------------------------------------------------------------*/
/* =Homepage specific subnav hide
/*--------------------------------------------------------------*/

/*
body#home-page #sub-navigation li,
body#disclaimer-page #sub-navigation li,
body#news-latest #sub-navigation li,
body#library-page #sub-navigation li,
body#register-page #sub-navigation li,
body#search-results #sub-navigation li,
body#cart-page #sub-navigation li,
body#blog-page #sub-navigation li{display: none;}
*/

body#blog-page.cms-index-index #sub-navigation li{display: none;}
body#blog-page.cms-index-index #sub-navigation {margin: 5px 0 0 36px; height: 20px;}

body#home-page #sub-navigation,
body#disclaimer-page #sub-navigation,
body#news-latest #sub-navigation,
body#library-page #sub-navigation,
body#register-page #sub-navigation,
body#search-results #sub-navigation,
body#cart-page #sub-navigation,
body#blog-page #sub-navigation{margin: 5px 0 0 36px; height: 20px;}

/*--------------------------------------------------------------*/
/* =Typography
/*--------------------------------------------------------------*/	
h2{font-size: 1.4em; color:#728fb8; padding:0 0 5px 0; text-transform: uppercase;}

h1{font-size: 2em; color:#666666; padding:0 0 5px 0;}
p{font-size: 1.2em; color:#707070; line-height: 1.5em; padding:0 0 15px 0;}

p span.header{display: block; font-weight: bold;}

/*--------------------------------------------------------------*/	
/* =Main Divs
/*--------------------------------------------------------------*/

#wrapper{
	position: relative;
	width: 841px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../it_images/main-back.jpg);
	/*background-repeat : repeat-x;*/
	background-position: top center;
	padding-bottom:3em;
	}
	
#header{
	position: relative;
	width: 841px;
	background: url(../it_images/header-top-bar.jpg) no-repeat top center;
	}
	

/* font size changer */	
#text-size-change {
	list-style: none;
	float: left;
	margin: 5px 0 0 46px;
	float:left;
	font-size:1.2em;
	line-height: 1.6em;
	}
	
	
#text-size-change a {
	text-decoration: none;
	color: #728fb8;
	text-transform: uppercase;
	}

#text-size-change a.act {
	font-weight:bold;
	color: red;
}	
	
#text-size-change a.mediumtext {
	font-size:1.4em;
	}	
	
#text-size-change a.largetext {
	font-size:1.6em;
	}	

	
/* top navigation list - search, login, register */	
#top-nav{
	list-style: none;
	float: right;
	margin: 5px 46px 0 0;
	display: inline;
	}
	
#top-nav li{
	float: left;
	}
	
#top-nav a{
	display: block;
	float: left;
	padding: 0 22px;
	line-height: 2.1em;
	text-decoration: none;
	background: url(../it_images/nav-sep.jpg) repeat-y left top;
	color: #728fb8;
	text-transform: uppercase;
	}
	
#top-nav li#search a{
	background: none;
	}
	
#top-nav li#top-link-cart-item{
	background: url(../it_images/cart-icon.gif) no-repeat right center;
	padding-right: 2px;
	}
	
/* logo */		
.logo{
	margin: 20px 0 -17px 46px;
	}

#search_mini_form {
    display: inline;
    }

#news-feed{
	width: 266px;
	min-height: 175px;
	background: url(../it_images/news-box-back.jpg) no-repeat top left;
	float: left;
	display: inline;
	margin: 20px 10px 0 46px;
	}
#news-feed h2
	{padding: 10px; }	
#news-feed p
	{margin: 0; padding: 0 0 7px 10px; color: #666666;}	

#news-feed span.headline
	{font-weight: bold; color: #728fb8;}
#news-feed span
	{display: block;}
#news-feed a
	{font-weight: bold; color: #728fb8; background: url(../it_images/arrow.jpg) no-repeat right center; padding-right: 10px; text-decoration: none; }	
#news-feed a:hover
	{text-decoration: underline; }	
	
/* pretty flash bit */	
#flashcontent{
	width: 474px;
	height: 175px;
	float: left;
	margin: 20px 0 0 0;
	background:url(../it_images/bg_line.jpg) repeat-x left top;
	}
	
/* static image area */	
#static-content {
	float:left;
	height:175px;
	margin:20px 0 0;
	width:474px;
	}
	
#main-content{
	width: 751px;
	height: 34px;
	float: left;
	margin: 0 10px 20px 46px;
	}
	
#intro-text{
	width: 239px;
	float: left;
	display: inline;
	margin: 0 0 0 46px;
	}
	
#middle-column{
	width: 235px;
	float: left;
	margin: 0 0 0 29px;
	}
	
/* box */
.box .left{
	float: left;
	position: relative;
	}
	
.box .right{
	position: relative;
	float: left;
	width: 150px;
	}
	
.box{
	width: 235px;
	background: url(../it_images/bg-tile.jpg) repeat-y;
	margin-bottom: 10px;
	}
	
.box h2{
	background: url(../it_images/box-top.jpg) no-repeat left top;
	font-size: 1em;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 5px;
	}
	
.box h2.green{
	background: url(../it_images/box-top-green.jpg) no-repeat left top;
	font-size: 1em;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 5px;
	}
	
.box .image{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	}
	
.box .last{
	background: url(../it_images/bg-bottom.jpg) no-repeat left bottom;
	padding-bottom: 0;
	}
	
.box h2{
	padding-left: 10px;
	padding-right: 10px;
	}

.box p{
	padding: 5px;
	color: #707070;
	}
	
.box p a{
	/*padding-left: 62px;*/
	color: #728fb8;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../it_images/arrow.jpg) no-repeat right center;
	padding-right: 10px;
	}
	
.box p a:hover{
	text-decoration: underline;
	}
	
#right-column{
	width: 235px;
	float: left;
	margin: 0 0 0 13px;
	}
	
#double-column{
	width: 484px;
	float: left;
	margin: 0 0 0 29px;
	}
	
#double-column a
	{font-weight: bold; color: #728fb8; background: url(../it_images/arrow.jpg) no-repeat right center; padding-right: 10px; text-decoration: underline; }	
#double-column a:hover
	{text-decoration: none;}

#double-column .box {
    width: 482px;
	background: url(../it_images/bg-tile-long.jpg) repeat-y;
	margin-bottom: 20px;
    }
#double-column .box h2{
	background: url(../it_images/long-table-top.jpg) no-repeat left top;
	font-size: 1em;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
	}
	
#double-column-news{
	width: 474px;
	float: left;
	margin: 0 25px 0 46px;
	display: inline;
	}
	
#double-column-news p.intro{
	font-weight: bold;
	}
	
#double-column-news a
	{font-weight: bold; color: #728fb8; background: url(../it_images/arrow.jpg) no-repeat right center; padding-right: 10px; text-decoration: underline; }	
#double-column-news a:hover
	{text-decoration: none;}
	
#double-column-news img{float: left; padding-right: 10px;}


/* search page */
body#search-results #double-column{
	width: 464px;
	float: left;
	margin: 0 0 0 25px;
	padding:0 0 0 25px;
	}
	
body#search-results #double-column p{
	color:#8F8F8F;
	font-size:1.2em;
	line-height:1.5em;
	padding:0;
	}


	
body#search-results #double-column h2{
	padding:0;
	margin: 0;
	}
	
body#search-results #double-column p.date{
	font-weight: bold;
	color: #666666;
	font-size: 1.2em;
	padding:0;
	margin: 0;
	}
	
body#search-results #double-column span.underline_itinerary{
	background: url(../it_images/underline_sep.jpg) repeat-x left center;
	height: 3px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#top-search{border: 1px solid #d9deec; background-color: #f9fbfc; padding: 5px; margin: 0 0 20px 0;}

	
#right-column a{
	/*padding-left: 62px;*/
	color: #669933;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../it_images/arrow.jpg) no-repeat right center;
	
	}
	
#right-column p.print a{
	color: #666666;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	background: url(../it_images/icon_print.jpg) no-repeat left center;
	height: 17px;
	float: left;
	margin-bottom: 40px;
	padding-left: 25px;
	}
	
#right-column a:hover{
	text-decoration: underline;
	}
	
#sep{
	width: 215px;
	height: 3px;
	margin: 0 0 0 10px;
	border:1px solid #cccccc; border-width:1px 0 0 0; 
	}
	
.sep{
	width: 215px;
	height: 3px;
	margin: 0 0 0 10px;
	border:1px solid #cccccc; border-width:1px 0 0 0; 
	}
	
/*long  box */
.box-long{
	width: 482px;
	margin-bottom: 20px;
	}
	
.box-long h2{
	background: url(../it_images/long-table-top.jpg) no-repeat left top;
	font-size: 1em;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
	}
	
/*long box with content and styles*/
/* box */
.box-main{
	width: 482px;
	background: url(../it_images/bg-tile-long.jpg) repeat-y;
	margin-bottom: 20px;
	}
	
.box-main h2{
	background: url(../it_images/long-table-top.jpg) no-repeat left top;
	font-size: 1em;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
	}
	
.box-main .image{
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	}

.box-main .product-group{
	float:left;
	width:386px;
	padding:10px 10px 0 0;
	}
	
.box-main .product-group select{
	float:left;
	margin:5px 6px 0 0;
}

.box-main .product-group p{
	padding:0 0 10px;
	}

.box-main .product-group p.button{
	float:left; margin:5px 0 0;
	}
	
	#double-column .box-main .product-group p.button a.button_shop
		{ margin-top:0; }
	
.box-main .last{
	background: url(../it_images/bg-bottom-long.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	clear:left;
	}
	
	
.box-main p{padding: 10px;}

.box-main ul{
/*margin-left: 25px; */
color:#8F8F8F; 
font-size:1.2em; 
line-height:1.5em;
}

.box-main ol{margin-left: 25px; color:#8F8F8F; font-size:1.2em; line-height:1.5em; padding:0 0 0 15px; width: 430px;}

p.button{
	/*background: url(../it_images/btn_buy.jpg) no-repeat left top;*/
	text-indent: -9000px;
	margin-left: 84px;
	padding: 0;
	}
	
/*box form */	
.box_form{ 
	background:url(../it_images/box-form-repeat.jpg) repeat-y; 
	position:relative; 
	margin:0 0 20px 0; 
	width: 463px;
	float: left;
	}
	
.box_form .top_form, 
.box_form .bottom_form{ 
	width: 463px;
	overflow:hidden; 
	}
	
.box_form .top_form{ 
	background:url(../it_images/box-form-top.jpg) no-repeat; 
	height:4px;
	}
	
.box_form .content_form{ 
	width: 443px;
	margin:0 4px; 
	padding:1.3em 7px 0.6em; 
	}
	
.box_form .bottom_form{ 
	background:url(../it_images/box-form-bottom.jpg) no-repeat; 
	height:4px; 
	}
	
.box_form h1{ 
	font-family:arial, sans-serif; 
	color:#728fb8; 
	font-size:2.2em;
	font-weight: bold;
	margin:0 0 20px 30px; 
	}
	
.box_form h2{  
	position:absolute; 
	top:-6px; 
	background:url(../it_images/h-repeat.gif) repeat-x 0 0; 
	color:#728fb8; 
	display:inline; 
	padding:2px; 
	font-size:1.4em;
	}
	
.terms-holder-reg{ overflow: auto; height: 150px; padding: 0;}
	
/*--------------------------------------------------------------*/	
/* =Form
/*--------------------------------------------------------------*/
label {
  	display: block;
  	padding: 0;
  	width: 130px;
  	float: left;
	}
	
.member-email label {color: #666666; font-weight: bold; }
	
.textfield{
	border-color: #9dbfd1 #9dbfd1 #dfe4f1 #dfe4f1;
	border-width: 1px 1px 1px 1px;
	width: 230px;
	padding: 2px;
	}
	
.email-textfield{
	border-color: #9dbfd1 #9dbfd1 #dfe4f1 #dfe4f1;
	border-width: 1px 1px 1px 1px;
	width: 150px;
	padding: 2px;
	}
	
.search-textfield{
	border-color: #9dbfd1 #9dbfd1 #dfe4f1 #dfe4f1;
	border-width: 1px 1px 1px 1px;
	width: 250px;
	padding: 2px;
	margin-top: 1px;
	}
	
body#search-results #double-column #top-search p{
	color:#8F8F8F;
	font-size:1.2em;
	padding:0;
	float: left;
	}
	
body#search-results #double-column #top-search p.button_holder{
	margin-top: -8px;
	padding: 0 0 0 20px;
	}
	
#top-search label {
  	padding: 0;
  	width: 80px;
  	float: left;
  	font-weight: bold;
  	margin-top: 5px;
	}
	
#your_details_form p{padding: 5px 0 5px 0;}

input.radio, input.checkbox, input.submit {
  	width: auto;
  	float: left;
  	
	}
	
label#remember {
  	padding: 0;
  	float: left;
  	padding-left: 5px;
	}
	
	
/*--------------------------------------------------------------*/	
/* =Footer
/*--------------------------------------------------------------*/
#footer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 841px;
	background: url(../it_images/footer-back.jpg) no-repeat top center;
	background-color: #e1e1e1;
	margin-bottom: 20px;
	}
	
#footer-nav{
	margin: 0 0 20px 4px;
	/*padding: 30px 0 0 0;*/
	list-style: none;
	width: 700px;
	}
	
#footer-nav li{
	float: left;
	color: #666666;
	}
	
#footer-nav a{
	display:block;
	padding: 0 10px 0 10px;
	background: url(../it_images/sub-nav-divider.jpg) repeat-y left top;
	text-decoration: none;
	color: #666666;
	}
	
#footer-nav a:hover{
	text-decoration: underline;
	}
	
#footer-nav li.first a{
	background: none;
	}
	
/*--------------------------------------------------------------*/	
/* =Sub navigation
/*--------------------------------------------------------------*/


#sub-navigation{
	margin: 5px 0 0 36px;
	height: 20px;
	padding: 0;
	list-style: none;
	width: 700px;
	}
	
#sub-navigation li{
	float: left;
	color: #666666;
	font-size:1.2em;
	}
	
#sub-navigation a{
	display:block;
	padding: 0 4px 0 4px;
	background: url(../it_images/sub-nav-divider.jpg) repeat-y left top;
	text-decoration: none;
	color: #666666;
	}
	
#sub-navigation a:hover{
	text-decoration: underline;
	}
	
#sub-navigation li.first a{
	background: none;
	}
	
#sub-navigation li a.active{
	text-decoration: underline;
	font-weight: bold;
	}
	
/* about us */
#sub-navigation-about{
	margin: 5px 0 0 36px;
	height: 40px;
	padding: 0;
	list-style: none;
	width: 700px;
	}
	
#sub-navigation-about li{
	float: left;
	color: #666666;
	}
	
#sub-navigation-about a{
	display:block;
	padding: 0 10px 0 10px;
	background: url(../it_images/sub-nav-divider.jpg) repeat-y left top;
	text-decoration: none;
	color: #666666;
	}
	
#sub-navigation-about a:hover{
	text-decoration: underline;
	}
	
#sub-navigation-about li.first a{
	background: none;
	}
	
#sub-navigation-about li a.active{
	text-decoration: underline;
	font-weight: bold;
	}
	
	
/* terms look up list */
#lookup-list{
	margin: 20px 0 0 10px;
	height: 20px;
	padding: 0;
	list-style: none;
	width: 460px;
	}
	
#lookup-list li{
	float: left;
	color: #666666;
	padding-bottom: 10px;
	}
	
#lookup-list a{
	display:block;
	padding: 0 10px 0 10px;
	background: url(../it_images/sub-nav-divider.jpg) repeat-y left top;
	text-decoration: none;
	font-weight: bold; 
	color: #728fb8;
	font-size: 1.4em;
	}
	
#lookup-list a:hover{
	text-decoration: underline;
	}
	
#lookup-list li.first a{
	background: none;
	}
	
#lookup-list li a.active{
	text-decoration: underline;
	font-weight: bold;
	}
	
.terms-holder{ overflow: auto; height: 300px; padding: 10px;}

.terms-holder p.letter-header{ font-weight: bold; color: #728fb8; font-size: 1.7em; margin: 0; padding: 0;}

#double-column .terms-holder p.letter-header a{background: none; padding: 0;}

.term{ margin: 0 0 15px 0;}

.terms-holder p.term-header{font-weight: bold; color: #666666; font-size: 1.7em; margin: 0; padding: 0;}

.terms-holder p.description{margin: 0; padding: 0;}

#double-column span.top a{background: none; display: block; font-size: 0.9em; font-weight: normal; color: #666666;}

/*--------------------------------------------------------------*/	
/* =VIDEO
/*--------------------------------------------------------------*/
.video{padding: 0 0 7px 7px;}

.video_lrg{padding: 10px}
	
/*--------------------------------------------------------------*/	
/* =FAQ
/*--------------------------------------------------------------*/

#question_1,
#question_2,
#question_3,
#question_4,
#question_5,
#question_6{ 
	padding: 0 10px 10px 10px; margin: 0; 
	background:transparent url(../it_images/arrow.jpg) no-repeat scroll right center;
	color:#728FB8;
	font-weight:bold;
	font-size: 1.2em;
	padding-right:10px;
	text-decoration:none;
	cursor: pointer;
	margin-right: 10px;
	}

#question_1_content,
#question_2_content,
#question_3_content,
#question_4_content,
#question_5_content,
#question_6_content{padding: 0 10px 10px 10px; font-size: 1.2em; color:#8f8f8f; line-height: 1.5em;}
		
/*--------------------------------------------------------------*/	
/* =Main navigation
/*--------------------------------------------------------------*/
#main-navigation{
	height: 34px;
	list-style:none; 
	margin: 30px 0 0 46px;
	}

/* home */
#main-navigation li#home{
	width:104px; 
	height:34px; 
	margin:0; 
	padding:0; 
	float:left; 
	display:inline;
	}
	
#main-navigation li#home a:link,
#main-navigation li#home a:visited{ 
	width: 104px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	background-repeat:no-repeat; 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:0 0; 
	}
	
/* home hover / selected */	
#main-navigation li#home a:hover{ 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:0 -34px; 
	}
	
#main-navigation li#home.selected a:link,
#main-navigation li#home.selected a:visited{ 
	background-position:0 -34px; 
	width: 104px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	}	
	
/* about */
#main-navigation li#about-us{
	width:130px; 
	height:34px; 
	margin:0; 
	padding:0; 
	float:left; 
	display:inline; 
	}
	
#main-navigation li#about-us a:link,
#main-navigation li#about-us a:visited{ 
	width: 130px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	background-repeat:no-repeat; 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-104px 0;
	}
	
/* about hover / selected */	
#main-navigation li#about-us a:hover{ 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-104px -34px; 
	}
	
#main-navigation li#about-us.selected a:link,
#main-navigation li#about-us.selected a:visited{ 
	background-position:-104px -34px; 
	width: 130px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	}
	
/* products */
#main-navigation li#products{
	width:134px; 
	height:34px; 
	margin:0; 
	padding:0; 
	float:left; 
	display:inline; 
	}
	
#main-navigation li#products a:link,
#main-navigation li#products a:visited{ 
	width: 134px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	background-repeat:no-repeat; 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-234px 0;
	}
	
/* products hover / selected */	
#main-navigation li#products a:hover{ 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-234px -34px; 
	}
	
#main-navigation li#products.selected a:link,
#main-navigation li#products.selected a:visited{ 
	background-position:-234px -34px; 
	width: 134px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	}
	
/* news */
#main-navigation li#news{
	width:109px;
	height:34px; 
	margin:0; 
	padding:0; 
	float:left; 
	display:inline; 
	}
	
#main-navigation li#news a:link,
#main-navigation li#news a:visited{ 
	width: 109px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	background-repeat:no-repeat; 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-368px 0;
	}
	
/* news hover / selected */	
#main-navigation li#news a:hover{ 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-368px -34px; 
	}
	
#main-navigation li#news.selected a:link,
#main-navigation li#news.selected a:visited{ 
	background-position:-368px -34px; 
	width: 109px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	}
	
/* education */
#main-navigation li#education{
	width:128px; 
	height:34px; 
	margin:0; 
	padding:0; 
	float:left; 
	display:inline; 
	}
	
#main-navigation li#education a:link,
#main-navigation li#education a:visited{ 
	width:128px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	background-repeat:no-repeat; 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-477px 0;
	}
	
/* education hover / selected */	
#main-navigation li#education a:hover{ 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-477px -34px; 
	}
	
#main-navigation li#education.selected a:link,
#main-navigation li#education.selected a:visited{ 
	background-position:-477px -34px; 
	width:128px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	}
	
/* blog * /
#main-navigation li#blog{
	width:90px; 
	height:34px; 
	margin:0; 
	padding:0; 
	float:left; 
	display:inline; 
	}
	
#main-navigation li#blog a:link,
#main-navigation li#blog a:visited{ 
	width:90px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	background-repeat:no-repeat; 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-533px 0;
	}
	
/* blog hover / selected * /	
#main-navigation li#blog a:hover{ 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-605px -34px; 
	}
	
#main-navigation li#blog.selected a:link,
#main-navigation li#blog.selected a:visited{ 
	background-position:-605px -34px; 
	width:90px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	}

*/
	
/* disclaimer */
#main-navigation li#disclaimer{
	width:146x; 
	height:34px; 
	margin:0; 
	padding:0; 
	float:left; 
	display:inline; 
	}
	
#main-navigation li#disclaimer a:link,
#main-navigation li#disclaimer a:visited{ 
	width:146px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	background-repeat:no-repeat; 
	background-image:url(../it_images/navigation_launch.jpg);
	background-position:-605px 0; 
	}
	
/* disclaimer  hover / selected */	
#main-navigation li#disclaimer  a:hover{ 
	background-image:url(../it_images/navigation_launch.jpg); 
	background-position:-605px -34px; 
	}
	
#main-navigation li#disclaimer.selected a:link,
#main-navigation li#disclaimer.selected a:visited{ 
	background-position:-605px -34px; 
	width:146px; 
	height:34px; 
	display:block; 
	text-indent:-9999px; 
	}
	





/*--------------------------------------------------------------*/	
/* =Blog
/*--------------------------------------------------------------*/

p.postmetadata{font-size: 0.9em;}

body#blog-page.cms-index-index #content{margin-left: 46px; width: 500px;}

h2.pagetitle{margin: 0;}

.post h3{padding-bottom: 10px;}

#content {
	font-size: 1.2em;
	float: left;
	width: 550px;
	}

.entry p {
	color:#707070;
	font-size:1em;
	}
	
.post small {
	display:block;
	color:#728fb8;
	font-size:1em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	padding-top: 10px;
	}

.widecolumn {
	margin:5px 0pt 0pt 150px;
	padding:10px 0pt 20px;
	width:500px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
.post {
	margin: 0 0 40px 0;
	width: 450px;
	font-size: 1.2em;
	}

.widecolumn .post {
	margin: 0;
	}
	
.entrytext{
	padding: 0;
	}
	
.widecolumn .postmetadata {
	margin:30px 0pt;
	}
	
.alt {
	margin:0pt;
	padding:10px;
	}
	
.postmetadata {
	clear:left;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color:#777777;
	}
	
small{padding: 10px 0 10px 0}
	
.alt {
	background-color:#F8F8F8;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	}
	
.post h2 {
 	display: block;
	margin:0;
	}
	
.entry p a:visited {
	color: #888;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	margin:5px 5px 1px 0pt;
	padding:2px;
	width:170px;
	}
.commentlist li, #commentform input, #commentform textarea {
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:0.9em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	}
	
#commentform textarea {	
	padding:2px;
	width:100%;
	}
	
#commentform #submit {
	float:right;
	margin:0pt;
	}
	
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
h2.widgettitle{
	background: none; 
	color:#707070;
	display:block;
	font-weight:bold;
	text-transform: none;
	font-size:1.2em;
	line-height:1.5em; 
	}

#right-column ul{list-style: none;}

#right-column ul li{padding: 0 0 10px 10px;}

#right-column ul li a {
	background:transparent url(../it_images/arrow.jpg) no-repeat scroll right center;
	color:#669933;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	padding-right: 10px;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	background: none;
	}
	
#wp-calendar td a {
	background: none;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

.underline_news_list{
	background: url(../it_images/underline_sep.jpg) repeat-x left center;
	height: 3px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	

#mini-login a.button_member  {
	background-image:url(../it_images/btn_member.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:56px;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
#mini-login a.button_member.member-btn:link, 
#mini-login a.button_member.member-btn:visited {
	background-position:0 0;
	display: block;
	width:56px;
	}
	
#mini-login a.button_member.member-btn:hover, 
#mini-login a.button_member.member-btn:active {
	background-position:0 -19px;
	display: block;
	width:56px;
	}
	

	
#buttons-set a.button_member  {
	background-image:url(../it_images/btn_register.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:62px;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
#buttons-set a.button_member.member-btn:link, 
#buttons-set a.button_member.member-btn:visited {
	background-position:0 0;
	display: block;
	width:62px;
	}
	
#buttons-set a.button_member.member-btn:hover, 
#buttons-set a.button_member.member-btn:active {
	background-position:0 -19px;
	display: block;
	width:62px;
	}	
	
	
	
.box_form_password,
.box_form_edit{ 
	background:url(../it_images/box-form-repeat.jpg) repeat-y; 
	position:relative; 
	margin:0 0 20px 0; 
	width: 463px;
	}	
	
.box_form_password .top_form, 
.box_form_password .bottom_form, 	
.box_form_edit .top_form, 
.box_form_edit .bottom_form{ 
	width: 463px;
	overflow:hidden; 
	}
	
.box_form_password .top_form, 	
.box_form_edit .top_form{ 
	background:url(../it_images/box-form-top.jpg) no-repeat; 
	height:4px;
	}
	
.box_form_password .content_form,
.box_form_edit .content_form{ 
	width: 443px;
	margin:0 4px; 
	padding:1.3em 7px 0.6em; 
	}
	
.box_form_password .bottom_form,
.box_form_edit .bottom_form{ 
	background:url(../it_images/box-form-bottom.jpg) no-repeat; 
	height:4px; 
	}
	
	
.box_form_password h3,
.box_form_edit h3{  
	position:absolute; 
	top:-6px; 
	background:url(../it_images/h-repeat.gif) repeat-x 0 0; 
	color:#728fb8; 
	display:inline; 
	padding:2px; 
	font-size:1.4em;
	}	
	
.legal-statement{
/*	padding-left: 45px;*/
	font-size: 0.9em;	
	text-align: center;
}
	

#dashboard a {
	font-weight: bold; 
	color: #728fb8; 
	background: url(../it_images/arrow.jpg) no-repeat right center; 

	text-decoration: underline; 
}	
#dashboard a:hover {
	text-decoration: none;
}

#dashboard h3 {
	font-size: 12px;
}


#double-column-news a.save-btn{
	background-image:url(../it_images/btn_save.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:62px;
	padding: 0;
	margin:0;
	float: right;
	}
	
#double-column-news a.save-btn:link, 
#double-column-news a.save-btn:visited {
	background-position:0 0;
	display: block;
	width:62px;
	}
	
#double-column-news a.save-btn:hover, 
#double-column-news a.save-btn:active {
	background-position:0 -19px;
	display: block;
	width:62px;
	}
	
	
#double-column-news a.edit-btn{
	background-image:url(../it_images/btn_edit.jpg);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:62px;
	padding: 0;
	margin:0;
	float: left;
	}	
	
#double-column-news a.edit-btn:link, 
#double-column-news a.edit-btn:visited {
	background-position:0 0;
	display: block;
	width:62px;
	}
	
#double-column-news a.edit-btn:hover, 
#double-column-news a.edit-btn:active {
	background-position:0 -19px;
	display: block;
	width:62px;
	}	
	
	
#double-column-news a.continue-btn{
	background-image:url(../it_images/btn_continue.jpg);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:62px;
	padding: 0;
	margin:0;
	float: right;
	}
	
#double-column-news a.continue-btn:link, 
#double-column-news a.continue-btn:visited {
	background-position:0 0;
	display: block;
	width:62px;
	}
	
#double-column-news a.continue-btn:hover, 
#double-column-news a.continue-btn:active {
	background-position:0 -19px;
	display: block;
	width:62px;
	}	
	
	
#double-column-news a.placeorder-btn{
	background-image:url(../it_images/btn_placeorder.jpg);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:94px;
	padding: 0;
	margin:0;
	float: right;
	}
	
#double-column-news a.placeorder-btn:link, 
#double-column-news a.placeorder-btn:visited {
	background-position:0 0;
	display: block;
	width:94px;
	}
	
#double-column-news a.placeorder-btn:hover, 
#double-column-news a.placeorder-btn:active {
	background-position:0 -19px;
	display: block;
	width:94px;
	}		
	
	
#double-column-news a.pay-now-btn{
	background-image:url(../it_images/btn_pay-now.gif);
	background-repeat:no-repeat;
	border:0pt none;
	display:block;
	height:19px;
	text-indent:-9999px;
	width:74px;
	padding: 0;
	margin:0;
	float: right;
	}
	
#double-column-news a.pay-now-btn:link, 
#double-column-news a.pay-now-btn:visited {
	background-position:0 0;
	display: block;
	width:74px;
	}
	
#double-column-news a.pay-now-btn:hover, 
#double-column-news a.pay-now-btn:active {
	background-position:0 -19px;
	display: block;
	width:74px;
	}	
	
.paypal{
	text-align: right;
}
		
	
/* Paymenty Information form In /checkuot/onepage */

.required-entry-year{
	width: 90px
}

.validate-cc-number{
	width: 166px
}

.required-entry-month{
	width: 170px
}

.required-entry-cc-type{
	width: 170px
}

#checkout-step-review span.amount{
right: 15px;
}

/* Terms and conditions */

.cms-about-us-terms-html #double-column
    { margin-left:48px; width:750px; }

.cms-about-us-terms-html h1
    { color:#728FB8; font-size:1.4em; padding:0 0 5px; text-transform:uppercase; }

.cms-about-us-terms-html ol
    { list-style:decimal; padding-left:20px; float:left; }
    
    .cms-about-us-terms-html ol li
        { font-size:1.2em; margin:5px 0; }
        
         .cms-about-us-terms-html li li, .cms-about-us-terms-html #double-column p, .cms-about-us-terms-html dt, .cms-about-us-terms-html dd
        { font-size:1em; line-height:1.2em; }

    .cms-about-us-terms-html ol ol
        { margin:10px 30px; float:none; padding-left:0; }

.cms-about-us-terms-html ol ul
    { margin:10px 15px; }

.cms-about-us-terms-html #double-column h2
    { font-size:1.2em; color:#666; text-transform:capitalize; margin:0.5em 0; }

.cms-about-us-terms-html h3
    { font-size:1em; }

.cms-about-us-terms-html #double-column p
    { color:#666; margin:auto; padding:0; }

.cms-about-us-terms-html dt
    { display:block; margin:15px 0 0; font-weight:bold; }

	.cms-about-us-terms-html dd li
		{ list-style:lower-alpha; }

.cms-about-us-terms-html #double-column ol p
    { float:none; margin:auto; }

.cms-about-us-terms-html #double-column p
    { float:left; margin:30px 0 0; }

.cms-about-us-terms-html #double-column a
	{ background:none; padding-right:0; }

.cms-home #intro-text ul
	{ padding-left:10px; }

.cms-home #intro-text ul ul
	{  margin:10px 0 0; }
	
	
		
/* Box wide (twitter feed)*/
div.box-wide {border:1px solid #ccc; background: #f8f6f7; margin-bottom:20px; padding:20px; list-style:none;}	
div.box-wide ul {list-style:none;}
div.box-wide ul.twitter li {margin-bottom: 10px; font-size:1.1em;}
#double-column-news div.box-wide a {color:#669933; font-weight:bold;}
