/******* Default Part CSS *******/
html, body, div, h1, h2, h3, h4, h5, h6, p, a, form,
fieldset, select, input, ul, li, table, td, th, img {
	padding: 0px; 
	margin: 0px;
}
.t_left {
	text-align: left;
}
.t_center {
	text-align: center;
}
.t_right {
	text-align: right;
}
.t_justify {
	text-align: justify;
}
.f_l {
	float: left;
	padding-top: 0px;
}

.f_r {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear.white{
	background-color:#FFF;
}
img {
	border: none;
}
.box_center{
	margin: 0px auto;
}
/*********************************************************/
/*** Colors ************************/

.blue 	{color: #0097D7!important;}
.green	{color: #5AB708!important;}
.red	{color: #CC0000!important;}
.white 	{color: #ffffff!important;}
.black 	{color: #000000!important;}
/***********************************/

/*** Titles and texts Style ******************************/
h1 {
	padding: 0; 
	font-size: 46px;
	font-weight: normal;
	line-height: 60px;
	color: #000;
	padding-top:30px;
	font-family: Helvetica, Arial;
}
h1.ld_h1 {
	font-size: 36px;
}
h1.ld_h1 span {
	position: absolute;
	color: #999;
	top: 15px;
	font-size: 14px;
	right: 55px;
    font-style: italic;
}
h1 sup{
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
	border-bottom:1px solid #e5e5e5;
}
h2.domain_name {
	height: 40px;
	padding-left: 2px;
}
h2.domain_name a{
	float: left;
}
h2.domain_name a.verified_domain{
	margin: 8px 10px 0px 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.45;
	line-height: 20px;
	padding-bottom:5px;
}

h3.upload {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.45;
	line-height: 20px;
	padding-bottom:5px;
	border-bottom: 1px solid #e5e5e5;
}

h3 span.brackets{
	font-size: 15px;
	font-style: italic;
	color:#999;
	font: Georgia, Arial, helvetica, Sans-serif;
	font-weight: normal;
}

.title-3 {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	line-height: 1.45;
	line-height: 20px;
}

h4 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	/*border-bottom: 1px solid #e5e5e5;*/
	line-height: 24px;
	text-align: left;
	position:relative;
}

h4.icon{
	padding-left:24px;
	
}

h4.icon.ok{
	background: url(/images/ico-ok.gif) no-repeat left center;
	height: 24px;
}


h4.icon.not{
	background: url(/images/ico-not.gif) no-repeat left center;
}

h4 span.brackets{
	font-size: 11px;
	font-style: italic;
	color:#999;
	font: Georgia, Arial, helvetica, Sans-serif;
	font-weight: normal;
	
}

h4 span.warning{
	font-size: 11px;
	color:#ff0000;
	font: Arial, helvetica, Sans-serif;
	font-weight: normal;
	
}


*html h4 {
	height: 24px;
}
h5 {
	text-align: left;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #3A3E49;
	line-height: 18px;
	padding-bottom: 5px;
}
h6 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #1e283e;
	line-height: 20px;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	line-height: 20px;
	margin: 3px 0;
}
.system_text{
	font-family: arial;
	color: #60759c;
}
.text_8{
	font-size: 8px;
}
.text_10{
	font-size: 10px;
}
.text_11{
	font-size: 11px;
}
.text_12{
	font-size: 12px;
}
.text_14{
	font-size: 14px;
}
.text_16{
	font-size: 16px;
}
.text_18{
	font-size: 18px;
}
.text_20{
	font-size: 20px;
}
/*********************************************************/
.w_320{ /*** This class use if you need 2 columns on "col_left", example page "landing page" panel "Featured Members" ***/
	width: 320px;
	overflow: hidden;
}
.w_230{ 
	width: 230px;
	overflow: hidden;
}
.w_280{ /*** This class use if you need 2 columns on "col_left", example page "pre_pay" ***/
	width: 280px;
	overflow: hidden;
}
.w_265{ /*** This class use if you need 2 columns on panels in "wrap_white" location in "col_left", example page "browse_brand" panel "Category View" ***/
	width: 265px;
	overflow: hidden;
}
.w_340{
	width: 340px;
	overflow: hidden;
}
.w_290{
	width: 290px;
	overflow: hidden;
}
.w_310{
	width: 310px;
	overflow: hidden;
}


/*  ------------------------------------------------*/


.no-border {border:none;}

/*** Link`s Styles ***************************************/
a, 
a:visited{
	text-decoration: none;
/* 
	TODO !! REMOVE IF NEED
	OLEG !! THIS CHANGE FOR THE COMMENT FROM 08.10
	I can change this later today if needed, but can you change all of the blue links on dev to #e32b22
*/
	color: #0097d7;
	/*color: #e32b22;*/
}
a:hover{
	text-decoration: underline;
}

/************************************* View All  btm ****************************************/

a.view_all, 
a.view_all:visited, 
a.view_all:link {
	display:block;
	position:absolute;
	bottom:5px;
	right:0;
	height:15px;
	background: url(/images/viewall-arrow.gif) no-repeat right top;
	/*color:#0097d7;*/
	color: #E32B22;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	text-decoration:none;
	padding-right:20px;
	cursor:pointer;
	text-transform: lowercase;
}
a.view_all:hover {
	background: url(/images/viewall-arrow.gif) no-repeat right -15px;
	color:#222;
}
/*** This block for visited link "read more" with middle line, example page "thinctank index" **/ 

div.read_more{
	position: relative;
	padding-top: 7px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CECECE;
}
div.read_more a{
	position: absolute;
	right: 0px;
	top: 0px;
	background: #fff;
	padding: 0px 5px;
	font-size: 12px;
}
/****************************************************************************************/


a.ico-link, a.ico-link:link, a.ico-link:visited{
	display: block;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-left: 20px;
	line-height:16px;
	height:16px;
}

a.ico-link:hover {
	color: #0097d7;
	text-decoration:none;
}

a.ico-link.twitter {
	background: url(/images/ico-twitter.gif) no-repeat left center;
}
a.ico-link.linkedin {
	background: url(/images/ico-linkedin.gif) no-repeat left center;
}
a.ico-link.facebook {
	background: url(/images/ico-facebook.gif) no-repeat left center;
}
a.ico-link.website {
	background: url(/images/ico-website.gif) no-repeat left center;
}

a.ico-link.email {
	background: url(/images/ico-email.gif) no-repeat left center;
}

a.ico-link.email {
	background: url(/images/ico-email.gif) no-repeat left center;
}

/**************************************************/

a.logosite,
a.logosite:visited,
a.logosite:hover{
	display: block;
	background: url(/img/nlogo.gif) no-repeat left top;
	height: 61px;
	width: 216px;
	position:absolute;
	top:10px;
	left:55px;
}

a.username,
a.username:visited{
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
}
a.username:hover{
	text-decoration: underline;
}

a.logout,
a.logout:visited{
	display: block;
	float: right;
	font-size: 13px;
	color: #ABB5B4;
	text-decoration: none;
	line-height: 45px;
	margin-right: 20px;
}
a.logout:hover{
	text-decoration: underline;
}

a.adv_search,
a.adv_search:visited{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #BBBDBF;
}
a.adv_search:hover{
	text-decoration: underline;
}

/**********************************************************************/

a.file_red,
a.file_red:visited,
a.file_red:hover{
	display: block;
	background: url(/img/ico_remove.gif) no-repeat left -31px;
	padding-left: 25px;
	font-size: 10px;
	color: #9B9C9E;
	line-height: 18px;
	margin: 5px 2px;
}

a.remove,
a.remove:visited{
	display: block;
	background: url(/img/ico_remove.gif) no-repeat left top;
	width: 18px;
	font-size: 10px;
	color: #9B9C9E;
	height: 18px;
	margin: 0px 2px;
}
a.remove:hover{
	background: url(/img/ico_remove.gif) no-repeat left -31px;
}

/*** NEW class ***********************/
a.verified_domain,
a.verified_domain:visited,
a.verified_domain:hover{
	display: block;
	height: 24px;
	width: 24px;
	background: url(/img/verified_domain.jpg) no-repeat left top;
}
/*** NEW class ***********************/

/***Buttons Styles ***************************************/

/*** !!!NEW ***/
.btn-grey {
	display: block;
	background: url(/img/btn_grey.gif) repeat-x left top;
	border:none;
	padding: 0 20px;
	height:32px;
	font: bold 12px arial, helvetica;
	color:#fff;
	line-height:32px;
	cursor:pointer;
}

a.btn-addtocart,
a.btn-addtocart:visited {
	display: block;
	background: url(/img/btn_add_cart.gif) no-repeat left top;
	width: 171px;
	height: 80px;
	color: #fff;
	font: 10px Georgia, Arial, sans-serif;
	font-style:italic;
	text-decoration: none;
	text-align: center;
	vertical-align:center;
	margin-bottom:10px;
	cursor: pointer;
}
a.btn-addtocart:hover {
	background: url(/img/btn_add_cart_hover.gif) no-repeat left top;
}
a.btn-addtocart span {
	font: 24px  Arial, Helvetica, sans-serif;
	line-height:40px;
}


a.btn-addtocart:hover{
	color: #ddd;
	text-decoration: none;
}

a.btn-addtocart table{
	width:100%;
	height:100%;
}

a.btn-addtocart td{
	vertical-align:center;
	text-align:center;
}


a.btn-grey170, 
a.btn-grey170:visited {
	display: block;
	background: url(/img/btn_make_offer.jpg) no-repeat left top;
	width: 171px;
	height: 30px;
	color: #fff;
	font: 10px Georgia, Arial, sans-serif;
	font-style:italic;
	text-decoration: none;
	text-align: center;
	vertical-align:center;
	line-height:30px;
}

a.btn-grey170:hover  {
	background: url(/img/btn_make_offer_hover.jpg) no-repeat left top;
	text-decoration: none;
	color: #000;
}

a.btn-grey92, 
a.btn-grey92:visited,
a.btn-grey92:hover  {
	display: block;
	background: url(/img/btn_grey_92.gif) no-repeat left top;
	width: 93px;
	height: 25px;
	color: #fff;
	font: 10px Georgia, Arial, sans-serif;
	font-style:italic;
	text-decoration: none;
	text-align: center;
	vertical-align:center;
	line-height:25px;
	margin:14px 0 5px 0;	
}
/*** !!!END NEW ***/

/*************************************** old ****************************/
.btn_search_forum{
	background: url(/images/btn_blue24_110.gif) no-repeat left top;
	height: 24px;
	width: 110px;
	border: none;
	cursor: pointer;
	text-align: center;
	line-height: 24px;
	color: #fff;
}
.btn_download{
	background: url(/images/btn_blue24_170.gif) no-repeat left top;
	height: 24px;
	width: 170px;
	border: none;
	cursor: pointer;
	text-align: center;
	line-height: 24px;
	color: #fff;
}

.btn_send{
	height: 42px;
	width: 110px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	background: #607499;
}
.btn_search_dir{
	display: block;
	float: right;
	background: url(/images/btn_searchdir.gif) no-repeat left top;
	height: 24px;
	width: 116px;
	border: none;
	cursor: pointer;
}
a.link_signup,
a.link_signup:visited{
	display: block;
	width: 129px;
	height: 31px;
	background: url(/images/btn_signup.gif) no-repeat left top;
	text-align: left;
	padding-left: 15px;
	font-size: 14px;
	line-height: 31px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
a.link_signup:hover{
	text-decoration: none;
	font-weight: bold;
}
.btn_sm_square{
	display: block;
	border: none;
	background: #607499;
	height: 20px;
	color: #fff;
	line-height: 20px;
	width:96px;
	text-align: center;
	cursor: pointer;
}

.btn_biggest{
	display: block;
	background: url(/images/btn_dblue1_150.gif) no-repeat left top;
	width: 150px;
	height: 25px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	margin: 5px 0 0 auto;
	border: none;
	cursor: pointer;
}
.btn_big_180{
	background: url(/images/btn_dblue2_180.gif) no-repeat left top;
	height: 31px;
	width: 180px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	margin: 10px 0px;
}
.btn_big{
	background: url(/images/btn_dblue2_160.gif) no-repeat left top;
	height: 31px;
	width: 160px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	margin: 10px 0px;
}

.btn_middle{
	background: url(/images/btn_dblue2_140.gif) no-repeat left top;
	height: 31px;
	width: 140px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	margin: 10px 0px;
}

.btn_sm{
	background: url(/img/btn-blue100.gif) no-repeat left top;
	height: 30px;
	width: 100px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	margin: 10px 0px;
	font-weight: bold;
}

.btn_sm_80{
	background: url(/img/btn-blue80.gif) no-repeat left top;
	height: 30px;
	width: 80px;
	border: none;
	cursor: pointer;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: 10px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.btn_sm_blue{
	background: url(/images/btn_blue_100.gif) no-repeat left top;
	height: 31px;
	width: 100px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	margin: 10px;
}

.btn_sm_green{
	background: url(/images/btn_green_100.gif) no-repeat left top;
	height: 31px;
	width: 100px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	margin: 10px;
}

a.btn_sm_orange,
a.btn_sm_orange:visited{
	display: block;
	float: right;
	background: url(/images/btn_orange_96.gif) no-repeat left top;
	height: 24px;
	width: 96px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	margin: 0px 10px;
}
a.btn_sm_orange:hover{
	text-decoration: none;
}

.btn_m_think{
	background: #61749C;
	height: 25px;
	width: 90px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	margin: 10px 0px;
}

.btn_next{
	border: none;
	width: 132px;
	height: 30px;
	background: url(/img/btn_next.jpg) no-repeat;
	text-align: center;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #FFF;
	cursor: pointer;
}

.btn_next.disabled{
	background: url(/img/btn_next_disabled.gif) no-repeat left top;
	cursor: default;
}

.btn_prev{
	border: none;
	width: 132px;
	height: 30px;
	background: url(/img/btn_prev.jpg) no-repeat left top;
	text-align: center;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
}
a.link_btn_next,
a.link_btn_next:visited{
	display: block; 
	border: none;
	width: 132px;
	height: 30px;
	background: url(/img/btn_next.gif) no-repeat left top;
	text-align: left;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
	text-decoration: none;
}

/*** Link visited button*********************************/
a.link_btn_upgrade,
a.link_btn_upgrade:visited,
a.link_btn_upgrade:hover{
	display: block;
	background: url(/img/btn-premium-upgrade.gif) no-repeat left top;
	height: 51px;
	width: 146px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Helvetica, Arial;
	padding-top: 15px;
	margin: 10px 0;
}
a.btn_smaller,
a.btn_smaller:visited{
	display: block;
	background: url(/images/btn_dblue2_70.gif) no-repeat left top;
	height: 31px;
	width: 70px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	margin: 4px 0px;
	text-decoration: none;
}
a.btn_smaller:hover{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
/*** NEW class *******************************************/
a.link_btn_smaller,
a.link_btn_smaller:visited{
	display: block;
	background: url(/img/btnsm-blue-bg.gif) repeat-x left top;
	height: 19px;
	float: left;
	cursor: pointer;
	color: #fff!important;
	font-size: 12px;
	text-align: center;
	line-height: 19px;
	margin: 5px auto;
	text-decoration: none!important;
	padding: 0 10px;
}
a.link_btn_smaller:hover{
	font-weight: bold;
	text-decoration: none!important;
}
/*** End "NEW class" *************************************/

.link_btn_long,
.link_btn_long:visited{
	display: block;
	background: url(/images/btn_dblue1_150.gif) no-repeat left top;
	width: 150px;
	height: 25px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	margin: 5px 0 0 auto;
}
.link_btn_long:hover{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

a.link_btn_middle,
a.link_btn_middle:visited{
	display: block;
	background: url(/images/btn_dblue2_120.gif) no-repeat left top;
	height: 31px;
	width: 120px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	text-decoration: none!important;
}
a.link_btn_middle:hover{
	color: #fff !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

a.link_btn_square,
a.link_btn_square:visited{
	display: block;
	background: #607499;
	height: 18px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
	text-decoration: none;
}
a.link_btn_square:hover{
	background: #0393D2;
	text-decoration: none;
}

a.type_file,
a.type_file:visited,
a.type_file:hover{
	display: block;
	margin: 10px 5px;
	background: url(/images/ico_format_init.gif) no-repeat left top;
	width: 41px;
	height: 24px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	text-decoration: none;
	cursor: default;
}

.type_file_inactive{
	display: block;
	margin: 10px 5px;
	background: url(/images/ico_format_inactive.gif) no-repeat left top;
	width: 41px;
	height: 24px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	cursor: default;
}


/*********************************************************/

/*********************************************************/
.dot_line{
	padding-top: 6px;
	border-bottom:1px solid #BcBcBc;
	margin-bottom: 6px;
	height: 1px;
	font-size: 1px;
}

.alert_big{
	height: 80px;
	background: url(/images/ico_alert_large.gif) no-repeat left top;
	line-height: 31px;
	padding-left: 40px;
	color: #60759c;
	font-size: 14px;
}

.verified_big{
	display: block;
	height: 60px;
	background: url(/images/domain_yes.jpg) no-repeat left top;
	line-height: 31px;
	padding-left: 40px;
	color: #60759c;
	font-size: 14px;
}

/*** List`s Styles ***************************************/

ol.rules{
	font-family: Arial, sans-serif;
	font-size: 12px;
	list-style: decimal;
	list-style-position: inside;
}
ol.upgrade_user{
	font-family: Arial, sans-serif;
	font-size: 12px;
	list-style: decimal;
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
}
ol.upgrade_user li{
	margin-left: 0px;
}

/*********************************************************/

ul.stand{
	list-style:disc;
	list-style-position: inside;
	margin: 10px 10px 10px 10px;
}
ul.stand li{
	margin-bottom: 10px;
	font-size: 14px;
}

/************************************************************/

/*** New design ****/

/*** Links ************/
.link_user_action,
.link_user_action:visited {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 11px;
	color: #666;
	text-decoration: none; 
	cursor: pointer;
}
.link_user_action:hover {
	color: #0097D7;
	text-decoration: underline; 
}
/***********************/


.join {
	background:transparent url(/img/join_but.jpg) no-repeat 0 0;
	border: none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0 0 0 3px;
	padding:2px 0;
	text-align:center;
	width:52px;
}
.feed {
	padding-top: 5px;
	margin-top: 10px;
    margin-left: 2px;
}
.newsletterfield {
	border-color:#C3C3C3 #DDDDDD #DDDDDD;
	border-style:groove solid solid;
	border-width:medium 1px 1px;
	color:#999999;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:8px 0 0;
	padding:3px 5px;
	width:155px;
}
.feed a {
	background:transparent url(/img/rss.jpg) no-repeat 0 3px;
	color:#666666;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:4px 0 4px 22px;
	text-decoration:none;
}
.feed li.facebook a {
	background:transparent url(/img/facebook.jpg) no-repeat scroll 0 3px;
	color:#666666;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:4px 0 4px 22px;
	text-decoration:none;
}
.feed li.twit a {
	background:transparent url(/img/twitler_icon.jpg) no-repeat scroll 0 3px;
	color:#666666;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:4px 0 4px 22px;
	text-decoration:none;
}

.comments_area{
	padding-top: 20px;
}
.comments_area textarea{
	width: 99%;
	height:100px;
	border: 1px solid #e5e5e5; 
	margin-bottom: 20px;
}

/*** NEW *************************************/

.field{
	border: 1px solid #e5e5e5; 
	font-size: 14px;
}
input.field{
	height: 25px;
	padding: 10px 10px 0 10px;
	border-radius: 4px;
	margin-bottom: 8px;
	opacity: 1!important;
	box-shadow: 0 -1px 0 rgba(0,0,0,.2),inset 0 1px 1px rgba(0,0,0,.2);
}
.inp_big{
	width: 310px;
}
.inp_big_domain{
	width: 270px;
}
.sel_big{
	width: 315px;
}
.sel_big_one{
	width: 315px;
	height: 30px;
	line-height: 30px; 
	padding: 3px 0;
}
.sel_sm{
	height: 30px;
	line-height: 30px; 
	padding: 3px 0px;
}
.inp_middle{ 
	width: 200px;
}
.inp_mid{ 
	width: 140px;
}
.area_big{ 
	width: 315px;
	height: 122px;
}
.inp_sm{
	width: 90px;
}
.field {
	margin-bottom: 10px;
    margin-top: 10px;
}
.field.field-invalid{
	margin-bottom: 0px;
}
/*** New design button **************************/
.btn_search_manage{
	background: url(/img/btn_search_turing.gif) no-repeat left top;
	width: 18px;
	height: 20px;
	border: none;
	cursor: pointer;
}
.btn_reset_search_manage{
	background: url(/img/btn_reset_search_tuning.gif) no-repeat left top;
	width: 18px;
	height: 20px;
	border: none;
	cursor: pointer;
}
.btn_upload{
	display: block;
	background: url(/img/btn_grey_136.gif) no-repeat left top;
	width: 136px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.btn_save_change{
	display: block;
	background: url(/img/btn_blue_148.gif) no-repeat left top;
	width: 148px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.inp_search_manage{
	border: 1px solid #e5e5e5;
	height: 15px;
	width: 103px;
	font-size: 11px;
	color: #666;
	padding: 3px 0 0 5px;
}
/**********************************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/*** Universal buttons and links like buttons *************************************************/

a.link_btn,
a.link_btn:visited,
a.link_btn:hover {
	display: block;
	height: 45px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left top; 
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	margin: 5px;
	text-align: center;
	text-decoration: none;
}

.btn {
	height: 30px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	border: none;
	margin: 5px;
	text-align: center;
}

.size1{
	background: url(/img/btn-blue80.gif) no-repeat left top;
	width: 80px;
}

.btn.size1.cancel, .btn.size1.grey{
	background: url(/img/btn-grey80.gif) no-repeat left top;
}

.size2{
	background: url(/img/btn_blue_92.gif) no-repeat left top;
	width: 92px;
}

.size3{
	background: url(/img/btn-blue100.gif) no-repeat left top;
	width: 100px;
}
.size4{
	background: url(/img/btn-blue120.gif) no-repeat left top;
	width: 120px;
}
.size4.grey{
	background: url(/img/btn-grey120.gif) no-repeat left top;
}
.size5{
	background: url(/img/newHome/home_btm_button.png) no-repeat left top;
	font: bold 18px/50px "myriad-pro-1","myriad-pro-2",'Myriad Pro', 'Helvetica', 'serif';
	text-shadow: -1px -1px 1px #800101;
	width: 175px;
	height: 50px;
}
.btn.size5.grey{
	background: url(/img/btn-grey140.gif) no-repeat left top;
}
.size6{
	background: url(/img/btn-blue183.gif) no-repeat left top;
	width: 183px;
	font-size: 16px!important;
	font-family: Helvetica, Arial!important;
	font-weight: bold;
}
a.btn_add,
a.btn_add:hover,
a.btn_add:visited {
    background-image: url(/img/btn_add.gif);
    width: 120px;
    padding-left: 45px;
    overflow: hidden;
    text-align: left;
}

/**********************************************************************************************/
a.link_smbtn,
a.link_smbtn:hover,
a.link_smbtn:visited {
	display: block;
	float: left; 
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	height:19px;
	line-height:19px;
	text-align: center; 
	background: url(/img/btnsm-blue-bg.jpg) repeat-x left top;
	text-decoration: none;
}
.link_smbtn.grey,
.link_smbtn.grey:hover,
.link_smbtn.grey:visited {
	background: url(/img/btnsm-grey-bg.gif) repeat-x left top;
}
.link_smbtn.grey {
	background: url(/img/btnsm-grey-bg.gif) repeat-x left top;
}
.link_smbtn.size1 {
	width:70px;
}
.link_smbtn.size2 {
	width:90px;
}
.link_smbtn.size2 {
	width:110px;
}
.link_smbtn.size3 {
	width:130px;
}

/*** Classes for elements from search ********/
.inp_search {
	display: block;
	background: #FFFFFF;
	border:1px solid #e5e5e5;
	color:#999;
	float:none;
	font-size:11px;
	font-style: italic;
	font-family: Georgia, Times, serif;
	margin: 0;
	padding:2px 0 0 2px;
	width: 140px;
	height: 16px;
}

.btn_search {
	display: block;
	float: left; 
	background: url(/img/btnsm-blue-bg.gif) repeat-x left top;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	height:19px;
	line-height:19px;
	text-align: center; 
	width:70px;
}
a.btn_search,
a.btn_search:visited,
a.btn_search:hover {
	display: block;
	float: left; 
	background: url(/img/btnsm-blue-bg.gif) repeat-x left top;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	height:19px;
	line-height:19px;
	text-align: center; 
	width:70px;
	text-decoration: none;
}

/*********************************************************************************************/

/** Links edit and remove in manage parts***/
a.download,
a.download:visited{
	height: 26px;
	width: 26px;
	display: block;
	background: url(/img/ico-download.gif) no-repeat left top;
	margin: 0 auto;
}
a.download-with-text,
a.download-with-text:visited{
	height: 59px;
	width: 59px;
	display: block;
	background: url(/img/ico-download-with-text.gif) no-repeat left top;
	margin: 0 auto; 
}


a.st_link_manage,
a.st_link_manage:visited{
	display: block;
	float: left;
	height: 27px;
	font-size: 11px;
	line-height: 27px;
	text-decoration: underline;
	cursor: pointer;
	width: 30px;
	margin-right: 10px;
}
a.st_link_manage.edit,
a.st_link_manage.edit:visited{
	background: url(/img/ico_edit_manage.gif) no-repeat left center;
	width: 50px;
}
a.st_link_manage.remove,
a.st_link_manage.remove:visited{
	background: url(/img/ico_remote_manage.gif) no-repeat left top;
	width: 60px;
}
a.st_link_manage.admin_panel,
a.st_link_manage.admin_panel:visited{
	background: url(/img/ico-admin-panel.gif) no-repeat left top;
	width: 60px;
}
a.st_link_manage:hover{
	text-decoration: none;
	
}

/********************************************/


/*** For page media/press ***/

.links{
	height: 63px;
	overflow: hidden;
	margin-bottom: 20px;
	position:releative;
	left: 0px; 
	top: 0px;
}
.links a,
.links a:visited{
	display: block;
	float: left;
	margin-left: 10px;
	height: 63px;
}
a.link_wsj{
	background: url(/img/media/logo_wsj_over.gif) no-repeat left -4px;
	width: 179px;
	margin-top: 2px;
}
a.link_forbes{
	background: url(/img/media/logo_forbes_over.gif) no-repeat left -21px;
	width: 99px;
	margin-top: 22px;
}
a.link_mw{
	background: url(/img/media/logo_marketwatch_over.gif) no-repeat left -6px;
	width: 117px;
	margin-top: 22px;
}
a.link_bnet{
	background: url(/img/media/logo_bnet_over.gif) no-repeat left -4px;
	width: 60px;
}
a.link_inc{
	background: url(/img/media/logo_inc_over.gif) no-repeat left -13px;
	width: 100px;
	margin-top: 21px;
}
a.link_ms{
	background: url(/img/media/logo_morningstar_over.gif) no-repeat left -10px;
	width: 140px;
	margin-top: 18px;
}
a.link_yahoo{
	background: url(/img/media/logo_yahoofin_over.gif) no-repeat left -18px;
	width: 140px;
	margin-top: 23px;
}
a.link_wsj:hover{
	background: url(/img/media/logo_wsj_over.gif) no-repeat left -4px;
	width: 179px;
}
a.link_forbes:hover{
	background: url(/img/media/logo_forbes_over.gif) no-repeat left -21px;
	width: 99px;
}
a.link_mw:hover{
	background: url(/img/media/logo_marketwatch_over.gif) no-repeat left -6px;
	width: 117px;
}
a.link_bnet:hover{
	background: url(/img/media/logo_bnet_over.gif) no-repeat left -4px;
	width: 60px;
}
a.link_inc:hover{
	background: url(/img/media/logo_inc_over.gif) no-repeat left -13px;
	width: 100px;
}
a.link_ms:hover{
	background: url(/img/media/logo_morningstar_over.gif) no-repeat left -10px;
	width: 140px;
}
a.link_yahoo:hover{
	background: url(/img/media/logo_yahoofin_over.gif) no-repeat left -18px;
	width: 140px;
}
/************************************************************************************/

/*** Buy domain *********************************************************************/
.d_a {
	background:#607499 none repeat scroll 0%;
	border:medium none;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	height:26px;
	line-height:26px;
	padding:0pt 6px;
	width:35px;
	margin-left:5px;
	margin-right:5px;
}

.d_n_a {
	background:#9D9EA2 none repeat scroll 0%;
	border:medium none;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	height:26px;
	line-height:26px;
	padding:0pt 6px;
	width:35px;
	margin-left:5px;
	margin-right:5px;
}

.d_m_a {
	background:#8CC540 none repeat scroll 0%;
	border:medium none;
	color:#FFFFFF;
	font-size:12px;
	height:26px;
	line-height:26px;
	padding:4pt 10px 4pt 10px;
	width:35px;
	margin-left:5px;
	margin-right:5px;
}

.d_m_n_a {
	display: block;
	background: #ED1B24;
	border:none;
	color:#fff;
	font-size:12px;
	height:26px;
	line-height:26px;
	padding:0 10px;
	width:35px;
	/*margin-left:5px;
	margin-right:5px;*/
}

.not_available{
	color:#ED1B24;
	height:26px;
	line-height:26px;
}
.available{
	color: #8CC540;
}
.d_price{
	line-height:26px;
	color: #60759c;
}
.d_year{
	display: block;
	float: left;
	padding: 0 5px;
	line-height:26px;
	color: #60759c;
}
a.arr_top,
a.arr_top:visited{
	display: block;
	background: url(/images/arrowsm-top-blue.gif) no-repeat left center;
	width: 10px;
	height: 7px;
	margin: 2px auto 6px auto;
}
a.arr_bot,
a.arr_bot:visited{
	display: block;
	background: url(/images/arrowsm-bottom-grey.gif) no-repeat left center;
	width: 10px;
	height: 7px;
	margin: 6px auto 2px auto;
}
a.arr_top_inactive,
a.arr_top_inactive:visited{
	display: block;
	background: url(/images/arrowsm-top-grey.gif) no-repeat left center;
	width: 10px;
	height: 7px;
	margin: 2px auto 6px auto;
}
a.arr_bot_inactive,
a.arr_bot_inactive:visited{
	display: block;
	background: url(/images/arrowsm-bottom-grey.gif) no-repeat left center;
	width: 10px;
	height: 7px;
	margin: 6px auto 2px auto;
}
/*** End Buy domain *****************************************************************/

.new_messages a{
	color: #FF0000 !important;
	border-bottom: 1px solid #FF0000;
}
