@import url("search/search.css");
@import url("/idatalink/styles/generaltabs.css");

/* Flashlogic stylesheet */

/* ---  Common HTML elements  --- */
body
{
    background-color: #666666;
    background-image: url(../images/background/page.gif);
    margin-top: 0px;
    font: normal 8pt Arial,Helvetica,sans-serif;
    color: #000;
    line-height: 130%;
}

a, 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%;
}

ol
{
    font-weight: bold;
    font-size: 12px;
    line-height: 160%;
    margin-right: 10px;
}

p
{
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pointer{
	custor: pointer;
}

/* ---  Page canvas  --- */
#canvas
{
    width: 818px;
    margin: auto;
}

#page
{
    width: 815px;
    border: 0px;
    margin: auto;
}

/* ---  Top part of the page  --- */
#header
{
    padding-left: 15px;
    padding-right: 5px;
}

tr.top
{
    padding-top: 50px;
    padding-bottom: 10px;
    background-image: url(../images/background/top.png);
    text-align: center;
}

.top_link, .top_link a
{
    color: #FFCC00;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 10px;
    cursor: pointer;
}

td.top_link
{
    padding-top: 4px;
    font-size: 14px;
}

#top_gradient
{
    height: 46px;
    background-image: url(../images/background/topgradient.gif);
}

.wide
{
    width: 805px;
}

/* ---  Middle part of the page  --- */
.middle
{
    padding-top: 0px;
    background-image: url(../images/background/middle.png);
    background-repeat: repeat-y;
}

.feature_header
{
    border-bottom: #FFCC00 2px solid;
    color: #000000;
    text-align: justify;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    padding: 5px;
}

/* ---  Bottom of the page  --- */
#bottom
{
    color: #FFCC00;
    font-size: 11px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 4px;
    background-image: url(../images/background/bottom.png);
    background-repeat: no-repeat;
    letter-spacing: +0.5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 801px;    
}

#bottom_gradient
{
    height: 46px;
    background-image: url(../images/background/bottomgradient.gif);
}

/* ---  Actions menu (on the left)  --- */
.actions_menu
{
    padding-top: 20px;
    padding-right: 10px;
    width: 250px;
}

.actions_menu_item
{
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

table.links_menu
{
    width: 96%;
    margin-left: 5px;
    margin-right: 5px;
}

td.links_menu
{
    text-align: left;
    padding-top: 10px;
}

/* ---  Search  --- */
.selection
{
    font: normal 10px Arial;
    color: #000000;
}

#carMake .selection
{
    width: 120px;
}

#carYear .selection
{
    width: 90px;
}

#carModel .selection
{
    width: 120px;
}

#byProduct .selection
{
    width: 150px;
}

.form_label
{
    width: 175px;
    text-align: left;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 20px;
}

.searches
{
    background-image: url(../images/background/middle.png);
}

/* ---  Product serch block (center)  --- */
.product_search
{
    padding-top: 0px;
    padding-left: 15px;
    height: 45px;
    width: 250px;
    text-align: left;
}

/* ---  Install guide search block (on the right)  --- */
.install_guide_search
{
    padding-top: 0px;
    height: 45px;
    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  --- */
#white_sheet
{
    margin: auto;
    background-color: white;
}

#results_box
{
    margin-left: 10px;
    width: 790px;
    background-color: white;
}

.results_table
{
     width: 770px;
     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;
}

.load_results, .load_product
{
    cursor: pointer;
}

/* ---  Weblink page  --- */
#weblink
{
    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
{
    border: 1px solid gray;
    text-align: center;
    cursor: pointer;
    padding: 3px;
    padding-left: 5px;
}

.guides_header
{
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.guides_header td
{
    background-color: #FFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}

.install_guide_item
{
    background-color: #FFF;
}

.install_guide_item td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #BBB;
}

.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;
}

#find_install_guide
{
    padding-top: 3px;
    padding-right: 15px;
}

/* ---  Search by product list  --- */
#productSeriesList select
{
    width: 180px;
}

/* ---  Product comparison page  --- */
#compare_selection select
{
    width: 150px;
}

#search_result
{
    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;
}

.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;
}

table.front-content td img{
	margin-right:10px;
	}

img.buttons { cursor:pointer; padding-top:5px;}
	  
/*-----------------------------------------------------------------forum treads-------------------------------------------------------*/
	  
div.forum_threads{
	width:780px;
	margin-top:0px;
	}
div.global_post{
	color:#000;
	background-color:#e7e7e9;
	margin-bottom:20px;
	margin-top:20px;
	padding:1px 10px 10px 10px;
	}
a.link_forum_threads{
	color:#fbaa19;
	}
a.link_forum_threads:hover{
	color:#999;
	}
span.content_forum_threads{
	font-weight:normal;
	}

a.title_forum_threads{
	font-weight:bold;
	color:#000;
	}
#select_global{
	padding-right: 7px; 
	background-image: url(/idatalink/images/front/bg_searchbar.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	height:26px;
	width:773px;
}	
.h2_threads_forum{
	background:none;
	/*background-image:url(../images/main/background/threads_forum_h2.png); background-repeat:no-repeat; background-position:bottom left;*/
	font-size:1.2em;
}
.division_post{
	border:none;
	color:white;
	background-color: white;
	height:2px;
	}
.post{
	padding-left:15px;	
}
/*-------------------------------------------------------------------debug-------------------------------------------------*/
#content-debug{
	width:760px;
	padding:10px 10px 10px 10px;
}
.h1Debug{
	color:#FC0;
	text-align:center;
}
#logo-firefox{
	text-align:center;
}
.tab{
	margin-left:38px;
}
.hrDebug{
	border: none 0;
	border-top:1px solid black; 
	margin-top:50px;
	margin-bottom:50px;
	color: black;
	height:1px;
	width:80%;
}
#control-panel{
	background-image:url(../images/pictures/control-panel.jpg);
	width:600px;
	height:510px;
	margin:auto;
}
#add-remove{
	background-image:url(../images/pictures/add-or-remove-programs.jpg);
	width:600px;
	height:435px;
	margin:auto;
}
#browser-firefox{
	background-image:url(../images/pictures/firefox.jpg);
	width:600px;
	height:623px;
	margin:auto;
}
#filter{
	background-image:url(../images/pictures/firefox-sites-filter.jpg);
	width:600px;
	height:366px;
	margin:auto;
}
#firefox-settings{
	background-image:url(../images/pictures/firefox-settings.jpg);
	width:600px;
	height:623px;
	margin:auto;
	margin-bottom:25px;
}
#content-debug a{
	color:#FC0;
	text-decoration:underline;
	font-size:12px	
}
#content-debug a:hover{
	color:#666;
	text-decoration:underline;	
}
#content-debug p{
	font-size:12px
}
