@import url(layout_common.css);
/*-----------------------------content-----------------------*/
#spanCol {
	margin-top:0px;
	margin-left:8px;
	width:600px;
}
.spanCol { /* this should replace #spanCol*/
	margin-top:0px;
	margin-left:8px;
	width:600px;
}
/*-----------------------------full-----------------------*/

.full {
	/*background-image:url(images/dotted_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
	padding-bottom:20px;
}
.full h3 {
	padding:0px 0px 0 0px;
}
.full h6, p {
	padding:5px 10px 0 0px;
}

table#tbl_LeftMiniBasket
{
	width: 150px;
    margin-left: -5px;
    margin-top: -10px;

    border: 0px solid red;
    background-color: #f4f4f4;
	background-image:url('../images/BigBus_ShoppingBasket.png');

}

.shopping_basket_mini
{
	position: relative;
	padding: 0px 0px 0px 0px;

    /*
	background-color:Transparent;
	background-image:url('http://localhost:2241/BigBusWebsite/images/BigBus_ShoppingBasket.png');

	background-color:#f7f7f7;
	border-top:1px solid #676767;
	background-image:url(images/box_bottom_border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
    */

	margin-bottom:3px;
    width: 150px;
    margin-left: 0px;
}


table#tbl_LeftMiniBasket.shopping_basket
{
	position:relative;
	padding: 0px 0px 0px 0px;
	background-color:#f7f7f7;
	border-top:1px solid #676767;
	background-image:url(images/box_bottom_border.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:10px;

    border: red 3px solid;
}

table#tbl_LeftMiniBasket .shopping_basket_mini_header td
{
  color: #ffffff;
  background-color: #676767;
  padding: 3px;

}


.negative_margin {
	_margin-top:-18px;
}
.shopping_basket table {
	width:595px;
	padding: 0;
}
.shopping_basket fieldset {
	border:none;
	margin:0;
	padding:0;
}
.shopping_basket submit {
	border:none;
	margin-left:100px;
	padding:0;
}
.shopping_basket legend { 
	*border:none;
	*position: absolute;
	*left: -5000px;
	*width:1px;
	*height:1px;
	*overflow:hidden;
	text-indent: -999px;
}
.shopping_basket td {
	padding:5px;
}
.shoppingbasket_header {
	color:#ffffff;
	background:#676767;
}

/*-- temp. added by carl for links in white space --*/
.full a, .full a:visited {
	color:#800000;
	text-decoration:none;
}
.full a:hover {
	color:#800000;
	text-decoration:underline;
}

/*-----------------------------left Halves-----------------------*/

#leftCol {
	position:relative;
	float:left;
	width:295px;
}
#leftCol a,  a:visited {
	color:#990033;
	text-decoration:none;
}

.leftCol a,  a:visited {
	color:#990033;
	text-decoration:none;
}
#leftCol .half h3 {
	padding:0px 0px 0 0px;
}
#leftCol .half h6 {
	padding-top:5px;
}
#leftCol .half p {
	padding:5px 7px 0 0px;
}
#leftCol .half img {
	padding:0px 0px 0 0px;
}
/*-----------------------------right Halves-----------------------*/
#rightCol {
	position:relative;
	padding-left:8px;
	float:left;
	width:287px;
	background-image:url(images/dotted_line_vert.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
}

#rightCol a,  a:visited {
	color:#990033;
	text-decoration:none;
}

.rightCol a,  a:visited {
	color:#990033;
	text-decoration:none;
}

.half
{
	padding-bottom:20px;
}
#rightCol .half h3 {
	padding:0px 0px 0 11px;
}
#rightCol .half h6, #rightCol .half p {
	padding:5px 5px 0 11px;
}
#rightCol .half img {
	padding:0px 0px 0 11px;
}
/*-----------------------------pic left text right(attractions)-----------------------*/

.large_box_pic {
	background-image:url(images/dotted_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	padding-top:10px;
}
/*.large_box_pic img {
	float:left;
	margin-right:8px;
}*/
.large_box_pic .p_container {
	display:block;
	margin-left:205px;
}
.booking_form_box {
	margin-left:208px;
	margin-top:5px;
	padding: 0px 0px 0px 10px;
	width:375px;
	background-color:#f7f7f7;
}
.booking_form_box fieldset {
	border:none;
	margin:0;
	padding:0;
}
.booking_form_box legend { 
	*border:none;
	*position: absolute;
	*left: -5000px;
	*width:1px;
	*height:1px;
	*overflow:hidden;
	text-indent: -999px;
}
.bookingform_table {
	float:right;
	margin-top:-20px;
	*margin-top:0px;
}

/*-----------------------------Standard forms - e.g. Login/Register page-----------------------*/
.register_form
 {
    width:280px;
	margin:0;
	padding:0;
}

.register_form p {
	height:25px;
}

.register_form fieldset {
	padding-left:2px;
	border:none;
	margin-top:-20px;
	*margin-top:0px;
}
.register_form fieldset label {
	float:left;
	display:block;
	width:120px;
}
.register_form fieldset label {
	float:left;
	display:block;
	width:120px;
}
.register_form legend {
	*border:none;
	*position: absolute;
	*left: -5000px;
	*width:1px;
	*height:1px;
	*overflow:hidden;
	text-indent: -999px;
}
.login_submit { 
	float:right;
	margin-right:10px;
}
/*-----------------------------Back Office Tickets Tabs-----------------------*/
.bo_tabs {
	width:400px;
	position:relative;
	float:left;
	margin:0;
	padding:10px 0 0 46px;
	list-style:none;
	background:url(images/tab_bottom_bg.gif) repeat-x bottom left;
}
.bo_tabs li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.bo_tabs a {
	float:left;
	display:block;
	margin:0 1px 0px 0;
	padding:0px 4px 0px 4px;
	border:1px solid #676767;
	border-bottom:none;
	background: url(images/tab_bg.gif) repeat-x top left;
}
.bo_tabs a:hover, body#images, .images a {
	margin:0 1px 0px 0;
	padding:0px 4px 0px 4px;
	border:1px solid #676767;
	border-bottom:none;
	background:#fff;
}
/*-----------------------------Back Office Tickets form-----------------------*/
.bo_form {
	margin:0;
	padding:0 0 0 10px; 
}
.bo_form fieldset {
	*padding-top:10px;
	padding-left:2px;
	border:none;
}
.bo_form fieldset label {
	float:left;
	display:block;
	width:300px;
}
.bo_form legend { 
	*border:none;
	*position: absolute;
	*left: -5000px;
	*width:1px;
	*height:1px;
	*overflow:hidden;
	text-indent: -999px;
}
.bo_submit {
	float:right;
	margin-right:130px;
}

.promo_label {
	display:block;
	float:left;
	min-width:220px;
	width:220px;
}

.promo_message
{
  font-family: arial, verdana, serif;
  font-size: 12px;
}

textarea.promo_message
{
     width: 320px;
}

