@charset "UTF-8";

/*		Redifines		*/

HTML,
BODY
{	height: 100%;
}

BODY
{	background: #FFFFFF url(/static/img/global/background.jpg) repeat-x left top;
	margin: 0 10px 0 10px;
	font-family: Lucida grande, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}

A
{	color: #6699CC;
}

A:hover
{	color: #999999;
}

IMG
{	border: none;
}

FORM
{	margin: 0;
}

H1
{	font-size: 1.5em;

}

H3
{	font-size: 1.5em;
	font-weight: normal;
	color: #6699CC;
	margin: 10px 0 5px 0; 
}

H4
{	font-size: 1.2em;
	font-weight: normal;
	color: #6699CC;
	margin: 5px 0 5px 0; 
}

H5
{	font-size: 1.0em;
	font-weight: normal;
	color: #6699CC;
	margin: 0 0 10px 0; 
}


H6
{	font-size: 1.0em;
	font-weight: normal;
	color: #6699CC;
	margin: 0 0 10px 0; 
}


/*		Global wrappers		*/

#page_container
{	position: relative;
	width: 826px;
	height: auto;
	text-align: left;
	margin: 0 auto 0 auto;
}

#page_container #logo
{	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
	width: 45px;
	height: 60px;
}

#page_container #top_container
{	position: relative;
	width: 100%;
	height: 110px;
	color: #999999;
}

#page_container #top_container FORM LABEL
{	font-weight: bold;
}


#page_container #top_container FORM INPUT
{	background: #FFFFFF url(/static/img/global/input_text_background.gif) repeat-x left top;
	border: solid 1px #EAEAEA;
	color: 	#666666;
	height: 20px;
	padding: 3px 0 0 5px;
	margin: 0 0 2px 0 !important;
}

#page_container #top_container #functions_container #login FORM INPUT#dummySubmit
{
    border: none;
    width: 0;
    height: 0;
}

#page_container #top_container #logo IMG
{	width: 44px;
	height: 55px;
}

#page_container #top_container #functions_container
{	margin-top: 10px;
	float: right;
}

#page_container #top_container #functions_container DIV
{	float: right;
	margin-top: 10px;
}

#page_container #top_container #functions_container #compact_cart_container
{	background: url(/static/img/global/compact_cart/background_compact.gif) no-repeat top left;
	padding: 1px 0 5px 40px;
	line-height: 25px;
}

#page_container #top_container #functions_container #compact_cart_container SPAN#cart_count
{	background: url(/static/img/global/compact_cart/cart_count_background.gif) no-repeat 1px 0;
	width: 25px;
	height: 27px;
	display: inline-block;
	padding-left: 1px;
	color: #FFFFFF;
	text-align: center;
}

#page_container #top_container #functions_container #login
{	margin: 12px 0 0 20px;
}

#page_container #top_container #functions_container #login P
{	margin: 0;
	line-height: 25px;
}

#page_container #top_container #functions_container #login FORM LABEL
{	margin-right: 5px;
	line-height: 25px;
	float: left;
}

#page_container #top_container #functions_container #login FORM INPUT
{	width: 110px;
}

#page_container #body_container
{	width: 100%;
	height: auto;
}

.cart_redirect {
    background: #B81C23;
    color: white;
    padding: 0 14px;
}


#page_container #body_container #content_selector A.button,
SPAN.create_album_select_testament A.button
{	background: url(/static/img/global/buttons/blank_small.png) no-repeat 0 0;
	width: 120px;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	padding-left: 2px;
	line-height: 32px;
	color: #999999;
	display: block;
	float: left;
}

#page_container #body_container #content_selector A.selected,
#page_container #body_container #content_selector A.button:hover,
SPAN.create_album_select_testament A.selected,
SPAN.create_album_select_testament A.button:hover
{	background-image: url(/static/img/global/buttons/blank_small_on.png);
	color: #666666;
}


#page_container #footer_container
{	width: 100%;
	height: auto;
}

#page_container #footer_container #navigation_disclaimer
{	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
}

#page_container #footer_container #navigation_disclaimer P
{	margin-top: 10px;
}
 

/*		INFO PAGE		*/

#info_page {
    clear: both;
    padding: 20px 20px 0 10px;
}

#info_page .menu {
    width: 140px;
    float: left;
}

#info_page .menu a {
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 0 10px;
    background: url("../img/arrow_small_red.gif") no-repeat left;
    display: block;
	text-decoration: none;
	color: #AF3035;
}

#info_page #content {
    border-left: 1px solid #f3e2dc;
    padding: 0 0 0 30px;
    margin: 0 0 15px 30px;
    width: 430px;
    font-size: 12px;
    float: left;
}

#info_page H2
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #3674C1;
	margin-top: 0;
}

#info_page H5
{	font-size: 12px;
	color: #666666;
}

#info_page P,
#info_page OL,
#info_page P
{   line-height: 1.7em;
	margin-bottom: 1.2em;
	color: #666666;
}

#info_page #content .reader {
    clear: both;
    padding: 12px 0 0 0;
}

#info_page #content .pic {
    float: left;
    margin: 0 15px 10px 0;
}

#bottom {
    padding: 12px 0 12px 10px;
    font-size: 12px;
    clear: both;
}

#info_page .column_1
{	width: 50%;
	margin-right: 2%;
	float: left;
}

#info_page .column_2
{	width: 48%;
	float: left;
}

.product_order_content P
{	margin: 10px 0 5px 0;
}



/*    MYPAGE    */
.mypage_holder {
    float: left;
    width: 44%;
    margin: 0 2%;
    height: auto;
    min-height: 400px;
    
}

.mypage_divider {
	float: left;
    height: 500px;
    width: 1px;
    border-left: 1px solid #b2cce5;
}

.mypage_holder span {
    clear: both;
    float: left;
    width: 100%;
}

.mypage_holder h3 {
    float: left;
    clear: both;
    width: 100%;
}

.mypage_holder .access_item {
    height: 80px;
    margin-top: 5px;
    background-color: #F5F5F5;
    width: 100%;
    float: left;
}

.mypage_holder .access_item span {
    width: auto;
    margin: 10px;
}

.mypage_holder #mypage_change_password_holder,
.mypage_holder #mypage_change_display_name,
.mypage_holder #mypage_change_name {
    float: left;
    padding-top: 10px;
    width: 100%;
}

.mypage_holder div label {
	margin-top: 5px;
    float: left;
    width: 100%;
    display: block;
}

.mypage_holder div span {
	margin-top: 4px;
    width: 160px;
    text-align: right;
    margin-right: 10px;
    float: left;
}

.mypage_holder div input {
    float: left;
    clear: right;
}

.mypage_holder a.button {
    background-image: url(/static/img/global/buttons/blank_create_on.png);
    color: #666666;
    display:block;
    float:left;
    font-size:0.9em;
    line-height:41px;
    padding-left:10px;
    text-align:center;
    text-decoration:none;
    width:95px;
}

.mypage_holder span strong {
	background-color: #AF3035;
	color: #FFFFFF;
	font-weight: normal;
	padding: 1px 4px;
}

.mypage_holder span.message {
    color: #008000;
}

.mypage_holder h5 {
    float: left;
    width: 100%;
    display: block;
    margin: 10px 0 3px;
}

.mypage_holder span#display_name_holder,
.mypage_holder span#name_holder {
    width: auto;
    margin-right: 10px;
}

.mypage_holder .album_container {
	background-color: #F5F5F5;
	/*background-color: #f0f4f7;*/
	height: 80px;
	width: 100%;
	margin-top: 5px;
	position: relative;
	float: left;
	overflow: auto;
}

.mypage_holder .album_container div {
    float: left;
}

.mypage_holder .album_container .image,
.mypage_holder .album_container .description,
.mypage_holder .album_container .options_row {
    /* clear: right; */
}

.mypage_holder .album_container .description {
    width: 250px;
}

.mypage_holder .album_container .description p {
    color: #666;
    font-size: 0.9em;
}

.mypage_holder .album_container .title {
	float:left;
	width: 145px;
}

.mypage_holder .album_container .title h4 {
	font-size: 1.1em;
	font-weight: bold;
}

.mypage_holder .album_container .image {
	background: #F5F5F5 url(/static/img/album_page/icons/small/default.jpg) no-repeat scroll left top;
	height: 70px;
	left: 5px;
	top: 5px;
	width: 100px;
	margin: 5px;
}

.mypage_holder .album_container .options_row {
	float: left;
	position: relative;
	margin: 10px 0 0 0;
}

.mypage_holder .album_container .button_edit {
	background: transparent url(/static/img/global/compact_cart/button_90px.gif) no-repeat scroll 2px 0;
	color: #990033;
	display: block;
	padding: 3px 0 5px;
	text-align: center;
	text-decoration: none;
	width: 92px;
}

.mypage_holder .pageing_container {
	float: right;
	margin-top: 10px;
	text-align: right;
}

.mypage_holder .pageing_container a {
	color: #990033;
	font-weight: bold;
	margin-right: 3px;
}

.errors {
    float: left;
    width: 794px;
}

.small_gray {
    color: #666666;
    font-size: 9px;
}

.search_badge
{	position: absolute;
	z-index: 1;
	top: -5px;
	left: 0;
	background: url(/static/img/navigation/search_badge_background.png) no-repeat left top;
	width: 216px;
	height: 20px;
    padding-left:15px;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #B81C23;
}

#buyLinks p{
    margin:3px 0;
}

#buyLinks a {
    color: #B81C23;
    font-size: 12px;
    text-decoration:none;
}

#buyLinks a:hover {
    color: #cc0000;
    text-decoration:underline;
}

#banner_bar {
    padding: 10px;
}

#banner_bar #createnew {
    background: url(/static/img/banners/93x241_red.png) no-repeat left top;
    height: 93px;
    width: 241px;
    float: left;
}

#banner_bar #createnew p {
    margin: 17px 20px 10px 75px;
    font-size: 15px;
    color: #676767;
}

#banner_bar #download {
    background: url(/static/img/banners/97x203_logo.png) no-repeat left top;
    height: 95px;
    width: 203px;
    float: left;
    }

#banner_bar #download p {
    margin: 20px 25px 10px 80px;
    font-size: 11px;
    color: #666777;
    text-align: center;
}

#banner_bar #storebanner {
    background: url(/static/img/banners/93x355_bible.png) no-repeat left top;
    height: 96px;
    width: 355px;
    float: left;              
}

#banner_bar #storebanner h3 {
    font-size: 13px;
    margin: 20px 0 0 90px;
}

#banner_bar #storebanner p {
    margin: 5px 25px 10px 90px;
    font-size: 11px;
    color: #666777;
}

#banner_bar #storebanner #price_span{
    color: #990000;
    font-size: 14px;
    position: absolute;
    top: 290px;
    right:50px;
}

/* Bottom banners */

#bottom_banners div {
    margin-left: 10px;
    margin-bottom: 40px;
}

#bottom_banners div:first-child {
    margin-left: 0;
}

#bottom_banners #discs {
    background: url(/static/img/banners/cd.png) no-repeat left top;
    height: 151px;
    width: 267px;
    float: left;
}

#bottom_banners h2 {
    color: white;
    margin: 5px 0 0 20px;
    text-align: left;
    font-weight: normal;
}
#bottom_banners #discs #splash {
    margin: 25px 165px 0 30px;
    font-size: 12px;
    color: #476a9d;
    text-align: center;
    float: left;
}

#price_span{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    text-decoration: none;
    color: #264571;
    float: left;
}

#discs #price_span{
    width: 120px;
}

#listen #price_span{
    width: 120px;
}

#ipod #price_span{
    width: 170px;
}

#bottom_banners #listen {
    background: url(/static/img/banners/listen.png) no-repeat left top;
    height: 151px;
    width: 267px;
    float: left;
}

#tab {
    margin-left: 1px;
    font-size: 1px;
    color: #ccccff;
}

#bottom_banners #listen #splush {
    margin: 25px 155px 0 25px;
    font-size: 11px;
    color: #476a9d;
    text-align: center;
    float: left;
}

#bottom_banners #ipod {
    background: url(/static/img/banners/ipod.png) no-repeat left top;
    height: 151px;
    width: 267px;
    float: left;
}

#bottom_banners #ipod #splish {
    margin: 29px 139px 0 37px;
    font-size: 12px;
    color: #476a9d;
    text-align: center;    
    float: left;
}