/* 
    Document   : stylesheet_04_tables
    Created on : 12.01.2010, 21:29:57
    Author     : jnitschke
    Description:
        Purpose of the stylesheet follows.
*/

/* Shopping Cart */
#shoppingCartDefault {
  background: url(../images/w_shoplist.gif) no-repeat top right;
}

#shoppingCartDefault h1 {
  margin-bottom: 45px;
}

#shoppingCartDefault form {
  margin: 0.1em;
}

table#cartContentsDisplay {
  width: 100%;
  border-collapse: collapse;
}

table#cartContentsDisplay td {
  border-bottom: 1px solid #cccccc;
}

table#cartContentsDisplay a {
  text-decoration: underline;
}

table#cartContentsDisplay td {
  border-bottom: 1px solid #cccccc;
}
.data input, #newOrderTemplate input, #template_selection select, #new_ordertemplate input {
  border:1px solid #CCCCCC;
  font-size:1em;
}

table.tabTable th, table#cartContentsDisplay th, table#prevOrders th, table#historyItemDetails th, table#myAccountOrdersStatus th {
  background-color: #007AC1;
  color: white;
  font-weight: normal;
  height: 1.5em;
  text-align: left;
  padding: 0px 10px;
  margin: 0px;
  border-left: solid 1px white;
}

table#prevOrders td address {
  margin: 0;
  padding: 0;
}

table.tabTable td, table#cartContentsDisplay td, table#prevOrders td, table#historyItemDetails td, table#myAccountOrdersStatus td {
  padding: 5px 5px 0px 5px;
  background-color: #ffffff;
  vertical-align: top;
}

table#prevOrders td {
  background-color: white;
}

table.tabTable td.details, table.tabTable td.order, table.tabTable td.thumbnail, table#cartContentsDisplay td.thumbnail {
  padding: 0px;
  border-bottom: 1px solid #cccccc;
  border-left: solid 1px #e7e7e7;
  vertical-align: middle;
}

td.order img, td.order input {
  vertical-align: middle;
}

table#prevOrders td, table#historyItemDetails td, table#myAccountOrdersStatus td {
  border-bottom: 1px solid #cccccc;
  border-left: solid 1px #e7e7e7;
}

table#cartContentsDisplay td, table#prevOrders td, table#historyItemDetails td  {
  border-left: solid 1px #e7e7e7;
}

.shoppingCartUpdate input {
border:medium none;
margin-bottom:0.5em;
}

div#cartInstructionsDisplay {
  margin-bottom:1em;
}

#cartSubTotal {
  text-align: right;
  background: #f2f2f2 url(../images/wall_product_list_order.gif) repeat-x;
  padding: 0.5em;
  font-weight: bold;
}

.cartTotalDisplay {
  text-align: right;
}


.buttonRow {
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	color: #F7941D;
	font-weight: bold;
	vertical-align: middle;
}

.buttonRow input {
	border: none;
	vertical-align: middle;
}

.back {
	float: left;
	margin: 0;
	padding: 0;
}

#newOrderTemplate {
  border-top: 1px solid #CCCCCC;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
}

#newOrderTemplate img {
  display: block;
  float: left;
  margin-right: 0.4em;
  vertical-align: top;
}

#new_ordertemplate {
  margin-top: 1em;
}

#orderTemplateDefault {
  background: transparent url(../images/w_memorylist.gif) no-repeat scroll right top;
  text-align: inherit;
  margin-bottom: 30px;
}

#orderTemplateDefault h1 {
  margin-bottom: 15px;
}

#orderTemplateDefault ul, ul#myAccountGen {
  line-height: 1em;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#orderTemplateDefault li, #myAccountGen li {
  background: transparent url(../images/header-bullet.png) no-repeat scroll 0 2px;
  padding-bottom: 0.4em;
  padding-left: 14px;
  height: 2em;
}

#orderTemplateDefault div.clearBoth {
  clear: right;
}

#orderTemplateDefault li img {
  float: left;
  margin-right: 0.3em;
  vertical-align: bottom;
}

#template_selection {
  background: transparent url(../images/b_bullet_shopnav_right.gif) no-repeat scroll 0 1px;
  height: 20px;
  margin-bottom: 0.4em;
  min-height: 20px !important;
  padding-left: 18px;
}

#template_selection form {
  display: inline;
}

#accountHistoryDefaultHeading {
  margin-bottom: 10px;
}

#newOrderTemplate input.cssButton, #newOrderTemplate input.cssButtonHover {
  	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	color: #007AC1;
	border: 1px solid #007AC1;
	background: url(../images/i_bullet_register_submit.gif) no-repeat left center;
	margin-left: 10px;
	padding-left: 20px;
	cursor: pointer;
	text-decoration: none;
}