.error {
  color:#AA0000;
  font-weight:bold;
}


.button {
  text-align: center;
  font-size: 11px;
  background-color: #ad0d27;
  border-bottom: solid 2px #36392e;
  border-right: solid 2px #36392e;
  padding: 1px;
  width: 130px;
  margin-right: 10px;
  float: left;
}

.button a, .button a:link, .button a:visited {
  color: #ffffff;
}

.button a:hover {
  color: #d3d3d3;
}

.image {
	width: 70px;
}

.product {
	width: 180px;
}

.product_image_container {
	width: 390px;
	background-image: url(/img/img_empty.gif);
	background-position: 0 10;
	background-repeat: no-repeat;
}

#header_bg_container {
  position: absolute;
  top: 0px;
  left: 96px;
  width: 778px;
  height: 100px;
  background-color: #FFFFFF;
}

.header_bg {
  background-repeat: repeat-y;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 770px;
  height: 100px;
}

.shop_logo {
  position: absolute;
  left: 27px;
  top: 1px;
}

.shop_list {
	color: #999999;
}

.shop_list img {
	margin-right: 5px;
	border: 0px;
}

.order {
	width: 60px;
	float: left;
	display: block
}

.product_list_container {
  position: absolute;
  top: 0px;
  left: 1px;
  width: 771px;
  height: 476px;
  padding-left: 0px;
  padding-right: 5px;
  background-image: url(/img/container_bg.gif);
  background-repeat: repeat-x;
  background-position: 0px 345px;
  overflow: hidden;
}

.product_list {
  position: relative;
  top: 0px;
  left: 0px;
  height: 300px;
  width: 900px;
  overflow: hidden;
}

.product_list_border_left, .product_list_border_right, .product_list_border_bottom {
  background-color: white;
  position: absolute;
  height: 476px;
  width: 6px;
  z-index: 100;
}

.product_list_border_left, .product_list_border_bottom {
  left: 0px;
}

.product_list_border_right {
  right: 0px;
}

.product_list_border_bottom {
  bottom: 0px;
  width: 773px;
  height: 6px;
}

.product_item {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 150px;
  height: 300px;
  padding-left: 5px;
}

.slider {
  width: 762px;
  height: 17px;
  margin-top: 10px;
  margin-left: 5px;
  padding: 1px;
  position: relative;
  background-color: #d3d3d3;
}

.handle {
  position: absolute;
  cursor: move;
  height: 17px;
  width: 181px;
  top: 1;
  background-color: #AC0D26;
  z-index: 100;
}

.product_item .product_name {
  position: relative;
  top: 5px;
  font-weight: bold;
}

.product_item .product_price {
  position: absolute;
  bottom: 22px;
}

.product_description {
  padding-bottom: 30px;
}

#text .product_price {
  color: black;
  font-size: 14px;
  line-height: 14px;
}

#basket {
  position: absolute;
  top: 62px;
  left: 630px;
  width: 210px;
  height: 35px;
  text-align: right;
  z-index: 10000;
}

#basket img {
  position: relative;
  top: 11px;
}

#basket a {
  text-decoration: none;	
}

table.fieldlist tr td {
padding-top:2px;
padding-bottom:2px;
empty-cells: show;
}

td.content {
padding:20px 30px 10px 30px;
}


table.datalist,
table.infolist {
  display: table;
  empty-cells: show;
  table-layout: fixed;
  border-collapse: collapse;
}

table.datalist thead tr td,
table.datalist tbody tr td,
table.infolist thead tr td,
table.infolist tbody tr td  {
  padding:2px 0px 2px 0px;
}

table.datalist thead tr td {
  font-weight:bold;
  border-bottom:1px solid #999999;
}

table.datalist tbody tr td {
  border-bottom:1px solid #999999;
}


table.infolist thead tr td {
  font-weight:bold;
  padding-right:5px;
}

table.infolist tbody tr td {
  padding-right:15px;
}


table.datalist tr td.quantity {width: 80px; vertical-align:top;}
table.datalist tr td.product {vertical-align:top;}
table.datalist tr td.price {width: 120px; text-align:right; vertical-align:top;}
table.datalist tr td.size {width: 160px; text-align:left; vertical-align:top;}
table.datalist tr td.color {width: 100px; text-align:center;vertical-align:top;}
table.datalist tr td.basket {width:150px; text-align:right;vertical-align:top;}
table.datalist tr td.state {width: 80px;vertical-align:top;}
table.datalist tr td.action {width: 40px;vertical-align:top;}

table.infolist tr td.type {width:150px;}

table.fieldlist tr td.desc {width:150px;}
table.fieldlist tr td.spacer {height:15px;}

