html * { font-size: 100.01% }

body {
  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  font-size: 75.00%; 
  color: black;
  margin: 0;
  padding: 0;
}

h1 { 
  font-size: 150%; /* 28px */
}                        

h2 {
  font-size: 133.33%; /* 16px */
}

h3 {
  margin-top: 0;
}

textarea {
  font-size: 12px; 
}


#wrapper {
  width: 750px;
  margin: 0 auto; 
}

#logo {
  height: 90px; 
}

#logo h1 {
  margin: 0;
  padding-top: 15px;
}

#main {
  float: left;
  width: 100%;
}

#main .item_short h3 {
  margin-bottom: 0;
}

#main .time_order {
  margin-top: 10px;;
}

#main .cover_zoom {
  text-align: center;
}

#content {
  margin-left: 200px; 
}

#left {
  float: left;
  width: 200px;
  margin-left: -750px; 
}

#left .cart_ordering {
  text-align: center; 
  margin: 5px 0 20px 0;
}

#left .cart_empty {
  text-align: center; 
}

#left .search_form div {
  text-align: center;
  padding-bottom: 5px;
}

#footer {
  clear: left;
  width: 100%;
  text-align: center;
}

.inside {
  margin: 10px;
  margin-top: 0;
}

table {
  margin-bottom: 10px;
}

thead {
  font-weight: bold;
  text-align: center;
}

#tabInvoice {
  display: none;
}

td {
  vertical-align: top;
}

td.details div {
  padding: 3px 0;
}

p.page_list {
  text-align: center;
}

div.sort_link {
  margin-bottom: 6px;
}

.important {
  color: green;
  font-weight: bold;
}

.header-bestseller {
	padding: 10px;
	height: 15px;
	background: #f3fce6;
	color: #789d47;
	font: bold 12px "Trebuchet MS", "Tahoma", sans-serif;
	border-bottom: 3px solid #dbefc1; 
	border-top: 1px solid #dbefc1;
}

.header-recommend {
	padding: 10px;
	height: 15px;
	background: #f3fce6;
	color: #789d47;
	font: bold 12px "Trebuchet MS", "Tahoma", sans-serif;
	border-bottom: 3px solid #dbefc1; 
	border-top: 1px solid #dbefc1;
}

.header-new {
	padding: 10px;
	height: 15px;
	background: #f3fce6;
	color: #789d47;
	font: bold 12px "Trebuchet MS", "Tahoma", sans-serif;
	border-bottom: 3px solid #dbefc1; 
	border-top: 1px solid #dbefc1;
}

.nowosci {
	height: 30px;
	padding: 5px 0 0 10px;
	background: #FF942F url(/images/img2.gif) repeat-x;
	letter-spacing: normal;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}

