﻿html, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote, p
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
	font-family: arial,verdana,Sans-serif;
	font-size: 62.5%;
}

/* tag styles */
h3
{
	color: #000099;
	font-size: 1.4em;
}

h4
{
	color: #000099;
	font-size: 1.2em;
}

h5
{
	color: #000;
	font-size: 1.2em;
}

h6
{
	color: #990000;
	font-size: 1.2em;
	font-weight: normal;
	font-family: arial,verdana,Sans-serif;
	margin: 10px 0;
}

p
{
	line-height: 1.4em;
	font-size: 1.2em;
	margin: 0 0 15px 0;
}

a:link, a:visited
{
	color: #000099;
}

legend
{
	display: none;
}

sup
{
	color: Red;
}

/*Fixes line spacing issues when using sup tag*/
.sup
{
	font-size: 0.8em;
	position: relative;
	top: -0.6em;
	left: 0;
	color: Red;
}

label
{
	font-size: 1.2em;
}

/*generic class style */
.invisible
{
	display: none;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

.bold
{
	font-weight: bold;
}

.clear
{
	clear: both;
}

.normalfont
{
	font-size: 1.2em;
}

.underline
{
	text-decoration: underline;
}

/*other style */
.sitewrapper
{
	width: 750px;
	text-align: left;
	margin: 15px auto;
}

.logolink
{
	background: url(http://www.browzar.com/images/logo.jpg) no-repeat;
	display: block;
	width: 251px;
	height: 66px;
	float: left;
}

.tagline
{
	font-size: 1.6em;
	font-weight: bold;
	margin: 15px 0 0 0;
	float: right;
	clear:right;
}

.navigationwrapper
{
	background: url(http://www.browzar.com/images/end_cap.jpg) no-repeat right;
	float: left;
	width: 750px;
	margin: 10px 0 30px 0;
}

ol.topnavigation
{
	float: left;
	width: 740px;
	background: url(http://www.browzar.com/images/bar.gif) repeat-x;
}

ol.topnavigation li
{
	list-style-type: none;
	display: inline;
	float: left;
}

ol.topnavigation li a.home, ol.topnavigation li a.download, ol.topnavigation li a.features, ol.topnavigation li a.help, ol.topnavigation li a.comingsoon, ol.topnavigation li a.friend, ol.topnavigation li a.contact, ol.topnavigation li a.toolbar
{
	display: block;
	height: 27px;
}

ol.topnavigation li a.home
{
	background: url( 'home.gif' ) no-repeat;
	width: 63px;
}

ol.topnavigation li a.download
{
	background: url( 'downloads.gif' ) no-repeat;
	width: 87px;
}

ol.topnavigation li a.features
{
	background: url(http://www.browzar.com/images/key_features.gif) no-repeat;
	width: 100px;
}

ol.topnavigation li a.help
{
	background: url(http://www.browzar.com/images/help.gif) no-repeat;
	width: 86px;
}

ol.topnavigation li a.comingsoon
{
	background: url(http://www.browzar.com/images/coming_soon.gif) no-repeat;
	width: 100px;
}

ol.topnavigation li a.friend
{
	background: url( 'share.gif' ) no-repeat;
	width: 94px;
}

ol.topnavigation li a.contact
{
	background: url( 'contact_us.gif' ) no-repeat;
	width: 88px;
}

ol.topnavigation li a.toolbar
{
	background: url(http://www.browzar.com/images/toolbar.gif) no-repeat;
	width: 111px;
}

ol.topnavigation li a.home:hover
{
	background: url( 'home_f2.gif' ) no-repeat;
	width: 63px;
}

ol.topnavigation li a.download:hover
{
	background: url( 'downloads_f2.gif' ) no-repeat;
	width: 87px;
}

ol.topnavigation li a.features:hover
{
	background: url(http://www.browzar.com/images/key_features_f2.gif) no-repeat;
	width: 100px;
}

ol.topnavigation li a.help:hover
{
	background: url(http://www.browzar.com/images/help_f2.gif) no-repeat;
	width: 86px;
}

ol.topnavigation li a.comingsoon:hover
{
	background: url(http://www.browzar.com/images/coming_soon_f2.gif) no-repeat;
	width: 100px;
}

ol.topnavigation li a.friend:hover
{
	background: url( 'share_f2.gif' ) no-repeat;
	width: 94px;
}

ol.topnavigation li a.contact:hover
{
	background: url( 'contact_us_f2.gif' ) no-repeat;
	width: 88px;
}

ol.topnavigation li a.toolbar:hover
{
	background: url(http://www.browzar.com/images/toolbar_f2.gif) no-repeat;
	width: 111px;
}

ol.topnavigation li.home a.selected
{
	background: url( 'home.gif' ) no-repeat;
	width: 63px;
}

ol.topnavigation li.download a.selected
{
	background: url(http://www.browzar.com/images/downloads_f3.gif) no-repeat;
	width: 87px;
}

ol.topnavigation li.features a.selected
{
	background: url(http://www.browzar.com/images/key_features_f3.gif) no-repeat;
	width: 100px;
}

ol.topnavigation li.help a.selected
{
	background: url(http://www.browzar.com/images/help_f3.gif) no-repeat;
	width: 86px;
}

ol.topnavigation li.comingsoon a.selected
{
	background: url(http://www.browzar.com/images/coming_soon_f3.gif) no-repeat;
	width: 100px;
}

ol.topnavigation li.friend a.selected
{
	background: url(http://www.browzar.com/images/share_f3.gif) no-repeat;
	width: 94px;
}

ol.topnavigation li.contact a.selected
{
	background: url(http://www.browzar.com/images/contact_us_f3.gif) no-repeat;
	width: 88px;
}

ol.topnavigation li.toolbar a.selected
{
	background: url(http://www.browzar.com/images/toolbar_f3.gif) no-repeat;
	width: 111px;
}

ol.extranavigation
{
	float: right;
	width: 99px;
}

ol.extranavigation li
{
	list-style-type: none;
	display: inline;
	float: right;
}

ol.extranavigation li a.hiring
{
	display: block;
	height: 27px;
	background: url(http://www.browzar.com/images/were_hiring.gif) no-repeat;
	width: 99px;
}

ol.extranavigation li a.hiring:hover
{
	background: url(http://www.browzar.com/images/were_hiring_f2.gif) no-repeat;
	width: 99px;
}

ol.extranavigation li.hiring a.selected
{
	background: url(http://www.browzar.com/images/were_hiring_f3.gif) no-repeat;
	width: 99px;
}

.contentleft
{
	width: 325px;
	float: left;
	padding: 5px 15px 0 18px;
}

.fullscreen ul
{
	margin: 0 0 20px 0;
}

.contentleft ul li, .fullscreen ul li, .contentnomenu ul li
{
	list-style-image: url(http://www.browzar.com/images/bullet_arrow.gif);
	margin-left: 40px;
	padding-bottom: 7px;
	font-size: 1.2em;
}

p.buttonprompt
{
	font-size: 1.4em;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.2em;
}

.downloadbox
{
	width: 346px;
	background-repeat: no-repeat;
	height: 125px;
	margin: 20px 0 0 -18px;
	padding: 20px 30px 10px 27px;
	float: left;
}

.downloadbox p
{
	width: 170px;
}

.downloadsize
{
	color: #000099;
	font-weight: bold;
	font-size: 0.9em;
}

.malwarelink
{
	width: 82px;
	height: 104px;
	display: block;
	float: right;
	margin: -30px 50px 0 0;
}

.hasmargin
{
	margin: 0 0 10px 0;
}

.contentright
{
	float: right;
	width: 363px;
	margin: -3px 0 0 0;
}

div.skinslink
{
	background: url( 'bg_skins20.jpg' ) no-repeat;
	width: 353px;
	height: 274px;
	margin: 10px 0 25px 0;
}

a.skinslink
{
	background: url(http://www.browzar.com/images/bg_skins20.jpg) no-repeat;
	width: 353px;
	height: 274px;
	display: block;
}

a.shouldveheader
{
	background: url(http://www.browzar.com/images/Shoud_have_used.jpg) no-repeat;
	width: 232px;
	height: 22px;
	display: block;
	margin: 32px 0 10px 0;
}

p.shouldvetext
{
	width: 258px;
	float: right;
}

ul.whatsnew
{
	color: #000099;
}

ul.whatsnew li
{
	list-style-type: square;
	font-size: 0.8em;
	margin: 0 0 10px 30px;
}

ul.whatsnew li a
{
	font-size: 1.5em;
}

ul.whatsnew li sup
{
	font-size: 1.4em;
}

.footer
{
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: solid 1px #B0BEC7;
	margin: 10px 0 20px 0;
	padding: 10px 0 0 0;
}

.footer ul
{
	float: right;
}

.footer ul li
{
	list-style-type: none;
	display: inline;
	border-right: solid 1px #B0BEC7;
	padding: 0 10px;
}

.footer ul li.nosep
{
	border-right: none;
	padding: 0 0 0 10px;
}

.footer ul li a
{
	text-decoration: none;
}

.footer ul li a:hover
{
	color: #FF6600;
}

.footer ul li a.toolbarbottom, .footer ul li a.toolbarbottom:hover
{
	color: #00a6ff;
	font-weight: bold;
}

.footer ul li a.toolbarbottom strong
{
	color: #fa6809;
}

.extramargin
{
	margin-right: 60px;
}

.menu
{
	width: 178px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu h3
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0;
}

.menu p
{
	font-family: Arial, Helvetica, sans-serif;
}

.menu h5
{
	background: url(http://www.browzar.com/images/download_header.gif) no-repeat;
	width: 178px;
	height: 29px;
	text-indent: -5000px;
}

.menu h5.previousversion
{
	background: url(http://www.browzar.com/images/previousversion_header.gif) no-repeat;
	width: 178px;
	height: 29px;
	margin-top: 20px;
}

.menu h5.help
{
	background: url(http://www.browzar.com/images/help_header.gif) no-repeat;
}

.menu h5.stories
{
	background: url(http://www.browzar.com/images/your_stories.gif) no-repeat;
}

.menu h5.systemreqs
{
	background: url(http://www.browzar.com/images/system_requirements.gif) no-repeat;
}

.menu ul, .menu p
{
	border: solid 1px #B0BEC7;
	background-color: #F7F9FA;
}

.menu p
{
	padding: 10px 10px 0 10px;
	font-size: 11px;
	border-bottom: 0;
	border-top: 0;
	margin: 0;
}

.menu p.hasborder
{
	padding: 10px;
	border-bottom: solid 1px #B0BEC7;
}

.menu p a
{
	color: #0D498C;
	text-decoration: underline;
}

.menu p a:hover
{
	text-decoration: none;
}

.menu ul.system li
{
	border-bottom: 0;
	padding: 0 10px 0 10px;
}

.menu ul.system li p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
}

.menu ul li
{
	margin: 10px 0 0 0;
	padding: 0 5px 10px 20px;
	list-style: none;
	border-bottom: dotted 1px #B0BEC7;
}

.menu ul li a
{
	color: #0D498C;
	text-decoration: none;
	font-size: 10px;
}

.menu ul li a:hover
{
	text-decoration: underline;
}

.menu ul li.windows98
{
	background: url(http://www.browzar.com/images/windows_98_logo_button.gif) no-repeat 20px 3px;
	padding: 0 0 10px 50px;
	min-height: 21px;
}

.menu ul li.windows
{
	background: url(http://www.browzar.com/images/window_logo.gif) no-repeat 20px 3px;
	padding: 0 5px 10px 50px;
	min-height: 21px;
}

.menu ul li.mac
{
	background: url(http://www.browzar.com/images/mac_icon.gif) no-repeat 20px 0;
	padding: 0 0 10px 50px;
	min-height: 21px;
	line-height: 21px;
}

.menu ul li.linux
{
	background: url(http://www.browzar.com/images/linux_logo.gif) no-repeat 20px 2px;
	padding: 0 0 10px 50px;
	min-height: 22px;
	border: 0;
	line-height: 22px;
}

a.browzbar
{
	float: left;
	background: url(http://www.browzar.com/images/browzarbar.gif) no-repeat;
	width: 178px;
	height: 195px;
	text-indent: -5000px;
	margin-top: 20px;
}

.content
{
	width: 530px;
	float: right;
}

.content h3
{
	margin: 0 0 20px 0;
}

.content h4
{
	margin: 0 0 15px 0;
}

.content ul li
{
	list-style: none;
	background: url(http://www.browzar.com/images/bullet_arrow.gif) no-repeat 0 3px;
	font-size: 1.2em;
	margin: 2px 0 2px 0;
	padding: 0 0 0 15px;
}

ul.downloads li
{
	width: 225px;
	list-style: none;
	float: left;
	background: 0;
	padding: 0;
}

ul.downloads li p
{
	font-size: 1em;
}

ul.downloads h5
{
	font-style: italic;
	font-size: 1.2em;
	margin: 0 0 20px 0;
}

ul.downloads form
{
	margin: 10px 0;
}

ul.downloads .windowsdownload
{
	background: url(http://www.browzar.com/images/windows.gif) no-repeat right 11px;
	width: 140px;
}

ul.downloads .windows98download
{
	background: url(http://www.browzar.com/images/windows_98_logo__button.gif) no-repeat right 12px;
	width: 140px;
}

.contentnomenu
{
	margin: -5px 0 0 0;
	padding: 0 0 0 17px;
}

.contentnomenu h3
{
	font-size: 1.5em;
}

.contentnomenu ol li
{
	font-size: 1.2em;
	margin: 0 0 10px 30px;
}

.indent
{
	margin: 20px 0 0 16px;
}

.indent2
{
	margin: 0 0 0 32px;
}

.content input
{
	margin: 10px 5px 0 0;
}

.content textarea
{
	display: block;
}

.tip
{
	margin: 10px 0 40px 0;
	background: url(http://www.browzar.com/images/smiley.jpg) left no-repeat;
	padding: 0 0 0 30px;
	min-height: 25px;
	line-height: 25px;
}

h4.step1, h4.step2, h4.step3, h4.step4
{
	background: url(http://www.browzar.com/images/step_1.gif) no-repeat left;
	padding: 0 0 0 50px;
	min-height: 45px;
	line-height: 45px;
	font-size: 1.4em;
	color: #000;
}

h4.step2
{
	background: url(http://www.browzar.com/images/step_2.gif) no-repeat left;
}

h4.step3
{
	background: url(http://www.browzar.com/images/step_3.gif) no-repeat left;
}

h4.step4
{
	background: url(http://www.browzar.com/images/step_4.gif) no-repeat left;
}

.content img
{
	margin: 0 0 10px 0;
}

.instructionsdlbox, .instructionsdlbox2
{
	background: url(http://www.browzar.com/images/instructions_page_download_box_big.jpg) no-repeat;
	width: 364px;
	height: 110px;
	padding: 10px 20px 10px 33px;
	margin: 0 0 20px 50px;
}

.instructionsdlbox2
{
	margin: 0 0 20px 0;
	padding: 20px 20px 10px 33px;
	height: 85px;
}

.instructionsdlbox input
{
	margin: 5px 0 10px 0;
}

.stepcopy
{
	margin: 0 0 0 50px;
}

.faqs p
{
	margin: 15px 0 15px 20px;
}

.faqs ul
{
	margin: 15px 0 15px 20px;
}

.faqs ul li
{
	margin: 5px 0 5px 20px;
	font-size: 1.2em;
}

ul.faqlist
{
	margin: 0 0 20px 0;
}

ul.faqlist li
{
	font-size: 1.2em;
	margin: 2px 0 2px 15px;
	list-style: none;
	background: 0;
}

.greybox
{
	background: #fff url(http://www.browzar.com/images/fauxcol.gif) repeat-x bottom;
	border: solid 1px #B3BEC4;
	padding: 10px;
	margin: 0 0 30px 0;
}

.greybox2
{
	background: #fff url(http://www.browzar.com/images/fauxcol.gif) repeat-x bottom;
	border: solid 1px #B3BEC4;
	padding: 15px 30px 5px 30px;
	margin: 0 0 30px 0;
	width: 304px;
}

.fix
{
	color: #0C99EB;
	font-weight: bold;
}

.smallbutton
{
	margin: 0 0 0 10px;
}

.indent3
{
	margin: 0 0 0 50px;
}

.buttonsource
{
	margin: 20px 0;
}

.friendstable
{
	margin: 20px 0;
	width: 586px;
}

.extraspace
{
	margin: 30px 0 0 0;
	display: block;
}

ul.quotes li
{
	list-style: none;
	background: 0;
	border-bottom: solid 1px #DDDDDD;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	width: 350px;
}

h5.italic
{
	font-style: italic;
	font-weight: normal;
}

sup.black
{
	color: #000;
}

form#tellform
{
	margin: 20px 0;
}

.messagebox
{
	width: 600px;
	padding-left: 10px;
	border: 1px solid #d0d0d0;
}

ul.keyfeatures
{
	margin: 10px 0 20px 0;
}

.whatsnewhead
{
	font-size: 1.4em;
	padding-bottom: 5px;
}

.justifyleft
{
	margin: 0 0 0 -15px;
}

.justifyleft2
{
	margin: 0 0 0 -10px;
}

.features h5
{
	margin: 25px 0 0 0;
}

.footerspace
{
	clear: both;
	margin: 40px 0 0 0;
}

.red
{
	color: Red;
}

div.start
{
	margin: 32px auto;
	width: 535px;
}

div.start .logo
{
	margin-bottom: 40px;
}

.searchbox
{
	text-align: left;
	margin: 19px 0 0 42px;
	position:relative;
}

.searchbox li
{
	list-style: none;
	display: block;
	float: left;
	height: 25px;
	width: 125px;
	line-height: 22px;
	text-align: center;
	background: #dfe4e8 url(http://www.browzar.com/images/tabbg.gif) bottom repeat-x;
	border-top: solid 1px #91a7b4;
	border-left: solid 1px #91a7b4;
	border-right: solid 1px #91a7b4;
	margin: -25px 1px 0 0;
}

.searchbox li a
{
	color: #000099;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial;
}

.start .searchbox li a:hover
{
	color: #000099;
}

div.askbg
{
	background: url(http://www.browzar.com/images/askbg.jpg) no-repeat top;
	width: 380px;
	height: 57px;
	margin: -3px 0 0 0;
	padding: 23px 0 0 132px;
}

div.googlebg
{
	background: url(http://www.browzar.com/images/bg_ask.png) no-repeat top;
	width: 407px;
	height: 74px;
	margin: 0 0 0 0;
	padding: 26px 0 0 44px;
}

div.searchbg
{
	background: url(http://www.browzar.com/images/searchbg.jpg) no-repeat top;
	width: 492px;
	height: 57px;
	margin: -3px 0 0 0;
	padding: 23px 0 0 20px;
}

div.wikibg
{
	background: url(http://www.browzar.com/images/wikibg.jpg) no-repeat top;
	width: 380px;
	height: 57px;
	margin: -3px 0 0 0;
	padding: 23px 0 0 132px;
}

div.askbg
{
	background: url(/images/bg_ask_nobutton.png) no-repeat top;
	width: 407px;
	height: 74px;
	margin: 0 0 0 0;
	padding: 26px 0 0 44px;
}

div.askbg .searchtextbox
{
	width: 365px;
}

a.searchbutton
{
	background: url(/images/googlesearch.gif) no-repeat;
	width: 99px;
	height: 22px;
	display: block;
	text-indent: -5000px;
	outline: none;
}

.askbutton
{
	float: right;
	margin: -4px 14px 0 0;
}

div.googlebg .searchtextbox
{
	width: 365px;
}

#search .searchtextbox
{
	border: solid 1px #808080;
}

.askbutton
{
	float: right;
	margin: -4px 14px 0 0;
}

.googlebutton
{
	float: left;
	margin: 5px 0 0 269px;
}

div.start .greybox2
{
	padding: 15px 30px 0 30px;
	margin: 0 0 15px 0;
	text-align: left;
	width: 450px;
	background: 0;
	border: 0;
	font-size: 1.2em;
}

div.start sup
{
	color: Red;
}

div.start ul.featurelist
{
	margin: 20px 0 0 0;
}

div.start ul.featurelist li
{
	padding: 0 0 5px 0;
	margin: 0 0 0 20px;
	color: #000099;
}

div.start .downloadsize
{
	color: #000099;
	font-weight: bold;
	font-size: 0.9em;
}

div.start h4
{
	color: #000099;
	font-size: 1.2em;
}

p.newversion
{
	background: url(http://www.browzar.com/images/yellow_smiley.gif) 35px 0 no-repeat;
	text-align: center;
	min-height: 23px;
	font-weight: bold;
	font-size: 1.1em;
}

p.newversion a
{
	text-decoration: none;
}

div.start .newlink
{
	color: #000000;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

div.start a:link, div.start a:visited
{
	color: #2180b6;
}

div.start a:hover
{
	color: #2180b6;
}

div.start .style3
{
	color: #0D9AE9;
	font-weight: bold;
}

div.start ul.footerlinks
{
	margin-top: 30px;
}

div.start ul.footerlinks li
{
	list-style: none;
	font-size: 1.2em;
	display: inline;
	border-right: solid 1px #fa6809;
	padding-right: 8px;
	margin-right: 8px;
}

div.start ul.footerlinks li.nosep
{
	border: 0;
	margin: 0;
}

div.start p.copyright
{
	margin: 20px 0 0 0;
	font-size: 1.1em;
}

p.morepad
{
	margin-top: 30px;
}

p.indented
{
	margin-left: 17px;
}

#hasOldVersion
{
	text-align: center;
	margin-left: 10px;
}

p.whatsnew
{
	font-size: 1em;
	margin: 10px 0;
}

.aligncenter
{
	text-align: center;
	margin: 10px 0;
}

.contentnomenu ul.newbrowzar li, .fullscreen ul.newbrowzar li
{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	font-size: 1em;
}

.contentnomenu ul.newbrowzar li h4, .fullscreen ul.newbrowzar li h4
{
	margin-bottom: 10px;
}

.contentnomenu ul.newbrowzar li p, .fullscreen ul.newbrowzar li p
{
	margin-left: 20px;
}

p.tiny
{
	font-size: 0.9em;
	margin-top: 3px;
	text-align: right;
	padding-right: 64px;
}

ol.previous
{
	margin-bottom: 20px;
}

ol.previous li
{
	font-size: 1.2em;
}

.newsearch
{
	background: url(http://www.browzar.com/images/newsearch.gif) center 0 no-repeat;
	height: 68px;
	margin: 15px 0;
}

img.tabimage
{
	float: left;
	margin: 2px 5px 0 0;
}

.fullfeatureslink
{
	padding: 10px 0 0 0;
	font-size: 1.2em;
	width: 165px;
	margin: 0 0 -10px 0;
}

.fullfeatureslink a
{
	text-decoration: none;
}

.fullfeatureslink a:hover
{
	text-decoration: underline;
}

.fulltopbar
{
	width: 100%;
	background: #F7F7F5 url(http://www.browzar.com/images/topbartile.gif) bottom repeat-x;
	min-height: 26px;
	text-align: left;
	font-size: 1.2em;
}

.fulltopbar span.features
{
	color: #2180b6;
	float: left;
	top: 5px;
	left: 10px;
	margin: 5px 0 5px 5px;
	max-width: 780px;
	padding-right: 20px;
}

.fulltopbar span.boss
{
	color: #2180b6;
	float: right;
	top: 5px;
	right: 10px;
	margin: 5px 5px 5px 0;
	max-width: 450px;
}

.fulltopbar span a
{
	color: #2180b6;
}

.bossbuttonad
{
	background: url(http://www.browzar.com/images/bg_bossbuttunad.jpg);
	width: 207px;
	height: 120px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	padding: 12px 0 0 13px;
}

.bossbuttonad h1
{
	font-size: 1.2em;
	color: #159ae9;
	width: 130px;
	margin: 0 0 5px 0;
}

.bossbuttonad p
{
	font-size: 1.1em;
	color: #666666;
	width: 150px;
	margin: 0 0 5px 0;
}

.bossbuttonad a
{
	text-decoration: none;
}

.bossbuttonad a:hover
{
	text-decoration: underline;
}

.toolbarwrapper
{
	/* wider than sitewrapper */
	width: 998px;
	margin-left: -124px;
}

.toolbarwrapper h3
{
	width: 971px;
	color: #525b64;
	font-size: 1.8em;
	font-weight: normal;
	border-top: solid 2px #525b64;
	border-bottom: solid 2px #525b64;
	padding: 27px 0 27px 27px;
	margin: 0 0 30px 0;
}

.toolbarwrapper .downloadtoolbarbox
{
	float: left;
	background: url(http://www.browzar.com/images/toolbardownload_bg.gif) no-repeat;
	width: 197px;
	height: 206px;
	padding: 9px 25px 0 26px;
	margin: 14px 82px 0 15px;
}

.toolbarwrapper .downloadtoolbarbox p
{
	color: #525b64;
	margin: 0 0 8px 0;
}

.toolbarwrapper .downloadtoolbarbox p span.small
{
	font-size: 0.9em;
}

.toolbarwrapper .featurestoolbarbox
{
	float: left;
}

.toolbarwrapper .featurestoolbarbox ul
{
	float: left;
	margin: 10px 0 0 0;
}

.toolbarwrapper .featurestoolbarbox ul li
{
	list-style-type: none;
	margin: 0 0 15px 0;
}

.toolbarwrapper .featurestoolbarbox ul li a
{
	color: #525b64;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0 0 0 67px;
	display: block;
}

.toolbarwrapper .featurestoolbarbox ul li a strong
{
	font-size: 1.2em;
}

.toolbarwrapper .featurestoolbarbox ul li a.heart
{
	background: url(http://www.browzar.com/images/tick_heart.jpg) no-repeat;
	height: 37px;
}

.toolbarwrapper .featurestoolbarbox ul li a.globe
{
	background: url(http://www.browzar.com/images/tick_globe.jpg) no-repeat;
	height: 47px;
}

.toolbarwrapper .featurestoolbarbox ul li a.magnify
{
	background: url(http://www.browzar.com/images/tick_magnify.jpg) no-repeat;
	height: 43px;
}

.toolbarwrapper .featurestoolbarbox ul li a.speech
{
	background: url(http://www.browzar.com/images/tick_speech.jpg) no-repeat;
	height: 50px;
}

.toolbarwrapper .featurestoolbarbox h4
{
	color: #525b64;
	font-size: 1.4em;
}

.footertoolbar
{
	float: left;
	background: #525B64;
	width: 998px;
	text-align: center;
	padding: 4px 0;
}

.footertoolbar ul li
{
	display: inline;
	list-style-type: none;
	margin: 0 14px 0 0;
	padding: 0 14px 0 0;
	border-right: solid 1px #ffffff;
}

.footertoolbar ul li.last
{
	margin: 0;
	border: none;
}

.footertoolbar ul li a, .footertoolbar ul li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

.trusttoolbar
{
	float: left;
	width: 998px;
	margin: 25px 0 0 0;
}

.trusttoolbar a.truste
{
	float: right;
	margin: 0 0 5px 0;
}

.poweredbytoolbar
{
	float: left;
	width: 998px;
	margin: 10px 0;
	text-align: center;
}

.poweredbytoolbar p
{
	color: #525b64;
	margin: 0;
}

.poweredbytoolbar a, .poweredbytoolbar a:hover
{
	color: #525b64;
}

a.toolbarexample
{
	background: url(http://www.browzar.com/images/toolbar_example.jpg) no-repeat;
	width: 998px;
	height: 128px;
	display: block;
	text-indent: -5000px;
	outline: none;
	margin-bottom: 15px;
}

a.toolbardownloadbutton
{
	background: url(http://www.browzar.com/images/toolbardownload_button.jpg) no-repeat;
	width: 197px;
	height: 57px;
	display: block;
	text-indent: -5000px;
	outline: none;
	margin-bottom: 16px;
}

a.privacy
{
	background: url(http://www.browzar.com/images/padlock.jpg) no-repeat;
	display: block;
	padding: 0 0 0 18px;
	outline: none;
}

a.truste
{
	background: url(http://www.browzar.com/images/truste.jpg) no-repeat;
	width: 160px;
	height: 40px;
	display: block;
	text-indent: -5000px;
	outline: none;
}

.languagenavigation
{
	float: right;
	text-indent: -5000px;
	width: 250px;
	height: 25px;
	list-style-type: none;
	margin-right: 10px;
}
.languagenavigation-start
{
	position: absolute;
	right: 0;
	text-indent: -5000px;
	width: 200px;
	height: 35px;
	list-style-type: none;
	margin: 10px 10px 0 0;
}
.languagenavigation li
{
	float: right;
	height: 25px;
	width: 25px;
	margin-left: 10px;
}
.languagenavigation li a
{
	display: block;
	height: 25px;
	width: 25px;
	outline: none;
}
.languagenavigation-start li
{
	float: right;
	height: 25px;
	width: 25px;
	margin-left: 10px;
}
.languagenavigation-start li a
{
	display: block;
	height: 25px;
	width: 25px;
	outline: none;
}

.english
{
	background: url(/images/britain.png) no-repeat;
	outline: none;
}
.francais
{
	background: url(/images/france.png) no-repeat;
	outline: none;
}
.deutsch
{
	background: url(/images/germany.png) no-repeat;
	outline: none;
}
.espanol
{
	background: url(/images/spain.png) no-repeat;
	outline: none;
}
.portugues
{
	background: url(/images/Brazil.png) no-repeat;
	outline: none;
}

/* Search page suggest */
#suggestoptions 
{
	height:0;
	width:366px;
	position:absolute;
	left:46px;
	top:48px;
	background-color:#fff;
	overflow:hidden;
	z-index:1000;
}

#suggestoptions li
{
	font-size:1.2em;
	height:20px;
	line-height:20px;
	width:366px;
	text-align:left;
	padding:0 3px;
	background:none;
	border:0;
}

#suggestoptions li a
{
	color:#000;
	font-size:1em;
}

#suggestoptions li .suggest
{
	font-weight:bold;
}

/* Add this control */
#addthistop {
	text-align:right;
	margin:9px 0 10px 0;
}

#addthisbtm {
	text-align:right;
	margin-top:57px;
}

#addthissearch {
	margin-top:20px;
}