body {
	background: white;
	font: 11px/1.3"sans-serif", "verdana", "tahoma", "helvetica";
}

.menu {
	width: 80%;
	border: 1px solid rgb(230,230,230); 
	padding: 4px;
	margin-bottom: 25px;
}

table {
	border-collapse: collapse;
	width: 873px;
	clear: both;
	margin: 0 auto;
	margin-bottom: 15px;
}


.tab {
	
	padding: 5px;
	margin: 10px;
	background: #fafcff;
	text-align: left;
	}

td {
	border: 1px solid #bac9e4;
	padding: 5px;
	background: #f1f6ff;
	text-align: left;
}

.tdhdf {
	font-weight: bold;
	background: #d8e5ff;
	text-align: center;
	color: #17448b;
	width: 35%;
}



.tdhd {
	font-weight: bold;
	background: #d8e5ff;
	text-align: center;
	color: #17448b;
	
}

.tiny {
	font-size: 1em;
	color: #8394b6;
	font-weight: normal;
}

.title {
		font-size: 16px;
		padding: 5px;
		border: 1px solid rgb(230,230,230);
		background: rgb(250,250,250);
		width: 90%;
		text-align: center;
		font-weight: bold;
		margin-bottom: 20px;
	}

.redtr td {
		background: #ffe1e1;
		color: white;
	}
	
div#content .error a {
	text-decoration: underline;
	text-weight: bold;
	color: white;
}
	

a {
	color: #3b97ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.msg {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;		
	border: 1px solid red;
	padding: 5px;	
	width: 350px;	
	background: #feffdf;
		
}

.error {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid black;
	padding: 5px;	
	width: 350px;	
	color: white;
	text-align: center;
	background: #a21c1c;
}



.error_bg {
		color: white;
	
	background: #a21c1c;
}

.ok {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid green;
	padding: 15px;	
	width: 350px;	
	text-align: center;
	background: #cdffd6;
}

.small {
	font-size: 9px;
	padding: 4px;
	font-style: italic;
	color: #a7a7a7;
}

ul {
	margin-left: 15px;
	padding: 5px;
	list-style-image: url(../images/ball.gif);
	}
li {
	
}
textarea {
	font-size: 10px;
	}

.wv {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-align:center;
}

.wva {
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	}

.wvd {
	font-size: 11px;
	color: #c6c6c6;
	text-align: center;
}

.actions {
    font-size: 9px;
}

.actions div {
    border: 1px solid #ccc;
    width: 20px;
    text-align: center;
    height: 9px;
    line-height: 7px;
    cursor: pointer;
}

.spinner, .actions {
    float: left;
}

.basket-disp {
	border: 1px solid #eee;
	padding: 15px;
	width: 843px;
	margin: 10px auto 10px auto;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.checkout {
	text-align: center;	
}

.checkout input {
	height: 30px;
	width: 300px;
	font-weight: bold;
	font-size: 16px;
	
}

.checkout-total {
	border-top: 2px solid blue;
}

.checkout-total td {
	background-color: #c9dbfd !important;
	font-size: 14px;
	font-weight: bold;
	
}

input[type=checkbox].big {
	  /* Double-sized Checkboxes */
  
  padding: 10px;
}

