html,body{
position: relative;
background:#0099cc url(images/bg.gif) repeat-x;
text-align:center;
font-size:0.9em;
font-family: Arial,Helvetica,sans-serif;
}
img{
border:0;
}
#main{
margin:auto;
width:914px;
text-align:left;
}
#header{
background-image:url(images/design_02.gif);
background-position: 0 118px;
padding-left:103px;
width:811px;
height:118px;
}
#header:hover{
background-image:url(images/design_02.gif);
background-position: 0 0;
}
#slogan{
background-image:url(images/design_06.gif);
height:25px;
}
#center{
background:#66ff00 url(images/design_07.gif) no-repeat;
padding:10px 10px 0 10px;
}
#menu{
float:left;
width:124px;
}
#content{
margin-left:130px;
background:#ccff99;
padding:5px;
min-height:390px;
}
#footer{
background-image:url(images/design_09.gif);
height:11px;
clear: both;
}
ul a{
color: blue;
font-weight:bold;
text-decoration:none;
}
ul a:hover{
color: red;
background-color:yellow;
}
ul{
margin:7px 0 20px 10px;
padding-left:0;
}
a{
color: #ff3300;
font-weight:bold;
text-decoration:none;
}
a:hover{
color: blue;
}
.ft{
text-align:center;
}
.ft a{
color:#000;
font-weight:normal;
}
h1{
font-size:1.3em;
}
.error{
height:20px;
padding: 10px 5px 5px 50px;
margin: 0 100px;
border: 2px solid #FF0000;
background: #FF9999 url(images/error.png) no-repeat;
background-position:10px 0;
color: #000;
font-weight:bold;
}
.info{
height:20px;
padding: 0 5px 15px 50px;
margin: 0 100px;
border: 2px solid #0000cc;
background: #66ccff url(images/good.png) no-repeat;
background-position:10px 0;
color: #000;
font-weight:bold;
}
.good{
height:20px;
padding: 10px 5px 5px 50px;
margin: 0 100px;
border: 2px solid #00FF00;
background: #99FF99 url(images/good.png) no-repeat;
background-position:10px 0;
color: #000;
font-weight:bold;
}
.hide{
display: none;
}
.tr1{
float: left;
margin-left: 20px;
width: 50%;
border-bottom: 1px black solid;
}
.tr2{
float: left;
margin-left: 20px;
width: 40%;
height: 40px;
}
.spacer{
clear: both;
}
.rea{
position:relative;
width:99%;
float:left;
padding:10px 10px 10px 0;
background-color:orange;
margin-bottom:10px;
}
.pic{
float:left;
margin:0 10px 0 10px;
}
.red{
color:red;
font-weight:bold;
}
.rea-t{
color:blue;
font-weight:bold;
}
.rea-d{
font-style:italic;
}
.buy{
font-size:2em;
color:#990099;
background:#999;
padding:2px;
border:#FFF 2px solid;
}
.price{
position:absolute;
right:15px;
bottom:20px;
color:green;
font-weight:bold;
}