/* ---- Styles for Listener's Bible iPod Download page ---- */

/* --- Main Content --- */
#content_wrapper {
	width: 100%;
	position: relative;
	}
#content_wrapper h1 {
	margin-left:45px;
	}
#content {
	border: 1px solid #ccc;
	padding: 5px;
	width:662px;
	/*float: left;*/
	position: relative;
	height: 415px;
	top:0;
	left:45px;
	}
#content p {
	text-align: left;
	margin: 0 0 5px 0;
	}
#left_content {
	float: left;
	background-color: #f3f0d9;
	width:291px;
	padding: 15px;
	margin-right: 10px;
	}
#left_content img {
	float: left;
	border: 1px solid #fff;
	margin:0 10px 15px 0;
	vertical-align: top;
	}
#right_content {
	padding: 0;
	float: left;
	width:329px;
	}
#right_content img {
	float: left;
	margin: 0 10px 5px 0;
	vertical-align: top;
	border: 1px solid #000;
	}
#right_content h5 {
	color: #000;
	font-size:1.1em;
	margin: 0;
	}
#right_content form {
	width: 251px;
	}
#right_content form span {
	float: left;
	padding: 5px 5px 5px 0;
	}
#right_content form span.error {
	float: left;
	margin: 0px;
	color: red;
	font-weight: bold;
	padding: 0 0 0 5px;
	}
form span input {
	float: left;
	border: 1px solid #7f7f43;
	width:175px;
	}
#right_content form button {
	float: left;
	width: 171px;
	background: transparent url(/images/button_bg.png) repeat-x left top;
	border: 1px solid #c8c793;
	color: #ffffff;
	font-size: 1.2em;
	cursor: pointer;
	}
#content p.action {
	float: left;
	font-weight: bold;
	margin-top:15px;
	}
	
/* --- Store Links --- */
#storelinks {
	position: relative;
	left:45px;
	width:664px;
	height:200px;
	background: transparent url(/images/store_bg.png) repeat-x;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top:20px;
	}
#storelinks h1, #storelinks h2 {
	color: #ffffff;
	font-weight: normal;
	}
#storelinks h1 {
	font-size: 1.7em;
	margin: 0;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	}
#storelinks h2 {
	font-size: 1.4em;
	margin: 0;
	}
#storelinks ul {
	list-style: none;
	padding: 0;
	margin: 28px 0 0 38px;
	}
#storelinks li {
	float: left;
	margin-right: 40px;
	}
#storelinks li a {
	float: left;
	text-decoration: none;
	font-weight: bold;
	color:#a0997d;
	}
#storelinks li a:hover {
	color:#00546F;
	}
li a span {
	float: left;
	font-size: 1.1em;
	}
#storelinks li.download a {
	background: transparent url(/images/download.png) no-repeat left top;
	display: block;
	width: 72px;
	height: 100px;
	}
#storelinks li.download a:hover {
	background: transparent url(/images/downloadHover.png) no-repeat left top;
	}
li.download a span {
	margin:55px 0 0 10px;
	}
#storelinks li.mp3_cd {
	margin-top:-21px;
	}
#storelinks li.mp3_cd a {
	background: transparent url(/images/mp3_cd.png) no-repeat left top;
	display: block;
	width: 90px;
	height: 100px;
	}
#storelinks li.mp3_cd a:hover {
	background: transparent url(/images/mp3_cdHover.png) no-repeat left top;
	}
li.mp3_cd a span {
	margin:77px 0 0 23px;
	}
#storelinks li.dvd {
	margin-top:-41px;
	}
#storelinks li.dvd a {
	background: transparent url(/images/dvd_bible.png) no-repeat left top;
	display: block;
	width: 90px;
	height: 100px;
	}
#storelinks li.dvd a:hover {
	background: transparent url(/images/dvd_bibleHover.png) no-repeat left top;
	}
li.dvd a span {
	margin:97px 0 0 34px;
	}
#storelinks li.digital_player {
	margin-top:-20px;
	}
#storelinks li.digital_player a {
	background: transparent url(/images/digital_player.png) no-repeat center top;
	display: block;
	width: 74px;
	height: 100px;
	}
#storelinks li.digital_player a:hover {
	background: transparent url(/images/digital_playerHover.png) no-repeat center top;
	}
li.digital_player a span {
	margin:76px 0 0 0;
	}
#storelinks li.compact_disc {
	margin-top:-74px;
	margin-right:0;
	}
#storelinks li.compact_disc a {
	background: transparent url(/images/compact_disc.png) no-repeat left top;
	display: block;
	width: 90px;
	height: 122px;
	}
#storelinks li.compact_disc a:hover {
	background: transparent url(/images/compact_discHover.png) no-repeat left top;
	}
li.compact_disc a span {
	margin:129px 0 0 8px;
	}
