<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 	
	http://www.hostrocket.com
	Author:Michael Farrell
	5/1/2011
*/

@import url("main.css");
@import url("jquery.selectBox.css");


/* HOME */
#action{height:292px; background:url(../images/bg_body4.jpg) repeat-x 0 -100px; margin-bottom:30px; color:#ccc; z-index:1; position:relative; overflow:hidden;}
#controls{z-index:10; position:absolute; bottom:0; width:100%}
#next-prev{width:930px; margin:0 auto;}
#controls .next{width:49px; height:28px; display:block; float:left; overflow:hidden; text-indent:-9999px; background:url(../images/next_prev.png) no-repeat 0 -56px;}
#controls .next:hover{background-position:0 -84px;}
#controls .prev{width:49px; height:28px; display:block; float:left; overflow:hidden; text-indent:-9999px; background:url(../images/next_prev.png) no-repeat;}
#controls .prev:hover{background-position:0 -28px;}
#controls .pager{float:left; margin:5px 0 0 10px}
#controls .pager a{display:inline-block; *display:inline; *zoom:1; height:6px; width:6px; background-color:#004e73; border:2px solid #004e73; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; margin-right:6px; text-decoration:none; overflow:hidden; text-indent:-999px;}
#controls .pager .activeSlide{border-color:#547f94; border-style:solid; top:0;}

#action h2{font-size: 3em; /* 24px --&gt; 36 ÷ 12 = 3 */color:#fff; text-shadow:0 2px 1px #272829; margin-bottom:5px; z-index:1; margin-top:50px}
#action h3{color:#95a5ad; font-weight:normal;}
#action .button{font-size:1.167em; -webkit-box-shadow: inset 0px 1px 0px #a5bd94, 0px 2px 1px #163748; -moz-box-shadow: inset 0px 1px 0px #a5bd94, 0px 2px 1px #163748; box-shadow: inset 0px 1px 0px #a5bd94, 0px 2px 1px #163748; margin-top:10px; line-height:36px; height:36px; padding:0 30px}
.slides{width:100%; height:292px; z-index:5}
.slide{width:100%; height:292px;}
.slide-bgs{width:100%; height:292px; position:absolute; top:0; left:0; background:url(../images/header_space9.jpg) no-repeat center bottom; z-index:1}
.slide-bg{width:100%; height:292px;}
.slide-bg .container-12{height:292px;}
#ultimate-bg .container-12{background:url(../images/slide_ultimate_plan.png) no-repeat 470px center;}
#cloud-bg .container-12{background:url(../images/slide_cloud_hosting.png) no-repeat right center ;}
#dedicated-bg .container-12{background:url(../images/slide_dedicated_plan.png) no-repeat 510px center;}
#builder-bg .container-12{background:url(../images/slide_site_builder.png) no-repeat 450px center;}
#apps-bg .container-12{background:url(../images/slide_web_apps.png) no-repeat 480px center;}
#ssd-shared-bg .container-12 {background:url(../images/slide_ssd_shared.png) no-repeat 400px center;}

/*#slide-ultimate{text-align:center; background:url(../images/header_space9.jpg) no-repeat bottom center; height:100%}
#slide-ultimate .container-12{height:292px; background:url(../images/action_ultimate2.png) no-repeat center 105px}
#slide-ultimate h2{margin-top:30px; text-indent:-9999px; overflow:hidden; background:url(../images/heading_ultimate.png) no-repeat top center; height:37px; line-height:37px; text-shadow:none; filter:none;}
#slide-ultimate h3{margin-bottom:12px}
#slide-ultimate .action-call{width:194px; margin:0 auto; padding:18px; overflow:hidden; font-family:Arial, Helvetica, sans-serif; position:relative;}
#slide-ultimate .action-call strong{font-size:18px; color:#53bfe5; color:#91c7e2}
#slide-ultimate .action-call .price{font-size:44px; margin:16px 0; position:relative; color:#fff; line-height:20px;}
#slide-ultimate .action-call .price span{font-size:.5em}*/

.box-home{background:#fff; /*-webkit-box-shadow:0px 1px 1px #d4d5d6; -moz-box-shadow:0px 1px 1px #d4d5d6; box-shadow:0px 1px 1px #d4d5d6;*/ -webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 2px; -moz-box-shadow: rgba(0,0,0,0.1) 0 1px 2px; box-shadow: rgba(0,0,0,0.1) 0 1px 2px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border-color:#E5E5E5 #DBDBDB #D2D2D2; border-width:1px; border-style:solid; margin-bottom:20px; padding:3px; position:relative;}
.box-home .fade{overflow:hidden; padding:20px; position:relative}
.plans{padding:0px}
.box-home .box-specs{overflow:hidden; padding:20px 20px; position:relative}
.box-home .plan-price{display:block; color:#022130; padding:10px; /*text-align:center;*/ margin:0; border-bottom:1px solid #d5dadc; background:#fafafa;
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); 
background: linear-gradient(top, #ffffff 0%,#efefef 100%);}
.box-home .plan-price:hover{text-decoration:none; background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
}
.box-home .plan-price h2{margin-bottom:5px;}
.box-home .price{display:block; /*text-align:center;*/ text-align: left; color:#999; padding:0; font-size:42px; line-height:42px; color:#333;}
.box-home .term{color:#999; line-height:1em; text-align: left; }
.box-home ul{margin:0 0 20px 20px}
.box-home li{list-style:none; background:url(../images/arrow_small.png) no-repeat 0 6px; padding-left:12px; margin-bottom: 4px;}
.box-home .button{padding:0 10px; width:160px; text-align:center}
.box-home h3{margin-bottom:10px}
.strikethrough { position: relative; }
.strikethrough:before {position: absolute; content: ""; left: 0; top: 55%; right:55%; border-top: 1px solid; border-color: #669966;
-webkit-transform:rotate(-6deg); -moz-transform:rotate(-6deg); -ms-transform:rotate(-6deg); -o-transform:rotate(-6deg); transform:rotate(-6deg); }
.dedi-discount { font-size: 1.666em; line-height: 40px; margin-bottom: 0px; text-align: center; background: none repeat scroll 0% 0% #CCC; }
.dedi-discount .strikethrough:before {position: absolute; content: ""; left: 0; top: 55%; right:55%; }
.dedi-discount p { padding-bottom: 10px; }
.dedi-discount p.former-price { color: #999; font-size: 20px; margin-bottom: 7px; }
.dedi-discount p.former-price span { font-size: 14px; }
.dedi-discount p.sale-price { font-weight: bold; color: #133748; font-size: 38px; }
.dedi-discount p.sale-price sup, #dedicated-pricing p.sale-price span { font-size: 16px; }

#design-services .fade, #register-domains .fade{height:165px}
#design-services .fade{padding-left:230px}
#design-services img{position:absolute; top:5px; left:0}
.icon-quote{background:url(../images/icon_quote.png) no-repeat 0 3px; padding-left:20px; display:block; font-weight:bold}
.icon-transfer{background:url(../images/icon_transfer.png) no-repeat 0 4px; padding-left:22px; display:inline-block; font-weight:bold}
.fade h3 a{color:#133748}
.fade h3 a:hover{text-decoration:none; color:#3399cc;}
#domain-form input[type="text"]{width:250px; border:solid #c5d2d8; border-width:1px 0 1px 1px; float:left; padding:8px 3px; height:16px}
#domain-form select{width:80px; height:34px; padding:0; margin:0}
#domain-form .button{position:relative; top:0; left:-4px; width:60px; display:inline-block; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; height:34px; -webkit-border-top-left-radius:0; -webkit-border-bottom-left-radius:0; -moz-border-radius-topleft:0; -moz-border-radius-bottomleft:0; border-top-left-radius:0; border-bottom-left-radius:0; padding:0;}
.new{position:absolute; top:0; right:0}
.cloud{position:absolute; top:37px; right:10px;}
.share{position:absolute; top:50px; right:10px;}
.ded{position:absolute; top:42px; right:10px;}

 
 
/****  SSD SHARED PAGE ****************************************************/
#pricing-times .btn			
				{ display: inline-block; margin-bottom: 0px; font-weight: 400; text-align: center; vertical-align: middle;
				 cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px;
				  font-size: 14px; line-height: 1.42857; border-radius: 4px; -moz-user-select: none;}
#pricing-times .btn-default 	
				{ color: #1c7faf; background-color: #f3f3f3; border-color: #1c7faf; }
#pricing-times button 			
				{ height: auto !important; text-shadow: none !important; box-shadow:none !important; }
#pricing-times button:hover, #pricing-times button.current
				 { color: #fff; border-color: #75a454; background: #75a454 !important; }
.showPrices		{ height: 0px !important; position: absolute; }
h5.showPrice	{ float: left; display: inline-block; position: relative; top: 48px; z-index: 100; font-size: 3em;
			 		font-weight: normal; width: 305px; text-align: center; }
 
 
/* CONTENT */
.italics {font-style:italic}
.cycles {margin:0 0 20px 0; overflow:hidden; position:relative; /*-webkit-box-shadow: 0px 1px 1px #cccccc; -moz-box-shadow: 0px 1px 1px #cccccc; box-shadow: 0px 1px 1px #cccccc; float:left*/}
.grid-6 .cycles {margin:20px 0 40px 0;}
#billing-cycles {margin-top:20px; margin-bottom:30px}
.billing{margin:12px 1px 0 0; padding-top:1px; width:231px; float:left; color:#133748;  -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; position:relative}
.ssd-billing{margin:12px 1px 0 0; padding-top:1px; width:305px; float:left; color:#133748;  -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; position:relative}
.five .billing{width:185px}
.billing h4, .ssd-billing h4 {background-color:#3b6072; color:#fff; line-height:30px; text-align:center; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; text-transform:uppercase; margin-bottom:0}
.billing h4.vps{background-color:#333; color:#fff; line-height:30px; text-align:center; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; text-transform:uppercase; margin-bottom:0}
.billing h5, .ssd-billing h5 {background:#bdccd3; font-size:1.666em; line-height:40px; margin-bottom:0; text-align:center}
.billing h5, .ssd-billing h5 {/*background:#ccc;*/background:#F1F1F1;}

.billing h5 span, .ssd-billing h5 span {font-size:0.6em}
.billing .specs, .ssd-billing .specs {/*background:#eef1f2;*/background-color: #E8EDEF; text-align:center; padding:12px 18px 18px 18px;}
.billing ul, .ssd-billing ul {list-style:none; width:100%; margin:0 0 18px 0}
.billing li, .ssd-billing li {border-bottom:1px solid #dae1e4; padding:4px 0; margin-bottom:0}
.billing ul strong, .ssd-billing ul strong {color:#d06314; text-transform:uppercase}
.billing .button, .ssd-billing .button {width:100%; padding:0;}
.best{margin:0 1px 5px 0; -webkit-box-shadow: 0px 2px 3px #666; -moz-box-shadow: 0px 2px 3px #666; box-shadow:0px 2px 3px #666; /*-moz-border-radius-topright:0; border-top-right-radius:0;*/}
.best h4{background:#1c3a49; line-height:38px; /*-moz-border-radius-topright:0; border-top-right-radius:0;*/}
.best h5{background:#2a4f61; color:#fff; line-height:48px}
.best .specs{background:#3d6172; color:#fff; padding:16px 22px 22px 22px;}
.best li{border-bottom:1px solid #517180}
.best .button, .best .button:hover{-webkit-box-shadow: inset 0px 1px 0px #a5bd94, 0px 1px 1px #2e4a57; -moz-box-shadow: inset 0px 1px 0px #a5bd94, 0px 1px 1px #2e4a57; box-shadow: inset 0px 1px 0px #a5bd94, 0px 1px 1px #2e4a57;}
.best img{position:absolute; top:0; right:-1px}
.five .best img{right:0; top:-1px; right:-1px}
.call-img{position:absolute; top:0; right:0;}
.grid-6 .billing{width:224px;}
.grid-6 .specs{padding:12px 10px 18px 10px;}
.grid-6 .best .specs{background:#3d6172; color:#fff; padding:16px 10px 22px 10px;}
.box{background:#f7f8f9; -webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0px; -moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0px; box-shadow: rgba(0,0,0,0.1) 0 1px 0px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border-color:#f7f8f9 #f3f3f3 #dddddd; border-width:1px; border-style:solid; margin-bottom:20px; padding:20px}
.review blockquote{background:#eef1f2; -moz-border-radius: 5px; border-radius: 5px; margin:0; padding:20px;}
.customer{padding:10px 0 0 40px; background:url(../images/review-tip.gif) no-repeat 20px 0; overflow:hidden}
.customer a{float:right}
.stars-5{background:url(../images/stars-5.png) no-repeat bottom left; padding-bottom:14px; display:block; float:left}
.feature-block{border-bottom:1px solid #eaedef; margin-bottom:30px; padding-bottom:10px; overflow:hidden}
#software{margin:0; overflow:hidden}
#software &gt; div{display:inline-block; *display:inline; /**zoom:1;*/ width:100px; margin:10px 6px; padding:0; text-align:center; font-weight:bold; vertical-align:top}
#software li{width:230px; height:100px; display:inline; float:left; text-align:center;}
.no-bullet{list-style:none; margin-left:0px}
#cpanel-license{text-align:center; background:url(../images/bg_line.gif) repeat-x 0 10px; margin-top: 25px;}
#cpanel-license h3{background:url(../images/icon_license.png) no-repeat 20px 0 #fff; padding:2px 0; padding:2px 20px 2px 60px; display:inline-block; margin-bottom:5px}
.clouds{position:absolute; top:-110px; right:34px; z-index:1}
.list-support{margin:0; overflow:hidden}
.list-support li{background:#fff; /*-webkit-box-shadow:0px 1px 1px #d4d5d6; -moz-box-shadow:0px 1px 1px #d4d5d6; box-shadow:0px 1px 1px #d4d5d6;*/ -webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 2px; -moz-box-shadow: rgba(0,0,0,0.1) 0 1px 2px; box-shadow: rgba(0,0,0,0.1) 0 1px 2px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border-color:#E5E5E5 #DBDBDB #D2D2D2; border-width:1px; border-style:solid; padding:3px; float:left; width:124px; position:relative; display:inline; margin:0 5px 0 5px;}
#dedicated-quote{text-align:center; background:url(../images/bg_custom_quote.png) no-repeat top center; height:30px; line-height:30px; display:block; color:#333;}
#dedicated-quote:hover{background-position:center -30px;}
#dedicated-quote b{color:#3399CC; font-weight:normal}
#dedicated-quote span{background:url(../images/icon_custom.png) no-repeat left center; height:30px; line-height:30px; padding-left:23px; display:inline-block}
#ssd-quote {text-align:center; background:url(../images/bg_ssd.png) no-repeat top center; height:27px; line-height:24px; display:block; color:#ec8a2a; margin-bottom: 10px; }
#ssd-quote b { color:#3399CC; font-weight:normal; }
#ssd-quote span { }
.list-support a{overflow:hidden; padding:2px; position:relative; text-align:center; display:block}
.list-support span{padding-top:42px; display:block}
.icon-email{background:url(../images/icon_email.png) no-repeat center 5px;}
.icon-reboot{background:url(../images/icon_reboot.png) no-repeat center 5px;}
.icon-account{background:url(../images/icon_manage_account.png) no-repeat center 5px;}
.icon-faq{background:url(../images/icon_faq.png) no-repeat center 5px;}
.icon-tickets{background:url(../images/icon_submit_ticket.png) no-repeat center 5px;}
.icon-phone{background:url(../images/icon_phone.png) no-repeat center 5px;}
#shared-support, #reseller-support, #ded-support{background:#e5f0f5; margin-bottom:20px; padding:20px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
#shared-support{background:#e5f0f5;}
#reseller-support{background:#f7ebe7}
#ded-support{background:#eef4eb;}

#design-hero{text-align:center;}
#design-hero img{margin-top:-52px}
#web-presence{background:url(../images/icon_laptop.png) no-repeat left center; padding-left:60px}
#design{background:url(../images/icon_design.png) no-repeat left center; padding-left:45px}
#addon{background:url(../images/icon_application.png) no-repeat left center; padding-left:45px}
#photos{background:url(../images/icon_photos.png) no-repeat left center; padding-left:70px; display:block}
#quotes{background:url(../images/icon_quote_lg.png) no-repeat left center; padding-left:50px; display:block;}
#maintenance{background:url(../images/icon_maintenance.png) no-repeat left center; padding-left:60px; display:block}
#hosting-addons{margin:0 0 20px 0}
#hosting-addons li{border-bottom:1px solid #e2e7e9; padding:5px 0 5px 25px; margin:0; list-style:none; background-position:left center; background-repeat:no-repeat;}
#hosting-addons span{float:right}
#hosting-addons .sale{float:none; color:red; background:#ffffaf; padding:3px}
#ded-ip{background-image:url(../images/icon_ded_ip.png);}
#ssl{background-image:url(../images/icon_ssl.png);}
#domain-reg{background-image:url(../images/icon_domain_reg.png);}
#domain-tran{background-image:url(../images/icon_transfer.png);}
#backups{background-image:url(../images/icon_backups.png);}
#cp{background-image:url(../images/icon_cp.png);}
#product-image, #shared-product-image, #ded-product-image{position:relative; z-index:1}
#shared-product-image img{margin-top:0px}
#ded-product-image img{position:absolute; top:-52px; right:0}
#domain-search{background:#cce1eb; 
background: -moz-linear-gradient(top, #ebf3f7 0%, #cce1eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf3f7), color-stop(100%,#cce1eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebf3f7 0%,#cce1eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebf3f7 0%,#cce1eb 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ebf3f7 0%,#cce1eb 100%); /* IE10+ */
background: linear-gradient(top, #ebf3f7 0%,#cce1eb 100%); /* W3C */
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding:1px; overflow:hidden; margin-bottom:40px}
#domain-search form{background:url(../images/domain_globe.png) no-repeat 540px 30px; margin:0; padding:20px 20px 30px 20px}
#domain-search label{display:block; font-size:20px; line-height:24px; font-weight:normal; margin-bottom:10px; color:#133748}
#domain-search input[type="text"]{width:350px;}

.custom-select{}
.custom-select option{padding:3px 0px}
.customStyleSelectBox {height:32px; width:80px; border:solid #c5d2d8; border-width:1px 1px 1px 0; background:#fff /*url(../images/bg_select_button.gif) no-repeat right center*/; margin:0; cursor:pointer; line-height:32px;}
.customStyleSelectBoxInner {cursor:pointer; background:url(../images/bg_select_border.gif) no-repeat left center; padding:0 20px 0 10px}
#ded-features{margin:20px 0 0 0; overflow:hidden; float:left}
#ded-features .grid-4{margin-bottom:20px}
#ded-features h3{padding-left:38px; margin:0; padding:10px 0 10px 38px}
#bandwidth-ded h3{background:url(../images/icon_speedometer.png) no-repeat left center;}
#linux h3{background:url(../images/icon_linux.png) no-repeat left center;}
#tech-support h3{background:url(../images/icon_support.png) no-repeat left center;}
#hardware h3{background:url(../images/icon_hardware.png) no-repeat left center;}
#upgrades h3{background:url(../images/icon_upgrade.png) no-repeat left center;}
#uptime h3{background:url(../images/icon_uptime.png) no-repeat left center;}
#cpanel h3{background:url(../images/icon_cpanel.png) no-repeat left center;}
#affiliate-sales{background:#eef1f2; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; margin:0 0 40px 0; padding:20px 20px 0; position:relative}
#affiliate-sales ul{float:left; width:50%;}
#affiliate-sales blockquote{font-size:18px; font-style:italic; float:right; width:50%; line-height:30px; font-weight:bold; margin-bottom:20px}
#affiliate-sales .button{padding-left:50px; padding-right:70px}
#affiliate-sales img{position:absolute; bottom:-20px; right:-25px}
.portfolio{position:relative; clear:both; margin-bottom:30px; padding-top:10px}
.portfolio .grid-4{margin-bottom:30px}
.websites, .logos{position:absolute; left:-60px; top:10px}
.commentlist{border-top:1px solid #eee}
.comment{padding:20px; border-bottom:1px solid #e2e2dd/*#eee*/;}
.thread-even{background: /*#fafafa*/#f6fcff; padding:20px}
.comment-author{color:#999}
.comment-author b{color:#333}
.form-allowed-tags{display:none;}
#commentform textarea{width:520px !important; /*float:right;*/ margin-left: 22px; display: inline-block;}
#commentform p{position:relative;}
#commentform label{line-height:30px; vertical-align: top;}
#commentform input[type="text"]{position:absolute; left:80px;}
#commentform #submit{margin-left:80px; margin-bottom:2px}
#commentform .required{color:red}
#commentform .comment-form-rating label{float:left; width:80px}
.comment-awaiting-moderation{font-style:italic}
.check{margin-left:0;}
.check li{background:url(../images/icon_check.png) no-repeat 0 3px; padding-left:25px; list-style:none;}
.image-border{padding:10px; border:1px solid #ededed}
.ip-table td{padding:10px 0; border-bottom:1px solid #f1f1f1}
.ip-table tr:last-child td{border:none}
.promo{background:#ffffe8; text-align:center; border:1px dotted #dbdb6f; padding:10px; font-size:14px;}
.green-txt{color:green}
.promo-home{display:block; text-align:center; height:45px; line-height:45px; color:#333; font-weight:bold; background:url(../images/promo_home_bg.png) no-repeat top center; margin-bottom:20px; font-size:14px;}
.promo-home:hover{text-decoration:none; background-position:0 -45px;}
.promo-home span{color:#3399CC;}
.promo-home div{padding-left:40px; background:url(../images/icon_upgrade_cloud.png) no-repeat 0 8px; display:inline-block;}

/* SPRITES */
.sp80{width:80px; height:80px; background:url(../images/web_apps.jpg) no-repeat 0 0; margin:0 auto 5px;}
.sp80_zikula{background-position:0 -0px;}
.sp80_aef{background-position:0 -80px;}
.sp80_noah{background-position:0 -160px;}
.sp80_mw{background-position:0 -240px;}
.sp80_wp{background-position:0 -320px;}
.sp80_cpg{background-position:0 -400px;}
.sp80_webcal{background-position:0 -480px;}
.sp80_twg{background-position:0 -560px;}
.sp80_doku{background-position:0 -640px;}
.sp80_dotproj{background-position:0 -720px;}
.sp80_b2e{background-position:0 -800px;}
.sp80_life{background-position:0 -880px;}
.sp80_dotcl{background-position:0 -960px;}
.sp80_txtpat{background-position:0 -1040px;}
.sp80_joomla{background-position:0 -1120px;}
.sp80_geeklog{background-position:0 -1200px;}
.sp80_drupal{background-position:0 -1280px;}
.sp80_mambo{background-position:0 -1360px;}
.sp80_phpnuke{background-position:0 -1440px;}
.sp80_nucleus{background-position:0 -1520px;}
.sp80_phpbb{background-position:0 -1600px;}
.sp80_xmb{background-position:0 -1680px;}
.sp80_gallery{background-position:0 -1760px;}
.sp80_mybb{background-position:0 -1840px;}
.sp80_phorum{background-position:0 -1920px;}
.sp80_punbb{background-position:0 -2000px;}
.sp80_piwigo{background-position:0 -2080px;}
.sp80_pixpost{background-position:0 -2160px;}
.sp80_zen{background-position:0 -2240px;}
.sp80_phpwiki{background-position:0 -2320px;}
.sp80_pmwiki{background-position:0 -2400px;}
.sp80_tiki{background-position:0 -2480px;}
.sp80_openx{background-position:0 -2560px;}
.sp80_kamads{background-position:0 -2640px;}
.sp80_phpads{background-position:0 -2720px;}
.sp80_phpical{background-position:0 -2800px;}
.sp80_phpsch{background-position:0 -2880px;}
.sp80_phpcol{background-position:0 -2960px;}
.sp80_phproj{background-position:0 -3040px;}
.sp80_stripe{background-position:0 -3120px;}
.sp80_pier{background-position:0 -3200px;}
.sp80_s9y{background-position:0 -3280px;}
.sp80_phplist{background-position:0 -3360px;}
.sp80_mail{background-position:0 -3440px;}
.sp80_pommo{background-position:0 -3520px;}
.sp80_squirrel{background-position:0 -3600px;}
.sp80_ccmail{background-position:0 -3680px;}
.sp80_lime{background-position:0 -3760px;}
.sp80_phpesp{background-position:0 -3840px;}
.sp80_easyp{background-position:0 -3920px;}
.sp80_little{background-position:0 -4000px;}
.sp80_phppoll{background-position:0 -4080px;}
.sp80_zencart{background-position:0 -4160px;}
.sp80_freeway{background-position:0 -4240px;}
.sp80_oscom{background-position:0 -4320px;}
.sp80_ocart{background-position:0 -4400px;}
.sp80_presta{background-position:0 -4480px;}
.sp80_agb{background-position:0 -4560px;}
.sp80_smf{background-position:0 -4640px;}
.sp80_cjdpoll{background-position:0 -4720px;}
.sp80_phpbook{background-position:0 -4800px;}
.sp80_bella{background-position:0 -4880px;}
.sp80_vxgb{background-position:0 -4960px;}
.sp80_lazarus{background-position:0 -5040px;}
.sp80_ricar{background-position:0 -5120px;}
.sp80_crafty{background-position:0 -5200px;}
.sp80_hcl{background-position:0 -5280px;}
.sp80_hesk{background-position:0 -5360px;}
.sp80_ostic{background-position:0 -5440px;}
.sp80_epdesk{background-position:0 -5520px;}
.sp80_phpsup{background-position:0 -5600px;}
.sp80_owm{background-position:0 -5680px;}
.sp80_phpon{background-position:0 -5760px;}
.sp80_ats{background-position:0 -5840px;}
.sp80_openb{background-position:0 -5920px;}
.sp80_baker{background-position:0 -6000px;}
.sp80_snews{background-position:0 -6080px;}
.sp80_usebb{background-position:0 -6160px;}
.sp80_magento{background-position:0 -6240px;}
.sp80_phpld{background-position:0 -6320px;}
.sp80_pligg{background-position:0 -6400px;}
.sp80_orealty{background-position:0 -6480px;}
.sp80_moodle{background-position:0 -6560px;}
.sp80_webid{background-position:0 -6640px;}
.sp80_kplay{background-position:0 -6720px;}
.sp80_podcast{background-position:0 -6800px;}
.sp80_impleo{background-position:0 -6880px;}
.sp80_sr{background-position:0 -6960px;}
.sp80_wsp{background-position:0 -7040px;}
.sp80_mc{background-position:0 -7120px;}
.sp80_modx{background-position:0 -7200px;}
.sp80_eggblog{background-position:0 -7280px;}
.sp80_album{background-position:0 -7360px;}
.sp80_shutter{background-position:0 -7440px;}
.sp80_claro{background-position:0 -7520px;}
.sp80_pfn{background-position:0 -7600px;}
.sp80_bnt{background-position:0 -7680px;}
.sp80_mantis{background-position:0 -7760px;}
.sp80_advpoll{background-position:0 -7840px;}
.sp80_sugar{background-position:0 -7920px;}
.sp80_elgg{background-position:0 -8000px;}
.sp80_pixie{background-position:0 -8080px;}
.sp80_igniter{background-position:0 -8160px;}
.sp80_whmcs{background-position:0 -8240px;}
.sp80_cftp{background-position:0 -8320px;}
.sp80_xoops{background-position:0 -8400px;}
.sp80_fluxbb{background-position:0 -8480px;}
.sp80_cube{background-position:0 -8560px;}
.sp80_myfaq{background-position:0 -8640px;}
.sp80_iqdesk{background-position:0 -8720px;}
.sp80_4images{background-position:0 -8800px;}
.sp80_dolph{background-position:0 -8880px;}
.sp80_scriptaculous{background-position:0 -8960px;}
.sp80_jquery{background-position:0 -9040px;}
.sp80_extjs{background-position:0 -9120px;}
.sp80_scripty2{background-position:0 -9200px;}
.sp80_mochikit{background-position:0 -9280px;}
.sp80_mootools{background-position:0 -9360px;}
.sp80_yui{background-position:0 -9440px;}
.sp80_prototype{background-position:0 -9520px;}
.sp80_rico{background-position:0 -9600px;}
.sp80_dojo{background-position:0 -9680px;}
.sp80_ajs{background-position:0 -9760px;}
.sp80_raphael{background-position:0 -9840px;}
.sp80_sizzle{background-position:0 -9920px;}
.sp80_typo{background-position:0 -10000px;}
.sp80_gedview{background-position:0 -10080px;}
.sp80_form{background-position:0 -10160px;}
.sp80_clip{background-position:0 -10240px;}
.sp80_odm{background-position:0 -10320px;}
.sp80_vidi{background-position:0 -10400px;}
.sp80_piwik{background-position:0 -10480px;}
.sp80_yourls{background-position:0 -10560px;}
.sp80_greg{background-position:0 -10640px;}
.sp80_conc{background-position:0 -10720px;}
.sp80_phpwcms{background-position:0 -10800px;}
.sp80_wikka{background-position:0 -10880px;}
.sp80_bbpress{background-position:0 -10960px;}
.sp80_phpchat{background-position:0 -11040px;}
.sp80_jcow{background-position:0 -11120px;}
.sp80_status{background-position:0 -11200px;}
.sp80_openclass{background-position:0 -11280px;}
.sp80_feng{background-position:0 -11360px;}
.sp80_e107{background-position:0 -11440px;}
.sp80_eyeos{background-position:0 -11520px;}
.sp80_orange{background-position:0 -11600px;}
.sp80_front{background-position:0 -11680px;}
.sp80_vanilla{background-position:0 -11760px;}
.sp80_phpdevshell{background-position:0 -11840px;}
.sp80_mound{background-position:0 -11920px;}
.sp80_phppoint{background-position:0 -12000px;}
.sp80_phpqrcode{background-position:0 -12080px;}
.sp80_atutor{background-position:0 -12160px;}
.sp80_prado{background-position:0 -12240px;}
.sp80_symfony{background-position:0 -12320px;}
.sp80_yii{background-position:0 -12400px;}
.sp80_zend{background-position:0 -12480px;}
.sp80_buggenie{background-position:0 -12560px;}
.sp80_taskfreak{background-position:0 -12640px;}
.sp80_tcexam{background-position:0 -12720px;}
.sp80_diy{background-position:0 -12800px;}
.sp80_openbiz{background-position:0 -12880px;}
.sp80_xajax{background-position:0 -12960px;}
.sp80_ajaxac{background-position:0 -13040px;}
.sp80_cmssimple{background-position:0 -13120px;}
.sp80_paintbrushjs{background-position:0 -13200px;}
.sp80_newsletter{background-position:0 -13280px;}
.sp80_tht{background-position:0 -13360px;}
.sp80_tomatocart{background-position:0 -13440px;}
.sp80_kohana{background-position:0 -13520px;}
.sp80_joomla16{background-position:0 -13600px;}
.sp80_drupal6{background-position:0 -13680px;}
.sp80_oxwall{background-position:0 -13760px;}
.sp80_pie{background-position:0 -13840px;}
.sp80_invoices{background-position:0 -13920px;}
.sp80_extcal{background-position:0 -14000px;}
.sp80_beatz{background-position:0 -14080px;}
.sp80_etano{background-position:0 -14160px;}
.sp80_dolibarr{background-position:0 -14240px;}
.sp80_vtiger{background-position:0 -14320px;}
.sp80_leto{background-position:0 -14400px;}
.sp80_docebo{background-position:0 -14480px;}
.sp80_blue{background-position:0 -14560px;}
.sp80_ftools{background-position:0 -14640px;}
.sp80_contao{background-position:0 -14720px;}
.sp80_plogger{background-position:0 -14800px;}
.sp80_documentor{background-position:0 -14880px;}
.sp80_ampjuke{background-position:0 -14960px;}
.sp80_phpkode{background-position:0 -15040px;}
.sp80_omeka{background-position:0 -15120px;}
.sp80_ocportal{background-position:0 -15200px;}
.sp80_trellis{background-position:0 -15280px;}
.sp80_myadmin{background-position:0 -15360px;}
.sp80_adminer{background-position:0 -15440px;}
.sp80_sqlite{background-position:0 -15520px;}
.sp80_hablator{background-position:0 -15600px;}
.sp80_weby{background-position:0 -15680px;}
.sp80_arfooo{background-position:0 -15760px;}
.sp80_gpix{background-position:0 -15840px;}
.sp80_pyro{background-position:0 -15920px;}
.sp80_page{background-position:0 -16000px;}
.sp80_avactis{background-position:0 -16080px;}
.sp80_smarty{background-position:0 -16160px;}
.sp80_videodb{background-position:0 -16240px;}
.sp80_collab{background-position:0 -16320px;}
.sp80_paste{background-position:0 -16400px;}
.sp80_coin{background-position:0 -16480px;}
.sp80_zazavi{background-position:0 -16560px;}
.sp80_qcart{background-position:0 -16640px;}
.sp80_tine{background-position:0 -16720px;}
.sp80_ojs{background-position:0 -16800px;}
.sp80_fusion{background-position:0 -16880px;}
.sp80_axis{background-position:0 -16960px;}
.sp80_feed{background-position:0 -17040px;}
.sp80_egroup{background-position:0 -17120px;}
.sp80_biblio{background-position:0 -17200px;}
.sp80_seo{background-position:0 -17280px;}
.sp80_vty{background-position:0 -17360px;}
.sp80_pivotx{background-position:0 -17440px;}
.sp80_mt{background-position:0 -17520px;}
.sp80_soho{background-position:0 -17600px;}
.sp80_jobber{background-position:0 -17680px;}
.sp80_qtoa{background-position:0 -17760px;}
.sp80_joobs{background-position:0 -17840px;}
.sp80_silex{background-position:0 -17920px;}
.sp80_osclass{background-position:0 -18000px;}
.sp80_saurus{background-position:0 -18080px;}
.sp80_efront{background-position:0 -18160px;}
.sp80_jcore{background-position:0 -18240px;}
.sp80_share{background-position:0 -18320px;}
.sp80_myweb{background-position:0 -18400px;}
.sp80_moodle20{background-position:0 -18480px;}
.sp80_symfony2{background-position:0 -18560px;}
.sp80_pods{background-position:0 -18640px;}
.sp80_alegro{background-position:0 -18720px;}
.sp80_jqplot{background-position:0 -18800px;}
.sp80_phplot{background-position:0 -18880px;}
.sp80_ely{background-position:0 -18960px;}
.sp80_morph{background-position:0 -19040px;}
.sp80_phpjs{background-position:0 -19120px;}
.sp80_fud{background-position:0 -19200px;}
.sp80_story{background-position:0 -19280px;}
.sp80_fork{background-position:0 -19360px;}
.sp80_modernizr{background-position:0 -19440px;}
.sp80_wiode{background-position:0 -19520px;}
.sp80_jszip{background-position:0 -19600px;}
.sp80_chyrp{background-position:0 -19680px;}
.sp80_wide{background-position:0 -19760px;}
.sp80_purifier{background-position:0 -19840px;}
.sp80_selfoss{background-position:0 -19920px;}
.sp80_hotaru{background-position:0 -20000px;}
.sp80_mahara{background-position:0 -20080px;}
.sp80_minibb{background-position:0 -20160px;}
.sp80_roundcube{background-position:0 -20240px;}
.sp80_article{background-position:0 -20320px;}
.sp80_glpi{background-position:0 -20400px;}
.sp80_cake{background-position:0 -20480px;}
.sp80_viper{background-position:0 -20560px;}
.sp80_webmail{background-position:0 -20640px;}
.sp80_owa{background-position:0 -20720px;}
.sp80_typo47{background-position:0 -20800px;}
.sp80_redax{background-position:0 -20880px;}
.sp80_tribiq{background-position:0 -20960px;}
.sp80_svnman{background-position:0 -21040px;}
.sp80_gallery2{background-position:0 -21120px;}



#trial-sale{display: none !important; width:100%; margin-bottom:20px; overflow:hidden; -webkit-box-shadow:0px 1px 0px 0px rgba(0, 0, 0, 0.4); box-shadow:0px 1px 0px 0px rgba(0, 0, 0, 0.4); -webkit-border-radius:5px;
border-radius:5px; background:#a4191e; color:#fff; position:relative; background:url(../images/bg_trial_sale.png); display:block;}
#trail-sale:hover{text-decoration:none;}
.try-left{padding:0 0 0 20px; height:82px; width:382px; float:left;}
.try-left h3{color:#fff; font-size:20px; line-height:30px; font-weight:bold; font-style:italic; margin-bottom:0; margin-top:15px;}
.try-left p{margin-bottom:0; line-height:21px; font-size:15px; font-weight:bold; text-decoration: uppercase;}
.try-left p span{color:#f49500;}
.try-right{float:left; height:82px; width:208px; background:#000; background: #444444;
background: -moz-linear-gradient(top,  #444444 0%, #1e1e1e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#1e1e1e));
background: -webkit-linear-gradient(top,  #444444 0%,#1e1e1e 100%);
background: -o-linear-gradient(top,  #444444 0%,#1e1e1e 100%);
background: -ms-linear-gradient(top,  #444444 0%,#1e1e1e 100%);
background: linear-gradient(to bottom,  #444444 0%,#1e1e1e 100%);
}
.try-spec{list-style:none; margin:0; padding:0;}
.try-spec li{width:103px; float:left; height:41px; border-bottom:1px solid #525252; border-left:1px solid #525252; border-color:rgba(255,255,255,0.16);}
.try-spec li p{padding:3px 10px 0; margin:0; font-size:10px; color:#939393; font-weight:bold; font-style:italic; text-transform:uppercase; line-height:14px;}
.try-spec li p b{font-size:14px; letter-spacing:0.02em; line-height:16px; color:#fff; display:block;}
.try-tag{position:absolute; top:0; right:0;}


/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
.star-rating-control{margin-top:10px; display:block}
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden;}
div.rating-cancel,div.rating-cancel a{background:url(../images/delete.gif) no-repeat 0 -16px; display:none !important}
div.star-rating,div.star-rating a{background:url(../images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
div.very-bad, div.bad, div.good, div.very-good, div.excellent{background:url(../images/star_ratings.gif) no-repeat 0 -68px; width:86px; height:17px; float:left; margin-right:5px}
div.very-bad{background-position:0 0;}
div.bad{background-position:0 -17px;}
div.good{background-position:0 -34px;}
div.very-good{background-position:0 -54px;}
div.excellent{background-position:0 -68px;}

/* QUOTE FORM */
#fsc_form1{margin-bottom:30px; overflow:hidden}
#fsc_form1 .label-container{width:190px; display:block; float:left; margin-bottom:10px; padding:6px 10px 0 0;}
#fsc_form1 .input-container{float:left; margin-bottom:10px; clear:right}
#fsc_form1 .required{color:red}
#fsc_form1 .add-features{padding:10px 0}
#fsc_form1 .other-feature-input{height:50px}

.form-div{}
.form-border{border:none; padding:10px 0;}
.required-field{padding-left:0; text-align:left;}
.extra-field{padding:0; text-align:left; clear:both;}
.input-titles, .other-feature-label{width:190px; text-align:left; float:left; clear:left; padding-top:6px; padding-right:10px; margin-bottom:10px}
.input-fields{text-align:left; float:left; margin:0 0 10px 0;}
.input-div{text-align:left; float:left;}
.input-errors{text-align:left; color:red;}
.select-style{text-align:left;}
.captcha-sm{float:left; width:162px; height:50px; padding-top:5px;}
.captcha-lg{float:left; width:250px; height:65px; padding-top:5px; margin:0; margin-bottom:10px;}
.captcha-input{text-align:left; float:left; margin:0; width:50px;}
.submit-div{padding-left:200px; text-align:left; float:left; clear:left; padding-top:10px;}
.submit-button{cursor:pointer; margin:0 0 2px 0;}
#fsc_form1 textarea{width:240px}
#fsc_form1 #fsc_ex_field1_10{width:250px}
#fsc_form1 #fsc_ex_field1_12{width:600px}
.message-label{display:none;}

#fsc_form2 .input-titles, #fsc_form2 .other-feature-label{width:auto; float:none; padding:0; margin-bottom:5px;}
#fsc_form2 .input-div{float:none;}
#fsc_form2 textarea{width:98%; height:100px}
#fsc_form2 .submit-div{padding-left:0; padding-top:20px; clear:both;}

.indent{margin-left:20px}

/* REVIEWS */
.recaptcha-error{font-size:14px !important; color:red; margin-bottom:10px; margin-left:80px; padding:0!important;}
#recaptcha_widget_div{margin:0 0 10px 80px;}
#commentform #recaptcha_response_field{left:0!important;}

/* FILTER APPS */
#filters {border-top:1px solid #EAEDEF;}
#filters li{border-bottom:1px solid #EAEDEF; margin-bottom:0; list-style:none;}
#filters a{color:#999; padding:4px 8px; display:block;}
#filters a:active, 
#filters a:focus{top:0;}
#filters a:hover{text-decoration:none;}
#filters .current a{color:#3399CC; background:#f8f8f8;}


/* OVERIDE */
.alpha{margin-left:0;}
.omega{margin-right:0;}


/* MES CSS */
.table 					{ width: 100%; max-width: 100%; margin-bottom: 20px; }
.table-striped&gt;tbody&gt;tr:nth-of-type(odd) 
						{ background-color: #edece7; }
.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th,
 .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, 
 .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th 
 						{ padding: 8px; line-height: 1em; vertical-align: top;
						  border-top: 1px solid #ddd; }						
table.status-table      { margin-top: 2em; font-size: 1.2em; }
table.status-table td:nth-of-type(2)
                        { width: 35%; text-align: right; font-weight: 300; }
table.status-table td, .table&gt;tbody&gt;tr&gt;td
                        { font-weight: bold; vertical-align: middle !important; }
td.lastChecked          { padding-left: 1.5em !important; font-size:0.85em; font-weight: 300 !important; font-style: italic !important; }
td.status               { color: #666; }
.dot                    { height: 25px; width: 25px; background-color: #bbb; border-radius: 50%; display: inline-block;
                          margin-left: 0.5em; }
.dotGreen               { background-color: #75a454; border: 1px solid #3f562e; }
.dotAmber               { background-color: #e4cc23; border: 1px solid #c5b020; }
span.statusDisrupt      { color: #c5b020; vertical-align: super; }
span.statusUp           { color: #edece7; vertical-align: super; }
</pre></body></html>