/*

	Author: Jim Carter <jim@9meter.com> & Timothy Monaghan <tim@manyarms.com> 
	Created: Tuesday 16 October, 2008
	Updated: Tuesday 24 October, 2008 @ 12:43p
	Title: HCTV CMS Default Stylesheet

*/
body {
	margin: 0;
	background: #ebf4fb;
	font: 14px/18px HelveticaNeue-Light,HelveticaNeue,Helvetica,Arial,sans-serif;
	color: #c4c4c4;
	min-width: 980px;
}

img {
	border-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input,textarea,select {
	font: 100% arial,sans-serif;
	vertical-align: middle;
}

input[type=checkbox] {
	display: inline-block;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* wrapper start */
#wrapper {
	width: 100%;
}

/* header start */
#header {
	background: #1d2025 url(/img/bg-header.gif) repeat-x;
	margin: 0 0 30px;
	padding: 0;
	border-bottom: 5px solid #acc6df;
}

#header .frame {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	background: url(/img/bg-header-logo.jpg) no-repeat;
}

#header .logo {
	float: right;
	text-indent: -9999px;
/*background:url(/img/bg-logo.gif) no-repeat;*/
	width: 288px;
	height: 166px;
	margin: 0;
	display: inline;
}

#header .logo a {
	display: block;
	width: 213px;
	height: 220px;
}

#nav {
	margin: 52px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: left;
}

#nav li {
	float: left;
	font-size: 18px;
	margin: 0 4px 0 0;
	letter-spacing: 1px;
	line-height: 19px;
	font:18px/18px Arial, Helvetica, sans-serif;
}

#nav a {
	color: #fff;
	float: left;
	padding: 0 0 0 10px;
	cursor: pointer;
}

#nav a span {
	float: left;
	padding: 2px 9px 4px 0;
	text-transform: lowercase;
	font-size: 18px;
}

#nav a:hover,#nav li.active a {
	font:18px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(/img/bg-nav.gif) no-repeat;
}

#nav a:hover span,#nav li.active a span {
	background: url(/img/bg-nav.gif) no-repeat 100% 0;
}

#header .holder {
	float: left;
	margin: 22px 0 0 21px;
	display: inline;
	width: 650px;
}

#header .holder .row {
	overflow: hidden;
	height: 1%;
}

#header .search-form {
/*float:left;
	background:url(/img/bg-search-form.gif) no-repeat;
	width: 238px;
	height: 34px;
	padding:0 10px;
	overflow:hidden;*/
	float: left;
	background: #eaf3fa;
/*margin-bottom:10px;*/
	padding: 6px 8px;
	margin: 3px 0 0;
	border: 1px solid #eee;
	border-right-width: 0;
	outline-width: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font: 20px Helvetica, Arial, Sans-serif;
	height: 22px;
	color: #4b82af;
	width: 220px;
}

/*#header .search-form .text {
	border:0;
	background:none;
	font:22px Arial, Helvetica, sans-serif;
	color:#5dadef;
	font-weight:bold;
	padding:3px 0 0;
	width:238px;
	float:left;
}*/
#header .actions {
	float: left;
	background: url(/img/bg-actions.gif) no-repeat;
	padding: 0 0 0 10px;
	margin: 11px 0 0 20px;
	display: inline;
}

#header .actions ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 4px 0 0;
	background: url(/img/bg-actions.gif) no-repeat 100% 0;
	overflow: hidden;
	line-height: 20px;
}

#header .actions ul li {
	float: left;
	background: url(/img/sep-actions.gif) no-repeat 0 5px;
	font-size: 10px;
	padding: 0 7px;
	display: inline;
}

#header .actions ul li:first-child {
	padding-left: 0;
	background: none;
}

#header .actions ul a {
	color: #fff;
}

#header .cart {
	float: left;
	background: url(/img/bg-actions.gif) no-repeat;
	padding: 0 0 0 10px;
	margin: 11px 0 0 3px;
	display: inline;
}

#header .cart ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 4px 0 0;
	background: url(/img/bg-actions.gif) no-repeat 100% 0;
	overflow: hidden;
	line-height: 20px;
}

#header .cart ul li {
	float: left;
	background: url(/img/sep-actions.gif) no-repeat 0 5px;
	font-size: 10px;
	padding: 0 7px;
	display: inline;
}

#header .cart ul li:first-child {
	padding-left: 0;
	background: none;
}

#header .cart ul a {
	color: #fff;
}

#header .cart ul a img {
	padding-top: 4px;
}

/* header end */
/* main start */
#main {
	margin: 0 auto;
	overflow: hidden;
	background: #2c3135 url(/img/bg-main.gif) no-repeat;
	padding: 5px 4px 0;
	width: 967px;
}

#main.twocolumn {
	background: transparent url(/img/twocolumn_bg.jpg) repeat-y!important;
	border-top: 4px solid #2c3135;
	padding-top: 0;
}

#main.twocolumn h2 {
	border-top: 4px solid #2c3135;
	padding-bottom: 15px;
	height: 28px;
}

#main.twocolumn h2 a {
	font-size: 12px;
	position: relative;
	top: -3px;
	left: 5px;
	color: #5c91af;
	font-weight: 700;
}

#main.twocolumn h2.noborder {
	border: none;
}

#main.twocolumn p.plan {
	font-size: 20px;
	color: #72bae6!important;
	height: 48px;
	padding-top: 16px;
	background: transparent url(/img/large_plan_header.jpg) no-repeat!important;
	padding-left: 22px;
	position: relative;
	left: -17px;
	width: 461px;
	top: -6px;
	margin-bottom: 5px;
}

#main.twocolumn p.plan a {
	color: #72bae6;
	text-decoration: underline;
}

#main.twocolumn p.plan .name {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

#main.twocolumn p.plan .badge {
	right: 0;
	top: 0;
	left: auto;
	width: 52px;
	height: 52px;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
}

#main.twocolumn p.plan .Free.badge {
	background: transparent url(/img/free_badge_large.png) no-repeat!important;
}

#main.twocolumn p.plan .Bronze.badge {
	background: transparent url(/img/bronze_badge_large.png) no-repeat!important;
}

#main.twocolumn p.plan .Silver.badge {
	background: transparent url(/img/silver_badge_large.png) no-repeat!important;
}

#main.twocolumn p.plan .Gold.badge {
	background: transparent url(/img/gold_badge_large.png) no-repeat!important;
}

#main.twocolumn p.plan .Platinum.badge {
	background: transparent url(/img/platinum_badge_large.png) no-repeat!important;
}

#main.twocolumn p.plan .Custom.badge {
	background: transparent url(/img/custom_badge_large.png) no-repeat!important;
}

#main.twocolumn table {
	text-align: left;
	width: 100%;
	color: #000;
	font-size: 13px;
}

#main.twocolumn table thead {
	border-bottom: 0;
}

#main.twocolumn table thead th {
	color: #33779e;
}

#main.twocolumn table tr td {
	border-bottom: 1px dotted #666;
	padding: 5px 0;
}

#main.twocolumn table tr td.first {
	color: #33779e;
}

#main.twocolumn table tr td.first.indent {
	padding-left: 30px;
}

#main.twocolumn table tr.last td {
	border: none;
}

#main.twocolumn table .edit {
	display: block;
	width: 17px;
	height: 16px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(/img/edit_icon.jpg) left no-repeat;
}

#main.twocolumn table .remove {
	display: block;
	width: 17px;
	height: 16px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(/img/delete_icon.jpg) left no-repeat;
}

#main.twocolumn table#accounts tr td.first {
	width: 350px;
}

#main.twocolumn table#accounts tr td a.icon {
	display: block;
	width: 75px;
	height: 25px;
	text-indent: -1000px;
}

#main.twocolumn table#accounts tr td a.Google.icon {
	background: url(/img/google_icon.jpg) no-repeat;
}

#main.twocolumn table#accounts tr td a.Facebook.icon {
	background: url(/img/facebook_icon.jpg) no-repeat;
}

#main.twocolumn table#accounts tr td a.Yahoo.icon {
	background: url(/img/yahoo_icon.jpg) no-repeat;
}

#main.twocolumn table#accounts tr td a.Twitter.icon {
	background: url(/img/twitter_icon.jpg) no-repeat;
}

#main.twocolumn table#accounts tr td a.Myspace.icon {
	background: url(/img/myspace_icon.jpg) no-repeat;
}

#main.twocolumn table#accounts tr td a.Aol.icon {
	background: url(/img/aol_icon.jpg) no-repeat;
}

#main.twocolumn a.more {
	text-decoration: underline;
	color: #33779e;
	margin-top: 10px;
	float: right;
	margin-bottom: 15px;
}

#main.twocolumn table#profile {
	float: left;
	width: 325px;
	margin-left: 10px;
}

#main.twocolumn #stats td.videos {
	background: url(/img/video_icon.jpg) left no-repeat;
}

#main.twocolumn #stats td.bandwidth {
	background: url(/img/transfer_icon.jpg) left no-repeat;
}

#main.twocolumn #stats td.storage {
	background: url(/img/storage_icon.jpg) left no-repeat;
}

.twoinnercolums {
	float: left;
	width: 674px;
	margin: 0 0 5px;
}

.visual {
	margin: 0 0 3px;
}

.visual img {
	display: block;
}

.aside {
	width: 209px;
	float: left;
	margin: 0 0 0 1px;
	display: inline;
}

.aside .categories {
	background: #fff;
	overflow: hidden;
	height: 1%;
	border-color: #eee;
	border: 1px solid;
}

#main h2,#contentContainer h2 {
	color: #33779e;
	word-spacing: -2px;
	font: 20px/22px HelveticaNeue-Light,HelveticaNeue,Helvetica,Arial,sans-serif;
}

.aside .categories h2 {
	background: #eee;
	padding: 5px 0 7px 9px;
	margin: 0;
}

.aside .categories ul {
	list-style: none;
	margin: 10px 13px 27px;
	padding: 0;
}

.aside .categories ul li {
	font-size: 15px;
	margin: 0 0 4px;
}

.aside .categories ul li a {
	color: #000;
}

.aside .subnav {
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
}

.aside .subnav li {
	font-size: 22px;
	background: url(/img/sep-subnav.gif) repeat-x 0 100%;
	padding: 16px 10px 15px;
}

.aside .subnav li a {
	color: #c4c4c4;
}

/* content start */
#content {
	float: right;
}

#content .wide {
	width: 668px;
}

#content .narrow {
	width: 460px;
}

#content .videos_home {
	background: #fff;
	overflow: hidden;
	height: 1%;
	margin: 0 0 2px;
}

#content .videos_home h2 {
	padding: 5px 0 7px 30px;
	margin: 0;
	background: url(/img/icon-tv.gif) #eee no-repeat;
}

#content .videos_home ul {
	list-style: none;
	margin: 10px 0 0 11px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

#content .videos_home ul img {
	border: 1px solid #cecece;
	padding: 3px;
	display: block;
	margin: 0 auto 3px;
}

* html #content .videos_home ul li {
	display: inline;
}

* +html #content .videos_home ul li {
	display: inline;
}

#content .videos_home ul li {
	margin: 0 6px 15px 0;
	display: inline-block;
	vertical-align: top;
	width: 142px;
}

#content .videos_home ul li .frame {
	vertical-align: baseline;
}

#content .videos_home ul a.title {
	font-size: 13px;
	line-height: 15px;
	color: #378ed8;
	word-spacing: -1px;
}

#content .videos_home ul .holder {
	width: 141px;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 1px;
}

#content .videos_home ul.info {
	overflow: hidden;
	font-size: 11px;
	line-height: 16px;
	margin: 2px 0 0;
}

#content .videos_home ul.info li {
	font-size: 11px;
	background: url(/img/sep-info-list.gif) no-repeat 0 2px;
	margin: 0 11px 0 -7px;
	padding: 0 0 0 7px;
	color: #545454;
	width: auto;
	float: left;
	display: inline;
}

#content .videos_home ul li span {
	color: #898989;
	font-weight: 400;
	font-size: 12px;
}

#content .videos_home .more {
	font-size: 14px;
	font-weight: 700;
	color: #5dacee;
	float: right;
	margin: 4px 9px 10px 0;
	display: inline;
}

#content .videos {
	background: #fff;
	overflow: hidden;
	height: 1%;
	margin: 0 0 5px;
}

#content .videos h2 {
	background: #eee;
	padding: 13px 0 7px 11px;
	margin: 0;
}

#content .videos ul {
	list-style: none;
	margin: 10px 0 0 -4px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

#content .videos ul img {
	border: 1px solid #cecece;
	padding: 3px;
	display: block;
	margin: 0 auto 3px;
}

* html #content .videos ul li {
	display: inline;
}

* +html #content .videos ul li {
	display: inline;
}

#content .videos ul li {
	margin: 0 24px 15px 0;
	display: inline-block;
	vertical-align: top;
	width: 130px;
}

#content .videos ul li .frame {
	vertical-align: baseline;
	width: 145px;
}

#content .videos ul a.title {
	font-size: 13px;
	line-height: 15px;
	color: #378ed8;
	word-spacing: -1px;
}

#content .videos ul .holder {
	width: 141px;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 3px;
}

#content .videos ul.info {
	overflow: hidden;
	font-size: 11px;
	line-height: 16px;
	margin: 2px 0 0;
}

#content .videos ul.info li {
	font-size: 11px;
	background: url(/img/sep-info-list.gif) no-repeat 0 2px;
	margin: 0 11px 0 -7px;
	padding: 0 0 0 7px;
	color: #545454;
	width: auto;
	float: left;
	display: inline;
}

#content .videos ul li span {
	color: #898989;
	font-weight: 400;
	font-size: 12px;
}

#content .videos .more {
	font-size: 14px;
	font-weight: 700;
	color: #5dacee;
	float: right;
	margin: 4px 9px 10px 0;
	display: inline;
}

/* content end */
/* sidebar start home */
#sidebar_home {
	float: right;
	width: 290px;
	margin: 0 1px 0 0;
	display: inline;
	font-size: 12px;
}

div#to-do-list {
	background: #153a54 url(/img/to-do-list.gif) no-repeat;
	height: 265px;
	margin-bottom: 3px;
	text-indent: -9999px;
}

ul.step-list {
	background: #153a54 url(/img/bg-step-list.gif) no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	padding: 40px 0 33px;
	font-size: 25px;
	letter-spacing: -1px;
	word-spacing: -1px;
	margin: 0 0 5px;
}

ul.step-list span {
	display: block;
	font-size: 25px;
	line-height: 31px;
	margin: -7px 0 0;
}

ul.step-list li {
	background: url(/img/sep-step-list.gif) repeat-x 0 100%;
	padding: 4px 0 7px 12px;
	line-height: 29px;
}

ul.step-list li a {
	color: #9ad6ff;
}

#sidebar_home .how-to {
	background: #fff url(/img/bg-how-to.gif) no-repeat 8px 66px;
	overflow: hidden;
	height: 1%;
	margin: 0 0 5px;
}

#sidebar_home .how-to strong.title {
	word-spacing: 1px;
	line-height: 36px;
	margin: 8px 0 0;
	font-size: 35px;
	color: #5dacee;
	display: block;
	font-weight: 400;
	text-align: center;
}

#sidebar_home .how-to span {
	font-size: 22px;
	color: #444;
	display: block;
	text-align: center;
	word-spacing: 1px;
	line-height: 25px;
	margin: -4px 0 0;
}

#sidebar_home .how-to a.check {
	float: right;
	width: 135px;
	background: #23a3f9 url(/img/bg-check.gif) no-repeat;
	color: #fff;
	margin: 158px 10px 10px 0;
	padding: 9px 0 0;
	font-size: 17px;
	text-align: center;
}

#sidebar_home .how-to a.check span {
	color: #fff;
	font-size: 15px;
	word-spacing: -1px;
}

#sidebar_home .how-to a.check strong {
	background: url(/img/bg-check.gif) no-repeat 100% 100%;
	font-size: 23px;
	margin: 0;
	padding: 0 0 14px;
	color: #fff;
	font-weight: 400;
	display: block;
	letter-spacing: -1px;
}

#sidebar_home .sb_content {
	background: #fff;
	overflow: hidden;
	height: 1%;
	padding: 0 11px 12px;
	margin: 0 0 2px;
}

* html #sidebar_home .sb_content {
	height: 189px;
	overflow: visible;
}

#sidebar_home .sb_content h2 {
	margin: 6px 0 7px;
}

#sidebar_home .sb_content p {
	color: #444;
	font-size: 22px;
	margin: 0;
}

#sidebar_home .info {
	padding: 10px 10px 0;
}

#sidebar_home .info h2 {
	margin: 0 0 4px;
}

#sidebar_home .info strong.title {
	font-size: 18px;
	color: #c4c4c4;
	display: block;
	margin: 0 0 9px 2px;
	font-weight: 400;
}

#sidebar_home .info p {
	margin: 0 0 17px;
	font: 12px/16px Helvetica, Arial, Sans-serif;
}

#sidebar_home .info .holder {
	padding: 0 2px;
}

/* sidebar end */
/* sidebar start */
#sidebar {
	float: right;
	width: 289px;
	margin: 0 1px 0 0;
	display: inline;
	font-size: 12px;
}

#sidebar .how-to {
	background: #fff url(/img/bg-how-to.gif) no-repeat 8px 66px;
	overflow: hidden;
	height: 1%;
	margin: 0 0 5px;
}

#sidebar .how-to strong.title {
	word-spacing: 1px;
	line-height: 36px;
	margin: 8px 0 0;
	font-size: 35px;
	color: #5dacee;
	display: block;
	font-weight: 400;
	text-align: center;
}

#sidebar .how-to span {
	font-size: 22px;
	color: #444;
	display: block;
	text-align: center;
	word-spacing: 1px;
	line-height: 25px;
	margin: -4px 0 0;
}

#sidebar .how-to a.check {
	float: right;
	width: 135px;
	background: #23a3f9 url(/img/bg-check.gif) no-repeat;
	color: #fff;
	margin: 158px 10px 10px 0;
	padding: 9px 0 0;
	font-size: 17px;
	text-align: center;
}

#sidebar .how-to a.check span {
	color: #fff;
	font-size: 15px;
	word-spacing: -1px;
}

#sidebar .how-to a.check strong {
	background: url(/img/bg-check.gif) no-repeat 100% 100%;
	font-size: 23px;
	margin: 0;
	padding: 0 0 14px;
	color: #fff;
	font-weight: 400;
	display: block;
/*letter-spacing: -1px;*/
}

#sidebar .sb_content {
	background: #fff;
	overflow: hidden;
	height: 1%;
/* 	padding:0 11px; */
	margin: 0 0 5px;
	min-height: 186px;
}

* html #sidebar .sb_content {
	height: 186px;
	overflow: visible;
}

#sidebar .sb_content h2 {
	background: #eee none repeat scroll 0 0;
	margin: 0;
	padding: 5px 0 7px 9px;
}

#sidebar .sb_content p {
	color: #444;
	font-size: 22px;
	margin: 12px;
}

#sidebar .info {
	padding: 10px 10px 0;
}

#sidebar .info h2 {
	margin: 0 0 4px;
}

#sidebar .info strong.title {
	font-size: 22px;
	color: #c4c4c4;
	display: block;
	margin: 0 0 9px 2px;
	font-weight: 400;
}

#sidebar .info p {
	margin: 0 0 17px;
}

#sidebar .info .holder {
	padding: 3px 0;
}

/* sidebar end */
.resources {
	width: 100%;
/*overflow:hidden;*/
	background: #000;
	padding: 0 0 12px;
	float: left;
}

.resources .frame {
	padding: 0 0 0 16px;
	width: 952px;
	overflow: hidden;
}

.resources .res-list {
	float: left;
	width: 197px;
	margin: 0 41px 0 0;
}

.resources .res-list h3 {
	font-size: 14px;
	color: #9ad6ff;
	font-weight: 400;
	margin: 13px 0 0;
}

.resources .res-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin: 12px 0 0;
	height: 1%;
}

.resources .res-list ul li {
	background: url(/img/sep-res-list.gif) no-repeat 0 13px;
	border-top: 1px solid #24282c;
	color: #5d6770;
	margin: -1px 0 9px;
	padding: 6px 0 0 9px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	height: 1%;
}

.resources .res-list ul li a {
	color: #5d6770;
}

.resources .res-list ul.help li {
	border: solid #24282c;
	border-width: 0 0 1px;
	margin: -2px 0 0;
	padding: 0;
	background: none;
	vertical-align: middle;
}

.resources .res-list ul.help li a {
	float: left;
	padding: 6px 0 10px 31px;
	line-height: 18px;
}

.resources .res-list ul.help li a {
	color: #5f5f5f;
}

.resources .res-list a.yahoo {
	background: url(/img/ico-yahoo.gif) no-repeat 0 7px;
}

.resources .res-list a.skype {
	background: url(/img/ico-skype.gif) no-repeat 0 7px;
}

.resources .res-list a.msn {
	background: url(/img/ico-msn.gif) no-repeat 0 7px;
}

.resources .res-list a.icq {
	background: url(/img/ico-icq.gif) no-repeat 0 7px;
}

/* main end */
/* footer start */
#footer {
	margin: 0 auto 20px;
	overflow: hidden;
	background: #2c3135 url(/img/bg-main.gif) no-repeat 100% 100%;
	padding: 0 4px;
	width: 967px;
}

#footer .frame {
	background: #000;
	padding: 16px 16px 14px 32px;
	margin-bottom: 5px;
	margin-top: 1px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#footer .frame p {
	margin: 0;
	font-size: 9px;
	color: #5d6770;
}

#footer .frame a {
	color: #5d6770;
}

.outer {
	padding: 0;
	width: 100%;
	margin: auto;
	position: relative;
	text-align: left;
}

/* drop up */
ul#footernav,ul#footernav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#footernav {
	width: 100%;
/*height:20px;*/
	background: #000;
}

ul#footernav li {
	margin-top: 10px;
	position: relative;
	float: left;
	width: 190px;
/*height:30px;*/
	border-right: 1px solid #3e5666;
	background: #000;
	color: #fff;
	text-align: center;
}

ul#footernav li a {
	text-decoration: none;
	color: #6db5e2;
}

#footernav li ul {
	padding-top: 16px;
	position: absolute;
	left: 0;
	top: -190px;
	margin-left: -999em;
	border: none;
	height: 200px;
	width: 190px;
	background: #000;
/*opacity for IE5+*/
	filter: alpha(opacity=70);
/*opacity for older Mozilla browsers*/
	-moz-opacity: 0.8;
/*opacity for mozilla/safari*/
	opacity: 0.8;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;

}

ul#footernav li li {
	height: auto;
	border: none;
	margin-top: 0;
	text-align: left;
	border-bottom: 1px solid #3e5666;
}

ul#footernav li li a {
	color: #fff;
	padding: 5px 10px 5px 20px;
	display: block;
}

ul#footernav li:hover ul,ul#footernav li.over ul {
	margin-left: 0;
}

ul#footernav li:hover,ul#footernav li.over,ul#footernav li:hover a,ul#footernav li.over a {
	color: #000;
}

ul#footernav li:hover li a,ul#footernav li.over li a {
	color: #9ad6ff;
	font-size: 11px;
}

ul#footernav li li a:hover {
	color: #fff;
}

ul#footernav li p {
	padding: 0;
	margin-top: 14px;
	margin-bottom: 10px;
}

ul#footernav li.last,ul#footernav li.last ul {
	border: none;
	width: 200px;
}

/* footer end */
/* wrapper end */
/* ///////////////////////////////////////// */
.pageTitle {
/* 	height: 51px; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #5dadef;
	text-align: left;
	display: block;
	float: left;
	padding: 20px 0;
}

/* ------------------------------------------------------------------------------ css for product info */
.relatedInfoContainer {
	width: 280px;
	height: 100% auto;
	display: inline;
/* 	float: left; */
/* 	background: #1c2125; */
	padding: 20px 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

.topProductContainer {
	width: 279px;
	height: 45px;
	display: block;
/* 	float: left; */
}

.left {
	width: 203px;
	height: 59px;
	display: inline-block;
	float: left;
}

.productTitle {
/* 			width: 195px; */
	height: auto;
/* 			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size: 16px;
	color: #5dadef;
	padding: 10px 0 0 5px;
	display: block;
/* 			float: left; */
}

.productPriceContainer {
/* 			color:#FFFFFF; */
	display: block;
/* 			float:left; */
	font-size: 13px;
	height: 20px;
	padding: 0 0 0 6px;
/* 			width:190px; */
}

.productStars {
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	padding: 0;
}

.right {
	width: 76px;
	height: 59px;
	display: inline-block;
	float: left;
}

.buyNow {
	padding-top: 20px;
	padding-left: 6px;
}

.productImageContainer {
	width: 280px;
/* 	height: 131px; */
	display: block;
/* 	float: left; */
}

.previousProduct {
	width: 47px;
	height: 131px;
	display: inline-block;
	float: left;
}

.productImage {
	width: 186px;
/* 		height: 130px; */
	display: inline-block;
	float: left;
}

.nextProduct {
	width: 47px;
	height: 131px;
	display: inline-block;
	float: left;
}

.productInfoContainer {
/* 	height:119px; */
	margin: 4px;
	width: 250px;
	display: block;
	word-wrap: break-word;
}

.productInfoContainer p a{
	text-decoration: underline;
}

.relatedProductsTab {
	width: 280px;
	height: 34px;
	display: block;
/* 	float: left; */
	background: url(/img/relatedProductsTab.jpg) no-repeat;
}

.relatedProductsTabText {
	width: 135px;
	height: 26px;
/* 		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size: 14px;
	color: #5dadef;
	text-align: center;
	margin-left: 8px;
	padding-top: 8px;
}

.relatedProductsText {
	width: 259px;
/*
	height: 100% auto;
	background: #1a1c1f;
*/
	display: block;
/* 	float: left; */
/* 	margin: 0 0 10px 10px; */
	padding-top: 10px;
/* 	padding-bottom: 10px; */
}

.relatedProductItems {
	width: 243px;
	height: 25px;
/* 	background: #131517; */
	display: block;
/* 	float: left; */
	margin-left: 8px;
	margin-bottom: 2px;
}

.relatedProductArrowContainer {
	height: 15px;
	display: inline-block;
	float: left;
	padding: 7px 0 0 6px;
	width: 15px;
}

.relatedProductPriceContainer {
	display: inline-block;
    font-weight: 400;
    height: 15px;
    text-align: left;
    width: 50px;
}

.relatedProductItemText {
	width: 175px;
	height: 15px;
	display: inline-block;
	float: left;
/*
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
*/
/* 	color: #bcbcbc; */
	margin-top: 5px;
	font-weight: 400;
}

.relatedProductItemTextC {
  display: inline-block;
    float: left;
    font-weight: 400;
    height: 15px;
    margin: 5px 0 0 5px;
    width: 176px;
}

.relatedProductItemsView {
	width: 28px;
	height: 15px;
	display: inline-block;
	float: left;
/*
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
*/
	font-size: 9px;
	font-weight: 400;
	color: #e58114;
	margin-top: 5px;
}

.relatedProductItemsRemove {
    color: #E58114;
    display: inline-block;
    height: 15px;
    width: 2px;
}

.relatedProductItemsRemove a img {
	position: relative;
    top: 2px;
}

.relatedProductItemsAdd {
	width: 18px;
	height: 15px;
	display: inline-block;
	float: left;
/*
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
*/
	font-size: 9px;
	font-weight: 400;
	color: #e58114;
	margin-top: 5px;
}

.viewMoreItemsContainer {
	width: 243px;
	height: 9px;
	display: block;
	float: left;
/*
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
*/
	color: #5b5b5b;
	text-align: center;
	margin: 5px 0 0 10px;
}

/* ------------------------------------------------------------------------------ css for product info */
.details_head {
	color: #444;
	font-size: 14px;
/* 	font-weight:bold; */
/* 	font-family:Arial; */
	padding-bottom: 10px;
	text-decoration: underline;
}

#CMwrapper {
	min-height: 200px;
	width: 590px;
	border-bottom: 2px dashed gray;
	margin-bottom: 18px;
}

#CMtitle {
	height: 20px;
/* 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size: 18px;
	color: #5dadef;
	text-align: left;
	margin-left: 4px;
}

#CMcontent {
	display: inline-block;
/* 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size: 13px;
	color: #bcbcbc;
	margin-top: 5px;
	font-weight: 400;
}

#CMactionwrapper {
	width: 140px;
/* 	height: 100px; */
	float: right;
}

#CMprice {
	height: 25px;
/* 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size: 16px;
	color: #FE781F;
	text-align: center;
	margin-left: 4px;
}

#CMadd{
	width: 125px;
}

.relatedVideosContainer {
	width: 496px;
	height: 100% auto;
	display: inline;
	float: left;
	margin-top: 35px;
}

.relatedVideosTop {
	width: 496px;
	height: 30px;
	display: block;
	float: left;
	margin-top: 15px;
}

.relatedVideosTabOn {
	width: 135px;
	height: 30px;
	display: inline-block;
	float: left;
	background: url(/img/onTab.jpg);
}

.relatedVideosTabText {
	width: 135px;
	height: 25px;
	display: block;
	float: left;
/* 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size: 14px;
	color: #5dadef;
	text-align: center;
	padding-top: 5px;
}

.relatedVideosTabOff {
	width: 135px;
	height: 30px;
	display: inline-block;
	float: left;
	background: url(/img/offTab.jpg);
}

.relatedVideosThumbsContainer {
	width: 100% auto;
	height: 129px;
	display: block;
	float: left;
	background: #23262a;
}

.thumbBackContainer {
	width: 480px;
	hieght: 80px;
	display: block;
	float: left;
	margin-left: 12px;
}

.thumbBack {
	width: 114px;
	height: 82px;
	display: inline-block;
	float: left;
	background: #161618;
	margin: 25px 5px 0 0;
}

.thumb {
	margin: 3px;
}

/*-------------------------------------------- new middle container styles */
.middleContainerTakeTwo {
	width: 700px;
	min-height: 784px;
	display: block;
	margin-top: 50px;
	background: url(/img/middleBg2.jpg) repeat-x #2c3135;
}

.middleCurveLeft {
	background: url(/img/curve_left.jpg) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	float: left;
}

.middleCurveRight {
	background: url(/img/curve_right.jpg) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	float: left;
}

.middleTopContainerTakeTwo {
	min-width: 797px;
	display: inline-block;
	float: left;
	background: url(/img/middleBg2.jpg) repeat-x #2c3135;
}

.test {
	width: 900px;
	background: #0F0;
}

.leftt {
	float: left;
}

.rightt {
	float: right;
}

.clearr {
	clear: both;
}

.border {
	border-color: silver;
	border-style: solid;
	border-width: thin;
}

.box {
	margin: 10px;
}

.box_header {
	background-color: #eee;
	padding: 5px;
	font-weight: 700;
}

.box_body {
	padding: 14px;
	background-color: #FFF;
	text-align: center;
}

.box_body a:link {
	color: #000;
}

.large {
	width: 650px;
}

.full {
	width: auto;
}

.alignleft {
	text-align: left!important;
}

.small {
	width: 220px;
}

.heading {
	font-weight: 700;
	padding-top: 18px;
	padding-bottom: 18px;
	color: #FFF;
	font-size: 20px;
}

.p_contents {
	color: silver;
	padding: 3px;
}

.twoinnercolums #content .videos p {
	color: #545454;
	padding-bottom: 5px;
}

/* ///Dialogs For Signin */
#dialogLoginRPX,#dialogLoginClassic,#dialogSignupRPX,#dialogSignupClassic {
	float: left;
	padding: .1em;
}

#dialogLogin h2,#dialogSignup h2 {
	color: #68b1ef;
	word-spacing: -2px;
	font: 29px/31px Arial, Helvetica, sans-serif;
}

#dialogLoginRPX,#dialogSignupRPX {
	border-right: 2px dashed gray;
	margin-right: 20px;
	width: 335px;
}

#dialogLoginClassic,#dialogSignupClassic {
	width: 300px;
}

#contentContainer {
	margin: 1em;
}

.profile-photo {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #7e7e7e;
}

.socialShare {
/* 	padding-right:5px; */
}

.errors p {
	color: red!important;
	font-weight: 700;
	font-size: .9em;
	padding-left: 20px;
}

.message {
	float: left;
	width: 100%;
/*   text-align: center; */
}

#instructions {
	float: left;
	width: 23%;
	color: #000;
}

#instructions .panel {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
	text-align: justify;
}

#instructions .panel h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #337da4;
}

#plans {
	float: right;
	width: 75%;
	margin: 0;
}

#plans .plan {
	width: 30%;
	float: left;
	padding: 0 0 15px;
	margin: 0 7px 20px;
	text-align: left;
	border-radius: 5px 5px 25px 25px;
	-moz-border-radius: 5px 5px 25px 25px;
	-webkit-border-radius: 5px 5px 25px 25px;
	-khtml-border-radius: 5px 5px 25px 25px;
	border-left: 2px solid #e4e4e4;
	border-right: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	background: url(/img/plan_bg.jpg) bottom repeat-x;
}

#plans .plan:hover {
	cursor: pointer;
}

#plans .plan.selected {
/*background-color: #efefef;*/
}

#plans .plan.active {
	border-color: #fc8e57;
}

#plans .plan.active .price {
	text-shadow: 0 1px 3px #999;
}

#plans .plan .header {
	float: left;
	width: 102%;
	position: relative;
	left: -1%;
	background: url(/img/plan_header.png) top left no-repeat;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
}

#plans #plan_1 .header h3 {
	background: url(/img/free_badge.png) top right no-repeat;
}

#plans #plan_2 .header h3 {
	background: url(/img/bronze_badge.png) top right no-repeat;
}

#plans #plan_3 .header h3 {
	background: url(/img/silver_badge.png) top right no-repeat;
}

#plans #plan_4 .header h3 {
	background: url(/img/gold_badge.png) top right no-repeat;
}

#plans #plan_5 .header h3 {
	background: url(/img/platinum_badge.png) top right no-repeat;
}

#plans #plan_6 .header h3 {
	background: url(/img/custom_badge.png) top right no-repeat;
}

#plans .plan h3 {
	font-size: 14px;
	height: 40px;
	padding-top: 10px;
	padding-left: 5.5%;
	width: 95%;
	color: #fff;
	position: relative;
}

#plans .plan h3 span.title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

#plans .plan h3 span {
	font-weight: 400;
	color: #7ecdfd;
	text-transform: none;
}

#plans .plan ul {
	font-size: 12px;
	line-height: 14px;
	float: left;
	width: 100%;
	text-align: left;
	margin: 10px 0 15px;
}

#plans .plan ul li {
	margin: 0;
	text-align: left;
	width: 94%;
	padding: 0;
	margin: 0 3% 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #b9b9b9;
	padding-bottom: 5px;
}

#plans .plan ul li:last-child {
	border-bottom: none;
}

#plans .plan ul li .label {
	float: left;
	width: 64%;
	color: #000;
	padding-left: 13%;
}

#plans .plan ul li .limit {
	float: left;
	width: 20%;
	color: #000;
}

#plans .plan ul li.videos .label {
	background: url(/img/video_icon.jpg) left no-repeat;
}

#plans .plan ul li.bandwidth .label {
	background: url(/img/transfer_icon.jpg) left no-repeat;
}

#plans .plan ul li.size .label {
	background: url(/img/size_icon.jpg) left no-repeat;
}

#plans .plan ul li.storage .label {
	background: url(/img/storage_icon.jpg) left no-repeat;
}

#plans .plan .price {
	font-weight: 700;
	color: #464646;
	font-size: 22px;
	text-align: center;
}

#billing {
	float: left;
	width: 100%;
	display: none;
}

#billing #address_form {
	float: left;
	width: 46%;
	margin-right: 1%;
	padding: 0 2% 2%;
}

#billing #inner_form {
	border-right: 1px dotted #343434;
	float: left;
	width: 100%;
	padding-right: 20px;
}

#billing #payment_form {
	float: left;
	width: 45%;
	padding: 0 2% 2%;
}

#billing h3 {
	margin-bottom: 20px;
	font-weight: 400;
	color: #5d94bf;
	font-size: 20px;
}

#billing #payment_form p,#billing #address_form p {
	float: left;
	width: 96%;
	padding: 2%;
	background-color: #ebf5fb;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#billing #address_form #inner_form p.secure_tag {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 11px #CCC;
	-webkit-box-shadow: 0 0 11px #CCC;
	box-shadow: 0 0 11px #CCC;
	background: url(/img/icoorange_lock.png) no-repeat scroll 3px 2px #EBF5FB;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 2%;
	padding-right: 2%;
	padding-top: 10px;
	text-indent: 37px;
	width: 33%;
	color: #777;
}

#billing label {
	float: left;
	margin-right: 10px;
	width: 140px;
	color: #545454;
	display: inline;
	font-weight: 700;
	margin-top: 6px;
}

#billing p input[type=text],#billing p select {
	float: right;
	border: 1px solid #86a6c7;
	font-size: 16px;
	padding: 5px;
	width: 48%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#billing p.submit {
	background-color: #fff!important;
}

#billing p.submit input {
	float: right;
}

#billing p select {
	width: auto;
	margin: 3px 0;
}

#billing #info,#trial_change #info {
	font-size: 20px;
	width: 99%;
	float: left;
	height: 44px;
	padding-top: 20px;
	color: #7bccff;
	background: url(/img/billing_separator_bg.jpg) left no-repeat;
	padding-left: 2%;
}

#billing #info .price {
	font-size: 14px;
	color: #fff;
}

#trial_change #info #price_ft {
/* 	font-size: 14px; */
	color: #fff;
}

#billing .errors {
	clear: both;
/*   text-align: center !important; */
	width: 95%;
	margin: 0 auto;
	color: red;
}

#billing #non_us {
	display: none;
}

#billing #submit {
	width: 150px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 15px #FFB55F;
	-webkit-box-shadow: 0 0 15px #FFB55F;
	box-shadow: 0 0 15px #FFB55F;
	float: left;
}

/*Form Container Start*/
#form-wrap {
	margin: 20px;
	padding: 0;
	width: 460px;
	float: left;
/*background:#e2f0f9;*/
}

#form-wrap form {
}

#form-wrap form p {
	margin: 4px 4px 2px 8px;
	color: #3b759e;
}

#form-wrap .text-form {
	padding: 10px 8px;
	margin: 4px;
	background: #fff;
	border: 1px solid #5180af;
	border-right-width: 1px;
	outline-width: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font: 16px Helvetica, Arial, Sans-serif;
	color: #4b82af;
	width: 220px;
}

#form-wrap .text-box {
	margin-bottom: 4px;
	background: #e2f0f9;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: inherit;
	text-align: right;
	padding: 2px;
}

#form-wrap .select-box {
	background: #e2f0f9;
	margin-bottom: 4px;
	padding: 0;
	height: 49px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: inherit;
	text-align: left;
}

#form-wrap .text-box label span {
	display: block;
	float: left;
	padding: 14px 0 0 12px;
	width: 202px;
	font-weight: 700;
	text-align: left;
	color: #33779e;
	font: 12px Helvetica, Arial, Sans-serif;
}

#form-wrap .select-box label {
	display: block;
	float: left;
	padding: 18px 0 0 12px;
	width: 210px;
	font-weight: 700;
	text-align: left;
	color: #33779e;
	font: 12px Helvetica, Arial, Sans-serif;
}

#form-wrap .select-box input {
	margin: 18px;
	float: right;
}

#form-wrap .submitbutton {
	float: right;
}

#form-wrap #paypal {
	display: none;
}

.subpage #form-wrap h2 {
	color: #000;
	background: none;
	margin: 0 0 16px;
	padding: 0;
	font-family: HelveticaNeue-Light,HelveticaNeue,Helvetica,Arial,sans-serif;
}

#form-wrap .submit {
	float: right;
}

/*Form Container End*/
/*Terms Container Start*/
div#terms-wrap {
	float: left;
	width: 405px;
	margin: 20px 0 0;
}

.subpage #terms-wrap h2 {
	color: #000;
	background: none;
	margin: 0 0 16px;
	padding: 0;
	font-family: HelveticaNeue-Light,HelveticaNeue,Helvetica,Arial,sans-serif;
}

.subpage #terms {
	width: 430px;
	height: 348px;
	overflow: auto;
}

.subpage #terms p {
	margin-top: 0;
	padding-right: 20px;
	color: #000;
}

/*Terms Container End*/
/* // flash message */
#flash_message {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #FFBE4F;
	border: 5px solid #233A4A;
	margin: 0 auto;
	width: 938px;
	padding: 1em;
	text-align: center;
	color: #1D2125;
	margin-bottom: 2em;
}

/*Search Container Start*/
#content {
	width: 462px;
	float: right;
}

#content .searchpage {
	background: #fff;
/* 	background:#FFFFFF url(/img/corner-tl.png) no-repeat scroll 0 0; */
	overflow: hidden;
	height: 1%;
	margin: 0 0 3px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
}

#content .searchpage h2 {
	margin: 0;
	padding: 5px 0 7px 15px;
	background: /*url(../img/icon-tv.gif)*/
#eee no-repeat;
}

#content .searchpage .more {
	font-size: 14px;
	font-weight: 700;
	color: #5dacee;
	float: right;
	margin: 4px 9px 10px 0;
	display: inline;
}

/*Search Container Start*/
#search-wrap {
	margin: 6px 0 0;
	padding: 0 0 20px 20px;
	width: 100%;
	background: url(/img/bg-special.png) #1f2227 repeat-x;
	overflow: hidden;
	height: 1%;
}

#search-wrap h3 {
	padding: 10px 0;
	margin: 0;
	color: #7bccff;
	font: 22px HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
}

#search-wrap h3 span {
	color: #fff;
}

#form2 {
	padding: 4px 0 0 14px;
}

#form2 p {
	margin: 0;
	padding: 0;
}

#form2 label {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	color: #C4C4C4;
}

#form2 input {
	display: inline;
}

#search_field {
	background: #fff;
	margin: 0;
	width: 226px;
	margin: 10px 0 0;
	padding: 8px 6px;
	border: 1px solid #eee;
	border-right-width: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font: 13px "Lucida Grande", Arial, Sans-serif;
}

#search_field:focus {
	outline-width: 0;
	border-color: #fff;
}

#searchform_submit {
	background: #898989 url(/img/bg-btn-submit.png) repeat-x;
/*background:#95c8e0 url("images/bg-btn-search.png") repeat-x 0 0;*/
	margin: 10px 0 0;
	padding: 7px 22px;
/**padding:4px 3px;*/
/*IE HACK*/
	border: 1px solid #eee;
	outline-width: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font: 13px "Lucida Grande", Arial, Sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-shadow: 0 1px 0 #d5d5d5;
}

.search-fuse {
	float: left;
}

#searchform_submit:hover,#searchform_submit:focus {
	background-position: 0 -5px;
	cursor: pointer;
	color: #111;
}

#searchform_submit:active {
	background-image: none;
}

#downarrow_search {
	margin: 0!important;
	padding: 0!important;
	background: url(/img/bgdownarrow.png)no-repeat!important;
	height: 10px!important;
	border: none!important;
}

/*Search Container End*/


/*=======================================
* Tooltips
* ======================================*/
#simpleTooltip { padding: 7px; border: 1px solid #A6A7AB; background: #F2F3F5; color: #333; }


