/*** BOX ***/

.box {
	background: transparent;
}

.box-top, .box-bottom {
	display: block; 
	background: transparent; 
	font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display: block; 
	overflow: hidden;
}
.xb1, .xb2, .xb3 {
	height: 1px;
}
.xb2, .xb3, .xb4 {
	background: #fff; 
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.xb1 {
	margin: 0 5px; 
	background: #dcdcdc;
}
.xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.xb3 {
	margin: 0 2px;
}
.xb4 {
	height: 2px; 
	margin: 0 1px;
}

.box-inner {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-repeat: repeat-x;
	background-position: bottom left;		
}

.box-content {
	padding: 2px 5px 2px 5px;
}

.box-title {
	/*padding: 2px 0px 2px 0px;*/
}

.box h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

.box h3 {
	font-size: 12px;
}

.box p {
	
}

/*** SPECIAL BOXES ***/

/*** INSURANCE ***/
.box.insurance .box-inner {
	background-image:url(http://zeus:96/imgs/bg/bg_gd_blue.png);
}
.box.insurance .box-bottom .xb2,
.box.insurance .box-bottom .xb3,
.box.insurance .box-bottom .xb4 {
	background-color: #005DA8;
}

/*** ENERGY ***/
.box.energy .box-inner {
	background-image:url(http://zeus:96/imgs/bg/bg_gd_orange.png);
}
.box.energy .box-bottom .xb2,
.box.energy .box-bottom .xb3,
.box.energy .box-bottom .xb4 {
	background-color: #F8BA00;
}

/*** FINANCE ***/
.box.finance .box-inner {
	background-image:url(http://zeus:96/imgs/bg/bg_gd_green.png);
}
.box.finance .box-bottom .xb2,
.box.finance .box-bottom .xb3,
.box.finance .box-bottom .xb4 {
	background-color: #7AB51D;
}

/*** INFO ***/
.box-inner li {
list-style: none;
}
.box-inner li ul{
list-style: none;
}
.box-inner li ul li{
list-style: none;
}

.box.info{padding-bottom:10px;}
.box.info .box-inner {
	/*background: #ecf7fd;*/
}
.box.info .box-top .xb2,
.box.info .box-top .xb3,
.box.info .box-top .xb4 {
	background-color: #fbfbfb;
}
.box.info .box-bottom .xb2,
.box.info .box-bottom .xb3,
.box.info .box-bottom .xb4 {
	/*background-color: #ecf7fd;*/
}
.box.info .box-title {
	background-color: #fbfbfb;
}
.box.info .box-content {
	padding: 8px 7px;
}
.box.info .box-title h3 {
	color: #666;
	font-size: 10px;
	padding: 0px 5px 4px 5px;
	margin-bottom: 0px;
	text-transform: uppercase;
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	/*background-color: #fbfbfb;*/
}

.box.info .box-title.insurance h3 {
	/*
	background-color: #005DA8;
	color: #fff;
	border: none;
	*/
}

/*** PLAIN ***/
.box.plain .box-inner {
	background: #fff;
}
.box.plain .box-bottom .xb2,
.box.plain .box-bottom .xb3,
.box.plain .box-bottom .xb4 {
	background-color: #fff;
}

/*** PRODUCT TEASER ***/
.box-product-content {
	float: right;
	width: 330px;	
}

.box-product-content .box-product-intro {
	margin-bottom: 10px;	
}

.box-product-content .box-product-icon {
	float: left;
	margin-right: 15px;	
}

/*** PRODUCT INTRO TEASER ***/

.product-teaser {
	padding: 10px;
}

.product-teaser-img {
	float: left;
	margin-right: 20px;
}

.product-teaser-content {
	float: left;
}

.product-teaser-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.product-teaser-list {
}


/*** PRODUCT HALF TEASER ***/
.box-product-left {
	float: left;
	width: 370px;	
}

.box-product-right {
	float: right;
	width: 335px;	
}

.box-product-content-half h2 {
	display: inline-block;
	margin-top: 7px;	
}

.box-product-content-half h2,
.box-product-content-half h3 {
	font-size: 11px;
}

.box-product-content-half select {
	width: 138px;
}

.box-product-content-half input.text {
	width: 130px;	
}

.box-product-content-half label {
	position: relative;
	top: -3px;
	padding-left: 3px;
	cursor: pointer;
}

.box-product-content-half .box-product-calc {
	float: right;
	width: 155px;
}

.box-product-content-half .box-product-icon {
	display: block;
	margin-bottom: 10px;
}

/*** PRODUCT CONTINUE ***/
.box-continue {
	margin-top: 15px;	
}

/*** LEFT ***/

.box-faq {
	list-style: none;	
}

.box-faq li {
	padding-bottom: 7px;
}

.box-faq li a {
	display: block;
}

.box-menu {
	list-style: none;
}

.box-menu li a {
	padding: 3px 0px;
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	padding-left: 15px;
	background:url(http://zeus:96/imgs/boxes/navi_bullet_grey.png) no-repeat 0px 50%;
}

.box-menu li a.active {
	background:url(http://zeus:96/imgs/boxes/navi_bullet.png) no-repeat 0px 50%;
	font-weight: bold;
}

.box-hotline {
	
}

.box-hotline .box-hotline-icon {
	float: left;
	margin-right: 7px;
}

.box-hotline .box-hotline-slogan {
	margin-top: 7px;
}

.box-hotline .box-hotline-tel {
	font-weight: bold;
}

.box-hotline .box-hotline-hours {
	font-size: 10px;
}


/*** POPUP ***/

.window-close {
	float: right;
	margin-right: 20px;
	display: inline-block;
	padding-left: 15px;
	background:url(http://zeus:96/imgs/global/window_close.png) no-repeat 0px 4px;
}
/*** Fix for Blog images ***/
* html .entry p img {
	padding:0px 0px 0px 0px;
	margin-right:15px;
	margin-top:5px;
}

.entry p img {
padding:5px 15px 0px 0px;
}

.entry table tr td
{
padding-right:15px;
}

.entry td {padding-right:15px;}

.post img {
float:left;
padding:5px 10px 0 0;
}



* html .alignleft {padding-bottom:20px;}
* html h1 {font-size:12px;}
/*IE6*/
* html h2 {
	font-size:18px;
	font-weight:bold;
}
.entry H2 {font-size:14px;}
/*IE7*/
*+html h2 {
	font-size:18px;
        font-weight:bold;
}

.hentry H1 {font-size:18px;}

.entry ul li{
list-style: circle;
margin-left: 20px;
}

.box-content a {
	font-size:11px;
}


