#page-wrapper { width:1000px; }


/* ********************************************
 * header
 * ********************************************
 */

#header-wrapper { }
#header-top { height:102px; }

#header-logo {
  float: right;
  height: 54px;
  margin: 23px 76px 0 0;
  width: 190px;
}

#header-logo img {border: 0;}

#header-language {
  background-color: #ffffff;
  color: #CC0000;
  font-size: 11px;
  line-height: 11px;
  position:relative;
  top:84px;
  left: 19px;
}

#header-middle {height: 31px;}

#header-bottom {height: 122px;}

#header-bottom-left {
  background-image: url(./../images/header-bottom-bg.png);
  float: left;
  height: 122px;
  width: 258px;
}

#header-bottom-right {
  float: right;
  height: 122px;
  overflow: hidden;
  width: 742px;
}


/* ********************************************
 * content
 * ********************************************
 */

#content-wrapper { margin-top:22px; }

#content-left {
  float: left;
  height: 100%;
  width: 258px;
}

#content-left-top {}
#content-left-middle { min-height:50px; }
#content-left-bottom {}

#content-middle {
  float:left;
  margin-top:-15px;
  width: 694px;
}

#content-middle h1 { margin:0; }

#path {display: none;}
hr.clearer {display: none;}

div.copyright { font-size:80%; margin:40px 0 0 258px; }

/* ********************************************
 * content-nav
 * ********************************************
 */

ul#content-nav {
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  font-size:11px;
  font-weight:normal;
  list-style-type:none;
  margin:0 0 20px 0;
  padding:0;
}

ul#content-nav li { display:inline; }
ul#content-nav li.nav span { color:#505050; font-weight:bold; line-height:25px; }
ul#content-nav li.nav,
ul#content-nav li.nav-coming { color:#cccccc; }


/* ********************************************
 * product view
 * ********************************************
 */
 
div.floatLeft {
  float:left;
  padding-right:20px;
  width:484px;
}
 
div.floatRight {
  margin-left:504px;
  width:210px;
}

/* ********************************************
 * searchbox
 * ********************************************
 */

#searchbox {
  float: right;
  line-height: 13px;
  margin-top: 8px;
  margin-left:3px;
}

input {font-size: 11px;}

.search1-field1 {
  border: 1px solid #999999;
  border-width:1px 0px 1px 1px;
  height: 14px;
  position:relative;
  left:4px;
  width: 124px;
}

.search1-submit {
  position: relative;
  top: 5px;
}


/* ********************************************
 * loginbox
 * ********************************************
 */

 #loginbox {}
 #loginbox input { border:1px solid #999999; width:100%; }
 .loginForm_email {}
 .loginForm_Password {}
 .loginForm_Submit { background-color:#ffffff; max-width:100px; }
  


/* ********************************************
 * shop
 * ********************************************
 */

#header-bottom {display: none;}

h1 { margin:0; }

table.shoptable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 6px;
  margin-left: 1px;
}

.shop-caption {
  border: 1px solid #999999;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 5px 12px;
  text-align: left;
  width: 624px;
}

.shoptable td {border: 1px solid #999999;}

table, tr, td {
  font-size: 11px;
  margin: 0;
  padding: 0;
}

td.shop-left {
  vertical-align: top;
  width: 128px;
}

td.shop-left img {
  width: 124px;
  padding: 2px;
}

td.shop-middle {
  padding: 0 12px;
  vertical-align: top;
  width: 366px;
}

td.shop-right {
  padding: 0 12px;
  vertical-align: middle;
  width: 104px;
}


/* order Table */
table.orderTable {
  border-collapse:collapse;
  width:100%;
}

table.orderTable td {
  border:1px solid #cccccc;
  padding:5px;
  vertical-align:top;
}

td#order-delivery { border-left:0; padding-left:0; width:200px; }
td#order-payment { border-right:0; }

table.orderTable td.order-cart-left { border-left:0; padding-left:0; width:85%; }
table.orderTable td.order-cart-right { border-right:0; padding-right:0; text-align:right; width:15%; }

