html {
	height: 100%;
	}
body {
	background-color: #ffffff;
	background-image: url(../images/backgrounds/body.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: "Book Antiqua", Palatino, Georgia, "Palatino Linotype", serif;
	font-size: 0.9em;
	line-height: 1.4;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body.full_width, body.homepage {
	background-color: #00111b;
	background-image: none;
}
a {
	color: #005b8e;
}
a:visited {
	color: #3c346a;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
em.highlight {
	color: #017c8e;
	}
table th {
	font-weight: bold;
	text-align: left;
	padding-right: 1em;
}
#content_link {
	display: none;
}
#primary_nav {
	background-image: url(../images/backgrounds/primary_nav.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000a15;
	padding: 0px 10px;
	font-family: "Myriad Pro", "Lucida Grande", Candara, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}
#primary_nav img#tta_logo {
	float: left;
	margin: 5px 30px 4px 0px;
	border: 0px none;
}
#primary_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#primary_nav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#primary_nav ul li a {
	display: block;
	float: left;
	background-color: #005b8e;
	background-image: url(../images/backgrounds/primary_nav_a_idle.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #ffffff;
	padding: 22px 7px 22px 7px;
	text-decoration: none;
	border-right: 1px solid #005b8e;
}
#primary_nav ul li a:visited {
}
#primary_nav ul li a:hover {
	background-color: #006390;
	background-image: url(../images/backgrounds/primary_nav_a_hover.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#primary_nav ul li#primary_nav_active a {
	background-image: url(../images/backgrounds/primary_nav_a_active.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #003857;
	border-right: 1px solid #003857;
}
#primary_nav ul li#primary_nav_active a:visited {
	color: #003857;
}
#primary_nav ul li#primary_nav_active a:hover {
	color: #003857;
}
#accessibility {
	clear: left;
	background-color: #dcf0ff;
	background-image: url(../images/backgrounds/accessibility.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 5px;
	text-align: right;
	border-bottom: 1px solid #c7dbeb;
	height: 18px;
	padding: 1px 5px;
	margin: 0px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
#accessibility a {
	border: none;
	margin-left: 4px;
}
#accessibility a img {
	border: none;
}
a#section_link {
	display: none;
}
#primary_nav h1 {
	position: relative;
	margin: 0px;
	width: 100%;
	height: 78px;
	background-color: #000000;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
}
body.homepage #primary_nav h1 {
	display: none;
}
#primary_nav h1.hidden {
	display: none;
}
#primary_nav h1 a#main_content {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 0px;
}
#primary_nav h1 a#main_content.interzone {
	background: url(../images/backgrounds/h1_interzone.jpg) no-repeat left top;
}
#primary_nav h1 a#main_content.blackstatic {
	background: url(../images/backgrounds/h1_blackstatic.jpg) no-repeat left top;
}
#primary_nav h1 a#main_content.crimewave {
	background: url(../images/backgrounds/h1_crimewave.jpg) no-repeat left top;
}
#primary_nav h1 a#main_content.books {
	background: url(../images/backgrounds/h1_books.jpg) no-repeat left top;
}
#primary_nav h2 {
	margin: 0px;
	background-color: #017c8e;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: normal;
	padding: 5px 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	background-image: url(../images/backgrounds/h2.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-top: solid 1px #318798;
}
body.homepage #primary_nav h2, #primary_nav h1.hidden + h2 {
	border-top: none 0px;
}
#primary_nav h2 strong {
	font-weight: normal;
	padding-left: 2em;
	color: #dcf0ff;
	font-size: 0.8em;
}
div#secondary_nav {
	font-family: "Myriad Pro", "Lucida Grande", Candara, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	position: absolute;
	left: 10px;
	top: 0px;
	width: 180px;
	border-top: 1px solid #7dd0dd;
	background-image: url(../images/backgrounds/secondary_nav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 150px 0px;
}
div#secondary_nav.empty {
	background-position: top;
}
div#secondary_nav p#secondary_nav_header {
	display: none;
}
div#secondary_nav ul, div#secondary_nav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#secondary_nav li a {
	background-color: #7dd0dd;
	background-image: url(../images/backgrounds/secondary_nav_a_idle.gif);
	background-repeat: repeat-y;
	background-position: left;
	display: block;
	border-bottom: 1px solid #7dd0dd;
	margin: 0px;
	padding: 5px 10px 4px 10px;
	text-decoration: none;
	color: #000000;
	text-shadow: 0px 0px 3px #e5f4ff;
	text-align: right;
}
div#secondary_nav li a:visited {
	color: #000000;
}
div#secondary_nav li a:hover {
	background-color: #b5eef9;
	background-image: url(../images/backgrounds/secondary_nav_a_hover.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-shadow: 0px 0px 10px #e5f4ff;
}
div#secondary_nav li#secondary_active a {
	background-color: #ffffff;
	background-image: url(../images/backgrounds/secondary_nav_a_active.gif);
	background-repeat: repeat-y;
	background-position: left;
}
div#secondary_nav li#secondary_active a:visited {
	color: #000000;
}
div#secondary_nav li#secondary_active a:hover {
}
div#side_bar {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 128px;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
div#side_bar div#search {
	width: 122px;
	background-color: #017c8e;
	background-image: url(../images/backgrounds/search.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 3px 3px 3px;
}
div#side_bar div#search form {
	margin: 0px;
	padding: 0px;
}
div#side_bar div#search label {
	font-size: 0.8em;
	line-height: 1em;
	color: #ffffff;
	margin: 0px;
}
div#side_bar div#search input#search_term {
	width: 90px;
}
div#side_bar div#search input#search_submit {
	vertical-align: bottom;
}
div#side_bar div#ad_panel, div#side_bar div#google_ad_panel {
	width: 128px;
	padding: 3px 0px 0px 0px;
	margin: 5px 0px;
	background-image: url(../images/backgrounds/ad_panel.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #007e90;
	color: #ffffff;
}
div#side_bar div#ad_panel p#ad_panel_header {
	display: none;
}
div#side_bar div#google_ad_panel p#google_ads {
	margin: 0px;
	padding: 1px 4px 4px 4px;
	background-image: url(../images/backgrounds/ad_panel_end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#side_bar div#ad_panel a {
	width: 122px;
	padding: 0px 3px 3px 3px;
	display: block;
}
div#side_bar div#ad_panel a img, div#side_bar div#ad_panel a object, div#side_bar div#ad_panel a:visited img {
	border: 1px solid #ffffff;
}
div#side_bar div#ad_panel a:hover img {
	border: 1px solid #b5eef9;
}
div#side_bar div#ad_panel a#ad_panel_end {
	background-image: url(../images/backgrounds/ad_panel_end.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#side_bar a#rss_link img {
	border: none 0px;
	float: right;
}
div#search + a#rss_link img {
	margin-top: 4px;
}
div#main_body {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body.homepage div#main_body {
	height: auto;
}
div#content {
	position: relative;
	margin: 0px 0px 0px 190px;
	padding: 30px 160px 30px 30px;
	min-height: 100%;
	background-color: #ffffff;
	border-right: 10px solid #00111b;
	background-image: url(../images/backgrounds/content.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body.full_width div#content, body.homepage div#content {
	margin: 0px 0px 0px 10px;
}
body.homepage div#content {
	padding: 50px 20px 30px 20px;
	min-height: auto;
	background-image: url(../images/backgrounds/content.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
p#footer {
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 0.8em;
	color: #017c8e;
	margin: 3em 0px 0px 0px;
	clear: left;
}
p#footer a {
	color: #017c8e;
}
body.homepage p#footer {
	text-align: center;
}
div.content_item {
	margin: 0px 0px 3em 0px;
	clear: left;
}
h3, div.content_item h4 {
	font-family: "Myriad Pro", "Lucida Grande", Candara, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #017c8e;
	color: #017c8e;
}
h3 {
	margin: 0px 0px 1em 0px;
	border-bottom: 0px none;
}
div.content_item h4 {
	font-size: 1em;
	font-weight: normal;
	clear: left;
}
h5 {
	font-family: "Myriad Pro", "Lucida Grande", Candara, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	margin: 0px 0px 0.5em 0px;
	font-weight: bold;
	font-size: 1em;
}
h5 a, h4 a, h4 a:visited {
	color: #000000;
}
blockquote {
	margin: 1em 2em 2em 2em;
	padding: 0.5em 0px;
	border-bottom: 1px solid #017c8e;
}
blockquote strong {
	display: block;
	margin-top: 0.5em;
	}
div.content_block {
	margin: 0px 0px 1em 0px;
	clear: left;
}
div.content_block p {
	margin: 0.5em 0px 0px 0px;
}
div.content_item p.content_item_meta {
	font-size: 0.8em;
	text-align: right;
	color: #ffffff;
	line-height: 1;
	margin: 0px 0px 0.7em 0px;
	padding: 3px 5px 4px 0px;
	background-image: url(../images/backgrounds/content_item_meta.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.content_item p.content_item_meta + p {
	margin-top: 0.7em;
}
div.content_item p.content_item_author {
	font-size: 0.8em;
	color: #017c8e;
}
div.content_item p.content_image, p.full_size_image {
	float: left;
	margin: 0px 20px 20px 0px;
	background-image: url(../images/backgrounds/loading_big.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.content_item div.main_block {
	clear: left;
}
p.full_size_image {
	float: none;
	margin: 1em 0px;
	background-image: none;
}
div.content_item p.content_image a, p.full_size_image a, div.content_item a {
	position: relative;
	padding: 0px;
}
div.content_item p.content_image img, p.full_size_image img, a img {
	border: 1px solid #005b8e;
}
p.full_size_image a {
	text-decoration: none;
	}
div.content_item p.content_image a:visited img, div.content_item p.content_image a.link_visited img, p.full_size_image a:visited img {
	border: 1px solid #3c346a;
}
div.content_item p.content_image a:hover img, p.full_size_image a:hover img, a:hover img {
	border: 1px solid #b5eef9;
}
div.content_item p.content_image:hover {
	background: url(../images/backgrounds/content_image_hover.gif) no-repeat 5px 5px;
}
div.content_item p.content_image:hover a img {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
div.content_item p.content_image:hover a img {
	opacity: 0.5;
}
div.content_item a.item_link {
	clear: both;
	display: block;
	margin-left: auto;
	width: 80px;
	text-decoration: none;
	font-size: 0.8em;
	background-image: url(../images/backgrounds/item_link_idle.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2px 22px 2px 0px;
	text-align: right;
}
div.content_item a.item_link:visited {
	background-image: url(../images/backgrounds/item_link_visited.gif);
}
div.content_item a.item_link:hover {
	background-image: url(../images/backgrounds/item_link_hover.gif);
}
ul.link_list {
	margin: 0px;
	padding: 0px;
	clear: left;
	list-style-type: none;
	font-family: "Myriad Pro", "Lucida Grande", Candara, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}
ul.link_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.link_list li a {
	display: block;
	background-image: url(../images/backgrounds/link_list_li_idle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 29px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.25em;
	color: #005b8e;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
ul.link_list li a:visited {
	background-image: url(../images/backgrounds/link_list_li_visited.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #3c346a;
}
ul.link_list li a:hover {
	background-image: url(../images/backgrounds/link_list_li_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #a9e0e7;
	border-bottom: 1px solid #a9e0e7;
}
div.content_block p + ul.link_list {
	margin-top: 0.5em;
	}
.block_footer {
	clear: left;
}
.recordset_info, .item_nav_header {
	clear: left;
	font-size: 0.8em;
	background-color: #007e90;
	color: #ffffff;
	margin: 1em 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	width: 390px;
	border-bottom: solid 1px #ffffff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
.item_nav_header {
	width: 189px;
	margin-top: 3em;
}
.search_terms {
	margin: 0px 0px 1em 0px;
}
.search_terms em {
	font-weight: bold;
}
ul.recordset_nav, ul.item_nav {
	width: 400px;
	height: 40px;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	clear: left;
}
ul.item_nav {
	width: 199px;
}
ul.recordset_nav li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
ul.recordset_nav li a, ul.recordset_nav li p {
	width: 100px;
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff;
	margin: 0px;
	font-size: 0.8em;
	line-height: 40px;
	background-color: #017c8e;
}
ul.recordset_nav li a:visited {
	color: #ffffff;
}
ul.recordset_nav li p {
	color: #b2c8cb;
}
ul.recordset_nav li a#recordset_first {
	background-image: url(../images/backgrounds/recordset_nav_idle.gif);
	padding-left: 44px;
	width: 56px;
	background-repeat: no-repeat;
	background-position: left top;
}
ul.recordset_nav li a#recordset_first:hover {
	background-image: url(../images/backgrounds/recordset_nav_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.recordset_nav li p#recordset_first {
	background-image: url(../images/backgrounds/recordset_nav_disabled.gif);
	padding-left: 44px;
	width: 56px;
	background-repeat: no-repeat;
	background-position: left top;
}
ul.recordset_nav li a#recordset_previous {
	background-image: url(../images/backgrounds/recordset_nav_idle.gif);
	width: 70px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: -100px top;
}
ul.item_nav li a#recordset_previous {
	width: 69px;
	background-position: -101px top;
	}
ul.recordset_nav li a#recordset_previous:hover {
	background-image: url(../images/backgrounds/recordset_nav_hover.gif);
	background-repeat: no-repeat;
	background-position: -100px top;
}
ul.item_nav li a#recordset_previous:hover {
	background-position: -101px top;
	}
ul.recordset_nav li p#recordset_previous {
	background-image: url(../images/backgrounds/recordset_nav_disabled.gif);
	width: 70px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: -100px top;
}
ul.item_nav li p#recordset_previous {
	width: 69px;
	background-position: -101px top;
	}
ul.recordset_nav li a#recordset_next {
	background-image: url(../images/backgrounds/recordset_nav_idle.gif);
	width: 70px;
	padding-right: 30px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: -200px top;
}
ul.recordset_nav li a#recordset_next:hover {
	background-image: url(../images/backgrounds/recordset_nav_hover.gif);
	background-repeat: no-repeat;
	background-position: -200px top;
}
ul.recordset_nav li p#recordset_next {
	background-image: url(../images/backgrounds/recordset_nav_disabled.gif);
	width: 70px;
	padding-right: 30px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: -200px top;
}
ul.recordset_nav li a#recordset_last {
	background-image: url(../images/backgrounds/recordset_nav_idle.gif);
	text-align: right;
	width: 57px;
	padding-right: 43px;
	background-repeat: no-repeat;
	background-position: -300px top;
}
ul.recordset_nav li a#recordset_last:hover {
	background-image: url(../images/backgrounds/recordset_nav_hover.gif);
	background-repeat: no-repeat;
	background-position: -300px top;
}
ul.recordset_nav li p#recordset_last {
	background-image: url(../images/backgrounds/recordset_nav_disabled.gif);
	text-align: right;
	width: 57px;
	padding-right: 43px;
	background-repeat: no-repeat;
	background-position: -300px top;
}
div.link_grid {
	margin: 1em 0px 0px 0px;
	/*Hack for IE Win.*/
	display: inline;
}
div.link_grid a, .link_choice {
	text-transform: capitalize;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	margin: 0px 4px 4px 0px;
	border: 1px solid #225485;
	float: left;
	display: block;
}
div.link_grid a:visited {
	color: #000000;
	background-color: #b5eef9;
}
div.link_grid a:hover, div.link_grid a.link_grid_active {
	color: #ffffff;
	border: 1px solid #3C346a;
	background-color: #3C346a;
}
.link_choice {
	padding: 0px 2px 0px 2px;
	margin: 0px;
	float: none;
	display: inline;
}
p.link_grid_status {
	clear: left;
	padding-top: 0.5em;
	margin-top: 0px;
}
img.web_exclusive, img.shop_link {
	float: right;
	margin: 0px 0px 1em 1em;
}
a img.shop_link {
	border: none 0px;
}
div#homepage_block {
	max-width: 720px;
	font-size: 0.8em;
	margin: 0px auto 0px auto;
}
div#homepage_block a {
	display: block;
	float: left;
	width: 160px;
	height: 85px;
	padding: 305px 10px 10px 10px;
	margin: 0px 0px 30px 0px;
	text-align: right;
	color: #ffffff;
	text-shadow: 0px 0px 6px #000000;
	text-decoration: none;
	background-color: #000000;
}
div#homepage_block a:visited {
	color: #ffffff;
}
div#homepage_block a#homepage_a_interzone {
	background-image: url(../images/backgrounds/homepage_a_idle.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
}
div#homepage_block a#homepage_a_interzone:hover {
	background-image: url(../images/backgrounds/homepage_a_hover.jpg);
}
div#homepage_block a#homepage_a_blackstatic {
	background-image: url(../images/backgrounds/homepage_a_idle.jpg);
	background-repeat: no-repeat;
	background-position: -180px top;
}
div#homepage_block a#homepage_a_blackstatic:hover {
	background-image: url(../images/backgrounds/homepage_a_hover.jpg);
}
div#homepage_block a#homepage_a_crimewave {
	background-image: url(../images/backgrounds/homepage_a_idle.jpg);
	background-repeat: no-repeat;
	background-position: -360px top;
}
div#homepage_block a#homepage_a_crimewave:hover {
	background-image: url(../images/backgrounds/homepage_a_hover.jpg);
}
div#homepage_block a#homepage_a_books {
	background-image: url(../images/backgrounds/homepage_a_idle.jpg);
	background-repeat: no-repeat;
	background-position: -540px top;
}
div#homepage_block a#homepage_a_books:hover {
	background-image: url(../images/backgrounds/homepage_a_hover.jpg);
}
div#homepage_block h3 {
	display: none;
}
div#homepage_block a span.homepage_a_name {
	font-weight: bold;
	color: #b5eef9;
	text-shadow: 0px 0px 1px #b5eef9;
	font-family: "Myriad Pro", "Lucida Grande", Candara, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	padding-right: 0.5em;
	margin-top: 0.25em;
	display: block;
}
div#content form {
	clear: left;
	margin: 0px;
	padding: 0px;
}
div#content form .date_picker {
	border: solid 1px #017c8e;
	padding: 2px;
	font-family: "Myriad Pro", "Lucida Grande", Candara, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}
div#content form .date_picker:hover {
	cursor: pointer;
	background-color: #017c8e;
	color: #ffffff;
	}
div#content form label {
	display: block;
	width: 20%;
	max-width: 200px;
	float: left;
	clear: left;
	margin: 0px 10px 5px 0px;
	font-family: "Myriad Pro", "Lucida Grande", Candara, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.8;
	color: #017c8e;
}
div#content form label.required {
	background-image: url(../images/backgrounds/label_required.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
div#content form p {
	margin: 0px 0px 0.5em 0px;
}
div#content input, select, textarea {
	font-family: "Book Antiqua", Palatino, Georgia, "Palatino Linotype", serif;
	font-size: 0.9em;
	line-height: 1.3;
}
div#content form p.form_footer {
	float: none;
	clear: left;
	padding: 5px 5px 5px 20%;
}
div#content form fieldset {
	margin: 0px;
	padding: 0px;
	border: none 0px;
}
div#content form fieldset label {
	float: none;
	width: auto;
	max-width: auto;
	margin: 0px;
	color: #000000;
	font-weight: normal;
	}
div#content form .validation_highlight label {
	color: #aa0000;
	text-decoration: underline;
}
div#content form fieldset.validation_highlight label {
	text-decoration: none;
}
div#content form .validation_highlight input, div#content form .validation_highlight textarea {
	background-color: #ffeeee;
}
div#content form #validation_alert {
	font-weight: bold;
	padding: 5px 5px 5px 20%;
}
.image_float_left {
	float: left;
	margin: 0px 1em 1em 0px;
	}
.image_float_right {
	float: right;
	margin: 0px 0px 1em 1em;
	}
div.content_item a.read_more, a.back {
	background-image: url(../images/backgrounds/read_more_idle.gif);
	padding: 5px 0px 5px 26px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 150px;
	font-size: 0.9em;
	color: #017c8e;
	text-decoration: none;
}
a.back {
	background-image: url(../images/backgrounds/back_idle.gif);
}
div.content_item a.read_more:visited {
	color: #017c8e;
	background-image: url(../images/backgrounds/read_more_visited.gif);
}
a.back:visited {
	color: #017c8e;
	background-image: url(../images/backgrounds/back_visited.gif);
}
div.content_item a.read_more:hover {
	background-image: url(../images/backgrounds/read_more_hover.gif);
}
a.back:hover {
	background-image: url(../images/backgrounds/back_hover.gif);
}