table.info {
	border-collapse: collapse;
	width: 100%;
	margin: 5px 0;
}
table.info td, table.info th {
	text-align: center;
	vertical-align: middle;
	padding: 2px !important;
}
table.info th {
	background-color: #ccc;
	border: 1px solid #aaa;
	border-bottom: 0;
	text-transform: uppercase;
}
table.info th.sub {
	font-weight: normal;
	background-color: #e5e5e5;
	border: 1px solid #ccc;
	border-top: 0;
}
table.info td {
	border: 1px solid #ddd;
	border-top: 0;
}
table.info td.distinct {
	background-color: #ffc;
}
table.info td.separator {
	background-color: #ddd;
	height: 4px;
}
div.basket_container {
	padding: 0 5px;
}
table.dft {
	margin:0.8em auto;
	font-size: 12px;
	empty-cells:show;
	border:1px solid #c9b787;
	background-color:#fdfbcb;
	border-collapse: separate !important;
	border-spacing: 1px;
}

table.dft th, table.dft td {
	padding: 2px;
	vertical-align: middle;
}
table.dft th {
	border:1px solid #EBD9A9;
	background-color:#fff;
}
table.dft tr.booking_fees_info td {
	background-color: #eceaba;
}
table.dft td {
	color:#333;
	font-style:italic;
	background-color: #EBD9A9;
}
div#logon table.dft input[type=text] {
	width: 98%;
}
table.dft hr {
	border: 0;
	width: 100%;
	color: #c9b787;
	background-color: #c9b787;
	height: 1px;
	margin: 2px 0;
}
table.dft th.qty {
	min-width: 80px;
}
table.dft td.active_link {
	background-color: #fdfbcb;
	cursor: pointer;
}
table.dft td#forgotten_link:hover {
	background-color: #fdfbcb;
	color: #900;
	cursor: pointer;
}
table.dft div#forgotten_password span#email_show {
	color: #33f;
	font-weight: bold;
	font-style: normal;
}
/* BASKET TABLE */
span.quantity_remove, span.quantity_add, span.product_remove {
	display: inline-block;
	height: 14px;
	width: 14px;
	line-height: 14px;
	margin: 0 2px;
	padding: 0;
	border: 1px solid #c9b787;
	/*border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;*/
	background-color: #fd5;
	cursor: pointer;
}
span.quantity_remove {
	background: url('../_img/minus.png') 0 0 no-repeat #fff;
}
span.quantity_add {
	background: url('../_img/plus.png') 0 0 no-repeat #fff;
}
span.product_remove {
	background: url('../_img/clear.png') 0 0 no-repeat #c00;
}
span.quantity_remove:hover {
	background: url('../_img/minus.png')  0 -14px no-repeat #fdfbcb;
}
span.quantity_add:hover {
	background: url('../_img/plus.png')  0 -14px no-repeat #fdfbcb;
}
span.product_remove:hover {
	background: url('../_img/clear.png') 0 -14px no-repeat #fff;
}

table.description_table {
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
table.description_table td {
	padding: 0 !important;
}
span.more_info {
	cursor: help !important;
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin-left: 3px;
	border: 1px solid #c4c09b;
	background-color: #f7f1ce;
	text-align: center;
	font-weight: bold;
	font-style: normal !important;
}
div.basket_tooltip {
	display: none;
	position: fixed;
	max-width: 200px;
	top: 0;
	left: 0;
	background-color: #600 !important;
	color: #fff !important;
	border: 1px solid #fff;
	padding: 2px;
	text-align: right;
}
div.basket_tooltip span.tooltip_line {
	display: block;
	min-width: 100px;
}
div.basket_tooltip span.tooltip_title {
	display: inline-block;
	float: left;
	font-style: italic;
	color: #ddd;
}
div.basket_tooltip span.tooltip_h1 {
	display: block;
	color: #ddd;
	background-color: #900;
	font-weight: bold !important;
	text-align: left !important;
	padding: 1px 2px;
}

