body {
  background: url(../images/bg.png);
  font-family: 'Open Sans', Arial;
  font-size: 12px;
  margin: 0px;
}

.upload {
  position: absolute;
  bottom: 40px;
  right: 10px;
  color: #000;
  font-weight: bold;
  font-size: 13px;
}
.upload:hover {
  color: #bb0000;
}

.h30 { display: block; clear: both; height: 30px; width: 100%; }
.cl { clear: both; display: block; }
#loginCenter {
  width: 350px;
  margin: 15% auto;
}
#loginCenter .loginBox {
  background: #f0f0f0;
  border-radius: 10px;
  border: 1px solid #b1b1b1;
  box-shadow: 0px 0px 5px #b1b1b1;
}
#loginCenter .loginBox .loginTitle {
  background: #e0e0e0;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: 0px 5px 5px #d1d1d1;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff;
}
#loginCenter .loginBox .loginTitle span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#loginCenter .loginBox .loginBody {
  padding: 10px;
  text-shadow: 1px 1px 0px #fff;
}
#loginCenter .loginBox .loginBody .error {
  background: #ffaeae;
  padding: 10px;
  border: 1px solid #ff6969;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ff6969;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
#loginCenter .loginBox .loginBody .field {
  margin: 0px 0px 10px 0px;
}

#loginCenter .loginBox .loginBody input[type=text],
#loginCenter .loginBox .loginBody input[type=password] {
  width: 318px;
  background: #e1e1e1;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 0px 5px #d1d1d1;
  border-radius: 5px;
  padding: 5px;
  font-style: italic;
  color: #b0b0b0;
}
#loginCenter .loginBox .loginBody input[type=text]:hover,
#loginCenter .loginBox .loginBody input[type=password]:hover {
  box-shadow: 0px 0px 5px #b1b1b1;
}

#loginCenter .loginBox .loginBody input[type=submit],
#loginCenter .loginBox .loginBody input[type=reset] {
  width: 162px;
  background: #e1e1e1;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 0px 5px #d1d1d1;
  text-shadow: 1px 1px 0px #fff;
  border-radius: 5px;
  padding: 5px;
}
#loginCenter .loginBox .loginBody input[type=submit]:hover,
#loginCenter .loginBox .loginBody input[type=reset]:hover {
  box-shadow: 0px 0px 5px #b1b1b1;
  cursor: pointer;
}

#center {
  width: 900px;
  margin: 50px auto;
}

#center .pageBox {
  background: #f0f0f0;
  border-radius: 10px;
  border: 1px solid #b1b1b1;
  box-shadow: 0px 0px 5px #b1b1b1;
}
#center .pageBox .pageHeader {
  position: relative;
  background: #e0e0e0;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: 0px 5px 5px #d1d1d1;
  padding: 5px 5px 0px 5px;
  text-align: center;
  text-shadow: 1px 1px 0px #fff;
}
#center .pageBox .pageHeader h1 {
  font-size: 20px;
}
#center .pageBox .pageHeader h1 span {
  display: block;
  font-size: 14px;
}
#center .pageBox .pageHeader ul {
  width: 893px;
  height: 30px;
  list-style-type: none;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px -5px;
  background: #d1d1d1;
  border-top: 1px solid #c0c0c0;
}
#center .pageBox .pageHeader ul li {
  float: left;
  padding: 0 0 0 0;
  height: 30px;
  line-height: 30px;
}
#center .pageBox .pageHeader ul li ul {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 999;
  height: auto;
  list-style-type: none;
  padding: 5px 0px 0px 0px;
  margin: -2px 0px 0px 0px;
  border: 1px solid #c0c0c0;
  border-top: 0px;
  box-shadow: 0px 5px 5px #d1d1d1;
}
#center .pageBox .pageHeader ul li:hover ul {
  display: block;
  height: auto;
}
#center .pageBox .pageHeader ul li ul li {
  float: none;
  text-align: left;
  height: auto;
  padding: 5px 5px 5px 5px;
  line-height: normal;
}
#center .pageBox .pageHeader ul li ul li a {
  width: 188px;
  border: 0px;
  margin: 0px;
  padding: 5px 5px 5px 2px;
  line-height: normal;
}
#center .pageBox .pageHeader ul li ul li a:hover {
  width: 190px;
  border: 0px;
  margin: 0px;
}

#center .pageBox .pageHeader ul li.seperator {
  float: left;
  margin: 0px 1px 0px 1px;
}
#center .pageBox .pageHeader ul li a {
  padding: 2px 7px;
  text-decoration: none;
  color: #000;
  text-shadow: none;
  font-size: 13px;
  font-weight: normal;
}
#center .pageBox .pageHeader ul li a span {
  position: absolute;
  color: #fff;
  background: red;
  padding: 2px 3px 2px 3px;
  border-radius: 5px;
  font-size: 10px;
  margin: -12px 0px 0px -10px;
}
#center .pageBox .pageHeader ul li a:hover {
  border-bottom: 2px solid #b1b1b1;
  color: #529fff;
  text-shadow: 1px 1px 0px #e0e0e0;
}
#center .pageBox .pageHeader ul li a:hover span {
  text-shadow: none;
}

#center .pageBox .pageContent {
  padding: 10px;
}
#center .pageBox .pageContent h2 {
  padding: 0px;
  margin: 0px;
  text-shadow: 1px 1px 0px #fff;
}
#center .pageBox .pageContent .line {
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #fff;
  margin: 10px 0px 10px 0px;
}
#center .pageBox .pageContent .center {
  text-align: center;
}

.clear, .cl { clear: both; display: block; }
.fl { float: left; }
.fr { float: right; }
.center { text-align: center; }


.cats {
	background: #ddd;
	width: 100%;
	border: 1px solid #CD7771;
	margin: 10px 0 20px 0;
	padding: 5px 0;
}
.cats .img { position: relative; display: block; float: left; margin: 0 10px 0 0; width: 200px; text-align: center; }
.cats .img img { width: 150px; border: 1px solid #999; padding: 1px; }
.cats .img input { font-size: 12px; text-align: center; margin: 0 auto; }
.cats .catBox { position: relative; float: right; width: 660px; }

.cats .subcat { display: block; float: left; width: 320px; margin: 2px 5px; }
.cats .text { padding: 10px; color: #222; font-size: 12px; }

.textarea { width: 100%; max-width: 100% !important; }





.addCat { position: relative; padding: 10px; background: #fff; font-family: 'Open Sans'; }
.addCat h3 { position: relative; background: #555; color: #fff; display: block; font-size: 20px; line-height: normal; font-weight: bold; text-transform: uppercase; margin: 0 0 20px 0; height: 40px; line-height: 40px; padding: 0 10px 0 50px; }
.addCat .accordion { margin-top: -56px; margin-left: 10px; position: absolute; height: 30px; display: block; }
.addCat .accordion:hover { cursor: pointer; }
.addCat .content { position: relative; }
.addCat .addCatName { display: block; float: left; height: 30px; width: 180px; font-size: 12px; padding: 0 5px; }
.addCat .addCatImg { display: block; float: left; width: 120px; height: 30px; cursor: pointer; }
.addCatSubmit { border: 0 none; padding: 7px 30px; margin: 5px 0 0 0; background: #333; color: #fff; cursor: pointer; font-size: 14px; border-radius: 2px; }
.addCatSubmit:hover { background: #000; }
.addCat .pic { display: block; font-weight: bold; float: left; height: 30px; line-height: 30px; margin: 0 10px 0 30px; }
.addCat .desc { display: block; font-size: 14px; padding: 5px 0; }
.addCat select { display: block; float: left; background: #eee; border: 0 none; outline: 0 none; margin: 0 10px 10px 0; padding: 0 10px; height: 35px; cursor: pointer; }
.addCat select option { background: #F2EDD0; border: 0 none; outline: 0 none; padding: 5px; }
.addCat select option.disabled { background: #333; color: #fff; }


.editCat { display: inline; display: inline-block; position: relative; text-align: center; padding: 10px 0; }
.editCat select { display: inline-block; background: #fff; border: 0 none; outline: 0 none; margin: 0 10px 10px 0; padding: 0 10px; height: 35px; cursor: pointer; }
.editCat select option { cursor: pointer; background: #F2EDD0; border: 0 none; outline: 0 none; padding: 5px; }
.editCat select option.cat { background: #333; color: #fff; }
.editCat .submit { display: inline-block; border: 0 none; padding: 0 30px; height: 35px; line-height: 35px; margin: 0 0 0 10px; background: #555; color: #fff; cursor: pointer; font-size: 14px; font-weight: bold; }
.editCat .disabled { background: #555 !important; color: #fff !important; }



#address { position: relative; width: 900px; margin: 0 auto; text-align: center; }
#address fieldset { width: 46%; display: block; float: left; border: 0 none; }
#address label { display: inline; display: inline-block; width: 30%; padding: 5px; text-align: right; }
#address .input { display: inline; display: inline-block; width: 60%; padding: 5px 10px; }
#address .submit { display: inline; display: inline-block; width: 120px; height: 30px; line-height: 30px; background: #444; color: #fff; font-size: 13px; border: 0 none; margin: 10px auto; cursor: pointer; }


.address { position: relative; background: #fff; padding: 5px 20px 15px 20px; margin: 0 0 10px 0; }
.address h3 { display: block; font-size: 22px; margin: 0; padding: 5px 0; color: #000; }
.address .box { position: relative; display; block; float: left; background: #ccc; }



.cat_pos { position: relative; display: block; list-style-type: none; }
#sortable { list-style-type: none; margin: 0; padding: 0; width: 40%; }
#sortable li { cursor: pointer; margin: 0 3px 5px 3px; padding: 0.4em; padding-left: 1.5em; line-height: 18px; }
#sortable li strong { display: inline; display: inline-block; padding: 0 0 0 10px; color: #222; font-size: 15px; font-weight: normal; }
#sortable li span { position: absolute; margin-left: -1.3em; }
.submit_cat_pos { display: block; padding: 5px 20px; background: #444; color: #fff; font-size: 13px; border: 0 none; outline: 0 none; cursor: pointer; margin: 10px 0 0 10px; }
.submit_cat_pos:hover { background: #222; }