/*
LY HomePage css
created by: Joe Maffia
date: Jun '07
*/
body 
{
    background-color: #FFFFFF;
    color:#303030;
    margin-top:0px;
}

strong,h1,h2,h3 
{
    font-weight:bold;
}

a:link,a:visited, a:active {
	color: #0074bc;
	text-decoration:none;
}

a:hover {
	color: #0074bc;
	text-decoration:underline;
}
div.tellafriendButt input.submit {
    background-color:#F1F1F1;
    border-color:#FAFAFA rgb(189, 189, 189) rgb(189, 189, 189) rgb(250, 250, 250);
    border-style:solid;
    border-width:1px;
    display:block;
    height:25px;
    min-width:80px;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    font-weight:bold;
    color:#0074bc;
}
*html div.tellafriendButt input.submit, div.otherInfoButt input.submit
{	width:80px;
}
div.clearfix 
{
    clear:both;
}
span.error, .error 
{
    color:red;
}
label.error 
{
	display:block;
	list-style-type:disc;
}
/* MAIN CONTENT */
#main_content
{
    background:#ffffff url(http://media.ef.com/_imgs/ly/09/homepage/bottomFade.png) repeat-x bottom;
    width:938px;
    min-height:600px;
    border:1px solid #C2C2C2;
    border-top:0;
    padding-bottom:70px;
}
* html #main_content
{	height:600px;
}
#fadedTopBar
{
	width:100%;
	height:10px;
	background:#FFFFFF url(http://media.ef.com/_imgs/ly/09/shared/grayFadeTopBar.jpg) no-repeat bottom; 
	margin-top:0;
}
#content_one_col
{
    width:926px;
    margin-left:auto;
    margin-right:auto;
    padding:5px 0px 60px 0px;
}
#content_one_col div.color_strokes
{
    background:transparent url(http://media.ef.com/_imgs/ly/08/_shared/common/color_strokes.gif) repeat-x 0px 3px;
}
#left 
{
    float:left;
    width:635px;
    background:transparent;
    margin-left:-3px;

}
#left_middle 
{
    background:transparent url(http://media.ef.com/_imgs/ly/09/shared/blueFadeOffices.gif) repeat-x top; 
    margin-top:4px;
    padding:5px 5px;
}
/* CSS IE6 HACK */
*html #left_middle 
{
    height:1px;
}
*html #left_middle .content 
{
    background:transparent ;
    height:215px;
}
/* end of CSS IE6 HACK */

#left_middle .content 
{
    background:transparent;
    min-height:215px;
    padding-bottom:60px;
    /*border:1px solid #FFFFFF;*/
    border-top:0;
    margin-top:2px;

}
#heading
{
	background:#808285;
}

#heading h1 
{
    font-size:24px;
    padding:10px;
    background-color:#808285;
    color:#FFFFFF;
    font-weight:normal;
}

#left_middle .content p {
    padding:0px 15px 10px 15px;
}
.content #steps ul 
{
    background-color:#DFDFDF;
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #FFFFFF;
    height:18px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt;
}
.content #steps li
{
    display:block;
    float:left;
    margin:0px;
    padding:0px;
}
.content #steps li a
{
    display:block;
    float:left;
    padding:2px 12px 0px 5px;
    height:16px;
    background:#dfdfdf url(http://media.ef.com/_imgs/ly/08/_shared/one_col_book/step_arrow_off.gif) no-repeat right center;
    font-size:11px;
    font-weight:bold;
    color:#666666;
    text-decoration:none;
    cursor:default;
}

.content #steps li a#current 
{
    background:#0077AC url(http://media.ef.com/_imgs/ly/09/shared/step_arrow_on.gif) no-repeat right center;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
}

.content #steps li a#cap {
    background:#dfdfdf url(http://media.ef.com/_imgs/ly/09/shared/step_arrow_cap.gif) no-repeat scroll right center;
}
/* BOOKING PROCESS */

.content #noprices 
{
    padding:40px 10px;
}
.content table#search
{
    background-color:#84bcdb;
    width:100%;
    height:50px;
    padding:15px 5px 15px 5px;
    border-collapse:separate;
}
.content table#search .country {background:#84bcdb;}
.content table#search select 
{
	margin-left:15px;
    font-size:90%;
    width:135px;
}
.content table#results {
    border-top:4px solid #FFFFFF;
    width:100%;
    border-collapse:separate; 
    padding-bottom:60px;
}
.content table#results th {
    border-bottom:4px solid #FFFFFF;
    font-size:95%;
    font-weight:bold;
    padding:5px 5px;
    background:#b5d7e9;
}
.content table#results td 
{
    background:#e6f2f8;
    border-bottom:1px solid #ffffff;
    padding:5px 5px;
}
.content table#results td a {
    display:block;
    width:100%;
    text-decoration:none;
}

.content table#results tr:hover td {
    background-color:#b5d7e9;
}

.content table#review {
    background-color:#cee4f1;
    border-top:4px solid #FFFFFF;
    border-bottom:4px solid #FFFFFF;
    width:100%;
    border-collapse:separate;
}

.content table#review td {
    padding:10px;
    vertical-align:top;
    width:50%;
}
.content table#review h3 {
    font-size:110%;
    margin:0pt 20px 10px 0pt;
}
.content table#review ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt 20px 0pt 0pt;
}

.content table#review ul li {
    margin:0pt 0pt 5px;
    padding:0pt;
}

.content table#review #included ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
    margin:0pt;
    padding:0pt 0pt 0pt 17px;
}

.content table.options {
    background-color:#cee4f1;
    border-bottom:4px solid #FFFFFF;
    padding:10px 0pt;
    width:100%;
    border-collapse:separate; 
}

.content table.options th {
    padding:5px;
    font-weight:bold;
}
.content table.options td {
    font-size:11px;
    padding:6px 5px 3px 2px;
}
.content table.options span.required {
    color:#6A6A6A;
    font-size:85%;
}

.content table.options .colr {
    text-align:right;
}

.content table#total {
    background-color:#cee4f1;
    width:100%;
    border-collapse:separate; 
}

.content table#total th {
    padding:5px;
    font-weight:bold;
}

.content table#total th.colr, td.colr {
    text-align:right;
}

.content table#total td {
    font-size:11px;
    padding:6px 5px 3px;
}
.content table#total tr#sum td {
    color:#000000;
    font-weight:bold;
    padding-top:15px;
    font-size:12px; 
}
.content table#total tr#note td {
    color:#666666;
    font-weight:normal;
    font-size:12px; 
}

.content table#action {
    margin:4px 0px;
    width:100%;
    background:#84bcdb url(http://media.ef.com/_imgs/ly/09/shared/color_stroke_submit.gif) repeat-x;
}
.content table#action td {
    padding: 3px 5px 3px;
}

.content table#action td.colr {
    float:right;
    padding: 6px 5px 3px;
}
.content input.clear {
    background:transparent none repeat scroll 0%;
    border:medium none;
    text-align:right;
}

.content h6#required 
{
    background-color:#cee4f1;
    font-size:11px;
    color:#666666;
    padding:5px;
}

.content table#formcontainer 
{
   background-color:#cee4f1;
   padding-bottom:20px;
   border-collapse:separate;
   min-height:300px;
}
/* CSS MIN HEIGHT HACK IE6 */
*html .content table#formcontainer 
{
    height:300px;
}
/* end of */
.content table#formcontainer #gutter 
{
    border-right:1px solid #FFFFFF;    
}
.content table#formcontainer td.coll, .content table#formcontainer td.colr {
    background-color:#cee4f1;
    text-align:center;
    vertical-align:top;
    width:50%;
}
.content table.forminfo td {
    font-size:95%;
    border-top:1px solid #ffffff;
    padding:5px 0px 0px 5px;
    text-align:left;
    vertical-align:top;
}
.content input.normal {
    padding:1px 1px 1px 2px;
    width:154px;
}
.content input.error {
    border:1px solid #ff0000;
}
.content select.error {
    border:1px solid #ff0000;
}
.forminfo select.normal {
    width:160px;
}
.forminfo tr.noline td {
    border:medium none;
}
.forminfo .error {
    color:#CC3333;
    font-weight:bold;
}
.checkboxError
{
	color:#FF0000;
}
a.submit {
    background-color:#f1f1f1;
    display:block;
    height:20px;
    min-width:80px;
    width:80px;
    text-align:center;
    white-space:nowrap;
    padding-top:3px;
    border-bottom:1px solid #bdbdbd;
    border-right:1px solid #bdbdbd;
    border-top:1px solid #fafafa;
    border-left:1px solid #fafafa;
    text-decoration:none;
}
a.submitBig 
{
    background-color:#f1f1f1;
    display:block;
    height:20px;
    min-width:80px;
    text-align:center;
    white-space:nowrap;
    padding:3px 3px 0px 3px;
    border-bottom:1px solid #bdbdbd;
    border-right:1px solid #bdbdbd;
    border-top:1px solid #fafafa;
    border-left:1px solid #fafafa;
    text-decoration:none;
}
/* CSS MIN HEIGHT HACK IE6 */
*html a.submitBig 
{
    width:80px;
}
/* end of CSS MIN HEIGHT HACK IE6 */

a.submit h6, a.submitBig h6 
{
    color:#0078bc;
    font-size:12px;
    font-weight:bold;
}


input.submitSend {
    background:#FFFFFF none repeat scroll 0%;
    border:1px solid #C3C3C3;
    color:#000000;
    float:right;
    width:200px;
}
input.submitSend 
{	background-color:#F1F1F1;
    border-color:#FAFAFA rgb(189, 189, 189) rgb(189, 189, 189) rgb(250, 250, 250);
    border-style:solid;
    border-width:1px;
    display:block;
    float:right;
    height:23px;
    min-width:80px;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    width:80px;
    font-weight:bold;
    color:#0074bc;
}



#right_middle .image_box {
    background:transparent url(http://media.ef.com/_imgs/ly/08/_shared/one_col_book/image_box.gif) no-repeat scroll 0%;
    padding:0;
    margin:0 auto;
    border:6px solid #F9F9F9;
}

.content .tellafriend 
{
    background-color:#cee4f1;
    margin:20px -14px 0px -14px;
    padding:15px 5px 15px 15px;
    min-height:245px;
}
/* CSS IE6 HACK */
*html .content .tellafriend 
{
    height:245px;
}
/* end of CSS IE6 HACK */

.content .tellafriend h3 
{
    font-size:11px;
    padding-bottom:5px;
}
.content .tellafriend p
{
    padding-bottom:5px;
}
.content .tellafriend li 
{
    clear:both;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-bottom:5px;
    padding-top:10px; 
}
.content .tellafriend span 
{
    font-size:11px;
}
.content .tellafriend .right {
    float:right;
}
.content .tellafriend input,.content .tellafriend textarea 
{
    border:1px solid #CCCCCC;
    font-size:11px;
    margin-left:5px;
    margin-right:5px;
}

.content .tellafriendButt 
{
    background-color:#84bcdb;
     background:#84bcdb url(http://media.ef.com/_imgs/ly/09/shared/color_stroke_submit.gif) repeat-x;
    margin:0px -14px 0px -14px;
    margin-top:4px;
    padding:4px 0px 4px 200px;
}
.content .confirm 
{
    background-color:#cee4f1;
    padding:15px;
    margin-bottom:4px;
}

.content .confirm h2
{
    padding-bottom:10px;
    border-bottom:1px solid #ffffff;
}
.content .confirm ul
{
    margin-top:5px;
} 

.content .confirm li 
{
    border-bottom:1px solid #ffffff;
    line-height:20px;
}

.content .confirm li.smalltext 
{
    border-bottom:1px solid #ffffff;
    font-size:11px;
}

.content .confirm .left 
{
    float:left;
    width:250px;
    
}
.content .noline li 
{
    border-bottom:0px;
}
.content .otherInfoButt 
{
    background:#84bcdb url(http://media.ef.com/_imgs/ly/09/shared/color_stroke_submit.gif) repeat-x;
    border-bottom:4px solid #ffffff;
    padding:5px 5px 5px 15px;
}

.content .otherInfoButt
{	margin:0px;
	padding:3px;
}

.content .otherInfoButt input.submit
{
    background-color:#F1F1F1;
	border-color:#FAFAFA #BDBDBD #BDBDBD #FAFAFA;
	border-style:solid;
	border-width:1px;
	color:#0074BC;
	display:block;
	font-weight:bold;
	height:23px;
	width:auto;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}

.content .printButt 
{
    float:right; 
    margin-top:15px; 
}
.content div#confirmation 
{
    background-color:#cee4f1;
    padding:15px;
}

div.postshown {
    border-bottom:1px dashed #CCCCCC;
    display:block;
    line-height:1.4em;
    padding:10px 50px 10px 26px;
}
div.posthidden {
    display:none;
}

#left_end
{
	height:31px;
	background:#FFFFFF url(http://media.ef.com/_imgs/ly/09/shared/blueBottomEndFade.gif) repeat-x bottom;
}
/* END OF BOOKING PROCESS */



/* Right Content */

#right 
{
    float:right;
    width:293px;
    background:transparent; 
    margin-right:-3px;
}
#right_middle 
{
    background:transparent; 
    padding:0;
}
#right_middle .content 
{
    background:transparent url(http://media.ef.com/_imgs/ly/09/shared/blueFadeOffices.gif) repeat-x;
    padding:15px;
    padding-bottom:60px;
}
#right_middle .content h2, #right_middle .content p
{
    font-size:11px;
}
#right_middle .content h3
{
	font-size:18px;
	color:#333333;
}

/* END OF MAIN CONTENT */
