@import "/c/layout.css";
@import "/c/menu.css";
@import "/c/form.css";

body {
font-family:verdana, arial, sans-serif;
font-size:100%;
line-height:1.125em; /* 16x1.125=18px */
color:#000;
}

h1, h2, h3 {
color:#fff;
font-weight:bold;
font-family:tahoma;
letter-spacing:.01em;
}

h1 {
margin:-.25em -.25em 0 -.25em;
padding:0 .25em;
background:#DD0799; /*transparent url(/i/bg-grad1.png) 0 0 repeat-y;*/
font-size:1.375em; /* 16x1.375=22px */
line-height:1.375em;
/*border:1px solid #9F0570;*/
-moz-border-radius:6px;
-webkit-border-radius:6px;
-khtml-border-radius:6px;
border-radius:6px;
}

h2, h3 {
font-size:1.125em;	/* 16 x 1.125 = 18px */
line-height:1.125em; /* 16 x 1.125 = 18px */
margin:1em 0; /* 18x1=18px */
color:#1F077F;
}

p {
font-size: 0.875em; /* 16x0.875=14px */
margin: 1.286em 0; /* 14x1.286=18px */
}

.look1 {
clear:both;
font-size:.9375em; /* 16 x 0.9375 = 15px */
margin:1.286em 0;
padding:.643em 60px;
line-height:1.4em;
color:#1F077F;
/*background:transparent url(/i/bg-scrappaper-01.png) 100% 0 repeat-y;*/
background:transparent url(/i/bg-item-star-tl.png) 0 0 no-repeat;
font-weight:bold;
}

.look1 p {
font-size:1em;
}

div.lineup {
clear:left;
float: left;
width: 654px;
display: block;
position: relative;
margin:0 0 .643em 0;
padding:1.286em 50px 7px 10px;
/*background:transparent url(/i/bg-scrappaper-01.png) 100% 0 repeat-y;*/
background:transparent url(/i/bg-item-star.png) 100% 0 no-repeat;
}
div.lineup div {
position: relative;
float: left;
left:100%;
}
div.lineup .lineup-img {
margin-left:-100%;
width:180px;
}
div.lineup img {
padding:4px;
border:1px solid #7F7F7F;
background:#fff;
}
div.lineup .lineup-text {
margin-left:-450px;
width:420px;
padding:.643em 0;
}
div.lineup h2 {
margin-top:0;
}


blockquote {
margin:1.2em 0 1.2em 2.4em; /* 15x1.2em=18px */
padding:0 1.2em;
background:url(/i/blockquote.png) 8px 12px no-repeat;
border:1px solid #649A20;
text-indent:1.2em;
}
blockquote p {
line-height:1.4em;
color:#649A20;
font-weight:bold;
font-style:italic;
}
blockquote p.cite {
/*color:#9F137F;*/
color:#CC0099;
font-style:normal;
font-weight:normal;
text-indent:0;
text-align:right;
}

ul, ol, dl {
font-size: 0.875em; /* 16x0.875=14px */
margin:1.286em 0 1.286em 2.572em;
}

li {
margin:0.643em 0; /* 14x1.286 = 18px */
}

dl {
margin-left:0;
font-size:.75em; /* 16x.75 = 12px */
}

dt {
font-weight:bold;
}

ul ul, ul p, ol p, dl p {
font-size:1em;
}

strong.highlight {
color:#CC0099;
}

/*
a:link {
color:#649a20;
}
a:visited {
color:#97AF78;
}
a:hover {
color:#CE1283;
}
a:active {
color:#FF6FC9;
}
*/

/* Tables
*/

table {
width:100%;
margin:.643em 0;
border-collapse:collapse;
border-color:#aaa;
}

caption {
margin-bottom:.25em;
font-size:.75em;
font-weight:bold;
}

th, td {
margin:1px;
padding:.5em;
font-size:.75em; /* 16x.75 = 12px */
}

thead tr {
background:#EFECD1;
}

thead span {
display:block;
font-weight:normal;
}

tbody th {
text-align:left;
font-weight:bold;
}

tr {
background:#EFFFF0;
}

tr.z {
background:#EFEAB3;
}

tr .na {
background:#8F8374;
}

td[colspan] {
text-align:center;
}
