/* lists */
.lastListItem{}

.subPageNavWrap{
	padding:5px;
	padding-top:7px;
	}
#quickSearchSubmit{
	height:15px;
	width:15px;
	}
#navWrap{
	float:right;
	position:relative;
	}
#navMain{
	text-align:center;
	background-image:url(../images/elements/misc/nav_back.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	border:1px solid #404040;
	padding:3px;
	padding-left:15px;
	padding-right:5px;
	/*padding-bottom:5px;*/
	/*margin-top:5px;*/
	}
#navMain ul{
	/*padding-top:5px;*/
	padding:0;
	margin:0;
	}
#navMain ul li{
	margin:0;
	padding:0;
	/*margin-bottom:2px;*/
	/*background-color:#CCCCCC;*/
	list-style-type:none;
	background-image:url(../images/elements/misc/nav_separator.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
	color:#999999;
	}


#navMain ul li a{
	color:white;
	padding-left:0.5em;
	padding-right:0.5em;
	}
#navMain ul li a.shortItem {
	padding-left:0.2em;
	padding-right:0.2em;
	}

#navMain ul li a.shortItem:link, #navMain ul li a.shortItem:visited {
	color:#CCCCCC;
	}
#navMain ul li a.shortItem:hover{
	color:#b5b53d;
	}
	
#navMain ul li.lastItem{
	background-image:none;
	}
#navMain ul li.firstItem a{
	padding-left:0;
	}
#navMain ul li.lastItem a, #navMain ul li a.shortItem{
	padding-right:0;
	}

* html #navMain ul li a{
	/*height:20px;*/
	}
#navMain ul li a:link, #navMain ul li a:visited{
	color:white;
	}
#navMain ul li a:hover{
	color:#b5b53d;
	}
#navMain ul li.currentItem a:link, #navMain ul li.currentItem a:visited{
	color:#b5b53d;
	}
#navMain ul li.currentItem a:hover{
	color:#892362;
	}
#navmain ul li.langTitle{
	padding-left:0.5em;
	}
.blockNav{}
.blockNav ul{
	border-top:1px solid #E7E7E7;
	margin:0;
	padding:0;
	list-style-type:none;
	}
.blockNav ul li{
	border-bottom:1px solid #e7e7e7;
	}
.blockNav ul li a{
	display:block;
	padding-left:8px;
	background-image:url(../images/elements/bullets/arrowright_01.gif);
	background-position:95% 50%;
	background-repeat:no-repeat;
	}


.breadCrumbs{
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:5px;
	}


.plainList ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}

.plainList ul li{
	margin:0;
	padding:0;
	}


.listTypeMoon{margin-bottom:0;}
.listTypeMoon ul{margin:0;padding:0;}
.listTypeMoon ul li{
	margin:0;
	display:inline;
	padding-right:1em;
	padding-bottom:0;
	}
.listTypeMoon ul li a{
	/*background-color:#003300;*/
	margin:0;
	}
.listTypeMoon ul li#firstItem{
	/* border-left:1px solid #e4e4e4; */
	}
.listTypeMoon ul li a:link, .listTypeMoon ul li a:visited{
	
	}
.listTypeMoon ul li a:hover{
	color:#333333;
	}

.listTypeMartini{margin-bottom:0;}
.listTypeMartini ul{
	margin:0;
	padding:0;
	list-style-type:none;
	background-image:url(../images/elements/misc/hr.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:1px;
	}
.listTypeMartini ul li{
	background-image:url(../images/elements/misc/hr.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:white;
	}
.listTypeMartini ul li a:link, .listTypeMartini ul li a:visited {
	display:block;
	color:#333;
	padding:3px;
	padding-left:8px;
	}
.listTypeMartini ul li a:hover{
	background-color:#f6f6f6;
	}



.listTypeScotch{}
.listTypeScotch ul{
	margin:0;
	margin-top:0;
	padding:0;
	list-style:none;
	
	}
.listTypeScotch ul li{
	display:block;
	margin:0;
	padding:0;
	border-top:1px solid #ddd;
	/*background-image:url(../images/elements/misc/hr.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:white;*/
	}
.listTypeScotch ul li a{
	display:block;
	padding:2px;
	padding-left:10px;
	}
.listTypeScotch ul li.current a:link, .listTypeScotch ul li.current a:visited{
	color:#4e2537;
	}
.listTypeScotch ul li a:link, .listTypeScotch ul li a:visited{
	color:#777777;
	}
.listTypeScotch ul li a:link, .listTypeScotch ul li a:visited{
	/*border-bottom:1px solid #e4e4e4;*/
	}

.listTypeScotch ul li.rowEven a:link, .listTypeScotch ul li.rowEven a:visited{
	background-color:#f5f5f5;
	}
.listTypeScotch ul li.rowOdd a:link, .listTypeScotch ul li.rowOdd a:visited{
	/*background-color:#F0EBEF;*/
	background-color:transparent;
	}
.listTypeScotch ul li a:hover, .listTypeScotch ul li.rowOdd a:hover, .listTypeScotch ul li.rowEven a:hover{
	background-color:#e4e4e4;
	}




.listTypeSide01{}
.listTypeSide01 ul{
	list-style-type:none;
	padding:0;
	margin:0;
	}
.listTypeSide01 ul li{
	padding:0;
	margin:0;
	margin-bottom:3px;
	}
.listTypeSide01 ul li a{
	background-image:url(../images/elements/buttons/side01/sb_run_off.jpg);
	padding-bottom:10px;
	background-repeat:repeat-y;
	background-position:left top;
	margin-bottom:5px;
	}


