@import "yreset.css";
body {
 font:0.75em/1.5 'Lucida Grande',sans-serif;
 text-align:left;
}

#main {
 padding:20px 0 20px 0;
 width:900px;
 margin:0 auto;
 text-align:left;
}

#header {
 text-align:left;
 padding:10px;
 background:#f0f0f0;
}

#footer {
 border-top:5px solid #444;
 background:#f0f0f0;
 padding:10px;
 margin-top:30px;
}

#name {
float:left;
}

#name span {
 font-size:28px;
 font-weight:700;
}

#buy {
float:right;
}

#links {
 padding:5px;
 background:#191919;
 border-top:2px solid #666;
 border-bottom:2px solid #666;
}

#content {
 padding:10px;
}

.home-ad {
 float:left;
 width:430px;
 padding:10px 10px 10px 0;
}

.home-ad ul li {
 background:transparent url(../img/tick.png) left no-repeat;
 padding-left:20px;
 height:18px;
 margin:3px 0 3px 0;
}

#network img {
 border:0;
 height:30px;
 margin:0 20px 0 0;
}

.note {
 font-size:10px;
 color:#444;
}

#chart {
 float:right;width:450px;
}

#chart div {
 padding:10px;border:1px solid #ccc;text-align:center;margin-bottom:30px;
}

#chart div span {
 font-weight:700;font-size:16px;
}

#order div.order_box { height:200px;padding:0 0 20px 0; }
#order div.order_box fieldset { width:400px;height:100% }

#nav {
 text-align:right;
 width:100%;
 margin-top:7px;
}
#nav_left, #nav_right {
 background:url(../img/shadow.png) no-repeat;
 height:6px;
 float:right;
}
#nav_left {
 width:10px;
 background-position:bottom left;
}
#nav_right {
 width:90%;
 background-position:bottom right;
}

a:link, a:visited {
color:#222;
text-decoration:underline;
}

a:active, a:hover {
color:#0078FF;
text-decoration:none;
}

hr {
 border:0;
 border-bottom:1px solid #f0f0f0;
 height:2px;
 background:#d0d0d0;
 color:#d0d0d0;
}

h1,h2,h3,h4,h5,h6 {
margin:0;margin-top:10px;margin-bottom:10px;
font-weight:700;
}
h1 { font-size:24px;color:#888; }
h2 { font-size:22px;color:#CF1717; /*#999;*/ }
h3 { font-size:20px;color:#aaa; }
h4 { font-size:18px;color:#bbb; }
h5 { font-size:16px;color:#ccc; }
h6 { font-size:14px;color:#ddd; }

input, select, textarea {
font-size:14px;
line-height:20px;
background:url(../img/forms.gif) no-repeat top left;
color:#0078FF;
border:1px solid #ddd;
padding:3px;
}

form fieldset { padding:10px;border:1px solid #ccc; }
form fieldset legend {font-size:150%;font-weight:normal;color:#000000;margin:0;padding:0 5px;}
form table td {
 padding:4px;
}

table td {
 padding:4px;
 border:1px solid #fff;
}
tr.title {
 background:#c0c0c0;
 font-weight:700;
}
tr.record:hover {
 background:#f0f0f0;
}
