/* CSS Document */

div#box{
width:580px;
}

div#reserve{
background-color:#cc0000;
margin:0 0 12px 0;
}

div#reserve p{
margin:0;
padding:6px;
font-size:18px;
font-weight:bold;
color:white;
}

div#summary{
width:580px;
background-color:#000000;
}


div#summary h2{
margin:0;
padding:0;
text-indent:-9999px;
background-image:url(images/h2_title.jpg);
height:344px;
border:1px solid black;
}

div#summary p{
margin:0;
padding:1em;
background-repeat:no-repeat;
font-size:12px;
line-height:20px;
color:#fff;
text-align:left;
}


/*---------------buy---------------*/


#buy{
clear:both;
margin:1em 0;
padding:0;
width:580px;
}

#buy h3{
margin:0;
text-indent:-9999px;
background-image:url(images/buy_p.gif);
height:26px;
}

#buy span{
padding:12px;
width:580px;
height:60px;
text-align:left;
border:1px solid black;
}

#buy a{
margin:0 2em 0 0;
float:left;
display:block;
width:300px;
height:60px;
}

a.buy{
background-image:url(images/buy.gif);
background-repeat:no-repeat;
}

a:hover.buy{
background-position:0px -60px;
}

#buy p{
margin:0;
padding:1em 0;
font-size:18px;
font-weight:bold;
color:#4d4d4d;
}


div#title1{
width:600px;
margin:0;
}

div#title1 h3{
margin:0;
text-indent:-9999px;
}

div#title1bg{
width:600px;
height:259px;
margin:0;
font-size:14px;
background-image:url(images/title1_bg.jpg);
background-position:left top;
background-repeat:no-repeat;
}

div#title1bg p{
width:390px;
margin:0;
font-size:12px;
line-height:150%;
color:#4d4d4d;
text-align:left;
float:right;
}

div#title1 p{
font-size:12px;
line-height:150%;
color:#4d4d4d;
text-align:left;
}

#image img{
margin:10px;
}


