body {
	margin: 0 auto;
  padding: 0;
	background:#51B848 url(/images/bg01.gif) no-repeat top center;
  text-align: center;
}

body, td, input, select, textarea, span, div {
	font-family: verdana;
  font-size: 11px;
  color: #333;
}

input, select, textarea{
	border-width:1px;
}

#container {
	min-width:770px;
	width:70%;
	margin:0 auto;
	margin-top: 5%;
}

#container #main{
	width:100%;
	padding: 0 0 0 0;
}

.defw {
	width:770px;
	height: 0px;
}


#menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

#menu ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table-row;
	list-style-type :none;
	white-space: nowrap;
}

#menu ul li{
  margin: 0;
	display : table-cell;
	background: url( /images/mn_l.png ) no-repeat left 0;
}

#menu ul li.activ {
	background: url( /images/mn_l_a.png ) no-repeat left 0;
}

#menu p {
  margin: 0;
  padding: 0 0 0 0;
  position: relative;
	background: url( /images/mn_r.png ) no-repeat right 0;
}

#menu p.activ {
	background: url( /images/mn_r_a.png ) no-repeat right 0;
}


#menu a {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 30px;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	display: block;
	background: #54B74A url( /images/mn.png );
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu a.activ {
	background: #1B933C url( /images/mn_a.png );
}

#content {
	width:100%;
	background: #fff url( /images/wh_l.gif ) repeat-y left top;
}

#contentbody {
	position:relative;
	width:100%;
	text-align: center;
	vertical-align: top;
	background: url( /images/wh_r.gif ) repeat-y right top;
  font-family: verdana, tahoma, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
    clear: both;
    display: inline-block;
}

#footer {
	width:100%;
	padding: 0px;
}

#footer ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type :none;
}

#footer ul li{
  margin: 0;
  padding: 0 10px 0 10px;
	background: url( /images/wh_rb.gif ) no-repeat right top;
}

#footer p{
	display: block;
  margin: 0;
  padding: 0 0 0 0;
	background: url( /images/wh_b.gif );
}


#login{
	width:32%;
	float:left;
	text-align: left;
}

#logo{
	width:35%;
	min-width: 280px;
	padding: 30px 0 25px 0;
	float:left;
}

#logo img{
	width: 280px;
	height: 220px;
	border: none;
}

#basket{
	width:30%;
  padding: 0;
	float:right;
}

#basket div {
	padding: 25px 10px 0 0;
}

#basket p {
  margin: 0;
  padding: 0;
	width: 150px;
	height: 29px;
	background: #F1F8EE url( /images/basket_l.gif ) no-repeat left 0;
	line-height: 29px;
	float: right;
}

#basket span {
	width: 150px;
	height: 29px;
	display: block;
  font-size: 11px;
	font-weight: bold;
  color: #000;
	background: url( /images/basket_r.gif ) no-repeat right 0;
}

#basket a {
  padding: 0 0 0 15px;
  color: #000;
}

#basket a:hover {
  color: #000;
}

#points {
    margin: 0;
    padding: 0;
    
}

#points del.points {
    clear: both;
    text-decoration: none;
    display: inline-block;
}


#points ul {
	margin: 0;
	padding: 0;
	display: table;
	list-style-type :none;
	white-space: nowrap;
}

#points ul li {
    margin: 4px .3em 0 0;
    padding-right: 3px;
    display: table-cell;
    float: left;
}
#points ul li.points {
    margin-top: 0;
    padding-right: 13px;
}
#points ul li.points div {
    margin: 0 1px;
    padding: 0;
    border-top: solid 1px #4DB848;
    border-bottom: solid 1px #4DB848;
}
#points ul li.points div p {
    margin: 0 -1px;
    padding: 3px;
    font-weight: bold;
    font-size: 12px;
    border-left: solid 1px #4DB848;
    border-right: solid 1px #4DB848;
		color: #4DB848;
}

.num {
	padding:3px;
	background-color:#4DB848;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

.form ul {
  margin: 0;
  padding: 0;
  list-style-type :none;
  white-space: nowrap;
	clear: both;
}

.form ul li {
  margin: 0 10px 8px 0;
  padding: 0;
	line-height: 19px;
	text-align: left;
  float: left;
}

.form ul li div {
  margin: 0;
	height: 19px;
	line-height: 17px;
  padding: 0 3px 0 0;
  background: url( /images/inp_r.gif ) no-repeat right 0;
  float: left;
}

.form ul li div p {
  margin: 0;
	height: 19px;
	line-height: 17px;
  padding: 0 0 0 3px;
  background: url( /images/inp_l.gif ) no-repeat left 0;
  float: left;
}

.form ul li div p input {
  margin: 0;
  padding: 2px 0 0 0;
	height: 19px;
	line-height: 15px;
  border: none;
  background: url( /images/inp_bg.gif );
  float: left;
}

.enter{
	width: 25px;
	height: 19px;
  background: #4DB848 url( /images/gn_25.gif );
	border: none;
	color: #fff;
  font-family: verdana, tahoma, sans-serif;
  font-size: 13px;
	font-weight: bold;
  padding: 1px 0 2px 0;
}

.exit{
	width: 60px;
	height: 19px;
	vertical-align: middle;
  background: #4DB848 url( /images/gn_60.gif );
	border: none;
	color: #fff;
  font-family: verdana, tahoma, sans-serif;
  font-size: 11px;
  padding: 1px 0 3px 0;
}

br{
	clear: both;
}


a{
  color: #ED1C24;
	text-decoration: underline;
}

a:hover{
  color: #ED1C24;
	text-decoration: none;
}

.red{
  color: #ED1C24;
}

.lgreen{
  color: #4DB848;
}

h1{
	font-family: verdana;
  font-size: 20px;
	line-height: 1.3em;
	font-weight: normal;
  color: #ED1B24;
	margin: 0;	
}

h2{
	font-family: verdana;
  font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
  color: #ED1B24;
}

