﻿html,body {
width:100%;
margin:0;
padding:0;
background-color:#fff; 
}

body {
letter-spacing:normal;
font-size:11px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight:400;
color:#000;
line-height:140%;
}

.Container {
width:900px;
height:100%;
text-align:left;
margin:0 auto;
background-color:#fff;
padding-bottom:10px;
}

img {
border:none;
}

a:link,a:visited {
text-decoration:none;
color:#03f;
}

a:hover {
text-decoration:underline;
}

.Header {
position:relative;
width:900px;
height:120px;
text-align:center;
}

.Content {
position:relative;
float:left;
width:100%;
height:inherit;
z-index:3;
}

.FooterMenu {
position:relative;
text-align:center;
width:900px;
}


.Waiting {
position:absolute;
left:300px;
top:5px;
color:#404040;
}

/* Input */

.lineEdit {
position:relative;
float:left;
clear:left;
width:100%;
margin-bottom:5px;
}

.labelEdit {
position:relative;
float:left;
clear:left;
width:120px;
padding-right:10px;
text-align:right;
}

.ShowButtons
{
text-align:center;
}
.Show1Img
{
position:relative;
width:640px;
height:480px;
text-align: center;
margin:0 auto;
}
.Show2Img
{
position:relative;
width:640px;
border: 1px solid #C0C0C0;
text-align: center;
padding:5px;
margin:0 auto;
height:535px;
}
.ShowData
{
position:relative;
width:640px;
margin:0 auto;
padding:20px 5px 20px 5px;
}
.ShowHeading
{
float:left;
font-weight:bold;
padding-bottom:20px;
}
.ShowPrice
{
float:right;
padding-bottom:20px;
}
.SoldImage
{
position:absolute;
left:5px;
top:5px;
}

