/* PRODUCTS MODULE Style Sheet (products.css)
--------------------------------------------------------------------------------
*/
img {
	border: 0;
}

/* products-module accordion
--------------------------------------------------------------------------------
*/
#accordion {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
#accordion ol, #accordion ul, li.toggler {
	cursor: default;
	list-style: none;
	margin: 0;
	padding: 0;
}
#accordion #prod-list ul {
	cursor: default;
	/*list-style: disc;
	margin: 0 0 0 8px;*/
	padding: 0 0 3px 3px;
}
#accordion #prod-list ul li {
	cursor: default;
	/*list-style: disc;*/
	background: transparent url(/images/presentation/common/bullets/square_3x3_gray.gif) no-repeat 0 0.5em;
	margin: 0 0 0 0px;
	padding: 0 0 3px 8px;
}
li.mid, li.tail {
	//margin-top: -3px;
}

/* container
--------------------------------------------------------------------------------
*/
#accordion.products-module {
	display:inline;
	float: left;
	margin: 5px 0 0;
	//margin-top: 10px;
	width: 239px;
}

/* module title
--------------------------------------------------------------------------------
*/
#accordion.products-module p.header {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 5px 10px;
	padding: 0;
}

/* instructional text
--------------------------------------------------------------------------------
*/
#accordion.products-module p.header span.note {
	font-size: 11px;
	font-weight: normal;
}

/* top-part of each module
--------------------------------------------------------------------------------
*/
#accordion.products-module blockquote.toggler {
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
}

/* product-module image-borders
--------------------------------------------------------------------------------
*/
li.head, li.mid {
	background: #fff url('/images/https-directbanking2/pm-mid-tail.gif') no-repeat 0 100%;
	width: 239px;
}
li.head .title {
	background: url('/images/https-directbanking2/pm-head.gif') no-repeat 0 0;
	padding: 10px;
	height: 40px;
}
li.tail {
	background: #fff url('/images/https-directbanking2/pm-tail.gif') no-repeat 0 100%;
	width: 239px;
}
li.mid .title, li.tail .title {
	/*background: url('/images/https-directbanking2/pm-mid-head.gif') no-repeat 0 0;*/
	padding: 10px;
	height: 40px;
}

/* product title, rate, apy details
--------------------------------------------------------------------------------
*/
div.name {
	/*background: url('/images/https-directbanking2/arrow-green.gif') no-repeat 0 0;*/
	float: left;
	margin-top: 8px;
	padding-left: 0px;
	width: 165px;
	margin-top:0px;
}

div.nameRMM {
	background: url('/images/https-directbanking2/rmm-tree-sm.gif') no-repeat 0 0;
	float: left;
	margin-top: 8px;
	padding-left: 20px;
	width: 150px;
}
div.nameOSA {
	background: url('/images/https-directbanking2/osa-bag-sm.gif') no-repeat 0 0;
	float: left;
	margin-top: 8px;
	padding-left: 20px;
	width: 150px;
}
div.nameHYMM {
	background: url('/images/https-directbanking2/hymm-pig-sm.gif') no-repeat 0 0;
	float: left;
	margin-top: 8px;
	padding-left: 20px;
	width: 150px;
}
div.nameCD {
	background: url('/images/https-directbanking2/cd-safe-sm.gif') no-repeat 0 0;
	float: left;
	margin-top: 8px;
	padding-left: 20px;
	width: 150px;
}
div.nameBMM {
	background: url('/images/https-directbanking2/bmm-case-sm.gif') no-repeat 0 0;
	float: left;
	margin-top: 8px;
	padding-left: 20px;
	width: 150px;
}

div.nameRMM, div.nameOSA, div.nameHYMM, div.nameCD, div.nameBMM a {
	color: #2866af;
	text-decoration: none;
}
div.nameRMM, div.nameOSA, div.nameHYMM, div.nameCD, div.nameBMM a:visited {
	color: #5780ae;
	text-decoration: none;
}
div.nameRMM, div.nameOSA, div.nameHYMM, div.nameCD, div.nameBMM a:hover {
	color: #2866af;
	text-decoration: underline;
}

div.rate {
	color: #78ae24;
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
	//padding-bottom: 5px;
}
div.apy {
	color: #666;
	font-size: 9px;
	font-weight: normal;
	margin-top: -1px;
	//margin-top: 0;
	text-align: center;
}

/* product description within each product module
--------------------------------------------------------------------------------
*/
.element {
	background: #f6f7fb url('/images/https-directbanking2/pm-mid-tail.gif') no-repeat 0 100%;
	clear: both;
	cursor: default !important;
	font-size: 11px;
	line-height: 13px;
	padding: 10px;
	_height: 1%; /* Fixes IE6-specific background image presentation bug */
}
.element .desc {
	float: left;
	height: 70px;
	line-height: 13px;
	margin: 0;
	width: 115px;
}
.element .cta {
	float: right;
	margin: 5px 0 0;
	text-align:center;
	width: 85px;
}
.current-product {
	background-color: /*#fed*/#fff3bf !important;
}

/* open an account tagline and button within each product module
--------------------------------------------------------------------------------
*/
.open-acct {
	float: left;
	height: 55px;
	margin: 0;
	width: 220px;
}
.open-acct .tagline {
	float: left;
	font-size: 11px;
	margin: 0;
	width: 115px;
}
.open-acct .tagline p {
	line-height: 13px;
	margin: 0;
}
.open-acct .tagline p span.phone {
	color: #78ae24;
	font-size: 11px;
	font-weight: bold;
}
.open-acct .btn {
	float: right;
	margin: 0;
	padding: 0;
	width: 85px;
}

/* last div container of the product-module accordion
--------------------------------------------------------------------------------
*/
div.last {
	background: url('/images/https-directbanking2/pm-tail.gif') no-repeat 0 100%;
	cursor: default;
	padding: 10px;
}

/* product-detail page, feature listing below the Flash module
--------------------------------------------------------------------------------
*/
ul#featList {
	font-size: 12px;
	margin: 10px 0;
	padding: 0 20px;
}

ul#featList li{
	color: #2866af;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	list-style: disc;
	padding: 5px 0 5px 1px; /* changed from 5px 0 5px 15px*/
}

ul#featList li div {
	font-weight: normal;
	padding: 5px 0;
}
ul#featList li ul li {
	background:transparent url(/images/presentation/common/bullets/square_3x3_gray.gif) no-repeat scroll 0 1.1em;
	padding-top:5px;
	padding-left:8px;
	color:#333333;
	font-weight:normal;
}

#phone_module{
	padding: 0px 0px 5px 0px;
	width: 85px;
	float: right;
}
.dbButton {
	border: 1px solid red;
}
