@CHARSET "UTF-8";
/* CSS Document */
html, body {
	/*margin-top: 1em;*/
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	/*text-Shadow: 0 0 1px rgba(0, 0, 0, 0.1);*/
}

table {
	border-collapse: collapse;
}

#wrap {
	width: 100%;
	height: 100%;
}

#header {
	width: 968px;
	margin: 0 auto;
}

#menu-bar {
	width: 100%;
}

#content-wrap {
	width: 100%;
}

#content {
	width: 948px;
	margin: 0 auto;
}

#footer {
	margin-top: 15px;
	padding: 5px 5px;
	width: 100%;
	background-color: #0064A4;
}

#cart {
	width: 220px;
	float: right;
}
/*end main layout*/

/*menu bar*/
#cssmenu {
	width: 100%;
	height: 40px;
	display: block;
	padding: 0px;
	margin: 0 auto;
	border: 1px solid;
	text-align: center;
}

#cssmenu>ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#cssmenu>ul>li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
	text-align: left;
}

#cssmenu>ul>li>a {
	outline: none;
	display: block;
	position: relative;
	padding: 12px 20px;
	font-family: Arial, Helvetica, sans-serif;
	/*
	font: bold 13px/100%;
*/
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	text-align: center;
}

#cssmenu>ul>li:first-child>a {
	border-radius: 5px 0 0 5px;
}

#cssmenu>ul>li>a:after {
	content: '';
	position: absolute;
	/*
	border-right: 1px solid;
	*/
	top: -1px;
	bottom: -1px;
	right: -2px;
	z-index: 99;
}

#cssmenu ul li.has-sub:hover>a:after {
	top: 0;
	bottom: 0;
}

#cssmenu>ul>li.has-sub>a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 6px;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 19px;
}

#cssmenu ul li.has-sub:hover>a {
	background: #3f3f3f;
	border-color: #3f3f3f;
	padding-bottom: 13px;
	padding-top: 13px;
	top: -1px;
	z-index: 999;
}

#cssmenu ul li.has-sub:hover>ul, #cssmenu ul li.has-sub:hover>div {
	display: block;
}

#cssmenu ul li.has-sub>a:hover {
	background: #3f3f3f;
	border-color: #3f3f3f;
}

#cssmenu ul li>ul, #cssmenu ul li>div {
	display: none;
	width: auto;
	position: absolute;
	top: 38px;
	padding: 10px 0;
	background: #3f3f3f;
	border-radius: 0 0 5px 5px;
	z-index: 999;
}

#cssmenu ul li>ul {
	width: 200px;
}

#cssmenu ul li>ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}

#cssmenu ul li>ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 8px 10px;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

#cssmenu, #cssmenu>ul>li>ul>li a:hover {
	background: #0064A4;
	background: -moz-linear-gradient(top, #0064A4 0%, #0064A4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0064A4),
		color-stop(100%, #0064A4));
	background: -webkit-linear-gradient(top, #0064A4 0%, #0064A4 100%);
	background: -o-linear-gradient(top, #0064A4 0%, #0064A4 100%);
	background: -ms-linear-gradient(top, #0064A4 0%, #0064A4 100%);
	background: linear-gradient(top, #0064A4 0%, #0064A4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0064A4',
		endColorstr='#0064A4', GradientType=0);
}
/*
	background: #4fbdf0;
	background: -moz-linear-gradient(top, #4fbdf0 0%, #45b2d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fbdf0),
		color-stop(100%, #45b2d2));
	background: -webkit-linear-gradient(top, #4fbdf0 0%, #45b2d2 100%);
	background: -o-linear-gradient(top, #4fbdf0 0%, #45b2d2 100%);
	background: -ms-linear-gradient(top, #4fbdf0 0%, #45b2d2 100%);
	background: linear-gradient(top, #4fbdf0 0%, #45b2d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fbdf0',
		endColorstr='#45b2d2', GradientType=0);
}
*/
#cssmenu {
	border-color: #3589a1;
}

#cssmenu>ul>li>a {
	/*
	border-right: 1px solid #3589a1;
	*/
	color: #fff;
}

#cssmenu>ul>li>a:after {
	border-color: #6ed1ff;
}

#cssmenu>ul>li>a:hover {
	background: #36acd2;
}
/*end menu bar*/
#copyRight {
	margin-top: 10px;
	text-align: center;
	/*
	border-radius: 5px;
	border: 1px solid #ebebeb;
	*/
	width: 100%;
}

#copyRight p {
	color: #FFFFFF;
}

.toTheRight {
	text-align: right;
}

.vertialCenter {
	vertical-align: middle;
}

#pageTitle {
	text-align: left;
	font-size: 24px;
	font-family: sans-serif;
	line-height: 40px;
	/*text-Shadow: 0 0 1px rgba(0, 0, 0, 0.2);*/
}

.sub-title {
	text-align: left;
	font-size: 20px;
	font-family: sans-serif;
	line-height: 30px;
	/*text-Shadow: 0 0 1px rgba(0, 0, 0, 0.2);*/
}

.title {
	text-align: left;
	font-size: 24px;
	font-family: sans-serif;
	line-height: 40px;
	/*text-Shadow: 0 0 1px rgba(0, 0, 0, 0.2);*/
}

.search-avail {
	font-size: large;
	font-family: sans-serif;
	color: #0064a4;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
}

.search-not-avail {
	font-size: large;
	font-family: sans-serif;
	color: #d23a3a;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
}

/*
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
*/
.bold {
	font-weight: bold;
}

.required {
	color: red;
}

.col1 {
	width: 150px;
}

.col2 {
	width: auto;
}
/* for primefaces */
.searchResultGrid .ui-datagrid-content {
	text-align: center;
	border: none;
}

.borderLessGrid {
	border: none;
}

* {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

textarea.domainSearch {
	width: 845px;
	height: 150px;
}

textarea.domainTransfer {
	width: 350px;
	height: 200px;
}

textarea.bid {
	width: 350px;
	height: 200px;
}

.warning {
	color: red;
}

.error {
	color: red;
}
/*
.tldSelection .ui-selectonemenu {
	display: -webkit-inline-flex;
	position: relative;
	width: auto;
	zoom: 1;
	cursor: pointer;
	overflow: hidden;
}
*/
}

/*for progress tracker*/
ol.progtrckr {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol.progtrckr[data-progtrckr-steps="2"] li {
	width: 49%;
}

ol.progtrckr[data-progtrckr-steps="3"] li {
	width: 33%;
}

ol.progtrckr[data-progtrckr-steps="4"] li {
	width: 24%;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
	width: 19%;
}

ol.progtrckr[data-progtrckr-steps="6"] li {
	width: 16%;
}

ol.progtrckr[data-progtrckr-steps="7"] li {
	width: 14%;
}

ol.progtrckr[data-progtrckr-steps="8"] li {
	width: 12%;
}

ol.progtrckr[data-progtrckr-steps="9"] li {
	width: 11%;
}

ol.progtrckr li {
	display: inline-block;
	text-align: center;
	line-height: 3em;
	width: 150px;
}

ol.progtrckr li.progtrckr-done {
	color: black;
	border-bottom: 4px solid #3589a1;
}

ol.progtrckr li.progtrckr-todo {
	color: silver;
	border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
	content: "\00a0\00a0";
}

ol.progtrckr li:before {
	position: relative;
	bottom: -2.5em;
	float: left;
	left: 50%;
	line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
	/*content: "\2713";*/
	content: "";
	color: white;
	background-color: #3589a1;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-todo:before {
	content: "\039F";
	color: silver;
	background-color: white;
	font-size: 1.5em;
	bottom: -1.6em;
}

#tracker {
	height: 75px;
	text-align: center;
}
/*end progress tracker*/
/*footer links*/
#navlist li {
	/*
	display: inline;
	*/
	padding-right: 20px;
	list-style-type: none;
}
/* end footer links*/

/*link button*/
.linkButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
	box-shadow: inset 0px 1px 0px 0px #cae3fc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff
		), color-stop(1, #4197ee));
	background: -moz-linear-gradient(center top, #79bbff 5%, #4197ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff',
		endColorstr='#4197ee');
	background-color: #79bbff;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	text-indent: 0;
	border: 1px solid #469df5;
	display: inline-block;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	height: 21px;
	line-height: 21px;
	width: 87px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #287ace;
}

.linkButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4197ee
		), color-stop(1, #79bbff));
	background: -moz-linear-gradient(center top, #4197ee 5%, #79bbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee',
		endColorstr='#79bbff');
	background-color: #4197ee;
}

.linkButton:active {
	position: relative;
	top: 1px;
}
/*end link button*/
.removeUnderLine {
	text-decoration: none;
}

/*domain search form> */
.domainSearchInput {
	width: 330px;
	height: 20px;
	padding: 10px 5px;
	float: left;
	font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	border-radius: 3px;
}

.domainSearchDropdown {
	height: 42px;
	padding: 10px 5px;
	float: left;
	font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	border-radius: 3px;
	cursor: pointer;
}

.domainSearchButton {
	float: left;
	border: 1px solid #00748f;
	height: 42px;
	width: 100px;
	padding: 0;
	cursor: pointer;
	font: bold 15px Arial, Helvetica;
	color: #fafafa;
	text-transform: uppercase;
	background-color: #ffa500;
	background-image: linear-gradient(top, #31b2c3, #0483a0);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
}

.domainSearchForm {
	/*
	padding: 8px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede #bababa #aaa #bababa;
	border-radius: 5px;
	background-color: #f6f6f6;
	background-image: linear-gradient(top, #f6f6f6, #eae8e8);
	*/
	
}
/*end domain search form*/
/*header panelGrid style*/
.headerCol1 {
	width: 60%;
	text-align: left;
}

.headerCol2 {
	width: 40%;
	text-align: right;
}

.headerGrid {
	width: 100%;
}
/* end header panelGrid style*/

/*ssl csr textarea*/
.sslCsr {
	width: 500px;
	height: 300px;
}
/*end ssl csr textarea*/
.depositInput {
	width: 160px;
}
/* contact dialog */
.contactDialogCol1 {
	width: 130px;
}

.contactDialogCol2 {
	width: 325px;
}
/* end contact dialog */

/*primefaces datagrid border remove*/
.ui-datagrid-no-border>.ui-datagrid-content {
	border: none;
}
/*end primefaces datagrid border remove*/
.miniCartSp {
	max-height: 400px;
	border-style: none;
	min-width: 200px;
}

.miniCartLink {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.miniCartFont {
	font-weight: bold;
}

.miniCartButton {
	width: 100%;
}

.domainMgLayout {
	min-width: 400px;
	min-height: 600px;
}

.separator {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	background-color: #ebebeb;
}

.layout-domain-mg {
	/*
	min-width: 400px;
	*/
	margin-top: 10px;
	height: 600px;
}

.oplist {
	border: none;
}

.input-cred-top {
	width: 100px;
}

p.contact-us {
	border-radius: 5px;
	border: 1px solid #ebebeb;
	padding-left: 10px;
	line-height: 45px;
}

#search-container {
	width: auto;
	height: 270px;
	position: relative;
	border-radius: 5px;
	/*border: 1px solid #ebebeb;
	margin-top: 10px;*/
	padding-left: 10px;
}

#search-container .sub-container {
	float: left;
	position: absolute;
	top: 50%;
	/*height: 350px;*/
	margin-top: -10em;
}

#search-container .pricing {
	margin-left: 300px;
}

#search-container .pricing ul li {
	list-style-type: none;
}

#search-container ul>li {
	font-weight: bold;
}

.search-title {
	font-size: 3em;
	padding-left: 20px;
}

#footer-container {
	/*
	margin-top: 10px;
	height: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #ebebeb;
	*/
	width: 968px;
	height: 200px;
	margin: 0 auto;
}

#footer-container .main-ul {
	list-style-type: none;
	width: 100%;
}

#footer-container .main-li {
	float: left;
	font-weight: bold;
	width: 20%;
	color: #FFFFFF;
}

#footer-container a {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 18px;
}

#footer-container .sub-ul {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
}

#bottom-promo {
	width: 950px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 10px;
}

#bottom-promo p {
	font-size: large;
	text-align: center;
	height: 10px;
	vertical-align: top;
}

#bottom-promo a {
	text-decoration: none;
	color: #2698E0;
	font-weight: bold;
}

#bottom-promo a:HOVER {
	text-decoration: underline;
	color: #ff6600;
}

#bottom-promo ul {
	list-style-type: none;
}

#bottom-promo td {
	width: 33%;
	border: 1px solid #ccc;
	vertical-align: top;
	background-color: #efefef;
}

.contact-scroll-panel {
	max-height: 400px;
	border: none;
}

.check-box-col {
	width: 2%;
}

.domain-search-tab {
	width: 940px;
}

.search-result-name {
	font-size: large;
}

.search-domain-link {
	line-height: 30px;
	color: #464646;
}

a.search-domain-link:HOVER {
	color: #464646;
	text-decoration: none;
}

#bottom-wrap {
	/*
	border-radius: 5px;
	border: 1px solid #ebebeb;
	*/
	margin-bottom: 10px;
	color: #505050;
	width: 968px;
	margin: 0 auto;
}

#bottom-wrap ul li {
	margin-top: 5px;
	display: block;
	float: left;
	margin-left: 10px;
	height: 60px;
	line-height: 60px;
	list-style-type: none;
	display: block;
}

#bottom-wrap img {
	vertical-align: middle;
}

.add-to-cart, .ui-widget-content .addButton {
	width: auto;
	height: 30px;
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a),
		to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a',
		endColorstr='#f47a20');
}

.add-to-cart:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11),
		to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11',
		endColorstr='#f06015');
}

.add-to-cart:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20),
		to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20',
		endColorstr='#faa51a');
}

.tld-check-box tr {
	height: 25px;
}

.tld-check-box td:nth-child(even) {
	width: 45px;
}

/*utils*/
.separator {
	height: 1px;
	background-color: #ebebeb;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.font-bold {
	font-weight: bold;
}
/*end utils*/
.auctionButton {
	float: left;
	border: 1px solid #00748f;
	height: 22px;
	width: 100px;
	padding: 0;
	font: bold 15px Arial, Helvetica;
	color: #fafafa;
	/*
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
	*/
}

.auDialogLabel {
	font-size: 20px;
	line-height: 30px;
}

.auDialogText {
	font-size: 20px;
	line-height: 30px;
}

.bidPanel label {
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
}

.link {
	color: #505050;
	font-weight: normal;
	line-height: 18px;
}

.hlink {
	color: #2698E0;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}

/*override primefaces font*/
.ui-widget, .ui-widget .ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.ns-div {
	overflow-x: hidden;
	overflow-y: auto;
	height: 35px;
}

.ns-div:hover {
	min-height: 35px;
	height: auto;
}

.site-map {
	vertical-align: top;
	width: 100%;
}

.site-map-c1 {
	width: 33%;
}

.site-map-2 {
	width: 33%;
}

.site-map-c3 {
	width: 33%;
}

.site-map td {
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
}