/* =============================================================================
   Navigation
   ========================================================================== */
 
#myaccount-choice {
    display: block;
    width: 100%;
}

#myaccount-form-choice {
    float: left;
    position: relative;
    z-index: 30;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-left: 0px;
    width: 100%;
}

#myaccount-form-choice li {
    background: none repeat scroll 0 0 #747678;
    display: block;
    float: left;
    height: 31px;
    margin-right: 1px;
    min-width: 60px;
    padding: 0 10px;
}

#myaccount-form-choice li.enabled {
    background: none repeat scroll 0 0 #3e3d40;
}

#myaccount-form-choice li.enabled:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #3E3D40 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: 0;
    content: " ";
    float: left;
    height: 0;
    left: 45%;
    pointer-events: none;
    position: relative;
    width: 0;
}

#myaccount-form-choice li.disabled:hover {
    background: none repeat scroll 0 0 #3e3d40;
}

#myaccount-form-choice li a {
    color: rgb(255, 255, 255);
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 31px;
    vertical-align: baseline;
    
}

#myaccount-form-choice li.first {
    border-radius: 5px 0 0 0;
}

#myaccount-form-choice li.last {
    border-radius: 0 5px 0 0;
}

/* =============================================================================
   BLOCK INFO
   ========================================================================== */
   
.border_gray.current {
    margin-top: 0px;
}

#myaccount-info .info {
    display: none;
}

#myaccount-info .info.current {
    display: inline;
}

#myaccount-info .info >span {
    font-size: 12px;
    line-height: normal;
}

/* =============================================================================
   BLOCK INFO : WELCOME
   ========================================================================== */
#myaccount-info .info .button-small.large {
    clear: right;
    cursor: pointer;
    display: inline;
    float: left;
    font-size: 11px;
    line-height: 19px;
    margin-right: 20px;
    text-align: center;
}

#myaccount-info .info .button-small.large a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

/* =============================================================================
   BLOCK INFO : MY PROFILE
   ========================================================================== */

#vsct-myaccount-myprofile fieldset input  {
    width: 400px;
}

#vsct-myaccount-myprofile div.form-item{
	display: block;
}

/* === Section 1 === */
#vsct-myaccount-myprofile #info-title-wrapper {
    float: left;
    margin-right: 25px;
}

#vsct-myaccount-myprofile #info-first-name-wrapper{
	display: inline-block;
    width: 274px;
}

#vsct-myaccount-myprofile #info-first-name-wrapper input{
    width: 274px
}

/* === Section 2 === */
#vsct-myaccount-myprofile #info-card-type-wrapper select{
	width: 416px;
}

#vsct-myaccount-myprofile #info-expiry-date-wrapper select {
	margin-right: 10px;	
}

#vsct-myaccount-myprofile #info-expiry-date-wrapper {
	display: inline-block;
    float: left;
    margin-right: 45px;
}

#vsct-myaccount-myprofile #info-expiry-date {
	width: 162px;
}

#vsct-myaccount-myprofile #info-security-code-wrapper,  #vsct-myaccount-myprofile #info-security-code-wrapper input {
	width: 112px;	
}

#vsct-myaccount-myprofile #info-security-code-wrapper {
	display: inline;	
}

#vsct-myaccount-myprofile #info-security-code-wrapper .tooltips{
	margin-right: 190px;
}
/* === Section 2 === */

#vsct-myaccount-myprofile #info-post-code-wrapper input{
	width: 177px;
}

#vsct-myaccount-myprofile #info-post-code-wrapper .code_information_link {
	background: url("../img/arrow_right.png") no-repeat scroll 100% center transparent;
    padding-right: 10px;
    text-align: right;
    margin-left: 15px;
}

#vsct-myaccount-myprofile #info-country2-wrapper select, #vsct-myaccount-myprofile #info-country2-wrapper {
	width: 256px;
}

#vsct-myaccount-myprofile #info-country2-wrapper {
	margin-right: 24px;
	float: left;
}

#vsct-myaccount-myprofile #info-post-code2-wrapper input, #vsct-myaccount-myprofile #info-post-code2-wrapper {
	width: 120px;
}

#vsct-myaccount-myprofile #info-post-code2-wrapper {
	display: inline-block;
}

/* === Section 3 === */
#vsct-myaccount-myprofile #info-enewsletter-wrapper a {
	color: #0088CE;
}
#vsct-myaccount-myprofile #info-enewsletter-wrapper input {
	margin-right: 5px;
    width: auto;
}

/* === Section 4 === */
#vsct-myaccount-myprofile #info-special-offers-wrapper a, #vsct-myaccount-myprofile #info-by-post-wrapper a {
	color: #0088CE;
}

#vsct-myaccount-myprofile #info-special-offers-wrapper input, #vsct-myaccount-myprofile #info-by-post-wrapper input {
	margin-right: 5px;
    width: auto;
}

/* =============================================================================
   BLOCK INFO : MY PROFILE
   ========================================================================== */

#vsct-myaccount-logindetails .text-disable {
    color: #B4B4B6;
}

/* =============================================================================
   BLOCK INFO : SAVED BASKETS
   ========================================================================== */
#myaccount-info #vsct-myaccount-basket.info .button-small.large {
    clear: none;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    margin-top: 0px;
}

#vsct-myaccount-basket h4.complex-title {
    border-bottom: 1px solid #BCBDBC;
    margin-bottom: 6px;
    padding-bottom: 3px;
}

.table_train_journey {
    clear: both;
    display: block;
    float: left;
    height: auto;
    margin-bottom: 0;
    margin-top: 2px;
}

.table_train_journey .table_header.gray li.first {
	padding-left: 0px;
}

.table_train_journey .table_header.gray li.last {
    background: none repeat scroll 0 0 transparent;
    width: 80px;
}

.table_train_journey .table_header.gray li.depart {
	width: 80px;
}

.table_train_journey.journey {
    margin-top: 0;
}

.table_train_journey .table_header.gray li, .table_train_journey .table_ref_content li, .table_train_journey .table_journey_content li {
    font-size: 11px;
    line-height: 16px;
    padding-left: 6px;
    text-align: left;
    vertical-align: baseline;
    width: 118px;
}

.table_train_journey .table_ref_content ul, .table_train_journey .table_journey_content ul {
    border-bottom: 1px solid #F0F0ED;
    float: left;
    margin: 0;
    padding: 2px 0 2px 6px;
}

.table_train_journey .table_ref_content li, .table_train_journey .table_journey_content li {
    float: left;
    line-height: normal;
    list-style: none outside none;
    padding: 5px 0 5px 6px;
}

.table_train_journey .table_ref_content li > span, .table_train_journey .table_journey_content li > span{
	font-weight: bold;
}

.table_train_journey .table_ref_content ul.last, .table_train_journey .table_journey_content ul.last {
	border-bottom: none;
}

.table_train_journey .table_journey_content li.last, .table_train_journey .table_journey_content li.depart{
	width: 80px;
}

.table_train_journey .table_journey_content li.total {
    color: #0088CE;
    font-size: 12px;
    margin-top: 0px;
    width: 80px;
}

.table_train_journey .table_journey_content ul.last li.first {
    width: 366px;
}

/* =============================================================================
   BLOCK INFO : BOOKING HISTORY
   ========================================================================== */
.border_gray.small {
    width: 96%;
}

.gray.small {
    width: 96%;
}

h5 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.digital-box .gray h5 > span {
    font-weight: bold;
    font-size: 15px;
	text-transform: none;
}

.border_gray.small .table_header.gray.small {
	width: 516px;
}

#vsct-myaccount-booking .table_train_journey .table_header.gray li, #vsct-myaccount-booking .table_train_journey .table_ref_content li {
	width: 182px;
}

#vsct-myaccount-booking .table_train_journey .table_header.gray li.first, #vsct-myaccount-booking .table_train_journey .table_ref_content li.first {
	width: 220px;
}

#vsct-myaccount-booking .table_train_journey .table_header.gray li.last, #vsct-myaccount-booking .table_train_journey .table_ref_content li.last {
    width: 102px;
}

#vsct-myaccount-booking .basket .table_train_journey .table_ref_content li.last {
	text-align: right;
}

#vsct-myaccount-booking .resend {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-top: 8px;
}

#vsct-myaccount-booking .resend label, #vsct-myaccount-booking .resend input {
    margin-right: 20px;
}

#vsct-myaccount-booking .resend .form-submit.button-small.wto-cp {
    margin-top: 4px;
}

#vsct-myaccount-booking .resend label {
    color: #0088CE;
    cursor: auto;
    font-size: 11px;
    margin-left: 12px;
}

/* =============================================================================
   BLOCK LOGIN
   ========================================================================== */
#login {
    margin-bottom: 15px;
}

#login fieldset input {
    width: 400px;
}
/* =============================================================================
   LIGHTBOX LOGIN
   ========================================================================== */
#email {
    display: block;
    margin-top: 15px;
    padding-bottom: 0;
}

#email #info-login-email {
    width: 97%;
}

#email .form-submit.button-primary.wto-cp {
    margin-bottom: 0;
}

