#orderTable{
	width:100%;
	border-collapse:collapse;
}
#orderTable td{
	border: 1px solid #d6d6d6;
	padding:4px 8px 4px 8px;
	vertical-align:middle;
	font-size:12px;
	color:#666666;
	font-family:Tahoma,Verdana,Arial;
}
#orderTable .emptySpace{
	border:none;
	background:#FFF;
}

#orderTable tr{
	height:24px;
}

#orderTable .tableHead{
	color: #ec6607;
	background-image: url('../images/normal_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
	font-weight:normal;
}
#orderTable .tableHead td{
	color: #ec6607;
}
#orderTable .headNormal{
	background-image: url('../images/normal_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
	font-weight:bold;
	color: #414141;
	text-align:center;
}
#orderTable .headSmall{
	background-image: url('../images/small_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#eaf2cd;
	font-weight:bold;
	color: #414141;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
}
#orderTable .headMedium{
	background-image: url('../images/medium_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#dfecb4;
	font-weight:bold;
	color: #414141;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
}
#orderTable .headLarge{
	background-image: url('../images/large_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#d4e59b;
	font-weight:bold;
	color: #414141;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
}
#orderTable .headXL{
	background-image: url('../images/xl_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#c9df82;
	font-weight:bold;
	color: #414141;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
}
#orderTable .headXXL{
	background-image: url('../images/xxl_bg.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#bfd969;
	font-weight:bold;
	color: #414141;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
}
#orderTable .normalNormal{
	background: #ffffff;
	text-align:center;
}
#orderTable .normalSmall{
	background: #eaf2cd;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
	color:#414141;
}
#orderTable .normalMedium{
	background: #dfecb4;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
	color:#414141;
}
#orderTable .normalLarge{
	background: #d4e59b;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
	color:#414141;
}
#orderTable .normalXL{
	background: #c9df82;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
	color:#414141;
}
#orderTable .normalXXL{
	background: #bfd969;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
	color:#414141;
}
#orderTable .link{
	text-align:center;
}
#orderTable td a{
	color: #ec6607;
	text-decoration:underline;
}
#orderTable td a:hover{
	color: #ec6607;
	text-decoration:none;
	font-weight:normal;
}
