/* ---------- Global elements ---------- */

body {
	background: #191919 url(../images/bg_body.jpg) repeat-x;
	font: 0.7em Arial, Georgia, "Times New Roman", Times, serif;	
	margin: 23px 0 0;
}

a {
	color: #219dfd;
	text-decoration: none;
}

h2 {
	color: #000;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0 0 0.5em;
}

h3 {
	color: #3a6f8f;
	font-size: 1.4em;
	font-weight: normal;
}

h3.alt {
	color: #219dfd;
	font-size: 1em;
	margin: 0 0 0.5em;
}

h4	{ font-weight: bold; }

p 
{
	margin: 0 0 1.3em;
	line-height: 18px;
}


/* ---------- Layout ---------- */

#container {
	margin: 0 auto;
	width: 970px;	
}

#header {
	font: 1.35em Arial, Helvetica, sans-serif;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#aside {
	background: #fff url(../images/bg_aside.gif) repeat-y right;
	border: 1px solid #c8c8c8;
	border-right: 0;
	float: left;
	width: 182px;
}

* html #aside { /* IE6 fix */
	margin: 0;	
}

#content {
	background: #fff;
	border: 1px solid #c8c8c8;
	float: right;
	min-height: 305px;
	width: 785px;
}

#footer {
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 0 192px;
	padding: 10px 0;
}

#content_main .form ul			{ list-style: none; margin: 0; overflow: hidden; }
#content_main .form li			{ margin: 10px 0; padding: 0 0 0 120px; position: relative; width: 500px; }
#content_main .form li.gender dt,
#content_main .form li label		{ display: block; left: 0; position: absolute; top: 3px; width: 110px; }
#content_main p.required span,
#content_main .form li label span	{ color: #ff0000; padding: 0 5px 0 0; }
#content_main .form li select,
#content_main .form li textarea,
#content_main .form li.gender dl,
#content_main .form li.gender dt,
#content_main .form li label,
#content_main .form li input		{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: normal; }
#content_main .form li.gender dd,
#content_main .form li.gender label	{ display: inline; position: static; width: auto; }
#content_main .form li textarea,
#content_main .form li input		{ padding: 2px; width: 200px; }
#content_main .form li textarea		{ height: 150px; width: 300px; }
#content_main .form li.btn input,
#content_main .form li.gender input	{ width: auto; }
#content_main .form li.note		{ width: 300px; }


/* ---------- Header ---------- */

#header #primary_nav {
	background: #fff url(../images/sprite_nav.png) no-repeat;
	float: left;
	height: 75px;
	overflow: hidden;
	width: 834px;
}

#header #primary_nav li {
	background: url(../images/sprite_nav.png) 0 -100px no-repeat;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 22px 0 0;
	padding: 0 12px;
	text-transform: lowercase;
}

#header #primary_nav.nz_nav li { text-transform: none; }

#header #primary_nav li.aust { 	padding: 0 9px; }

#header #primary_nav li:first-child {
	background: none;	
}

#header #primary_nav li a {
	color: #fff;
}

#header h1 {
	background: url(../images/logo_acp.png) no-repeat;
	float: right;
	height: 75px;
	text-indent: -9999px;
	width: 136px;
}

#header #primary_nav ul {
	background: none;
	float: none;
	bottom: -3px;
	display: none;
	font-size: 0.8em;
	height: auto;
	left: 0;
	position: absolute;	
	width: 830px;
}

*+html #header #primary_nav ul {
	bottom: 3px;	
}

* html #header #primary_nav ul {
	bottom: 3px;	
}

#header #primary_nav ul li {
	background: none;
	border-left: 1px solid #000;
	display: inline;	
	float: none;
	height: auto;
	/*line-height: normal;*/
	margin: 0;
	padding: 0 10px 0 14px;
}

#header #primary_nav ul li:first-child {
	border-left: 0;
}

#header #primary_nav ul li a {
	color: #000;
}


.MagazinesZone #header #primary_nav .nav-magazines ul,
.WebsitesZone #header #primary_nav .nav-websites ul,
.ResearchZone #header #primary_nav .nav-research ul,
.ProductionZone #header #primary_nav .nav-production ul,
.AboutZone #header #primary_nav .nav-about-acp ul,
.ContactUsZone #header #primary_nav .nav-contact-us ul {
	display: block;	
}


/* ---------- Content ---------- */

#content_main {
	display: inline;
	float: left;
	margin: 30px 0 25px 35px;
	width: 577px;
}

#content_main ol {
	color: #219dfd;
	font: bold 1em Arial, "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style: decimal;
	margin: 0 0 0 28px;
}

#content_main ol li {
	margin: 3px 0;	
}

#content_main ol a {
	color: #3a6f8f;
	font: 1.2em Arial, Georgia, "Times New Roman", Times, serif;
}

#content_main a,
#content_main_books a
{
	font: bold 1em Arial, "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

#content_main ul,
#content_main .ul,
#content_main_books ul,
#content_main_books .ul
{
	list-style: circle;
	margin: 0 0 1.3em 25px;
}

#content_main.terms ol,
#content_main .ul,
#content_main_books .ul
{
    color: #000;
    font-size: 100%;
    font-weight: normal;
    list-style: decimal;
}

#content_main .alpha	{ list-style: lower-alpha; }

#content_main ul li,
#content_main .ul li,
#content_main_books ul li,
#content_main_books .ul li,
#content_main dl
{
	padding: 1px 0;	
	line-height: 18px;
}

#content_sub {
	display: inline;
	float: left;
	margin: 30px 0 25px 38px;
	width: 135px;
}

.NoFastFactsZone #content_sub	{ display: none; }

#content_sub h3, .magazine_cover h3 {
	color: #219dfd;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 11px 4px 0;
}

#content_sub ul li,
#content_sub dl {
	font: 1em Arial, Helvetica, sans-serif;
}

#content_sub dt,
#content_sub dd {
	display: block;	
}

#content_sub ul li,
#content_sub dt {
	border-top: 1px solid #c8c8c8;
	padding: 4px 11px 4px 0;
}

#content_sub dt {
	padding-bottom: 0;	
}

#content_sub dd {
	padding-bottom: 4px;	
}

.home_heading {
	background: url(../images/home_header.png) no-repeat;
	height: 238px;
	text-indent: -9999px;
	width: 785px;
}

.home_heading_nz {
	background: url(../images/NZ/home_header_nz.jpg) no-repeat;
	height: 238px;
	text-indent: -9999px;
	width: 785px;
}

#home_flash_slideshow {
	margin: -140px 0 35px;
	text-align: center;
}

.home_content {
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 0 100px;
	text-align: center;
}

.management_team, .contact_us {
	margin: 30px 0 25px 35px;
}

.management_team li {
	padding: 0 0 40px 135px;
	position: relative;
	width: 615px;
}

.management_team img {
	border: 1px solid #c8c8c8;	
	left: 0;
	position: absolute;
	top: 0;
}

.management_team h3 {
	border-bottom: 1px solid #c8c8c8;
	margin: 0 0 0.8em;
	padding: 0 0 3px;
}

.management_team h3 em {
	color: #000;
	font: 0.7em Arial, Helvetica, sans-serif;
}

.management_team p {
	padding: 0 55px 0 0;	
}

.magazine_cover {
	float: left;
	padding: 0 29px 0 0;
	width: 173px;
}

#content_main.website .magazine_cover	{ width: 255px; }

.magazine_cover h3 {
	border-bottom: 1px solid #c8c8c8;
	margin: 0;
	padding: 0 0 3px;
	width: 120px;
}

.magazine_cover img {
	display: block;
	margin: 0 0 1em;
}

#content_main .magazine_cover ul {
	list-style: none;
	margin: 0;
	width: 120px;
}

#content_main .magazine_cover ul li {
	border-bottom: 1px solid #c8c8c8;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 4px 11px 4px 0;
}

#content_main .magazine_cover a {
	color: #000;
	font: 1em Arial, Helvetica, sans-serif;
}

.magazine_description {
	float: left;
	width: 375px;
}

#content_main .magazine_description.nz_mag { width: 577px; }
#content_main .magazine_description.nz_mag .mag_list ul { list-style: none; margin: 0; }
#content_main .magazine_description.nz_mag .mag_list ul li { display: inline; }
#content_main .magazine_description.nz_mag .mag_list ul li img { border-width: 0px; width: 135px; margin: 0 3px; }

#content_main.website .magazine_description	{ width: 280px; }

#content_main .magazine_description a {
	font: 1.45em Georgia, "Times New Roman", Times, serif;
}

#flash_slideshow	{ display: none; }

.editor {
	font-size: 0.9em;
	padding: 0 0 22px 0;
	position: relative;
}

.editor img {
	float: left;
	padding: 0 12px 12px 0;
}

.editor cite {
	display: block;
	font: 1.1em Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
}

.editor cite strong {
	color: #219dfd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
}

.contact_us {
	overflow: hidden;	
}

.contact_us h3 {
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 7px;
	padding-bottom: 5px;
}

.contact_us h4, .contact_us h5 {
	font: bold 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

.contact_us h5 {
	color: #3a6f8f;	
}

.australia {
	float: left;
	overflow: hidden;
	width: 505px;
}

.overseas {
	float: left;
	width: 211px;
}

.overseas h4 {
	color: #3a6f8f;
	font: 1.4em Arial, Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

.overseas h3 {
	color: #000;	
}

.vcard {
	margin: 0 0 1.3em;	
}

.col {
	float: left;
	width: 49%;
}

#content_main .magazine_titles,
#content_main_books .book_titles
{
	border-top: 1px solid #c8c8c8;
	margin: 0 0 3em;
}

#content_main .magazine_titles li,
#content_main_books .book_titles li
{
	border-bottom: 1px solid #c8c8c8;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	list-style: none;
	padding: 2px 0;
}

#content_main .magazine_titles ul,
#content_main_books .book_titles ul
{
	margin-bottom: 0;
}

#content_main .magazine_titles li li,
#content_main_books .book_titles li li
{
	border: 0;	
	list-style: circle;
	padding: 0;
}

#content_main .magazine_titles li li a,
#content_main_books .book_titles li li a
{
	color: #5482a0;
	font-size: 1em;	
}

#content_main .magazine_titles li.plus,
#content_main_books .book_titles li.plus,
#media_kit_builder table tbody .category th.plus
{
	background: url(../images/icon_plus.gif) no-repeat 0 5px;
	cursor: pointer;
	padding-left: 16px;
}

*+html #media_kit_builder table tbody .category th.plus,
*+html #media_kit_builder table tbody .category th.minus {
	background-position: 0 9px;	
}

* html #media_kit_builder table tbody .category th.plus,
* html #media_kit_builder table tbody .category th.minus {
	background-position: 0 9px;	
}

#content_main .magazine_titles li.minus,
#content_main_books .book_titles li.minus,
#media_kit_builder table tbody .category th.minus
{
	background: url(../images/icon_minus.gif) no-repeat 0 5px;
	cursor: pointer;
	padding-left: 16px;
}

#media_kit_builder {
	margin: 30px 35px;
}

#media_kit_builder dl {
	margin: 0 0 1.3em;	
}

#media_kit_builder dt, #media_kit_builder dd {
	display: inline;	
}

#media_kit_builder dt {
	color: #219dfd;
	font: bold 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;	
	padding: 0 3px 0 0;
}

#media_kit_builder table {
	margin: 1em 0 2em;	
}

#media_kit_builder table thead th {
	color: #219dfd;	
	text-align: right;
	vertical-align: middle;
}

#media_kit_builder table thead th.select-all {
	text-align: left;	
}

#media_kit_builder table tbody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

#media_kit_builder table tbody th, #media_kit_builder table td {
	border-top: 1px solid #c8c8c8;	
	padding: 2px 0;
}

#media_kit_builder table tbody th {
	width: 230px;	
}

#media_kit_builder table td {
	color: #969696;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
}

#media_kit_builder table tbody .magazine th, #media_kit_builder table tbody .magazine td {
	border: 0;
	padding: 0;
}

#media_kit_builder table tbody .magazine th {
	color: #5482a0;
	padding-left: 16px;	
}

#media_kit_builder .download a {
	font-size: 1.5em;	
}

#media_kit_builder .download input {
	background: #fff;
	border: 1px solid #c8c8c8;
	color: #000;
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 14px;
	width: 183px;
}

#media_kit_builder .download input.btn {
	background: url(../images/btn_arrow_right.gif) no-repeat;
	border: 0;
	cursor: pointer;
	height: 16px;
	text-indent: -9999px;
	width: 14px;
}

#media_kit_builder .download div { display: inline; padding: 0 0 0 5px; }
#media_kit_builder .download div .response { font-weight: bold; }

/* ---------- Aside ---------- */

#aside #nav_sub {
	margin: 0 0 0 -1px;
	width: 182px;
}

#aside #nav_sub li {
	height: 30px;
	position: relative;	
}

#aside #nav_sub li#search_keyword {
	background: #fff;
	height: 60px;
	overflow: hidden;
}

* html #aside #nav_sub li#search_keyword {
	margin-bottom: -3px;	
}

*+html #aside #nav_sub li#search_keyword {
	margin-bottom: -3px;	
}

#aside #nav_sub li#search_keyword fieldset {
	background: #fff;
	border: 1px solid #c8c8c8;
	height: 22px;
	overflow: hidden;
	padding: 5px 0 0 5px;
	position: relative;
}

#aside #nav_sub li#search_keyword input {
	background: #fff;
	border: 1px solid #c8c8c8;
	color: #000;
	float: left;
	font: 1em Arial, "Trebuchet MS", Helvetica, sans-serif;
	height: 15px;
	padding: 0 0 0 5px;
	width: 115px;
}

#aside #nav_sub li#search_keyword button {
	background: url(../images/btn_search.png) no-repeat;
	border: 0;
	cursor: pointer;
	float: left;
	height: 17px;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	width: 43px;
}

#aside #nav_sub li a, #aside #nav_sub h2 {
	background: url(../images/sprite_nav.png) 0 -135px no-repeat;
	border-bottom: 1px solid #fff;
	display: block;
	height: 29px;
	text-indent: -9999px;
	width: 182px;
}

#aside #nav_sub li li a {
	background: none;
	border: 0;
	color: #000;
	height: auto;
	text-indent: 0;
	width: auto;
}

#aside #nav_sub h2 {
	margin: 0 0 0 -1px;
	padding: 0;
}

#aside #nav_sub #search_title a, #aside #nav_sub h2.title {
	background-position: 0 -135px;
}

#aside #nav_sub #search_category a, #aside #nav_sub h2.category {
	background-position: -190px -135px;
}

#aside #nav_sub #search_website a, #aside #nav_sub h2.website {
	background-position: -380px -135px;
}

#aside #nav_sub #search_keyword a {
	background-position: -570px -135px;
}

#aside #nav_sub #media_kit a {
	background-position: 0 -165px;
}

#aside #nav_sub #subscribe a {
	background-position: -190px -165px;
}

#aside #nav_sub #careers a {
	background-position: -380px -165px;
}

#aside #nav_sub #environment a {
	background-position: -570px -165px;
}

#aside .terms,
#aside .latest-news {
	border-top: 1px solid #c8c8c8;
	color: #969696;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 2px 0 0;
	padding: 17px 0 0 16px;
}

#aside .latest-news li, #aside .latest-news h2 {
	margin: 0 0 1em;
}

#aside .terms h3 { margin: 0 0 10px 0; }
#aside .terms h3,
#aside .latest-news h2, #aside .latest-news h3 {
	color: #000;
	font-size: 1em;	
}

#aside .latest-news h2 em {
	color: #219dfd;
	font-style: normal;
	text-transform: uppercase;
}

#aside .latest-news a {
	color: #3da8fc;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

#aside #nav_sub li:hover .popout_sub_nav {
	display: block;	
}


.popout_sub_nav {
	background: #fff;
	border: 1px solid #c8c8c8;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	left: 183px;
	position: absolute;
	top: -1px;
	width: 180px;
}

.popout_sub_nav ul {
	height: 300px;
	overflow: auto;
	padding: 0 !important;
	width: 180px !important;
}

#aside #nav_sub .popout_sub_nav li {
	border-bottom: 1px solid #e1e1e1;
	height: auto;
	padding: 5px 0;
	margin: 0 21px 0 12px;
	width: 148px;
}

.popout_sub_nav_nz {
	background: #fff;
	border: 1px solid #c8c8c8;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	left: 183px;
	position: absolute;
	top: -1px;
	width: 180px;
}

.popout_sub_nav_nz ul {
	height: auto;
	overflow: auto;
	padding: 0 !important;
	width: 180px !important;
}

#aside #nav_sub .popout_sub_nav_nz li {
	border-bottom: 1px solid #e1e1e1;
	height: auto;
	padding: 5px 0;
	margin: 0 21px 0 12px;
	width: 148px;
}

/* Content Main */
#content_main dl dt	{ font-weight: bold; }
#content_main dl dd	{ margin-bottom: 10px; }
#content_main dl dt,
#content_main dl dd	{ line-height: 16px; }
#content_main ul.announcements li	{ margin-bottom: 20px; }
#content_main img.top, #content_main_books img.top { margin-top: 50px; }
#content_main img.right,
#content_main img.left,
#content_main_books img.right,
#content_main_books img.left { margin-bottom: 10px; }
#content_main img.left, #content_main_books img.left { float: left; margin-right: 10px; }
#content_main img.right, #content_main_books img.right { float: right; margin-left: 10px; }
#content_main #flash_video, #content_main_books #flash_video { clear: both; float: none; margin: 30px 0 0 0; }

/* ---------- Search Results ---------- */

#content_list ol p	{ color: #000; font-weight: normal; font-size: 11px; }

/* Creative Services */

#content_main.creative_services ul		{ list-style: none; margin-left: 0; overflow: hidden; }
#content_main.creative_services li		{ float: left; height: 140px; text-align: center; width: 115px; }
#content_main.creative_services li img	{ height: 100px; width: 100px; }

/* Pager */
ul#pager			{ list-style: none; position: relative; text-align: center; }
ul#pager li		{ border-left: 1px solid #000; display: inline; padding: 0 4px 0 7px; }
ul#pager li.prev	{ border-left: 0; }

/* ---------- Footer ---------- */

#footer h2 {
	color: #219dfd;
	display: inline;
	font-size: 1em;
}

#footer ul, #footer li {
	display: inline;
	line-height: 5px;
}

#footer li {
	background: url(../images/sprite_nav.png) -380px -107px;	
	padding: 0 10px 0 14px;
}

#footer li:first-child {
	background: 0;
	padding-left: 5px;
}

#footer li a {
	color: #fff;
}


/* ---------- Scroll pane ---------- */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 12px;
	height: 100%;
	background: #e1e1e1;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/scroll_pane_drag.gif) no-repeat;
	cursor: pointer;
	left: -2px;
	width: 6px !important;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* Article */
#content_main .gallery-link		{ margin: 10px 0 0 0; }

/* Gallery */
#content_main .gallery_preview .gallery_description		{ float: right; padding: 50px 0 0 28px; width: 166px; }
#content_main .gallery_preview .gallery_images			{ float: left; width: 380px; }
#content_main .gallery_preview .gallery_images ul		{ height: 370px; list-style: none; overflow: hidden; padding: 15px 0 7px 0; width: 376px; }
#content_main .gallery_preview .gallery_images li		{ float: left; padding: 0 10px 10px 0; }
#content_main .gallery_preview .gallery_images .click_to_zoom	{ float: left; margin: 0 0 0 10px; }
#content_main .gallery_preview .gallery_images .photo_counter	{ float: right; margin: -7px 17px 0 0; }

/* Gallery Image */
#content_main .gallery_image_preview				{  }
#content_main .gallery_image_preview .gallery_image		{  }
#content_main .gallery_image_preview .gallery_description	{ margin: 10px 0; }

/* Books Section */

#content_main_books
{
	display: inline;
	float: left;
	margin: 15px 0 25px 20px;
	width: 620px;
}

#content_sub_books
{
	display: inline;
	float: left;
	margin: 15px 0 25px 10px;
	width: 135px;
}

#content_sub_books img
{
    width: 120px;
}

#content_sub_books ul
{
    margin: 10px 0px 10px 0px;
}

#content_sub_books ul li
{
    padding-bottom: 10px;
}

#socialButtonHolder
{
    width: 100%;
    height: 40px;
}

.books_home_header
{
	background: url(../images/book/book-cover-top-shadow.jpg) repeat-x;
	height: 238px;
	width: 785px;
        text-align: center;
}

.books_home_title1, .books_home_title2
{
    font-family: Serif;
    color: #24597a;
    font-size: 23pt;
}

.books_home_title2
{
    font-size: 19pt;
}

.books_home_text
{
    font-size: 13pt;
}

#books_home_footer
{
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

#books_home_slideshow
{
    background: url(/assets/images/book/book-carousel-shadow.png) no-repeat scroll center bottom transparent;
    padding-bottom: 10px;
}

#books_home_flash_slideshow
{
    margin: -115px 0 25px;
    text-align: center;
}

#aside #nav_sub #books_nav_search_website a
{
	background-position: 0px -223px;
}

#aside #nav_sub #books_nav_catalogue a
{
	background-position: 0 -253px;
}

#aside #nav_sub #books_nav_sales a
{
	background-position: -190px -223px;
}

#aside #nav_sub #books_nav_sponsorship a
{
	background-position: -190px -253px;
}

#aside #nav_sub #books_nav_about, #aside #nav_sub #books_nav_about a
{
        height: 28px;
}

#aside #nav_sub #books_nav_about a
{
	background-position: -380px -223px;
}

#aside #nav_sub #books_nav_contact a
{
	background-position: -380px -252px;
}

#aside #nav_sub #books_nav_buy a
{
	background-position: -570px -223px;
}

#aside #nav_sub #books_nav_join a
{
	background-position: -570px -253px;
}

#aside .books-best-seller
{
	border-top: 1px solid #c8c8c8;
	color: #969696;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 2px 0 0;
	padding: 17px 0 0 5px;
}

#aside .books-best-seller ol
{
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 20px;
    padding-right: 5px;
    text-indent: -17px;
}

#aside .books-best-seller li,
#aside .books-best-seller h2
{
	margin: 0 0 8px;
}

#aside .books-best-seller li,
#aside .books-best-seller li a
{
    color: #24597a;
}

#aside .books-best-sellers h2,
#aside .books-best-sellers h3
{
	color: #000;
	font-size: 15pt;	
}

#aside .books-best-seller h2 em
{
	color: #219dfd;
	font-style: normal;
	text-transform: uppercase;
}

.addthis_toolbox
{
    float: right;
    position: relative;
    right: 50px;
    top: 20px;
}

.addthis_toolbox #imgHomeBuyCookbook
{
    position: relative;
    top: -4px;
    left: 2px;
}

#content_main_books .book_cover
{
	float: left;
	padding: 0 15px 0 0;
	width: 173px;
}

#content_main_books .book_cover ul
{
	list-style: none;
	margin: 0;
	width: 165px;
	margin-top: 45px;
}

#content_main_books .book_cover ul li
{
    padding-bottom: 5px;
}

#content_main_books .book_cover img
{
    width: 166px;
    margin-bottom: 10px;
}

.addthis_style_books
{
    float: right;
    position: relative;
    top: 4px;
}

.BtnCookBookControl
{
    float: right;
    position: relative;
}

.book_description
{
	float: left;
	width: 430px;
}

.book_description .editor
{
	font-size: 0.9em;
	padding: 0 0 5px 0;
	position: relative;
}

.book_description .editor img
{
	float: none;
	padding: 0 12px 5px 0;
}

.book_description p 
{
	margin: 0 0 1.3em;
	line-height: 18px;
	clear: both;
}

.book_description .description_header
{
    float: left;
    width: Inherit;
}

.book_description .description_header h2
{
    float: left;
    width: 280px;
}

.book
{
    margin-top: 5px;
}

.DisplayNone
{
    display: none;
}


/* Email Form */

.clear { clear: both; line-height: 0; height: 0; border: 0; padding: 0; margin: 0; }

.emailErrorStyle { color: #ff0000; padding: 10px; }
.emailErrorStyle ul { list-style: disc; padding-left: 20px; margin: 10px 0; }

.send_error_box { margin: 10px; padding: 10px; color: #ff0000; width: 385px; border: solid 1px #ff0000; }

.email_form_box { padding: 10px; width: 450px; }
.email_form_box h4 { margin-bottom: 10px; }
.email_form_box .label { float: left; width: 100px; line-height: 20px; }
.email_form_box .name_box,
.email_form_box .company_box,
.email_form_box .email_box,
.email_form_box .message_box,
.email_form_box .send_copy_box,
.email_form_box .button_box { margin: 5px 0; }
.email_form_box .send_copy_box,
.email_form_box .button_box { padding-left: 100px; }
.email_form_box .send_copy_box label { position: relative; top: -2px; }
.email_form_box .button_box a { background: none; font-weight: bold; border: 0; text-decoration: underline; margin-right: 5px; }
.email_form_box .text_control { float: right; width: 350px; }
.email_form_box .text_control input { width: 300px; }
.email_form_box .text_control textarea { width: 300px; }

.custom_media_service_box { margin-bottom: 20px; }

.custom_media_service_box .column_a,
.custom_media_service_box .column_b,
.custom_media_service_box .column_c { float: left; width: 190px; }

#content_main .custom_media_service_box .column_a ul,
#content_main .custom_media_service_box .column_b ul,
#content_main .custom_media_service_box .column_c ul { margin: 0; list-style: none; }

#content_main .custom_media_service_box .column_a ul li,
#content_main .custom_media_service_box .column_b ul li,
#content_main .custom_media_service_box .column_c ul li { line-height: normal; padding: 0; }

.custom_media_service_box h3 { color: #3a6f8f; font-size: 100%; font-weight: bold; }
.custom_media_service_box .service_list_box { margin-bottom: 20px; }

.custom_media_awards_box .column_a,
.custom_media_awards_box .column_b { float: left; width: 285px; }

.custom_media_awards_box { margin: 20px 0; }
.custom_media_awards_box h3 { color: #3a6f8f; font-size: 100%; font-weight: bold; margin-bottom: 10px; }
.custom_media_awards_box .awards_list_box { margin-bottom: 15px; }
#content_main .custom_media_awards_box .awards_list_box ul { margin: 0; padding: 0 10px 15px 25px; }
#content_main .custom_media_awards_box .awards_list_box ul li { line-height: normal; }

#content_main .custom_media_awards_image_box ul { list-style-type: none; margin: 0; }
#content_main .custom_media_awards_image_box ul li { display: inline-block; line-height: 100%; margin-bottom: 20px; *display: inline; *zoom: 1; }
.custom_media_awards_image_box ul li img { width: 150px; margin-right: 15px; vertical-align: middle; }

.custom_media_nav_standalone { padding-bottom: 20px; margin: auto; padding-left: 10px; width: 125px; padding-right: 10px; float: right; overflow: hidden; font-weight: bold; padding-top: 0px; }

