/* -------------------------------------------------------------- 
  
   Bellevue Screen Style
   * by nckck.com
   * uses parts of boilerplate and 960.gs
   
-------------------------------------------------------------- */


@import "reset.css";
@import "typography.css";
@import "960.css";



/* Page
------------------------*/

body {
	background: #fff;
	color: #000;
	padding: 0px 0 40px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

#cont {
  position: absolute;
  top: 90px;
  width: 100%;
}

#shop {
  position: absolute;
  top: 65px;
  width: 100%;
}

/* Header
------------------------*/

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 120px;
  background: #05303E;
}

#header .logo {
  margin-top: 40px;
  margin-left: 20px;
}

#header ul {
	margin: 15px 15px 0 0;
	padding: 0;
	text-align: right;
}
#header li {
	display:inline;
	padding: 5px;
}
#header a {
	color: #BD9E3B;
	text-decoration: none;
}

/* Fonts
------------------------*/

span.red {
  color: red;
}

/* Menu
------------------------*/

.fotoheader {
  width: 960px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.shopheader {
  width: 960px;
  height: 30px;
  overflow: hidden;
  position: relative;
}

.fotoheader img {
  width: 960px;
  height: 200px;
  z-index: 0;
}

.fotoheader .menu {
	position: absolute;
	bottom: 0px;
	left: 15px;
	z-index: 3;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.shopheader .menu {
	position: absolute;
	bottom: 0px;
	right: 15px;
	z-index: 3;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.fotoheader .menu li, .shopheader .menu li {
	float: left;
}
.fotoheader .menu li a, .shopheader .menu li a {
	float: left;
	height: 18px;
	background: #f0f0f0;
	padding: 10px 10px 2px 10px;
	text-align: center;
	margin-right: 1px;
	margin-top: 0px;
	opacity: 0.7;
	filter:Alpha(opacity=70);
	cursor: pointer;
	text-decoration: none;
}
.fotoheader .menu li a:hover, .shopheader .menu li a:hover {
	opacity: 0.8;
	filter:Alpha(opacity=80);
}
.fotoheader .menu a:hover, .shopheader .menu a:hover {
	text-decoration: none;
}
.fotoheader .menu li.active a, .shopheader .menu li.active a {
	margin-top: 0px;
	opacity: 1;
	filter:Alpha(opacity=100);
	cursor: default;
}

.sub {
  background: #f0f0f0;
  overflow: hidden;
  height: 34px;
}
.sub .menu {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type:none;
}
.sub .menu li {
	float: left;
}
.sub .menu li a, .sub .checkout li.cart {
	float: left;
	background: #f0f0f0;
	padding: 12px 6px 12px 6px;
	text-align: center;
	margin-right: 1px;
	margin-top: 0px;
}
.sub .menu li a {
	text-decoration: none;
}
.sub .menu li a:hover {
	background: #fff;
}
.sub .menu a:hover {
	text-decoration: none;
}
.sub .menu li.active a {
	background: #fff;
	cursor: default;
}

.sub .checkout {
  float: right;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type:none;
}
.sub .checkout li {
  display: inline;
}

/* Content
------------------------*/

.container_content {
  overflow: hidden;
}

.sidebar {
  padding: 15px 15px;
  background: #f0f0f0;
  padding-bottom: 3000px;
  margin-bottom: -3000px;
}

.sidebar .menu {
	margin: 0 0 20px 0px;
	padding: 0;
	list-style-type:none;
}
.sidebar .menu li {
	font-weight: bold;
	line-height: 1.5em;
	list-style-type:none;
}
.sidebar .menu li ul {
	margin-left: 10px;
}
.sidebar .menu li ul li {
	font-weight: normal;
	cursor: pointer;
}
.sidebar .menu li ul li ul {
	display: none;
}

.content {
  padding: 20px 0 0 0;
}

.content.columns_2 {
  padding: 20px;
}

.content.columns_3 {
  padding: 20px 0;
}

.grid_6 .searchbox {
  margin: 20px 0 0 0;
}

.grid_6 .searchbox input {
	width:440px;
	height: 31px;
	background-image: url(../img/search.png);
	border: 1px solid #cfcfcf;
	padding: 10px 10px 0 10px;
	margin: 0 0 5px 0;
	font-size: 21px;
	color: #05303E;
}

.grid_6 .searchbox label {
	margin: 5px 0 0 12px;
}

.content ul {
	margin-bottom: 1em;
	line-height: 120%;
}
.content li {
	margin-left: 1em;
	padding-bottom: 0.4em;
}

.content h2 {
	margin-bottom: 0.3em;
}

.scrollcontent {
	height: 250px;
	overflow: auto;
}

.resetpw label {
    float: left;
    width: 100px;
    margin-bottom: 20px;
    clear: left;
}

.resetpw input {
    margin-bottom: 4px;
}

.resetpw input[type=submit], button {
  width: auto;
    height: 26px;
}

/* Shop Product Overview
------------------------*/

.overview .product {
	position:relative;
	float: left;
	width:220px;
	height: 67px;
	margin: 5px 5px;
}
.overview .product .image a {
	float: left;
	border: 0px solid #cfcfcf;
	margin-right: 5px;
	background-image:url(../img/thumb.png);
	width: 85px;
	height: 65px;
	overflow: hidden;
}
.overview .product .image img {
	width: 85px;
}
.overview .product .desc .price {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: bold;
	text-align: right;
}
.overview .product .desc .price img {
	margin: 3px 0 0 5px;
}
.overview .product .desc .liste {
	float: right;
}
.browse {
	clear: both;
	width: 100%;
	height: 30px;
	padding-top: 20px;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: center;
}
.browse li {
  display: inline;
  padding: 0 0px;
}
.browse a {
	border: 1px solid #B1BFC3;
	padding: 4px 6px;
	background-color: #fff;
}
.browse a:hover, .content .browse .active {
	border: 1px solid #B1BFC3;
	padding: 6px;
	text-decoration: none;
	background-color: #DDD;
}

.btn {
  margin: 0;
  padding: 0;
}
.btn a {
  float: left;
	width: 16px;
	height: 16px;
	background-position: center center;
}
.btn.detail a {
	background-image: url(../img/icon/magnifier__arrow.png);
}
.btn.info a {
	background-image: url(../img/icon/information.png);
}
.btn.cart_put a {
	background-image: url(../img/icon/cart_put.png);
}
.btn.delete a {
	background-image: url(../img/icon/cross.png);
}
.btn a:hover {
	opacity: 0.7;
	filter:Alpha(opacity=70);
}

.overview .product .btn {
  float: right;
  margin: 4px 0 4px 4px;
}

/* Product Detail
------------------------*/
	
.productdetail .image {
  width: 460px;
  cursor: pointer;
}

.productdetail .image img {
  width: 260px;
}

.productdetail table {
  margin: 15px 0 15px 0;
  width: 460px;
}

.productdetail td {
  padding: 3px;
}

.productdetail td.col_btn {
  width: 20px;
}

.productdetail td.col_amount {
  width: 58px;
}

.productdetail td.price {
  font-weight: bold;
}

.productdetail td.price .small {
  font-weight: normal;
}

.productdetail td.price .strike {
  text-decoration: line-through;
}

.productdetail td.price .offer {
  color: red;
}

.productdetail thead {
  font-weight: bold;
}

.productdetail thead td {
  padding: 6px 3px 0 3px;
  background-image: url(../img/btn_bg.png);
}

.productdetail tbody tr.odd{
  background-color: #f1f1f1;
}

.productdetail .product #price {
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	width: 100px;
	margin: 0;
	text-align: right;
}
.productdetail .product #price .orderinfo {
	border-top: 2px solid white;
	background-image: url(../img/infobox.png);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color: #B1BFC3;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	color: #666;
}
.productdetail .product .order {
	margin: 10px 10px 0 0;
	text-align: right;
}
.productdetail .product .order #amount {
	background-image: url(../img/bg_amount.png);
	width: 94px;
	height: 26px;
	padding: 1px 5px 0 0;
}
.productdetail .product input[type=text] {
	background-image: url(../img/btn_bg.png);
	border: 1px solid #cfcfcf;
	font-size: 11px;
	font-weight: bold;
	color: #5d5d5d;
	width: 40px;
	text-align: right;
	margin: 0 0 3px 0;
	padding: 3px;
}
.productdetail .product .small {
	font-size: 11px;
}
.productdetail .product #prodinfo {
	width:320px;
	margin-bottom: 20px;
	line-height: 1.3em;
}
.productdetail .product #prodinfo h1 {
	margin: 10px 0 3px 0;
}
.productdetail .product #prodinfo h2 {
	margin: 5px 0 0 0;
	font-size: 11px;
}
.productdetail .product #prodinfo h3 {
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: 11px;
	height: 11px;
	padding: 5px 0 0 20px;
	background: transparent url(../img/icon/document__exclamation.png) no-repeat center left;
}


/* Shop Sidebar
------------------------*/

.sidebar h2 {
  margin: 25px 0 0 0;
}

.sidebar h5 {
  line-height: 16px;
  font-size: 1.1em;
  padding-left: 20px;
  margin: 0;
  background: url(../img/icon/information.png) no-repeat;
  margin-bottom: 10px;
}

h5.user {
  background: url(../img/icon/key.png) no-repeat;
}
h5.login {
  background: url(../img/icon/key_disable.png) no-repeat;
}
h5.cart {
  background: url(../img/icon/cart.png) no-repeat;
}
h5.search {
  background: url(../img/icon/magnifier.png) no-repeat;
}
h5.edit {
  background: url(../img/icon/pencil.png) no-repeat;
}
h5.view {
  background: url(../img/icon/magnifier__arrow.png) no-repeat;
}

.sidebar div.warning {
    margin: 5px 0;
    padding: 4px 0 4px -20px;
    color: #05303E;
}
.sidebar div.warning a {
    color: #BD9E3B;
}

div.sidebar.right p, div.sidebar.right form {
	margin: 10px 0 15px 20px;
}
div.sidebar.right p.bodytext {
	margin: 10px 0 15px 0;
}

.sidebar .usermenu {
  margin: 10px 0 15px 20px;
  list-style-type: none;
}
.sidebar .usermenu li {
  line-height: 1.3em;
}

.sidebar input {
	background-image: url(../img/btn_bg.png);
	height: 13px;
	border: 1px solid #cfcfcf;
	font-size: 11px;
	color: #5d5d5d;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 5px 2px 5px 2px;
}

.sidebar input[type=submit], button {
  width: auto;
	height: 26px;
}


.sidebar .search input {
	background-image: url(../img/btn_bg.png);
	height: 13px;
	border: 1px solid #cfcfcf;
	font-size: 11px;
	color: #5d5d5d;
	width: 150px;
	margin: 0;
	padding: 5px 2px 5px 2px;
}




/* Warenkorb
------------------------*/

.warenkorb {
  width: 100%;
	margin: 5px 0 10px 0;
	margin-right: -15px;
}

.warenkorb .product {
	padding: 7px 0 3px 0;
	font-size: 12px;
	background-color: white;
}

.warenkorb .ctrl td {
	text-align: center;
	height: 20px;
	overflow: hidden;
	padding: 3px 0 3px 0;
}

.warenkorb .btn {
  padding: 0;
  margin: 0;
  padding-top: 0px;
}

.warenkorb .btn a {
  display: block;
  margin-bottom: -4px;
  bottom: 0;
	width: 23px;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

.warenkorb .btn .del {
	background-image: url(../img/icon/cross_small.png);
}
.warenkorb .btn .delL {
	background-image: url(../img/icon/cross.png);
}
.warenkorb .btn .minus {
	background-image: url(../img/icon/minus_small.png);
}
.warenkorb .btn .plus {
	background-image: url(../img/icon/plus_small.png);
}
.warenkorb .btn .print {
	background-image: url(../img/icon/printer.png);
}
.warenkorb .btn .save {
	background-image: url(../img/icon/disk.png);
}
.warenkorb .btn .voucher {
	background-image: url(../img/icon/script_code.png);
}

.warenkorb .btn a:hover {
	opacity: 0.7;
	filter:Alpha(opacity=70);
}

.warenkorb .price {
	text-align: right !important;
	font-weight: bold;
	background-color:#DDD;
	font-size: 12px;
}

.warenkorb .small {
	font-weight: normal;
	font-size: 11px;
}

.warenkorb .ctrl .amount {
	width: 35px;
	background-color:#DDD;
	color: black;
}

.amount input {
  width: 35px;
	background-color: #DDD;
	height: 14px;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0px;
}

.warenkorb tfoot td {
  padding: 14px 0 8px 0;
  font-style: normal;
  font-weight: bold;
  background-image: url(../img/bg_gradient_fff-f0f0f0.png);
}

.warenkorb tfoot .total {
  text-align: right;
  padding-right: 0;
}

#info {
  text-align: left;
  font-style: normal;
  padding: 0 0 0 28px;
  background-image: url(../img/icon/information.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
}

.warenkorb tfoot .checkout {
  background-image: none;
  background: #fff;
  text-align: right;
  padding: 0;
  border: 0;
}

/* Orders
------------------------*/

.orders table {
  width: 100%;
}

.orders thead {
  background-image: url(../img/bg_gradient_f0f0f0-fff-l.png);
  background-repeat: repeat-x;
  border-bottom: 2px solid #ddd;
}

.orders thead th {
  padding: 15px 3px 7px 3px;
  text-align: left;
}

.orders tfoot {
  background-image: url(../img/bg_gradient_fff-f0f0f0-l.png);
  background-repeat: repeat-x;
  border-top: 2px solid #bbb;
}

.orders tbody tr.odd{
  background-color: #f1f1f1;
}

.orders tbody td {
  padding: 9px 3px;
}

.order .status {
	float: right;
	font-weight: bold;
	padding: 5px 4px;
	background-color: #D7B444;
	color: white;
}

.order .buttons {
	float: right;
	height: 16px;
	width: 40px;
}

.order .products table {
  width: 100%;
}

.order .products thead {
  background-image: url(../img/bg_gradient_f0f0f0-fff-l.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-bottom: 2px solid #ddd;
}

.order .products thead td {
  padding: 7px 3px;
}

.order .products tfoot {
  background-image: url(../img/bg_gradient_fff-f0f0f0-l.png);
  background-repeat: repeat-x;
  border-top: 2px solid #bbb;
}

.order .products tbody tr.even{
  background-color: #f1f1f1;
}

.order .products tbody tr.active{
  background-color: #CAFFAF !important;
}

.order .products tbody tr.important{
  background-color: #FFF47F !important;
}

.order .products tbody td {
  padding: 9px 3px;
}

.order .products tfoot td {
  padding: 9px 3px;
}

.order .products table td {
  text-align: right;
}

.order .c {
  text-align: center;
}

.order .price {
  font-weight: normal;
}

.order .r {
  text-align: right;
}

.order .b {
  font-weight: bold;
}

.order .l {
  text-align: left;
}

.order .products .c.price {
  border-bottom: 1px solid #ddd;
}

.order .u {
	display: block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
	padding: 0 0 3px 0;
}

.order .products table .price {
  width: 65px;
}

.order .products table .amount {
  width: 40px;
}

.order .grid_3 p {
	margin: 0;
}

.order h2 {
	font-size: 1.2em;
}

.order .payment {
	margin: 10px 0;
}

.order .cnt {
	padding: 10px;
}

.order .infobar h3 {
	margin-bottom: 5px;
}

.order .infobar .grid_6 {
	margin: 10px 0 0 0;
}

/* Checkout
------------------------*/

.checkout input, .checkout button, button {
	background-image: url(../img/btn_bg.png);
	height: 13px;
	border: 1px solid #cfcfcf;
	font-size: 11px;
	color: #5d5d5d;
	margin: 0 0 3px 0;
	padding: 5px 2px 5px 2px;
}

.checkout li {
    list-style-type: none;
}

button#gold {
	background-image: url(../img/btn_checkout-bg.png);
	border: 1px solid #DDBD57;
	color: white;
	font-weight: bold;
}

.checkout input[type=text], .checkout input[type=password] {
  width: 80%;
}

.checkout input[type=submit], .checkout button, button {
  width: auto;
	height: 26px;
}

.checkout {
  position: relative;
  background-color: #f0f0f0;
  padding: 30px 150px;
}

.checkout.confirm {
  padding: 30px 60px;
}

.steps {
  position: absolute;
  left: 126px;
  top: 80px;
  width: 132px;
}

.checkout.confirm .steps {
  position: absolute;
  left: 36px;
  top: 80px;
  width: 132px;
}

.steps ul {
  list-style-type: none;
}

.steps li {
  padding: 4px;
  background-image: url(../img/checkout_ribbon.png);
  background-repeat: no-repeat;
  height: 30px;
  width: 190px;
  text-align: left;
  margin: 0 0 -10px 0;
  color: #aaa;
  list-style-position: inside;
  padding-left: 10px;
}

.steps li.active {
  background-image: url(../img/checkout_ribbon-active.png);
  color: #111;
}

.checkout h2, .checkout h3 {
  margin: 20px 0 7px 0;
}

.checkout .content {
  border: 1px solid #BD9E3B;
  background: #fff;
  padding: 20px 20px 20px 185px;
  min-height: 200px;
}

.checkout .content .login div,.checkout .content .buttons {
	margin-top: 10px;
	clear: both;
}

.checkout .content .login input[type=text] {
  float: right;
  width: 229px;
}

.checkout .content .login input[type=password] {
  float: right;
  width: 229px;
}

.checkout .content .login input[type=radio] {
  float: left;
  margin: 7px 9px 0 175px;
}

.checkout .content .buttons.login button {
  float: left;
  margin: 5px 0 0 197px;
}

.buttons.address {
	padding-left: 100px;
}

.checkout .content .login label {
  float: left;
  margin: 6px 0 8px 0;
  width: 190px;
}

.delivery div,.address div,.payment div {
  padding: 8px 0;
}

.delivery label,.address label,.payment label {
  padding: 0 0 0 6px;
}

.payment .cards {
  padding: 5px 0 0 15px;
}

.checkout .info {
  display: none;
}

.checkout.confirm table {
  width: 100%;
}

.checkout.confirm thead {
  background-image: url(../img/bg_gradient_f0f0f0-fff-l.png);
  background-repeat: repeat-x;
  border-bottom: 2px solid #ddd;
}

.checkout.confirm thead td {
  padding: 7px 3px;
}

.checkout.confirm tfoot {
  background-image: url(../img/bg_gradient_fff-f0f0f0-l.png);
  background-repeat: repeat-x;
  border-top: 2px solid #bbb;
}

.checkout.confirm tbody tr.even{
  background-color: #f1f1f1;
}

.checkout.confirm tbody td {
  padding: 9px 3px;
}

.checkout.confirm tfoot td {
  padding: 9px 3px;
}

.checkout.confirm table td {
  text-align: right;
}

.checkout.confirm .c {
  text-align: center;
}

.checkout.confirm .b {
  font-weight: bold;
}

.checkout.confirm .l {
  text-align: left;
}

.checkout.confirm .c.price {
  border-bottom: 1px solid #ddd;
}

.checkout.confirm table .price {
  width: 65px;
}

.checkout.confirm table .amount {
  width: 40px;
}

.noscript_overlay {
  position: absolute;
  left: 50%;
  top: 30px;
  margin: 0;
  width: 960px;
  margin-left: -480px;
  height: 100%;
  background-color: white;
  z-index: 9998;
  opacity: 0.9;
  filter:Alpha(opacity=90);
}
#noscriptwarning {
  position: absolute;
  left: 50%;
  margin-left: -210px;
  top: 120px;
  width: 420px;
  height: 250px;
  padding: 20px;
  background-color: white;
  border: 1px solid #BD9E3B;
  z-index: 9999;
}

.overlay {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -470px;
  top: 0;
  width: 940px;
  height: 450px;
  margin-top: 95px;
  background-color: white;
  z-index: 98;
	opacity: 0.7;
	filter:Alpha(opacity=70);
}

.modal {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  top: 140px;
  width: 320px;
  padding: 20px;
  background-color: white;
  border: 1px solid #BD9E3B;
  z-index: 99;
}

.modal input {
	background-image: url(../img/btn_bg.png);
	height: 13px;
	border: 1px solid #cfcfcf;
	font-size: 11px;
	color: #5d5d5d;
	margin: 0 0 6px 0;
	padding: 5px 2px;
}

.modal input[type=text] {
  width: 200px;
}

.modal input[type=submit] {
  float: left;
  margin: 5px 5px 0 0px;
  width: auto;
	height: 26px;
}

.checkout .modal label {
  float: left;
  margin: 8px 10px;
  width: 80px;
  text-align: right;
}

.modal .btns {
  margin-left: 100px;
}

.modal .desc {
  margin-bottom: 15px
}

.modal input.ccnr {
  width: 43px;
}

.modal input.short {
  width: 40px;
}

.modal input.medium {
  width: 150px;
}

.modalbox {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  top: 140px;
  width: 320px;
  padding: 20px;
  background-color: white;
  border: 1px solid #BD9E3B;
  z-index: 999;
}

input {
	background-image: url(../img/btn_bg.png);
	height: 13px;
	border: 1px solid #cfcfcf;
	font-size: 11px;
	color: #5d5d5d;
	padding: 5px 2px;
}

.modalbox input {
	background-image: url(../img/btn_bg.png);
	height: 13px;
	border: 1px solid #cfcfcf;
	font-size: 11px;
	color: #5d5d5d;
	margin: 0 0 6px 0;
	padding: 5px 2px;
}

.newcustomer {
	clear: both;
	display: none;
}

.modalbox input[type=text], .newcustomer input[type=text], .newcustomer input[type=password] {
  width: 200px;
}

.modalbox input[type=submit], .newcustomer input[type=submit] {
  float: left;
  margin: 5px 5px 0 0px;
  width: auto;
  height: 26px;
}

.modalbox label, .newcustomer label, #changepw label {
  float: left;
  margin: 8px 10px;
  width: 80px;
  text-align: right;
}

.agb {
	clear: both;
}

.agb label {
	display: inline;
	width: 250px;
	text-align: left;
}

.agb input {
	float: left;
	margin-left: 75px;
	margin-top: 10px;
}

.modalbox .btns {
  margin-left: 100px;
}

.modalbox .desc {
  margin-bottom: 15px;
}

.modalbox input.ccnr {
  width: 43px;
}

.modalbox input.short, .newcustomer input.short  {
  width: 40px;
}

.modalbox input.medium, .newcustomer input.medium  {
  width: 150px;
}

.modalbox select {
	width: 210px;
}

.modalbox select.short {
	width: 60px;
}

.orderbtns, .cartbtns {
  text-align: right;
}

.cartbtns {
    margin-top: -30px;
}

.orderbtns input.order, .cartbtns input.order {
	background-image: url(../img/btn_checkout-bg.png);
	border: 1px solid #DDBD57;
	color: white;
	font-weight: bold;
}

#newaddressform {
	/*display: none;*/
}

.overlay i.close {
float: right;
width: 16px;
height: 16px;
margin: 20px;
background-image:url(/static/img/btn_close.png);
cursor: pointer;
}

i.loading {
display: block;
width: 100%;
height: 100px;
background-image:url(/static/img/load-white.gif);
background-position: center center;
background-repeat: no-repeat;
}

/* Footer
------------------------*/

#footer {
  border-top: 1px solid #BD9E3B;
}

.footer {
  font-size: 0.9em;
  padding: 10px 20px 1em 20px;
	color: #666;
	text-align: center;
}





tbody tr.listwarning{
  color: #9C8231;
}

tbody tr.listwarning .l{
  padding-left: 28px;
  background-image: url(../img/icon/exclamation.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

tbody tr.listinfo{
  color: #9C8231;
}

tbody tr.listinfo .l{
  padding-left: 28px;
  background-image: url(../img/icon/information.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

#warning {
  text-align: left;
  font-style: normal;
  padding: 0 0 0 28px;
  background-image: url(../img/icon/exclamation.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  color: red;
}

.sidebar .browse {
	clear: both;
	height: 30px;
	padding-top: 20px;
	margin-bottom: 5px;
	list-style-type: none;
}
.sidebar .browse li {
  display: inline;
  padding: 0 0px;
}
.sidebar .browse a {
	border: 1px solid #B1BFC3;
	padding: 4px 6px;
	background-color: #fff;
}
.sidebar .browse a:hover, .sidebar .browse .active {
	border: 1px solid #B1BFC3;
	padding: 6px;
	text-decoration: none;
	background-color: #DDD;
}

.admin tbody tr.even{
  background-color: #f1f1f1;
}