html{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


tr.even {
	background-color: #151515;
	color: white;
}

tr.odd {
	background-color: #323232;
	color: white;
}


input.shopButton {
	background-color: #8c112e;
	border-width: 0px;
	color: #f2f2f2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-position: top;
	background-image: url("add_to_cart_top2.gif");
	background-repeat: repeat-x;
}

input.shopButton:hover {
	cursor: pointer;
	background-color: black;
	background-image: none;
}

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

#cartButton {
	width: 20%;
	border: 1px solid #0e0e0e;
	/*border-top-width: 2px;
	border-bottom-width: 2px;*/
	float: right;
	margin: 10px;
	padding: 10px;
}

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

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

#cartPreview {
    /*height: 80px;*/
    min-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%;
}


