.product_table_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
}
.product_table_subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a42b2;
	font-weight: bold;
	border-bottom:2px solid #eaeed9;
}
.product_table_normal_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a42b2;
	border-bottom:2px solid #eaeed9;
	border-top:1px solid #3a42b2;
	border-right:1px solid #3a42b2;
	padding-right: 2px;
	padding-left: 2px;
	height: 20px;
}
.product_table_normal_cell A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a42b2;
}
.product_table_price_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a42b2;
	font-weight: bold;
	border-bottom:2px solid #eaeed9;
	border-top:1px solid #3a42b2;
	height: 20px;
}
.product_table_shipping_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	border-bottom:2px solid #eaeed9;
	border-top:1px solid #3a42b2;
	height: 20px;
}
.product_table_order_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #8fb20f;
	border-right: 1px solid #8fb20f;
}
.bold {
	font-weight: bold;
}
.product_table_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
}
.product_table_subtitles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a42b2;
	font-weight: bold;
	border-bottom:2px solid #eaeed9;
	border-right:1px solid #3a42b2;
}
.product_table_normal_cell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a42b2;
	border-bottom:2px solid #eaeed9;
	border-top:1px solid #3a42b2;
	border-right:1px solid #3a42b2;
	height: 20px;
}
.product_table_price_cell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a42b2;
	font-weight: bold;
	border-bottom:2px solid #eaeed9;
	border-top:1px solid #3a42b2;
	height: 20px;
}
.bold
{
	font-weight: bold;
}



.boxTitle {
 height:35px;
 color:#fff;
 background-color: #3a42b2;
 padding: 5px 15px;
 padding-right: 30px;
 font-weight: bold;
 border: 1px solid #3a42b2;
 -moz-border-radius-topright: 500px 400px;
 -moz-border-radius-topleft: 0px;
 -webkit-border-top-right-radius: 500px 300px;
 -webkit-border-top-left-radius:0px;
 border-radius: 22px;
 border-top-right-radius: 500px 300px;
 border-top-left-radius: 0px;
 border-bottom: 3px solid green;
 behavior: url(border-radius.htc);
 z-index:30;
 position:absolute;
 left:0px;
 top:0px;
}
.rel {
 position: relative;
 padding-top:30px;
 z-index: inherit;
 zoom: 1; /* For IE6 */
}

.boxTable {
 position:relative;
 z-index:50;
 float:left;
 background-color:#fff;
 border-bottom:1px solid #3a42b2;
 
}

#hor-zebra
{
 font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
 font-size: 12px;
 text-align: left;
 /*
 border-collapse: collapse;
 */
 border:1px solid #3a42b2;
 border-spacing:0px;
 margin:0px;
 padding:0px;
 *border-collapse: collapse; /* hack is needed for IE7 also */
 color:#3a42b2;
}
#hor-zebra th
{
 font-size: 12px;
 font-weight: normal;
 padding: 2px 15px;
 text-align:center; 
 color: #000;
 background-color:#f0fbc7;
 border-left:1px solid #3a42b2;
 border-right:1px solid #3a42b2;
}
#hor-zebra tr:nth-of-type(odd) {
  background-color:#fff;
}
#hor-zebra tr{
  border-bottom:1px solid #3a42b2;
}
#hor-zebra td
{
 padding: 2px;
 text-align:center; 
 border:1px solid #3a42b2;
 border-spacing:0px;
 border-bottom:1px solid #F5F5F5;
 *position: relative;
}
#hor-zebra .odd
{
 background: #fff; 
}
