/* styles for How Can We Help You control on HOME*/
.HowCanWeHelpYouDescription
{
    background-repeat: no-repeat;
	height: 88px;
	font-size: 13px;
    line-height: 17px;
}
#PublicWrapper .HowCanWeHelpYouLower
{
    display:inline-block;
    width: 300px;
    height: 100px;
}
#PublicWrapper .how-may-we-help-you-wrapper{
	background:url(images/how_may_we_help-box.png) no-repeat 0 0;
}
.HowCanWeHelpYouLower div.HelpOption
{
	background: url(images/How_Help_checkbox_unselecte.png) no-repeat;
	border: 0;
	cursor: default;
	float: left;
    height: 19px;
	margin: 0 44px 0 0;
	padding-bottom: 15px;
}
.HowCanWeHelpYouLower div.HelpOption.selected
{
	background-image: url(images/How_Help_checkbox_selected.png);
}
.HowCanWeHelpYouLower label
{
    text-transform: uppercase;
    font-size: 12px;
    color: #51514F;
    font-weight: bold;
	cursor:pointer;
	padding-left: 26px;
}      
.HomepageHelpSection div
{
	background-image: url(images/how_may_we_help-dropdown.png);
	background-repeat: no-repeat;
	background-position: -1px -4px;
	float: left;
	width: 258px;
	text-indent: 13px;
}
.HomepageHelpSection div.HowCanWeHelpYouSelectorDropdown
{
	min-height: 50px;
}
.HomepageHelpSection div.selected
{
	background-position: -261px -4px;
}
.HowCanWeHelpYouSelectorDropdown, .HowCanWeHelpYouSelectorDropdown span
{
	cursor: pointer;
}
.HowCanWeHelpYouSelectorDropdown span.trigger
{
	color: #51514F;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
	display: block;
height: 38px;
overflow: hidden;
width: 250px;
}
.HowCanWeHelpYouSelectorDropdown span.target
{
	color: #51514F;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
	display: block;
height: 38px;
overflow: hidden;
width: 225px;
}
.HomepageHelpSection div.HowCanWeHelpYouGoButton
{
    background-image: url(images/GOSprite.png);
    background-repeast: no-repeat;
	background-position: 0 0px;
    width: 50px;
    height:46px;
    margin-left: 15px;
	
}
.HomepageHelpSection div.HowCanWeHelpYouGoButtonSelected
{
	background-position: 0 -46px;
	cursor: pointer;
}
.HomepageHelpSection div.HowCanWeHelpYouGoButtonSelectedHover
{
	background-position: 0 -92px
}
.HelpOptionList 
{
    background: #ffffff; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E4E4E4'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E4E4E4)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ffffff,  #E4E4E4); /* for firefox 3.6+ */ 
	
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    float: left;
    margin-top: 0px;
	padding: 0;
    width: 256px;
	list-style: none;
	margin-left: 0px; /*IE 7 and below*/
}
.HelpOptionList  li
{
	color: #51514F;
	cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px 0 5px 22px;
	text-indent: 0;
}
.HelpOptionList  li a,
.HowCanWeHelpYouSelectorDropdown span a
{
	display: none;
}
ul.HelpOptionList li:hover,
ul.HelpOptionList li.selected
{
	color:#EB7412;
}
/* end of styles for How Can We Help You control on HOME*/
        
/*styles for ProductDownloader control on HOME*/ 
 
.productdownloadheader
{
  padding-left: 14px;
  padding-bottom: 5px;
  font-size: larger;  
}
#C053_Col00,
#C053_Col00 .sfContentBlock
{
	position:relative;
	z-index:1;
}
.singleproduct
{
	background: url(images/Download_Background_Bar.png) no-repeat;
	height: 40px;
	padding: 0 5px 0 14px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #51514F;
	position:relative;
	z-index:1;
	margin-bottom:3px;
}
.singleproduct div.sprelative
{
	position:relative;
	z-index:1;
	height: 40px;
}
.singleproduct span.productname
{
	position:absolute;
	height:40px;
	line-height:40px;
	top:0px;
	left:0px;
	z-index:1;
}
.singleproduct div.spfloater
{   
	float:right;
}
.singleproduct a
{
	width: 56px;
	float: left;
	margin-right: 2px;
	background: url(images/Download_Button.png) no-repeat center 5px;       
	text-transform: uppercase;
}
.singleproduct a.selected
{
	background-image: url(images/Download_Button_Selected.png);
}
 .singleproduct a:hover
 {
	text-decoration: none;
 }
.singleproduct a span
{
	font-weight: bold;
	font-size: 11px;
	color: #EB7412;
	padding-left: 5px;
}
.singleproduct a.selected span
{
	color: #ffffff;
}
div.downloadlist
{
	background: url(images/download_list_top.png) no-repeat;
	position: absolute;
	top:40px;
	left:-14px;
	width: 238px;
	z-index:10;
}
div.downloadlist ul
{
	background: url(images/download_list_bottom.png) 0 bottom no-repeat;
	margin: 0;
    padding: 12px 0;
}
div.downloadlist li
{
	background: url(images/download_list_center.png) repeat-y;
	list-style: none;
	padding: 0 18px 0 10px;
}
div.downloadlist a
{
	border-top: 1px solid #7f7f7e;
	color: #7f7f7e;
	display: block;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0 7px 0;
	float:none;
	background:transparent;
	width:100%;
}
div.downloadlist li:first-child a
{
	border-top: none;
}
div.downloadlist a:hover
{
   color: #e06205; 
}
/*end of styles for ProductDownloader control on HOME*/ 

/*styles for Contact Us Form*/ 



.contactus_links
{
    font-weight: bold;
}

.left
{
   
    height: 35px;
    width:6px; 
    background-image: url(images/contact_form_left.png);
    background-repeat:no-repeat;
}
    
.right
{
    
    height: 35px;
    width:6px;
    background-image: url(images/contact_form_right.png);
    background-repeat:no-repeat;
}

.left_comments
{
    width:6px; 
    background-image: url(images/contact_form_left_tall.png);
    background-repeat:no-repeat;
}
    
.right_comments
{
    width:6px;
    background-image: url(images/contact_form_right_tall.png);
    background-repeat:no-repeat;
}
   
.contactus_form  textarea,
.contactus_form input[type="text"]
{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 0px;
    border-left: 0px;	
	width:478px;	
}
   
.contactus_form  textarea
{
    margin-bottom:25px;
	height:187px;
}

.contactus_form input[type="text"]
{
	height:35px;
}

.contactus_form p
{
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 8px;
}

.contactus_form input[type="submit"]
{
    background-image: url(images/contact_form_submit.png);
    border: 0px;
    font-size: 13px;
    color:#ffffff; 
    width: 103px;
    height: 39px;
}

#search-page-label
{
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	color:#7f7f7e;
}
p.sfsearchResultStatistics
{
	margin:30px 0px 0px 0px;
	font-size:18px;
}
.sfsearchResultTitle
{
	padding-top:30px;
	font-size:18px;
}



.contact-form input,
.contact-form input:focus,
.contact-form input:hover,
.contact-form input:active
{
	border:0px;
	outline:0px;
}

.contact-form-field
{
	padding-top:20px;
}
.contact-form-qandc-field
{
	margin-bottom:25px;
}

.contact-form .sfTxtBoxMedium .sfFieldWrp
{
	width:489px;
	height:37px;
	background:url(images/contact-us-textfield.png) no-repeat 0 0;
	position:relative;
}
.contact-form .sfTxtBoxMedium .sfFieldWrp input
{
	position:absolute;
	background:transparent;
	left:10px;
	top:10px;
	width:460px;
}
.contact-form .sfTxtBlockMedium .sfFieldWrp
{
	width:490px;
	height:189px;
	background:url(images/contact-us-textarea.png) no-repeat 0 0;
	position:relative;
}
.contact-form .sfTxtBlockMedium .sfFieldWrp textarea
{
	position:absolute;
	background:transparent;
	left:10px;
	top:10px;
	width:460px;
	resize:none;
	max-width:460px;
	height:173px;
	outline:0px;
	border:0px;
}

.contact-form label
{
	font-weight:bold;
}

.contact-form .sfFormSubmit
{
	margin-right:15px;
	width:107px;
	height:43px;
	position:relative;
	overflow:hidden;
	left:-3px;
	cursor:pointer;
}
.contact-form .required-indicator-explanation-container
{
	position:relative;
}
.contact-form .required-indicator-explanation
{
	position:absolute;
	left:-40px;
	top:2px;
}

.contact-form .sfFormSubmit input
{
	background-color:transparent;
	background-image:url(images/contact-us-submit.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	width:107px;
	height:43px;
	margin: 0 0 -21px;
	padding: 43px 0 0;
	cursor:pointer;
}
.contact-form .sfFormSubmit input:hover,
.contact-form .sfFormSubmit input:focus,
.contact-form .sfFormSubmit input:active
{
	background-position: 0 -43px;
	cursor:pointer;
}

.contact-form .sfError,
div.sfError
{
  color:#ca212c;
}
.sfErrorWrp
{
  color:#ca212c;
}
.sfErrorWrp input, .sfErrorWrp label, .contact-form input, .contact-form textarea,
.sfErrorWrp textarea
{
color:#777776;
}

.sf_pagerNumeric
{
padding-top: 20px;
}

.sf_pagerNumeric a
{
margin-right:10px;
}

.sf_pagerNumeric a.sf_PagerCurrent
{
text-decoration:none;
color:#777776;
}