@CHARSET "UTF-8";
/* 
    Document   : gateway.css
    Created on : 16/09/2009, 11:43:26 AM
    Author     : martinm
    Description:
        Styles for the gateway page.
*/



/*----------------------------------------------------------------------------*
 * Content Right
 *----------------------------------------------------------------------------*/

div#content div.right
{
	margin: 0px;
	padding: 0px;
	background: #ebebeb url("/Images/car_insurance/module_rpt.gif") bottom left repeat-x;
	width: 460px;
	float: left;
}

div#content div.right div.box
{
	padding: 30px 30px 15px 30px;
	border-bottom: 2px solid #ffffff;
	font-size: 12px;
	overflow: hidden;
}


div#content div.right div.box h2
{
	display: inline;
	padding: 0px;
	margin: 0px;
	width: 350px;
}

div#content div.right div.box p
{
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;
}

div#content div.right div.box img
{
	padding-bottom: 5px;
	padding-right: 10px;
}


/*-------------------------------------------*
 * Specific button styles
 *-------------------------------------------*/

div.button
{
	background-color: #717f81;
	border: 2px solid #EBEBEB;
	color: #FFFFFF !important;
	float: right;
	padding: 0 12px;
	vertical-align: middle;
	width: auto !important;
}

div.button a
{
	color: #FFFFFF !important;
	text-decoration: none;
}

/* body#life div.button
{
	background-color: #009b48;
}

body#home div.button
{
	background-color: #82c5e2;
}

body#events div.button
{
	background-color: #f4597b;
}

body#travel div.button
{
	background-color: #b3541a;
} */


/*----------------------------------------------------------------------------*
 * Overruling styles for big_right
 *----------------------------------------------------------------------------*/


body#large_right div#content div.left
{
    width: 282px;
    margin-left: 15px;
}

body#large_right div#content div.right
{
    width: 600px;
}

body#large_right div#content div.right div.blue_button
{
    margin-left: 5px;
    margin-right: 10px;
}

body#large_right div#content div.right div.box
{
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 20px;
}

/*----------------------------------------------------------------------------*
 * Hover for travel landing page
 *----------------------------------------------------------------------------*/

#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;

	width: 234px;
	border: 1px solid #dddddd;
	background: #f9f9f9;
}

#tooltip h3, #tooltip div
{ 
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	padding: 5px 10px;
}

#tooltip div  img
{
	margin-bottom: 5px;
}

strong
{
	color: #3e4545;
}

body#travel div#content div.right div.box p.hover_src
{
	display: none;
}