/*  
Theme Name: chives-tables
Theme URI: http://chives.de/css/style.css
Author: stefan eitel * chives - Buero fuer Webdesign Plus Darmstadt
Author URI: http://www.chives.de
*/

#content table#productTbl {
	background-color: #D6D6D6;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	border: 1px solid #666666;
	border-collapse: collapse;
}

#content table#productTbl  a:link, table a:visited, table a:active {
	background-color: transparent;
	text-decoration: none;
}

#content table#productTbl  a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

#content table#productTbl  caption {
	background-color: #FFC921;
	color: #333333;
	font-family: "trebuchet MS", verdana, Arial, sans-serif;
	font-size: 1.15em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	text-align: left;
	padding-top: 0.5em;
	font-weight: bold;
	border: 1px solid #666666;
}


#content table#productTbl, td, th {
	border-color: #53575A;
	border-width: 1px;
}

#content table#productTbl thead {
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #666666;
}
#content table#productTbl thead  td, th{
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.3em;
	font-size: 1.15em;
	border: 1px solid #666666;
}

#content table#productTbl tbody  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #000000;
	text-align: center;

}
#content table#productTbl tbody td, tbody th {
	border: 1px solid #666666;

}

table#productTbl tbody tr.odd th, tbody tr.odd td {
	background-color: #F5F5F5;

}
#content table#productTbl td.ourPrice {
	color: #FF0000;
}
#content table#productTbl td.name {
	text-align: right;
	padding-right: .75em;
}



#content table#productTbl tbody tr:hover td, tbody tr:hover th {
	background: #ffffff;

}

#content table#productTbl td, th {

}

#content table#productTbl tfoot td, tfoot th {

}

#content table#productTbl thead th {

}
