/* Index Table START */

.index {
	width: 100%;
	margin: 0 auto;
	empty-cells: show;
	border-collapse: collapse;
	font-weight: normal;
}

.index tr.form:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
	cursor: pointer;
}

.index th {
	background: #FF6600;
	border: 0.1em solid #FF6600;
	color: #000000;
	padding: 0.6em 0;
}

.index td {
	border: 0.1em solid #FF6600;
	text-align: center;
}

.index td.content, .index th.content {
	text-align: left;
	padding: 0 5pt;
}

.index a.text {
	color: #1a6f1a;
	text-decoration: underline;
	font-weight: bolder;
	display: block;
	width: 90%;
	padding: 0.6em 0; 
}

.index a.text:hover {
	color: #FFFFFF;
}

.index th.img, .index th.chapter {
	width: 50px;
}

.index td.img, .index td.chapter {
	padding: 0.2em;	
}

/* Index Table END */


/* chapter750/1000 Table and cart_table START */

#chapter750, #chapter1000, #chaptercatalog, .chapter750, .chapter1000 {
	width: 100%;
	min-width: 970px;
	margin: 0 auto;
	empty-cells: show;
	border-collapse: collapse;
	font-weight: normal;
	font-size: 8pt;
}

#chapter750 a, #chapter1000 a, #chaptercatalog a, .chapter750 a, .chapter1000 a, #cart_table a {
	font-size: 9pt;
}



#cart_table {
	width: auto;
	min-width: 800px;
	margin: 50px auto;
	table-layout: fixed;
	empty-cells: show;
	border-collapse: collapse;
	font-weight: normal;
	font-size: 8pt;
}

.img {
	width: 50px !important;
}

.Bestell_Nr, .Tipp, .GT, .SF, .SFC, .M1000, .M1200, .M120_Grad, .ME, .Stern, .availability {
	max-width: 5em;
	min-width: 2.5em;
}

.Preis {
	min-width: 5em;
	white-space:nowrap;
}

.quantity {
	max-width: 70px;
	min-width: 60px;
}


#chapter750 tr.form:hover, 
#chapter1000 tr.form:hover,
.chapter750 tr.form:hover, 
.chapter1000 tr.form:hover,
#cart_table tr.form:hover, 
#chaptercatalog tr.form:hover 
{
	background-color: #DDDDDD;
	color: #FFFFFF;
	cursor: pointer;
}

#chapter750 th, 
#chapter1000 th, 
.chapter750 th, 
.chapter1000 th,
#cart_table th,
#chaptercatalog th {
	line-height: 1.2em;
	background: #FF6600;
	border: 0.1em solid #FF6600;
	color: #000000;
	padding: 0.2em 0;	
}

#chapter750 th.description, 
#chapter1000 th.description, 
.chapter750 th.description, 
.chapter1000 th.description,
#cart_table th.description,
#chaptercatalog th.description {
	min-width: 200px;
	text-align: left;
	padding: 0 0.5em;
}


#chapter750 td, 
#chapter1000 td,
.chapter750 td, 
.chapter1000 td,
#cart_table td,
#chaptercatalog td {
	border: 0.1em solid #FF6600;
	color: #000000;
	text-align: center;
	padding: 0 0.5em;
	padding: 2pt;
	font-size: 9pt;
	letter-spacing: 0.4pt;
	min-width: 2.5em;
}

#chapter750 .M1000, 
#chapter750 .M1200, 
#chapter750 .M120_Grad,
#chapter1000 .GT,
#chapter1000 .SF,
#chapter1000 .SFC,
.chapter750 .M1000, 
.chapter750 .M1200, 
.chapter750 .M120_Grad,
.chapter1000 .GT,
.chapter1000 .SF,
.chapter1000 .SFC { 
	visibility: hidden; 
	display: none;
}


#chapter750 td.Preis, 
#chapter1000 td.Preis, 
.chapter750 td.Preis, 
.chapter1000 td.Preis,
#cart_table td.Preis {
	text-align: right;
}

#chaptercatalog td.description,
#chapter750 td.description, 
#chapter1000 td.description,
#cart_table td.description, 
.chapter750 td.description,
.chapter1000 td.description {
	text-align: left;
	padding: 0 5pt;
}

#cart_table .empty {
	border: none;
}

#cart_table .total {
	border: 0.2em solid #FF3300;
}

#cart_table .total:hover,
#cart_table .empty:hover {
	cursor: default;
}



#schematic {
	width: 100%;
	padding: 1em 0;
	text-align: center;
	border: 0.1em solid #FF6600;
}

#legend {
	width: 100%;
	min-width: 970px;
}

.legend  {
	padding: 8px !important;
	font-weight: bolder;
	text-align: center !important;
}

.legend img {
	padding-left: 12px;
	width: 12px;
	vertical-align: middle;
}


td.Bestell_Nr a, td.description a {
	color: #1a6f1a;
	text-decoration: underline;
	font-weight: bolder;
	display: block;
	width: 99%;
	padding: 0.8em 0;
}

td.Bestell_Nr a:hover, td.description a:hover {
	color: #FFFFFF;
}

td.quantity input {
	border: 0.1em solid #FF6600;
	background: #F0FFE1;
	padding: 0.3em;
	text-align: center;
	border-radius: 3pt !important;
	-moz-border-radius: 3pt; 
	-webkit-border-radius: 3pt;
}

td.quantity input.disabled {
	border: 0.1em solid #666666;
	background: #DDDDDD;
	cursor: url(../_pic/cursor_disabled.gif), auto;
}

input.pic_button {
	width: 32px; height: 32px;
	border: 0;
	text-indent: -999px;	
	display: inline-block;
}

input.cart_add,
input.cart_remove,
input.cart_checkout,
input.cart_purge {
	cursor: pointer;
}

input.cart_add, input.cart_add_disabled { 
	background: url(../_pic/cart_add.png ) no-repeat;
}

input.cart_add_disabled { 
	background-position: bottom;
	cursor: url(../_pic/cursor_disabled.gif), auto;
}

input.cart_update {
	background: url(../_pic/cart_update.png ) no-repeat;
}

input.cart_remove {
	background: url(../_pic/cart_purge.png ) no-repeat;
}

input.cart_checkout {
	background: url(../_pic/cart_checkout.png ) no-repeat;
}

input.cart_purge {
	background: url(../_pic/cart_purge.png ) no-repeat;
}

input.cart_add:hover,
input.cart_update:hover,
input.cart_remove:hover,
input.cart_checkout:hover,
input.cart_purge:hover {
	background-position: 0 -32px;
}

/* chapter750/1000 Table and cart_table END */

/* cart_layer Begin */

#cart_layer {
	float: right;
	background: url(../_pic/cart_full.png) 48px no-repeat #FF6600;
	font: 0.8em Arial, Helvetica, sans-serif;
	background-position:  10px center;
	width: 21em;
	color: #1F1F1F;
	min-height: 45px;
	margin: -3.5em 1.5em 0 0;
	padding: 5px;
	border-radius: 3pt !important;
	-moz-border-radius: 3pt; 
	-webkit-border-radius: 3pt;
	-moz-box-shadow:    0 0 3pt  #666666;
  	-webkit-box-shadow: 0 0 3pt  #666666;
  	box-shadow:         0 0 3pt  #666666;
}

#cart_layer a {
	color: #000000;
}

#cart_layer:hover {
	background-color: #FF9B59;
	color: #FFFFFF;
}

#cart_layer SPAN {
	display:block;
}

#cart_layer SPAN.headline, 
#cart_layer SPAN.text {
	padding: 0.1em 0 0.3em 45pt;
}

#cart_layer SPAN.headline {
	font: bolder 1em Arial, Helvetica, sans-serif;
}


#cart_layer SPAN.price {
	padding: 0 5pt 3pt 0;
	font-weight: bolder;		
}
	
/* cart_layer END */


/* Everything else */
span.this_link {
	visibility: hidden;
	display: block;
	line-height: 0;
	width: 0; 
	height: 0;
}

#article_img_div {
	width: 100px;
	float: left;
}

#article_img_div ul {
	list-style-image: none !important;
	width: 50px;
}

#article_img_div li {
	
}

#article_img_div img {
	border: 0.1em solid #FF6600;
	padding: 2px;
}

#article_img_div a:hover {
	background: #FFFFFF !important;
}

#article_buy {
	min-width: 180px;
	float: right;
	margin-top: 0.5em;
	border-radius: 3pt !important;
	-moz-border-radius: 3pt; 
	-webkit-border-radius: 3pt;
	-moz-box-shadow:    0 0 3pt  #999999;
  	-webkit-box-shadow: 0 0 3pt  #999999;
  	box-shadow:         0 0 3pt  #999999;
  	padding: 5px;
}

#icon, #price, #form {
	width: 100%;
	line-height: 150%;
	font-size: 1.1em;
	font-weight: bolder;
	color: #FF6600;
	
}

#icon img {
	display:table-cell;
	vertical-align: middle;
	float: right;
	padding: 0 1.2em;
}

#price .price {
	float: right;
}


#article_buy input.text {
	border: 0.1em solid #FF6600;
	border-radius: 3pt 3pt 3pt 3pt !important;
	margin: 0.2em;
	padding: 0.3em;
	text-align: center;
	float: left;
}


#article_buy input:disabled {
	border: 0.1em solid #666666;
	background: #DDDDDD;
	cursor: url(../_pic/cursor_disabled.gif), auto;
}

#article_buy input.button {
	font-size: 0.8em !important;
	float: right;
}

#article {
	/*display: inline;
	width: 900px;*/
	max-width: 900px;
	min-width: 700px;
	padding: 0 1em;
	margin: 3em auto;
	-moz-box-shadow:    0 0 9pt  #999999;
  	-webkit-box-shadow: 0 0 9pt  #999999;
  	box-shadow:         0 2pt 7pt  #999999;
}

#article .img {
	float: left;
	margin-left: -1.5em;
	width: 100px;
}

#article .img ul {
	list-style-image: none !important;		
}

#article .img li{
	padding: 3px;
}

#article .img a:hover  {
	background-color: #FFFFFF !important;
}

#article .img img {
	padding: 3px;
	border: 1px solid #AAAAAA;
}

#article div.description {
	padding: 15px 30px;
	margin-left: 80px;
}

#article .article_description, #article .article_details {
	padding-bottom: 20px;
}

#article_details_table {
	min-width: 600px;
	table-layout: fixed;
	border-collapse: collapse;
}

#article_details_table td {
	min-width: 20px;
	padding: 0.3em 1em;
}

#article_details_table .header {
	font-weight: bolder;
	background: #FF6600;
}

#article_details_table .text {
	background: #FFFFFF;
	padding-bottom: 1em;
}

#article_fits {
	min-width: 300px;
	table-layout: fixed;
	border-collapse: collapse;
}

#article_fits th {
	border: 0.1em solid #AAAAAA;
	background: #AAAAAA;
	text-align: center;
}

#article_fits td {
	border: 0.1em solid #AAAAAA;
	text-align: center;
}

img.thumb {
	max-width: 50px;
}

span.tooltip {
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
