#content_selector
{	background: url(/static/img/navigation/background.png) no-repeat left top;
	height: 109px;
	border-bottom: solid 8px #628FC7;
}

#content_selector .section_container
{	position: relative;
	width: 255px;
	padding: 20px 0 0 20px;
	float: left;
}

#content_selector .section_container:first-child {
    width: 220px;
}

#content_selector #bibleVersionContainer {
    padding-left: 26px;
    color: #666666;
    width: 280px;
}

#bibleVersionContainer input {
    position: relative;
    top: 4px;
}

#bibleVersionContainer h3 {
    font-size: 14px;
    margin: 5px 0;
    font-weight: normal;
}

#choose_bible
{
    margin-top: 4px;
}

#bibleVersionContainer p {
    font-size: 10px;
    width: 220px;
    margin: 0;
}

.splash
{	position: absolute;
	z-index: 2;
	top: -10px;
	left: 22px;
	background: url(/static/img/navigation/splash_background.png) no-repeat left top;
	width: 31px;
	height: 31px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.badge
{	position: absolute;
	z-index: 1;
	top: -5px;
	left: 30px;
	background: url(/static/img/navigation/badge_background.png) no-repeat right top;
	width: auto;
	height: 20px;
	padding: 0 15px 0 25px;
	line-height: 18px;
	font-size: 1.1em;
	font-weight: normal;
	color: #B81C23;
}

.button_large
{
    background-repeat: no-repeat;
	width: 55px;
	font-size: 11px;
	text-decoration: none;
	height: 21px;
    padding-top: 10px;
    padding-left: 35px;
	color: #999999;
	display: block;
	float: left;
}

.button_listen
{
    background-image: url(/static/img/global/buttons/blank_listen.png);
}

.button_listen_selected, .button_listen:hover
{
    background-image: url(/static/img/global/buttons/blank_listen_on.png);
	color: #666666;
}

.button_search
{
    background-image: url(/static/img/global/buttons/blank_search.png);
}

.button_search_selected, .button_search:hover
{
    background-image: url(/static/img/global/buttons/blank_search_on.png);
    color: #666666;
}


.button_read {
    background: url(/static/img/global/buttons/blank_read.png) no-repeat 0 0;
}

.button_read_selected, .button_read:hover
{
    background-image: url(/static/img/global/buttons/blank_read_on.png);
    color: #666666;
}

.button_store {
    background: url(/static/img/global/buttons/blank_cart.png) no-repeat 0 0;
}

.button_store_selected, .button_store:hover
{
    background-image: url(/static/img/global/buttons/blank_cart_on.png);
    color: #666666;
}

/*search field*/

.section_container .text_field
{
    background: #FFFFFF url(/static/img/global/input_text_background.gif) repeat-x left top;
	border: solid 1px #BADDAD;
	color: 	#666666;
	width: 180px;
    padding: 4px 1px;
	margin: 0 0 2px 15px;
    font-size: 10px;
}

#searchButton
{
    background: url(/static/img/global/buttons/blank_search_square.png) no-repeat 2px 0;
	width: 35px;
    height: 32px;
    border: none;
    position: relative;
    top: 2px;
}

.section_container p {
    color: #666667;
    margin: -15px 10px 0 15px;
    line-height: 16px;
    font-size: 12px;
}