@import url(base.css);
@import url(layout.css);
@import url(component.css);
@import url(form.css);

#two_column_layout #left_content{
  border-right: 1px solid black;
}

#three_column_layout #left_content{
  border-right: 1px solid chocolate;
}

#three_column_layout #right_content{
  border-left: 1px solid chocolate;
}

#header img{
  margin-left: 20px;
  border: none;
}

#header h1{
  margin: 0;
}

#header table{
  width: 100%;
}

#toolbar form{
  padding: 0;
  margin: 0;
}

#footer{
  border-top: 1px solid chocolate;
}

body{
  font-size: small;
}

img{
  border: 1px solid #CCCCCC;
}

th{
  background-color: #FFD590;
}

table.border th, table.border td, tr.border th, tr.border td, th.border, td.border{
  border-bottom: 1px chocolate solid;
}

table.no_border th, table.no_border td{
  border: none;
}

/* heading */
h1{
  margin-bottom: 0;
}

h2{
  background-color: #FFD590;
  border-bottom: 1px solid chocolate;
}

h3{
  margin-top: 0;
  color: chocolate;
  border-bottom: 1px dotted #FFA500;
}

h4{
  color: chocolate;
  margin-bottom: 0;
}

/* login page */
#login{
  min-width: 400px;
}

/* edit account page */
#edit_account td{
  padding: 5px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

/* Product images */
#product_images{
  border: 1px solid #CCCCCC;
  margin: 1ex;
}
#product_images img.product_picture{
  margin: 2px;
}

/* Product tags */
ul.product_tags{
  font-size: 90%;
}
ul.product_tags li{
  display: inline;
}

/* Product review */
.product_review{
  font-size: small;
}

/* Track back */
ul#trackback li{
  line-height: 100%;
  list-style-type: none;
}

/* Order page */
.destination_detail{
  margin-bottom: 1em;
}
.destination_detail p{
  font-size: 100%;
  margin: 0;
}

/* Shipping page */
#order_shipping th, #order_shipping td{
  font-size: 80%;
  border-top: 1px solid black;
  padding: 3px;
}
#select_destination{
  margin: 5px;
  padding: 5px;
  border: 1px solid #CCCCCC;
}
#select_destination table{
  width: 80%;
}
#select_destination td p{
  margin: 0;
}
#select_shipping_date{
  margin: 5px;
  padding: 5px;
  border: 1px solid #CCCCCC;
}
#select_shipping_date li{
  list-style-type: none;
}

/* Payment method page */
#select_payment_method{
  margin-bottom: 1em;
}
#select_payment_method p{
  font-size: 80%;
  margin: 0;
}
#select_payment_method span{
  font-size: 80%;
}
#select_payment_method table{
  width: 100%;
}
#select_payment_method .control{
  text-align: right;
}
#select_payment_method td{
  font-size: 80%;
}
#select_payment_method .note{
  font-size: 66%;
}
#select_payment_method hr{
  height: 0;
  color: gray;
  margin: 0.5em 0;
}

.total{
  background-color: #FFFFCC;
}

/* Order confirmation page */
#confirm{
  display: inline;
}
#confirm .price{
  color: red;
}

.grand_total .price{
  color: red;
  font-weight: bold;
}

/* Account service page */
#account_service li{
  font-size: 83%;
}

/* Order history page */
#order_history .order{
  margin-bottom: 1em;
}
#order_history td.product_list{
  width: 60%;
}

/* Order detail page */
table#order_detail{
  width: 100%;
}
#order_detail .receipt{
  width: 75%;
  padding: 0.5em;
}

.payment_state{
  font-weight: bold;
  color: #339933;
}

