/* colors */
#content #tabs h1,
#content #tabs h2,
#content #tabs h3
#content #tabs h4 {
	color: #333;
}
#content #tabs h4
	{
	font-size: 14px;
	}
#content #tabs p,
#content #tabs li,
#content #tabs table {
	font-family: Arial, Helvetica, serif;
	color: #18162e;
	border: none;
}

#content #tabs
	{
	padding: 15px 10px;
	background: #4269b8 url(../images/bg_blue_gradient.jpg) repeat-x bottom left;
	border-top: solid 7px #fff;
	border-left: solid 7px #fff;
	border-right: solid 7px #fff;
	}
#content #tabs a
	{
	color: #3366cc;
	text-decoration: none;
	}
#content #tabs a:hover
	{
	text-decoration: underline;
	}
#content #tabs table
	{
/*	background: #fff url(../images/bg_tabs_table.gif) repeat-x; */
	}
#content #tabs table tr td {
	vertical-align: top;
	border: none;
}
#content #tabs table tr td h1
	{
	margin-top: 12px;
	padding-bottom: 3px;
	color: #18162e;
	border-bottom: solid 1px #18162e;
	}
#content #tabs table tr td h2
	{
	line-height: 24px;
	}
#content #tabs table tr td h3 {
	color: #5C708A;
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
}
#content #tabs ul {
	margin: 0 8px 10px 0;
	padding-left: 0;
}
#content #tabs ul li {
	color: #333;
	list-style: none;
}
#content li span {
	color: #767c79;
}

/* switcher controls */
#content #req-switcher {
	line-height: normal;
	margin: 0px 0 0px 0px;
	width: 100%;
	font-size: 16px;
}
#content #req-switcher ul {
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #req-switcher li {
	background: transparent  url(../images/bg_tab_off.gif) top left no-repeat;
	float: left;
	display: block;
	width: 162px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
	line-height: 25px;
}
#content #req-switcher span {
	color: #222f63;
	cursor: pointer;
	height: 19px;
	padding: 2px 5px;
}
#content #req-switcher li span:hover {
	color: #222f63;
}
/* selected directions view */
#content #req-switcher.os li.os {
	background: transparent url(../images/bg_tab_on.gif) top left no-repeat ;
}
#content #req-switcher.os li.os span {
	background: transparent /* url(../images/compare-bg-tinytab-lft-selected.gif) top right no-repeat */;
	color: #222f63;
	cursor: default;
}
/* selected faq view */
#content #req-switcher.apps li.apps {
	background: transparent url(../images/bg_tab_on.gif) top left no-repeat ;
}
#content #req-switcher.apps li.apps span {
	background: transparent /* url(../images/compare-bg-tinytab-mdl-selected.gif) top right no-repeat */;
	color: #222f63;
	cursor: default;
}
/* selected contact view */
#content #req-switcher.contact li.contact {
	background: transparent url(../images/bg_tab_on.gif) top left no-repeat ;
}
#content #req-switcher.contact li.contact span {
	background: transparent /* url(../images/compare-bg-tinytab-mdl-selected.gif) top right no-repeat */;
	color: #222f63;
	cursor: default;
}

#content #req-os.hide, 
#content #req-apps.hide,
#content #req-contact.hide{
	display: none;
}


/* little tabbed list */
#content #req-apps, 
#content #req-os,
#content #req-contact {
	margin: 0;
	padding: 10px 6px 0 10px;
	width: 470px;
	height: 500px;
	overflow: auto;
	font-size: 12px;
	background: #fff url(../images/bg_tab_content.jpg) no-repeat top left;
	border-bottom: solid 5px #121228;
}
#content #req-os div {
	color: #767c79;
	margin-bottom: 8px;
}
#content #req-os div strong {
	color: #333;
	display: block;
	font-weight: normal;
	margin-bottom: 4px;
}