@charset "utf-8";


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	color: #F15D22;
	margin-top: 0.3em;
	font-size: 2.2em;
	margin-bottom: 0.3em;
	clear: left;
}
h2 {
	color: #333;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top-color: #333;






	//background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	clear: both;
	background-color: #F0F0F0;
	padding: 0.4em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	padding: 0.3em;
	background-color: #F0F7DB;
	clear: both;
	margin: 0px;
}
h4 {
	font-size: 1.3em;
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
}
h5 {
	font-size: 1.1em;
	color: #EF6816;
	margin-top: .5em;
	margin-bottom: 0.5em;
}



.justify {
	text-align: justify;
}

p {
	padding: 0px;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}



a {
	color: #155799;
	font-weight: bold;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #EF6816;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px;
}



#wrapper {
	padding: 0px;
	height: auto;
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin none #999999;
	font-size: 100%;
	font-family: sans-serif;
	background-color: #FFF;
}
#header {
	height: auto;
}
#title {
	background-color: #FFF;
	overflow: hidden;
}

#title p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;


}

#title img {
	vertical-align: text-bottom;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
#menuBar {
	width: 968px;
	float: left;
	background-color: #690;
	clear: left;
	margin-bottom: 20px;
	background-image: url(../imgs/menu_gradient.png);
	background-repeat: repeat-x;
	background-position: 0px -50px;

}
#menuBar #searchBar  {
	float: left;
	display: inline;
	margin-left: 150px;

}
#menuBar #navBar {
	float: left;
	width: 968px;
	background-color: #690;
}
#menuBar #navBar ul {
	list-style-type: none;
	padding: 0px;
	display: block;
	clear: left;
	float: left;
	width: 966px;
	margin: 0px;
}


#menuBar #navBar ul li{
	padding: 0px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#menuBar #navBar a{
	color: #333;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	display: block;
	font-size: 0.7em;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #690;
	border-right-color: #690;
	border-bottom-color: #690;
	border-left-color: #690;
	background-color: #F0F7DB;
}
#menuBar #navBar li.selected a{
	background-color: #FFF;
	font-weight: bold;
	padding-right: 1.6em;
	padding-left: 1.6em;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


#menuBar #navBar a:hover {
	text-decoration: underline;
}




form label#titleLabel {
	color: #FFF;
	display: block;
	margin: 5px;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
}
form label#inputLabel {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
}

.formInput {

	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
}
.submitBTN {
	cursor: pointer;
	background-color: #F90;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #c60;
	overflow: visible;
	height: auto;
	text-decoration: none;
	width: auto;
	float: left;
	clear: none;
	margin: 5px;
	display: inline;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
	background-image: url(../imgs/button_gradient1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;

}






#content {
	text-align: left;
	margin: 0px;
	height: auto;
	width: 968px;
	clear: none;
	font-family: sans-serif;
	font-size: 0.8em;
	float: left;
	background-color: #FFF;
	padding: 0px;

}
#main {
	width: 758px;
	padding-left: 25px;
	float: left;
}

#intro p {
	font-size: .9em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #333;
	line-height: 1.5em;
}


/*#intro p a {
	text-decoration: none;
	color: #527500;
	font-weight: normal;
}*/
#intro img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
#intro #panel1 {
	background-image: url(../imgs/intro1.png);
	width: 756px;
	height: 350px;
	margin-bottom: 10px;
}
#intro #panel1 #large_img {
	float: left;
	height: 95px;
	width: 95px;
	margin-top: 105px;
	margin-left: 42px;
	margin-right: 20px;
}

#intro #panel1 #small_img {
	float: left;
	height: 70px;
	width: 70px;
	margin-top: 170px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#intro  #download_now {
	float: right;
	width: 200px;
}
#intro #download_now img {
	float: none;
}
#intro #download_now p {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#sideBar  {
	float: left;
	width: 183px;
	font-size: 1em;
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
}
#sideBar #searchForm {
	background-color: #F0F0F0;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F15D22;
	float: left;
	display: inline;
	margin-top: 0px;
    width: 183px;

}

#sideBar ul {
	font-size: .9em;
    padding-top: 0.3em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 1.3em;
	list-style-type: none;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
#sideBar ul li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;



}
#sideBar a {
	font-weight: normal;
	color: #155799;
	text-decoration: none;
}

#sideBar a:hover {
	color: #666;
	text-decoration: underline;
}
#sideBar a.highlight {
	color: #EF6816;
	font-weight: bold;
}
#sideBar a:hover.highlight {
	color: #EF6816;
}
#sideBar h3 a {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
    text-decoration: none;
	
}
#sideBar h3 a:hover {
	color: #FFF;
	text-decoration: none;
}
.leftNav {
	border: 1px solid #690;
	width: 181px;
	margin-bottom: 10px;
	float: left;
}
#refinements {
	width: 181px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #F93;
}
#refinements h3 {
	margin: 0px;
	color: #333;
	background-color: #FC6;
}
#refinements h4 {
	color: #F15D22;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0em;
	padding-left: .5em;
	font-size: 1em;
	font-weight: bold;
}
#refinements ul {
	padding-top: 0px;
	padding-bottom: .5em;
	padding-left: 0em;
	margin-right: 1em;
	margin-left: 1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F93;
}
#refinements ul li {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: .95em;
}
#refinements a {

}





#breadcrumbs {
	padding: 0em;
	margin-bottom: 10px;
	float: left;
}


#breadcrumbs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#breadcrumbs ul li {
	display: inline;


}




#authors_list ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}
#authors_list {
	float: left;
	width: 758px;
}




#authors_list ul li {
	padding: .5em;



}
#tagCloud li {
	display: inline;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0.3em;
	padding-bottom: 0px;
	padding-left: .3em;
}
#topAuthors {
	clear: both;
}
#topAuthors ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#topAuthors ul li a {
	font-weight: normal;
}

#topAuthors ul li {
	display: inline;
	padding: 0.2em;
}
#topAuthors h2 {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.3em;
	margin: 0px;
	color: #F15D22;
}


#tagCloud ul {
	margin: 0px;
	padding: 0px;
}
#tagCloud a {
	font-weight: normal;
	color: #155799;

}








#sort_bar {
	background-color: #EDEFDA;
	float: right;
	width: 758px;
	font-family: Verdana, Geneva, sans-serif;

}
#sort_bar  form{
	display: inline;
	font-size: 1em;
	float: right;
	padding: 3px;
}
#sort_bar label {
	display: inline;
	font-size: .8em;
}
#sort_bar select {
	display: inline;
	font-size: 1em;
}


#starts_with_container   {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#audio_book_list_horizontal {
	font-size: 0.85em;
	float: left;
	margin-bottom: 10px;
}
#audio_book_list_horizontal ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	overflow: hidden;
}
#audio_book_list_horizontal ul li {
	display: block;
	padding: 5px;
	margin: 0px;
	width: 116px;
	height: 200px;
	float: left;
	overflow: visible;
    
}
.vendor_logo_sml {
	background-image: url(../imgs/vendor_logos_sml.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 19px;
	width: 106px;
	margin-right: auto;
	margin-left: auto;
}
.audible_sml {
	background-position: 0px 0px;
}
.simplyaudiobooks_sml {
	background-position: 0px -19px;
}
.barnesandnoble_sml {
	background-position: 0px -38px;
}
.borders_sml {
	background-position: 0px -57px;
}
#audio_book_list_horizontal ul li.large {
	margin-right: 6px;
	margin-left: 6px;
}

#audio_book_list_horizontal ul li p {
	margin: 0.5em;
	text-align: center;
}
#audio_book_list {
	font-size: 0.9em;
	float: left;
	margin-bottom: 10px;
}
#audio_book_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	overflow: hidden;
}

#audio_book_list ul li{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 0px;
	float: left;
	width: 758px;
}
#audio_book_list ul li p {
	margin: 0.5em;
	margin-left: 0em;
}
#audio_book_list ul li p#book_title {
	font-size: 1.1em;
	margin-top: 0em;
}
#audio_book_list_info {
	float: left;
	width: 442px;
	margin-left: 10px;
}
#audio_book_list_pricing_info {
	width: 188px;
	margin-left: 10px;
}
.vendor_logo {
	background-image: url(../imgs/vendor_logos.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 33px;
	width: 188px;
	margin-right: auto;
	margin-left: auto;
}
.audible {
	background-position: 0px 0px;
}
.simplyaudiobooks {
	background-position: 0px -33px;
}
.barnesandnoble {
	background-position: 0px -66px;
}
.borders {
	background-position: 0px -99px;
}
.amazon {
	background-position: 0px -132px;
}
#no_results_box {
	background-color: #F0F0F0;
	border: 2px solid #666;
	float: left;
	width: 734px;
	color: #666;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#no_results_box h4 {
	color: #666;
}



img#thumbnail_search {
	margin: 5px;
	margin-left: 0px;
	height: 90px;
	width: 90px;
	clear: both;
}
img#thumbnail {
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-left: auto;
	height: 90px;
	width: 90px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}



img#star {
	margin: 0px;
	padding: 0px;
	float: none;
	margin: 0px;
	height: auto;
	width: auto;
	display: inline;
}




.more {
	float: right;
	font-style: italic;
	font-size: 1em;
	display: inline;
}
#audiobook_header {
	width: 730px;
	float: left;
	margin-bottom: 20px;
}

#audiobook_header #leftCol {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#audiobook_header #leftCol p {
	font-size: 0.8em;
	float: left;
	clear: left;
	margin-left: 30px;
}
#audiobook_header #product_img {
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: auto;
}
p#sample {
	font-weight: bold; 
    font-size: 0.9em;
}
p#sample img {
	display: inline;
	vertical-align: middle;
	float: none;
	margin: 0px;
}
#audiobook_header #middleCol {
	float: left;
	color: #333;
	padding-left: 10px;
	width: 530px;
}

#audiobook_header h1 {
	clear: none;
	font-size: 1.7em;
	margin-top: 0px;



}
#audiobook_header p {


}
#overview {
	border: 1px solid #D3E895;
	float: left;
	padding: 10px;
	background-color: #F0F7DB;
	color: #333;
	width: 710px;
}
#overview ul {
	font-size: 0.9em;
	margin-bottom: 1em;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
#overview ul li {
	width: 325px;
	list-style-type: circle;
	float: left;
}


#overview h2 {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	padding: 0px;
}

#audiobook_pricing_info  {
	float: right;
	width: 200px;
}
.pricing_info {
	text-align: center;
	float: left;
	border: 4px solid #EDEFDA;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pricing_info .vendor_logo  {
	margin-bottom: 20px;
}

.pricing_info h2 {
	margin: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	padding: 0px;
	color: #EF6816;
	font-size: 1.1em;
}










.list {
	list-style-type: disc;
	margin-left: 1.5em;
}
#subCategoryBox {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	width: 758px;
}


#subCategoryBox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 0.85em;
	color: #000;
	font-weight: bold;
}
#subCategoryBox ul li a {
	color: #000;
	text-decoration: none;
}

#subCategoryBox ul li a:hover {
	color: #EF6816;
	text-decoration: underline;
}

#subCategoryBox ul  li {
	width: 189px;
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
}






#footer {
	height: 60px;
	clear: both;
	padding-top: 10px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #666666;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 968px;
	margin-top: 20px;
}

#footer ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	margin: 1em;
}

#footer  li {
	text-align: center;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a {
	font-style: normal;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}




#bumper {
	height: 240px;
	float: left;
	width: 760px;
	margin: 0px;
}
.highlight {
	color: #F15D22;
}
.highlight1 {
	color: #F15D22;
	font-weight: bold;
	font-size: 1.2em;
}

.highlight2 {
	color: #999;
}
.highlight4 {
	color: #F00;
	font-size: 1.3em;
	font-weight: bold;
}
.highlight5 {
	color: #DB470F;
}
#sideBar a.highlight6 {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
.highlight6 a {
	color: #333;
	font-weight: bold;
}
.highlight6 a:visited {
	color: #333;
	font-weight: bold;
}
#comments {
	font-size: 1em;
	clear: both;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 20px;
	width: 756px;

}
#comments h2 {
	color: #F15D22;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	clear: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1.7em;
}
#comments h6 {
	font-size: 1.1em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}


#comments #commentBox {
	clear: both;
	width: 756px;
	margin: 0px;
}
#comments #commentBox form {
	background-color: #F0F0F0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
}
#comments #commentBox form label {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	clear: both;
	margin-top: 1em;
	margin-bottom: 0.5em;
	float: left;
}

#comments #commentBox form textarea {
	display: block;
	clear: both;
	width: 650px;
}
#comments #commentBox form input {
	display: block;
	clear: both;
}
.format {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	vertical-align: middle;
	line-height: 14px;
	margin-right: .5em;
}
.mp3 {
	background-image: url(../imgs/format_icons.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	background-position: -16px 0px;
	vertical-align: bottom;
}
.cd {
	background-image: url(../imgs/format_icons.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	background-position: 0px 0px;
	vertical-align: bottom;
}
.stars {
	display: inline-block;
	background-image: url(../imgs/stars.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 12px;
	width: 65px;
}

.stars-5 {
	background-position: 0px 0px;
}
.stars-10 {
	background-position: 0px -13px;
}
.stars-15 {
	background-position: 0px -26px;
}
.stars-20 {
	background-position: 0px -39px;
}
.stars-25 {
	background-position: 0px -52px;
}
.stars-30 {
	background-position: 0px -65px;
}
.stars-35 {
	background-position: 0px -78px;
}
.stars-40 {
	background-position: 0px -91px;
}
.stars-45 {
	background-position: 0px -104px;
}
.stars-50 {
	background-position: 0px -117px;
}


#site_table {
	text-align: center;
	border-top-color: #690;
	border-right-color: #C1D991;
	border-bottom-color: #C1D991;
	border-left-color: #C1D991;
	color: #333;
	font-size: 0.9em;
	margin-bottom: 2em;
}
#site_table  tr td h3 {
	margin: 0px;
	padding: .3em;
	font-size: 1em;
	color: #333;
}

#site_table thead tr th{
	background-color: #690;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-left: 0em;
}
#site_table tr th {
	text-align: left;
	font-weight: normal;
	padding-left: 1em;
}
#site_table thead tr td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8AB13C;
}

.even {
	background-color: #F0F7DB;
}
#site_table tr th.subheader{
	background-color: #8AB13C;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.purchaseBTN {
	cursor: pointer;
	background-color: #F90;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #C60;
	padding: 0.4em;
	overflow: visible;
	height: auto;
	text-decoration: none;
	width: auto;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	background-image: url(../imgs/button_gradient1.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
a:hover.purchaseBTN {
	color: #FFF;
	text-decoration: none;
}
a:visited.purchaseBTN {
	color: #FFF;
	text-decoration: none;
}
a.purchaseBTN2 {
	background-color: #EFEBD6;
	margin: 0px;
	font-weight: normal;
	background-image: url(../imgs/button_gradient3.png);
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #484848;
	text-align: center;
}
a:hover.purchaseBTN2 {
	color: #484848;
	text-decoration: none;
}
a:visited.purchaseBTN2 {
	color: #484848;
	text-decoration: none;
}
a.purchaseBTN3 {
	background-color: #F7F7F7;
	margin: 0px;
	color: #535353;
	background-image: url(../imgs/button_gradient2.png);
}
a:hover.purchaseBTN3 {
	color: #535353;
	text-decoration: none;
}
a:visited.purchaseBTN3 {
	color: #535353;
	text-decoration: none;
}
a.purchaseBTN4 {
	background-color: #F00;
	margin: 0px;
	background-image: url(../imgs/button_gradient4.png);
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	font-size: 1.2em;
}
#marketCopy {
	font-size: 0.9em;
    line-height: 1.5em;
    color: #333;
}
#marketCopy  p{
	
	margin-bottom: 1em;
	//color: #333;
	//line-height: 1.5em;
	margin-top: .5em;
}
#marketCopy ul {
    //color: #333;
	//line-height: 1.5em;
    //font-size: 0.9em;
	margin-top: .5em;
	margin-bottom: 1em;
}
#marketCopy ul li {
	//line-height: 1.5em;
	margin-top: 0em;
	margin-bottom: 2em;
}

#marketCopy h2 {
	color: #F15D22;
	margin-top: 2em;
	margin-bottom: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1.7em;
}
#marketCopy h3 {
	color: #517700;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 1.2em;
	padding: 0em;
	background-color: transparent;
}
#screenshot {
	float: right;
	height: 200px;
	width: 400px;
	border: 1px solid #CCC;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: 0px 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #F0F7DB;
}
#screenshot p {
	margin: 0px;
	padding: 0.5em;
	color: #999;
}
#marketCopy ul.deviceList {
	list-style-type: disc;
	list-style-image: none;
	width: 100px;
	margin-bottom: 1em;
	float: left;
}
#marketCopy ul.deviceList li {
	margin-bottom:0em;
}
#panel2 {
	background-image: url(../imgs/panel01_sml.png);
	width: 756px;
	height: 300px;
	margin-bottom: 20px;
}
#panel2 #large_img {
	float: left;
	height: 95px;
	width: 95px;
	margin-top: 95px;
	margin-left: 42px;
	margin-right: 20px;
}

#panel2 #small_img {
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 140px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.checkList  {
	list-style-image: url(../imgs/check.png);
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left: 20px;
}
.checkList li  {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #333;
}
#rightBar {
	float: right;
	width: 175px;
	padding: 15px;
	background-color: #F0F0F0;
	margin-left: 10px;
}
#rightBar #book_img {
	text-align: center;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;

}

/* begin css tabs */
 
#tabnav { /* general settings */
	text-align: left; /* set margins as desired */
	font-size:0.9em; /* set border COLOR as desired */
	list-style-type: none; /* THIRD number must change with respect to padding-top (X) below */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #690;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	width: 756px;
}
 
#tabnav li { /* do not change */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #690;
	border-right-color: #690;
	border-bottom-color: #690;
	border-left-color: #690;
	display: block;
	position:relative;
	top:1px;
	margin-left: 0.5em;
	margin-right: 0px;
	float: left;
}
 
#tabnav li a { /* settings for all tab links */
	background-color: #F0F7DB; /* set unselected tab background color as desired */
	color: #333; /* set additional spacing between tabs as desired */
	text-decoration: none;
	font-weight: normal;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	display: inline-block;
	margin: 0px;
}
 
/* end css tabs */

 
#tabnav li.selected { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
 
#tabnav li.selected a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab link color as desired */
	position: relative;
	//top: 1px;
	padding-top: .5em; /* must change with respect to padding (X) above and below */
}
