@charset "UTF-8";
/* CSS Document */


body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px; padding: 0px; border: 0px;
	}
	
a:focus {
	outline: none;
	}
	
	
/* --------------  STRUCTURE  -------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f1f1f1 url(../images/layout/body_bkg.jpg) repeat-x;
	}
	
#container {
	width: 960px;
	margin: 0 auto;	
	}
	
#header {
	height: 159px;
	background: url(../images/layout/header_bkg.jpg) no-repeat;
	}

#subHeader {
	height: 107px;
	}

#navigation {
	height: 52px;
	width: 960px;
	}

#wrapper {
	width: 958px;
	clear: both;
	padding-top: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	background-color: #FFFFFF;
	overflow: auto;
	}

#content {
	width: 740px;
	padding:0 0 0 4px;
	float: left;
	clear: both;
	}

#contentSidebar {
	width: 195px;
	float: left;
	padding: 0 15px 0 0;
	}

#content div#contentMain {
	position: relative;
	width: 516px;
	float: right;
	padding-bottom: 10px;
	font-size: 1em;
	}

#content div#long {
	float: right;
}

#sideBar {
	width: 195px;
	margin-right: 4px;
	float: right;
	}
	
#footer {
	position: relative;
	width: 950px;
	margin: 0 4px;
	background: url(../images/layout/footer_bkg.jpg) no-repeat;
	clear: both;
	}
	
.additional {
	float: right;
	position: absolute;
	width: 195px;
	margin-left: 520px;
	*margin-left: 10px;

}

/* --------------  TOPMENU  -------------*/

#topMenu {
	height: 33px;
	font-size: 15px;
	}
	
#topMenu ul {
	list-style: none;
	float: right;
	padding: 7px 10px 0px 0px;
	}

#topMenu ul li {
	display: inline;
	}
	
#topMenu ul li a {
	font-size: 15px;
	color: #f90;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 10px 0px 38px;
	}

#topMenu ul li.store a {
	padding: 10px 0 0px 38px;
	}
	
#topMenu ul li.videos {
	background-image: url(../images/layout/topmenu/topmenu_videotestimonials.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	}
	
#topMenu ul li.webinars {
	background-image: url(../images/layout/topmenu/topmenu_webinars.jpg);
	background-repeat: no-repeat;
	background-position: 14px center;
	}
	
#topMenu ul li.tips {
	background-image: url(../images/layout/topmenu/topmenu_tips.jpg);
	background-repeat: no-repeat;
	background-position: 19px center;
	}
	
#topMenu ul li.blog {
	background-image: url(../images/layout/topmenu/topmenu_blog.jpg);
	background-repeat: no-repeat;
	background-position: 16px center;
	}
	
#topMenu ul li.store {
	background-image: url(../images/layout/topmenu/topmenu_store.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	}
	
#topMenu ul li.client {
	background-image: url(../images/layout/topmenu/topmenu_client.jpg);
	background-repeat: no-repeat;
	background-position: 11px center;
	}
	

/* --------------  SUBHEADER -------------*/

#subHeader #logo {
	width: 312px;
	height: 95px;
	background-color: transparent;
	background-image: url(../images/header_ssi_logo.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	display: block;
	text-indent: -99999px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	float:left;
	}

#subHeader #logo:hover {
	opacity: 0.7;
	}
	
#subHeader #slogan {
	width: 510px; height: 19px;
	background: url(../images/header_tagline.png) no-repeat;
	text-indent: -9999px;
	margin: 30px 64px 0 0;
	float: right;
	}

#subHeader p.address {
	width: 224px;
	font-size: 10px;
	padding: 2px 10px 0 0;
	text-align: right;
	float: right;
	}

/* --------------  Navigation -------------*/

#navigation ul#menu {
	width: 100%;
	height:	52px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	clear: both;
	}

#navigation ul#menu li {
	float:left;
	position: relative;
	}
	
#navigation ul#menu li a {
	background: url(../images/layout/nav_menu.jpg) no-repeat scroll top left;
	display: block;
	height: 52px;
	position: relative;
	}
	
#navigation ul#menu li a.products {
	width:237px;
	}
	
#navigation ul#menu li a.about {
	width:138px;
	background-position:-237px 0px;
	}	
	
#navigation ul#menu li a.results {
	width:249px;
	background-position:-375px 0px;
	}	
	
#navigation ul#menu li a.calendar {
	width:165px;
	background-position:-624px 0px;
	}
	
#navigation ul#menu li a.contact {
	width:161px;
	background-position:-789px 0px;
	}
	
#navigation ul#menu li a span {
	background: url(../images/layout/nav_menu.jpg) no-repeat scroll bottom left;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:52px;
	width:100%;
	z-index:100;
	}
	
#navigation ul#menu li a.products span {
	background-position: 0px -52px;
	}

#navigation ul#menu li a.about span {
	background-position: -237px -52px;
	}
	
#navigation ul#menu li a.results span {
	background-position: -375px -52px;
	}

#navigation ul#menu li a.calendar span {
	background-position: -624px -52px;
	}		

#navigation ul#menu li a.contact span {
	background-position: -789px -52px;
	}
	
#navigation ul#menu li a span:hover {
	cursor: pointer;
	}
	
#navigation ul#menu li ul {
	display: none;
	list-style: none;
  	position: absolute; 
  	top: 12px;
  	left: 0;
	width: 100%;
  	}
	
#navigation ul#menu li > ul {
	top: auto;
	left: auto;
	}

#navigation ul#menu li:hover ul, li.over ul { 
	display: block;
	background-color:#00CCFF; 
	}

/* --------------  SUBMENU -------------*/

#subMenu {
	width: 205px;
	margin-bottom: 20px;
}

#subMenu h3 {
	width: 189px;
	height: 52px;
	background: url(../images/layout/submenu/title.jpg) no-repeat;
	line-height: 52px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding-left: 16px;
}

#subMenu ul {
	list-style-type: none;
	text-align: left;
	padding: 8px 0;
	margin: 0 0 10px 0;
	background: #f7f7f7 url(../images/layout/submenu/bkg.jpg) bottom no-repeat;
}

#subMenu ul li {
	padding: 4px 10px;
}

#subMenu ul li a, #subMenu ul li a:visited {
	background: transparent url(../images/layout/submenu/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #666;
	display: block;
	font-size: 14px;
}

#subMenu ul li a:hover {
	background: transparent url(../images/layout/submenu/list-active.gif) left center no-repeat;
	color: #de8c31;
}

#subMenu ul li a.current, #subMenu ul li a.current:visited {
	background: transparent url(../images/layout/submenu/list-on.gif) left center no-repeat;
	color: #ba6300;
}

#subMenu a.toHome {
	color: #fff;
	letter-spacing: 2px;
	background: url(../images/layout/submenu/bkg_backtohome.jpg) no-repeat;
	margin-top: 4px;
	padding: 3px 0 2px 26px;
	display: block;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}

#subMenu a.toHome:hover {
	color: #206b76;
	text-decoration: none;
}

/* --------------  TEXT RESIZE -------------*/
		
		
#textResize {
	width: 505px;
	}

#contentMain #textResize a {
	color: #999;
	text-decoration: underline;
}
	
#textResize p.textResize {
	font-size: 12px;
	color: #999999;
	padding: 0 5px 0 0;	
	}
	
#textResize .increaseFont {
	font-size: 16px;
	}
	
#textResize .decreaseFont {
	font-size: 11px;
	}
	
#textResize .resetFont {
	font-size: 12px;
	}
	
/* -------------- TEXT -------------*/

#contentMain h1 {
	font-size: 1.5em;
	padding: 0 10px;
	color: #445f7b;
	font-style: normal;
	font-weight: lighter;
	clear: both;
	}
	
#contentMain h2 {
	font-size: 1.1em;
	padding: 6px 10px;
	color: #386ba1;
	font-style: normal;
	font-weight: lighter;
	}
	
#contentMain h2.sub {
	font-size: 1.1em;
	padding: 0 10px 6px 10px;
	color: #386ba1;
	font-style: normal;
	font-weight: lighter;
	}
	
#contentMain h2.solo {
	font-size: 1.2em;
	color: #445f7b;
	padding: 0 10px 0 10px;
	}
	
#contentMain h3 {
	font-size: 1em;
	padding: 0 10px 0 10px;
	font-style: normal;
	font-weight: lighter;
	color: #5c82aa;
	text-decoration: none;
	}

#contentMain h3.sub {
	padding: 0 10px 6px 10px;
}


#contentMain h3.solo {
	padding:10px;
}

#contentMain p {
	font-size: .8em;
	font-style: normal;
	line-height: 1.6em;
	padding: 6px 10px;
	}

#contentMain p.readMore {
	font-size: .8em;
	font-style: normal;
	line-height: 1.6em;
	padding: 0 0 8px 10px;
	}
	
#contentMain a {
	color: #5c82aa;
}

#contentMain p a:visited {
	color: #cc6600;
}

#contentMain ul, #contentMain ol {
	padding: 2px 40px;
	margin: 0 0 4px 0;
}

#contentMain ul li, #contentMain ol li {
	padding: 6px 0;
	font-size: .8em;
	font-style: normal;
}

.red { color: #f00;
}

#contentMain .emphasis { color: #f60;
}

#contentMain .emphasisEnlarge { 
	font-size: 1em;
	color: #f60;
}

/* -------------- ADDITIONAL DIV TEXT -------------*/

#contentMain .additional h2 {
	font-size: 1.1em;
	padding: 0;
	color: #386ba1;
	font-style: normal;
	font-weight: lighter;
	}

#contentMain .additional h3 {
	font-size: 0.95em;
	padding: 0 0 10px 0;
	color: #386ba1;
	font-style: normal;
	font-weight: lighter;
	}

#contentMain .additional p {
	padding: 0 4px 14px 4px;
	font-style: oblique;
	color: #333;
	line-height: 1.3em;
}

#contentMain .additional p.normal {
	font-style: normal;
}

#contentMain .additional a {
	font-style: normal;
}

/* -------------- TESTIMONIAL -------------*/

#testimonial {
	width: 195px;
	margin-bottom: 15px;
	background: url(../images/sidebars/testimonial/te_bkg.jpg) repeat-y;
	text-align: center;
	}

#testimonial h3 {
	padding: 5px 0;
	width: 195px;
	font: normal 20px Arial, Helvetica, "sans-serif";
	letter-spacing: 1px;
	background: url(../images/sidebars/testimonial/te_title_bkg.jpg) no-repeat;
	text-align: center;
	color: #369;
}

#testimonial p {
	padding: 5px 12px;
	font: italic 14px Arial, Helvetica, "sans-serif";
	line-height: 18px;
	text-align: center;
	color: #369;
}

#testimonial p.name {
	font: normal 12px Arial, Helvetica, "sans-serif";
	text-align: right;
	color: #69c;
}

#testimonial #testimonialBottom {
	padding-top: 5px;
	height: 48px;
	background: url(../images/sidebars/testimonial/te_btm.jpg) no-repeat;
}

#testimonial a {
	width: 195px;
	font: bold 12px Arial, Helvetica, "sans-serif";
	color: #369;
	line-height: 53px;
	text-decoration: underline;
}

#testimonial a:hover {
	color: #369;
	text-decoration: none;
}
	
/* -------------- CONVENTION -------------*/

#contentSidebar #convention {
	height: 360px;
	width: 195px;
	background: url(../images/sidebars/convention/bkg.jpg) no-repeat;
	padding-bottom: 15px;
	text-align: center;
	}

#contentSidebar #convention #conventionText {
	color: #600;
	text-align: center;
	}

#contentSidebar #convention #conventionText h6 {
	font: normal 13px Arial, Helvetica, sans-serif;
	padding: 90px 15px 10px;
	}

#contentSidebar #convention #conventionText p {
	font: normal 13px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	}

/* --------------  FOOTER -------------*/

#footer #footerLogo {
	float: left;
	width: 146px;
	}

#footer #footerLogo img {
	padding: 26px 0px 64px 26px;
	}	

#footer .footerCell {
	float: left;
	width: 244px;
	padding: 12px 0 0 24px;
	}

#footer .footerCell h4 {
	font-size: 18px;
	color: #445f7b;
	font-style: normal;
	font-weight: lighter;
	padding-bottom: 10px;
	}
	
#footer p {
	font-size: 13px;
	font-style: normal;
	line-height: 26px;
	padding: 0 10px 6px 0;
	color: #333;
	}

#footer .footerCell ul {
	list-style: none;
	font-size: 13px;
	padding-top: 2px;
	}

#footer .footerCell ul li {
	padding: 6px 0;
	color: #445f7b;
	}

#footer .footerCell ul li.first {
	padding: 0 0 6px 0;
	}

#footer a, #footerNav ul li a:visited {
	color: #445f7b;
	}

#footer a:hover {
	text-decoration: none;
	}
	
#footer #footerTop {
	position: absolute;
	top: 0;
	right: 0;
	}
	
#footer #footerTop p {
	padding-top: 6px;
	font-size: 12px;
	color: #636363;
	}

#footer #footerTop p a, #footerTop p a:visited {
	color: #505050;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer #footerTop p a:hover {
	color: #666;
}

#footer p.copyright {
	clear: both;
	padding: 6px 0 6px 4px;
	font-size: 11px;
	letter-spacing: 1px;
}

/* --------------  IMAGES  -------------*/

.right {
	float: right;
	padding-left: 4px;
}

/* --------------  ALERTS  -------------*/

div.enlarge {
	color: #445f7b;
	letter-spacing: 1px;
	background: url(../images/layout/alert_magnify.jpg) no-repeat;
	padding: 12px 0 14px 56px;
	margin: 10px 0 20px 10px;
	display: block;
	font-size: 14px;
}

div.enlarge:hover, a.success:hover {
	color: #333;
	text-decoration: none;
}

a.success {
	color: #445f7b;
	letter-spacing: 1px;
	background: url(../images/layout/alert_success.jpg) no-repeat;
	padding: 12px 0 14px 56px;
	margin: 10px 0 20px 10px;
	display: block;
	font-size: 14px;
	cursor: pointer;
}


/* --------------  BOOK PAGE  -------------*/

#bookList {	width: 515px;
	padding: 10px 0;
	overflow: auto;
}

#bookList ul {
	float: left;
	width: 244px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#bookList ul.first {
	margin: 0 0 0 10px;
	padding: 0;
}

#bookList ul li {
	padding-left: 22px;
	background: url(../images/checkmark_orange.gif) no-repeat;
	background-position: 0 6px;
	vertical-align:top;
}

.ilena {
	width: 356px;
	height: 136px;
	padding: 6px 0 0 130px;
	background: url(../images/products/book/success_ilena.jpg) no-repeat;
}

.dimitrios {
	width: 325px;
	height: 136px;
	padding: 14px 160px 0 0;
	margin: 30px 0;
	background: url(../images/products/book/success_dimitrios.jpg) no-repeat;
}

.mariann {
	width: 356px;
	height: 136px;
	padding: 6px 0 0 130px;
	background: url(../images/products/book/success_mariann.jpg) no-repeat;
}

#successBox p.sig { padding-top: 0; font-style: italic; }

#contentMain p.large {
	font-size: 16px;
	text-align: center;
}

#freeChapter {
	margin: 16px 0;
	width: 195px;
	height: 173px;
	background: url(../images/sidebars/freechapter/bkg.jpg) no-repeat;
}

#freeChapter h4 {
	text-align: center;
	color: #930;
	font-size: 18px;
	font-weight: lighter;
	padding: 8px 0;
}

div.additional #freeChapter p {
	text-align: center;
	font-style: normal;
	padding-bottom: 4px;
}

div.additional #freeChapter p.email {
	margin: 0;
	padding: 0;
	color: #930;
	font-size: 12px;
	text-align: left;
}
	

/* --------------  BOOK PAGE  -------------*/


#contentMain #message ul#error {
	padding: 0 40px;
	margin: 0;
}

#contentMain #message ul li {
	padding: 2px 0;
	margin: 0;
	font-size: 1em;
	color: #600;
	list-style: none;
}

/* --------------  BOOK sidebar  -------------*/

#contentSidebar #kppsBookTop {
	width: 220px;
	background: url(../images/sidebars/book/bkg.jpg) no-repeat;
	}

#contentSidebar #kppsBookText {
	padding: 20px 30px 0 20px;
	}	
		
#contentSidebar #kppsBookText h4 {
	color: #9c1515;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	}		
	
#contentSidebar #kppsBookText h5 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	}	

#contentSidebar #kppsBookText p {
	color: #666;
	font-size: 12px;
	padding-bottom: 5px;
	}
		
#contentSidebar #kppsBookText ul li {
	padding: 0 0 8px 0;
	margin-left: 14px;
	font-size: 12px;
	color: #333;
	}
	
#contentSidebar #kppsBookText h6 {
	padding-bottom: 10px;
	}
	
#contentSidebar #kppsBookText h6 a, #kppsBookText h6 a:visited {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	}
	
/* --------------  CALENDAR  -------------*/

#contentCal {
	width: 950px;
	padding:0 0 0 4px;
	float: left;
	clear: both;
	}
	
#contentCal div#contentMainCal {
	position: relative;
	width: 950px;
	float: right;
	padding-bottom: 10px;
	font-size: 1em;
	}

#contentMainCal h1 {
	font-size: 1.5em;
	padding: 0 10px;
	color: #445f7b;
	font-style: normal;
	font-weight: lighter;
	clear: both;
	}
	
#contentMainCal h2.sub {
	font-size: 1.1em;
	padding: 0 10px 6px 10px;
	color: #386ba1;
	font-style: normal;
	font-weight: lighter;
	}

/* --------------  PURCHASE BOX  -------------*/

#purchase {
	width: 340px;
	height: 146px;
	background: url(../images/shopping_cart_bkg.jpg) no-repeat;
	padding: 10px 20px 0 150px;
	margin: 10px 0;
	}
	
#purchase p.purchaseLink a {
	font-size: 28px;
	color: #445f7b;
	font-style: normal;
	font-weight: lighter;
	}

#purchase p.purchaseLink a:hover {
	text-decoration: none;
	}

/* --------------  PRACTICE ANALYSIS SIDEBAR  -------------*/

#practanalysis {
	width: 195px;
	height: 276px;
	background: url(../images/sidebars/practanalysis/bkg.jpg) repeat-y;
	padding-top: 6px;
	text-align: center;
	}

/* --------------  MISC  -------------*/

div.courseHeader {
	margin: 0 0 4px 10px;
	border-bottom: 1px dotted #445f7b;
	}
	
#contentMain div.courseHeader p {
	margin-top: 0; padding-left: 0; padding-top: 0;
	}

div.courseDesc {
	margin: 0 0 4px 10px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/courses/bkg.jpg) repeat-x bottom;
	}

object { padding-left: 10px; }

/* --------------  GOOGLE CUSTOM SEARCH ENGINE  -------------*/

#cseContainer {
	float: right;
	}

#cseContainer input[type="text"] {
    border: solid 1px #cdcdcd;
	background: #fff url(../images/layout/cse_inputtext.gif) repeat-x left top;
	height: 15px;
	}

#cseContainer input.formbutton {
font-size: 12px;
cursor:pointer;
border:outset 1px #eee;
background:#999;
color:#555;
font-weight: normal;
padding: 1px 2px;
background: url(../images/layout/cse_formbutton.gif) repeat-x left top;
padding: 2px;
}

/** Copyright 2007 Google Inc. All rights reserved. */

/** 
 * CSS styles for the Custom Search Engine overlay built on top of AJAXSearch
 * API
 */ 

.cse-closeResults { 
  float: right;
}

.cse-closeResults a {
  padding: 3px 5px;
  border: 1px solid #999;
  color:  #333;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.cse-closeResults a:hover {
	color: #333;
	border: 1px solid #999;
	background:url(../images/layout/cse_formbutton.gif) repeat-x left top; 
}

.cse-overlay-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
}

.cse-overlay {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  width: 600px;
  background-color: #FFF;
  border: 1px solid #5c82aa;
  font-size: small;
  z-index: 100;
}

/**
 * Custom AJAXSearch styles
 */

.gsc-resultsHeader,
.gs-visibleUrl-short,
.gs-watermark
 { display: none; }

.gs-visibleUrl {
  color: #008000;
}

.gs-visibleUrl-long { 
  overflow: hidden;
}

.gs-title { 
  font-size: medium;
}

.gsc-trailing-more-results,
.gsc-webResult,
.gs-divider {
  margin-bottom: 1em;
}

.gs-divider {
  margin-bottom: 1em;
  text-align: center;
  color: #676767;
}


/**
 * Default AJAXSearch styles largely from
 * http://www.google.com/uds/css/gsearch.css
 */

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 300px;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
}

table.gsc-search-box td.gsc-input {
  padding-right : 2px;
}

td.gsc-search-button {
  width : 1%;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  color : #676767;
  font-size : 11px;
  margin-right : 2px;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gsc-branding-clickable {
  cursor : pointer;
}

input.gsc-search-button {
  margin-left : 2px;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
  border-color : #BCCDF0;
  width : 99%;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}


