@font-face
{
  font-family: 'RobotoCondensed';
  src: url('/static_files/egyedi/font/RobotoCondensed-Bold.ttf');
  src: url('/static_files/egyedi/font/RobotoCondensed-Light.ttf');
  src: url('/static_files/egyedi/font/RobotoCondensed-Regular.ttf');
}


/**********************************
* general
**********************************/
body {
    font-family: 'RobotoCondensed', Arial, Helvetica,sans-serif;
    font-size: 14px;
    line-height: 17px;
	margin: 0px;
}
input, select, textarea {
    font-family: 'RobotoCondensed', Arial, Helvetica,sans-serif;
}
#page {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url("/images/pageBg.png");
}
#root {
	padding: 0;
}
sup {
	font-size: 11px;
	text-transform: uppercase;
}
a {
    text-decoration: underline;
}
img {
	max-width: 100%;
}
hr {
    border: 0 none;
    height: 1px;
    margin: 5px 0px;
    padding: 0;
}
b, strong {
	font-weight: bold;
}
em, i {
	font-style:italic
}
h1 {
	font-size: 30px;
	line-height: 36px;
}
h2 {
	font-size: 26px;
	line-height: 32px;
}
h3 {
	font-size: 22px;
	line-height: 22px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	line-height: 16px;
}
p {
	font-size: 12px;
	line-height: 16px;
}
blockquote {
	margin-left: 20px;
}
ol {
	padding: 5px;
	margin-left: 20px;
	list-style-type: decimal;
}
ul {
	padding: 5px;
	margin-left: 20px;
	list-style-type: disc;
}


/**********************************
* inputs
**********************************/
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 2px 4px;
	margin: 0 0 0 0;
	font-size: 14px;
	-webkit-appearance: none;
	box-shadow: none !important;
}
input[type=radio], input[type=checkbox] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin: 2px 5px 0 5px;
}
select{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 1px 0;
	font-size: 14px;
	-webkit-appearance: none;
	box-shadow: none !important;
}
textarea{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 2px 4px;
	/* margin: 0 0 6px 5px; */
	margin: 0 0 0px 0px;
	resize: none;
    font-family: arial;
    font-size: 16px;
	-webkit-appearance: none;
	box-shadow: none !important;
}
input[type=button], button{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 0px;
	font-size: 16px;
	padding: 6px 14px;
	cursor: pointer;
	text-transform: uppercase;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
}
.popUpWindow input[type=button], .popUpWindow button{
	font-size: 14px;
	padding: 3px 14px;
}

button.domainType {
	margin: 2px 0 0 0;
	font-size: 10px;
	padding: 2px 4px 2px 20px;
	cursor: pointer;
	border-left: 5px solid transparent;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("/images/domain_status_1.png");
	background-size: 12px;
}
button.domainType.active {
	background-image: url("/images/domain_status_0.png");
}

#basketBox button.paymantType img  {
	margin: 6px 0 0 0;
	width: 100%;
}
#productOrderPayment button.paymantType img  {
	margin: 0 0 0 10px;
	width: 300px;
}

button.paymantType {
	margin: 2px 0 2px 0;
	font-size: 12px;
	padding: 4px 4px 4px 20px;
	cursor: pointer;
	border-left: 5px solid transparent;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 12px;
	width: 100%;
	text-align: left;
	line-height: 24px;
	min-height: 34px;
}
button.paymantType.active {
	background-image: url("/images/domain_status_0.png");
}

button.basketBoxDelete {
	font-size: 8px;
	line-height: 10px;
	margin: 2px;
	padding: 2px;
}

/**********************************
* selectBox
**********************************/
.selectBox {
/*   background-image: url("/images/design/default/select-arrow.png"); */
    background-position: right center;
    background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
    overflow: hidden;
    width: 200px;
}
.selectBox select{
	background: none repeat scroll 0 0 transparent;
    margin: 0;
    border: 0;
	padding: 1px;
    width: 220px;
	font-size: 12px;
    z-index: 1;
	-webkit-appearance: none;
}

/**********************************
* accordingBox
**********************************/
.according_head {
	cursor: pointer;
	line-height: 24px;
	font-weight: bold;
	font-size: 16px;
    margin: 10px 0 5px;
}
.according_head:before {
	content: " + ";
	padding-right: 5px;
}
.according_body {
	display: none;
	padding: 0px 20px 20px 20px;
}

/**********************************
* mixed
**********************************/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 0px;
}
.pointer {
	cursor: pointer;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.mask {
	position: fixed;
	z-index: 10001;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
.cblock {
	margin: 0 auto;
	width: 960px;
	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
}

/**********************************
* tabs
**********************************/
.tabsHead {
	border-radius: 4px 4px 0 0;
}
.tabsBtns {
	float: left;
	cursor: pointer;
	padding: 5px 10px;
	margin: 0px 5px 0px 5px;
	border-bottom: 0px;
}
.tabsBtns.active{
	border-bottom: 0px;
}
.tabsBody {
	padding: 5px;
	border-radius: 0 0 6px 6px;
}

/**********************************
* horizontalSlide
**********************************/
.horizontalSlide {
	position: relative;
}
.horizontalSlide .prev{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 20px;
	cursor: pointer;
}
.horizontalSlide .next{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 20px;
	cursor: pointer;
}
.horizontalSlide .cont{
    height: 100%;
	overflow: hidden;
	margin: 0px 20px 0px 20px;
}
.horizontalSlide .cont .wrap{
    left: 0px;
    height: 100%;
	position: relative;
}
.horizontalSlide .cont .wrap .box {
    height: 100%;
	float: left;
}

/**********************************
* popupWindow
**********************************/
.popUpWindow {
	position: fixed;
	min-height: 200px;
	min-width: 400px;
	z-index: 10002;
	opacity: 0;
}
.popUpWindow.windHide {
	display: none;
}
.popUpWindow.windShow {
	display: block;
}
.popUpWindow > .head {
	min-height: 40px;
	padding: 20px;
}
.popUpWindow > .head .logo{
	height: 50px;
	float: left;
	display: none;
}
.popUpWindow > .head .title,
.popUpWindow > .head .name {
	font-size: 22px;
	padding-left: 10px;
	line-height: 48px;
	float: left;
}
.popUpWindow > .head button{
	float: right;
	margin: 8px 8px 0 0;
	cursor: pointer;
	width: auto;
	border: 0 solid black;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 8px 5px 8px;
}
.popUpWindow .body{
	padding: 20px;
	overflow: auto;
}
.popUpWindow .body .name{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.popUpWindow .body .label{
	margin: 10px 0 15px 0;
}
.popUpWindow .body button{
	margin: 5px 0 5px 0;
}
.popUpWindow .body .link{
	display: block;
	margin: 5px 0;
	text-decoration: none;
}
.popUpWindow .body a {
	text-decoration: none;
}
.popUpWindow  .body .link:before{
	content: '\25B8';
	font-size: 18px;
	padding-right: 10px;
}
.popUpWindow .body .send{
	margin: 10px 0;
}
.popUpWindow .foot{
	padding: 10px 15px;
	line-height: 22px;
}
.popUpWindow .foot .right {
	margin-left: 10px;
}
.popUpWindow .foot .left {
	margin-right: 10px;
}

/**********************************
* alertWindow
**********************************/
.alertWindow {
	position: fixed;
	z-index: 10002;
	padding: 10px;
	border-radius: 10px;
	opacity: 0;
}
.alertWindow .body {
	padding: 10px;
	text-align: center;
}
.alertWindow .foot {
	text-align: center;
}
.alertWindow .foot button{
	cursor: pointer;
	width: auto;
	border: 0 solid black;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 2px 10px 2px 10px;
}

/**********************************
* header
**********************************/
.siteHead {
	position: relative;
	width: 100%;
	padding: 0;
	z-index: 1000;
}
.siteHead .cblock {
	height: 90px;
	padding: 0;
}
.siteHead  .logo{
	margin: 10px 0 0 0;
	float: left;
}
.siteHead  .logo a{
	float: left;
}
.siteHead .logo img{
	height: 100%;
	max-height: 50px;
}
/** slogen **/
.siteHead .slogan{
	left: 40px;
	bottom: 0px;
    margin-top:2px;
}
.siteHead .slogan a{
	text-decoration:none;
    font-size: 13px;
    letter-spacing: 0.345em;
    text-transform: uppercase;
}
/** login **/
.siteHead #logInBoxLink{
	float: right;
    position: relative;
    text-align: center;
    top: 15px;
}
.siteHead #logInBoxLink a{
    display: block;
    font-size: 11px;
	line-height: 19px;
    margin: 0 0 0 20px;
    text-decoration: none;
	text-transform: uppercase;
}
.siteHead #logInBoxLink .login_icon{
	position: relative;
	right: -2px;
	height: 36px;
}
/** lang **/
.siteHead .lang {
	float: right;
	margin: 0 17px 0 0;
}
.siteHead .lang .link {
	float: left;
	line-height: 26px;
	margin: 0;
	padding: 0 5px;
	text-decoration: none;
	display: block;
	margin: 12px 0 10px 10px;
	border-radius: 20px;
	text-transform: uppercase;
}
.siteHead .lang .line {
	float: left;
	padding: 0px 5px;
	line-height: 28px;
	margin: 0px;
}
.siteHead .lang img {
	height: 16px;
	float: right;
}
/** info **/
.siteHead  .info{
	float: right;
	margin: 5px 0;
}
.siteHead  .info .rows {
	float: right;
	margin-bottom: 10px;
}
.siteHead  .info .link{
	float: left;
	line-height: 30px;
	margin: 0;
	text-decoration: none;
	display: block;
}
.siteHead  .info .text{
	float: left;
	line-height: 30px;
	padding: 0px 10px 0 20px;
}

/**********************************
* menu top
**********************************/
.menuTop { /* fos */
    height: 50px;
    background-position: right top;	
}
.menuTop .cblock {
	padding: 0;
	height: 50px;
	position: relative;
}
.menuTop .level0 {
	padding-right: 15px;
}
.menuTop .level0 > a {
	line-height: 50px;
    letter-spacing: 0.01em;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 12px;
}
.menuTop .level0 > a.arrow {
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("/images/menu_arow_1.png");
}
.menuTop .level0 > a.arrow:hover {
	background-image: url("/images/menu_arow_2.png");
}
.menuTop .subMenu .level0 {
	padding-right: 0px;
	width: 280px;
	padding-right: 40px;
}
.menuTop .subMenu .level0 > a {
	line-height: 30px;
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	text-transform: capitalize;
}
.menuTop .subMenu {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 960px;
    border-radius: 0 0 5px 5px;
}
.menuTop .level0:hover .subMenu {
	display: block;
}
.menuTop .subMenu a {
	padding: 2px 6px;
}
.menuTop .subMenu .menuName, .menuTop .subMenu .menuName a {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 10px 0;
	text-decoration: none;
}
.menuTop .subMenu .menuText {
	padding: 10px 0;
}
.menuTop .subMenu .menuInfo {
	float: left;
	width: 182px;
	margin: 4px;
    padding: 20px;
    text-align: center;
	min-height: 220px;
	border-radius: 0 0 0 5px;
}
.menuTop .subMenu .menuIcon {
	padding: 10px 0;
}
.menuTop .subMenu .menuCont {
	float: left;
	width: 682px;
	margin: 4px;
	min-height: 220px;
	padding: 20px;
}
.menuTop .subMenu .menuCont .column {
	float: left;
	width: 320px;
}
.menuTop .subMenu .menuCont .column:last-child {
	padding: 0 20px;
}
.menuTop .subMenu .menuCont .column a {
	font-size: 14px;
	line-height: 32px;
}
/**/
.menuTop .domainSearch {
	float: right;
	line-height: 50px;
	position: relative;
}
.myAccount .domainSearch {
	line-height: 50px;
	position: relative;
}
.menuTop .domainSearch input[type=text] {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width: 180px;
	padding: 0 28px 0 6px;
	border-radius: 2px;
}
.myAccount .domainSearch input[type=text] {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width: 100%;
	padding: 0 28px 0 6px;
	border-radius: 2px;
}
.menuTop .domainSearch input[type=submit], .myAccount .domainSearch input[type=submit] {
	height: 22px;
	width: 22px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("/images/finderBtn02.png");
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 2px;
	top: 15px;
	cursor: pointer;
	background-color: transparent;
}

/**********************************
* center column
**********************************/
.siteCenter{
	padding: 0;
}
.siteCenter .lists{
	padding: 5px 0;
	display: list-item;
	list-style-position: inside;
}
.siteCenter a{
	text-decoration: none;
}
/** box **/
.siteCenter .head{
    font-size: 18px;
    line-height: 18px;
	padding: 5px 0;
	margin: 0 0 10px 0;
}
.siteCenter .body{
	margin: 0;
	padding: 5px 0;
	text-align: justify;
}
.siteCenter .body .link{
	margin: 5px 0px;
	display: inline-block;
	text-decoration: none;
}
.siteCenter .body .name{
	margin: 0 0 5px 0;
	text-decoration: none;
}

.siteCenter .body .label{
	margin: 0 0 5px 0;
	text-decoration: none;
}
.siteCenter .body .italic {
	font-style: italic;
	font-size: 11px;
}
/***************/
.siteCenter .infoBox {
	margin: 10px;
	padding: 10px;
	text-align: justify;
	/*border-radius: 8px;*/
}
#siteCenter table td.infoBox {
	padding: 10px;
}

/**********************************
* footer
**********************************/
.siteFoot {
	position: relative;
}
.siteFoot .cblock {
	min-height: 300px;
	padding: 0;
}
.siteFoot .menu{
	float: left;
	width: 100%;
}
.siteFoot .menu .cblock {
	height: 50px;
	min-height: 50px;
}
.siteFoot .menu .link{
	text-decoration: none;
	line-height: 50px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}
.siteFoot #news{
	float: right;
	height: 50px;
	line-height: 50px;
}
.siteFoot #news .title {
	float: left;
	text-transform: uppercase;
	padding: 0 10px 0 0;
}
.siteFoot #news .body {
	float: left;
	position: relative;
}
.siteFoot #news .body input[type=text]{
	width: 260px;
	padding: 2px 96px 2px 5px;
	border-radius: 4px;
	height: 22px;
	margin: 0;
}
.siteFoot #news .body button{
	position: absolute;
	top: 16px;
	right: 2px;
	text-transform: uppercase;
	border: 0px;
	padding: 0px 4px;
	font-size: 12px;
	border-radius: 3px;
    height: 18px;
	font-size: 11px;
}

.siteFoot .bgbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.siteFoot .bgbox ul > li {
	padding: 0 20px 0 0;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url("/images/listIcon.png");
	background-size: 8px 8px;
	padding: 0 0 0 12px;
}
.siteFoot .bgbox ul > li a {
	text-decoration: none;
	line-height: 22px;
}

.siteFoot  .menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.siteFoot .menu a {
	font-size: 14px;
}
.siteFoot .menu > ul > li {
	float: left;
	padding: 0 20px 0 0;
}
.siteFoot .menu .mtlist > li > a{
	padding: 0 0 5px 0;
}
.siteFoot .menu .mtcell > li{
	margin: 0 0 0 40px;
}
.siteFoot .menu .mtcell > li > a{
	font-size: 14px;
	font-weight: bold;
}
.siteFoot .menu .mtcell ul.prod {
	float: left;
	margin: 0 20px 0 0
}

.siteFoot > div:not(.bgbox) {
	position: relative;
}
.siteFoot .bgbox{
	padding-top: 40px;
}

#siteCenter .title{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 6px 0px;
}
#siteCenter .label {
	font-size: 14px;
	margin: 10px 0 5px;
}
#siteCenter .text {
	font-size: 14px;
	margin: 5px 0;
}
#siteCenter table{
	margin-bottom: 15px;
	width: 100%;
}
#siteCenter table td{
/*	vertical-align: middle; */
	padding: 4px 0px;
}
#siteCenter table.hosting {
	border-spacing: 8px;
    border-collapse: separate;
}
#siteCenter table.hosting h3 a{
	font-size: 18px;
	text-align: justify;
}
#siteCenter table.hosting thead td.img {
	height: 120px;
}
#siteCenter table.hosting thead td.img a{
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 100%;
	width: 100%;
}
#siteCenter table.hosting tbody td {
	padding: 4px;
}

#siteCenter .hosting2 h2 {
	font-size: 24px;
	text-align: center;
}
#siteCenter .hosting2 h3 {
	font-size: 18px;
	text-align: center;
}
#siteCenter .hosting2 tbody td {
	padding: 8px;
}
#siteCenter .hosting2 .techInf {
	float: left;
	width: 25%;
	height: 50px;
	padding-top: 20px;
}
#siteCenter .hosting2 .techInf h4 {
	font-size: 16px;
	text-align: center;
}

/**********************************
* menuSide
**********************************/

/**********************************
* pathShower
**********************************/
.pathShowerState td {
	width: 33%;
}
.pathShowerState .name {
	text-align: left;
}
.pathShowerState .name a {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}
.pathShowerState .name a.active {
	font-weight: bold;
}
#siteCenter .pathShowerState .bord {
	background-color: #BBCEE9;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
#siteCenter .pathShowerState .line {
	background-color: #1A2C45;
	padding: 0px;
	margin: 0px;
	height: 1px;
}


/**********************************
* newsBox
**********************************/
#newsBox .name {
	font-weight: bold;
}
#newsBox .body img {
	float: left;
	margin: 0px 5px 5px 0px;
	max-width: 100%;
}

/**********************************
* logInBox
**********************************/


/**********************************
* searchHead
**********************************/


/**********************************
* searchBox
**********************************/


/**********************************
* labelCloud
**********************************/
#labelCloud .body .link {
	float: left;
	margin-right: 10px;
}

/**********************************
* productBox
**********************************/

/**********************************
* categoryList
**********************************/

/**********************************
* mainPageCategoryList
**********************************/

/**********************************
* productList
**********************************/
#productList .filter {
	padding: 0 10px;
	text-align:left;
}
#productList .filter .link {
	font-size: 13px;
	padding: 4px;
	margin: 0px;
}

#productList .row.album {
	width: 238px;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
#productList .row.album .properties {
	text-align: left;
	padding: 5px 10px;
}
#productList .row.album .data{
	margin: 20px 40px;
}
#productList .row.album .image {
	height: 80px;
    overflow: hidden;
    float: left;
    width: 40%;
}
#productList .row.album .image a{
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 100%;
    width: 100%;
}
#productList .row.album .product {
	padding: 0px 10px;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
#productList .row.album .product_inf {
	padding: 0px 10px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	min-height: 46px;
}
#productList .row.album .price {
	padding: 0px 10px 5px 10px;
	font-size: 20px;
	text-align: right;
	height: 32px;
}
#productList .row.album button {
	font-size: 12px;
    padding: 10px 10px;
	margin: 10px 3px 10px 3px;

}
#productList .price {
	font-size: 20px;
	font-weight: bold;
}


/**********************************
* product
**********************************/
#product .data {
	/*border-radius: 8px;*/
	margin: 10px;
	padding: 10px;
	text-align: justify;
	min-height: 260px;
}
#product .data h2 {
	margin-bottom: 10px;
}
#product .data .image {
	text-align: center;
}
#product .data .title {
	margin: 15px 0 0 0;
	text-align: center;
}
#product .data .price {
	font-size: 18px;
}
#product .data .subPrice .price {
	font-size: 14px;
}
#product .data .sinfo tr td + td {
	text-align: right;
}
#product .basketForm {
	text-align: center;
}
#product .data .basketButton {
	margin: 15px 0 0 0;
	text-align: center;
}
#product .infoHead {

}
#product .info {
	line-height: 1.6em;
}

/**********************************
* productOpinion
**********************************/
#productOpinion .label{
	margin: 20px 0;
	text-align: center;
}
#productOpinion .cont {
	margin: 0 auto;
	text-align: center;
}
#productOpinion .true img{
	width: 40px;
	margin: 0 10px;
}
#productOpinion .false img {
	width: 40px;
	margin: 0 10px;
}

/**********************************
* productOrder
**********************************/
#productOrder{
	margin-bottom: 10px;
}
#productOrder .productOrderFoot{
	margin-top: 20px;
	padding: 20px;
	text-align: right;
}
#productOrder .productOrderFoot button{
	border: 0px;
	padding: 2px 25px;
	text-transform: uppercase;
}


.orderBox .head {
	padding: 5px;
	margin: 0;
}
.orderBox .body {
	padding: 5px;
}
.orderBox td {
	padding: 2px 0;
}

/**********************************
* basketBox
**********************************/
#basketBox {
	width: 300px;
	float: right;
}

/**********************************
* paymentBox
**********************************/

/**********************************
* adminTopMenu
**********************************/
#adminTopMenu{
	position: relative;
	text-align: center;
	top: 9px;
	float: right;
}
#adminTopMenu .icon {
    display: block;
    float: left;
	margin: 0 0 0 10px;
	height: 55px;
	width: 55px;
	border-radius: 65px;
	line-height: 75px;
	font-size: 11px;
	text-decoration: none;
	border: 5px solid #ad0f07;
    color: #FFFFFF;
}

/**********************************
* basketInf
**********************************/
#basketInf{
	position: relative;
	text-align: center;
	top: 9px;
	float: right;
}
#basketInf .icon {
    display: block;
    float: left;
	margin: 0 0 0 20px;
	background-image: url("/images/basket_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
	height: 65px;
	width: 65px;
	border-radius: 65px;
	line-height: 85px;
	font-size: 11px;
	text-decoration: none;
}


/**********************************
* basketDetails / basketDetailsProperties
**********************************/
#basketDetails .body button {
	padding: 2px;
	font-size: 13px;
	line-height: 13px;
	margin: 2px 0;
}
#basketDetails, 
#basketDetailsProperties {
	min-width: 500px;
}
#basketDetailsProperties .basketLabel {
	float: left;
	line-height: 26px;
}
#basketDetailsProperties .basketInput {
	float: left;
	width: 50px;
	text-align: center;
}

/**********************************
* productOrderBasket
**********************************/
#productOrderBasket table td {
	vertical-align: middle;
}
#productOrderBasket .line{
    border: 0 none;
    height: 1px;
    margin: 5px 0px;
    padding: 0;
}
#productOrderBasket .label{}
#productOrderBasket .image{
	height: 100px;
	width: 150px;
	text-align: center;
}
#productOrderBasket .image a {
	float: left;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	/* background-size: cover; */
}
#productOrderBasket .product {
	padding-left: 10px;
	text-transform: uppercase;
}
#productOrderBasket .product sup {
	font-size: 11px;
	text-transform: uppercase;
}
#productOrderBasket .price {
	text-align: right;
	width: 100px;
}
#productOrderBasket .quantity {
	width: 140px;
}
#productOrderBasket .quantity .piece_numb{
	text-align: center;
    float: left;
	height: 22px;
	width: 40px;
	margin: 0 4px;
}
#productOrderBasket .delete {
	text-align: right;
}
#productOrderBasket button,
#productOrderBasket .minus,
#productOrderBasket .pluss {
	font-size: 10px;
	line-height: 18px;
	display: inline-block;
	border: 0;
	text-align: center;
	line-height: 18px;
	padding: 0 4px;
	font: bold 14px/100%;
}

/**********************************
* productOrderTrans
**********************************/
#productOrderTrans{
	margin-top: 20px;
	float: left;
	width: 40%;
}
#productOrderTrans .name{
    line-height: 32px;
	padding-left: 10px;
	font-weight: bold;
}
#productOrderTrans .cont{
	margin-top: 5px;
	padding-left: 10px;
}

/**********************************
* productOrderPayment
**********************************/
#productOrderPayment{
	margin-top: 20px;
	float: left;
	width: 100%;
}
#productOrderPayment .name{
    line-height: 32px;
	padding-left: 10px;
	font-weight: bold;
}
#productOrderPayment .cont{
	margin-top: 5px;
	padding-left: 10px;
}

/**********************************
* domainCheckList
**********************************/
#domainPrevSearch,
#domainCheckList{
	width: 640px;
	float: left;
	margin: 0 20px 0 0;
}
#domainPrevSearch  table,
#domainCheckList table{
	margin-bottom: 15px;
	width: 100%;
}
#domainPrevSearch table td,
#domainCheckList table td{
	vertical-align: middle;
	padding: 4px 0px;
}
#domainPrevSearch table td.label,
#domainCheckList table td.label{
	font-weight: bold;
}
#domainPrevSearch .title,
#domainCheckList .title{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 0;
}
#domainCheckList .title {
	margin-top: 20px;
}
#domainPrevSearch .label,
#domainCheckList .label {
	font-size: 14px;
}
#domainPrevSearch .domainName,
#domainCheckList .domainName {
	text-transform: uppercase;
}
#domainPrevSearch .resultsBtn,
#domainCheckList .resultsBtn {
	font-size: 12px;
	padding: 2px 6px;
}

/**********************************
* userOrder
**********************************/
#userOrder{
	width: 640px;
	float: left;
	margin: 0 20px 0 0;
}
#userOrder .input input[type=text]{
	width: 100%;
}
#userOrder .input select{
	width: 100%;
    margin: 0px;
}
#userOrder .input textarea{
	width: 100%;
	height: 70px;
	resize: none;
}
#userOrder .html{
	margin-top: 5px;
	padding: 10px;
	height: 100px;
	overflow: hidden;
}
#userOrderFooter{
	margin: 20px 0px;
	padding: 20px;
}
#userOrderFooter .backBtn{
	border: 0px;
	float: left;
	padding: 2px 25px;
	text-transform: uppercase;
}
#userOrderFooter .orderBtn{
	border: 0px;
	float: right;
	padding: 2px 25px;
	text-transform: uppercase;
}

#orderBoxProductBody {
	max-height: 150px;
	overflow: auto;
}

/**********************************
* validateOrder
**********************************/
#validateOrder table td {
	vertical-align: middle;
}
#validateOrder .line{
    border: 0;
	height: 0px;
    margin: 5px 0px;
    padding: 0;
}
#validateOrder .label{}
#validateOrder .image{
	height: 100px;
	width: 150px;
	text-align: center;
}
#validateOrder .image a {
	float: left;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	/* background-size: cover; */
}
#validateOrder .product {
	padding-left: 10px;
}
#validateOrder .price {
	text-align: right;
	width: 100px;
}
#validateOrder .quantity {
	width: 100px;
}
/* dataCont */
#validateOrder .dataCont .orderCont{
	float: left;
	width: 48%;
}
#validateOrder .dataCont .transCont{
	float: right;
	width: 48%;
}
#validateOrder .dataCont {
	margin-bottom: 10px;
	padding: 5px;
}
#validateOrder .dataCont .title{
	font-weight: bold;
	padding: 5px 0;
}
#validateOrder .dataCont .label{
	padding: 5px 0;
}
/* infoCont */
#validateOrder .infoCont .leftCont{
	float: left;
	width: 48%;
}
#validateOrder .infoCont .rightCont{
	float: right;
	width: 48%;
}
#validateOrder .infoCont {
	margin-bottom: 10px;
}
#validateOrder .infoCont .title{
	font-weight: bold;
	padding-bottom: 10px;
}
#validateOrder .infoCont .label{}

/**********************************
* myOrder
**********************************/
#myOrder{}
#myOrder td{
	padding: 4px 2px;
}
#myOrder .title {
	font-weight: bold;
	font-size: 16px;
}
#myOrder .name {
	font-weight: bold;
}
#myOrder .label {}
#myOrder .link {
	text-decoration: none;
}

/**********************************
* galeryAjax
**********************************/
#galeryAjax{
	opacity: 0;
	z-index: 10002;
	display: block;
}
#galeryAjax .head {
	top: 20px;
	right: 15px;
	z-index: 100;
	position: absolute;
}
#galeryAjax .head {
	min-height: 20px;
}
#galeryAjax .head .zoom{
	float: right;
	width: 30px;
	text-align: center;
	cursor: pointer;
}
#galeryAjax .head .close{
	float: right;
	width: 30px;
	text-align: center;
	cursor: pointer;
}
#galeryAjax .body{}
#galeryAjax .foot{
	min-height: 20px;
}

/**********************************
* galeryPage
**********************************/
#galeryPage .box{
	float: left;
}
#galeryPage .image{
	height: 120px;
    text-align: center;
    padding: 5px;
	margin: 0 0 5px 0;
}
#galeryPage .image a{
	float: left;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#galeryPage .info {
	text-align: center;
	height: 36px;
	padding: 10px;
	overflow: hidden;
}
#galeryPage .info a{
    font-weight: bold;
    text-decoration: none;
}

/**********************************
* newslist
**********************************/
#newslist {}
#newslist .name{
	margin: 0 0 10px 0;
	font-weight: bold;
}
#newslist .cont{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#newslist .cont img{
	max-width: 100%;
}
#newslist .lapozas{
	margin: 20px 0 10px 0;
	text-align: center;
}
#newslist .date{
	font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
}

/**********************************
* slider
**********************************/
#creditAmount {
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0; 
	padding: 10px 0; 
	width: 160px; 
	float: left; 
	text-align: center;
}
#creditSlider {
	margin: 26px 0;
	width: 40%;
	float: right;
}
#creditMin {
	margin: 24px 6px; 
	padding: 0 4px;
	float: right;
}
#creditMax {
	margin: 24px 6px; 
	padding: 0 4px;
	float: right;
}

#slider {
	margin-bottom: 20px;
}
#slider .sliderwrapper {
	height: 415px;
}
#slider .pagination #indexSliderFlipLeft a{
    background-image: url("/images/design/slideControlLeft.gif");
    background-position: right center;
    background-repeat: no-repeat;
}
#slider .pagination #indexSliderFlipRight a{
    background-image: url("/images/design/slideControlRight.gif");
    background-position: right center;
    background-repeat: no-repeat;
}

/**********************************
* staticBox
**********************************/
#staticBox.box_subp_search {
	z-index: 50;
	position: relative;
}
#staticBox.box_subp_search .body {
	padding: 0 0 20px 0;
}
#staticBox.box_main_search {
	min-height: 380px;
	position: relative;
	z-index: 50;
}
#staticBox.box_main_search .boxImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: cover;
}
#staticBox.box_main_search .boxImg .boxTxt {
	font-weight: bold;
    text-align: right;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-transform: uppercase;
	position: absolute;
	z-index: 100;
}
#staticBox.box_main_search .boxImg .boxTxt  h1 {
	width: 600px;
	margin: 0 auto;
	padding-top: 42px;
	font-size: 82px;
	line-height: 82px;
}
#staticBox.box_main_search .boxImg .boxTxt h1 a {
	font-size: 82px;
	text-decoration: none;
}
#staticBox.box_main_search .cblock {
	padding: 100px 0;
}
#staticBox:not(.box_main_search):not(.box_subp_search) {
	position: relative;
	/*top: -40px;*/
	z-index: 550;
}
#staticBox.box_main_tabs .cblock {
	width: 98%;
	padding-top: 0px;
}
#staticBox.box_main_tabs .head{
	color: #ffffff;
	font-size: 42px;
}
#staticBox .tabsCont {
	margin: 0px;
}
#staticBox .tabsHead {
	border: 0px;
}
#staticBox .tabsHead .tabsBtns{
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	width: 25%;
	text-align: center;
	position: relative;
	border-radius: 4px 4px 0 0;
}
#staticBox .tabsHead .tabsBtns a {
	font-size: 16px;
	text-decoration: none;
}
#staticBox .tabsHead .tabsBtns.active a:after{
    bottom: 0;
    content: "";
    height: 0;
    left: 48%;
    position: absolute;
}

#staticBox .body, #staticContentMainPage .body {
	padding: 20px 0px;
}
#staticBox .body h2 a, #staticContentMainPage .body h2 a {
	text-decoration: none;
	font-size: 12px;
	padding: 10px 15px;
	text-transform: uppercase;
}
#staticBox .body h3 a, #staticContentMainPage .body h3 a {
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	text-transform: uppercase;
}
#staticBox  .cblock {
	padding-bottom: 0px;
}
#staticBox  table td {
	padding: 0 20px;
}

#staticContent .data {
	/*border-radius: 8px;*/
	margin: 10px;
	padding: 10px;
	text-align: justify;
	min-height: 230px;
}
#staticContent .data h2 {
	margin-bottom: 10px;
}
#staticContent .data .image {
	text-align: center;
}
#staticContent .data .title {
	margin: 15px 0 0 0;
	text-align: center;
}


/**********************************
* staticBox FINDE
**********************************/
#staticBox .main_finder_box {
	padding: 20px;
	width: 600px;
	margin: 0 auto;
	z-index: 1000;
	position: relative;
}
#staticBox .main_finder_box .finder_box{
	padding: 40px 20px;
}
#staticBox .main_finder_box .finder_box h1{
	line-height: 32px;
	font-size: 20px;
	text-align: center;
}
#staticBox .main_finder_box .finder_inf h3{
	line-height: 40px;
}
#staticBox .main_finder_box .finder_inf{
	padding: 40px 40px 40px 10px;
}
#staticBox .main_finder_box .field {
	position: relative;
}
#staticBox .main_finder_box .field input[type=text]{
	float: left;
	display: inline-block;
    max-width: 100%;
	width: 560px;
	height: 38px;
	line-height: 38px;
    -moz-box-sizing: border-box;
    padding: 0 46px 0 10px;
	white-space: nowrap;
	font-size: 16px;
}
#staticBox .main_finder_box .field input[type=submit]{
	height: 36px;
	width: 34px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
}
#staticBox .main_finder_box .field input[type=submit].background{
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("/images/finderBtn01.png");
	background-size: 36px 36px;
}
#staticBox .main_finder_box .changeLink {
	font-size: 11px;
	text-transform: uppercase;
}


/**********************************
* fileInput
**********************************/
.fileInput {
	float: right;
	height: 26px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
}
.fileInput input[type="file"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}
.fileInput .text {
	background-color: #1A2C45;
    color: #FFFFFF;
    border: 0 none;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    transition-duration: 0.2s;
    font-size: 14px;
    font-weight: normal;
	line-height: 26px;
	position: absolute;
	text-align: center;
	width: 200px;
	z-index: 5;
}

.button {
	border: 1px solid #0a3c59;
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
	background: -o-linear-gradient(top, #65a9d7, #3e779d);
	background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
	padding: 0px 21px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #7ea4bd 0 1px 0;
	color: #06426c;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
}
.button:hover {
	border: 1px solid #0a3c59;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
	background: -o-linear-gradient(top, #65a9d7, #3e779d);
	background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
}
.button:active {
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3e779d));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);
	background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);
}

.tooltip {
	display: none;
	position: absolute;
	background-color:#1A2C45;
	padding: 10px;
	color: #fff;
	z-index: 10003;
	font-size: 16px;
}
.upper {
	text-transform: uppercase;
}


#basketPromo .domainSearch {
	position: relative;
}
#basketPromo .domainSearch input[type="text"] {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    max-width: 100%;
    padding: 0 46px 0 10px;
    white-space: nowrap;
    width: 560px;
}
#basketPromo .domainSearch .button {
    background-image: url("/images/finderBtn01.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 36px 36px;
	
    border: 0 none;
    cursor: pointer;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    text-transform: uppercase;
    width: 40px;
}
