/* @override http://overkill2.local/css/global.css */

body {
	/*font-family: sans-serif,arial;*/
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	margin: 5px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}

a{
	text-decoration: none;
	color:  #FFFFFF;
}


a.visited{
	color: inherit;
}

strong{
	font-weight: bold;
}

.center{
	text-align: center;
}

#global-container{
    width: 960px;
    background-color:#111111;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;

}

#selectReductions div.head {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
}

#reducTable {
	width: 100%;
}

#reducTable td{
	padding: 5px;
	border-bottom: 1px solid #111111;
}


#selectReductions div.content {
	margin: 10px;
}

#content{
	text-align: left;
	padding: 20px;

}

#error{
	text-align: left;
}

#error h1{
	color: red;
}

/* DEFAULTS */
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	margin-bottom: 10px;
}

p, pre{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1{
	font-size: 200%;
}

h2{
	font-size: 150%;
}

h3{
	font-size: 110%;
}

#ajaxwait, #browsernotsupported{
	border: 3px solid #5b0d0d;;
	width: 250px;
	position: absolute;
	padding-top: 40px;
	z-index: 101;
	background-color: #111111;
	color: #FFFFFF;
	top:200px;
	left:400px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 40px;
}

#overlay,#bnsoverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 10;
	background-color: #000000;
	font-size: 11px;
}


#basketlist{
	width: 100%;

	margin-bottom: 10px;

}

#basketlist .total, .total{
	font-weight: bold;
	background-color: #333333;
}



#basketlist .head, #addressinfo .head{
	font-weight: bold;
	font-size: 120%;
	padding-top: 10px;
}

#basketlist td {
	padding: 5px;
	border-bottom: 1px solid #111111;

}

#basketlist-container {
	padding: 10px;
	background-color: #222222;
	margin-bottom: 20px;
}

#basketlist .price{
	text-align: right;
}

#basketlist .selected{
	background-color: #af2c30;
	color: #FFFFFF;
}

#showlist-container{
	padding: 10px;
	background-color: #222222;
	margin-bottom: 20px;	
	width: 600px;
	text-align: center;
}

#showlist{
	width: 100%;
}

#showlist td {
	padding: 5px;
	border-bottom: 1px solid #111111;

}

#showlist a {
	border: 1px solid #111111;
	background-color: #4c4c4c;
	padding: 3px;
	display: block;
	text-align: center;	
}

#terms{
	height: 350px;
	overflow: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

div.bold {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: .5em;
	margin-top: 20px;
}

#terms ul {
	margin: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#showlist tbody tr:hover {
	background-color: #333333;
}

#showlist tbody tr {
	cursor: pointer;
}

#readerror{
	background-color: #af2c30;
	color: #FFFFFF;
	border: 2px solid #6a1b18;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#topbar {
	height: 70px;
	background: #111111 url(../images/topbg.gif) repeat-x;
}

#toplogo{
	margin-left: 15px;
	margin-right: 20px;
	float: left;
}

.toptext{
	font-size: 18px;
	font-weight: bold;
	float: left;
	padding-top: 30px;
}

#flags-container{
	float: right;
	text-align: right;
}

#main-navi {
	float: left;
	width: 100%;
	background: #871b1a url(../images/navibg.gif) repeat-x;
}

#main-navi ul li a {
	padding: 5px;
	background-color: #701414;
	display: block;
}

#main-navi ul li a:hover {
	padding: 5px;
	background-color: #5b0d0d;
	display: block;
}

#main-navi li {
	border: 1px solid #5b0d0d;
	float: left;
	margin: 5px;
}

.button a {
	display: block;
	white-space: nowrap;
	background-color: #300e0e;
	padding: 5px;
}

.button a:hover{
	background-color: #461314;
}

.button{
	border: 1px solid #461314;	
}

.button:hover{
	border: 1px solid #461314;
	background-color: #461314;	
}

input.button {
	white-space: nowrap;
	background-color: #300e0e;
	padding: 5px;
	color:  #FFFFFF;
	cursor: pointer;
}

ul.errors, .hint {
	background-color: #af2c30;
	color: #FFFFFF;
	border: 2px solid #6a1b18;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

form label{
	font-weight: bold;
	margin-right: 10px;
}

.right{
	text-align: right;
}

#submit {

}

.right{
	text-align: right;
}

.clearboth {
	clear: both;
}
