html {
	min-height: 100.5%;
}
body {
	background: #F2F5F8 url(../../_images/back/back_body.gif) repeat-y center;
	margin: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
}
#root {
}

#page {
	width: 950px;
	text-align: left;
	margin: 0px auto 0px;
	background: #FFF;
}
#page img {
	border-style: none;
}


/* Kopfbereich */
#head {
	background: url(../../_images/back/back_head.jpg);
	height: 120px;
}

#title {
	padding: 20px 0px 20px 20px;
	float: left;
}


/* Hauptnavigation */

#navi {
	background: url(../../_images/back/back_navi.gif);
	color: #FFF;
	text-align: right;
	height: 30px;
	padding-left: 20px;
	margin-top: 1px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi li {
	font-size: 12px;
	float: left;
	margin: 0px;
	padding: 0px 32px 0px 30px;
	line-height: 30px;
	background: url(../../_images/back/back_navi-list.png) right center no-repeat;
}
*html #navi li {
	background: url(../../_images/back/back_navi-list.gif) right center no-repeat;
}
#navi li.first {
	padding: 0px 32px 0px 10px;
}
#navi li.last {
	background: none;
}
*html #navi li.last {
	background: none;
}
#navi a {
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#navi a:hover {
	color: #9BD;
}
#navi a.current {
	color: #9BD;
}


/* Suchformular */

#navi form {
	float: right;
	background: url(../../_include/_images/back/back_navi-right.gif) no-repeat right top;
	margin: 0px;
	border: 0px;
	padding: 6px 60px 0px 0px;
}
#navi input.text {
	background: #FFF;
	border: 1px #9BD solid;
	width: 128px;
	height: 14px;
	font-size: 12px;
	margin: 0px;
	color: #999;
	font-size: 11px;
	padding: 1px 0px 1px 2px;
	vertical-align: middle;
	display: block;
	float: left;
}
#navi input.image {
	height: 16px;
	width: 16px;
	border-style: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
	display: block;
	float: left;
}


/* Hauptbereich */

#main {
	background: url(../../_images/back/back_main.gif) repeat-x left top;
	padding: 20px 0px 0px 20px;
	margin: 1px 0px 0px;
	clear: left;
}


/* Menü */

#menu {
	width: 200px;
	float: left;
	padding-bottom: 25px;
}
#menu h4 {
	background: url(../../_images/back/back_menu-head.gif);
	height: 25px;
	width: 200px;
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font: bold 14px/25px "Times New Roman", Times, serif;
}
#menu h4 span {
	background: url(../../_images/back/back_menu-head-span.gif) center repeat-x;
	padding: 0px 10px;
	margin-bottom: 0px;

}
#menu ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
	background: #36A url(../../_images/back/back_menu-list.gif) bottom no-repeat;
}
#menu li {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #58B;
	border-bottom: 1px solid #135;
	line-height: 30px;
}
#menu li a {
	text-decoration: none;
	display: block;
	color: #FFF;
	font-weight: bold;
	width: 170px;
	line-height: 20px;
	padding: 5px 10px 5px 20px;
}
#menu li a:hover {
	background: #58B;
}
#menu li a.current {
	background: url(../../_images/back/back_menu-current.gif) no-repeat 7px 13px;
	font-weight: bold;
	color: #FFF;
}
#menu li a.current:hover {
	background: #58B url(../../_images/back/back_menu-current.gif) no-repeat 7px 13px;
}
#menu ul ul {
	padding: 0px;
	border-top-style: none;
	background: none;
	margin: 0px;
}
#menu li li {
	font-size: 13px;
	line-height: 26px;
	border-bottom-style: none;
	border-top-style: none;
	border-bottom-style: none;
	line-height: 26px;
}
#menu li li a {
	color: #FFF;
	font-weight: normal;
	width: 160px;
	line-height: 15px;
	padding: 5px 10px 5px 30px;
}
#menu li li a:hover {
	background: #58B;
}
#menu li li a.current {
	font-weight: bold;
	background: url(../../_images/back/back_menu-current.gif) no-repeat 17px 11px;
}
#menu li li a.current:hover {
	background: #58B url(../../_images/back/back_menu-current.gif) no-repeat 17px 11px;
}


#menu h5 {
	padding: 0px 20px;
	font-size: 12px;
	margin: 15px 0px 5px;
	line-height: 18px;
	color: #555;
} 
#menu p {
	font-size: 11px;
	line-height: 16px;
	color: #555;
	padding: 0px 20px;
	margin: 0px 0px 5px;
}
#menu p.price {
	font-size: 14px;
	float: right;
	margin-top: 10px;
	font-weight: bold;
}
#menu div.box {
	background: url(../../_images/back/back_box.gif) bottom repeat-x #d9e1e8;
	padding: 0px 0px 20px;
	margin-bottom: 20px;
}
#menu div.box a {
	color: #047;
	font-weight: bold;
	text-decoration: none;
}
#menu div.box a:hover {
	text-decoration: underline;
	color: #36A;
}
#menu div.signet {
	padding: 20px 0px 0px 20px;
}
#menu div.signet img {
	margin: 0px 10px 0px 0px;
}


#menu form {
	padding: 0px;
	margin: 0px;
}
#menu input.button {
	margin: 10px 0px 0px 20px;
	width: 159px;
	height: 30px;
	background: url(../../_images/button/button_column.gif) no-repeat center center;
	color: #FFF;
	text-align: center;
	border-style: none;
	padding: 0px 0px 3px;
	font: bold 12px Arial, Helvetica, sans-serif;
}


/* Wrapper */

#wrapper {
	float: left;
	width: 450px;
	padding-right: 30px;
	margin-left: 30px;
}
#wrapper.full {
	border-right-style: none;
	width: 680px;
	padding-right: 0px;
}

#wrapper.full p {
	margin-right: 10px;
}
#wrapper.full img.right {
	margin-right: 10px;
}




/* Inhalte */

#content {
	float: left;
	padding: 0px 0px 20px;
	width: 100%;
}
#content h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #555;
	font: normal 26px/30px "Times New Roman", Times, serif;
}
#content h2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #555;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content ul {
	margin: 15px 0px 15px 30px;
	padding: 0px;
	list-style: square;
}
#content ol {
	margin: 15px 0px 15px 30px;
	padding: 0px;
}
#content li {
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 18px;
}
#content ul ul {
	list-style: disc;
}
#content hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #DDF;
}
#content img {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
}
#content a img {
	border-style: none;
}
#content img.left {
	float: left;
	margin-right: 20px;
}
#content img.center {
	margin-right: auto;
	margin-left: auto;
}

#content img.right {
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}
#content a {
	color: #047;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #36A;
}

#content abbr {
	border-bottom: 1px dotted #9B9;
	cursor: help;
}
#content acronym {
	border-bottom: 1px dotted #BBB;
	cursor: help;
	color: #F00;
}
#content embed {
	margin-bottom: 10px;
}


/* Formulare */


#content form {
	margin: 0px;
	padding: 10px 0px;
}
#content form acronym {
	color: #D00;
	border-style: none;
}
#content form br {
	clear: left;
}
#content fieldset {
	margin: 0px;
	padding: 10px 0px;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content fieldset.button {
	padding-left: 150px;
}
#content legend {
	font-size: 12px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #555;
	line-height: 20px;
	font-weight: bold;
}
#content label {
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	padding-right: 10px;
}
#content label.left {
	float: left;
	width: 140px;
}
#content label.data {
	line-height:30px;
}
#content label.right {
	display: block;
	line-height: 20px;
	float: left;
	vertical-align: top;
	padding: 3px 0px 2px;
	width: 100px;
}
#content label.none {
	float: left;
	white-space: nowrap;
	width: 0px;
	padding: 0px;
	margin-right: -150px;
}
#content label.check {
	float: left;
	line-height: 20px;
	padding: 3px 0px 2px;
	width: 400px;
}
#content input.text {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
}
#content input.text:focus {
	border: 1px solid #047;
}
#content input.horizontal {
	margin: 1px 3px 0px 0px;
	padding: 0px;
	border-style: none;
	height: 19px;
	width: 19px;
	vertical-align: middle;
}
#content input.vertical {
	padding: 0px;
	border-style: none;
	float: left;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 150px;
}
#content input.check {
	float: left;
	padding: 0px;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 0px;
}
#content input.button {
	font: 12px Arial, Helvetica, sans-serif;
}
#content input.submit {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content input.file {
	font: 12px Arial, Helvetica, sans-serif;
}
#content textarea {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
#content textarea:focus {
	border: 1px solid #047;
}
#content select {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 1px 2px;
}
#content select:focus {
	border: 1px solid #047;
}
#content optgroup {
	font-style: normal;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content option {
}
#content span.hint {
	font-size: 12px;
	color: #999;
	padding-left: 10px;
}


/* Formularfehler  */

#content span.error {
	color: #B00;
	font-weight: bold;
}
#content div.error {
	border: 1px solid #B00;
	padding: 10px 20px;
	margin: 10px 0px;	
}
#content div.error p {
	color: #B00;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/* Tabellen */

#content table {
	margin: 0px 0px 20px;
	padding: 0px;
	border-style: none;
}
#content th {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#content td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 20px 0px 0px;
}

/* Sitemap */

#content .sitemap {
	float: left;
 	width: 310px;
}

/* Paginierung */

#pages {
	margin: 0px;
	clear: left;
}
#pages ul {
	margin: 0px;
	padding: 0px;
}
#pages li {
	list-style: url(none) none;
	display: inline;
	border-right: 1px solid #ccc;
	font-size: 12px;
	color: #777;
	padding-right: 5px;
	padding-left: 5px;
}
#pages li.title {
	font-size: 12px;
	border-right-style: none;
	font-weight: bold;
	color: #000;
}
#pages li.last {
	border-right-style: none;
}
#pages a {
	color: #047;
	text-decoration: none;
	font-size: 12px;
}
#pages a.active {
	font-weight: bold;
	color: #555;
}
#pages a:hover {
	color: #36A;
	text-decoration: underline;
}

#turn {
	clear: left;
	height: 30px;
}
#turn ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#turn li {
	line-height: 15px;
	float: left;
	white-space: nowrap;
	margin: 7px 0px 8px;
	padding: 0px 7px;
	border-right: 1px solid #DDF;
}
#turn li.title {
	padding-left: 0px;
	border-right-style: none;
}
#turn li.previous {
	color: #AAA;
}
#turn li.next {
	padding-right: 0px;
	border-right-style: none;
	color: #AAA;
}
#turn a.current {
	color: #555;
	font-weight: bold;
}



/* Breadcrumb Navigation */

#breadcrumb {
	font-size: 11px;
	margin-bottom: 15px;
	color: #BBB;
}
#breadcrumb a {
	color: #777;
	text-decoration: none;
	font-weight: normal;
}
#breadcrumb a:hover {
	color: #777;
	text-decoration: underline;
}


/* Produktübersicht */

#list {
}
#list h3 {
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 5px;
}
#list h6 {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	text-align: right;
	margin: 10px 0px 0px;
}
#list p {
	color: #555;
	font-size: 12px;
	line-height: 15px;
	padding: 0px 0px 5px;
	margin: 0px;
}
#list span {
	color: #555;
	font-size: 12px;
	line-height: 25px;
	padding-left: 7px;
}
#list a.portrait {
	width: 90px;
	height: 120px;
	padding: 10px 25px;
	border: 1px solid #DDD;
	margin: 0px;
	display: block;
}
#list a.landscape {
	width: 120px;
	height: 90px;
	padding: 25px 10px;
	border: 1px solid #DDD;
	margin: 0px;
	display: block;
}
#list a.portrait:hover {
	border: 1px solid #58B;
}
#list a.landscape:hover {
	border: 1px solid #58B;
}
#list a img {
	margin: 0px;
	padding: 0px;
}
#list ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
	float: left;
}
#list li {
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
}
#list li h3 {
	padding-top: 5px;
	width: 142px;
	height: 40px;
	font-size: 12px;
}
#list li h3 a {
}
#list li h3 a:hover {
	text-decoration: none;
}



#list table {
	width: 100%;
}
#list col.image {
	width: 160px;
}
#list col.product {
}
#list tr {
}
#list td {
	vertical-align: top;
	padding: 0px 0px 20px;
}

#list form {
	margin: 0px;
	padding: 0px;
}
#list label {
	width: 50px;
	float: left;
	color: #999;
}
#list select {
	width: 120px;
	margin-top: 2px;
	font-weight: bold;
	color: #555;
}
#list input.button {
	margin: 10px 0px 0px;
	width: 180px;
	height: 20px;
	background: url(../../_images/button/button_list.gif) no-repeat;
	color: #FFF;
	text-align: center;
	padding: 0px 0px 3px;
	border-style: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	float: left;
}



/* Prdouktseite */
#product {
}
#product div.image {
	padding: 10px;
	float: left;
	border: 1px solid #DDD;
	margin-right: 28px;
}
#product img {
	margin: 0px;
	padding: 0px;
	display: block;
}
#product div.facts {
	float: left;
	width: 210px;
}
#product div.details {
	padding-top: 20px;
	clear: left;
}
#product h2 {
	margin: 0px;
	line-height: 25px;
}
#product p.previous {
	float: left;
}
#product p.next {
	float: right;
}
#product p.overview {
	text-align: center;
}

#product form {
	padding: 0px;
	margin: 0px;
}
#product label {
	color: #999;
	display: block;
}
#product select {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color: #555;
}
#product a.button {
	margin: 10px 0px 0px 0px;
	display: block;
	width: 210px;
	height: 28px;
	background: url(../../_images/button/button_product.gif);
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
}
#product a.button:hover {
	background: url(../../_images/button/button_product_hover.gif);
	color: #FFF;
	text-decoration: none;
}
#product input.button {
	margin: 0px 0px 0px 0px;
	display: block;
	width: 210px;
	height: 28px;
	background: url(../../_images/button/button_product.gif);
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	padding: 0px 0px 5px 0px;
	border-style: none;
}
#product input.button:hover {
	background: url(../../_images/button/button_product_hover.gif);
}
#product table {
	margin: 0px 0px 10px;
	padding: 0px;
	border-style: none;
}
#product th {
	font-weight: normal;
	color: #999;
	line-height: 25px;
}

#product td {
	margin: 0px;
	padding: 0px;
}
#product col.price {
	width: 100px;
}
#product col.amount {
	width: 100px;	
}

/* Warenkorb */

#cart {
}
#cart form {
	padding: 0px;
}
#cart img {
	margin: 0px;
	padding: 0px;
}

#cart table {
	width: 100%;
}
#cart col.action {
	width: 30px;
}
#cart col.number {
	width: 60px;
}

#cart col.image {
	width: 70px;
}
#cart col.product {
}
#cart col.amount {
}
#cart col.available {
}
#cart col.unit {
	width: 90px;
}
#cart col.total {
	width: 90px;
}
#cart col.address {
	width: 220px;
}

#cart thead th {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	border-bottom: 1px solid #135;
	padding-right: 5px;
	color: #FFF;
	background: #58B;
	padding-left: 5px;
}
#cart thead th.unit {
	text-align: right;
}
#cart thead th.total {
	text-align: right;
}
#cart tbody th {
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cart tbody td {
	border-bottom: 1px solid #CCC;
	padding: 10px 5px;
}
#cart tbody td.number {
	font-size: 11px;
}

#cart tbody td.product {
}
#cart tbody td.variant {
	vertical-align: bottom;
}
#cart tbody td.amount {
	vertical-align: bottom;
}
#cart tbody td.available {
	vertical-align: bottom;
}
#cart tbody td.unit {
	text-align: right;
	vertical-align: bottom;
}
#cart tbody td.total {
	text-align: right;
	vertical-align: bottom;
}
#cart tfoot {
}
#cart tfoot td {
	text-align: right;
	line-height: 20px;
	padding-right: 5px;
}
#cart tfoot td.subtotal {
	padding-top: 10px;
}
#cart fieldset.checkout {
	float: right;
}

/* Thumbnails */

#thumbs {
	margin-top: 20px;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
}
#thumbs li {
	padding: 0px;
	list-style: url(../../_styles/none) none;
	float: left;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px 20px 20px 0px;
}
#thumbs a {
	text-decoration: none;
	display: block;
	border: 1px solid #DDD;
}
#thumbs a:hover {
	border: 1px solid #58B;
	text-decoration: none;
}
#thumbs img {
	display: block;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#thumbs img.landscape {
	margin: 0px;
	padding: 25px 10px;
}
#thumbs img.portrait {
	padding: 10px 25px;
}
#thumbs img.square {
	padding: 10px;
}

#thumbs span {
	display: block;
	white-space: nowrap;
	padding-bottom: 10px;
}

/* Galerienavigation */

#gallery p {
}
#gallery p.previous {
	float: left;
	color: #AAA;
	font-size: 12px;
	width: 30%;
}
#gallery p.overview {
	text-align: center;
	color: #AAA;
	font-size: 12px;
}
#gallery p.next {
	float: right;
	color: #AAA;
	font-size: 12px;
	width: 30%;
	text-align: right;
}

/* Galeriebild */

#image {
	margin-bottom: 20px;
	margin-top: 10px;
}
#image.portrait {
	padding: 10px 60px;
	border: 1px solid #DDD;
	text-align: center;
}
#image.landscape {
	padding: 10px;
	border: 1px solid #DDD;
	text-align: center;
}
#image img {
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #DDD;
}



/* Zusatzspalte */

#column {
	float: left;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 200px;
}
#column h4 {
	background: url(../../_images/back/back_menu-head.gif);
	height: 25px;
	width: 200px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
#column h4 span {
	background: url(../../_images/back/back_menu-head-span.gif) center repeat-x;
	padding: 0px 10px;
	margin-bottom: 0px;

}
#column div.box {
	background-color: #D9E1E8;
	background: url(../../_images/back/back_box.gif) bottom repeat-x #d9e1e8;
	padding: 0px 0px 20px;
	margin-bottom: 20px;
}
#column h5 {
	padding: 0px 15px;
	font-size: 12px;
	margin: 15px 0px 5px;
	color: #555;
	line-height: 18px;
} 
#column p {
	font-size: 11px;
	line-height: 16px;
	color: #555;
	padding: 0px 15px;
	margin: 0px 0px 5px;
}
#column p.amount {
	margin-bottom: 0px;
}



#column p.price {
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
}
#column p.offer {
	color: #700;
	font-size: 12px;
	font-weight: bold;
}

#column img {
	margin: 0px 0px 0px;
	padding: 0px;
	display: block;
	border-style: none;
}
#column img.thumb {
	margin: 5px 20px 10px 10px;
	float: right;
}

#column hr {
	margin: 10px 15px;
	height: 1px;
	border-top: 1px solid #AABBCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	padding: 0px;
	clear: right;
}
#column br {
	clear: left;
}



#column table {
	margin: 10px 15px;
	border-style: none;
}
#column th{
	font-size: 12px;
	color: #555;
	line-height: 22px;
}
#column td {
	font-size: 12px;
	color: #555;
	line-height: 22px;
}
#column a {
	color: #047;
	font-weight: bold;
	text-decoration: none;
}
#column a:hover {
	text-decoration: underline;
	color: #36A;
}

#column a.button {
	margin: 15px 0px 0px 20px;
	display: block;
	width: 159px;
	height: 30px;
	background: url(../../_images/button/button_column.gif);
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	clear: both;
	line-height: 28px;
}
#column a.button:hover {
	background: url(../../_images/button/button_column_hover.gif);
	color: #FFF;
	text-decoration: none;
}
#column form {
	padding: 0px;
	margin: 0px;
}
#column input.button {
	margin: 10px 0px 0px 20px;
	width: 159px;
	height: 30px;
	background: url(../../_images/button/button_column.gif);
	color: #FFF;
	text-align: center;
	border-style: none;
	padding: 0px 0px 3px;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
}

/* Fußbereich */

#foot {
	text-align: center;
	clear: both;
	padding: 40px 0px 0px;
	height: 40px;
	background: url(../../_images/back/back_foot.gif) repeat-x left top;
	margin: 0px;
}
#foot ul {
	padding: 0px;
	margin: 0px;
}
#foot li {
	list-style: none;
	border-right: 1px solid #CCC;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 10px;
	display: inline;
}
#foot li.last {
	border-right-style: none;
}

#foot a {
	text-decoration: none;
	color: #AAA;
}
#foot a:hover {
	text-decoration: underline;
	color: #047;
}

div.clear {
	clear: both;
}

