@import url("search/search.css");
/* AAMP stylesheet */

@import url("/idatalink/styles/generaltabs.css");

/* ---  Common HTML elements  --- */
body
{
    background-color: #FFF;
    margin-top: 32px;
    font: normal 8pt Arial, Helvetica, sans-serif;
    color: #FFF;
    line-height: 130%;
}

a:active, a:link , a:visited
{
    color: #666666;
    font: normal 8pt Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a img
{
    border-width: 0px;
}

table
{
    border: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}

td
{
    vertical-align: top;
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    font-size: 11px;
    line-height: 150%;
}

/* ---  Page canvas  --- */
#canvas
{
    width: 823px;
    margin: auto;
}

#page
{
    width: 821px;
    border: 0px;
    text-align: center;
}

/* ---  Top part of the page  --- */
#header
{
    padding-left: 45px;
    padding-right: 5px;
    height: 150px;
    text-align: left;
}

#helpdesk_label
{
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
}

tr.top
{
    padding-bottom: 50px;
    background-image: url(../images/background/porsche.gif);    
    background-repeat: no-repeat;
    background-position: 0px 100px;    
    text-align: center;
    width: 800px;
}

td.top
{
    padding-top: 30px;   
    height: 380px;
}

.top_link
{
    padding-left: 7px;
    padding-right: 7px;
    font: normal 8pt Arial, Helvetica, sans-serif;
    color: #666666;
    cursor: pointer;
}

td.top_link
{
    padding-top: 4px;
    font-size: 14px;
}

/* ---  Middle part of the page  --- */
.middle
{
	padding-top: 50px;
	padding-bottom: 50px;	
}

/* ---  Bottom of the page  --- */
#bottom
{
    color: #666666;
    font-size: 9px;
    padding-top: 15px;
    padding-bottom: 4px;
    background-image: url(../images/background/bottom.png);
    background-repeat: no-repeat;
    letter-spacing: +0.5px;
    text-transform: uppercase;
    padding-right: 10px;
    width: 801px;    
}

#links_menu
{
    width: 740px;
}

/* ---  Actions menu (on the left)  --- */
.actions_menu
{
    height: 170px;
    width: 250px;
}

.actions_menu_item
{
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

/* ---  Search  --- */
.selection
{
    width: 200px;
    font: normal 10px Arial;
    color: #000000;
}

.form_label
{
     width: 175px;
     text-align: left;
     font-weight: bold;
     padding-top: 8px;
}

/* ---  Product search block  --- */
.by_vehicle
{
    padding-left: 20px;
    height: 170px;
    width: 250px;
    text-align: left;
}

.by_product
{
    padding-left: 10px;
    height: 170px;
    width: 250px;
    text-align: left;
}

.box
{
    background-image: url(../images/background/dropbox.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 2px;
}

/* ---  Install guide search block (on the right)  --- */
.install_guide_search
{
    padding-top: 15px;
    padding-left: 5px;
    height: 170px;
    width: 250px;
    text-align: left;
}

.guide_code
{
    border: 1px ridge rgb(204, 204, 204);
    line-height: normal;
    width: 80px;
    font: normal 10px Arial;
    color: #000;
    padding-left: 0px;
    margin-left: 0px;
}

/* ---  Results area  --- */
#results_box
{
     color: #666666;
}

#results_white
{
     border: 1px solid #666666;
}

.results_table
{
     width: 720px;
     border: 0px;
     margin: 10px;
}

table.results_table td
{
    text-align: left;
}

table.results_table ul
{
     color: #AAA;
     text-align: justify;
}

table.results_table ul li
{
     color: #666;
}

/* ---  Weblink page  --- */
#weblink
{
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

#weblink_logo
{
    padding-left: 70px;
    padding-right: 20px;
    padding-top: 40px;
}

.question
{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    cursor: pointer;
    text-align: justify;
    color: #666666;
}

.answer
{
    padding: 8px;
    border-top: #CCC solid 2px;
    background-color: #dcdddf;
    font-size: 11px;
    text-align: justify;
    margin-bottom: 4px;
    display: none;
    color: #666666;
}

.codetext
{
    font-family: Courrier, Monaco, monospace;
}

/* ---  Install guides page  --- */
#install_guides
{
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.download_guide
{
    font-weight: bold;
    cursor: pointer;
}

#guides_header
{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #666666;
}

.install_guide_item
{
    background-color: #FFF;
    color: #666666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #EEE;
}

.install_guide_item td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}

.install_guide_item_selected
{
    background-color: #E7E7E8;
    cursor: pointer;
}

.guide_name
{
    padding: 5px;
    width: 120px;
    font-weight: bold;
}

.guide_desc
{
    padding: 5px;
    width: 420px;
}

.download_pdf
{
    padding: 8px;
    width: 120px;
}

.guide_name, .guide_desc, .download_pdf
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    text-align: left;
}

#search_result
{
    border: 1px solid #CCC;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 600px;
}

#switch_mode
{
    cursor: pointer;
}

#weblink_updater div.buttons
{
	text-align: center;
}

#update_box
{
	text-align: left;
    color: #595959;
}

.error
{
	margin: 20px;
	text-align: left;
}

.bottom_link
{
     padding-left: 7px;
     padding-right: 7px;
     font-size: 9px;
}

a.bottom_link
{
     padding-left: 7px;
     padding-right: 7px;
     font-size: 9px;
}

/* ---  Terms and conditions page  --- */
#privacy
{
     padding-left: 7px;
     padding-right: 7px;
     font-size: 10px;
     cursor: pointer;
}

.product_name{
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	height:40px;
	padding-left:20px;
	text-align:left;
	vertical-align:middle;
}

.featurename{
	font: 11px Arial,Helvetica,sans-serif;
	border-bottom:solid #ccc 1px;
}

img.buttons { cursor:pointer; padding-top:5px;}

