﻿/* Stylesheet for Dreaming Moon Infinity - Sailor Moon Cards
 * http://sailormooncards.eu/ 
 * DO NOT copy! */
/* General style definition */
body {
	background: #000 url('images/tcpattern.jpg') repeat fixed;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
/* Unvisited links */
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
/* Visited links */
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
/* User hovers */
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #EC1E24;
}
/* Active links */
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #EC1E24;
	cursor: help;
}
/* No border on hyperlinked images */
a:link img, a:visited img, a:hover img, a:active img {
	border: 0;
}
/* Style definitions for headings, paragraphs, text blocks and lists */
p {
	text-align: justify;
	line-height: 14px;
	color: #000;
	margin: 0;
	padding: 4px 10px;
}
h1 {
	margin: 0;
	padding: 6px 5px 0 0;
	color: #ABABAB;
	font-family: Georgia, serif;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 2pt;
}
h2 {
	margin: 0 auto;
	padding: 7px 7px 6px 4px;
	text-align: center;
	width: 700px;
	height: 19px;
	color: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ABABAB;
}
h3 {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 2pt;
	text-align: center;
	color: #000;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #444;
}
h5 {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	text-decoration: underline;
	color: #444;
}
h6 {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #444;
}
address {
	text-align: justify;
	line-height: 14px;
	margin-top: 10px;
}
ol, ul, dl {
	text-align: justify;
}
li {
	line-height: 14px;
	color: #000;
	padding: 4px 8px;
}
dt, dd {
	color: #000;
	padding: 4px 10px;
}
/* Style definitions for non-proportional or fixed-width or monospaced font */
tt {
	font-size: 11px;
	color: #000;
}
/* Style definitions for codebox */
code {
	display: block;
	margin: 2px auto;
	padding: 4px;
	overflow: auto;
	width: 500px;
	font-size: 11px;
	color: #000;
	background-color: #F7FCFF;
	border: 1px solid #0E97D7;
}
code:hover {
	border: 1px solid #000000;
}
/* Style definitions for layout */
#container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background: none;
	text-align: center;
}
#head {
	width: 770px;
	height: 296px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url('images/tcheader.png') no-repeat;
}
#middle {
	margin: 0 auto;
	padding: 0;
}
#left {
	width: 770px;
	height: 99px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000;
	background: url('images/tcmenu.png') no-repeat;
}
#left #menu {
	margin: 0 auto;
	width: 700px;
}
#right {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #000;
	background: url('images/tcbg.png') repeat;
}
#right #content {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	padding-left: 4px;
	padding-right: 4px;
}
#foot {
	margin: 0 auto;
	padding: 0;
	height: 140px;
	width: 770px;
	background: url('images/tcfooter.png') no-repeat;
}
#foot #copyright {
	width: 750px;
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	font-size: 10px;
}
#copyright p {
	color: #fff;
	text-align: center;
	
}
/* Style definitions for main menu */
#left #menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}
#left #menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#left #menu ul li a span {
	display: none;
}
#left #menu ul li a {
	width: 100px;
	height: 99px;
	margin: 0;
	padding: 0;
	display: block;
}
#left #menu ul li a.menu_amada:hover {
	background: url('images/tcmenu.png') -35px -100px no-repeat;
}
#left #menu ul li a.menu_bandai:hover {
	background: url('images/tcmenu.png') -135px -100px no-repeat;
}
#left #menu ul li a.menu_banpresto:hover {
	background: url('images/tcmenu.png') -235px -100px no-repeat;
}			
#left #menu ul li a.menu_marushou:hover {
	background: url('images/tcmenu.png') -335px -100px no-repeat;
}
#left #menu ul li a.menu_seika-movic:hover {
	background: url('images/tcmenu.png') -435px -100px no-repeat;
}
#left #menu ul li a.menu_yamakatsu:hover {
	background: url('images/tcmenu.png') -535px -100px no-repeat;
}
#left #menu ul li a.menu_other:hover {
	background: url('images/tcmenu.png') -635px -100px no-repeat;
}
#right .navigation {
	margin: 0 auto;
	padding: 8px 0;
	width: 680px;
	height: 30px;
	text-align: center;
}
.navigation ul {
	margin: 0;
	padding: 0;
	width: 680px;
	height: 30px;
	list-style-type: none;
	text-align: center;
	background: url('images/rounded.png') no-repeat top center;
}
.navigation ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 8px 3px;
	text-align: center;
}
.navigation ul li a {
	margin: 0 2px;
	padding: 2px 0 2px 18px;
	text-align: center;
	color: #ABABAB;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}
.navigation ul li a:visited {
	color: #ABABAB;
	font-weight: normal;
}
.navigation ul li a:hover, .navigation ul li a:active {
	color: #ABABAB;
	text-decoration: underline;
	font-weight: normal;
}
.navigation ul li.blank {
	margin-left: 275px;
}
.navigation ul li a.menu_home {
	background: url('icons_/home.png') no-repeat;
}
.navigation ul li a.menu_return {
	background: url('icons_/return.png') no-repeat;
}
.navigation ul li a.menu_aboutus {
	background: url('icons_/aboutus.png') no-repeat;
}
.navigation ul li a.menu_shop {
	background: url('icons_/shop.png') no-repeat;
}
.navigation ul li a.menu_wl {
	background: url('icons_/wl.png') no-repeat;
}
.navigation ul li a.menu_mc {
	background: url('icons_/mc.png') no-repeat;
}
.navigation ul li a.menu_bl {
	background: url('icons_/bl.png') no-repeat;
}
.navigation ul li a.menu_links {
	background: url('icons_/links.png') no-repeat;
}
.navigation ul li a.menu_forum {
	background: url('icons_/forum.png') no-repeat;
}
.navigation ul li a.menu_gb {
	background: url('icons_/gb.png') no-repeat;
}
.navigation ul li a.menu_top {
	background: url('icons_/top.png') no-repeat;
}
.navigation ul li a.menu_meta {
	background: url('icons_/meta.png') no-repeat;
}
.navigation ul li a.valid_xhtml {
	background: url('icons_/valid.png') no-repeat;
}
.navigation ul li a.valid_css {
	background: url('icons_/valid.png') no-repeat;
}
/* Style definitions for tables */
table#collection {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000;
	background: #FCFCE1 url('images/gradient_button.gif') repeat-x;
	border: 2px #FFF solid;
	border-collapse: collapse;
}
table#collection caption {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}
table#collection th {
	vertical-align: top;
	font-size: 11px;
	font-variant: small-caps;
	border: 2px #F4F4F4 solid;
}
table#collection th.publisher {
	vertical-align: middle;
	height: 25px;
	font-size: 13px;
	letter-spacing: 2pt;
	background: #fff url('images/gradient_input.gif') repeat-x;
}
table#collection th.publisher_2 {
	vertical-align: middle;
	height: 25px;
	font-size: 11px;
	letter-spacing: 2pt;
	background: #fff url('images/gradient_input.gif') repeat-x;
}
table#collection th.set {
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
}
table#collection th.set_2 {
	text-align: center; 
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
}
table#collection th.set_3 {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-size: 150%;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2pt;
	background-color: #FFF;
}
table#collection td {
	border: 2px #F4F4F4 solid;
	font-size: 11px;
}
tr.even td {
	background-color: #F7FCFF;
}
tr.odd td {
	background-color: #FFFFF2;
}
tr.even td.card, tr.odd  td.card  {
	text-align: justify;
}
/* Style definitions for forms */
form {
	margin-left: auto;
	margin-right: auto;
}
input, textarea {
	background-color: #FFF;
	margin: 2px 0;
	padding: 4px;
	color: #0E97D7;
	border: 1px solid #0E97D7;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
}
input:hover, textarea:hover, input:active, textarea:active {
	color: #000;
	border: 1px solid #000000;
}
textarea {
	width: 180px;
	height: 146px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url('images/gradient_input.gif') repeat-x;
}
input[type="button"] {
	height: 30px;
	width: 140px;
	background: #fff url('images/gradient_button.gif') repeat-x center center;
}
input[type="submit"] {
	height: 30px;
	width: 140px;
	background: #fff url('images/gradient_button.gif') repeat-x center center;
}
input[type="reset"] {
	height: 30px;
	width: 140px;
	background: #fff url('images/gradient_button.gif') repeat-x center center;
}
input[type="text"] {
	background: #fff url('images/gradient_input.gif') repeat-x;
}
input[type="password"] {
	background: #fff url('images/gradient_input.gif') repeat-x;
}
.form {
	width: 400px;
	margin: 0 auto;
	border: 0;
}
.form td {
	vertical-align: top;
	font-size: 11px;
	color: #000;
	text-align: center;
}
label {
	color: #444;
	font-size: 11px;
}
label:hover {
	color: #000;
}
label span {
	color: #EC1E24;
}
label:hover span {
	color: #730029;
}
.label {
	text-align: justify;
}
.field {
	width: 320px;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
.form input, .form select, .form textarea {
	margin-bottom: 10px;
}
.form input[type="text"] {
	margin-bottom: 10px;
	width: 90%;
}
.form input[type="password"] {
	margin-bottom: 10px;
	width: 90%;
}
.form select, .form textarea {
	margin-bottom: 10px;
	width: 90%;
}
.form input[type="checkbox"] {
	width: 15px;
	height: 15px;
}
/* Style definitions for affiliates */
.affiliates {
	text-align: center;
}
.affiliates img {
	border: 0;
	padding: 2px 0;
}
/* Style definitions for lists in cardsets descriptions */
.cards {
	list-style-type: none;
	list-style-image: url('icons_/bullet.png');
	font-size: 120%;
}
.cards li {
	padding: 4px 8px 4px 0;
}
.cards strong {
	font-family: Georgia, serif;
	font-variant: small-caps;
}
.cards li ul li {
	margin: 4px 0;
	padding: 0;
	font-size: 11px;
}
/* Style definitions for link section */
ul.link_ul {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 8px;
	padding-top: 0;
	padding-bottom: 0;
}
ul.link_ul li {
	padding-top: 0;
	padding-bottom: 0;
}
dl.link_dl {
	margin: 2px 0;
}
dd.link_dd {
	margin-left: 0;
}
a.link_a:link, a.link_a:visited, a.link_a:hover, a.link_a:active {
	font-weight: normal;
	padding-right: 12px;
	background: url('images/external.gif') center right no-repeat;
}
a.link_a:hover {
	font-weight: normal;
	padding-right: 12px;
	background: url('images/external_02.gif') center right no-repeat;
}
/* Style definitions for external links */
a.external:link, a.external:visited, a.external:hover, a.external:active {
	padding-right: 12px;
	background: url('images/external.gif') center right no-repeat;
}
a.external:hover {
	padding-right: 12px;
	background: url('images/external_02.gif') center right no-repeat;
}
/* Style definitions for shop */
.sold {
	text-decoration: line-through;
	color: #e90929;
	font-weight: bold;
}
.available {
	color: green;
	font-weight: bold;
}
.onhold {
	color: blue;
	font-weight: bold;
}
/* Style definitions for rounded corners */
.rounded {
	background: #F4F4F4;
	width: 720px;
	margin: 20px auto;
	text-align: center;
}
.rounded_top div {
	background: url('images/rounded_tl.png') no-repeat top left;
}
.rounded_top {
	background: url('images/rounded_tr.png') no-repeat top right;
}
.rounded_bottom div {
	background: url('images/rounded_bl.png') no-repeat bottom left;
}
.rounded_bottom {
	background: url('images/rounded_br.png') no-repeat bottom right;
}
.rounded_top div, .rounded_top, .rounded_bottom div, .rounded_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.rounded_content {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	text-align: center;
}
/* Style definitions for pagination */
.pagination {
	text-align: center;
	margin: 6px auto;
}
.pagination a {
	margin-left: 3px;
	padding: 3px 6px;
	color: #0E97D7;
	border: 1px solid #0E97D7;
	background: #fff url('images/gradient_input.gif') repeat-x;
}
.pagination a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #000000;
	background: #fff url('images/gradient_input.gif') repeat-x;
}
.curpage {
	margin-left: 3px;
	padding: 3px 6px;
	color: #444;
	border: 1px solid #444;
	background: #F4F4F4;
}
/* Style definitions for gallery headings */
#right .gallery_h {
	margin: 8px auto;
	width: 400px;
	height: 30px;
	text-align: center;
	background: url('images/rounded_02.png') no-repeat;
}
.gallery_h h3 {
	margin: 0 8px;
	padding: 8px 4px 8px 18px;
	height: 10px;
	color: #ABABAB;
	letter-spacing: 0pt;
	text-align: justify;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
}
.gallery_h h3 span {
	font-weight: bold;
}
.card-reg {
	background: url('icons_/card-reg.png') no-repeat center left;
}
.card-spc {
	background: url('icons_/card-spc.png') no-repeat center left;
}
.card-p {
	background: url('icons_/card-p.png') no-repeat center left;
}
/* Style definitions for floating image gallery */
.thumb_gallery {
	margin: 0 auto;
	width: 710px;
	text-align: center;
}
.thumb_gallery_02 {
	margin: 0 auto;
/*	padding: 0 98px; */
	width: 526px;
	text-align: center;
}
.thumb_gallery_03 {
	margin: 0 auto;
	width: 666px;
	text-align: center;
}
.thumbnail, .thumbnail_2 {
	border: 1px solid #ABABAB;
	margin: 4px 5px;
	padding: 10px 5px;
	text-align: center;
	color: #000;
	background: #FFF;
/*	background: #F7FCFF; */
}
.thumbnail {
	float: left;
}
.thumbnail_2 {
	text-align: center;
	margin: 4px auto;
}
.thumbnail:hover, .thumbnail_2:hover {
	border: 1px solid #000;
/*	background: #FFFFF2; */
	cursor: url('images/zoom.cur'), pointer;
}
.thumbnail img, .thumbnail_2 img {
	cursor: url('images/zoom.cur'), pointer;
}
.clearboth {
	clear: both;
}
img.small_gallery {
	border: 1px solid #ABABAB;
	padding: 5px;
}
img.small_gallery:hover {
	border: 1px solid #000;
}
a.small_gallery img {
	border: 1px solid #ABABAB;
}
/* Style definitions for disclaimer */
.disclaimer {
	background: #FFD4D5;
	width: 540px;
	margin: 20px auto;
	text-align: center;
}
.disclaimer_top div {
	background: url('images/rounded_tl_02.png') no-repeat top left;
}
.disclaimer_top {
	background: url('images/rounded_tr_02.png') no-repeat top right;
}
.disclaimer_bottom div {
	background: url('images/rounded_bl_02.png') no-repeat bottom left;
}
.disclaimer_bottom {
	background: url('images/rounded_br_02.png') no-repeat bottom right;
}
.disclaimer_top div, .disclaimer_top, .disclaimer_bottom div, .disclaimer_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.disclaimer_content {
	margin: 0 auto;
	padding: 0 4px;
	text-align: center;
}
.disclaimer_content p {
	padding: 8px 0;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
/* Style definitions for extra cards listing */
.extra_cards {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.extra_cards li {
	margin-bottom: 12px;
}
/* Style definitions for news, comments and guestbook */
.news_head, .comment_head {
	margin: 0 8px;
	padding: 2px 0 2px 18px;
	width: 700px;
	height: 19px;
	text-align: justify;
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0pt;
}
.news_head {
	border-bottom: none;
}
.news_head {
	background: url('icons_/news.png') no-repeat left center;
}
.comment_head {
	background: url('icons_/author.png') no-repeat left center;
}
.comment_head span {
	font-size: 90%;
}
.news_body, .comment_body {
	margin: 0 auto;
	width: 700px;
}
.news_body_right {
	margin: 0;
	float: right;
	width: 120px;
	border-left: 1px solid #ABABAB;
}
.comment_body_right {
	margin: 0;
	float: right;
	width: 620px;
}
.news_body_left {
	margin: 0;
	width: 570px;
}
.comment_body_left {
	margin: 0;
	width: 70px;
	border-right: 1px solid #ABABAB;
}
.news_body_right .date, .comment_body_left .date {
	margin: 8px auto;
	width: 50px;
	color: #0E97D7;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 110%;
	background: #8BC5EB url('images/gradient_button.gif') repeat-x bottom;
	border: 1px solid #0E97D7;
}
.news_body_right .date:hover, .comment_body_left .date:hover {
	color: #000;
	border: 1px solid #000;
}
.news_body .team {
	list-style-type: none;
}
.team .email {
	padding: 2px 0 2px 18px;
	background: url('icons_/email.png') no-repeat left center;
}
.team .rank {
	padding: 2px 0 2px 18px;
	background: url('icons_/rank.png') no-repeat left center;
}
.news_foot {
	margin: 0 auto;
	padding: 8px 0;
	width: 400px;
	height: 30px;
	text-align: center;
}
.news_foot ul {
	margin: 0 auto;
	padding: 0;
	width: 400px;
	height: 30px;
	list-style-type: none;
	text-align: center;
	background: url('images/rounded_02.png') no-repeat top center;
}
.news_foot ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 8px 4px;
	text-align: center;
}
.news_foot ul li a {
	margin: 0 2px;
	padding: 2px 0 2px 18px;
	text-align: justify;
	color: #ABABAB;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}
.news_foot ul li a:visited {
	color: #ABABAB;
	font-weight: normal;
}
.news_foot ul li a:hover, .news_foot ul li a:active {
	color: #ABABAB;
	text-decoration: underline;
	font-weight: normal;
}
.news_foot ul li.author {
	width: 150px;
}
.news_foot ul li.author a {
	background: url('icons_/author.png') no-repeat;
}
.news_foot ul li.feed a {
	background: url('icons_/feed.png') no-repeat;
}
.news_foot ul li.comment a {
	background: url('icons_/comment.png') no-repeat;
}
.news_foot ul li.blank {
	margin: 0 10px;
	color: #ABABAB;
	font-size: 90%;
}
/* Style definitions for online galleries area */
.g_online {
	margin: 0 auto;
	width: 640px;
}
ul.g_online_list {
	margin: 0px;
	padding: 10px 0px;
	border: 0px none;
	list-style-type: none;
	list-style-image: url('icons_/bullet.png');
}
ul.g_online_list li {
	border-bottom: 1px dotted #000;
}
ul.g_online_list li strong {
	font-variant: small-caps;
	font-size: 120%;
	font-family: Georgia, serif;
}
.no-space {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
