/* START >> Kartenvorverkauf, Tabellen, Text, Input +++++++++++++++++++++++++++++++++ */
table.kv_tab	/* v2005.08 */
{	width:100%;
	border:0px;
	margin:10px 0 15px 0;
}
table.kv_tab th		/* v2005.08 */
{	font-size:11px;
	font-weight:bold;
	background-color: #92A7DD;
}
table.kv_tab td		/* v2005.08 */
{	font-size:11px;
}
table.kv_tab td.kv_line		/* v2005.08 */
{	font-size:0px;
	height:1px;
	background-color: #92A7DD;
}
input
{	border: 1px solid #000000;
	color:#000099;
	text-align: center;
	font-size:11px;
}
input.kv_adress
{	text-align: left;
	padding-left:5px;
	width:240px;
}
option.kv_select { color:#000099 ! important; }
/* START >> Kartenvorverkauf, Tabellen, Text, Input +++++++++++++++++++++++++++++++++ */

label {
  cursor: pointer;
}

  table.shoppingCartTable {
    width: 98%;
    padding: 0;
    margin: 0;
    font-family: verdana, sans-serif;
    font-size: 11px;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .shoppingCartTable td {
    vertical-align: top;
    padding:2px 0 2px 0;
  }
  
  .shoppingCartTable th {
    text-align: left;
  }
  
  .tableBorder {
    border-bottom: 1px dotted #666666;
    border-collapse: collapse;
  }


  .shoppingCartNumber {
    text-align: right ! important;
  }
  
  .textBold {
    font-weight: bold;
  }  

  .formError {
    border: 1px red solid;
  }
  .amount {
    text-align: right;
    width: 48px ! important;
  }
  
  .inputButton,
  .inputButton:hover {
    border: 1px solid black ! important;
	color:#0000ff  ! important;
    background: #fff;
    margin-bottom: 0px;
    margin-right: 0px;
    font-weight: normal;
    width: 150px ! important;
    margin: 0;
    padding: 0px;
    text-align: center;
    white-space: nowrap;
  }
  .inputButton:hover {  
  	color:#fff  ! important;
    background: #00f;
    }
  
  a.inputButton,
  a.inputButton:hover {
    display: block;
    padding: 2px 0 2px 0;
  }
    
      
/* shop regform */
.fmailShop legend {
  color: #fff;
  font-weight: bold;
  border: 1px solid #666 ! important;
  padding: 2px 10px 2px 10px;
}

.fmailShop fieldset {
  padding: 10px;
  margin: 10px 0 10px 0;
  padding-left: 20px;
  border: 1px solid #666 ! important;
} 

.fmailShop label {
  display: block;
  float: left;
  line-height:16px;
  text-align: right;
  width: 100px;
  margin-right: 10px;
  color: #fff;
}

.fmailShop p {
	padding-bottom:2px; }