/* this file contains shared admin / storefront attributes css */

/*
 * structural code for form display with some basic colours/styles
 */

/* simple required-asterisk colour style */
.productAttributeList .required {
	color: #f22732;
}

/* consistent sizing for elements which expand to the container width, mainly when the display type is set to 'below' */
.productAttributeValue .productAttributeFluidWidth {
	width: 98%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* set up the row for css table-like alignment */

/* position the label in the left-padding area of the row */
.productAttributeList .productAttributeLabel {
	margin: 0 0 6px -140px;
	float: left;
	width: 130px;
	font-weight: normal;
	padding-top: 1px;
	display: inline;
	position: relative;
}

/* force the value (input) container to display inline */
.productAttributeList .productAttributeValue {
	display: inline;
}

/* storefront formatting of attribute labels */

/*
 * attribute-type- or view-specific css
 */

/* fix radio-list indentation for wrapped values */
.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label {
	display: block;
	padding-left: 18px;
	min-height: 18px;
}

/* fix radio-list indentation for wrapped values */
.productOptionViewProductPickList input,
.productOptionViewRectangle input,
.productOptionViewRadio input {
	float: left;
	width: 18px;
	margin-left: -18px;
	margin-top: 1px;
	position: relative;
}

/* remove padding and bullets from semantic UL/LI tags in picklist, swatches and product lists */
.productAttributeConfigurablePickListSet ul,
.productAttributeConfigurablePickListSet li,
.productAttributeConfigurablePickListSwatch ul,
.productAttributeConfigurablePickListSwatch li,
.productAttributeConfigurablePickListProduct ul,
.productAttributeConfigurablePickListProduct li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

/* set up the visible border for all swatch types */
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
	position: relative;
	display: inline-block;
	border: solid 1px #d6d6d6; /* template colour */
	padding: 1px;
	margin-bottom: 5px;
}

/* highlighting of the border for the currently selected swatch value */
.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
	border-color: #292929; /* template colour */
	border-width: 2px;
	padding: 0;
}

/* sizing and positioning of the inside part of a swatch */
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
	display: inline-block;
	width: 25px;
	height: 25px;
}

/* positioning of the swatch thumbnail image as a background - the url is set inline via templates */
.productOptionPickListSwatch .thumbnail {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff; /* template colour */
}

/* adjust swatch widths to fit two colours */
.productOptionPickListSwatch .swatchTwoColour .swatchColour {
	width: 9px;
}

/* adjust swatch widths to fit three colours */
.productOptionPickListSwatch .swatchThreeColour .swatchColour {
	width: 6px;
}

/* visible border around product image pick list */
.productOptionViewProductPickListWithImage {
	border: solid 1px #dcdcdc; /* template colour if necessary */
}

/* max-height and scrolling behaviour of product image pick list */
.productOptionViewProductPickListWithImage .scrollContainer {
	position: relative; /* this is needed so that jQuery.position works on the inputs */
	max-height: 100px;
	overflow-y: auto;
	padding: 1px;
}

.productOptionViewProductPickListWithImage table {
	border-collapse: collapse;
	width: 100%;
}

/* vertical positioning of product image pick list elements */
.productOptionViewProductPickListWithImage td {
	vertical-align: top;
	padding: 3px;
	white-space: nowrap;
}

.productOptionViewProductPickListWithImage td.name {
	width: 100%;
	white-space: normal;
}

.productOptionViewProductPickListWithImage .selectedValue td {
	background-color: #292929; /* template colour */
	color: #fff; /* template colour */
}

.productOptionViewProductPickListWithImage .none.selectedValue td {
	background-color: transparent;
	color: inherit;
}

/* vertical positioning of product image pick list elements */
.productOptionViewProductPickListWithImage td.input {
	padding-top: 5px;
	white-space: nowrap;
}

/*
 * attribute-type- or view-specific css for when javascript is available
 */

/* vertical positioning of the date picker icon */
html.javascript .productAttributeConfigurableEntryDate .ui-datepicker-trigger {
	vertical-align: middle;
}

/* give labels a pointer cursor for swatch and rectangle options when javascript is enabled */
html.javascript .productOptionViewRectangle label,
html.javascript .productOptionPickListSwatch label {
	cursor: pointer;
	position: relative;
}

/* hide radio inputs for swatch and rectangle options when javascript is enabled */
html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
	height: 0;
	overflow: hidden;
	z-index: -10000;
	position: absolute;
	float: none;
}

/*
 * styles for rectangle option view
 */

/* place rectangles in a horizontal line */
html.javascript .productOptionViewRectangle li {
	display: inline;
}

/* set up the label as a container for a bordered rectangle display of the option */
html.javascript .productOptionViewRectangle label {
	display: inline-block;
	padding: 2px 5px;
	margin: 0;
	color: #333;
}

/* the actual visible border */
html.javascript .productOptionViewRectangle .option label {
	border: solid 1px #d6d6d6; /* template colour */
}
html.javascript .productOptionViewRectangle .option label:hover {
	border: solid 1px #333;
}

/* highlighting of the border for the currently selected rectangle value */
html.javascript .productOptionViewRectangle .selectedValue label {
	background: #333!important;
	color: #ffffff!important;
	border-color: #333;
}

/* styling specifically for the 'none' option when a rectangle is not required */
html.javascript .productOptionViewRectangle .none label,
html.javascript .productOptionViewRectangle .selectedValue.none label {
	padding: 3px 0;
	text-decoration: underline;
	color: #292929; /* template colour */
}

/*
 * styles for swatch option type
 */

/* place swatches in a horizontal line */
html.javascript .productOptionPickListSwatch li {
	display: inline-block;
}

/* hide the name for swatches when js is available */
html.javascript .productOptionPickListSwatch .swatch .name {
	display: none;
}

/* make the 'none' option for swatches look like a link */
html.javascript .productOptionPickListSwatch .swatchNone .name {
	text-decoration: underline;
	color: #292929; /* template colour */
}

/*
 * swatch / product preview display
 */

/* set up the container */
.productOptionPreviewDisplay {
	position: absolute;
	display: none;
	border: solid 1px #dcdcdc; /* template colour if necessary */
	background: #fff;  /* template colour if necessary */
	padding: 1px;
	z-index: 10000;
	margin: 5px 0 0 5px;
}

/* specific styles for larger colour swatches inside previews */
.productOptionPreviewDisplay .swatchColour {
	display: inline-block;
	width: 150px;
	height: 150px;
}

/* specific styles for larger colour swatches inside previews */
.productOptionPreviewDisplay .swatchTwoColour .swatchColour {
	width: 75px;
}

/* specific styles for larger colour swatches inside previews */
.productOptionPreviewDisplay .swatchThreeColour .swatchColour {
	width: 50px;
}

/*
 * control-panel-specific styles
 */

#orderCustomizeItem .productAttributeLabel {
	font-weight: normal;
}

/* most form styles are the same as the front end except for widths */

#orderCustomizeItem .productAttributeLabel {
	margin: 4px 0 4px -180px;
	padding-top: 0;
	width: 180px;
}

/*
 * firefox specific styles
 */

@-moz-document url-prefix() {
	/* firefox won't hide elements with z-index values but we can render them offscreen without scrolling issues */
	html.javascript .productOptionViewRectangle input,
	html.javascript .productOptionPickListSwatch input {
		left: -10000px;
	}
}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> 
  <!--
    Created by Artisteer v2.5.0.31067
    Base template (without user's data) checked by http://validator.w3.org : "This page is valid XHTML 1.0 Transitional"
  -->
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
	
    UnderGet - Download Blocked Files

</title><link rel="stylesheet" href="style.css" type="text/Css" />
  <!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/Css" media="screen" /><![endif]-->
  <!--[if IE 7]><link rel="stylesheet" href="style.ie7.css" type="text/Css" media="screen" /><![endif]-->
  
    <script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
    <script src="Scripts/download.js" type="text/javascript"></script>
    <script src="Scripts/jquery.qtip-1.0.0-rc3.min.js" type="text/javascript"></script>
<meta name="description" content="Underget.com - Download files blocked by a firewall or other blocking tools. Underget.com allows you to bypass blocks by renaming or encoding the files so they are not blocked." /></head> 
<body>
    <form method="post" action="./" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTY0MTcwMzcyOQ9kFgJmD2QWAgIDD2QWAgIFD2QWAgIQDw8WAh4EVGV4dAU1VmFsdWUgd2FzIGVpdGhlciB0b28gbGFyZ2Ugb3IgdG9vIHNtYWxsIGZvciBhbiBJbnQzMi5kZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WCAUqY3RsMDAkU2hlZXRDb250ZW50UGxhY2VIb2xkZXIkcmJGaWx0ZXJBdXRvBSxjdGwwMCRTaGVldENvbnRlbnRQbGFjZUhvbGRlciRyYkZpbHRlck1hbnVhbAUsY3RsMDAkU2hlZXRDb250ZW50UGxhY2VIb2xkZXIkcmJGaWx0ZXJNYW51YWwFLmN0bDAwJFNoZWV0Q29udGVudFBsYWNlSG9sZGVyJHJiRG93bmxvYWROb3JtYWwFLmN0bDAwJFNoZWV0Q29udGVudFBsYWNlSG9sZGVyJHJiRG93bmxvYWRSZW5hbWUFLmN0bDAwJFNoZWV0Q29udGVudFBsYWNlSG9sZGVyJHJiRG93bmxvYWRSZW5hbWUFLmN0bDAwJFNoZWV0Q29udGVudFBsYWNlSG9sZGVyJHJiRG93bmxvYWRCYXNlNjQFLmN0bDAwJFNoZWV0Q29udGVudFBsYWNlSG9sZGVyJHJiRG93bmxvYWRCYXNlNjTT6T/7pGLZpOONm2pjNnsRE9M0ae0Q/fE/hFDGO66Dgw==" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
    theForm = document.form1;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>


<div id="art-page-background-simple-gradient">
    <div id="art-page-background-gradient"></div>
</div>
<div id="art-main">
<div class="art-sheet">
    <div class="art-sheet-tl"></div>
    <div class="art-sheet-tr"></div>
    <div class="art-sheet-bl"></div>
    <div class="art-sheet-br"></div>
    <div class="art-sheet-tc"></div>
    <div class="art-sheet-bc"></div>
    <div class="art-sheet-cl"></div>
    <div class="art-sheet-cr"></div>
    <div class="art-sheet-cc"></div>
    <div class="art-sheet-body">
<div class="art-header">
 <div class="art-header-png"></div>
 <div class="art-header-jpeg"></div>
 
    
<div class="art-logo">
    <img src="images/DOWNLOAD.png" style="float: left" height="80px" />
    <h1 id="name-text" class="art-logo-name"><a href="#">UnderGet</a></h1>
    <div id="slogan-text" class="art-logo-text">Download Blocked Files</div>
</div>


</div>
<div class="art-nav">
	<div class="l"></div>
	<div class="r"></div>
	
<span style="background-color: #0B293A; color: White; text-align: center">
    <script type="text/javascript"><!--
        google_ad_client = "pub-4210048573216601";
        /* 728x15, created 1/17/11 */
        google_ad_slot = "6987181761";
        google_ad_width = 728;
        google_ad_height = 15;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
</span>


</div>
<div class="art-content-layout">
    <div class="art-content-layout-row">
<div class="art-layout-cell art-content">

    <div class="art-post">
    <div class="art-post-tl">
    </div>
    <div class="art-post-tr">
    </div>
    <div class="art-post-bl">
    </div>
    <div class="art-post-br">
    </div>
    <div class="art-post-tc">
    </div>
    <div class="art-post-bc">
    </div>
    <div class="art-post-cl">
    </div>
    <div class="art-post-cr">
    </div>
    <div class="art-post-cc">
    </div>
    <div class="art-post-body">
        <div class="art-post-inner">
            <h2 class="art-postheader">
            </h2>
            <div class="art-postcontent">
                <!-- article-content -->

            <h1>Welcome to UnderGet</h1>

            
               <a href="http://bit.ly/underget_ad">
                   <img src="images/Towel/90x728.png" alt="towel" />
               </a>

            
            <script type="text/javascript"><!--
                google_ad_client = "pub-4210048573216601";
                /* underget top 728x90, created 12/24/10 */
                google_ad_slot = "1765766319";
                google_ad_width = 728;
                google_ad_height = 90;
                //-->
                </script>
                <script type="text/javascript"
                src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
            </script>

            <p>
                UnderGet allows you to download files that are otherwise blocked by a firewall or
                other tool at your work, school or country.<br />
                UnderGet can bypass blocks that prevent you from downloading files based on their
                file type, extension or content by renaming the file or encoding its content so
                the blocking software can not detect it.
            </p>
            <div class="wizard-container">
                <table id="WizardTable" class="wizard-table">
                    <tr>
                        <td>
                            <div id="DivEnterUrl" class="wizard-div ui-corner-large-all">
                                <div class="wizard-header">URL to download</div>
                                <div class="wizard-inner-div">
                                    <div class="wizard-content">
                                        <div style="padding-top: 60px">
                                            <label for="TextBoxUrl" id="Label1" class="wizard-label">Enter the Url of the file you want to download:</label>
                                            <input name="ctl00$SheetContentPlaceHolder$TextBoxUrl" type="text" value="http://cdn5.bigcommerce.com/s-d7u9ihbh/templates/__custom/Styles/product.attributes.css?t=1474935653" id="TextBoxUrl" class="wizard-textbox" />
                                        </div>
                                    </div>

                                    <span id="EnterUrlWait" style="vertical-align: bottom; visibility: hidden; position: relative; left:100px;">
                                         <img src="images/wait1.gif" alt="wait" />
                                         Please wait while checking URL....
                                    </span>

                                    <span class="art-button-wrapper" style="margin-top: 60px; left: 160px;"><span class="l"></span>
                                    <span class="r"></span>
                                        <input type="button" id="ButtonUrlNext" class="art-button" href="javascript:void(0)" value="Next ->"/>
                                    </span>
                                </div>
                            </div>
                        </td>
                        <td>
                            <div id="DivSelectUrl" class="wizard-div ui-corner-large-all" >
                                <div class="wizard-header">Select URL to download</div>
                                <div class="wizard-inner-div">
                                    <div class="wizard-content">
                                        <p>The URL you entered returns an html page containing the following links.
                                        Please select the URL of the file you want to download from the list below.</p>
                                        <div id="DivFilterUrlList">
                                            <input id="rbFilterAuto" type="radio" name="ctl00$SheetContentPlaceHolder$FilterUrls" value="rbFilterAuto" checked="checked" /><label for="rbFilterAuto">Auto</label>
                                            <input id="rbFilterManual" type="radio" name="ctl00$SheetContentPlaceHolder$FilterUrls" value="rbFilterManual" /><label for="rbFilterManual">Manual</label>
                                            <label for="FilterText" id="Label2">Filter by Text:</label>
                                            <input name="ctl00$SheetContentPlaceHolder$FilterText" type="text" id="FilterText" />
                                        </div>
                                        <div id="ListBoxUrlsOverflowDiv" style="overflow: auto; width:100%; padding-top: 10px">
                                            <select size="10" name="ctl00$SheetContentPlaceHolder$ListBoxUrls" id="ListBoxUrls" style="min-width: 98%">

</select>
                                        </div>
                                    </div>

                                    <span id="SelectUrlWait" style="vertical-align: bottom; visibility: hidden; position: relative; left:10px;">
                                         <img src="images/wait1.gif" alt="wait" />
                                         Please wait while checking URL....
                                    </span>

                                    <span class="art-button-wrapper" style="margin-top: 60px; left: 40px;">
                                    <span class="l"></span>
                                    <span class="r"></span>
                                        <input type="button" id="ButtonSelectUrlPrev" class="art-button" value="<- Prev"/>
                                    </span>
                                    <span class="art-button-wrapper" style="margin-top: 60px; left: 50px;">
                                    <span class="l"></span>
                                    <span class="r"></span>
                                        <input type="button" id="ButtonSelectUrlNext" class="art-button" value="Next ->"/>
                                    </span>
                                </div>
                             </div>
                        </td>

                        <td>
                            <div id="DivDownloadOptions" class="wizard-div ui-corner-large-all" >
                                <div class="wizard-header">Download Options</div>
                                <div class="wizard-inner-div">
                                    <div class="wizard-content">
                                        <div id="DivDownloadType">
                                            <span id="Label4">Download Type:</span>
                                            <br /><br />
                                            <input id="rbDownloadNormal" type="radio" name="ctl00$SheetContentPlaceHolder$DownloadType" value="rbDownloadNormal" checked="checked" /><label for="rbDownloadNormal">Normal</label>
                                            <br />
                                            <input id="rbDownloadRename" type="radio" name="ctl00$SheetContentPlaceHolder$DownloadType" value="rbDownloadRename" /><label for="rbDownloadRename">Rename</label>
                                            <br />
                                            <input id="rbDownloadBase64" type="radio" name="ctl00$SheetContentPlaceHolder$DownloadType" value="rbDownloadBase64" /><label for="rbDownloadBase64">Base64 Encoded</label>
                                            <img id="HelpBase64" src="images/help.png" class="help-icon" />
                                            <br />
                                        </div>
                                        <input type="hidden" name="ctl00$SheetContentPlaceHolder$HiddenDownloadUrl" id="HiddenDownloadUrl" value="http://cdn5.bigcommerce.com/s-d7u9ihbh/templates/__custom/Styles/product.attributes.css?t=1474935653" />
                                        <span id="LabelDownloadUrl" class="wizard-label">Download Url:</span>
                                        <textarea name="ctl00$SheetContentPlaceHolder$TextDownloadUrl" rows="3" cols="20" readonly="readonly" id="TextDownloadUrl" class="wizard-textbox disabled" style="color: gray">
</textarea>
                                        <br />
                                        <label for="TextFileName" id="Label5" class="wizard-label">File Name:</label>
                                        <input name="ctl00$SheetContentPlaceHolder$TextFileName" type="text" value="product.attributes.css" id="TextFileName" class="wizard-textbox" />
                                        <br />
                                        <span id="ErrorMessage" class="failureNotification">Value was either too large or too small for an Int32.</span>
                                        <br />
                                        <br />
                                    </div>
                                    <span class="art-button-wrapper" style="margin-top: 60px; left: 300px;">
                                    <span class="l"></span>
                                    <span class="r"></span>
                                        <input type="button" id="ButtonDownloadOptionsPrev" class="art-button" value="<- Prev"/>
                                    </span>
                                    <span class="art-button-wrapper" style="margin-top: 60px; left: 310px;">
                                    <span class="l"></span>
                                    <span class="r"></span>
                                        <a id="ButtonDownload" class="art-button" href="javascript:__doPostBack(&#39;ctl00$SheetContentPlaceHolder$ButtonDownload&#39;,&#39;&#39;)">Download</a>
                                    </span>
                                </div>
                             </div>
                        </td>

                       <td>
                            <div id="DivComplete" class="wizard-div ui-corner-large-all" >
                                <div class="wizard-header">Complete</div>
                                <div class="wizard-inner-div">
                                    <div class="wizard-content">
                                            <div>
                                            Your download should start in a few seconds
                                            </div>
                                            <div style="margin-top: 100px; ">
                                            <p>if you liked this website please share it with your friends</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript">    var addthis_config = { "data_track_clickback": true };</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=kickmein"></script>
<!-- AddThis Button END -->

                                            </div>
                                    </div>
                                    <div>
                                    


<!-- AddThis Button BEGIN -->


                                    
                                    </div>
                                    <span class="art-button-wrapper" style="margin-top: 60px; left: 300px;">
                                    <span class="l"></span>
                                    <span class="r"></span>
                                        <input type="button" id="ButtonCompletePrev" class="art-button" value="<- Prev"/>
                                    </span>
                                    <span class="art-button-wrapper" style="margin-top: 60px; left: 310px;">
                                    <span class="l"></span>
                                    <span class="r"></span>
                                        <input type="button" id="ButtonCompleteFinish" class="art-button" value="Finish"/>
                                    </span>
                                </div>
                             </div>
                        </td>

                    </tr>
                </table>
            </div>

               </div> 
                <!-- /article-content -->
            </div>
            <div class="cleared">
            </div>
        </div>
        <div class="cleared">
        </div>
    </div>

    <script type="text/javascript">
        (function (i, s, o, g, r, a, m) {
            i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
                (i[r].q = i[r].q || []).push(arguments)
            }, i[r].l = 1 * new Date(); a = s.createElement(o),
            m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
        })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

        ga('create', 'UA-65611316-1', 'auto');
        ga('send', 'pageview');

</script>

 
</div>

    </div>
</div>
<div class="cleared"></div>
<div class="art-footer">
    <div class="art-footer-t"></div>
    <div class="art-footer-l"></div>
    <div class="art-footer-b"></div>
    <div class="art-footer-r"></div>
    <div class="art-footer-body">
         
        <div class="art-footer-text">
<p>

<!-- Start of StatCounter Code -->
<script type="text/javascript">
    var sc_project = 6489822;
    var sc_invisible = 0;
    var sc_security = "808d3d15"; 
</script>

<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="drupal hit counter"
href="http://statcounter.com/drupal/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/6489822/0/808d3d15/0/"
alt="drupal hit counter" ></a></div></noscript>
<!-- End of StatCounter Code -->
        </div>
		<div class="cleared"></div>
    </div>
</div>

		<div class="cleared"></div>
    </div>
</div>

</div>

    
<div class="aspNetHidden">

	<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334" />
</div></form>
</body>
</html>
