body {
	font: 13px Centaur;
}

.wrapper {
  width: 100%;
  min-width: 700px;
}

.header-yellow , table.box th, .column-header {
	background-color:#80D8D0;
	border: 1px solid #80D8D0;
	color: #000000;
	font-weight: normal;
	padding: 4px;
	text-align: center;
	font-size: 13px;
	font-family: Centaur;
}
.header-yellow {
  background-color: #80D8D0;
  color: #000000;
}

#introduction {
  margin-bottom: 20px;
}

.column-left { float: left; position: relative;width: 332px; z-index: 1 }
.column-center { float: left; text-align: center; width: 151px;z-index: 1;padding:18px }
.column-right { float: right; position: relative; width: 344px; z-index: 998 }

.shoe-options { width: 332px; border: 2px solid #dedede; margin-top: 10px}
.shoe-options .option {width:164px;float:left}
.shoe-options .option .option-header {font:11px Centaur;font-weight: normal;text-align:center;padding: 8px 0 8px 0;width:166px}
.shoe-options .option .option-col {
	width: 54px;
	font: 10px Centaur;
	float:left;
	text-align:center;
	padding-bottom: 8px
}
.gray-border-right {border-right: 2px solid #80D8D}
table.box, table.box th, table.box td {
  border-style: solid;
  border-color: #9e9e9e;
}

table.box {
  margin: 0 auto;
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
}

table.box th, table.box td {
  margin: 0;
  padding: 4px;
  border-width: 1px 1px 0 0;
  height:32px;
  text-align: left;
}

table.box th {
  text-align: center;
}

table.box td {
  font-size: 10px;
}

.clear {
  clear: both;
}

.popits-gallery {
  width: 344px;
  height: 435px;
  overflow-y: scroll;
  border-bottom: 2px solid #dedede;
}

.popits-gallery .popit {
  float: left;
  border: 2px solid #dedede;
  border-right: 0;
  border-top:0;
  z-index:999;
}

.popit-dragged {
  border: 0;
  width: 60px;
}

.popit-tiny {
  border: 0;
  width: 24px;
}

.popit-over { background-color: #ffff00}

.shoe-container {
  width: 332px;
  height: 332px;
}
.shoe  {
  width:166px;
  height:332px;
  z-index:1;
  position: relative;
}

#shoe-left {
  float: left;
}

#shoe-right {
  float: right;
}
.popit-saved {
  z-index: 999;
  position: absolute;
}
#price {font-size: 18px;font-weight:bold}
#preview-window {display:none;position:absolute;z-index:1000;border:1px solid #666666;background-color:#fff}