﻿/*
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: 80% Arial, 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: 25px;
	min-width: 780px;
	width: 95%; /* width: 95%; */
	max-width: 1200px; /* max-width: 1200px; */
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	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-right: 6px;
	margin-left: 6px;
	_margin-right: 3px;
	_margin-left: 3px;
	padding-top: 4px;
	background-color: White;
}

#logo
{
	float: right;
	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: right;
	background: white url(images/map.gif) no-repeat right;
	width: 40px;
	height: 18px;
}
#language
{
	float: right;
}
#language A
{
	color: #56595c;
}
#language .Active
{
	color: #f90; /* orange */
}
#login
{
	font-weight: bold;
	font-size: 90%;
	margin-left: 5px;
	color: gray;
	float: left;
}
#login A
{
	clear: both;
	color: gray;
}
#LanguageAndLogin A:hover
{
	color: #f90; /* orange */
}

/*======================= Navigation menu =========== */
#naviTop
{
	margin-top: 9px;	
	_margin-top: -4px;
}
#naviTop A
{
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 150%;
	padding-top: 0px;
	float: right;   
	_float: none;   

}
#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;
	float: right;
	height: 21px;
	
	padding-left: 10px;
	padding-right: 10px;	
}
#naviTop .itemRight
{
	float: right;
	background: url(images/hdr-Link-left.png) no-repeat bottom scroll;	
	width: 8px;
	height: 21px;
}
#naviTop .itemLeft
{
	background: url(images/hdr-Link-right.png) no-repeat bottom scroll;
	float: right;	
	width: 8px;
	height: 21px;
}

#naviTop .active .item
{
    color: #ffcc33;
}
/* ====================================================*/
INPUT.search_box
{
	padding-right: 2px;
	background: url(images/searchbar.gif) no-repeat;
	margin-right: 80px;
	vertical-align: middle;
	width: 75px;
	color: #56595c;
	border-top-style: none;
	margin-left: -4px;
	border-left-style: none;
	border-right-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-left-style: none;
	border-right-style: none;
	height: 20px;
	border-bottom-style: none;
}
/* ============= Footer ============= */
#footer
{
	clear: both;
	margin-top: 5px;
	margin-bottom: 30px;
}
#footerLeft, #headerLeft
{
	width: 6px;
	_margin-left: -3px;
	height: 60px;
	background: url(images/right_hdr_bg.gif);
	float: right;
}
#footerRight, #headerRight
{
	width: 6px;
	_margin-right: -3px;
	height: 60px;
	background: url(images/left_hdr_bg.gif);
	float: left;
}
#footerMiddle
{
	height: 58px;
	background-color: White;
	border-top: solid 1px #B9BEDE;
	border-bottom: solid 1px #B9BEDE;
	margin-right: 6px;
	margin-left: 6px;
    _margin-right: 3px;
	_margin-left: 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;
}
.Poster1 /* Image Poster */
{
    width: 200px;
	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;
}
#right
{
	float: right;
	width: 130px;
	padding: 0px;
	min-height: 100%;
	padding-top: 5px;
}
* html #right
{
	/* this is needed to fake min-height in IE 6 */
	height: 100%;
}

#left
{
	width: 130px;
	padding: 0px;
	float: left;
	padding-top: 5px;
}

#center
{
    margin-right: 135px;
    margin-left: 130px;
    min-height: 100%;
    padding: 0px;
}
#content
{
    padding: 5px;
    min-height: 400px; /*background: #EFF3FB;*/
    margin: 0px; /*	border: 1px solid #b9bede; background: #fff; */ /*border: 1px solid #B5C7DE*/
}
#BarTop
{
	width: 126px;
	height: 6px;
	_margin-bottom: -10px;
	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-right: 5px;
	padding-left: 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: -8px;
    margin-bottom: 5px;
    _margin-bottom: -4px;

}
#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: -10px;
}
#adSpace
{
	width: 126px;
	min-height: 20px;
	background-image: url(images/bbarstrip.gif);
	padding: 5px 0px 5px 0px;
}
#adSpaceBtm
{
	width: 126px;
	height: 6px;
	background-image: url(images/bbarBtm.gif);
	_margin-top : -6px;
	margin-bottom: 5px;
	_margin-bottom: -4px;

}
#adSpace a, #adSpace a:link, #adSpace a:hover, #adSpace a:visited
{
	color: #4b8fbe; /* Light Blue */ /* #f90; */
}
#imprint
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 470px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-top: 1px solid #C8E3F1; /* light blue */
	border-bottom: 1px solid #C8E3F1; /* light blue */
}
#lefts
{
	text-align: center;
}
.TopMark
{
	width: 118px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.TopMark fieldset
{
	padding-right: 2px;
	padding-bottom: 5px;
}

/*-------------------- Phone User Control-------------------- */
#phoneDisplay
{
	direction: ltr;
	text-align: right;
}

#phone
{
	direction: ltr;
	text-align: left;
	list-style: none;
}
#phone li
{
	display: inline;
	float: right;
}
#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: right center;
	background-repeat: no-repeat;
	padding: 20px 20px 20px 20px;
	margin: 50px 40px 50px 10px;
	width: 80%;
}
#tabelStyle
{
	background-image:url("http://www.fullmobile.com/App_Themes/BlueTheme/images/gsfx_brnd_gn_top_bgrd.gif");
	margin: 0;
	padding: 0;
}
#tabelStyle td
{
	color: #ffcc33;
	font-family: Cursive;
	font-size: 14px;
}
.txtHeader
{
	background-color: #ffcc33;	
	width: 300px;
	line-height: 20px;
}
.alert span
{
	padding-right: 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: right center;
	background-repeat: no-repeat;
	padding: 20px 40px 20px 20px;
	margin: 50px 20px 50px 10px;
	width: 80%;
}
.warn span
{
	padding-right: 30px;
}


/*------------- Dealer Default.aspx ----------------------*/
#dealerContent
{
	position: relative;
	top: 210px;
	right: 5px;
	width: 235px;
	height: 120px;
}
/*----------------------- Toolbar Styles ----------------------*/
.toolbarBox
{
       border:1px solid #666666;
	/*border-left: DarkGray 1PX SOLID;
	border-right: 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
{
	
	 border-color: #000000;
    border-width: thin;
    background: #555555 url(images/accDefault.png) repeat-x scroll 50% 50%;
    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;*/
    height: 40;
    cursor: HAND;
    color: #EEEEEE;
    border-style: solid none solid none;
    cursor: HAND;
}

.tabOn
{
	font-weight: 600;
	text-align: CENTER;
	background-color: Silver;
	 background: #999999 url(images/accSelected.png) repeat-x scroll 50% 50%;
	color: #000000;
	border-top: DarkGray 1PX SOLID;
	border-bottom: #000000 1PX SOLID;
	border-right: DarkGray 1PX SOLID;
	border-left: #000000 1PX SOLID;
	height: 25;
	cursor: HAND;
}
.Direction
{
	text-align: right;
}

/*------------------------  Rounded Boxes   ---------------- */
.cbb
{
	/*border-top: #B9BEDE 1px solid;
	border-right: #B9BEDE 1px solid;
	border-left: #B9BEDE 1px solid;
	border-bottom: #B9BEDE 1px solid;*/
	/*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 0% 0px;
	margin: 0px 12px 0px 0px;
	height: 11px;
}
.bt DIV
{
	font-size: 0px;
	background: transparent url(images/box.png) no-repeat 100% 0px;
	right: -20px;
	width: 20px;
	line-height: 0;
	position: relative;
	height: 11px;
}
.bb
{
	background: transparent url(images/box.png) no-repeat 0% 100%;
	margin: 0px 6px 0px 0px;
	height: 12px; /* height: 14px; */
}
.bb DIV
{
	font-size: 0px;
	background: transparent url(images/box.png) no-repeat 100% 100%;
	right: -14px;
	width: 14px;
	line-height: 0;
	position: relative;
	height: 12px;
}
.i1
{
	padding-right: 0px; /* 	padding-right: 0px; 	background: url(images/borders.png) repeat-y 0px 0px; 	padding-bottom: 0px; 	padding-top: 0px; 	*/
}
.i2
{
	padding-left: 8px; /* 	padding-left: 0px; 	background: url(images/borders.png) repeat-y 100% 0px; 	padding-bottom: 0px; 	padding-top: 0px; 	*/
}
.i3
{
	padding-left: 10px;
	display: block;
	padding-right: 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%;*/
	padding: 3px;
    margin: 3px;
    background-color: #EFF3FB;
    border: thin solid #B5C7DE; /*background-color: #EFF9FF;*/
    width: 100%; /*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_Right_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_Left_Edge.gif);
	height: 38px;
	width: 5px;
}
.box .header .hdrIcon
{
	float: right;
}
.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;
    text-align: right;
}
.rowDiv
{
	display: table-row;
}
.cellDiv
{
	display: table-cell;
}
.homeFloat
{
    float: right;
}
.floatl
{
	float: right;
}
.floatr
{
	float: left;
}
.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-right: 20px;
	list-style-type: disc;
}
.ulList li
{
	padding-bottom: 10px;
}
.ulHorizontal
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.ulHorizontal li
{
	float: right;
	display: inline;
	margin-left: 10px;
}

/*======================= ButtonX =========== */
#ButtonX
{
	margin-top: 12px;
	_margin-top: 2px;
}

#ButtonX A
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 150%; /*	margin-left: 10px; */
	padding-top: 0px;
	float: left;
}
#ButtonX A:link
{
	color: #fff;
}
#ButtonX A:visited
{
	color: #fff;
}
#ButtonX A:active
{
	color: white;
}
#ButtonX A:hover
{
	color: #ffcc33;
	cursor: pointer;
	text-decoration: none;
}

#ButtonX .item
{
	background: url(images/btnx-Link.png) repeat-x bottom;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	height: 21px;
}

#ButtonX .itemLeft
{
	background: url(images/btnx-Link-right.png) no-repeat bottom scroll;
	float: right;
	width: 8px;
	height: 21px;
}
#ButtonX .itemRight
{
	background: url(images/btnx-Link-Left.png) no-repeat bottom scroll;
	float: right;
	width: 8px;
	height: 21px;
}
#ButtonX .active .item
{
	color: #ffcc33;
}
/*========== Button ============*/
.button
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 5px; 
	/*width: 150px;*/
	height: 28px;
	color: White;
	font-weight: bold;
	display: block;
}
.button_right_edge
{
	background: transparent url(images/ble_orange.gif) no-repeat;
	height: 28px;
	float: right;
	width: 5px;
}
.button_left_edge
{
	background: transparent url(images/bre_orange.gif) no-repeat;
	height: 28px;
	width: 5px;
	float: right;
}
.button_center
{
	background: transparent url(images/bc_orange.gif) repeat-x;
	height: 28px;
	float: right;
}
.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;	
	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: right;
	width: 30%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 5px;
	padding-left: 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;
}
/*------------- Dealer Default.aspx ----------------------*/
#ContentDealer
{
}
#dealerContent
{
	position: relative;
	top: 210px;
	left: 5px;
	height: 300px;
	width: 400px;
}
#naviagtion_list
{	
	width:300px;
	background-color: #ffcc33;
}

#naviagtion_list ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#naviagtion_list ul li
{
	font-family: Cursive;	
	font-size: 20px;
	margin: 4px;
	font-weight: bold;
	border-left-style: none;
	border-right-style: none;
	
}

ul li#secondNavigation
{
	width: 110px;
	
}
#tabelStyle
{
	background-image:url("http://www.fullmobile.com/App_Themes/BlueTheme/images/gsfx_brnd_gn_top_bgrd.gif");
	margin: 0;
	padding: 0;
}

#tabelStyle td
{
	color: #ffcc33;
	font-family: Cursive;
	font-size: 14px;
}
.txtHeader
{
	background-color: #ffcc33;	
	width: 300px;
	line-height: 20px;
}

#tableContent
{
	background-image: url("http://www.fullmobile.com/App_Themes/BlueTheme/images/gsfx_brnd_gn_top_bgrd.gif");
	width: 500px;
}

#tableContent td
{
	font-size: small;
	width: 90px;
	color: #1874CD;
	font-weight: bold;
	font-family: Cursive;
}
#tableContent td:hover
{
	color: #FF6347;
}
hr
{
    border-style: solid;
    border-width: thin 0px 0px 0px;
    border-color: #B5C7DE;
}
.ItemStyle
{
    padding: 6px 30px 6px 30px;
}
.ItemStyleCenter
{
    padding: 6px;
    text-align: center;
}
