/* 
    Document   : 
    Created on : 
    Author     : 
    Description: 

  /$$$$$$        /$$       /$$ /$$
 /$$__  $$      | $$      | $$|__/
| $$  \ $$  /$$$$$$$  /$$$$$$$ /$$  /$$$$$$$  /$$$$$$  /$$$$$$$
| $$$$$$$$ /$$__  $$ /$$__  $$| $$ /$$_____/ /$$__  $$| $$__  $$
| $$__  $$| $$  | $$| $$  | $$| $$|  $$$$$$ | $$  \ $$| $$  \ $$
| $$  | $$| $$  | $$| $$  | $$| $$ \____  $$| $$  | $$| $$  | $$
| $$  | $$|  $$$$$$$|  $$$$$$$| $$ /$$$$$$$/|  $$$$$$/| $$  | $$
|__/  |__/ \_______/ \_______/|__/|_______/  \______/ |__/  |__/

*/

/* modules */
.module-wrapper {
	height:306px;
	margin-bottom:9px;
}
.module {
	float:left;
	width:313px;
	height:308px;
	margin-right:10px;
	background-color:#ebebeb;
	position:relative;
}
.module.last {
	margin-right:0;
}
.module:hover, .module.hover {
	background-color:#e60000;
}
.module .module-top {
	height:33px;
	line-height:33px;
	padding-left:10px;
	color:#666;
	font-size:1.8em;
	font-weight:bold;
}
#main-content .module-top a {
	color:#666;
	display: block;
}
#main-content .module:hover .module-top, 
#main-content .module:hover .module-top a, 
#main-content .module.hover .module-top, 
#main-content .module.hover .module-top a 
{
	color:#fff;
	text-decoration: none;
}

.jcarousel-clip-horizontal {
	width: 314px;
	position: relative;
	height: 243px;
}

.module .module-main {
	height:243px;
	background-color:#fff;
}

.module-main ul.summaryHighlights {
	list-style-type: none;
	width: 1256px;
	position: relative;
	overflow: hidden;
}





#main-content .module-main ul.summaryHighlights li {
	float: left;
	background: none;
	padding: 0;
	width: 314px;
	height: 243px;
}

#main-content .module-main ul.summaryHighlights li  p.amount {
	color:#E60000;
	font-size:6em;
	font-weight:normal;
	letter-spacing:-2px;
	margin-bottom:0px;
	position:absolute;
	top:45px;
	font-weight: normal;
	margin-left: 15px;
	}

#main-content .module-main ul.summaryHighlights li p.increase {
	margin-bottom:0;
	font-size:2.2em;
	color:#666;
	font-weight:normal;
	line-height:1.1em;
	position:absolute;
	top:134px;
	font-weight: normal;
	margin-left: 15px;
}

#main-content .summaryHighlights p {
	top: 20px;
	position: absolute;
	margin-left: 15px;
}

#carousel-prev {
	width: 11px;
	height: 16px;
	float: left;
	position: absolute;
	bottom: 10px;
	left:15px;
	background: url('../images/carousel-prev.gif') top right no-repeat;
}

#carousel-next {
	width: 11px;
	height: 16px;
	float: right;
	position: absolute;
	bottom: 10px;
	right:15px;
	background: url('../images/carousel-next.gif') top right no-repeat;
}

#carousel-next span, #carousel-prev span  {
	display: none
}

.module .module-bottom {
	height:30px;
	line-height:30px;
	padding-left:8px;
}
#main-content .module .module-bottom a {
	background: transparent url('../images/icons/sidenav-arrow.gif') left 8px no-repeat;
	display:block;
	color:#666;
	font-size:1.6em;
	font-weight:bold;
	padding-left: 12px;
}
#main-content .module .module-bottom a:hover, 
#main-content .module:hover .module-bottom a, 
#main-content .module.hover .module-bottom a 

{
	background: #e60000 url('../images/icons/sidenav-arrow-over.gif') left 8px no-repeat;
	color: #fff;
	text-decoration: none;
	}
	
#main-content .module:hover .module-bottom a, 
#main-content .module.hover .module-bottom a 
{
	color:#fff;
	text-decoration: none;
}

.module#hp-performance .module-main {
	height:273px;
}

/* accordion */
#home #main-content .module .module-main #accordion {
	margin-top:0;
	border-top: 1px solid white;
}
#home #main-content .module .module-main #accordion div {
	height:90px;
}
#home #main-content .module .module-main #accordion div img {
	float:left;
	margin-right:8px;
}
#home #main-content .module .module-main #accordion div p {
	margin:8px 8px 0 0;
	font-size:1.4em;
	color:#666;
}
#home #main-content .module .module-main #accordion div p a {
	font-weight:bold;
	color:#666;
	background: transparent url('../images/icons/homeaccordion-more-arrow.gif') left 2px no-repeat;
	padding-left: 11px;
}
#home #main-content .module .module-main #accordion div p a:hover {
	background: transparent url('../images/icons/homeaccordion-more-over.gif') left 2px no-repeat;
	color: #e60000;
	text-decoration: none;
}
#home #main-content #accordion h3 {
	font-size: 1.4em;
	border-bottom: 1px solid #f6f6f6;
	background:#ebebeb url('../images/icons/homeaccordion-arrow-down.gif') no-repeat 98% 50%;
	}
	
#home #main-content #accordion h3.ui-state-hover {
	background: #b60000 url('../images/icons/homeaccordion-arrow-over.gif') no-repeat 98% 50%;
	}
	
#home #main-content #accordion h3.ui-state-active {
	background:#908c8b url('../images/icons/homeaccordion-arrow-up.gif') no-repeat 98% 50%;
	border-bottom: none !important;
}