@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size:12px;	
	background-color:#F7F7F7;
	background-image:url(/images/v2/back.gif);
	background-repeat:repeat-y;
	background-position:center;
}
 
body.wide{
background-image:none;
background-color:#FFFFFF;
}
 
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px 5px 3px 5px;
	text-align: left;
	vertical-align: top;
}

.hover tr:hover{background-color:#EEEEEE}
tr.noHover:hover { background-color: #ffffff; }

#container { 
	width: 930px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.wide #container{width:100%}

#header { 
	/*width: 930px;*/
	background: #FFFFFF; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(/images/logo.gif);

	background-repeat:no-repeat;

	background-position:7px 3px;

	position:relative;

	left:0px;

	top:0px;
	text-align:right;
	height:70px;
	margin: 0 auto;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 70px;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
#sidebar1 {
	float: left; 
	width: 205px; /* since this element is floated, a width must be given */
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	margin-top:0px;
	padding-top:0px;
}


#sidebar1 h3, #sidebar1 p, #sidebar1 ul, #sidebar1 select, #sidebar1 li, #sidebar1 input{
padding:2px 7px 2px 3px;	
}

/*#sidebar1 ul a:link, #left ul a:visited {display: block; text-decoration:none;font-size:11px; border-bottom:1px #CCCCCC dashed;}*/
#sidebar1 ul {list-style:none; margin: 0px; padding-left: 0px; }



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar1 li {border-bottom: 1px dashed #CCCCCC; margin-bottom:0px;background-color:#FFFFFF}

#sidebar1 li:hover{background-color:#EEEEEE;}

#sidebar1 .subgroup li{background-color:#E9E4FF}
#sidebar1 .subgroup {background-color:#E9E4FF}
#sidebar1 .subgroup h4 {background-color:#E9E4FF; color:#333333}


/* fix for browsers that don't need the hack */
/*html>body #sidebar1 li {border-bottom: none;}*/

#sidebar1 li.prof a{color:#AAAAAA;
/*background-image:url(/images/icons/icon_upgrade.png);
background-repeat:no-repeat;
background-position:right;
*/
}
#sidebar1 li.prof a:hover{color:#FF6F00}

#sidebar1 a,  #sidebar1 a:link, #sidebar1 a:active {
color: #004080;
font-weight:normal;
text-decoration:none;
font-size:12px;
}

#sidebar1 a:hover{
color:#FF6F00;
font-size:12px;
}

#sidebar1 h4 a,  #sidebar1 h4  a:link, #sidebar1 h4 a:active {
color: #EEEEEE;
font-weight:bold;
text-decoration:underline;
font-size:12px;
}


#sidebar1 a.warn{color:#33FF00}



#sidebar1 h3, #sidebar1 h4{
border-bottom:1px #004080 solid;
background-color:#004080; 
color:#EEEEEE; 
font-size:12px;
padding:2px 7px 2px 3px;
}

#sidebar1 h3{
margin-top:0px;
}

/*
#sidebar1 h4{
color:#004080;
border-bottom:1px #EEEEEE dashed;
font-size:10px;
background-color:#EEEEEE;
padding-left:10px;
}
*/


/*

#sidebar1.centered h3{
margin-top:0px;
margin-bottom:0px;
background: #004080; 
}*/


#centered_main{
margin-left:210px;
padding-right:5px;
margin-right:0px;
}


/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent { 
	margin-left:215px;margin-right:0px;
} 


#mainContent {margin-left:10px;margin-right:10px}

#mainContent #prod_page{margin-left:0px;margin-right:0px}


#footer { 
/*width:930px;*/
margin: 0 auto;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top:1px #CCCCCC solid;
	text-align:right;
	margin:30px 0px 0px 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#breadcrumb{padding-left:10px;}
#topnav {
	background-color: #004080;

height: 20px;

margin:0px;

text-align: right;


padding:5px 7px 2px 7px;

font-weight: bold;

border-bottom-width: 1px;

border-bottom-style: solid;

border-bottom-color: #cccccc;

border-right-width: 1px;

border-right-style: solid;

border-right-color: #9b9b9b;

color: #EEEEEE;

}

#topnav a{
color: #EEEEEE;
text-decoration: none;
}

#topnav a:hover{
color: #FF6F00;
}






h1{
color: #004080;
border-bottom:1px #FF6F00 solid;
font-size:24px;
/* background-image:url(images/v2/h1_bar.png);
background-position:right;
background-repeat:no-repeat;*/
}


h2{
background-color:#FFFFFF; 
color:#004080; 
font-size:16px; 
border:0px;
border-bottom:1px #CCCCCC dashed;
text-align:left;
padding:2px 7px 2px 3px;

}

/* .affiliate h1, .affiliate h2 {color:#FF6600; } */

.twoColHybLtHdr h2, .wide h2{
border-bottom:1px #004080 solid;
background-color:#004080; 
color:#EEEEEE; 
font-size:12px;

}

.twoColHybLtHdr h3{
border:2px #004080 solid;
color:#004080;
background-color:#E9E4FF;
font-size:12px;
border-right:none;border-left:none;border-bottom:none;
margin-top:20px;
padding-top:10px;
padding-bottom:10px;
}

.box_titled h3{
border:1px #004080 solid;
color:#004080;
font-size:12px;
border-right:none;
}

.twoColHybLtHdr .box h3{
border-right:1px #004080 solid;;
}

.twoColHybLtHdr h4{
border-bottom:1px #CCCCCC solid;
color:#004080;
font-size:12px;
background-color:#FFFFFF;
}

.config h2
{background-color:#004080; 
color:#EEEEEE; 
font-size:12px; 
border:0px;
text-align:left;
padding:2px 7px 2px 3px;
}


.twoColHybLtHdr h2 a, .twoColHybLtHdr h2 a:link, .twoColHybLtHdr h2 a:active, .twoColHybLtHdr h2 a:visited{color:#EEEEEE; font-size:12px; }
.wide h2 a, .wide h2 a:link, .wide h2 a:active, .wide h2 a:visited{color:#EEEEEE; font-size:12px; }
/*.config h2 a, .config h2 a:link, .config h2 a:active, .config h2 a:visited{color:#EEEEEE; font-size:12px; }
*/

h2 a, h2 a:link,  h2 a:active, h2 a:visited{color:#004080; font-size:16px; }


h3
{background-color:#FFFFFF; 
color:#004080; 
font-size:14px; 
border:0px;
text-align:left;
padding:2px 7px 2px 3px;
}

/*
.twoColHybLtHdr h3, .config h3
{background-color:#EEEEEE; 
color:#004080; 
font-size:12px; 
border:0px;
text-align:left;
padding:2px 7px 2px 3px;
border:1px #004080 solid;
}*/

h4{
color: #004080;
background-color:#EEEEEE;
font-size:12px;
padding:2px 7px 2px 3px;
}

h5{font-size:100%;color:#004080;}


a:link, a:active {
color: #004080;
}
a:visited {
color: #004080;
}
a:hover {
color:#FF6F00;
}


label{
color: #333333;
font-weight:bold;
}


input, select, textarea, option

{
color: #333333;
font-size: 100%;
}
option.profonly{color:#AAAAAA;}

#sidebar1 option,#sidebar1 select{padding-left:1px}

/*
input.button {
	font-size: 12px; 
	font-family: Tahoma,Verdana,Arial; 
	border: 1px solid #004080; 
	background-color: #eeeeee;
	cursor:pointer;
}

input.submit {
	font-size: 12px; 
	font-family: Tahoma,Verdana,Arial; 
	border: 1px solid #004080; 
	background-color: #eeeeee;
	color:#004080;
	font-weight:bold;
	cursor:pointer;	
}*/



ul.itemized{list-style:url(/images/icons/icon_bullet_small_blue.png); padding-left:20px; margin-bottom:7px;}

ul {list-style: none; margin: 0px; padding:0px;}

ul li {padding:3px 0px 3px;}

ol li {padding:3px 0px 3px;}

.config_form_simple div{
margin-bottom:5px;
}

.config_form{
text-align:left;
/*border:1px #004080 solid;*/
/*border-right:1px #CCCCCC solid;*/
	/*border:1px #004080 solid;*/
	/*border-top:1px #004080 solid;*/
}

.config_form th {
/*width:250px;*/
text-align:right;
vertical-align:top;
border:0px;
border-right:1px #C0C0C0 solid;
border-left:0px #C0C0C0 solid;
border-bottom:1px #C0C0C0 dashed;
padding:5px 5px 5px 2px;
background-color:#FAFAFA;
color:#004080;
}

.config_form label {
display:block;
margin:20px 0px 5px 0px;
/*border-top:1px #C0C0C0 dashed;*/
/*background: #EEEEEE;*/
}

label.profonly{
color:#AAAAAA;font-weight:normal;
}

.config_form .note{
color:#6F6F6F;
font-size:10px;
}

.config_form th.profonly {background-color:#FAFAFA;color:#6F6F6F;}

.config_form td {
padding:5px 2px 5px 5px;
}

.config_form td.l {
background: #FAFAFA;
text-align:right;
}

.config_form th.l {
background: #FAFAFA;
text-align:right;
color:#004080;
}


.config_form .warn {
color:#FF6F00;
/*font-size:10px;*/
}


#form_button_bar{
text-align:left;
margin:10px 0px 10px 0px;
padding-left:10px;
}


.form_button_bar{
text-align:left;
margin:10px 0px 10px 0px;
padding:0px;
}

.wizard_button_bar{
text-align:left;
margin:10px 0px 10px 0px;
padding:0px;
}


input.colorpicker{
	background-image: url(/images/colorpicker.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
width:50px;
height:24px;

	}
	
	/*#membersarea th{
	color:#FF6F00;
	}*/
	
	#membersarea{
	line-height: 1.8em;
	}



#membersarea .item{
border:1px #004080 solid;border-top:0px;margin-bottom:30px;
}

#membersarea .item_novelty{
border:none;margin-bottom:20px;
}


#membersarea .item td {	
	border-bottom:1px #CCCCCC dashed;
}

.box_titled{background-color:#FFFFFF; border: 1px #004080 solid; padding:0px;}
.box_titled h2
{
border:none;
border-bottom:1px #004080 solid;
padding:2px; 
margin:0px 0px 10px 0px;
text-align:left;
background-color:#004080;
color:#EEEEEE;
font-size:12px;
}
.box_titled .content{padding:5px;}

.box{background-color:#FFFFFF; border: 1px #004080 solid; padding:5px;}


/*
.box h3{background-color:#FFFFFF; border-bottom: 1px  #004080 solid; padding: 2px; margin:0px; color:#004080; font-weight:bold}
*/

.simple {
padding:10px 0px 40px 0px;
border-bottom:1px #004080 solid;
}



.table_bordered_box {
border:1px #004080 solid;
}

.table_bordered_vert {
border-top:1px #004080 solid;
border-left:1px #004080 solid;
}

.table_bordered_vert th{
text-align:center;
margin:0px;
border-bottom:1px #004080 solid;
background-color:#FAFAFA;
color:#004080;
border-right:1px #004080 solid;
}

.table_bordered_vert td{
text-align:center;
margin:0px;
border-bottom:1px #004080 solid;
border-right:1px #004080 solid;
}

.table_bordered_vert td.l{
font-weight:bold;
text-align:right;
background-color:#FFFFFF;
}

.table_bordered th{
text-align:right;
padding:3px;
margin:0px;
border-bottom:1px #C0C0C0 solid;
border-right:1px #C0C0C0 solid;
border-left:1px #C0C0C0 solid;
}

.table_bordered td{
text-align:center;
padding:3px;
margin:0px;
border-bottom:1px #C0C0C0 solid;
border-right:1px #C0C0C0 solid;
}


.table_bordered th.top{
text-align:center;
/*border-top:1px #C0C0C0 solid;
border-right:1px #C0C0C0 solid;
border-left:0px;*/
}

.table_bordered{
border-left:1px #C0C0C0 solid;
border-top:1px #C0C0C0 solid;
}


.table_clear, .table_clear tr, .table_clear td, .table_clear td {border:none; text-align:left;}

.warn{color:#FF6F00;font-weight:bold;}
.warn2{color:#FF6F00;font-weight:bold;
background-image:url(/images/icon_alert_small.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
}

.admin a:link{color:#336F00; font-weight:bold}

.new{color:#FF6F00;font-weight:bold; font-size:10px}

img.sidebar{height:12px}

.dummy_link{
text-decoration:underline;
cursor:pointer;
}

hr{ color: #004080;}

.tab {
	font-size: 10px; 
	font-family: Tahoma,Verdana,Arial; 
	border: 1px solid #004080; border-bottom:0px;
	background-color: #FFFFFF;
	color:#999999;
margin:0px;
	padding:5px;
}

.tabselected {
	font-size: 10px; 
	font-family: Tahoma,Verdana,Arial; 
	border: 1px solid #004080; border-bottom:0px;
	background-color: #004080;
	color:#EEEEEE;
margin:0px;
	padding:5px;
font-weight:bold;
}

#keywd{font-size:10px;color:#cccccc;border:none;padding:0px;margin:0px;text-align:right;}
#keywd h1, #keywd p{font-size:10px;color:#cccccc;border:none;padding:0px;margin:0px;text-align:right;}


#pricelist {margin:50px auto; width:600px;}
#prod_page #pricelist {margin:20px 0; width:auto;}

/*#pricelist h2{margin-top:50px;}*/
#pricelist tr.cost td, #pricelist tr.cost th, #pricelist .cost {color:#004080;font-weight:bold;}

#pricelist th{
font-weight:bold;
width:400px;
background-color:#FFFFFF;
color:#333333;
text-align:right;
}

#pricelist th div{
font-size:10px;
text-align:right;
font-weight:normal;
}

#pricelist .prof{color:#333333; background-color:#FFFFFF}



#pricelist th.top_free{
font-weight:bold;
width:100px;
background-color:#004080;
color:#EEEEEE;
text-align:center;
}

#pricelist th.top_prof{
font-weight:bold;
width:100px;
background-color:#004080;
color:#EEEEEE;
text-align:center;
}

#pricelist .freeforprofmsg{
color:#004080; 
font-weight:bold; 
background-image:url(/images/prof_small.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:17px;
height:20px;
font-size:12px;
}

.pricelist_desc{
}

#home h2 a {font-size:12px; }
#home h2 a:hover{color:#FF6F00;}
#home h2{margin-bottom:0px;margin-top:0px}
#home li{margin-bottom:20px;}
#home .prodf {
	color: #888888;
	margin-bottom:20px; 
}


	
	/*#home h2{color:#004080; font-size:18px}*/
	
	#prod_page .screenshots{float:right; width:255px; padding-left:5px;text-align:right;}
	#prod_page .screenshots div{ width:250px; margin-bottom:10px;}
	#prod_page .screenshots div b{color:#009933;}
	
/*	#prod_page .getmebutton{width:300px;}
	#prod_page .getmebutton img{border:none;}
*/

#prod_page .getmebutton .button, .getmebutton .button{font-size:16px;color:#004080;border-color:#004080;background-color:#FFFFFF;cursor:pointer;
background-image:url(/images/icons/icon_paw.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 3px 3px 25px;
	
}

/*#prod_page .getmebutton2 a{text-decoration:underline;font-size:16px;font-weight:bold;color:#FF6F00}*/
	
	/*#prod_page .getmebutton{
	font-size:18px; 
	font-weight:bold; 
	color:#FF6F00;
	padding-left:17px; 
	cursor:pointer; 
	background-image:url(/images/icons/icon_add1.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#FFFFFF
	}*/

	#prod_page .demo{text-align:right}
	
	/*#prod_page h2{
background-color:#FFFFFF; 
color:#004080; 
font-size:14px; 
border:0px;
border-bottom:1px #CCCCCC dashed;
text-align:left;
padding:2px 7px 2px 3px;
}*/

#home_points{font-size:16px}


ul.upgrade_reasons{list-style:url(images/icons/icon_yes.png); padding-left:30px; margin-bottom:7px;}

.upgrade_l{width:350px;float:left;}
.upgrade_r{margin-left:360px;width:350px;}

#filler{height:0px}

.shade1, .shade1 h4{background-color:#FAFAFA}

.shade2 {background-color:#E9E4FF;}

textarea.codepaste{width:650px;height:180px;}


.prof{background-color:#EEEEEE}

.small {font-size:10px}

.profeaturebox{background-color:#EEEEEE;padding:3px}
.profonly{color:#AAAAAA}
.disabled{color:#AAAAAA}

.indent {margin-left:20px}

#home li {height:50px} 

#home {padding-left:30px; padding-right:30px}
.tip {background-image:url(/images/icons/lightbulb.png);background-repeat:no-repeat;background-position:0px 0px;padding-left:17px; font-style:italic;color:#777777;}
.note {font-style:italic;color:#777777;}
.linktous {background-image:url(/images/link.gif);background-repeat:no-repeat;background-position:0px 0px;padding-left:17px; font-style:italic;color:#990000;}

.uset {background-image:none;background-position:0 0;background-repeat:no-repeat;}

.action {background-color:#ffffcc;padding:10px;margin-top:20px;}
.action_result {background-color:#eeeeee;padding:10px;border:1px #dddddd solid;margin-top:20px;}

.bookmark {text-align:right;margin-top:30px}

img.menu {vertical-align:bottom}


.toolbar img {cursor:pointer;}

.mlr {text-align:right;padding-bottom:5px;border:1px}
.mlr div{float:left;text-align:left;}


.getwidgetcodebutton {font-size:14px;color:#FF6600;border-color:#004080;background-color:#FFFFFF;cursor:pointer;
background-image:url(/images/icons/widget_50.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 3px 3px 52px;
	height:60px;
	
}

.getwidgetcodebutton2{font-size:12px;color:#FF6600;border-color:#004080;background-color:#FFFFFF;cursor:pointer;
background-image:url(/images/icons/icon_widget.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 3px 3px 18px;
	height:30px;
	
}


.hidden{display:none;}

.profileLine {margin-bottom:15px}

.saved{
display:inline;color:#00CC00;
background-image:url(/images/right.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
}




.lightOnDark{
color:#EEEEEE; 
}

.lightOnDark a{
color:#EEEEEE; 
text-decoration:underline;
}

#sidebar1 a.embed,#sidebar1 a:link.embed,#sidebar1 a:visited.embed,#sidebar1 a:active.embed,#sidebar1 a:hover.embed,a.embed,a:link.embed,a:visited.embed,a:active.embed,a:hover.embed{
padding-left:3px;padding-right:3px;background-color:#FF6F00;color:white;font-size:10px;text-decoration:none
}

input.create, input.create

{
/*background-image:url('/images/icons/chart_bar.png');	background-repeat:no-repeat;background-position:left;*/


margin-top: 0pt;

margin-right: 7px;

margin-bottom: 0pt;

margin-left: 0pt;

background-color: #f5f5f5;

border-bottom-width: 1px;


border-bottom-style: solid;


border-bottom-color: #dedede;

border-top-width: 1px;

border-top-style: solid;

border-top-color: #eeeeee;


font-size: 100%;

line-height: 130%;

text-decoration: none;

font-weight: bold;

color: #FF6F00;

cursor: pointer;

padding-top: 3px;

padding-right: 5px;

padding-bottom: 4px;

padding-left: 5px;

}

input.create:hover, input.create:hover

{

background-color: #dff4ff;

border-top-width: 1px;

border-bottom-width: 1px;


border-top-style: solid;

border-bottom-style: solid;

border-top-color: #c2e1ef;

border-bottom-color: #c2e1ef;

color: #336699;

}


input.button, input.submit {
	margin-top: 0pt;

margin-right: 7px;

margin-bottom: 0pt;

margin-left: 0pt;

background-color: #f5f5f5;

border-bottom-width: 1px;


border-bottom-style: solid;


border-bottom-color: #dedede;

border-top-width: 1px;

border-top-style: solid;

border-top-color: #eeeeee;


font-size: 100%;

line-height: 130%;

text-decoration: none;

font-weight: bold;

color: #004080;

cursor: pointer;

padding-top: 3px;

padding-right: 5px;

padding-bottom: 4px;

padding-left: 5px;
}


input.button_bold {
	font-weight:bold;
}



.share{margin-left:5px;width:150px}
.share a
{

display:block;
padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 18px;

margin-top:5px

}

a.delicious{background-image: url(/images/share.gif);background-repeat: no-repeat;background-position:-3650px 0;margin:5px 16px 0 0;}
a.digg{background-image: url(/images/share.gif);
background-repeat: no-repeat;
background-position:-2200px 0;color:green}
a.facebook{background-image: url(/images/share.gif);
background-repeat: no-repeat;
background-position:0 0;margin:5 16px 0 0;}
a.reddit{background-image: url(/images/share.gif);
background-repeat: no-repeat;
background-position:-2650px 0;}
a.stumbleupon{background-image: url(/images/share.gif);
background-repeat: no-repeat;
background-position:-2400px 0;margin:5px 16px 0 0;}
a.twitter{background-image: url(/images/share.gif);
background-repeat: no-repeat;
background-position:-300px 0;}

.hasJavaScript .hide {display:none}

