html, body, div, span, td, th, p, h1, h2, h3, h4, h5, h6, dl, dd, label, img, object, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body, h6, input, select, textarea, button {
  font-size: 14px;
}

html {
    margin-bottom: 0.01em;
    height: 100%;
}

body {
    padding-bottom: 30px;
    background: #FFFFFF;
    font-family: comic sans ms,Arial,Helvetica,FreeSans,sans-serif;
    color: #620360;
}

a:link, a:visited, a:active {
  color: #620360;
  text-decoration: none;
}

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

#header {
  width: 960px;
  margin: 10px auto;
  text-align: center;
  position:relative;
}

#header a {
  color: #959595;
  font-size: 12px;
}

#container {
  width: 960px;
  margin: 0 auto;
  background: url(../image/bg.jpg);
}

#left {
  vertical-align:top;
  padding: 0 10px 61px 10px;
  background: url(../image/left_bottom.jpg) no-repeat 0 100%;
  width: 271px;
}

#left h3 {
  text-align: center;
  margin: 27px 0 24px 0;
  padding: 0 0 12px 0;
  font-size: 20px;
  color: #620360;
  font-weight: normal;
  border-bottom: 1px solid #620360;
}

#left.luca {
  padding-top: 23px;
  text-align: center;
  color: #620360;
  font-size: 18px;
  
}

#right {
  vertical-align:top;
  text-align: right;
  padding: 0 0 61px 0;
  background: url(../image/right_bottom.jpg) no-repeat 0 100%;
  width: 180px;
}

#right img {
  margin: 0 0 16px 0;
}

#right a {
  display: block;
}

#right .links {
  text-align:center;
  font-size:13px;
  line-height:200%;
}

#right .links a {
  display:inline;
}

#bottom {
  vertical-align:top;
  padding: 0 0 61px 0;
  background: url(../image/center_bottom.jpg) no-repeat 0 100%;
  width: 489px;
  height: 142px;
}

#bottom img {
  float: left;
  margin: 0;
}

#center {
  vertical-align:top;
  font-size: 16px;
  padding: 0 20px 10px 20px;
}

#center h1 {
  margin: 25px 0 30px 0;
  color: #620360;
  font-weight:normal;
  font-size: 20px;
}

#center .news{
  margin: 0 0 59px 0;
}

#center .news a {
  color: #620360;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}

#center .product_lsit h2 {
  color: #620360;
  font-size: 16px;
  font-weight: normal;
}

#center .product_lsit .pic {
  width: 100px;

}

#center .product_lsit td {
  padding: 17px 0;
  vertical-align:top;
  border-bottom: 1px solid #620360;
}

#center .product_lsit .desc {
  padding-left: 10px;
  color: #989793;
}

#center .product_lsit .desc img {
  margin: 10px 0 0 0;
}

.product .prodpic {
  float: left;
  margin: 0 10px 0 0;
}

.product {

}

.product .addcart {
  margin: 10px 0 0 0;
}

#left .product_lsit {
  width: 100%;
  font-size: 13px;
  color: #620360;
}

#left .product_lsit td{
  vertical-align:top;
}

#left .product_lsit .pic{
  width: 40px;
  padding: 10px 10px 0 0;
}

#left .product_lsit .pic img {
  width: 40px;
}

#left .product_lsit .name {
  padding-top: 10px;
}

#left .product_lsit .desc td {
  border-bottom: 1px solid #620360;
  padding-bottom: 10px;
}

#left .product_lsit input {
  width: 28px;
  height: 16px;
  outline:none;
  padding:0;
  margin:0;
  background:#F8EED5;
  border: 1px solid #A6727E;
  font-size: 11px;
  text-align: right;
}


#left .product_lsit .last td {
  border: none;
}

#left .product_lsit .sum td {
  border-bottom: 1px solid #620360;
  border-top: 1px solid #620360;
  padding: 10px 0;
}

#left .product_lsit .buttons td {
  padding: 13px 0 0 0;
}

.formtable {
  width: 100%;
  font-size: 15px;
}

.formtable td {
  width: 50%;
  padding: 5px;
}

.formtable td.label {
  text-align:right;
}

.formtable input, .formtable select {
  background: #F8EED5;
  border:1px solid #A6727E;
  width: 100%;
  font-size: 14px;
}

.formtable input[type="submit"], .formtable input[type="button"] {
  width: auto;
  color: #620360;
  background:#F1DBAC;
  border: 1px solid #E9CF85;
  cursor:pointer;
}

.formtable input[type="checkbox"] {
  width: auto;
}

.formtable span {
  color: #FF0000;
}

.errors {
  color: #FF0000;
  border: 5px solid #FF0000;
  margin: 20px 0 0 0;
}
.errors img {
  float: left;
  margin: 0 15px 0 0;
}
.errors legend {
  font-weight: bold;
}

.steps {
  width: 100%;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #620360;
}

.steps td {
  width: 33%;
  text-align: center;
  vertical-align:bottom;
  padding: 0 0 10px 0;
  color: #989793;
}

.steps td a {
  color: #989793;
  text-decoration: none;
}

.steps td span {
  font-size: 20px;
  font-weight: bold;
}

.steps td.active a{

  color: #620360;
}

.steps td.active span {
  font-size: 25px;
}

#center .cartlist {
  width: 100%;
}

#center .cartlist th {
  background: #F1DDAA;
  text-align:center;
  font-weight:bold;
  color: #620360;
  padding: 5px 0;
}

#center .cartlist td {
  border-top: 1px solid #620360;
  padding: 5px;
}

#center .cartlist td img {
  width: 50px;
}

#center .cartlist td.price {
  text-align: right;
}

#center .cartlist .sum td {
  color: #620360;
  font-weight: bold;
  border-top: 2px solid #620360;
  border-bottom: 2px solid #620360;
  padding: 10px 0;
  font-size: 15px;
}

#center .fs {
  border: 1px solid #620360;
  margin: 10px 0;
}

#center .fs legend {
  color: #620360;
}

textarea {
  background: #F8EED5;
  border:1px solid #A6727E;
  width: 100%;
  font-size: 13px;
}

a.right_menu {
  font-size: 13px;
  display:block;
  margin: 0 0 16px 0;
  float: right;
  width: 170px;
  text-align:center;
  height: 30px;
  background: url(../image/right_menu_bg.jpg) no-repeat;
  padding: 10px 0 0 0;
  text-decoration:none;
}
