html {margin:0; padding:0;}

body {
	margin:0;
	padding:0;
	font:normal 0.75em "lucida sans serif", arial, sans-serif;
	background:#3E4E56 url(../img/bodybg.gif) 0 0;
	text-align:center;
}

a {outline:none; color:#D22127; text-decoration:none;}
a:hover {text-decoration:underline;}

#container {
	width:960px;
	margin:0 auto;
	padding:0 10px;
	position:relative;
	background:url(../img/animal_info_container_bg.png) top center repeat-y;
	
	text-align:left;
}

/*
 * H *EADER
 */

#skip {position:absolute;left:-999px;}

#header h1 {
	position:absolute;
	font-weight:normal;
	top:16px;
	right:30px;
	margin-top:0;
}

#header h1 a {
	text-decoration:none;
	color:#D4D0CF;
}

#header h1 a span {
	color:#D22127;
}

#header {
	padding-top:90px;
	width:960px;
	background:#000;
}

#header .logo {
	position:absolute;
	top:20px;
	left:30px;
}

#header .logo a img {
	border:1px solid #000;
}

#header .sub_menu {
	padding:8px 20px;
	text-align:right;
	background:url(../img/animal_info_submenu_bg.jpg) 0 0 repeat-x;
	border-bottom:1px solid #aaa;
}

#header .sub_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#header .sub_menu ul li {
	display:inline;
	border-left:1px solid;
	padding-left:10px;
	margin-left:10px;
}

#header .sub_menu ul li.first {
	border-left:0;
}

#header .sub_menu ul li a {
	text-decoration:none;
	color:#333;
}

.message {
	padding:5px;
	border:1px solid #ffeb08;
	background:#fff8af;
	text-align:center;
	margin-bottom:10px;
	font-size:85%;
	margin-top:20px;
}

.error_msg {
	border:1px solid #C10027;
	background:#FFE8CF;
	margin-bottom:10px;
}

.error_msg h3 {
	margin:0;
	padding:5px 7px;
	font-size:14px;
	color:#fff;
	background:#c10027;
}

.error_msg .error_content {
	padding:5px 10px;
	color:#c10027;
	font-size:12px;
}

.error-message {
	color:#f00;
	margin-left:220px;
}

.error input {
	border:1px solid #f00 !important;
}

/*
 * M *ENU
 */

#menu {
	position:absolute;
	top:61px;
	right:30px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
}

#menu ul li {
	float:left;
}

#menu ul li a {
	display:block;
	float:left;
	background:#333 url(../img/animal_info_menu_off.jpg) bottom left repeat-x;
	padding:7px 10px;
	text-decoration:none;
	color:#D4D0CF;
	margin-left:2px;
}

#menu ul li a:hover,
#menu ul li a.active {
	background:#666 url(../img/animal_info_menu_on.jpg) bottom left repeat-x;
}

/*
 * C *ONTENT
 */

#content {
	padding-left:243px;
	padding-right:20px;
	min-height:1150px;
	overflow:visible;
}

#content h2 {
	font:normal 20px Georgia, serif;
}

#content .btn_register {
	margin-top:20px;
}

#content .btn_register a img {
	border:0;
}

.featured_listing {
	float:right;
	width:339px;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:20px;
}

#featured_listing {
	border:1px solid #aaa;
	background:#E9E8E6;
}

#featured_listing img {
	float:left;
	margin-right:20px;
	border:1px solid #aaa;
}

#featured_listing .top {
}

#featured_listing .middle {
	background:url(../img/animal_info_submenu_bg.jpg) 0 -1px repeat-x;
	padding:20px 20px 20px 20px;
	font-size:11px;
	overflow:auto;
}

#featured_listing .middle .title {
	font-weight:bold;
	margin-bottom:10px;
}

#featured_listing .middle .summary,
#featured_listing .middle .more_info {
	padding-left:90px;
}

#featured_listing .middle .more_info {
	margin-top:10px;
}

#listing_options_info {
	margin-top:5px;
	border:1px solid #aaa;
	padding:20px 20px 10px 20px;
	background:#E9E8E6;
}

#listing_options_info img {
	float:left;
	margin-right:10px;
}

#listing_options_info p {
	margin-top:0;
}

#content_bottom {
	clear:both;
}

/*
 * L *EFT COL
 */

#left_col {
	position:absolute;
	z-index:900;
	top:335px;
	left:30px;
	width:203px;
}

/*
 * A *nimal Types Thumbs
 */

.animal_types_thumbs {
	border-top:1px dotted #ccc;
	padding-top:15px;
}

.animal_types_thumbs ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	height:68px;
}

.animal_types_thumbs ul li {
	float:left;
	height:33px;
}

.animal_types_thumbs ul li a img {
	display:block;
	border:1px solid #000;
	width:30px;
	height:30px;
	margin:0 1px 1px 0;
}

.animal_types_thumbs ul li a:hover img {
	border:1px solid #D22127;
}

.fom_popup {
	position:absolute;
	margin-left:15px;
	margin-top:-15px;
	z-index:100;
	width:293px;
}

.fom_popup .top {
	background:url(../img/fom_popup_top.png) top center no-repeat;
	height:11px;
}

.fom_popup .bottom {
	background:url(../img/fom_popup_bottom.png) top center no-repeat;
	height:11px;
}

.fom_popup .middle {
	background:url(../img/fom_popup_middle.png) top center repeat-y;
	padding:0 13px;
	overflow:auto;
}

.fom_popup .middle .image {
	float:left;
	padding-top:4px;
}

.fom_popup .middle .image img {
	border:1px solid #333;
}

.fom_popup .middle h2 {
	margin-top:0;
	margin-bottom:5px;
}

.fom_popup .intro {
	padding-left:85px;
}

.fom_popup .intro p {
	margin:0;
}

.fom_popup .ul {
	clear:both;
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px dotted #FFEB08;
}

.fom_popup .ul ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	height:auto;
	overflow:auto;
}

.fom_popup .ul ul li {
	display:block;
	float:left;
	height:auto;
	width:130px;
	padding:1px 0;
}

.fom_popup .ul ul li a {
	display:block;
	float:none;
	color:#000;
	font-size:11px;
}

.fom_popup .ul ul li a:hover {
	color:#D22127;
}

/*
 * T *witter Badge
 */

.twitter_badge {
	border:1px dotted #ccc;
	border-width:1px 0;
	margin-top:18px;
	padding:20px 0;
	text-align:center;
}

.twitter_badge a img {
	border:0;
}

/*
 * S *ite Scope
 */

#site_scope {
	margin:0 0 20px 0;
	border-bottom:1px dotted #ccc;
	padding:0 0 10px 0;
	list-style:none;
}

#site_scope li {
	background:url(../img/red_arrow_bullet.gif) left center no-repeat;
	padding-left:15px;
	margin-bottom:5px;
}

#site_scope li a {
	color:#000;
}

#site_scope li a:hover {
	color:#D22127;
}

#amazon_skyscraper {
	padding-left:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}

.custom_left_col {
	text-align:center;
}

/*
 * N *ew Releases :: Coming Soon
 */

#new_releases_coming_soon {
	overflow:auto;
	border:1px solid #aaa;
	background:#E9E8E6 url(../img/animal_info_submenu_bg.jpg) 0 -1px repeat-x;
	padding:20px;
}

#new_releases_coming_soon h3 {
	font:normal 20px Georgia, sans-serif;
	margin-top:0;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}

#new_releases, 
#coming_soon {
	width:315px;
	float:left;
}

#new_releases .author, 
#coming_soon .author {
	margin-top:10px;
}

#new_releases {
	margin-right:20px;
}

#new_releases a img, 
#coming_soon a img {
	float:left;
	margin-right:10px;
	margin-top:3px;
	border:1px solid #000;
	width:110px;
}

#new_releases .product_desc, 
#new_releases .link,
#coming_soon .product_desc, 
#coming_soon .link {
	padding-left:81px;
}

#new_releases .price, 
#coming_soon .price {
	font-size:16px;
	color:#D22127;
	
	padding:10px 0;
}

#new_releases .title, 
#coming_soon .title {
	margin-bottom:5px;
}

#new_releases .price span, 
#coming_soon .price span { 
	color:#000;
	font-size:11px;
}

#categories ul {
	margin:20px 0 15px 0;
	padding:0;
	list-style:none;
	overflow:auto;
}

#categories ul li {
	float:left;
	width:338px;
}

#categories ul li.left {
	margin-right:20px;
	margin-bottom:20px;
}

#categories ul li a {
	display:block;
	background-color:#E9E8E6;
	border:1px solid #aaa;
	font:normal 20px Georgia, serif;
	color:#000;
	padding:25px 10px 25px 90px;
	text-decoration:none;
}

#categories ul li a:hover {
	background-color:#BF0F0F;
	color:#fff;
	border:1px solid #860000;
}

/*
 * A *NIMAL LANDING PAGES
 */

#animals.index .related h3 {
	font:normal 20px Georgia, serif;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}

#animals.index .related ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
}

#animals.index .related ul li {
	float:left;
	width:335px;
}

#animals.index .related ul li.even {
	margin-right:20px;
}

#animals.index .related ul li a {
	display:block;
	padding:5px 5px 5px 10px;
	background:url(../img/red_arrow_bullet.gif) 0 6px no-repeat;
	color:#333;
}

#animals.index .random_images ul {
	margin:20px 0 20px 0;
	padding:0;
	list-style:none;
	overflow:auto;
}

#animals.index .random_images ul li {
	display:inline;
	margin-right:10px;
	text-align:center;
}

#animals.index .random_images ul li a img {
	border-width:1px;
}

/*
 * P *RODUCTS
 */

#filter_text {
	color:#fff;
	background:#D22127;
	border:1px solid #ad1c1c;
}

#filter_text a {
	color:#fff;
	display:block;
	padding:10px;
}

#filter_form {
	border:1px solid #ccc;
	padding:20px;
}

#filter_form form {
	overflow:auto;
}

#filter_form p {
	margin:0 0 5px 0;
}

#filter_form select, 
#filter_form input {
	font-size:100%;
	width:170px;
	float:left;
	border:1px solid #ccc;
	background:#fff;
	margin-right:10px;
}

#filter_form input {
	width:100px;
	background:#D22127;
	border:1px solid #ad1c1c;
	color:#fff;
	cursor:pointer;
}

#filter_form a {
	display:block;
	margin-top:5px;
}

#entries .entry {
	overflow:auto;
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:10px;
}

#entries .entry .image {
	float:left;
	margin-right:20px;
	width:150px;
	text-align:center;
}

#entries .entry .image a img, 
#entries .entry .image img {
	border:1px solid #000;
}

#entries .entry h3 {
	margin-top:0;
}

#entries .entry .content {
	margin-left:150px;
}

#entries .entry .content .product_links ul {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}

#entries .entry .content .product_links ul li {
	display:inline;
	margin-right:20px;
}

#entries .entry .content .product_links ul li a.icon_preview {
	background:url(/img/magnifier.png) left center no-repeat;
	padding-left:20px;
}

#entries .entry .content .product_links ul li a.icon_add_to_cart {
	background:url(/img/basket_add.png) left center no-repeat;
	padding-left:20px;
}

#entries .entry .content .product_links ul li a.icon_buy_now {
	background:url(/img/basket_next.png) left center no-repeat;
	padding-left:20px;
}

.entry .plan_icon {
	position:absolute;
	margin-left:145px;
	margin-top:5px;
}

.entry .plan_icon img {
	width:15px;
}

.entry .details {
	border:1px solid #ccc;
	border-bottom:0;
	margin-left:20px;
}

.entry .details p {
	margin:0;
	padding:5px;
	border-bottom:1px solid #ccc;
}

.entry .details p.dark {
	background:#f7f7f2;
}

.entry .details p strong {
	display:block;
	float:left;
	width:100px;
}

.entry .contact_info_link {
	display:block;
	margin-left:20px;
	padding:5px 5px 4px 5px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:0;
	background:url(../img/animal_info_submenu_bg.jpg) 0 0 repeat-x;
	width:135px;
}

.entry .show {
	border-bottom:1px solid #ccc;
}

.entry .contact_info_link a {
	color:#fff;
}

/*
 * F *OOTER
 */

#footer {
	background:#D4D0CF;
	border-top:1px solid #666;
	margin-top:20px;
	padding:20px;
	text-align:center;
	font-size:11px;
}

#footer ul {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}

#footer ul li {
	display:inline;
	margin:0 0 0 10px;
	border-right:1px solid #666;
	padding-right:10px;
}

#footer ul li.end {
	border:0;
}

/*
 * P *AGINATION
 */

.pagination {
	position:relative;
}

.pagination ul {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	list-style:none;
}

.pagination ul li {
	display:inline;
	margin-left:5px;
}

.pagination ul li a.current {
	color:#000;
}



.black_overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	position: absolute;
	top: 5%;
	min-height: 140px;
	padding: 0px 20px 20px 20px;
	border: 5px solid #D22127;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
	background: #E6E2DD;
	z-index:1002;
	overflow: visible;
	text-align:left;
	width:500px;
}

.white_content h2 {
	font:normal 20px Arial;
	color:#3C362C;
}

/*
 * Q *uick Login
 */

.qk_login {
	overflow:auto;
	border-bottom:1px dotted #aaa;
	padding-bottom:20px;
}

.qk_login .input {
	float:left;
	width:250px;
}

.qk_login .input label {
	display:block;
	float:left;
	width:65px;
	padding-top:2px;
}

.qk_login .input input {
	float:left;
	border:1px solid #aaa;
	font-size:100%;
	width:180px;
}

.qk_login .password input {
	margin-right:0;
}

.qk_login .submit {
	clear:both;
	text-align:right;
	padding-top:5px;
	padding-right:1px;
}

.qk_login .submit input {
	background:#D22127 url(../img/submit_bg.jpg) 0 0 repeat-x;
	border:1px solid #BA0000;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:7px 10px;
	margin-top:10px;
	cursor:pointer;
}

/*
 * Q *uick Register
 */

.qk_register .input {
	overflow:auto;
	margin-bottom:5px;
	text-align:right;
}

.qk_register label {
	display:block;
	float:left;
	width:202px;
	padding-top:2px;
	text-align:left;
}

.qk_register .input input {
	font-size:100%;
	border:1px solid #aaa;
	width:275px;
}

.qk_register .input select {
	font-size:100%;
	border:1px solid #aaa;
	width:275px;
	background:#fff;
}

.recaptcha label {
	width:auto;
	margin:10px 0;
}

.recaptcha label img {
	height:10px;
}

#recaptcha_challenge {
	clear:both;
}

#recaptcha_area {
	background:#fff;
	width:440px;
}

#recaptcha_widget_div {
	width:440px;
}

#recaptcha_response_field {
	border:1px solid #aaa;
}

.qk_register .submit {
	text-align:right;
	margin-top:10px;
}

.qk_register .submit input {
	background:#D22127 url(../img/submit_bg.jpg) 0 0 repeat-x;
	border:1px solid #BA0000;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:7px 10px;
	margin-top:10px;
	cursor:pointer;
}

/*
 * L *ISTINGS VIEW TABS (inc custom pages)
 */

.view_tabs {
	background:#E9E9DF;
}

.view_tabs ul {
	margin:0;
	padding:0;
	list-style:none;
	height:35px;
}

.view_tabs ul li {
	float:left;
	position:relative;
}

.view_tabs ul li a {
	display:block;
	float:left;
	background:#BF0F0F;
	color:#fff;
	padding:10px;
	border-right:1px solid #fff;
}

.view_tabs ul li a:hover,
.view_tabs ul li:hover a {
	text-decoration:none;
	background:#930606;
}

.view_tabs ul li a.add {
	font-size:20px;
	padding:5px 12px;
	background:#B4B3B3;
	font-weight:bold;
}

.view_tabs ul li a.add:hover, 
.view_tabs ul li.add_link:hover a.add {
	background:#f7f7f2;
	color:#9D9D9C;
	border-right:2px solid #9d9d9c;
}

.view_tabs ul li ul {
	display:none;
	position:absolute;
	top:34px;
	height:auto;
	border-bottom:1px solid #fff;
}

.view_tabs ul li.add_link ul {
	display:none;
	position:absolute;
	top:34px;
	left:-104px;
	border-bottom:2px solid #9D9D9C;
	height:auto;
}

.view_tabs ul li:hover ul {
	display:block;
}

.view_tabs ul li ul li {
	float:none;
}

.view_tabs ul li:hover ul li a {
	float:none;
	width:200px;
	border:0;
	background:#BF0F0F;
	border-top:1px solid #fff;
	color:#fff;
}

.view_tabs ul li:hover ul li a:hover {
	background-color:#930606;
}

.view_tabs ul li.add_link ul li a {
	float:none;
	width:100px;
	border:0;
	background:#f7f7f2;
	border-right:2px solid #9D9D9C;
	color:#9D9D9C;
	padding-left:30px;
}

.view_tabs ul li.add_link:hover ul li a:hover {
	background-color:#9d9d9c;
	color:#fff;
}

.view_tabs ul li ul li a.add_for_sale {
	background-image:url(/img/coins.png);
	background-position:7px center;
	background-repeat:no-repeat;
}

.view_tabs ul li ul li a.add_photos {
	background-image:url(/img/pictures.png);
	background-position:7px center;
	background-repeat:no-repeat;
}

.view_tabs ul li ul li a.add_wanted {
	background-image:url(/img/discussion.png);
	background-position:7px center;
	background-repeat:no-repeat;
}

.listing_head {
	background:#E9E9DF;
	margin-top:1px;
	overflow:auto;
}

.listing_head .image {
	float:right;
}

.listing_head .image img {
	display:block;
	height:130px;
	border-left:1px solid #fff;
}

.listing_head h3 {
	font:normal 18px Arial, sans-serif;
	padding:18px 10px;
	margin:0;
	background:#B4B3B3;
}

.listing_head .website {
	overflow:auto;
	padding:10px;
	border-bottom:1px solid #fff;
}

.listing_head .website .plan_icon img {
	float:left;
	height:15px;
	margin-right:5px;
}

.listing_head .country {
	padding:10px;
	overflow:auto;
}

.listing_head .country img {
	float:left;
	margin-right:5px;
	padding-top:1px;
}

.content1 {
	line-height:1.3em;
}

.content2 {
	overflow:auto;
	margin-bottom:20px;
}

.content2 .image {
	float:left;
	margin-right:20px;
}

.content2 .image span {
	display:block;
	text-align:center;
}

.content2 .padding_left {
	padding-left:300px;
}

.content2 .padding_left_portrait {
	padding-left:185px;
}

.content2 .padding_left_portrait h3,
.content2 .padding_left h3 {
	margin-top:0;
}

.contact_info .details {
	border:1px solid #ccc;
	border-bottom:0;
}

.contact_info p {
	margin:0;
	padding:5px;
	border-bottom:1px solid #ccc;
}

.contact_info p.dark {
	background:#f7f7f2;
}

.contact_info p strong {
	display:block;
	float:left;
	width:100px;
}

.contact_info .contact_info_link {
	display:block;
	text-align:center;
	padding:5px 5px 4px 5px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:0;
	background:url(../img/animal_info_submenu_bg.jpg) 0 0 repeat-x;
	width:135px;
}

.contact_info .show {
	border-bottom:1px solid #ccc;
}

/*
 * F *ACTSHEET VIEW
 */

#fact_sheets.view .heading h3 {
	font:normal 18px Arial, sans-serif;
	padding:18px 10px;
	margin:1px 0 20px 0;
	background:#B4B3B3
}

#fact_sheets.view .content .image img {
	float:right;
	margin-left:20px;
	border:1px solid #333;
}

#fact_sheets .content {
	overflow:auto;
}

#fact_sheets .content h3 {
	margin-top:0;
}

#fact_sheets #related_videos {
	clear:both;
	background:#f7f7f2;
	border:1px solid #e9e9de;
	margin-top:20px;
	text-align:center;
	padding:20px;
}

#fact_sheets #related_videos h3 {
	text-align:left;
	margin-top:0;
}

#fact_sheets #related_videos ul {
	margin:0;
	padding:0;
	list-style:none;
}

/*
 * P *RODUCT VIEW
 */

#products.view .heading {
	overflow:auto;
}

#products.view .heading h3 {
	font:normal 18px Arial, sans-serif;
	padding:18px 10px;
	margin:1px 0 20px 0;
	background:#B4B3B3
}

#products.view .heading .left {
	float:left;
	margin-right:20px;
}

#products.view .heading .image a img{
	border:1px solid #333;
}

#products.view .heading ul {
	margin:0;
	padding:0;
	list-style:none;
}

#products.view a.icon_buy_now,
#products.view a.main_link {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(/img/coins.png) left center no-repeat;
}

#products.view a.icon_preview,
#products.view a.preview_link {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(/img/magnifier.png) left center no-repeat;
}

#products.view a.icon_download,
#products.view a.download_link {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(/img/arrow_green_down.png) left center no-repeat;
}

#products.view a.main_link {
	border:1px dotted #ccc;
	border-width:1px 0;
	padding:7px 0 7px 25px;
	background-position:5px center;
}

#products.view a.main_link:hover {
	background-color:#f7f7f2;
}

#products.view .additional_details p {
	overflow:auto;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc;
}

#products.view .additional_details p strong {
	display:block;
	float:left;
	width:80px;
}

#users.my_account .input, 
#pages.contact .input, 
.cc_address_details .input {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
}

#users.my_account .input label,
#pages.contact .input label,
.cc_address_details label {
	display:block;
	float:left;
	width:280px;
	padding-top:5px;
}

#pages.contact .input label,
.cc_address_details .input label {
	width:100px;
}

#users.my_account .input input,
#pages.contact .input input, 
.cc_address_details .input input {
	font-size:100%;
	border:1px solid #ccc;
	padding:3px;
	width:400px;
}

#users.my_account .input select,
#pages.contact .input select, 
.cc_address_details .input select {
	font-size:100%;
	border:1px solid #ccc;
	background:#fff;
	padding:3px;
}

#pages.contact .input textarea,
.cc_address_details .input textarea {
	width:400px;
}

.cc_address_details .submit input {
	background:#D22127 url(../img/submit_bg.jpg) 0 0 repeat-x;
	border:1px solid #BA0000;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:7px 10px;
	margin-top:10px;
	cursor:pointer;
	margin:5px 100px;
}

/*
 * C *REATE FORM
 */

#listings.create #content_bottom form {
	background:#fff;
	margin:0;
	padding:1px 10px 10px;
}

#listings.create #content_bottom  .subscription_group {
	overflow:auto;
	margin-bottom:5px;
}

#listings.create #content_bottom  .subscription_group .option {
	float:left;
	margin-right:50px;
}

#listings.create  #content_bottom .subscription_group .option input,
#listings.create  #content_bottom .subscription_group .option label {
	display:block;
	float:left;
	margin-right:10px;
}

#listings.create  #content_bottom .subscription_group a:link img,
#listings.create  #content_bottom .subscription_group a:visited img {
	border:0;
	width:17px;
}

#listings.create  #content_bottom .subscription_group h2 {
	padding-top:6px;
	padding-bottom:6px;
	margin:0;
}

#listings.create  #content_bottom .subscription_group .details {
	position:absolute;
	background:#fff;
	padding:10px;
	margin-left:10px;
	border:1px solid;
	width:200px;
}

#listings.create  #content_bottom .subscription_group .details p {
	font-size:85%;
}

#listings.create  #content_bottom .subscription_group .details p.close_link {
	margin:0;
	padding:0;
	text-align:right;
}

#listings.create  #content_bottom .subscription_group .details p.close_link a:link, 
#listings.create  #content_bottom .subscription_group .details p.close_link a:visited {
	color:#333;
	text-decoration:none;
}
#listings.create  #content_bottom .subscription_group .details p.close_link a:hover {
	text-decoration:underline;
	color:#f00;
}

#listings.create  #content_bottom .field {
	margin-bottom:10px;
}

#listings.create  #content_bottom .field input,
#listings.create  #content_bottom .field textarea {
	width:498px;
	border:1px solid #ccc;
}

#listings.create  #content_bottom .subscription_group .option input {
	width:auto;	
}

#listings.create  #content_bottom .field textarea {
	height:120px;
	font-family:arial, sans-serif;
	font-size:100%;
}

#listings.create  #content_bottom span.small {
	font-size:80%;
	color:#999;
}

#listings.create  #content_bottom .animals {
	margin:10px 0;
	padding:10px;
	border:1px solid #333;
}

#listings.create  #content_bottom .animals ul,
#category_details .animals ul {
	margin:0;
	padding:0;
	list-style:none;
}

#listings.create  #content_bottom .animals ul li ul,
#category_details .animals ul li ul {
	margin-left:10px;
}

#listings.create  #content_bottom .animals ul li ul li ul,
#category_details .animals ul li ul li ul {
	border-left:1px dotted #000;
	margin-left:-14px;
	padding-left:20px;
}

#listings.create  #content_bottom .animals ul li ul li,
#category_details .animals ul li ul li {
	background:url(/img/tree_dots.gif) 0 0 no-repeat;
	padding-left:15px;
}

#listings.create  #content_bottom .animals ul li ul li.end,
#category_details .animals ul li ul li.end {
	background:url(/img/tree_dots_end.gif) 0 0 no-repeat;
}

#listings.create  #content_bottom .animals a:link img,
#listings.create  #content_bottom .animals a:visited img,
#category_details .animals a:link img,
#category_details .animals a:visited img {
	border:0;
	position:absolute;
	margin-top:2px;
	margin-left:5px;
}

#listings.edit form textarea {
	width:499px;
	border:1px solid #aaa;
	font:normal 100% arial, sans-serif;
}

#listings.edit form .checkbox label {
	display:inline;
}

#listings.edit form .submit {
	text-align:right;
}

#listings.edit form .submit input {
	border:1px solid #aaa;
}

/*Categories*/
#listings.create  #content_bottom .categories {
	margin:10px 0;
	padding:10px;
	border:1px solid #333;
}

#listings.create  #content_bottom .categories ul {
	margin:0;
	padding:0;
	list-style:circle;
}

#listings.create  #content_bottom .categories ul li ul {
	margin-left:10px;
}

#listings.create  #content_bottom .categories ul li ul li ul {
	border-left:1px dotted #000;
	margin-left:-14px;
	padding-left:20px;
}

#listings.create  #content_bottom .categories ul li ul li {
	background:url(/img/tree_dots.gif) 0 0 no-repeat;
	padding-left:15px;
}

#listings.create  #content_bottom .categories ul li ul li.end {
	background:url(/img/tree_dots_end.gif) 0 0 no-repeat;
}

#listings.create  #content_bottom .categories a:link img,
#listings.create  #content_bottom .categories a:visited img {
	border:0;
	position:absolute;
	margin-top:2px;
	margin-left:5px;
}

#listings.create  #content_bottom .contact_details .input {
	margin-bottom:5px;
}

#listings.create  #content_bottom .contact_details .input label {
	display:block;
	float:left;
	width:100px;
	padding-top:5px;
}

#listings.create  #content_bottom .contact_details .input input,
#listings.create  #content_bottom .contact_details .input select {
	border:1px solid #ccc;
	width:400px;
	background:#fff;
	padding:3px;
}

/*
 * L *ISTING REVIEW
 */

.listing_review {
	font-size:85%;
	border:1px solid #ccc;
	margin-bottom:10px;
}

.listing_review strong {
	display:block;
	float:left;
	width:130px;
}

.listing_review p {
	margin:0;
	padding:3px 10px;
	background:#f7f7f2;
}

.listing_review p.dark {
	background:#e9e9de;
}

.listing_preview {
	border:1px solid #ccc;
	min-height:60px;
	overflow:auto;
	padding:3px 5px 5px 5px;
	font-size:85%;
	line-height:1.3em;
	margin-bottom:10px;
}

.listing_preview img {
	width:130px;
	float:right;
	border:1px solid #555;
	margin-right:10px;
}

.listing_preview strong,
.listing_preview span {
	display:block;
	margin:0;
	padding:0;
}

.listing_preview strong {
	font-size:170%;
	font-weight:normal;
	margin:10px 0;
}

.listing_preview span a:link,
.listing_preview span a:visited {
	display:block;
	width:80px;
	color:#fff;
	padding:3px 10px;
	background:#7A86A2;
	margin:5px 0;
	text-decoration:none;
}

.listing_preview span a:hover {
	text-decoration:underline;
	color:#fff;
}

.full_preview {
	border:1px solid #ccc;
	margin-bottom:10px;
}

.full_preview .banner img {
	width:498px;
}

.full_preview .listing_head {
	height:195px;
	margin:0 10px 10px 10px;
	border-bottom:1px solid #ccc;
}

.full_preview .listing_head img {
	height:190px;
	float:right;
}

.full_preview .listing_head h2 {
	font-weight:normal;
	margin:0;
	padding:40px 0 0 0;
}

.full_preview .content_1 {
	margin:0 10px;
}

.full_preview .listing_news {
	overflow:auto;
	padding:10px;
}

.full_preview .listing_news .image {
	float:left;
	width:210px;
}

.full_preview .listing_news img {
	margin-right:10px;
	width:200px;
}

.full_preview .listing_news .image .img_2_alt {
	font-size:85%;
	line-height:1.3em;
	font-style:italic;
	padding:3px 10px 3px 0;
}

.full_preview .listing_news h2 {
	font-weight:normal;
	margin-top:0;
}

table.items {
	width:100%;
	border-top:1px solid #e9e9de;
	border-left:1px solid #e9e9de;
}

table.items th, 
table.items td {
	border-bottom:1px solid #e9e9de;
	border-right:1px solid #e9e9de;
	padding:5px;
}

table.items th {
	background:#e9e9de;
	text-align:center;
}

table.items td a img {
	border:0;
}

table.items td.noborder {
	border-right:0;
}

#users.login .input {
	overflow:auto;
	margin-bottom:5px;
}

#users.login .input label {
	display:block;
	float:left;
	padding-top:3px;
	width:100px;
}

#users.login .input input {
	border:1px solid #ccc;
	font-size:100%;
}

#users.login .submit input {
	background:#D22127 url(../img/submit_bg.jpg) 0 0 repeat-x;
	border:1px solid #BA0000;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:7px 10px;
	margin-top:10px;
	cursor:pointer;
	margin-left:100px;
}

#purchase_details {
	text-align:right;
}

#purchase_details strong {
	display:block;
	float:right;
	width:70px;
}

/*
 * R *egister
 */

#users.register .input label {
	width:220px;
}

#users.register .recaptcha label {
	width:690px;
}

#users.register .submit input,
#users.my_account .submit input,
#listings.create .submit input,
#listings.create input.btn_prev {
	background:#D22127 url(../img/submit_bg.jpg) 0 0 repeat-x;
	border:1px solid #BA0000;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:7px 10px;
	margin-top:10px;
	cursor:pointer;
}

.order_summary {
	margin-top:20px;
}

.order_summary h3 {
	margin-bottom:5px;
	font:normal 18px Georgia, serif;
	display:none;
}

.order_summary p {
	margin:0;
	padding:3px 0;
	border-bottom:1px dotted #ccc;
	width:340px;
}

.order_summary p strong {
	display:block;
	float:left;
	width:150px;
}

#order_history {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
}

#order_history li {
	padding:5px;
	clear:both;
	border:1px solid #e9e9de;
	margin:5px 0;
}

#order_history li strong {
	display:block;
	float:left;
	width:150px;
}

#order_history .show_order_summary strong {
	float:none;
}

#order_history li strong a {
	display:block;
	float:none;
	background:#f7f7f2;
	border:1px solid #e9e9de;
	width:673px;
	padding:5px;
	margin:5px 0;
}

#order_history li .main_details {
	border-bottom:1px dotted #ccc;
	padding:3px;
}

#order_history li ul {
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
}

#order_history li ul li {
	overflow:auto;
	border:0;
}

#order_history li ul li img {
	float:left;
	margin-right:5px;
}

#order_history li ul li strong {
	display:block;
	float:none;
	width:auto;
}
