@font-face
{
  font-family : "Helvetica";
  src : url("fonts/helvetica.woff") format("woff");
  font-weight : bold;
  font-style : normal;
}

#st_header,#st_footer{
	width : 100%;
	height: 50px;
	background-color : #ECECEC;
	margin : 0px;	
}
		
#st_centerContainer1{
	/*height : 140px;*/
	text-align:center;
	width : 100%;
}

.wp_st_centerContainer2{
	/*height : 60%;*/
	text-align:center;
	width : 100%;
	/*height : 250px;	*/
}

.wp_st_parentDiv{
	border : 1px solid #DFDFDF;
	border-radius : 4px;
	/*height : 85%;*/
	width : 100%;
}

#st_mainbody{
	width : 100%;
	font-family:Helvetica !important;
	font-size: 12px !important;
	/*height : 82%;*/
}

#st_slideTitle{
	font-weight: bold;
	font-size : 18px;
	line-height: 1.4em !important;
	cursor : default;
}

.next_text, .back_text{
	font-weight: bold;
	color: #36759a;
	position : relative;
	bottom : 2px;
	font-size : 18px;
	vertical-align: inherit !important;
}

.left_navigator{
	float: left;
	width: 35%;
	margin-left: 5px;
	margin-top: 6px;
}

#st_header_middle{
	position : relative;
	width : 29%;
	text-align: center;
	top : 10px;
	float : left;
}

#st_footer_middle{
	position : relative;
	width : 29%;
	float : left;
	text-align: center;
}

.right_navigator{
	float: right;
    position: relative;
    text-align: right;
    width: 35%;
	margin-right: 5px;
	margin-top: 6px;
}


.next_screen_title, .back_screen_title {
	color: #36759a;
	position : relative;
	bottom : 2px;
	font-size : 18px;
	vertical-align: inherit !important;
	cursor : pointer;
}

.button_heading{
	background: url("../images/Gradient_Default.jpg") repeat scroll 0 0 transparent;
    border: 2px solid lightGrey;
    border-radius: 5px 5px 5px 5px;
    color: #367499;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    left: 24px;
    margin-left: 3.5%;
    margin-top: 2%;
    text-align: center;
    width: 100px;
	padding-top: 8px;
}

p.button_heading:hover {
	background: url("../images/Gradient_Over.jpg") repeat scroll 0 0 transparent;
	border: 2px solid #AAAACC;
}
.button_heading.selected {
	border: 2px solid #4DAA3D;
}

.wp_st_arrow{
	position : relative;
	top : 5px;
	cursor: pointer;
}

#st_previewlabel{
	font-size : 14px;
}

#st_separator{
	color : #DFDFDF;
	background-color : #DFDFDF;
	height : 1px;
	border : 0px;
}

#st_vseparator{
	color : #DFDFDF;
	background-color : #DFDFDF;
	height : 240px;
	border : 0px;
	width : 1px;
	position : relative;
	float : left;
}

.wp_st_widget5x{
	position : relative;
	float : left;
	width : 50%;
}

.wp_st_widget4x{
	position : relative;
	float : right;
	width : 49%;
}


.previewBox {
    background: none repeat scroll 0 0 white;
    border: 1px solid lightgray;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px #888888;
    margin: 20px 0 4px;
    padding: 10px;
    text-align: center;
    width: 98%;
}

.previewDiv{
	margin: 20px 0 4px;
    padding: 10px;
    text-align: center;
    width: 98%;
	font-size: 16px;
	min-height: 125px;
	position : relative;
}

#preview{
	margin-top : 30px;
}
#barPreview1{
	display:none;
	height:50px;
	background:url('../images/direction_arrows.png');
	background-position:-135px 0;
	background-repeat:no-repeat;
	width:48px;
	position:absolute;
	left:10px;
	top:0px;
}
#barPreview2{
    display:none;
	height:50px;
	background:url('../images/direction_arrows.png');
	background-position:-90px 0;
	background-repeat:no-repeat;
	width:46px;
	/*position:relative;
	left:935px;
	top:-90px; frm sagar*/
	position:absolute;
	left:810px;
	top:0px;
}

#barPreview3{
    display:none;
	height:50px;
	background:url('../images/direction_arrows.png');
	background-position:-45px 0;
	background-repeat:no-repeat;
	width:46px;
	/*position:relative;
    top:-115px; frm sagar*/
	position:absolute;
    top:0px; 
	left:10px;
}

h2{
	margin : 0px;
}

.listsPositioning{
	position: relative;
	top:0px;
	margin:0px;
	float: left;
}

#navDots {
    margin: 0 auto;
    position: relative;
    top: 12px;
    width: 71px;
    z-index: 1000
}

.navSlideDot {
    background: url("../images/dots.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 12px;
    margin-left: 4px;
    padding-right: 4px;
	position:relative;
	cursor : pointer;
}


.slideSelected {
    background: url("../images/dots.png") no-repeat scroll 0 -12px transparent;
    height: 14px;
    padding-right: 4px;
}

#st_stepfooter {
    margin: 0 auto;
    position: relative;
    top: 6px;
    width: 70px;
}

#st_slidingContainer{
	width : 100%;
	height : 195px;
	border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

#st_savebutton{
	background: #119966;
	background: -moz-linear-gradient(top, #119966 0%, #056D2D 48%, #008553 100%);
    border: 1px solid #008855;
    border-radius: 4px 4px 4px 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: -2px 10px;
    text-align: center;
    text-decoration: none;
    width: 120px;
	margin-top: 15px;
	margin-left: 44%;
	height : 29px;	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#119966), color-stop(48%,#056D2D), color-stop(100%,#008553));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119966', endColorstr='#008553',GradientType=0 );
}	

.wp_st_text{
	font-size : 12px;
	position: absolute;
    top: 69px;
	width:45%;
	text-align: left;
}
.wp_st_sharenowImg
 {
 /*background: url("/images/Gradient_Default.jpg") repeat scroll 0 0 transparent;*/
	border: 2px solid white;
    /*border-radius: 5px 5px 5px 5px;*/
    float: left;
   /* margin: 5px 5px 5px 10px;*/
    margin-left: 35px;
    text-align: center;
	cursor:pointer;
	/*display : inline;*/
 }
 
 
.subOptions li.selected {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 2px solid #4DAA3D;
}
 
 .buttonCodeGeneratorConfig input {
	border: 2px solid #ddd;
	min-height: 1.5em;
	width: 32%;
	color: #4E4E4E;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
	padding-left: 5px;
}

.buttonCodeGeneratorConfig .leftLabel {
	display : block;
	clear : left;
    float : left;
    font-weight: bold;
    width: 270px;
	margin-top : 5px;
	cursor : default;
}

.buttonCodeGeneratorConfig {
    background: none repeat scroll 0 0 white;
    border: 1px solid #AAAAAA;
    cursor: text;
    font-size: 0.9em;
    margin: 10px 20px 25px 0;
    max-height: 105px;
    overflow: auto;
    padding: 10px;
	font-size : 14px !important;
}


.buttonCodeHeading{
    color: #FF6E00 !important;
    font-size: 16px !important;
    margin: 0 2% 1% !important;
	font-family:Helvetica !important;
}

.wp_st_buttonholder{
	left: 75px;
    position: relative;
    top: 19px;
    width: 800px;
}

.post_heading{
background: url("../images/Gradient_Default.jpg") repeat scroll 0 0 transparent;
    border: 2px solid lightGrey;
    border-radius: 5px 5px 5px 5px;
    color: #367499;
    cursor: pointer;
    float: left;
    font-size: 18px;
	font-family:Helvetica;
    font-weight: bold;
    height: 32px;
    left: 24px;
    margin-top: 2%;
    padding-top: 13px;
    text-align: center;
    width: 100px;
}	

p.post_heading:hover{
	background: url("../images/Gradient_Over.jpg") repeat scroll 0 0 transparent;
	border: 2px solid #AAAACC;
}
.post_heading.selected{
	border: 2px solid #4DAA3D;
}

.socialPluginContainer{

}

.socialPluginContainer li{
	font-size: 16px !important;
    margin-left: 30px !important;
    padding: 0 !important;
}
.wp_st_header_title{
	font-size : 21px;
	width : 50%;
	float : left;
	margin-top : 6px;
}

.wp_st_userinfo{
	float : right;
}


#styleLinks.linksDiv {
	margin-top: 15px;
	text-align: center;
}

#styleLinks .makeHori {
	width: auto;
}

#styleLinks h1 {
	float: left;
	width: 263px;
	text-align: center;
	margin: 0px 100px;
	font-size: 18px;
	font-weight:bold;
	font-family:Helvetica;
}

#styleLinks ul {
	width: 283px;
	float: left;
}

#destLinks ul li, #styleLinks ul li {
    background: url("../images/Gradient_Default.jpg") repeat scroll 0 0 transparent;
    border: 2px solid lightgrey;
    border-radius: 5px 5px 5px 5px;
    float: left;
    text-align: center;
    cursor: pointer;
}

#destLinks ul li.selected, #styleLinks ul li.selected, #destLinks ul li.selected:hover, #styleLinks ul li.selected:hover {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 2px solid #4DAA3D;
    border-radius: 5px 5px 5px 5px;
}

#destLinks ul li:hover, #styleLinks ul li:hover {
    background: url("../images/Gradient_Over.jpg") repeat scroll 0 0 transparent;
    border: 2px solid #AAAACC;
}

#styleLinks {
	margin: 0 24px;
}

.hcountStyle div div, .vcountStyle div div, .chickletStyle div div {
	margin: 15px;
    padding: 30px;
    text-align: center;
}

.hoverState {
    position: absolute;
	display: none;
	padding: 30px 15px 15px;
	width: 233px;
	color: white;
	font-size: 1.00em;
	text-align: left;
}

.hoverState2 {
	height: 119px;
    width: 263px;
    position: absolute;
    display: none;
    border-radius: 5px 5px 5px 5px;
    background: #000000;
    opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
}

.styleLink {
	background: none repeat scroll 0 0 #D3D3D3;
	margin: 10px 8px;
	color: #006FBB;
	height: 119px;
	width: 263px;
}

.hcountStyleButtonImg {
	margin-top: 45px;
}

.vcountStyleButtonImg {
	margin-top: 20px;
}

.chickletStyleButtonImg {
	margin-top: 35px;
}

.hoverbarStyleButtonImg {
	margin: 19px 10px 0;
}

.pulldownStyleButtonImg {
	margin: 18px 10px 0;
}

.sharebarStyleButtonImg {
	margin: 0 10px;
}

.loadingImage{
	margin: 10px 10px;
}
	
.featuredStyleButtonImg {
	margin-top: 22px;
}

.selectSizeType{
	display: none;
	width:80px;
	margin-top:12px;
	margin-left:5px;
	text-align : left;
}	

.show {
	display: block;
}

.shareNowCustomization{
	border: 0px;
	position:absolute;
	top: 408px;
	cursor : pointer;
	/*color: #36759A;*/
}

.pulldownCustomization{
	border: 0px;
	position:absolute;
	top: 270px;
	cursor : pointer;
}

#inputBoxLI{
	background : none repeat scroll 0 0 transparent !important;
	color: #36759A;
}

.hoverbar_selectDock{
	display: none;
    margin-left: 5px;
    margin-top: 12px;
    width: 80px;
	text-align : left;
}
input[type='checkbox'],input[type='radio']{
  vertical-align : top;
  margin-top : 2px;
}
 
.stpulldown-gradient
{
background: #E1E1E1;
background: -moz-linear-gradient(top, #E1E1E1 0%, #A7A7A7 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E1E1E1), color-stop(100%,#A7A7A7)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E1E1E1', endColorstr='#A7A7A7',GradientType=0 ); /* ie */
background: -o-linear-gradient(top, #E1E1E1 0%,#A7A7A7 100%); /* opera */
color: #636363;
}
#stpulldown .stpulldown-logo
{
height: 40px;
width: 300px;
margin-left: 20px;
margin-top: 5px;
background:url("http://sd.sharethis.com/disc/images/Logo_Area.png") no-repeat;
}

.pulldown_optionsTextbox {
    border: 2px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    color: #4E4E4E;
    min-height: 1.5em;
    width: 32%;
}

#st_pulldownConfig{
	width : 100%;
	height : 120px;
	border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
	/*height : 100px;
	border : 1px solid; frm me above frm sagar*/
}
.pulldown_previewButton {
    background: none repeat scroll 0 0 #787878;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 4px 6px;
}

#pulldown_selectDock {
	margin-left : 15px;
	color: #7F8084;
	font-size: 12px;
}

#dvLoading
{
   background:#fefefe;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 1000;
   top: 0;
 
}
.additional_opts_list li
{
	border : 1px solid #D9D9D9;
	width : 520px;
	text-align : left;
	position : relative;
	left : 240px;
	height : 31px;
 }
.additional_opts_list li .label
 {
  text-align:left;
  padding-left:15px;
  position:relative;
  top:-12px;
 }
 .additional_opts_list li .value
 {
  padding-left:15px;
  position:absolute;
  left:250px;
  top:7px;
 }
 
 .bartext{
	margin-left: 50px;
 }
 
 .barPreviewHeader{
	width: 135px; 
	font-weight: bold; 
	text-align:center;
 }
 
 .barPreviewText{
	width : 135px;
	font-size : 14px !important;
 }
 
 .wp_st_editButton{
	display : none;
	position : relative;
	width : 80px;
	height : 30px;
	background-color : #929292;
	border-radius : 6px;	
	color : white;
	font-size : 16px;
	cursor : pointer;
	border: 0px none !important;
 }
 
 .wp_st_additional_options{
	min-height : 300px;
	text-align : center;
 }
 
 .wp_st_splServiceContainer{
	display : none;
	border : 1px solid #D9D9D9;
	background-color : #ECECEC;
 }
 
 #st_copynshare{
	width : 46%;
	font-weight : bold;
 }
 
 .wp_st_optionsUpdated{
	padding : 10px;
	border : 1px solid #aaa;
	background-color : #9fde33;
	text-align : center;
	display : none;
 }
 
 .copynshare_heading{
	width : 48%;
	float : left;
	position : relative;
	top : 7px;
	left : 2px;
	font-size : 16px;
 }
 
 .copynshare_image{
	width : 42%;
	position : absolute;
	top : 42px;
	left : 50px;
 }
 
 .copynshare_text{
	width : 60%;
	position : absolute;
	top : 35px;
	left : 300px;
	text-align : left;
 }
 
 .copynshare_checkboxes{
	width : 63%;
	position : absolute;
	top : 46px;
	left : 660px;
	text-align : left;
}

.customizewidget_heading{
	text-align : left;
	margin-left : 50px;
	font-size : 16px;
	font-weight : bold;
}

.customizewidget_options{
	margin-top : 15px; 
	text-align : center;
	left : 50px;
	position : absolute;
}

.loginWindowDiv{
	/*height : 400px;*/
	text-align : center;
}	

.login_message{
	font-size : 15px;
	margin-left : 20px;
	margin-top : 20px;
	font-weight : bold;
	color : green;
	display : none;
	height : 40px;
}

.error_message{
	color : red;
}

.defaultCursor{
	cursor : default;
}

.alignPluginIcons{
	margin-left : 10px;
}

 #donotcopy_label,#hashaddress_label
 {
  position:relative;
  top:-1px;
 }
 #st_add_to_content,#st_add_to_page
 {
  width:5em;
 }
 
 #showLoadingStatus{
	font-size : 20px;
	top : 10%;
 }
 
 #outerContainer{
	display : none;
	font-family: Helvetica !important; 
 }
 
 input[type=text]::-ms-clear {
    display: none;
}