#box{
	text-align:center;
	border:1px dotted #626262;
	width:700px;
	margin: 0px auto;
	padding-top: 10px;
    font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
	font-size:11px;
	color:#6E6E6E;
}

.listBig {
	float:left;
	width:200px;
}

.listMedium {
	float:left;
	width:105px;
}

.listSmall {
	float:left;
	width:30px;
}

.listNumber {
	float:left;
	width:95px;
	text-align:center;
}

.listPrice {
	float:left;
	width:50px;
	margin: 0px auto;
	text-align:right;
}

.editProd {
  border:1px solid #6E6E6E;
  padding:1px;
  margin-top:1px;
  width: 300px;
  font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
}

.editProdLabel {
  float:left;
  padding:1px;
  margin-top:1px;
  width: 85px;
  font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.alert-ok {
	background: #e6ebc2 url(../images/icon-ok.gif) 10px center no-repeat;
	border: 1px solid #8da330;
	padding: 10px 10px 10px 45px;
}
.alert-wrong {
	background: #eddbd5 url(../images/icon-wrong.gif) 10px center no-repeat;
	display: block;
	border: 1px solid #c05843;
	padding: 10px 10px 10px 45px;
}
.alert-tip {
	background: #f3ebd4 url(../images/icon-alert.gif) 10px center no-repeat;
	display: block;
	border: 1px solid #dc9b58;
	padding: 10px 10px 10px 45px;
	width: 75%;
}

hr.membersPage {
    border: none 0;
	border-top: 3px double #c00;
	width: 80%;
	height: 3px;
	margin: 10px auto 0 0;
	text-align: left;
	}


input.searchButton {
   font-size:14px;
   font-family:Arial,sans-serif;
   background-color:#0066CC;
   border-style:double;
   border-color:#FFFFFF;
   color:#FFFFFF;
}
