.txt-heading {
	margin: 20px 0px;
	text-align: left;
    background: #cccccc;
    padding: 5px 10px;
    overflow: auto;
}

#shopping-cart .txt-heading {
	border-top: #607d8b 2px solid;
    background: #e2e2e2;
    border-bottom: #607d8b 2px solid;
}

.txt-heading-label {
	display: inline-block;
}

#shopping-cart .txt-heading .txt-heading-label{
	margin-top:5px;
}

.btnAddAction {
    padding: 3px 10px;
    cursor: pointer;
    border: #CCC 1px solid;
    background: #f3f0f0;
}

.cart-item {
	border-bottom: #79b946 1px dotted;
	padding: 10px;
}

.cart-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
}

#product-grid {
	margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.product-item {
	display: inline-block;
	margin: 8px;
	border: #CCC 1px solid;
}

.product-title {
	position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 5px 0px;
    color: #f1f1f1;
}
.product-image {
	height: 110px;
	width:160px;
	position:relative;
}

.product-image img {
	width:100%;
    height: 110px;
}

.product-footer {
    padding: 20px 10px 10px;
    overflow: auto;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.align-right {
	text-align: right;
}

.input-cart-quantity {
	padding: 5px;
    margin: 0;
    vertical-align: top;
    border: #CCC 1px solid;
    border-right: 0px;
    width:35px;
}
.cart-info {
	text-align: right; 
	display:inline-block;
	width:15%;
    font-size: 0.8em;
}
.cart-info.title {
	width:50%;
	text-align: left; 
}
.cart-info.price {
	min-width:20%;
	position:relative;
}
.cart-info.action {
	width: 5%;
    float: right;
    padding: 10px 0px;
}
.cart-item-container {
	padding: 5px 10px;
    border-bottom: #e2e2e2 1px solid;
}
.cart-status {
	color: #666;
    float: right;
    font-size: 0.8em;
    padding: 0px 10px;
    line-height: 18px;
} 
#btnEmpty img{
	margin-top:6px;
	cursor:pointer;
}

.cart-item-container.header {
	background: #CCC;
    border-bottom: #b9b8b8 1px solid;    
    font-weight: bold;
}
.btn-action {
	margin: 20px 0px 20px;
    padding: 10px 30px;
    font-size: 1em;
    background: #3a9ee0;
    border: #3590cc 1px solid;
    color: #FFF;
    cursor: pointer;
}
.frm-customer-detail {
    background: #dae5ec;
    padding: 20px;
}

.frm-heading {
	margin: 20px 0px 0px;
	text-align: left;
    background: #c9d3da	;
    padding: 10px;
}

.input-field {
	display:inline-block;
	margin:10px 0px;
}

.input-field input {
	margin-right:15px;
	padding:10px;
	min-width:200px;
}

.success {
	margin-top: 20px;
    background: #d6ecd6;
    padding: 15px;
    border: #c4dac4 1px solid;
}
.btn-continue {
	margin: 20px 0px 20px;
    padding: 10px 30px;
    font-size: 1em;
    background: #FFF;
    border: #3a9ee0 1px solid;
    color: #3a9ee0;
    cursor: pointer;
}
html, body {
          max-width: 800px;
   
   font-family: Geneva, Arial, sans-serif;
}

h1, h2, h3 {
   color: #660000;
   margin-top: 10px;
   margin-bottom: 10px;
}

.center, #maintitle, #tagline {
   text-align: center;
}
#tagline {
   margin-top: -5px;
   color: #000000;
}
.headline {
   background: #ffffff;
   color: #000066;
}
.tagline, .date {
   font-style: italic;
}
.archive {
   font-size: small;
}
.item {
   clear: both;
}

/* menu columns */
td.menu {
   background: #CCCCFF;
   color: #000000;
   font-size: small;
}
h3.menuhead {
   color: #000000;
   font-size: 100%;
}
/* for Mac IE 4.01 and 4.5 use the td class */
td.menu a:link {
   background: #CCCCFF;
   color: #660000;
   text-decoration: underline;
}
td.menu a:visited {
   background: #CCCCFF;
   color: #660000;
   text-decoration: underline;
}
td.menu a:active {
   background: #CCCCFF;
   color: #660000;
   text-decoration: underline;
}
td.menu a:hover {
   background: #CCCCFF;
   color: #660000;
   text-decoration: underline;
}
/* other browsers */
a.menulink:link {
   background: #ffffcc;
   color: #660000;
   text-decoration: underline;
}
a.menulink:visited {
   background: #ffffcc;
   color: #660000;
   text-decoration: underline;
}
a.menulink:active {
   background: #ffffcc;
   color: #660000;
   text-decoration: underline;
}
a.menulink:hover {
   background: #ffffcc;
   color: #660000;
   text-decoration: underline;
}


li {
   position: relative; left: -25px;
}
img {
   border-style: none;
}
img.news { 
  float: left;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
}

.note {
   font-size: smaller;
}
.embolden {
   font-weight: bold;
}
.detailtitle {
   font-weight: bold;
}
.address {
   font-style: italic;
}
.greyed {
   color: #999999;
}

#samplelist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

img.sample
{
   border-style: solid;
   border-width: thin;
   border-color: #663300;
}

h2.boxedtitle {
   text-align: center;
   color: #660000;
   background: #ffffcc;
   padding: 0.3em;
   border-style: solid;
   border-width: thin;
   border-color: #663300;
   margin-top: 24px;
   margin-bottom: 8px;
   width: 94%;
}

a:link {
   color: #000066;
   text-decoration: underline;
}
a:visited {
   color: #000066;
   text-decoration: underline;
}
a:active {
   color: #3366cc;
   text-decoration: underline;
}
a:hover {
   color: #000066;
   text-decoration: underline;
}
.nodecor a:link, .nodecor a:visited, .nodecor a:hover, .nodecor a:active {
   color: #000000;
   text-decoration: none;
}
p.copyright {
   margin: 0 0.5em;
   font-size: small;
}
div.figure {
  float: right;
  width: 33%;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
}
div.figure_left {
  float: left;
  width: 28%;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
}
img.scaled {
  width: 100%;
}

/* Navigation Bar */
div.navbar {
   border: none;
   margin-left: 1px;
   margin-right: 1px;
   padding: 0.1em 0.3em;
   font-weight: bold;
   clear: both;
   margin-top: 6px;
}
div.navbar a:link, div.navbar a:visited, div.navbar {
   background: #cc0033;
   color: #ffff33;
   text-decoration: none;
}
div.navbar a:active {
   background: #ffcc33;
   color: #993333;
   text-decoration: none;
}
div.navbar a:hover {
   background: #ffff33;
   color: #660000;
   text-decoration: none;
}

div.box {
   background: #ffffcc;
   padding: 0.5em;
   border-style: solid;
   border-width: thin;
   border-color: #663300;
   width: 99%;
   margin-top: 12px;
   margin-bottom: 12px;
}
div.boxtitle {
   background: #ffffcc;
   padding: 0.5em;
   border-style: solid;
   border-width: thin;
   border-color: #663300;
   width: 100%;
   margin-top: 0px;
   margin-bottom: 0px;
}

div.box1 {
   background: #ffffff;
   padding: 0.5em;
   border-style: none;
   border-width: thin;
   border-color: #663300;
   width: 96%;
   margin-top: 0px;
   margin-right: 12px;
   margin-bottom: 12px;
   font-size:16px;
}
div.box2{
   background: #CCCCFF;
   padding: 0.5em;
   border-style: solid;
   border-width: thin;
   border-color: #663300;
   width: 99%;
   margin-top: 12px;
   margin-bottom: 12px;
}
table.infotable {
   border-color: #ffff00;
}
th.infotable {
   text-align: center;
   color: #ffff00;
   background-color: #330000;
   border-color: #ffff00;
}
td.infotable {
   font-size: small;
   text-align: center;
   color: #ffff00;
   background-color: #660000;
   border-color: #ffff00;
}
td.infotable_zhs {
   font-size: small;
   text-align: center;
   color: #ffff00;
   background-color: #660000;
   border-color: #ffff00;
   font-family: SimSum-18030; SimHei; serif;
}
/* for Mac IE 4.01 and 4.5 use the td class */
td.infotable a:link {
   color: #ffff00;
   text-decoration: underline;
}
td.infotable a:visited {
   color: #ffff00;
   text-decoration: underline;
}
td.infotable a:active {
   color: #ffff00;
   text-decoration: underline;
}
td.infotable a:hover {
   color: #ffff00;
   text-decoration: underline;
}
/* other browsers */
a.infotable:link, a.infotable:visited, a.infotable:active {
   color: #ffff00;
   text-decoration: underline;
}
a.infotable:hover {
   color: #ffff00;
   text-decoration: underline;
}

div.galerybyone {
  float: left;
  width: 94%;
  border: none;
  margin: 0.25em;
  padding: 0.75em;
  text-align: center;
}
div.galerybytwo {
  float: left;
  width: 45%;
  border: none;
  margin: 0.25em;
  padding: 0.75em;
  text-align: center;
}
div.galerybythree {
  float: left;
  width: 30%;
  border: none;
  margin: 0.25em;
  padding: 0.75em;
  text-align: center;
}
div.galerytwothirds {
  float: left;
  width: 61%;
  border: none;
  margin: 0.25em;
  padding: 0.75em;
  text-align: center;
}
div.galeryonethird {
  float: left;
  width: 30%;
  border: none;
  margin: 0.25em;
  padding: 0.75em;
  text-align: center;
}
div.galeryforcenew {
  float: left;
  width: 100%;
  border: none;
  margin: 0em;
  padding: 0em;
  text-align: center;
}
img.galeryscaled {
  width: 100%;
  border-style: solid;
  border-width: thin;
  border-color: black;
}
p.caption {
  border-style: solid;
  border-width: thin;
  border-color: black;
  background-color: #ffffcc;
  padding: 2px;
  font-style: italic;
  font-weight: bold;
  font-size: smaller;
}
div.photolist {
  float: left;
  width: 100%;
  border: none;
  margin: 0em;
  padding: 0em;
  text-align: center;
}


