﻿/*
Colors:
    #f5f5f5 = whiteSmoke
    #00008B = DarkBlue
	#F90 = orange;
	#ffcc33 = lightorange;
*/
html
{
    direction: ltr;
    min-height: 100%;
    height: 100%;
}
body
{
    padding: 0px;
    margin: 0px;
    background: url(images/gsfx_brnd_gn_top_bgrd.gif) repeat-x;
    background-color: #C8E3F1;
    color: #56595c;
    font: 70% Verdana, Arial, Helvetica, sans-serif;
    min-height: 100%;
    height: 100%;
}
/*------------- Input ------------------*/
input, textarea, select
{
    font: 90% Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #676767;
}
input[type="radio"]
{
    height: 18px; /* use this height to render well in Forms */
    vertical-align: middle;
}
label
{
    border-collapse: collapse;
    white-space: normal;
}
/*=============== Link ================ */
A, A:link, A:visited, a:active
{
    color: #4b8fbe; /* Light Blue */
    color: #006699;
    text-decoration: none;
}
A:hover
{
    color: #4b8fbe; /* Light Blue */ /*#f90; orange */
    text-decoration: underline;
}

#PageWrapper
{
    /*	background: transparent url(images/gsfx_brnd_gn_bottom_bgrd.png) repeat-x scroll center bottom; */
    height: 100%;
    overflow: visible;
}

#container
{
    margin-top: 0px;
    min-width: 780px;
    width: 95%; /* width: 95%; */
    max-width: 1200px; /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: Transparent;
}
div .Xscrollable
{
    min-width: 780px;
    max-width: 1200px;
    width: 100%; /*overflow-x: scroll; */
    overflow: scroll;
}
#header
{
    margin-top: 2px;
    margin-bottom: 0px;
}
#headerMiddle
{
    height: 56px;
    margin-left: 6px;
    margin-right: 6px;
    _margin-left: 3px;
    _margin-right: 3px;
    padding-top: 4px;
    background-color: White;
}

#logo
{
    float: left;
    width: 135px;
    height: 52px;
    background: url(images/logobg.gif) no-repeat center;
}
#logo #logoPic
{
    background: url(images/logo.gif) no-repeat center;
    width: 135px;
    height: 30px;
    cursor: pointer;
    padding-top: 7px;
}
#logo #logoTitle
{
    margin-top: -5px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    font-family: Arial Roman;
}
#logo #logoTitle A, #logo #logoTitle A:Link, #logo #logoTitle A:visited, #logo #logoTitle A:Hover
{
    text-decoration: none;
    color: #fff;
}
#logo #logoTitle span
{
    color: #F90;
}

#LanguageAndLogin
{
    margin-top: 6px;
}
#languageMap
{
    float: left;
    background: white url(images/map.gif) no-repeat left;
    width: 40px;
    height: 18px;
}
#language
{
    float: left;
}
#language A
{
    color: #56595c;
}
#language .Active
{
    color: #f90; /* orange */
}
#login
{
    font-weight: bold;
    font-size: 90%;
    margin-right: 5px;
    color: gray;
    float: right;
}
#login A
{
    clear: both;
    color: gray;
}
#LanguageAndLogin A:hover
{
    color: #f90; /* orange */
}

/*======================= Navigation menu =========== */
#naviTop
{
    margin-top: 12px;
    _margin-top: 2px;
}
#naviTop A
{
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 150%; /*	margin-left: 10px; */
    padding-top: 0px;
    float: left;
}
#naviTop A:link
{
    color: #fff;
}
#naviTop A:visited
{
    color: #fff;
}
#naviTop A:active
{
    color: white;
}
#naviTop A:hover
{
    color: #ffcc33;
    cursor: pointer;
    text-decoration: none;
}

#naviTop .item
{
    background: url(images/hdr-Link.png) repeat-x bottom;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    height: 21px;
}

#naviTop .itemLeft
{
    background: url(images/hdr-Link-Left.png) no-repeat bottom scroll;
    float: left;
    width: 8px;
    height: 21px;
}
#naviTop .itemRight
{
    background: url(images/hdr-Link-right.png) no-repeat bottom scroll;
    float: left;
    width: 8px;
    height: 21px;
}
#naviTop .active .item
{
    color: #ffcc33;
}
/* ====================================================*/

INPUT.search_box
{
    padding-left: 2px;
    background: url(images/searchbar.gif) no-repeat;
    margin-left: 80px;
    vertical-align: middle;
    width: 75px;
    color: #56595c;
    border-top-style: none;
    margin-right: -4px;
    border-right-style: none;
    border-left-style: none;
    height: 17px;
    border-bottom-style: none;
}
INPUT.search_button
{
    display: inline;
    background: url(images/searchbutton.gif) no-repeat;
    vertical-align: middle;
    width: 20px;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    height: 20px;
    border-bottom-style: none;
}
/* ============= Footer ============= */
#footer
{
    clear: both;
    margin-top: 5px;
    margin-bottom: 30px;
}
#footerLeft, #headerLeft
{
    width: 6px;
    _margin-right: -3px;
    height: 60px;
    background: url(images/left_hdr_bg.gif);
    float: left;
}
#footerRight, #headerRight
{
    width: 6px;
    _margin-left: -3px;
    height: 60px;
    background: url(images/right_hdr_bg.gif);
    float: right;
}
#footerMiddle
{
    height: 58px;
    background-color: White;
    border-top: solid 1px #B9BEDE;
    border-bottom: solid 1px #B9BEDE;
    margin-left: 6px;
    margin-right: 6px;
    _margin-left: 3px;
    _margin-right: 3px;
    padding: 0px;
}
/* ============= End of Footer ============= */

A:link IMG, A:visited IMG, A:active IMG, A:hover IMG
{
    border-style: none;
}
.Poster /* Image Poster */
{
    padding: 1px 1px 1px 1px;
    text-align: center;
    display: block;
}

H1
{
    margin: 20px 0px 10px;
    font-weight: bold;
    font-size: 150%;
    color: #f90; /* #4b8fbe; Light Blue */
}
H2
{
    margin: 17px 0px 8px;
    font-weight: bold;
    font-size: 130%;
    color: #f90;
}
H3
{
    margin: 13px 0px 8px;
    font-weight: bold;
    font-size: 110%;
    color: #f90;
}
#middle
{
    clear: both;
    float: none;
    min-height: 100%;
    width: 100%;
    margin-top: 2px;
}
#left
{
    float: left;
    width: 130px;
    padding: 0px;
    min-height: 100%;
    padding-top: 5px;
}
* html #left
{
    /* this is needed to fake min-height in IE 6 */
    height: 100%;
}

#right
{
    width: 130px;
    padding: 0px;
    float: right;
    padding-top: 5px;
}

#center
{
    margin-left: 135px;
    margin-right: 130px;
    min-height: 100%;
    padding: 0px;
}
#content
{
    min-height: 400px;
    background: #fff;
    margin: 0px; /*	border: 1px solid #b9bede; */
}
#BarTop
{
    width: 126px;
    height: 6px;
    _margin-bottom: -7px;
    background-image: url(images/barTop.gif);
}
#Bar
{
    width: 126px;
    min-height: 100px;
    background-image: url(images/barStrip.gif); /*	text-align: center;  	font-weight: bold;*/
    padding: 5px 0px 5px 0px;
}
#BarContainer
{
    padding-left: 5px;
    padding-right: 5px;
}
#Bar fieldset
{
    padding: 0px 2px 0px 2px;
}
#Bar fieldset legend
{
    color: #f90; /* Orange */
    font-weight: bold;
    padding-bottom: 10px;
}
#BarBtm
{
    width: 126px;
    height: 6px;
    background-image: url(images/barBtm.gif);
    _margin-top: -6px;
    margin-bottom: 5px;
    _margin-bottom: -1px;
}
#Bar a, #Bar a:link, #Bar a:hover, #Bar a:visited
{
    color: #4b8fbe; /* Light Blue */ /* #f90 */
    color: #00008B; /* Light Blue */ /* #f90 */
    color: #006699;
}
#adSpaceTop
{
    width: 126px;
    height: 6px;
    background-image: url(images/bbarTop.gif);
    _margin-bottom: -7px;
}
#adSpace
{
    width: 126px;
    min-height: 20px;
    background-image: url(images/bbarstrip.gif);
    padding: 5px 0px 5px 0px;
    _padding: 10px 0px 10px 0px;
}
#adSpaceBtm
{
    width: 126px;
    height: 6px;
    background-image: url(images/bbarBtm.gif);
    _margin-top: -6px;
    margin-bottom: 5px;
    _margin-bottom: -1px;
}
#adSpace a, #adSpace a:link, #adSpace a:hover, #adSpace a:visited
{
    color: #4b8fbe; /* Light Blue */ /* #f90; */
}
#imprint
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 470px;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    border-top: 1px solid #C8E3F1; /* light blue */
    border-bottom: 1px solid #C8E3F1; /* light blue */
}
#rights
{
    text-align: center;
}
.TopMark
{
    width: 118px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.TopMark fieldset
{
    padding-left: 2px;
    padding-bottom: 5px;
}

/*-------------------- Phone User Control-------------------- */
#phoneDisplay
{
    direction: ltr;
    text-align: left;
}

#phone
{
    direction: ltr;
    text-align: right;
    list-style: none;
}
#phone li
{
    display: inline;
    float: left;
}
#phone label
{
    vertical-align: middle;
    font-size: 200%;
}
#phone em
{
    vertical-align: super;
    display: block;
    font-size: 70%;
    text-align: center;
}
#phone input
{
    border: solid 1px silver;
}
/* ------------------ Text  -------------------- */

.Highlight
{
    font-weight: bold;
}
.Note
{
    color: Silver;
    font-size: 70%;
}
.alert
{
    color: gray;
    background-color: #eeffee;
    text-align: center;
    font-weight: bold;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    background-image: url("images/error.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 20px;
    margin: 50px 10px 50px 40px;
    width: 80%;
}
.alert span
{
    padding-left: 40px;
}
.warn
{
    color: gray;
    background-color: #eeffee;
    text-align: center;
    font-weight: bold;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    background-image: url("images/warn.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 40px;
    margin: 50px 10px 50px 20px;
    width: 80%;
}
.warn span
{
    padding-left: 30px;
}


/*------------- Dealer Default.aspx ----------------------*/
#dealerContent
{
    position: relative;
    top: 210px;
    left: 5px;
    width: 235px;
    height: 120px;
}
/*----------------------- Toolbar Styles ----------------------*/
.toolbarBox
{
    border-right: DarkGray 1PX SOLID;
    border-left: DarkGray 1PX SOLID;
    border-bottom: DarkGray 1PX SOLID;
}
.toolbarBox A:visited
{
    color: #56595c;
    text-decoration: none;
}
.toolbarBox A:active
{
    color: #56595c;
    text-decoration: none;
}
.toolbarBox A
{
    color: #56595c;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}
.toolbarBox A:hover
{
    color: white; /*	background-color: #4B8FBE;  */
    text-decoration: underline;
}
.tabOff
{
    font-weight: 100;
    text-align: CENTER;
    background-color: #4B8FBE;
    color: #ffffff;
    border-top: DarkGray 1PX SOLID;
    border-bottom: #000000 1PX SOLID;
    border-left: DarkGray 1PX SOLID;
    border-right: #000000 1PX SOLID;
    height: 20;
    cursor: HAND;
}

.tabOn
{
    font-weight: 600;
    text-align: CENTER;
    background-color: Silver;
    color: #000000;
    border-top: DarkGray 1PX SOLID;
    border-bottom: #000000 1PX SOLID;
    border-left: DarkGray 1PX SOLID;
    border-right: #000000 1PX SOLID;
    height: 25;
    cursor: HAND;
}
.Direction
{
    text-align: left;
}

/*------------------------  Rounded Boxes   ---------------- */
.cbb
{
    border-top: #B9BEDE 1px solid;
    border-left: #B9BEDE 1px solid;
    border-right: #B9BEDE 1px solid;
    border-bottom: #B9BEDE 1px solid;
    padding-top: 0px;
    padding-left: 0px; /* padding-left: 10px; */
    padding-right: 0px; /* padding-right: 10px; */
    padding-bottom: 0px; /*	margin: 1em 0px; */
    margin-top: 0px;
    background: #fff;
}
.cbb H1
{
    /*	padding-right: 0px; 	padding-left: 0px; /* 	padding-right: 10px; 	padding-left: 10px; */ /*	background: #efece6;  	padding-bottom: 0em; /*padding-bottom: 0.3em; */ /*	margin: 0px -10px; /*	font: bold 1.2em/1 Arial, Helvetica, sans-serif;  	padding-top: 0em; /* padding-top: 0.3em; */
}
.cb
{
    /* Increase if you want to space between rounded boxes */
    margin: -2px;
}
.bt
{
    background: transparent url(images/box.png) no-repeat 100% 0px;
    margin: 0px 0px 0px 12px;
    height: 11px;
}
.bt DIV
{
    font-size: 0px;
    background: transparent url(images/box.png) no-repeat 0px 0px;
    left: -20px;
    width: 20px;
    line-height: 0;
    position: relative;
    height: 11px;
}
.bb
{
    background: transparent url(images/box.png) no-repeat 100% 100%;
    margin: 0px 0px 0px 6px;
    height: 12px; /* height: 14px; */
}
.bb DIV
{
    font-size: 0px;
    background: transparent url(images/box.png) no-repeat 0px 100%;
    left: -14px;
    width: 14px;
    line-height: 0;
    position: relative;
    height: 12px;
}
.i1
{
    padding-left: 0px; /* 	padding-right: 0px; 	background: url(images/borders.png) repeat-y 0px 0px; 	padding-bottom: 0px; 	padding-top: 0px; 	*/
}
.i2
{
    padding-right: 8px; /* 	padding-left: 0px; 	background: url(images/borders.png) repeat-y 100% 0px; 	padding-bottom: 0px; 	padding-top: 0px; 	*/
}
.i3
{
    padding-right: 10px;
    display: block;
    padding-left: 10px;
    background: #fff;
    padding-bottom: 1px;
    margin: 0px;
    padding-top: 1px;
}
.i3:unknown
{
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    content: ".";
}

/*================ Box =========================== */
.box
{
    background-color: #ffbb00;
    background-color: #EFF9FF;
    margin-bottom: 3px;
    width: 100%;
}
.box .header
{
    height: 38px;
}
.box .header table
{
    width: 100%;
}
.box .header .hdrLeft
{
    background-image: url(Images/Box_Left_Edge.gif);
    width: 5px;
    height: 38px;
}
.box .header .hdrMiddle
{
    background-image: url(Images/Box_BG_Image.gif);
    height: 38px;
}
.box .header .hdrRight
{
    background-image: url(Images/Box_Right_Edge.gif);
    height: 38px;
    width: 5px;
}
.box .header .hdrIcon
{
    float: left;
}
.box .header .title
{
    font-weight: bold;
    font-size: 1.1em;
    color: #3A3A3A;
    white-space: nowrap;
}
.box .content
{
    padding: 2px 10px 5px 10px;
    font-weight: normal;
    font-size: 100%;
    color: #676767;
}
/*============ Search Result ===================== */
.Price
{
    color: #008000;
    float: none;
    font-weight: bold;
}
.oldPrice
{
    color: Silver;
    text-decoration: line-through;
    font-size: smaller;
}
/*========================= Table Layout ==================*/
.tableDiv
{
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
}
.rowDiv
{
    display: table-row;
}
.cellDiv
{
    display: table-cell;
}
.floatl
{
    float: left;
}
.floatr
{
    float: right;
}
.clearDiv
{
    clear: both;
    display: block;
}
/*=====================================*/
.PageTitle
{
    background-color: #D6D5D3;
    color: White;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-family: Arial Baltic;
    width: 100%;
}
/*============== ul vertial layout ================= */
.ulLayout
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ulLayout li
{
    margin-bottom: 5px;
}
.ulList
{
    padding: 0;
    margin-left: 20px;
    list-style-type: disc;
}
.ulList li
{
    padding-bottom: 10px;
}
.ulHorizontal
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ulHorizontal li
{
    float: left;
    display: inline;
    margin-right: 10px;
}
/*========== Button ============*/
.button
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 200px;
    height: 28px;
    color: White;
    font-weight: bold;
    display: block;
}
.button_left_edge
{
    background: transparent url(images/ble_orange.gif) no-repeat;
    height: 28px;
    float: left;
    width: 5px;
}
.button_right_edge
{
    background: transparent url(images/bre_orange.gif) no-repeat;
    height: 28px;
    width: 5px;
    float: left;
}
.button_center
{
    background: transparent url(images/bc_orange.gif) repeat-x;
    height: 28px;
    float: left;
}
.button A, .button A:link, .button A:visited, .button A:active, .button A:hover
{
    display: block;
    padding: 5px 20px 5px 20px;
    color: White;
}

/*========================== Menu ================= */
.menu
{
    list-style-type: none;
}
.menu li
{
    display: inline;
}
.menu li A
{
    padding: 2px 5px 2px 5px;
    margin: 0px 2px 0x 2px;
    display: inline-block;
    background: url(images/hdr-Link.png) repeat-x bottom;
    color: #FFF;
}
.menu li A:Hover
{
    color: #000;
}
.menu li A:Visited
{
    color: #FFF;
}
/* ============================================= */
.ThumbnailItem
{
    vertical-align: top;
    text-align: justify;
}
.ThumbnailItem A
{
    text-align: center;
    display: block;
    border: solid 1px #fff;
    padding: 5px 5px 10px 5px;
}
.ThumbnailItem A:Hover
{
    background-color: #f5f5f5;
    border: solid 1px silver;
}
/* =========== White Ruler =============== */
.WhiteSeparator
{
    color: White;
    width: 80%;
    text-align: center;
}
.SilverSeparator
{
    color: Silver;
    width: 80%;
    text-align: center;
    height: 1px;
}
.BlueSeparator
{
    width: 99%;
    border-bottom: #aac8e4 double;
    margin: 5px 0px 10px 0px;
}

.OfferItem
{
    background-color: #f5f5f5;
    font-weight: bold;
    white-space: nowrap;
}
/*====================== Forms ================*/
.HForm p
{
    margin: 0;
    padding: 0;
    padding-top: 3px;
    float: none;
}
.HForm p label
{
    float: left;
    width: 30%;
    font: bold 0.9em Arial, Helvetica, sans-serif;
    text-align: right;
    padding-top: 5px;
    padding-right: 2px;
}
.space
{
    margin: 0px 0px 0px 0px;
}
.sectionHigh
{
    background-color: #e4e4e4;
}
.sectionLow
{
    background-color: #f5f5f5;
}
/*---------------------------- SEO section ------------------------------ */
#seo
{
    padding-bottom: 20px;
    width: 400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#seo A, #seo A:link, #seo A:visited, #seo a:active
{
    color: Gray;
    text-decoration: underline;
}
#seo A:hover
{
    text-decoration: none;
}
/*----------------------- breadcrumb ------------------ */
.breadCrumb
{
    background-color: #eeffee;
    border: solid 1px #ccffcc;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 5px 0px;
}
