﻿@charset "utf-8";

#travel_suggestions .horizontal_rule
{
    border-top:solid 1px #efefef;
    clear:both;
    height:1px;
    margin-bottom:16px;
}

#travel_suggestions .travel_suggestions_header
{
    height:34px;
    padding-bottom:16px;
}
#travel_suggestions .travel_suggestions_header img
{
    color:#666;
    float:left;
    margin-right:18px;
}
#travel_suggestions #theme_dropdown
{
    background:#fff url(../images/wizard/bg_select-theme.gif) no-repeat 0 0;
    float:left;
    height:31px;
    position:relative;
    width:192px;
}
#travel_suggestions #theme_dropdown a#select_theme
{
    color:#333;
    display:block;
    font-size:1.3em;
    height:31px;
    line-height:31px;
    padding:0 10px;
    text-decoration:none;
    width:172px;
}
#travel_suggestions #theme_dropdown a#select_theme
{
    text-decoration:none;
}
#travel_suggestions #themes_list {
	z-index: 10;
	position: absolute;
	background: #fff url(../images/wizard/bg-dropdown-bottom.gif) no-repeat left bottom;
	top: 30px;
	left: 0px;
}
#travel_suggestions #themes_list .inner {
	background: transparent url(../images/wizard/bg-dropdown-top.gif) no-repeat left top;
	width: 238px;
	padding: 15px 15px 10px;
	position: static;
}
#travel_suggestions #themes_list .inner ul {
	margin: 0;
	padding: 0;
}
#travel_suggestions #themes_list .inner ul li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	background: transparent url(../images/wizard/bg-item-arrow-closed.gif) no-repeat left 2px;
}
#travel_suggestions a#back_to_travel_planner {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    display: inline;
    border-style: solid;
    border-width: 1px;
    float: right;
    font-weight: bold;
    margin-top: 3px;
    padding: 7px 20px;
    text-transform: uppercase;
}
#travel_suggestions .banner
{
    margin:0;
    padding-right:10px;
    padding-bottom:16px;
}
#travel_suggestions .banner img
{
    float:left;
    margin-right:14px;
}
#travel_suggestions .banner h2 
{
    font-size:1.6em;
    margin-bottom:.3em;    
}
#travel_suggestions .banner p
{
    font-size:1.2em;
    line-height:1.4em;
}
#travel_suggestions .travel_lists 
{
    padding-bottom:16px;
}
#travel_suggestions .travel_lists h2
{
    font-size:1.4em;
    margin-bottom:.6em;
}
#travel_suggestions .travel_lists .column
{
    float:left;
    width:347px;
}
#travel_suggestions .travel_list
{
    clear:both;
    width:320px;
    margin-bottom:14px;
}
#travel_suggestions .travel_list h3
{
    font-size:1.1em;
    margin-bottom:.2em;
}
#travel_suggestions .travel_list h4
{
    color:#666666;
    font-size:1em;
    font-weight:normal;
    margin-bottom:.2em;
}
#travel_suggestions .travel_list p
{
    color:#666666;
    font-size:1.1em;
}
#travel_suggestions .articles
{
    padding-bottom:16px;
}
#travel_suggestions .articles .column
{
    float:left;
    width:347px;
}
#travel_suggestions .articles h2
{
    font-size:1.4em;
    margin-bottom:.4em;
}
#travel_suggestions .article
{
    clear:both;
    padding:0;
    width:320px;
}
#travel_suggestions .article img
{
    border-width:3px;
    float:left;
    margin:3px 12px 10px 0;
    width:66px;
    height:66px;
}
#travel_suggestions .article h3
{
    color:#666666;
    font-size:1.25em;
    margin-bottom:.2em;
}
#travel_suggestions .article p
{
    color:#666666;
    font-size:1.1em;
}
#travel_suggestions .article p a
{
    background:#fff url(../images/wizard/arrow-blue.gif) no-repeat 0 center;
    font-size:1em;
    padding-left:16px;
}

