.module-green.tlds-explorer {
	margin-bottom:1em;
}

.module-green header .title {
	border-top: 2px solid #8CC1C1;
	border-bottom: 2px solid #8CC1C1;
	padding: 1em 0;
	position:relative;
	line-height:1.714;
}

.module-green header .title a {
	font-size: 0.875em;
    font-weight: bold;
    color: inherit;	
}
.module-green.has-favorites header .title a.tld {
	padding-left:2em;
}
.module-green header .title a.availability {
	display:none;
	position:absolute;
	top:1.45em;
	right:18.5em;
}
.module-green.watched-list  header .title a.availability {
	right:18em;
}
.module-green header .title a.price {
	display:none;
	position:absolute;
	right:11.5em;
	top:1.45em;
	text-align:left;
	width:6.5em;
	bottom:auto;
}
.module-green header .title .btn {
	position:absolute;
	right:3.25em;
	top:0.85em;
	padding: 0.4em 0.75em;
}
.module-green header .title a span {
	display:none;
}
.module-green header .title a:hover span,
.module-green header .title a.ordered span {
	display:inline;
}
.module-green header .search .form {
	width:50%;
	position:relative;
	display:inline-block;
	padding-right:0.5em;
	margin-bottom:2em;
}
.module-green header .search .keywords {
	display:none;
}
.module-green header .search.expanded .keywords {
	display:block;
}
.module-green.watched-list header .search .form {
	width:100%;
}
.module-green header .search .form input[type="text"]{
	padding-top: 0.375em;
	padding-bottom: 0.375em;
	width:100%;
}
.module-green header .search .form .search-btn {
	width: 2.25em;
	height: 0;
	line-height: 1.25;
	background: url('../img/icons/search.png') no-repeat center;
	padding: 2.25em 0 0;
	border: none;
	margin-top: -1.125em;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0.65em;
}
.module-green header .search .form.loading .search-btn {
	display:none;
}
.module-green .keywords .fieldset {
	position:relative;
}
.module-green header .search .form.loading:before,
.module-green .keywords.loading .fieldset:before,
.module-green .search-new-tld .fieldset.loading:before {
	content:'';
    background: url("../img/icons/loader.gif") no-repeat scroll center center;
    content: "";
    height: 0;
    margin: -15px 0 0 -15px;
    padding-top: 30px;
    position: absolute;
    right:1em;
    top:1em;
    width: 30px;	
}
.module-green .search-new-tld .fieldset.loading:before {
	right:9em;
	background-image: url("../img/icons/loader.gif")
}
.module-green .keywords.loading .fieldset:before {
	top:1.25em;
	right:0.5em
}
.module-green header .search .form.loading.success:before,
.module-green .keywords.loading.success .fieldset:before,
.module-green .search-new-tld .fieldset.success:before {
	background-image: url("../img/icons/minicheckmark.png");
}
.module-green .search-new-tld .fieldset.error:before,
.module-green .keywords.loading.error .fieldset:before {
	background-image: url("../img/icons/close-red.png");
}
.module-green header .search > .btn.white {
	vertical-align:top;
	line-height:1.4285;
	float:right;
}

.module-green header .search.expanded > .btn.white {
	background: #d3d5d5;
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#fafafa));
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#fafafa 100%);
	background: -o-linear-gradient(top,  #e6e6e6 0%,#fafafa 100%);
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#fafafa 100%);
	background: linear-gradient(to bottom,  #e6e6e6 0%,#fafafa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.module-green header .keywords,
.module-green .search-new-tld {
	padding:1em;
	background-color:#f2f2f2;
	border-top:2px solid #8CC1C1;
	position:relative;
}
.module-green .search-new-tld {
	display:none;
	margin-top:1em;
	border-color: #d6d6d6;
}
.module-green .suggestions {
	display:none;
	padding:1em;
	border-top:1px solid #d6d6d6;
}
.module-green .suggestions ul li {
	position:relative;
}
.module-green .suggestions ul li .actions {
	width:6em;
}
.module-green .search-new-tld .fieldset {
	padding-right:8.5em;
	position:relative;
}
.module-green .search-new-tld .actions {
	position:absolute;
	width:6em;
	right:1.5em;
	top:0;
}
.module-green .search-new-tld input[type="text"] {
	width:100%;
	padding-top:0.35em;
	padding-bottom:0.35em;
	line-height:1.33333333333;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.module-green .search-new-tld .fieldset span.tld {
	display:none;
}
.module-green .search-new-tld-expanded .search-new-tld,
.module-green .search-new-tld-expanded .suggestions {
	display:block;
}

.module-green header .keywords > p,
.module-green .search-new-tld > p, 
.module-green .suggestions > p {
	margin-bottom:1em;
	padding-right:1.5em;
}
.module-green header .keywords > p.message {
	padding-right:0;
	margin-bottom:0;
	margin-top:1em;
}
.module-green header .keywords.success > p.message,
.module-green header .keywords.error > p.message,
.module-green .search-new-tld .fieldset.success > p.message,
.module-green .search-new-tld .fieldset.error > p.message {
	color: #DE3723;
   	background-position: -0.5em -0.15em;
    background-repeat: no-repeat;
    clear: left;
    float: none;
    padding-left: 1.5em;
    background-image: url("../img/icons/minicheckmark.png");
    color: #8CC1C1;
}
.module-green .search-new-tld .fieldset > p.message {
	margin-bottom:0;
	margin-top:0.5em;
}
.module-green header .keywords.error > p.message,
.module-green .search-new-tld .fieldset.error > p.message {
	color: #DE3723;
    background-image: url("../img/icons/close-red.png");
}

.module-green .close {
	width: 1.5em;
	height: 0;
	padding: 1.5em 0 0;
	background: url('../img/icons/close-alt.png') no-repeat center;
	display: block;
	position: absolute;
	top: 1em;
	right: 1em;
	overflow: hidden;
}
.module-green .landrush-info .close {
	background-image: url('../img/icons/close.png');
}
.module-green .search-new-tld .close {
	right:0.65em;
}

.module-green.preorders .table-line .actions span {
	width: 1.5em;
	height: 0;
	padding: 1.5em 0 0;
	background: url('../img/icons/tlds-explorer-sprite.png') no-repeat center -30px;
	display: block;
	position: absolute;
	top: 0.125em;
	right: 0.5em;
	overflow: hidden;
}
.module-green.preorders .table-line .actions span.error {
	background-position: center -90px;
}
.module-green.preorders .table-line .actions span.landrush {
	background-position: center -330px;		
}
.module-green.preorders .table-line .actions span.alert {
	background-position: center -180px;	
}
.module-green header .keywords input[type="text"]{
	margin-bottom:1em;
	width:100%;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.module-green header .keywords  a.btn {
	width:49%;
	font-size:1em;
	padding:0.5em 1em;
}
.module-green header .keywords  a.btn.watch {
	margin-right:2%;
}
.module-green ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.module-green .actions {
	height:2em;
	width: 10em;
	position:absolute;
}
.module-green .table-line .actions {
	top: -0.25em;
	right:0;
}

.module-green .actions div.responsive-tooltip {
	display:inline-block;
}

.module-green .actions .toggle-btn,
.module-green .actions .toggle-btn.empty:hover, 
.module-green .actions .watch-btn,
.module-green .actions .preorder-btn {
	font-size: 0.875em;
	text-decoration: none;

	color:#6D6E70;
	text-shadow: 0 -1px 1px #FFFFFF;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#e6e6e6 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f2', endColorstr='#f1f1f2',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding: 0.25em 1em;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}

.module-green .actions .toggle-btn:hover,
.module-green .actions .watch-btn:hover,
.module-green .actions .preorder-btn:hover {
	/*
	background: #eff0f0;
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #dddddd 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #e6e6e6 0%,#dddddd 100%); 
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #e6e6e6 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	*/
	background: #fafafa !important;
}







.module-green .actions span.watched,
.module-green .actions span.preordered,
.module-green .actions a.preordered {
 	font-size: 0.875em;
	display:inline-block;
	width: 3em;
	height: 0em;
	padding: 30px 1em 0;
	position: relative;
	overflow: hidden;
}
.module-green .actions a.watched {
 	-moz-box-shadow: inset 0 0 5px 1px #8CC0C0;
	-webkit-box-shadow: inset 0 0 5px 1px #8CC0C0;
	box-shadow: inset 0 0 5px 1px #8CC0C0;
  	border: 1px solid #8CC0C0;
  	background:#fafafa;
}
.module-green .actions a.watched:hover {
	background:#FFFFFF;
}
.module-green .actions span.has-tooltip {
	border-bottom:1px dotted #6D6E70;
}
.module-green .actions span.watched:before,
.module-green .actions a.watched:before,
.module-green .actions span.preordered:before,
.module-green .actions a.preordered:before {
	width: 30px;
	height: 0;
	content: '';
	background: url('../img/icons/tlds-explorer-sprite.png') no-repeat center -150px;
	padding-top: 30px;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.module-green .actions span.preordered:before,
.module-green .actions a.preordered:before {
	background-position: center -30px;
}
.module-green .actions span.preordered.error:before,
.module-green .actions a.preordered.error:before {
	background-position: center -90px;
}
.module-green .actions span.preordered.alert:before,
.module-green .actions a.preordered.alert:before {
	background-position: center -210px;
}
.module-green .actions .watch-btn,
.module-green .actions span.watched {
	margin-right:0.65em;
}


.module-green .actions span.preordered.landrush:before, 
.module-green .actions a.preordered.landrush:before {
	background-position: center -330px;
}



.module-green .actions .search-domain-btn {
	font-size: 0.875em;
	text-decoration: none;

	color:#fff;
	text-shadow: 0 -1px 1px #6d9796;
	background: #89c1c0; /* Old browsers */
	background: -moz-linear-gradient(top, #89c1c0 0%, #6d9796 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89c1c0), color-stop(100%, #6d9796)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #89c1c0 0%, #6d9796 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #89c1c0 0%, #6d9796 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #89c1c0 0%, #6d9796 100%); /* IE10+ */
	background: linear-gradient(to bottom, #89c1c0 0%, #6d9796 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c1c0', endColorstr='#6d9796', GradientType=0);*/ /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding: 0.25em 1em;
	border: 1px solid #6c9494;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	
}

.module-green .search-new-tld-expanded .actions .search-domain-btn {
 	-moz-box-shadow: inset 0 0 5px 1px #777777;
	-webkit-box-shadow: inset 0 0 5px 1px #777777;
	box-shadow: inset 0 0 5px 1px #777777;
  	background:#88C0BF;
}

.module-green .actions .toggle-btn,
.module-green .actions .toggle-btn.empty:hover {
	padding:0 0 0 0.5em;
	color: #BBBDBF;
	position:absolute;
	right:3em;
}
.module-green .actions .toggle-btn.empty {
	cursor:default;
}
.module-green .actions .toggle-btn span {
	padding-right:2em;
	padding-top:0.25em;
	height:30px;
	display:inline-block;
}
.module-green .actions .toggle-btn span.watch {
	border-right: 1px solid #d6d6d6;
	background-image: url('../img/icons/tlds-explorer-sprite.png');
	background-repeat: no-repeat;
	background-position: right -120px;
	margin-right:0.5em;
}
.module-green .actions .toggle-btn span.preorder {
	background-image: url('../img/icons/tlds-explorer-sprite.png');
	background-repeat: no-repeat;
	background-position: right top;
}


.module-green .actions .toggle-btn:hover,
.module-green .actions .watch-btn:hover,
.module-green .actions .preorder-btn:hover {
	background: #eff0f0;
	background: -moz-linear-gradient(top,  #eff0f0 0%, #cacccb 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff0f0), color-stop(100%,#cacccb));
	background: -webkit-linear-gradient(top,  #eff0f0 0%,#cacccb 100%);
	background: -o-linear-gradient(top,  #eff0f0 0%,#cacccb 100%); 
	background: -ms-linear-gradient(top,  #eff0f0 0%,#cacccb 100%);
	background: linear-gradient(to bottom,  #eff0f0 0%,#cacccb 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f0', endColorstr='#cacccb',GradientType=0 );*/ 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);	
}
.module-green .actions .toggle-btn.disabled,
.module-green .actions .toggle-btn:hover.disabled  {
	-moz-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor:default;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #d3d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#d3d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#d3d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#d3d5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#d3d5d5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#d3d5d5 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f2', endColorstr='#f1f1f2',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.module-green .actions .watch-btn, 
.module-green .actions .preorder-btn,
.module-green .actions .search-domain-btn {
	width: 3em;
	height: 0em;
	padding: 30px 1em 0;
	position: relative;
	overflow: hidden;
}
.module-green .actions .search-domain-btn {
	width:2.5em;
}
.module-green .actions .watch-btn:before,
.module-green .actions .preorder-btn:before,
.module-green .actions .search-domain-btn:before {
	width: 30px;
	height: 0;
	content: '';
	background: url('../img/icons/tlds-explorer-sprite.png') no-repeat center top;
	padding-top: 30px;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.module-green .actions .search-domain-btn {
	position:absolute;
	right:0;
}
.module-green .user-list .actions .preorder-btn:before,
.module-green .suggestions .actions .preorder-btn:before,
.module-green .search-new-tld .actions .preorder-btn:before,
.module-green.watched-list .actions .preorder-btn:before {
	background-position: center -60px;
}
.module-green .actions .watch-btn:before {
	background-position: center -120px;
}
.module-green .actions .search-domain-btn:before {
	background-position: center -240px;
}

.module-green .actions .watch-btn.loading ,
.module-green .actions .watch-btn.watched.loading ,
.module-green .actions .preorder-btn.loading,
.module-green .actions .watch-btn.loading:hover,
.module-green .actions .watch-btn.watched.loading:hover,
.module-green .actions .preorder-btn.loading:hover { 
	background:transparent !important;
	border-color: transparent;
	background-image: none;
 	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor:default;
}
.module-green .actions .watch-btn.loading:before ,
.module-green .actions .preorder-btn.loading:before {
	background-image: url('../img/icons/loader-alt.gif');
	background-position: center center;
}
.module-green .suggestions .actions .watch-btn.loading:before,
.module-green .suggestions .actions .preorder-btn.loading:before {
	background-image: url('../img/icons/loader.gif');
}

.module-green .actions .watch-btn.disabled,
.module-green .actions .watch-btn.disabled:hover, 
.module-green .actions .preorder-btn.disabled,
.module-green .actions .preorder-btn.disabled:hover, 
.module-green .actions .search-domain-btn.disabled,
.module-green .actions .search-domain-btn.disabled:hover {
	background:transparent !important;
	border:none;
	cursor:default;
}

.module-green .actions .watch-btn.disabled:before,
.module-green .actions .preorder-btn.disabled:before,
.module-green .actions .search-domain-btn.disabled:before {
	background-position: center -270px;
}
.module-green .user-list .actions .preorder-btn.disabled:before,
.module-green .suggestions .actions .preorder-btn.disabled:before,
.module-green .search-new-tld .actions .preorder-btn.disabled:before,
.module-green.watched-list .actions .preorder-btn.disabled:before {
	background-position: center -300px;
}

.module-green > ul > li {
	padding-top:1em;
	padding-bottom:1em;
	border-bottom:1px solid #D6D6D6;
}
.module-green > ul > li.user-list-expanded,
.module-green > ul > li.search-new-tld-expanded {
	padding-bottom:0;
}
.module-green > ul > li.user-list-expanded ul.user-list {
	margin-top:1em;
}
.module-green > ul > li.user-list-expanded.search-new-tld-expanded ul.user-list {
	margin-top:0;
}

.module-green .table-line {
	position:relative;
}
.module-green.has-favorites .table-line {
	padding-left: 2em;
}

.module-green .favorite {
	width: 1.5em;
	height: 0;
	padding: 1.5em 0 0;
	background: url('../img/icons/heart-sprite.png') no-repeat center -30px;
	display: block;
	position:absolute;
	left:0;
	top:0;
	overflow: hidden;
}
.module-green .favorite.loading {
	background-image: url('../img/icons/loader.gif');
	background-position:center center;
}
.module-green .favorite.added {
	background-position: center top;
}
.module-green .availability {
	color:#BBBDBF;
	font-size:0.875em;
	line-height:1.714;
	margin: 0.25em 0;
	display:block;
}
.module-green .availability.available strong {
	font-weight:normal;
	display:inline-block;
	padding-left:0.5em;
	padding-right:0.5em;
	background-color: #8FC1C1;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.module-green .availability.taken strong {
	font-weight:normal;
	display:inline-block;
	padding-left:0.5em;
	padding-right:0.5em;
	background-color: #D83A1B;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


.module-green ul.user-list {
	display:none;
	padding:1em;
	background-color:#f2f2f2;
	border-top: 2px solid #d6d6d6;
}
.module-green ul.user-list li {
	position:relative;
	margin-bottom:1em;
}
.module-green ul.user-list li > p,
.module-green .suggestions li > p{
	margin-bottom:0.5em;
}
.module-green .suggestions li {
	margin-bottom:1em;
}
.module-green .suggestions p.domain-name {
	padding-right:8.5em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.module-green .suggestions .actions {
	position:absolute;
	right:1.5em;
	top:-0.25em;
}

.module-green .suggestions ul li:last-child,
.module-green ul.user-list li:last-child {
	margin-bottom:0;
}
.module-green ul.user-list li strong {
	font-size:0.875em;
	line-height:1.714;
	display:block;
	padding-right: 9em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #6C9494;
}
.module-green ul.user-list li .actions {
	width:6em;
	position:absolute;
	right:1.5em;
	/*bottom:0;*/
	top:1.5em;
}
.module-green .user-list-expanded ul.user-list {
	display:block;
}
.module-green .user-list-expanded.search-new-tld-expanded ul.user-list {
	border-top:none;
}
.fieldset.notifications input[type="radio"] {
	position:absolute;
	bottom:100%;
	right:100%;
}
.fieldset + a.open-modal {
	line-height:2;
}
.fieldset.notifications input[type="radio"] + label:before {
	background-image: url('../img/icons/radio-off.png');
}
.fieldset.notifications input[type="radio"]:checked + label {
	color: #6C9494;
}
.fieldset.notifications input[type="radio"]:checked + label:before {
	background-image: url('../img/icons/radio-on.png');
}
.fieldset.notifications.loading input[type="radio"]:checked + label:before {
	background-image: url('../img/icons/loader-sm.gif');
}
.module-green .table-line .info {
    font-size: 0.875em;
    line-height: 1.714;
}
.module-green .table-line .info.available {
	color:#6C9494;
}
.module-green .table-line .info.error {
	color:#D83A1B;
}
.module-green.watched-list .actions {
	width:4.5em;
}
.module-green.watched-list .actions .close {
	right:0;
	top:0.25em;
}
.module-green li.keyword-added .actions .toggle-btn,
.module-green li.keyword-added .actions .toggle-btn:hover,
.module-green li.keyword-added .actions .toggle-btn span {
	border-color: #8CC1C1;
}
.module-green li.keyword-added.to-watch-list .actions .toggle-btn span.watch {
	color:#8CC1C1;
	background-position: right -150px;
}
.module-green li.keyword-added.to-preorder-list .actions .toggle-btn span.preorder {
	color:#8CC1C1;
	background-position: right -30px;
}
.tlds-explorer + .pagination,
.tlds-explorer + span .pagination {
	border-top:none;
	margin-top:0;
	margin-bottom:2em;
}
.tlds-explorer + .pagination ul li.current:before,
.tlds-explorer + span .pagination ul li.current:before {
	border-color:transparent;
}
.module-green .empty-tlds-list {
	margin-top:2em;
}
.module-green .empty-tlds-list ul {
	list-style-type:disc;
	padding-left:1em;
	margin-bottom:1.5em;
}

.module-green .landrush-info {
	background-color: #8CC1C1;
	padding:1em 3em 1em 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	margin-top:1em;
}
.module-green .landrush-info:before {
	position:absolute;
	width: 0;
	height: 0;
	content: '';
	border-bottom: 4px solid #8CC1C1;
	border-right: 4px solid transparent;
	border-top: 0;
	border-left: 4px solid transparent;
	bottom:100%;
	right:2.75em;
}

.module-green .landrush-info a.btn.white {
	line-height:1.25;
}
.module-green ul.user-list li .landrush-info p strong {
    color: inherit;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    padding-right: 0;
    white-space: normal;
 }
 
.module-green .landrush-info p {
	color:#FFFFFF;
	margin-bottom:1em;
}
.module-green .landrush-info p a {
	color:inherit;
	text-decoration:underline;
}

@media only screen and (min-width: 480px) {
	.module-green.watched-list header .search .form {
		width:50%;
	}
	.module-green .actions {
		position:absolute;
		right:1.5em;
		top: -0.25em;
	}
	.module-green .table-line .actions {
		right:0;
	}
	.module-green .table-line .price {
		text-align:left;
		position:absolute;
		top:0;
		right:9.5em;
		width:6.5em;
	}
	.module-green .table-line .info {
		text-align:left;
		position:absolute;
		top:0;
		right:6.5em;
		width:13em;
   	}
	.module-green header .title a.price {
		display:block;	
	}
	.module-green .availability {
		margin-bottom:0;
	}
	.module-green .table-line .tld {
		padding-right:18em;
		overflow:hidden;
		text-overflow:ellipsis;
	}
		
}
@media only screen and (min-width: 640px) {
	.module-green header .title a.availability {
		display:block;
	}
	.module-green .availability span {
		display:none;
	}
	.module-green .availability {
		position:absolute;
		top:0;
		right:18.5em;
		width:9em;
		text-align:left;
		margin: 0;	
	}
	.module-green.watched-list .availability {
		right:18em;
	}
	.module-green .search-new-tld .fieldset {
		padding-right:20.5em
	}
	.module-green .search-new-tld .fieldset.loading:before {
		right:21em;
	}
	
	.module-green .search-new-tld .fieldset span.tld {
		display:block;
		position:absolute;
		right:13.5em;
		top:0.25em;
		width:6.5em;
	}	
	.module-green ul.user-list li p {
		padding-right:20.5em;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.module-green ul.user-list li strong {
		position:absolute;
		right:8.5em;
		top:0.125em;
		padding-right:0;
		width:14em;
		text-align:left;
	} 
	.module-green ul.user-list li .actions {
		top:-0.25em;
	}
	
	.module-green ul.user-list li .landrush-info p {
		padding-right:0;
		white-space:normal;
		overflow:visible;
	}
	.module-green ul.user-list li .landrush-info strong {
		position:static;
		display:inline;
		right:auto;
		width:auto;
	}
	.module-green .landrush-info .btn.white {
		position:absolute;
		right:3em;
		top:1.35em;
	}
	.module-green .landrush-info p {
		margin-bottom:0;
	}
	.module-green .landrush-info .close {
		top:1.75em;
	}	
	.module-green .landrush-info {
		padding-right: 10em;
	}
}

@media only screen and (min-width: 800px) {
	.module-green ul.user-list li .actions {
		top:1.5em;
	}

	.module-green header .title a.availability {
		display:none;
	}
	.module-green .availability span {
		display:inline;
	}
	.module-green .availability {
		position:static;
		top:auto;
		right:auto;
		width:auto;
		text-align:left;
		margin-top:0.25em;
	}
	
	.module-green .search-new-tld .fieldset {
		padding-right: 8.5em;
	}
	.module-green .search-new-tld .fieldset span.tld {
		display:none;
	}
	.module-green ul.user-list li p {
		padding-right:0;
	}
	.module-green ul.user-list li strong {
		position:static;
		right:auto;
		top:auto;
	} 
	.module-green .search-new-tld .fieldset.loading:before {
		right:9em;
	}
	
	
}

@media only screen and (min-width: 1024px) {
	.module-green ul.user-list li .actions {
		top:-0.25em;
	}

	.module-green .keywords.loading .fieldset:before {
		right:42%;
	}
	.module-green header .keywords > p.message {
		margin-top:0;
	}
	.module-green header .keywords input[type="text"] {
		width:60%;
	}
	.module-green header .keywords a.btn {
		width:18%;
	}
	.module-green header .keywords a.btn.watch {
		margin-left:2%;
	}
	
	.module-green header .title a.availability {
		display:block;
	}
	.module-green .table-line .tld {
		padding-right:25em
	}
	.module-green .availability span {
		display:none;
	}
	.module-green .availability {
		position:absolute;
		top:0;
		right:18.5em;
		width:9em;
		text-align:left;
		margin:0;
	}
	.module-green.watched-list .availability {
		right:18em;
	}
	
	.module-green .search-new-tld .fieldset {
		padding-right:20.5em
	}
	.module-green .search-new-tld .fieldset span.tld {
		display:block;
	}
	.module-green ul.user-list li p {
		padding-right:20.5em;
	}
	.module-green ul.user-list li strong {
		position:absolute;
		right:8.5em;
		top:0.125em;
		width:14em;
	}
	.module-green .search-new-tld .fieldset.loading:before {
		right:21em;
	}
	
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	.module-green header .search .form .search-btn {
		background-image: url('../img/icons/search-hd.png');
		background-size: 30px 30px;
	}
	.module-green header .search .form.loading.success:before,
	.module-green .keywords.loading.success .fieldset:before,
	.module-green .search-new-tld .fieldset.success:before {
		background-size: 30px 30px;
		background-image: url("../img/icons/minicheckmark-hd.png");
	}
	.module-green .close {
		background-size: 30px 30px;
		background-image: url("../img/icons/close-alt-hd.png");
	}
	.module-green.preorders .table-line .actions span,
	.module-green .actions span.watched:before,
	.module-green .actions span.preordered:before,
	.module-green .actions .toggle-btn span.watch,
	.module-green .actions .toggle-btn span.preorder,
	.module-green .actions .watch-btn:before,
	.module-green .actions .preorder-btn:before,
	.module-green .actions .search-domain-btn:before {
		background-size: 30px 360px;
		background-image: url("../img/icons/tlds-explorer-sprite-hd.png");
	}
	
	.module-green .favorite {
		background-size: 30px 60px;
		background-image: url("../img/icons/heart-sprite-hd.png");
	}
	.fieldset.notifications input[type="radio"] + label:before {
		background-size: 30px 30px;
		background-image: url("../img/icons/radio-off-hd.png");
	}
	.fieldset.notifications input[type="radio"]:checked + label:before {
		background-size: 30px 30px;
		background-image: url('../img/icons/radio-on-hd.png');
	}
}