@charset "utf-8";
/* CSS Document */

/*********** HOMEPAGE ***********/

h3 {color:#1F8FD1!important; }

.b33 { text-align:center; }

.b33 h3 { font-size:28px; line-height:28px; letter-spacing:-2px; }
.b100 h2 { font-size:24px; line-height:24px; letter-spacing:-1px; margin-bottom: 5px; margin-top: 5px; }
.b100 h3 { font-size:28px; line-height:28px; letter-spacing:-1px; margin-bottom: 10px;}

ul { margin: 0px; padding: 0px; }
li.top { 
	display: inline-block;
	font-weight: bold;
	background:url(../../imagesBlue/homepage-bullet.png) no-repeat scroll left top transparent;
    padding: 0 0 5px 15px;
    list-style: none outside none;
	float:left; 
	height: 10px;
	}

li.yes-gad {
    background: url("../imagesBlue/homepage-quote-tick.gif") no-repeat scroll left top transparent;
    padding: 0 0 8px 20px;
    text-align:left;
    list-style: none outside none;
    font-size: 13px;
	line-height: 20px;
}

li.no {
    background: url("../imagesBlue/homepage-quote-x.gif") no-repeat scroll left top transparent;
    padding: 0 0 5px 0px;
    list-style: none outside none;
}

li.yes a, li.no a {
    color: #333333;
    text-decoration: none;
}

li.yes a:hover, li.no a:hover {
    color: #333333;
    text-decoration: underline;
}

.gadget-type select { width:120px; }
form select.auto { width:60px; display:inline-block }
form input.gadget { width:100px; position:relative; left: -5px; }
