/* -------- Body content --------*/

/* default font size*/

/*@import url(x-small.css);*/

* {
	padding: 0px;
	margin: 0px;
}

body {
    color : #5E7377;
    font-size : 75%;
    font-family : lucida grande, arial, helvetica, verdana, sans-serif, trebuchet ms, ms gothic, hiragino, osaka;
    text-align : center;
    line-height: 150%;
    background : #fff;
    padding : 0px;
    margin : 0px;
}

p {
	line-height: 150%;
    padding : 0px;
    margin : 0px 18px 20px 0px;
}

ul {
    padding : 0px;
    margin : 0px 0px 20px 0px;
}

li {
    list-style : none;
	line-height: 150%;
    background : url(../images/background/bullet.gif) no-repeat 0px 5px;
    padding : 0px 0px 0px 10px;
    margin : 0px 0px 10px 20px;
}

.statement {
    color : #CC0000;
    font-weight : bold;
}

.border {
    font-size : 0px;
    border : solid 1px #000;
    padding : 0px;
    margin : 5px 0px 5px 0px;
}

.divider {
    background : url('../images/divider.gif') repeat-x left bottom;
	height: 1px;
    padding : 0px;
    margin : 28px 0px 18px 0px;
	display: block;
}

a {
    color : #990000;
    text-decoration : none;
}

a:hover {
    color : #ff0000;
    text-decoration : none;
}

img {
    border: 0px;
    padding : 0px;
    margin : 0px;
}

h1, h2, h3, h4, h5, #topNav, #leftNav, #footer {
	font-family: Rockwell, Georgia, Times New Roman, Times, serif, ms gothic, hiragino, osako;
}

h1, h2, h3, h4, h5 {
	color: #879b9f;
	font-weight: normal;
	letter-spacing: 1px;
}

h1 {
    color : #fff;
    font-size: 170%;
    font-weight : normal;
    text-align: left;
    line-height : 170%;
    letter-spacing: 5px;
    margin-top: 6px;
    float: left;
}

h1 a {
    color : #fff;
    background : url('../images/kenneth_tse_logo.gif') no-repeat 0 2px;
    padding-left : 35px;
	padding-bottom: 1px;
}

h1 a:hover {
    color : #fff;
}

h1 span.ux {
    display: none;
}

h1 a span {
    color : #c00;
}

h1 a:hover span {
    color : #f00;
}

h2 {
	color : #003366;
    font-size: 170%;
	font-weight: normal;
	letter-spacing: 2px;
    margin : 0px 0px 40px 0px;
}


h2.hello {
    background : url(../images/hello.jpg) no-repeat 0% 0%;
	height: 248px;
	width: 695px;
	margin: 0px 0px 20px -3px;
}

h3 {
    color : #336699;
    font-size: 140%;
    font-weight : normal;
    letter-spacing: 1px;
    text-decoration : none;
	line-height: 150%;
    padding : 0px;
    margin : 0px 0px 15px 0px;
    display : block;
}

h4 {
    color : #336699;
    font-size : 120%;
    font-weight : normal;
	line-height: 140%;
    padding : 0px;
    margin : 0px 0px 10px 0px;
}

h5 {
    color : #5E7377;
    font-size : 110%;
    font-weight : bold;
	line-height: 100%;
    padding : 0px;
    margin : 0px 0px 5px 0px;
}

table {
    font-size : 1em;
    padding : 0px;
    margin : 0px;
}

tr.alt {
    background-color : #f7f7f7;
}

td {
    padding : 3px 5px 3px 5px;
}

td.header {
    font-weight : bold;
    background-color : #e9e9e9;
}

td.title {
    font-weight : bold;
}

td.subject {
    font-weight : bold;
    background-color : #f3f3f3;
}

fieldset {
	padding: 0px;
	margin: 0px;
	border: solid 0px #fff;
}

form {
    font-size : 1em;
    width : 308px;
    padding : 0px;
    margin : 0px;
}

form.narrow {
    font-size : 1em;
    width : 450px;
    float : left;
    padding : 0px;
    margin : 0px;
}

form h2 {
    color : #990000;
    width : 100%;
    background-image : none;
    padding : 4px 0px 5px 0px;
    margin : 12px 0px 12px 0px;
    clear : left;
}

form h3 {
    color : #5E7377;
    font-size : 1.2em;
    font-weight : normal;
    background : url('../images/divider.gif') repeat-x left bottom;
    width : 100%;
    padding : 0px 0px 5px 0px;
    margin : 0px 0px 7px 0px;
}

form p {
    padding : 0px 0px 12px 0px;
    margin : 0px;
}

form ul {
    padding : 0px 0px 12px 0px;
    margin : 0px;
}

form li {
    list-style : none;
    padding : 2px 0px 2px 0px;
    margin : 0px;
}

label {
	margin: 0px 0px 3px 0px;
	display: block;
}

.textField {
    color : #5E7377;
    font-family : arial, helvetica, verdana, sans-serif, trebuchet ms, osaka, hiragino;
    font-size : 1em;
    width : 300px;
    padding-left : 3px;
    padding-right : 3px;
    margin : 0px 0px 15px 0px;
    border : solid 1px #D3DBDD;
}

.textArea {
    color : #5E7377;
    font-family : arial, helvetica, verdana, sans-serif, trebuchet ms, osaka, hiragino;
    font-size : 1em;
	height: 150px;
    width : 300px;
    padding : 3px;
    margin : 0px 0px 15px 0px;
    border : solid 1px #D3DBDD;
	overflow: hidden;
}

.dropdown {
    color : #5E7377;
    font-family : arial, helvetica, verdana, sans-serif, trebuchet ms, osaka, hiragino;
    font-size : 1em;
    width : 301px;
    padding-left : 3px;
    margin : 0px 0px 15px 0px;
    border : solid 1px #D3DBDD;
}

.mandatory {
    color : #CC0000;
    font-weight : bold;
    padding : 0px 3px 0px 3px;
    margin : 0px;
}

.form {
    width : 150px;
    float : left;
    padding : 0px;
    margin : 0px;
}

.button {
    color : #5E7377;
    font-family : arial, helvetica, verdana, sans-serif, trebuchet ms;
    font-size : 1em;
    font-weight : bold;
    text-align : center;
    background : #fff url(../images/submit.gif) repeat-x 0% 0%;
    width : auto;
    float : right;
    padding : 5px 7px 6px 7px;
    margin : 9px 0px 0px 0px;
    border : solid 1px #CACCD1;
}

.smallprint {
    font-size : 0.9em;
    width : 15em;
    float : left;
    padding : 0px;
    margin : 0px;
}

.left {
    float : left;
}

.right {
    float : right;
}

.question {
  background : url('../images/question.gif') no-repeat left bottom;
  padding : 0px 0px 13px 0px;
  margin : 0px 0px 10px 0px;
}

.question p {
  color : #CC0000;
	font-size : 1.1em;
  font-style : italic;
  background : #F7F9F9;
  padding : 7px 7px 7px 7px;
  margin : 0px;
  border : solid 1px #BBC9CC;
  border-bottom : 0px;
}

/*.answer {
  background : url('../images/answer.gif') no-repeat right bottom;
  padding : 0px 0px 13px 0px;
  margin : 0px 0px 10px 0px;
}

.answer p {
  font-style : italic;
  background : #fff;
  padding : 7px 7px 7px 7px;
  margin : 0px;
  border : solid 1px #BBC9CC;
  border-bottom : 0px;
}*/

hr {
	background : url(../images/background/divider.gif) repeat-x 0 0;
	height: 3px;
	margin: 0px 0px 20px 0px;
	border: 0;
	display: block;
}

/* -------- Centre Holder --------*/

#centreHolder {
    text-align : left;
    width : 100%;
}

/*#label {
    background : url(../images/logo.gif) no-repeat 0px 19px;
    float : left;
    padding : 0px 28px 0px 28px;
}*/

/* -------- Content Holder --------*/

#mainHolder {
	/*background : url(../images/mainHolder.gif) repeat-y 100% 0%;*/
	width : 100%;
    float : left;
    padding : 0px;
    margin : 0px;
}

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

#headerHolder {
    width : 980px;
    float : right;
	overflow: hidden;
}

#header {
    width : 500px;
    float : left;
}

#header ul {
    float : left;
    padding : 0px 6px 0px 0px;
    margin : 0px;
}

#header li {
    color : #BBC9CC;
    line-height : 1em;
    list-style-type : none;
    list-style-position : outside;
    background : #d9dedf;
    display : inline;
    float : left;
    padding : 5px 6px 7px 6px;
    margin : 0px 1px 0px 0px;
	display : block;
}

#header li a {
  padding : 0px;
}

#header li a:hover {
	background : url(../images/headerPointer.gif) no-repeat 9px 0px;
}

#header li.noBorder {
    background : none;
}

/* -------- Style switcher --------*/

#styleSwitcherHolder {
    width : 500px;
    float : left;
	margin: 0px 0px 0px 3px;
	display: none;
}

#styleSwitcher {
	width: 500px;
    float : left;
    padding : 0px;
    margin : 0px;
}

#styleSwitcher ul {
    float : left;
    padding : 0px;
    margin : 0px 0px 0px 34px;
}

#styleSwitcher li {
    font-weight : normal;
    list-style : none;
    display : inline;
    float : left;
    padding : 0px;
    margin : 4px 0px 0px 0px;
}

#styleSwitcher li a {
	color: #caccd1;
	font-size: 0px;
	text-indent: -5000px;
	background : url(../images/selectTheme.gif) no-repeat 0px 0px;
	height: 20px;
	width: 117px;
    padding : 0px;
    margin : 0px;
    display : block;
}

#styleSwitcher li a:hover {
	background : url(../images/selectTheme.gif) no-repeat 0px -20px;
}

/*------------------------------------ Style switcher 2nd Level ----------------------------------*/

#styleSwitcher li ul {
	letter-spacing : 0px;
	position: absolute;
	background : url(../images/50.png);
	width: 135px;
	left: -999em;
	z-index:999;
	padding : 7px 0px 2px 0px;
	margin : 0px;
	border-top : 0px;
}

#styleSwitcher li ul li a {
	font-size: 100%;
	font-weight : normal;
	line-height: 130%;
	text-indent: 0px;
	letter-spacing : 0px;
	height: auto;
}	

#styleSwitcher li:hover ul {
	left: auto;
	z-index:990;
}

#styleSwitcher li:hover ul, #topNav li.sfhover ul {
	left: auto;
	z-index:980;
}

#styleSwitcher, #styleSwitcher ul {
	z-index:960;
	list-style: none; 
}

#styleSwitcher li ul li { 
	color : #fff;
	font-weight : normal;
	text-align : left;
	background : url(../images/70.png);
	width : 129px;
	z-index:950;
	padding : 0px;
	margin : 0px 3px 1px 3px;
	border : none;
}

#styleSwitcher li ul a {
	color : #990000;
	background: none;
	width: auto;
	z-index:940;
	padding : 3px 5px 3px 5px;
	display: block;
}

#styleSwitcher li ul a:hover {
	color: #ff0000;
	background: none;
	z-index:930;
}

#styleSwitcher li:hover ul ul, #topNav li.sfhover ul ul {
	left: -999em;
}

#styleSwitcher li:hover ul, #topNav li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul {
	left: auto;
	z-index:920;
}

/* -------- textSize --------*/

#textSizeHolder {
    float : right;
    padding : 0px;
    margin : 4px 0px 4px 0px;
}

#textSize {
	font-family: Rockwell, Georgia, Times New Roman, Times, serif, ms gothic, hiragino, osako;
	letter-spacing: 2px;
    float : left;
    padding : 0px;
    margin : 0px;
}

#textSize p {
	color: #999;
	font-size: 120%;
	line-height: 120%;
	padding : 0px;
	margin : 0px;
}

/* -------- Top Banner --------*/

#topBannerHolder {
	background: #fff;
    width : 100%;
    float : left;
}

#topBanner {
    height : 28px;
    width : 980px;
    margin : 0px auto 0px auto;
}

/* -------- Top Banner --------*/

#logo {
	float: left;
}

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

#topNavHolder {
    background : #000226 url(../images/background/topBanner.gif) repeat-x 0% 100%;
    width : 100%;
	margin: 0px 0px 12px 0px;
	float: left;
}

#topNav {
    width : 980px;
    margin : 0px auto 0px auto;
}

#topNav ul {
	margin: 0;
    float : right;
}

#topNav li {
    color : #fff;
	font-size: 120%;
	line-height: 120%;
    letter-spacing : 3px;
    list-style : none;
    background : none;
    float : left;
	padding: 15px 0 16px 0;
	margin: 0px 34px 0px 0px;
}

#topNav li a {
    color: #fff;
}

#topNav li a:hover {
	color : #ff0000;
}

#topNav li ul {
	letter-spacing : 0px;
	position: absolute;
	background : #fff url(../images/topNavPointer.gif) no-repeat 0px 0px;
	width: 135px;
	left: -999em;
	z-index:999;
	padding : 9px 0px 0px 0px;
	margin : 8px 0px 0px 0px;
	border : solid 5px #fff;
	border-top : 0px;
}

#topNav li ul li a {
	font-size: 100%;
	font-weight : normal;
	line-height: 130%;
	text-indent: 0px;
	letter-spacing : 0px;
	background: none;
	border-bottom : solid 1px #d9dedf;
}	

#topNav li:hover ul {
	left: auto;
	z-index:990;
}

#topNav li:hover ul, #topNav li.sfhover ul {
	left: auto;
	z-index:980;
}

/*------------------------------------ Top Nav 2nd Level ----------------------------------*/

#topNav li ul ul {
	z-index:970;
	margin: -24px 0 0 134px;
	border-top : solid 0px #fff;
}


#topNav, #topNav ul {
	z-index:960;
	list-style: none; 
}

#topNav li ul li {
	color : #900;
	font-weight : normal;
	background-image : none;
	text-align : left;
	width : 135px;
	z-index:950;
	padding : 0px;
	margin : 0px;
	border : none;
}

#topNav li ul a {
	color : #5E7377;
	background : #f4f8f9 url(../images/topNavUlLiA.gif) repeat-y;
	width: auto;
	z-index:940;
	padding : 5px;
	display: block;
}

#topNav li ul a:hover {
	color : #c00;
	background : #e4e9eb url(../images/topNavUlLiA.gif) repeat-y;
	z-index:930;
}

#topNav li:hover ul ul, #topNav li.sfhover ul ul {
	left: -999em;
}

#topNav li:hover ul, #topNav li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul {
	left: auto;
	z-index:920;
}

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

#leftColHolder {
    width : 259px;
    float : right;
    padding : 0px;
    margin : 0px;
}

#leftNavHolder {
    width : 259px;
    float : right;
    padding : 0px;
    margin : 0px;
}

#leftNav {
	font-size: 120%;
	letter-spacing: 2px;
	width : 201px;
    padding: 0px;
    float: left;
}

#leftNav ul {
    background : #fff url(../images/background/divider.gif) repeat-x 0px 0px;
    width : 200px;
    padding : 2px 0px 12px 0px;
    margin : 28px 0px 0px 0px;
    float: left;
}

#leftNav li {
    list-style: none;
    background : url(../images/background/divider.gif) repeat-x bottom left;
	width: 200px;
	padding: 0px;
    margin: 0px;
    float: left;
	display: block;
}

#leftNav li a {
    color : #879b9f;
    width: 200px;
    padding : 6px 2px 10px 11px;
    float: left;
}

#leftNav li a:hover {
	color: #cc0000;
    background: none;
}

#leftNav ul li ul {
    background-image : none;
    width : 160px;
    padding : 0px;
    margin : 0px;
    border-top : solid 6px #fff;
}

#leftNav ul li ul li {
    background : url(../images/bullet2ndLevel.gif) no-repeat 100% 5px;
    padding : 0px 9px 3px 0px;
    border-bottom : none;
}

/* -------- Content Holder --------*/

#contentMenuHolder {
    width : 980px;
    margin : 0px auto 0px auto;
}

#contentHolder {
    width : 980px;
	margin: 32px 0px 0px 0px;
	float: left;
}

#content {
    width : 721px;
    float : right;
    padding : 0px 0px 48px 0px;
}

#content .resumeHolder .resume h2 {
    text-decoration : none;
    background : #fff url('../images/divider.gif') repeat-x bottom left;
    display : block;
}

#content .twoColHolder {
    width : 721px;
    float : left;
}

#content .twoCol {
    width : 328px;
    float : left;
    padding : 0px 28px 0px 0px;
    margin : 0px 0px 18px 0px;
}

#content form li {
    list-style : none;
    background : none;
    margin : 0px;
}

/*------------------------------- Portfolio --------------------------------------*/

#portfolioClassic {
    font-size : 1em;
    width : 721px;
    float : left;
    padding : 0px;
    margin : 0px;
}

#portfolioClassic ul {
    float : left;
    padding : 0px;
    margin : 0px;
    display : block;
}

#portfolioClassic li {
	background: url(../images/background/thumbFrame.gif) no-repeat 0px 0px;
	height: 102px;
	width: 102px;
    float : left;
    padding : 0px;
    margin : 0px 17px 17px 0px;
}

#portfolioClassic a {
	text-decoration: none;
    background : none;
    float : left;
    padding : 4px;
    margin : 0px;
    /*border : solid 1px #BBC9CC;*/
}

#portfolioClassic a:hover {
    /*border : solid 1px #BBC9CC;*/
}

#portfolioClassic a img {
	background : #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

#portfolioClassic a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
}

#portfolio {
    font-size : 1em;
    width : 721px;
    float : left;
}

#portfolio ul {
    float : left;
    padding : 0px;
    margin : 0px;
    display : block;
}

#portfolio li {
	color: #fff;
	font-size: 0px;
	line-height: 0px;
	text-indent: -5000px;
    list-style : none;
	background: url(../images/background/thumbFrame.gif) no-repeat 0px 0px;
	height: 102px;
	width: 102px;
    float : left;
    padding : 0px;
    margin : 0px 17px 17px 0px;
	/*border : solid 1px #BBC9CC;*/
}

#portfolio li a {
	color: #fff;
    padding : 0px;
    margin : 4px;
}

/*#portfolio a {
	color: #fff;
	text-decoration: none;
    background : none;
    float : left;
    padding : 0px;
    margin : 0px;
    border : solid 1px #BBC9CC;
}*/

/*#portfolio a:hover {
    border : solid 1px #BBC9CC;
}*/

/*#portfolio a img {
	background : #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}*/

/*#portfolio a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
}*/

/*------------------------------- Banner Image Holder --------------------------------------*/

#bannerImageHolder {
	background : #fff url(../images/banner.gif) no-repeat 100% 0%;
	height : 54px;
	width : 980px;
	float : left;
	padding : 0px;
	margin : 0px;
	overflow : hidden;
	display : none;
}

#bannerImage {
	width : 980px;
	float : right;
	padding : 0px;
	margin : 0px;
	overflow : hidden;
}

/* -------- Resume --------*/

#content .h2Holder {
    background : #fff url('../images/border.gif');
    width : 498px;
    float : left;
    padding : 2px;
    margin : 0px 0px 2px 0px;
    display : block;
}

#content .h2Holder h2 {
    background : #fff url('../images/open_off.gif') no-repeat 5px 4px;
    width : 498px;
    padding-top : 2px;
    padding-bottom : 3px;
    margin : 0px;
    display : block;
}

#content .h2Holder h2 a {
    background : #fff url('../images/open_off.gif') no-repeat 5px 4px;
}

#content .h2Holder h2 a:hover {
    background : #fff url('../images/open_on.gif') no-repeat 5px 4px;
}

#content .h2Holder h2 a.close {
    background : #fff url('../images/close_off.gif') no-repeat 5px 4px;
}

#content .h2Holder h2 a:hover.close {
    background : #fff url('../images/close_on.gif') no-repeat 5px 4px;
}

.print {
    display : none;
}

.resumeMainHolder {
    background : #fff url('../images/border.gif');
    width : 620px;
    float : left;
    padding : 2px;
    margin : 0px 0px 3px 0px;
}

#content.resume h3 {
    font-weight: bold;
    padding : 0px;
    margin : 0px 0px 15px 0px;
}

.resumeHolder {
    background : #fff;
    width : 620px;
    float : left;
}

.resume {
    float : left;
    padding : 12px 9px 9px 21px;
}

.resumefullpage {
    float : left;
    padding : 12px 9px 9px 0px;
}

#content .resumeCol {
    width : 270px;
    float : left;
    padding : 0px;
    margin : 0px 28px 18px 0px;
}

#content .resumeCol ul {
    padding : 0px;
    margin : 0px;
}

#content .resumeCol li {
    list-style : none;
    background : none;
    padding : 0px 0px 5px 0px;
    margin : 0px;
}

.knowledgeHolder {
  background : url(../images/dividerRow.gif) repeat-y left top;
	width : 100%;
	float : left;
	padding : 0px;
	margin : 0px;
}

.knowledge {
	width : 33%;
	float : left;
	padding : 0px;
	margin : 0px;
	display : block;
}

#lightbox{
	background : #fff;
	padding: 22px 22px 12px 22px;
	margin: 30px;
	border : solid 1px #333;
}

#lightbox a {
	background-image : none;
	padding: 0px;
	margin: 0px;
}

#lightboxDetails{
	font-size: 0.9em;
	padding-top: 5px;
	padding-left : 2px;
	padding-right : 2px;
}

#lightboxCaption {
  float: left;
}

#keyboardMsg {
  float: right;
}

#lightbox img {
  margin : 2px;
  border: solid 1px #BBC9CC;
}

#lightbox #closeButton {
	height: 14px;
	width: 14px;
	margin: 5px 0px 0px 3px;
	border: 0px;
}

#lightbox a #closeButton {
	background : url(../images/closeButton.png) no-repeat 0px 0px;
}

#lightbox a:hover #closeButton {
	background : url(../images/closeButton.png) no-repeat 0px -14px;
}

#overlay img {
  border: none;
}

#overlay {
  background : url(../images/overlay.png);
  width : 100%;
  height : 100%;
  float : left;
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}

/* -------- Footer Holder --------*/

#footerHolder {
	background: #fff url(../images/background/footer.gif) repeat-x;
    width : 100%;
    padding : 0px;
    margin : 0px;
	float: left;
}

#footer {
	letter-spacing:1px;
    width : 980px;
    margin : 0px auto 0px auto;
}

.footer {
    padding : 0px;
    margin : 0px;
}

#footer ul {
    padding : 0px;
    margin : 0px;
}

#footer ul.footerNotes {
    float : right;
}

#footer ul.footerCredit {
	padding: 18px 0px 28px 0px;
    float : left;
}

#footer li {
    list-style : none;
    list-style-position : outside;
    background : none;
    float : left;
    padding : 0px 18px 0px 0px;
    margin : 0px;
	display : block;
}

#footer li.validated a {
    font-size: 0px;
	line-height: 0px;
	text-indent: -5000px;
    background : url(../images/w3c.gif) no-repeat 0% 0%;
	height: 23px;
	width: 68px;
    padding : 0px;
    margin : 0px;
	display : block;
}

/* -------- Twitter --------*/

#twittedMainHolder {
	width: 201px;
	margin: 15px 0 25px 0;
	float: left;
}

#twittedHolder {
	background: #fff;
	border: solid 1px #e2e2e2;
}

.twitted {
	background: #f9f9f9;
	margin: 1px;
}

.twitted h3 {
	padding: 2px 9px 0px 9px;
	margin: 0;
}

.twitted p {
	padding: 0px 9px 5px 9px;
	margin: 0;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(../images/loader.gif) 1em center no-repeat;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 7px;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	background: url(../images/background/divider.gif) repeat-x 0 0;
	margin: 0;
	padding: 5px 3px;
}

.twitted ul#twitter_update_list li span {
	display: block;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

/* -------- Twitter --------*/

div.toggle {
	margin: 0 3px 25px 0;
	border: solid 1px #e2e2e2;
}

div.toggle div {
	background: #f9f9f9;
	padding: 15px 20px 20px 20px;
	border: solid 1px #fff;
}

div.toggle div ul {
	margin: 0px;
}

div.toggle div li {
	margin-left: 0px;
}