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

tr.odd {
    background-color: #92a4b9;
}

input.shopButton {
    background-color: #af1010;
    border-width: 0px;
    color: #f2f2f2;
    font-weight: bold;
    background-position: top;
	background-image: url("add_to_cart_top.gif");
	background-repeat:repeat-x;
}

input.shopButton:hover {
    cursor: pointer;
    background-color: #af1010;
    background-image: none;

}

input.shopButton:active {
    border-style: inset;
    cursor: wait;
  }

#cartButton {
    width: 12em;
    border:#af1010 1px solid;
    border-top-width: 0px;
    border-bottom-width: 2px;
    float: right;
    margin: 1em;
    padding: 1ex;
    padding-top: 20px;
    background-position: top;
	background-image: url("add_to_cart_top.gif");
	background-repeat:repeat-x;
}

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

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

#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: teal;
}

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 {
	height: 20px;
	font-size: inherit;
	width: 100%;
	overflow: hidden;
  
   }
table.cart_table {
position: relative;
	font-size: inherit;
	width: 100%;

	
}
#cart_table form {
	display: inline;
}

table.cart_table td {
    padding: 0px;
    margin: 0px;
    border: 0px;

	}
	


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

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

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

div.tabs form input.activeTab, input.activeSubtab {
    border: 1px #9acd32 solid;
    border-bottom-color: white;
    border-top-width: 1.5ex;
    background-color: white;
   
}
span.price_info{
	font-size: 100%;
	font-size: 80%;
}