/* CSS Document */
#leftColumn{
  width: 220px;
  margin-top: 1em;
}
h2{
	font-size:16px;
	line-height: 150%;
	font-weight:normal;
        margin-bottom: 18px;
}
h3{
  font-size: 12px;
  margin-bottom: 10px;
}
#rightColumn{
  width: 740px;
  margin-right: 10px;
  margin-top: 1em;
  text-align: left;
  color: #555;
}
#rightColumn ul{
  list-style-type:square;
  margin-left: 1em;
  margin-bottom: 2em;
}
#rightColumn ul li{
  line-height: 150%;
  margin-bottom: .5em;
}
#subLeftColumn{
  width: 350px;
  float: left;
}
#subRightColumn{
  margin-left: 60px;
  width: 270px;
  float: left;
}
#installDiigoToolbarHolder{
  background-color: #f5f5f5;
  padding: 1em 0;
  margin-bottom: 1em;
}
#installDiigoToolbarHolder p{
  text-align: center;
  font-size: 12px;
  color:#000;
  line-height: 150%;
  font-weight: bold;
}
dl{
  margin-left: 1.2em;
  font-size: .9em;
}
dt{
  font-weight: bold;
  line-height:16px;
}
dt img{
  margin-left: -5px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
dd{
  margin-left: 1.2em;
  margin-bottom: .7em;
}
.supportList{
list-style-type: none!important;
margin-left: 0!important;
padding-left: 0!important;
}
.supportList li{
  height: 36px;
  padding-left: 50px;
}
.supportList li a{
  line-height: 36px;
}
.ffSupport{
  background:url(/images/v2/ff_m.gif) 5px 50% no-repeat;
}
.ieSupport{
  background:url(/images/v2/ie_m.gif) 5px 50% no-repeat;
}
.flockSupport{
  background:url(/images/v2/flock_m.gif) 5px 50% no-repeat;
}

.sideBar{
  width: 268px;
  margin: 0 auto 1em auto;
  background-color: #f5f5f5;
}
.sideBar .top{
  height: 16px;
  background:url(/images/v2/sideBarTop_1.gif) no-repeat top left;
}
.sideBar .content{
  padding: 0 1em;
}
.sideBar .bottom{
  height: 16px;
  background:url(/images/v2/sideBarBottom_1.gif) no-repeat bottom left;
}
.tInstaller{
  width: 268px;
  margin: 1em auto;
  background-color: #f5f5f5;
}
.tInstaller .top{
  height: 16px;
  background:url(/images/v2/sideBarTop_1.gif) no-repeat top left;
}
.tInstaller .content{
  padding: 0 1em;
}
.tInstaller .bottom{
  height: 16px;
  background:url(/images/v2/sideBarBottom_1.gif) no-repeat bottom left;
}

.toolbarContent p{
  width: 180px;
  margin: 0 auto;
  font-size: .9em;
  font-weight: bold;
  line-height: 150%;
  color: #000;
  color: #666;
}
.toolbarSnapshot{
  border: 2px solid #ccc;
  margin: 30px 0;
}
.requirements{
  margin-bottom: 1.5em;
  font-size: .9em;
  margin-left: 1em;
}
.diigoletLinkList{    
}
.diigoletLinkList li{
    float: left;
    list-style-type: none;
    margin-right: 7px;
}
.diigoletLinkList li span{
    display:block;
    clear: left;
    font-size: 11px;
    margin: auto;
    text-align: center;
}
.diigoletLink {
	display: block;
	width: 90px;
	height: 38px;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
	padding-left: 16px;
	float: left;
}
.diigoletLink:hover{
  text-decoration: none;
}

.postToDiigo {
	background: url('/images/v2/post_to_diigo.gif') center no-repeat;
}

.diigoletFF {
	background: url('/images/v2/diigolet_ff.gif') center no-repeat;
}
.diigoletChrome {
	background: url('/images/v2/diigolet_chrome.gif') center no-repeat;
}

.diigoletFlock {
	background: url('/images/v2/diigolet_flock.gif') center no-repeat;
}

.diigoletIE {
	background: url('/images/v2/diigolet_ie.gif') center no-repeat;
}

.diigoletOpera {
	background: url('/images/v2/diigolet_opera.gif') center no-repeat;
}

.diigoletSafari {
	background: url('/images/v2/diigolet_safari.gif') center no-repeat;
}

.diigoletMaxthon {
	background: url('/images/v2/diigolet_maxthon.gif') center no-repeat;
}

p{
  line-height: 150%;
  margin-bottom: .7em;
}
.backToImport{
  background-color:#66CCFF;
  margin: 1em 0;
  line-height: 30px;
}

/* =Diigo Toolbar Styles
----------------------------------------------- */
#diigoToolbarInstall{
	float:left;
	width:270px;
}
.diigoToolbarDesc{
	float:right;
	line-height:18px;
	width:370px;
	margin-top:18px;
}
	.diigoToolbarDesc h3{
		font-size:14px;
		line-height:27px;
		font-weight:18px;
		color:#666;
		margin-top:9px;
		margin-bottom:0;
	}
	.diigoToolbarDesc .requirements{
		margin:0;
		font-size:12px
	}

/* =Diigolet Styles
----------------------------------------------- */	
.installWrap {
	clear:both;
	line-height:18px;
	font-size:12px;
	color:#666;
	text-align:justify;
	padding-top:27px;
}
	.installWrap h3 {
		line-height:27px;
		font-weight:bold;
		font-size:16px;
		color:#666;
		margin-bottom:9px;
	}
	.installWrap h4 {
		line-height:27px;
		font-weight:bold;
		font-size:12px;
	}
	.installWrap div.installSnap {
		float:right;
		width:340px;
		padding-left:15px;
		margin-left:15px;/*text-align:center;*/
		}
	.installWrap p span {
		color:#999;
	}