/************Browse Logos *****************/
.wrap_logos{/* This class for wrap div with img brand have "float: left;" and white border */
	overflow: hidden;
	width: 669px; 
	padding-top: 15px;
}
/*** This block view brand on page "browse logos" ***********************/
.logo_view{
	float:left;
	width: 204px;
	margin: 0px 12px 35px 5px;
}
.thumbnails-view {
	width: 1050px;
}
.thumbnails-view .logo_view{
	margin-right: 52px;
}

.logo_view a.logo,
.logo_view a.logo:visited {
	display: block;
	width: 192px; 
	padding: 4px;
	border: 1px solid #e5e5e5;
	position: relative;
}

.logo_view a.logo:hover {
	padding: 0px;
	border: 5px solid #000;
	text-decoration: none;
	position: relative;
}
.logo_view a.logo .number,
.logo_view a.logo:visited .numder{
	display: none;
}
.logo_view a.logo:hover .number{
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 60px;
	height: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 20px; 
	text-decoration: none;
	padding-left: 5px;
}

.logo_view a.bord_orange,
.logo_view a.bord_orange:visited{
	padding: 0px;
	border: 5px solid #FF9900;
	text-decoration: none;
} 
.logo_view a.bord_orange:hover{
	padding: 0px;
	border: 5px solid #000;
	text-decoration: none;
}

.logo_view a.logo .favs{
	position: absolute;
	left: -6px;
	top: -6px;
	background: url(../img/our_favs.gif) no-repeat left top;
	width: 76px;
	height: 75px;
}

.logo_view a.bord_orange .favs,
.logo_view a.logo:hover .favs,
.logo_view a.bord_orange:hover .favs{
	left: -10px;
	top: -10px;
}


.logo_view .descr{
	clear: both;
	padding: 10px 0;
	color: #435270;
	font-size: 11px;
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
	height: 25px;
}
.logo_view .descr h3{
	font-size: 16px;
	color: #0097DD;
	float: left;
	width: 148px;
	height: 32px;
	line-height: 32px;
	border-right: 1px solid #e5e5e5;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
}
.logo_view .name{
	padding: 0;
	height: 20px;
}
.logo_view .options{
	float: right;
	width: 46px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.logo_view .options a.ico-link2, 
.logo_view .options a.ico-link2:visited {
	margin:0 auto;
}
.logo_view .sprung{
	color: #999999;
	font-weight: bold;
}
.logo_view .info_view{
	color: #666;
	font-size: 11px;
	line-height: 13px;
	padding: 5px 0;
	border-bottom: 1px solid #e5e5e5;
	height: 31px;
}
.logo_view .info_view strong{
	color: #1e283e;
	font-size: 11px;
}

a.link_add_cart,
a.link_add_cart:visited,
a.link_add_cart:hover{
	display: block;
	float: right; 
	background: url(../img/btn_blue_92.gif) no-repeat left top;
	width: 92px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 0 #333333;
}
a.link_added_cart,
a.link_added_cart:visited,
a.link_added_cart:hover{
	display: block;
	float: right; 
	background: url(../img/btn_grey_92.gif) no-repeat left top;
	width: 92px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	cursor: default;
	text-decoration: none;
}
a.link_remove_cart,
a.link_remove_cart:visited,
a.link_remove_cart:hover{
	display: block;
	float: right; 
	background: url(../img/btn_blue_92.gif) no-repeat left top;
	width: 92px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}

/*** top search container[start] ***/
.search-main-containter{
	height: 61px;
	background: url(../img/findlogo-box-bg.gif) repeat-x left top;
	padding: 10px 10px 0px 10px;
}
.search-main-containter .btn_search{
	background: url(/img/btn-search-bg.gif) repeat-x left top;
	height: 30px;
	width: 120px;
	margin-left: 4px;
	font-size: 18px;
}
.search-main-containter .btn_reset{
	background: url(/img/btn-grey.gif) repeat-x left top;
	height: 30px;
	width: 120px;
	margin-left: 4px;
	font-size: 15px;
	border:medium none;
	color:#FFFFFF;
	font-weight: bold;
}

.smode-switcher{
	color: white;
	cursor: pointer;
	font-size: 10px;
}
.search-main-containter .inp_search{
	font-size:16px;
	font-weight:bold;
	height:23px;
	padding-top: 5px;
	width:500px;
}
.layout-switcher a{
	display:block;
	width: 28px;
	height: 20px;
	float:left;
	margin-left: 4px;
}
.layout-switcher a.list{
	background: url(../img/l-list-view.gif) no-repeat left top;
}
.layout-switcher a.thumbnails{
	background: url(../img/l-thumbnails-view.gif) no-repeat left top;
}
div.display-options-title{
	float: left;
	width: 81px;
	height: 20px;
	margin-top:19px;
	background: url(../img/display-buttons-label.gif) no-repeat left top;
}
.current-mode-title{
	font-size: 7px;
	color: #A9D327;
	text-transform: uppercase;
	text-align: center;
}

.layout-switcher a.active{
	background-position: bottom;
}
.adv-seach-line{
	border-bottom:1px solid #E5E5E5;
	padding:8px 0 2px;
}
.reser-filter-param{
	background:transparent url(/img/ico-wrong2.png) no-repeat scroll left top;
	height:17px;
	width:17px;
	margin: 2px 5px;
	display: block;
}
.filter-big-input {
	border: 1px solid #e5e5e5;
	color: #444444;
	height: 23px;
	overflow: hidden;
	padding-top: 5px;
	width: 159px;
}
.filter-big-input.color {
	width: 130px;
	cursor: pointer;
	border: none;
}
.colorselector-pic{
	border: 1px solid #e5e5e5;
	background: url(../img/ico-palette.gif) no-repeat right top;
	cursor: pointer;
	padding-right: 29px;
	position: relative;
	z-index: 100;
	float:left;
}

/*** top search container[end] ***/
/************************/

/*** This block make list of content categories on page "browse brand" ********/
.item_category{
	/*background: url(../images/dot_line.gif) repeat-x left bottom;*/
	height: 18px;
	margin-bottom: 7px;
}
.item_category a,
.item_category a:visited{
	display: block;
	float: left;
	background: #fff;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
.item_category a:hover{
	color:#0096d7;
	text-decoration: none;
}
.item_category strong{
	display: block;
	float: left;
	background: #fff;
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px; 
}
.item_category a.current,
.item_category a.current:visited,
.item_category a.current:hover{
	display: block;
	float: left;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #0096d7;
	text-decoration: none;
	cursor: default;
}
/**********************************************************************************/

/*** Browse domain ****************************************************************/
.col_right_domain {
	position: relative;
	overflow: visible;
	padding-top: 149px;
	float:right;
	width:260px;
}
.block_domain_search{
	width: 270px;
	height: 109px;
	background: url(../img/bg_domain_search.gif) no-repeat left top;
	position: absolute;
	left: -10px;
	top: -10px;
	padding-top: 10px;
	z-index: 500;
}
.block_domain_search .top{
	background: none;
	color: #999;
	font-size: 11px;
	margin-bottom: 0px;
	border: none;
}
.block_domain_search .top h3{
	background: none;
	padding-left: 40px;
	float: left;
	color: #fff;
}
.block_domain_search .top .f_r{
	padding: 8px 10px 0 0;

}
.block_domain_search .top a,
.block_domain_search .top a:visited,
.block_domain_search .top a:hover{
	color: #fff;
	font-size: 11px;
}
.block_domain_search .cont{
	padding: 0 0 0 10px;
	color: #fff;
}
.block_domain_search .cont .form span{
	color: #fff;
}
.block_domain_search .cont .form strong{
	color: #ACD728;
}
.inp_search_domain{
	width: 150px;
	height: 14px;
	border: 1px solid #BDBDBF;
	font-size: 12px;
	font-family: Georgia, Times;
	padding: 3px 5px;
	font-style: italic;
	color: #999;
}
.btn_green{
	background: url(../img/btn_green.gif) no-repeat left top;
	height: 20px;
	width: 66px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	border: none;
	cursor:pointer;
}
/** On page buyer_landing_page in form "buy a Domain" ************/
.box_sel{
	float: left;
	border: 1px solid #BDBDBF;
	background: #fff;
	width:64px;
	height: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
.box_sel .sel,
.box_sel .sel:visited{
	display: block;
	float: left;
	color: #1e283e;
	width:49px;
	height: 20px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 20px;
	background: url(../img/arr-sort.gif) no-repeat right center;
}
.box_sel a.sel:hover{
	background: url(../images/arr-sort-up.gif.gif) no-repeat right center;
	text-decoration: none;
}
.box_sel .variation{
	position: absolute;
	left: -1px;
	top: 20px;
	width: 64px;
	border: 1px solid #BDBDBF;
	z-index: 1000;
}
.box_sel .variation a,
.box_sel .variation a:visited{
	display: block;
	float: none;
	border: 1px solid #fff;
	background: #F7F7F7;
	font-size:12px;
	line-height:20px;
	height:20px;
	padding-left: 10px;
	color: #60759c;
}
.box_sel .variation a:hover{
	display: block;
	float: none;
	border: 1px solid #fff;
	background: #E4E4E4;
	font-size:12px;
	line-height:20px;
	height:20px;
	padding-left: 10px;
	text-decoration: none;
	color: #1e283e;
}
.box_sel .variation a.active,
.box_sel .variation a.active:visited,
.box_sel .variation a.active:hover {
	background:#E4E4E4 none repeat scroll 0%;
	border:1px solid #FFFFFF;
	color:#1E283E;
	display:block;
	float:none;
	font-size:12px;
	height:20px;
	line-height:20px;
	padding-left:10px;
	text-decoration:none;
}
/************************************************************************************/

/**********************************************************************************/


/*** Page Domain. Table for view domain *************************************/

.table_domain {
	overflow: hidden;
}
.table_domain .row_title{
	margin-bottom: 20px;
	overflow: hidden;
}
/*******************************/
.wrap_row{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.llogo-row {
	padding-left: 6px;
	padding-top: 6px;
	position:relative;
}
.llogo-row span.favs{
	position: absolute;
	left: 2px;
	top: 2px;
	background: url(../img/our_favs.gif) no-repeat left top;
	width: 76px;
	height: 75px;
}

.row{
	background: url(../img/bg_row.gif) repeat left top;
	overflow: hidden;
	color: #000;
}
.row_title {
	margin-bottom: 21px;
}
.logo {
	width: 275px;
	margin-right:21px;
	float: left; 
}
.price{
	width: 90px;
	margin-right: 21px;
	float: left; 
	color: #000;
}
.action{
	width: 237px;
	float: right; 
	color: #666;
}
.action strong{
	color: #000;
}
.row_title .logo{
	width: 277px;
	border-bottom: 1px solid #e5e5e5;
}
.row_title .logo .title1{
	width: 115px;
	float: left;
}
.row_title .logo .title2{
	width: 160px;
	float: left;
}
.row_title .price{
	width: 92px;
	border-bottom: 1px solid #e5e5e5;
}
.row_title .action{
	width: 237px;
	border-bottom: 1px solid #e5e5e5;
}

.pic_item{
	padding: 4px;
	border-right: 1px solid #e5e5e5;
	display: block;
	float: left;
}
.domain-name{
	float: left;
	width: 187px;
	height: 27px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
}

.row .logo,
.row .price,
.row .action {
	border: 1px solid #e5e5e5;
	height: 48px;
	background: #fff;
	overflow: hidden;
	text-align: center;
}

/*** for browse logos page, list layout [start] ***/
.browse-logos .row .logo,
.browse-logos .row .designer,
.browse-logos .row .action,
.browse-logos .row .buy {
	border: 1px solid #e5e5e5;
	padding-top: 20px;
	height: 100px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	float: left;
}
.browse-logos .row .logo {
	width: 453px;
	padding-top: 0px;
	height: 120px;
}
.browse-logos .row_title .logo {
	width: 453px;
}
.browse-logos .row .logo .descr{
	margin-left: 150xp;
	padding: 20px 20px;
	float: left;
	width: 260px;
}
a.bord_orange1{
	background: #FF9900;
}

.llogo-name{
	background: url(../img/dot_line.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.ddomain-included{
	font-size: 14px;
	color: #99D26F;
	font-weight: bold;
	padding: 5px 0 0 0;
	background: url(/img/ico-ok.gif) no-repeat left 6px;
	margin:auto;
	width: 200px;
}

.browse-logos .row .designer {
	width: 160px;
	margin-right: 21px;
}
.browse-logos .row .designer a,
.browse-logos .row .designer a:hover,
.browse-logos .row .designer a:visited {
	font-weight: bold;
	text-decoration:none;
}

.browse-logos .row_title .designer {
	width: 160px;
	float: left;
	border-bottom:1px solid #E5E5E5;
	margin-right:23px;
}

.browse-logos .row .action {
	width: 120px;
	margin-right: 21px;
}
.browse-logos .row_title .action {
	width: 120px;
	float: left;
	margin-right:23px;
}
.act-container {
	margin: 0px 10px 5px;
	padding-bottom: 5px;
}
.act-container .spring {
	float: right;
}
.browse-logos .row .action .lviews {
	font-size: 11px;
	text-align: center;
}
.browse-logos .row .buy {
	width: 180px;
}
.browse-logos .row_title .buy {
	width: 180px;
	border-bottom:1px solid #E5E5E5;
	float: left;
}
.browse-logos .buy .status_details{
	padding-top: 30px;
	font-size: 20px;
}

.browse-logos .row .buy .link_add_cart{
	margin: 10px auto;
	float: none;
}
.bottom-dot-line {
	background: url(../img/dot_line.gif) repeat-x left bottom;
	/*overflow: hidden;*/
}

/*** for browse logos page, list layout [end] ***/
.price strong{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
}
.price a,
.price a:visited,
.price a:hover{
	display: block;
	color: #666;
	font-size: 11px;
	line-height: 13px;
	padding-top: 10px;
	text-decoration: none;
}
.action .f_l{
	padding: 8px 10px; 
	width: 105px;
	text-align: center;
}
.wrap_btn {
	float: right;
	width: 92px;
	height: 48px;
	padding: 10px;
	background: url(../img/dot_line_vert.gif) repeat-y left top;
}
.logo.orange{
	border:5px solid #FF9900;
	height:40px;
	width: 265px;
}
.logo.orange .pic_item{
	padding: 0px;
	border-right: 5px solid #FF9900;
	display: block;
}
.logo.orange .domain-name{
	padding: 5px 10px;
}

/*** Profile ***********************/
.panel_user_profile {
	margin-bottom: 35px;
}
.photo-status{
	float: left;
	width: 147px;
	position: relative;
	left: 10px;
}
.photo-status .ribbon-premium{
	display: block;
	background: url(../img/ribbon-premium.gif) no-repeat left top;
	position: absolute;
	left: -5px;
	top: -5px; 
	width: 75px;
	height: 75px;
}
.photo-status img{
	padding: 4px;
	border: 1px solid #e5e5e5;
}
.photo-status .user-status{
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	font-family: "Times New Roman";
	font-style: italic;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.photo-status .user-status.online{
	background: #8CC63E;
}
.photo-status .user-status.offline{
	background: #E5E5E5;
	color: #999999;
}
.user-info {
	float: left;
	/*width: 820px;*/
	width: 555px;
    margin-left: 50px;
}

.profile-actions-panel {
	float: left;
	border: 1px solid #E5E5E5;
	width: 160px;
	height: 145px;
	margin-left: 9px;
}

.profile-actions-panel .action-item {
	margin: 13px 8px;
}

.dashboard{
	clear: both;
	border-bottom: 1px solid #e5e5e5;
	height: 25px;
	background: #fff;
	padding: 3px 0px;
	overflow: hidden;
	margin-bottom: 25px;
}
.dashboard .title{
	color: #000;
	float: left;
	height: 25px;
	padding: 0px 20px 0px 20px;
	background: url(../img/ico-dashboard-sm.gif) no-repeat left center;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
.dashboard .inf{
	color: #666;
	float: left;
	border-left: 1px solid #e5e5e5;
	height: 20px;
	background: #fff;
	padding: 0px 20px;
	margin-top: 3px;
	font-size: 11px;
	line-height: 20px;
}
.dashboard .inf strong{
	font-weight: bold;
	color: #000;
	font-size: 13px;
}
.column-stats{
	float: left;
	width: 216px;
}
.column-stats h3{
	font-size: 14px;
	padding: 0;
}
.column-stats strong{
	font-weight: bold;
	color: #000;
	font-size: 13px;
}
/***********************************/
