/* -------------------------------------------------
     PROGRESSBAR 
   ------------------------------------------------- */
.progressbar {
	font-weight: bold;
	height: 42px;
}

.progressbar .baritem {
	width: 264px;
	padding: 7px 10px 0 10px;
	
	float: left;
	height: 50px;
}
.progressbar .baritem-first {
	margin-right: 2px;
}

.progressbar .progressbaract {
	background: url("img/bg_order_progress_active.jpg") top left no-repeat;
}

.progressbar .progressbarinact {
	background: url("img/bg_order_progress_inactive.jpg") top left no-repeat;
	color: white;
}

/* -------------------------------------------------
     TOPTEN
   ------------------------------------------------- */
.topten {
	
	
	background: url("img/bg_topten.jpg") top left no-repeat;
	padding: 13px 0;
	margin: 0 0 2em 0;
	height: 1%;
}

.topten h1 {
	padding: 8px 10px 0px 18px;
	margin: 0;
	height: 48px;
	font-size: 18pt;
	color: #525252;
	float: left; 
	background:url("img/bg_topten_h1.jpg") top right no-repeat;
}

.toptenyellow h1 {
	color: black;
	background: none;
}

.topten .left {
	float: left;
	width: 50%;
}

.topten .right {
	float: left;
	width: 50%;
}

.topten ol {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.topten .left ol {
	margin: 0px 0px 0px 13px !important;
}

.topten .right ol {
	margin: 0px 13px 0px 0px !important;
}

.topten li {
	margin: 1px 1px 0px 0px !important;
	padding: 5px !important;
	color: black;
	font-weight: bold;
	font-size: 14px;
	height: 100%;
}

.topten .toptenitem-1 {
	background: url("img/topten_g_1.gif") left 6px no-repeat #F5E17E;
}

.topten .toptenitem-2 {
	background: url("img/topten_g_2.gif") left 6px no-repeat #F5E17E;
}

.topten .toptenitem-3 {
	background: url("img/topten_g_3.gif") left 6px no-repeat #F5E17E;
}

.topten .toptenitem-4 {
	background: url("img/topten_g_4.gif") left 6px no-repeat #F5E17E;
}

.topten .toptenitem-5 {
	background: url("img/topten_g_5.gif") left 6px no-repeat #F5E17E;
}

.topten .toptenitem-6 {
	background: url("img/topten_g_6.gif") left 6px no-repeat #F5E17E;
}

.topten .toptenitem-7 {
	background: url("img/topten_g_7.gif") left 6px no-repeat #F5E17E;
}

.topten .toptenitem-8 {
	background: url("img/topten_g_8.gif") left 6px no-repeat #F5E17E;
}

.topten .toptenitem-9 {
	background: url("img/topten_g_9.gif") left 6px no-repeat #F5E17E;
}

.topten .toptenitem-10 {
	background: url("img/topten_g_10.gif") left 6px no-repeat #F5E17E;
}

.topten a {
	padding-left: 30px;
	color: #333333;
}

.toptendesc {
	padding: 0 0.65em;
}

.toptendesc h2 {
	font-size: 14pt;
	margin: 1em 0 0.5em 0;
	padding: 0 0 0 30px;
}

.toptendesc h2 a {
	
}

.toptendesc .item-1 h2 {
	background: url("img/topten_1.gif") left center no-repeat;
	margin: 0em 0 0.5em 0;
}

.toptendesc .item-2 h2 {
	background: url("img/topten_2.gif") left center no-repeat;
}

.toptendesc .item-3 h2 {
	background: url("img/topten_3.gif") left center no-repeat;
}

.toptendesc .item-4 h2 {
	background: url("img/topten_4.gif") left center no-repeat;
}

.toptendesc .item-5 h2 {
	background: url("img/topten_5.gif") left center no-repeat;
}

.toptendesc .item-6 h2 {
	background: url("img/topten_6.gif") left center no-repeat;
}

.toptendesc .item-7 h2 {
	background: url("img/topten_7.gif") left center no-repeat;
}

.toptendesc .item-8 h2 {
	background: url("img/topten_8.gif") left center no-repeat;
}

.toptendesc .item-9 h2 {
	background: url("img/topten_9.gif") left center no-repeat;
}

.toptendesc .item-10 h2 {
	background: url("img/topten_10.gif") left center no-repeat;
}

.toptendesc p {
	margin: 0 0 0.5em 0;
}

.toptendesc .left {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 270px;
}

.toptendesc .right {
	float: left;
	margin: 0 0 0 2em;
	padding: 0;
	width: 240px;
}

/* -------------------------------------------------
     SITEMAP
   ------------------------------------------------- */
.csc-sitemap h1 {
	margin-top: 25px;
	font-size: 160%;
}

.csc-sitemap ul ul {
	padding-left: 20px;
}

.csc-sitemap h1.hasSub a {
	padding: 3px 10px 3px 20px;
	background-image: url("img/icon_link_down2.gif");
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
}

.csc-sitemap ul li.hasSub a {
	background-image: url("img/icon_link_down.gif");
}

.csc-sitemap ul li.noSub a {
	background-image: url("img/icon_link_more.gif");
}

.csc-sitemap ul li a {
	padding: 3px 10px 3px 20px;
	color: black;
	text-decoration: none;
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
}

.csc-sitemap ul.csc-sitemap-level3 li.hasSub a {
	background-image: url("img/icon_link_down2.gif");
}

.csc-sitemap ul.csc-sitemap-level3 li.noSub a {
	background-image: url("img/icon_link_intern.gif");
}

.csc-sitemap ul.csc-sitemap-level3 li a {
	padding: 1px 10px 1px 20px;
	color: black;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
}

.csc-sitemap ul li {
	margin-top: 6px;
	margin-bottom: 6px;
}

ul.csc-sitemap {
	list-style: none;
	list-style-image: none;
}

/* -------------------------------------------------
     TABLES
   ------------------------------------------------- */
table {
	margin: 0;
	caption-side: bottom;
	font-size: 100%;
	border-collapse: collapse;
}

table caption {
	margin: 3px;
	font-size: 8pt;
	text-align: left;
}

table thead {
	text-align: left;
}

table td,table th {
	padding: 0.5em;
}

table.styledtable {
	width: 100%;
	border: 1px solid #ccc;
	background-color: #ffffff;
	border-collapse: separate;
	border-spacing: 0px;
}

.infobox table.styledtable {
	width: auto;
	
}

table.styledtable thead {
	/* old color */
	/*background: #F9BE00;*/
	background: #F9D04C;
}

table.styledtable .even {
	background: #F4F4F4;
}

table.styledtable td {
	border: 1px solid white;
	margin: 0px;
}
table.styledtable thead tr {
	border: 1px solid white;
	margin: 0px;
}

table.styledtable .odd {
	background: #E9E9E9;
}

table.ordertable tbody td {
	border-top: 1px solid #666;
}

table.ordertable td.last {
	border-top: 0;
}

table.ordertable td.rightborder {
	border-right: 1px solid #666;
}

table.ordertable td.no-border {
	border: none;
}

/* -------------------------------------------------
     INDEXED SEARCH
   ------------------------------------------------- */
.tx-indexedsearch-form .buttonborder {
	margin-top: 1.45em;
	float: left !important;
	
}
.tx-indexedsearch-searchbox fieldset {
	margin-top: 0px !important;
}
.tx-indexedsearch .anchors {
	margin-bottom: 20px !important;
}

.tx-indexedsearch p.tx-indexedsearch-resultcount {
	margin-bottom: 2px;
}

.tx-indexedsearch .pages {
	margin-top: 0px !important;
}

.tx-indexedsearch-res {
	margin-bottom: 30px;
	margin-top: 40px;
}

legend {
	 height: 0px;
	 display: none;
}

strong.tx-indexedsearch-redMarkup {
	background-color: #FDDF7D;
	font-weight: normal;
	
}

.tx-indexedsearch-whatis {
	display: none;
}
.tx-indexedsearch-searchbox {
	border: 1px dashed #999;
	clear: both;
	background: #F8F8F8;
	height: 1%;
	list-style-image: none;
	list-style-type: none;
	padding: 10px 20px 10px 20px;
	margin: 0px;
}


.tx-indexedsearch-browsebox ul {
	list-style: none;
	clear: both;
	margin: 20px 0px 20px 0px;
	height: 1em;
}
