/* general styles *************************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: #fff url(../images/bg-body.gif) repeat-x;
	color: #333339;
	font: 14px/16px Arial, Helvetica, sans-serif;
	min-width: 800px;
	max-width: 1600px;
	min-height: 100%;
	position: relative;
}
* html body {
	height: 100%;
	overflow: visible;
}
input, textarea {
	font: 14px/16px Arial, Helvetica, sans-serif;
}
a {
	color: #2b81c9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.wrap {
	width: 94%;
	overflow: hidden;
	margin: 0 auto;	
	padding-bottom: 80px;
}
.holder {
	margin-top: 33px;
	width: 100%;
	overflow: hidden;
}
/* header *********************************************************************/
#header {
	height: 157px;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
#header h1 {
	float: left;
	width: 29%;
}
#header h1 a {
	background: url(../images/logo.jpg) no-repeat;
	width: 210px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}
#logo {
	float: left;
	width: 29%;
	background: url(../images/logo.jpg) no-repeat;
	width: 210px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}
#header a img{	
	float: left;
}

#header ul {
	text-align: right;
	width: 100%;
	padding-top: 32px;
}
#header ul li {
	display: inline;
	padding-left: 22px;
}
#header ul li a {
	text-decoration: underline;
}
#header ul li a:hover {
	text-decoration: none;
}
.header-wrap {
	width: 68%;
	min-width:500px;
	float: right;
}
.search2 {
	margin: 0 125px 0 20px;
}
.search1 {
	background: url(../images/search-right.gif) no-repeat 100% 0;
	height: 34px;
}
.search1 .search {
	position: absolute;
	right: 2px;
	top: 4px;
}
.input-text {
	width: 60%;
	background: none;
	border: 0;
	padding: 5px 0 0;
	height: 25px;
	font-size: 18px;
	line-height: 22px;
}
#hosting {
	width: 80px;
	float: right;	
}

.inputs {
	width: 100%;
	overflow: hidden;
	margin-top: 31px;
	background: url(../images/search-left.gif) no-repeat;
	position: relative;
}
.sites {
	width: 100%;
	overflow: hidden;
	margin-top: 13px;
}
.sites .hold-s {
	float: left;
	width: 60px;
	overflow: hidden;
}

.sites .hold {
	float: left;
	width: 130px;
	overflow: hidden;
}
.sites .hold input {
	vertical-align: middle;
	margin: 0;
	width: 15px;
	height: 15px;
}
.faq {
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Sans-serif;
}
.faq dt {
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding-top: 25px;
}
.faq dd {
	font-size: 12px;
	line-height: 14px;
	padding-top: 16px;
}
.faq dd a {
	color: #775053;
	text-decoration: underline;
}
.faq dd a:hover {
	text-decoration: none;
}
.new-pass {
	width: 100%;
	margin-top: 25px;
}
.new-pass label {
	float: left;
	padding-right: 5px;
	line-height: 20px;
}
.new-pass input {
	float: left;
}
.new-pass .input-new {
	margin-right: 5px;
	display: inline;
	width: 135px;
	padding: 1px 2px 0 2px;
}
.new-pass .submit-new {
	overflow: visible;
	padding: 2px;
	margin-top: -2px;
	position: relative;
}
.register {
	width: 400px;
	overflow: hidden;
}
.register p {
	margin: 15px 0;
}
.register label {
	width: 182px;
	float: left;
}
.register input {
	float: left;
}
.register .r-hold {
	margin-top: 13px;
	width: 400px;
	overflow: hidden;
}
.enter-code img {
	vertical-align: -10px;
}
.submit-reg {
	padding-left: 182px;
}
.submit-reg input {
	overflow: visible;
	padding: 3px;
}


/* main content area **********************************************************/
#content {
	width: 68%;
	float: left;
}
.block {	
	padding-left:30px;
	padding-bottom: 35px;
	position: relative;
	width: 100%;
}

.block  .message_ok {
	background:#CDEFA6 none repeat scroll 0 0;
	border:1px solid #9BCC54;
	color:#648434;
	margin:10px 0;
	padding: 10px;
	text-align:center;
}

.block  .message_fail {
	background:#FDE4E4 none repeat scroll 0 0;
	border:1px solid #D57F7F;
	color:#CF3738;
	margin:10px 0;
	padding: 10px;
	text-align:center;
}

.block-right {
	text-align: right;
	padding-bottom: 15px;
	position: relative;
	width: 100%;
}

.block .left{
	float:left;
}
.block .right{
	float:right;
}

.block h3 {
	color: #333339;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	background: url(../images/stripe.gif) repeat-x 0 50%;
}

.block .simple {
	color: #333339;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	background: url(../images/stripe.gif) repeat-x 0 50%;
}

.nobg {
	background: none !important;
}
.block h3 span {
	background: #fff;
	padding-right: 6px;
}
.block ul.tags {
	width: 100%;
	overflow: hidden;
	margin-top: 6px;
}
.block ul.tags li {
	display: inline;
	padding-right: 16px;
	line-height: 24px;
}
.block ul.tags li a {
	font-size: 11px;
	color: #a1caec;
}
.block ul.tags li span {
	color: #cdcdcd;
	font-size: 11px;
}
.block table.searches {
	border-collapse: collapse;
	width: 100%;
	margin-top: 16px;
}
.block table.searches td {
	vertical-align: middle;
	line-height: 33px;
}
.block table.searches th {
	font-size: 14px;
	color: #99999c;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 9px;
}
.block table.searches td a {
	text-decoration: underline;
	margin-left: 8px;
}
.block table.searches td a:hover {
	text-decoration: none;
}
.block table.searches .colored td {
	background: #f7f7f7;
}
.results {
	color: #c43269;
}
.comments {
	width: 100%;
	padding-right: 15px;
	margin-left: -14px;
}
.comments li {
	padding: 8px 0 7px 14px;
	color: #333339;
	font-size: 14px;
}
.comments li.alt {
	background: #f7f7f7;
}
.comments li span {
	display: block;
	font-size: 11px;
	color: #99999c;
}
.textarea-small {
	width: 100%;
	overflow: hidden;
	background: url(../images/textarea-small-left.gif) no-repeat;
	height: 138px;
	margin-top: 20px;
}
.textarea-small1 {
	background: url(../images/textarea-small-right.gif) no-repeat 100% 0;
	height: 138px;
}
.textarea-small2 {
	margin: 0 10px;
}
.textarea-small2 textarea {
	width: 100%;
	height: 115px;
	margin-top: 10px;
	background: none;
	border: 0;
	overflow: auto;
}
.textarea {
	width: 100%;
	overflow: hidden;
	background: url(../images/textarea-left.gif) no-repeat;
	height: 208px;
	margin-top: 15px;
}
.textarea-1 {
	background: url(../images/textarea-right.gif) no-repeat 100% 0;
	height: 208px;
}
.textarea-2 {
	margin: 0 10px;
}
.textarea-2 textarea {
	width: 100%;
	height: 190px;
	margin-top: 10px;
	background: none;
	border: 0;
	overflow: auto;
}
.email {
	background: url(../images/bg-input.gif) no-repeat;
	height: 27px;
	width: 168px;
	margin-top: 24px;
}
.email input {
	width: 150px;
	padding: 6px 2px 1px 8px;
	background: none;
	border: 0;
	color: #333339;
}
.not-pad {
	padding-bottom: 5px;
}
.sorting {
	width: 100%;
	border-collapse: collapse;
	margin-left: 14px;
}
.sorting td {
	vertical-align: top;
	padding-right: 25px;
}
.sorting td a {
	text-decoration: underline;
}
.sort-by {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #a0a0a3;
	font-weight: bold;
	margin-top: 14px;
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
.sort-by span.first {
	float: left;
	width: 55px;
	padding-left: 10px;
	text-align: left;
}
.sort-by span.second {
	float: left;
	width: 78px;
	text-align: left;
}
.sort-by span.third {
	padding-right: 23px;
}
.sorts {
	width: 100%;
	overflow: hidden;
}
.sorts li {
	display: inline;
	padding: 0 10px 0 14px;
}
.sorts li a {
	text-decoration: underline;
}
.sorts li a:hover {
	text-decoration: none;
}
.sorter {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 18px;
}
.sorter li {
	display: inline;
	padding: 0 3px;
	font-size: 14px;
}
.sorter li a {
	text-decoration: underline;
}
.sorter li a:hover {
	text-decoration: none;
}


/* sidebar ********************************************************************/
#sidebar {
	float: left;
	width: 230px;
	padding-top: 4px;
	padding-bottom: 121px;
}
#sidebar ul {
	width: 100%;
	overflow: hidden;
}
#sidebar ul li {
	line-height: 28px;
	width: 100%;
}
#sidebar ul li a {
	text-decoration: underline;
}
#sidebar ul li a:hover {
	text-decoration: none;
}
#sidebar ul li.active a {
	color: #333339;
	text-decoration: none;
	font-weight: bold;
}
.box-tr {
	background: #f3f3f3 url(../images/box-tr.gif) no-repeat 100% 0%;
	overflow: hidden;
	margin-top: 30px;
	width: 218px;
}
.box-tl {
	background: url(../images/box-tl.gif) no-repeat 0% 0%;
	overflow: hidden;
}
.box-br {
	background: url(../images/box-br.gif) no-repeat 100% 100%;
	overflow: hidden;
}
.box-bl {
	background:  url(../images/box-bl.gif) no-repeat 0% 100%;
	overflow: hidden;
	padding-bottom: 26px;
}
.box-bl h3 {
	color: #333339;
	font-size: 14px;
	padding: 13px 0 0;
	margin-bottom: -2px;
}
.l-input {
	background: url(../images/bg-input.gif) no-repeat;
	height: 27px;
	width: 168px;
	margin-top: 14px;
}
.login {
	width: 170px;
	margin: 0 auto;
}
.login .l-input input {
	width: 150px;
	padding: 5px 2px 1px 8px;
	background: none;
	border: 0;
	color: #333339;
}
.l-button {
	margin: 11px 0 9px;
	display: block;
}
.download {
	padding-left:30px;
	margin-bottom: 25px;
	width: 100%;
}
.download h4,.download h1 {
	color: #333339;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	width: 100%;
}
.download h4 span,.download h1 span {
	color: #99999c;
	font-size: 18px;
}
.download p {
	color: #99999c;
	font-size: 13px;
	margin-top: 10px;
}
.captcha {
	width: 100%;
	overflow: hidden;
	margin-top: 14px;
}
.captcha img {
	float: left;
}
.captcha div {
	width: 168px;
	height: 27px;
	background: url(../images/bg-input.gif) no-repeat;
	float: left;
	margin: 2px 12px 0;
	display: inline;
}
.captcha div input {
	width: 150px;
	padding: 6px 2px 0 7px;
	background: none;
	border: 0;
}
.captcha input.in-button {
	float: left;
}
h3.styled {
	font-size: 18px;
}
h3.styled a {
	text-decoration: underline;
}
h3.styled a:hover {
	text-decoration: none;
}
.other-files {
	width: 100%;
	margin-left: -11px;
	padding-right: 10px;
}
.other-files li {
	width: 100%;
}
.other-files a {
	width: 100%;
	overflow: hidden;
	display: block;
	color: #333;
	padding: 10px 10px 10px 0;
	position: relative;
}
.other-files a:hover {
	background: #f7f7f7;
	text-decoration: none;
}
.other-files img {
	float: left;
	width: 55px;
	padding-left: 11px;
}
.other-files .r-side {
	float: left;
	width: 90%;
	cursor: pointer;
	padding-left: 8px;
}
.other-files li {
	margin-top: 2px;
}
.other-files .r-side strong {
	width: 500px;
	font-size: 18px;
	font-weight: normal;
	display: block;
}
.decr {
	width: 500px;
	display: block;
	color: #cdcdcd;
	font-size: 11px;
}
.other-files i {
	color: #99999c;
	font-style: normal;
	font-size: 11px;
}
.other-files em {
	font-style: normal;
	position: absolute;
	right: 1px;
	font-size: 14px;
	color: #99999c;
	top: 14px;
}
p.info {
	font-size: 14px;
	line-height: 16px;
	margin-top: 16px;
}
p.info a {
	text-decoration: underline;
}
p.info a:hover {
	text-decoration: none;
}

/* footer *********************************************************************/
#footer {
	text-align: center;
	width: 100%;
	background: url(../images/bg-footer.gif) repeat-x;
	padding: 50px 0 0;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;	
}
#footer li {
	display: inline;
	line-height: 14px;
	font-size: 11px;
	background: url(../images/f-separator.gif) no-repeat 0 50%;
	padding: 0 13px;
}
#footer li a {
	color: #99999c;
	text-decoration: underline;
}
#footer li a:hover {
	text-decoration: none;
}
#footer li:first-child {
	background: none;
}
wbr { white-space: nowrap }

.r-side{
	word-wrap: break-word;
}

.decr{
	word-wrap: break-word;
}

