tr.even {
    background-color: #E5E5E5;
}

tr.odd {
    background-color: #E5E5E5;
}

input.shopButton {
    background-color: #E97117;
    border-width: 0px;
    color: #f2f2f2;
    font-weight: bold;
}

input.shopButton:hover {
    cursor: pointer;
    background-color: #E5E5E5;
    color: black;
    font-weight: bold;
}

input.shopButton:active {
    border-style: inset;
    cursor: wait;
    border-right: 3.5ex #E5E5E5 solid;
    color: maroon;
}

#cartButton {
    width: 200px;
    border: #E97117 1px solid;
    border-top-width: 20px;
    float: right;
    margin: 1em;
    padding: 1ex;
    -moz-border-radius: 10px 10px 10px 10px;
}

#steps span {
    padding-right: 2em;
}

#steps span.now {
    font-weight: bold;
    color: #E97117;
}

#cartPreview {
    height: 80px;
    max-height: 80px;
    overflow: auto;
    width: inherit;
    padding: 0px;
    margin: 0px;
}

#cartPreview table {
    width: 100% !important;
}

#cartPreview table td {
    padding-right: 1em;
}

p.warn {
    font-weight: bold;
    color: #E97117;
}

label.data_form {
    display: block;
    clear: both;
    float: left;
    width: 7em;
    margin-top: 1.5ex;
    margin-left: 0px;
}

label.inline_form {
    margin-top: 1.5ex;
}

input.inline_form, input.data_form {
    margin-top: 1ex;
}

input.inline_form {
    width: 3em;
}

input.data_form {
    width: 19.2em;
}

input.shorter {
    width: 14em;
}

#cart_table {
  width: inherit;
  width: 100%;
   }
#cart_table form {
	display: inline;
}

table.cart_table td {
    padding: 0px;
    margin: 0px;
    border: 0px;
	padding: 0;
	margin: 0;
	}
	
table.cart_table {
	width: 100%;	
}

div.tabs form, div.subtabs form {
    display: inline;
}

div.tabs {
    padding-left: 3ex;
}

div.tabs form input.tab, input.subtab {
    border: 0.3ex #E5E5E5 solid;
    border-top-width: 0.8ex;
    border-bottom-width: 0;
    background-color: white;
    padding: 0;
    margin: 0;
    -moz-border-radius: 10px 10px 0 0;
}

div.tabs form input.activeTab, input.activeSubtab {
    border: 1px #E97117 solid;
    border-bottom-color: white;
    border-top-width: 1.5ex;
    background-color: white;
    -moz-border-radius: 10px 10px 0 0;
}
