body {
margin: 0 0 0 0;
}

/*ALL*/
h1 {
font-weight:bold;
font-size:17px;
color: #333333;
margin: 0 0 0 0;
}

h2 {
font-weight:normal;
font-size:16px;
color: #000000;
margin: 0;
}

h3 {
font-weight:bold;
font-size:15px;
color: #333333;
margin: 0;
padding-top: 5px;
padding-bottom: 10px;
}
#main .domain-product h2 {
			font-size: 18px;
			color: #676767;
			margin: 0;
			padding: 10px 0 10px 7px;
                        float: none;
                        text-align: center;
                        border-bottom: none;
}
#main h2 {
        float: left;
        width: 100%;
	position: relative;
	padding: 20px 0 5px 0;
	border-bottom: 1px dashed #7f7f7f;
	text-align: left;
        font-weight:normal;
        font-size:16px;
        color: #000000;
}

form {
    padding: 0;
    margin: 5px;
}

p {
color: #5f5f5f;
font-family: "Tahoma";
font-size: 13px;
font-weight: normal;
margin: 0 0 0 0;
text-align:justify;
}

.contact {
    color: #5f5f5f;
    font-family: "Tahoma";
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 0;
    line-height: 20px;
    text-align:left;
}

a {
font-size: 11px;
font-family: "Tahoma";
color: #5d9731;
font-weight: bold;
text-decoration: none;
}

	a:hover {
	text-decoration: underline;
	}

img {
border: none;
}

.links {
}

.small {

}

.top-text {
font-size: 10px;
color: #7f7f7f;
position: relative;
top: 7px;
padding: 0 0 0 15px;
background-color: #FFFFFF;
}

.bottom-text {
float: left;
font-size: 10px;
color: #7f7f7f;
position:absolute;
top: -7px;
left: 0px;
padding: 0 0 0 15px;
background-color: #FFFFFF;
}


.input {
height: 18px;
padding: 1px 4px 1px 4px;
border: none;
color: #000000;
font-style:italic;
}

.check {
}

.select {
background-color: #FFFFFF;
border: 1px solid #242424;
color: #242424;
font-style: italic;
padding: 2px;
}

label {
cursor: pointer;
}

.clear {
clear:both;
}

/*BUTTONS*/
.button {
cursor: pointer;
border: none;
}

/*WRAPPER*/
#wrapper {
font-family: "Tahoma";
font-size: 13px;
background: url(img/bg-wrapper.png) top left repeat;
}

	/*TOP*/
	#wrapper-top {
	width: 100%;
	height: 35px;
	background: url(img/bg-wrapper-top.png) top left repeat-x;
	}
	
		#wrapper-top-inner {
		width: 940px;
		margin: 0 auto 0 auto;
		}
		
			#wrapper-top-inner p, #wrapper-top-inner img {
			color: #c9c9c9;
			vertical-align: middle;
			}
			
		#language {
		float: left;
		padding: 7px 20px 0 20px;
		}

		#login {
               display: none;
		float: right;
		padding: 5px 10px 0 10px;
		}
		
			#login .input {
			margin: 0 0 0 10px;
			}
			
			#login .button {
			font-size: 12px;
			color: #c9c9c9;
			background: none;
			}

#wrapper-effect {
width: 1090px;
margin: -2px auto 0 auto;
background-color: #00FF00;
background: url(img/bg-head-effect.png) top left no-repeat;
}

#wrapper-inner {
width: 980px;
margin: 0 auto 0 auto;
}

/*HEADER*/
#header {
}
	
	/*LOGO*/
	#logo {
	float: left;
	width: 165px;
	padding: 20px 0 15px 20px;
	}
	
	#slogan {
	float: left;
	width: 280px;
	padding: 15px 0 15px 20px;
	margin: 15px 0 0 0;
	background: url(img/bg-slogan.png) top left no-repeat;
	}
	
	#header-menu {
	float: right;
	width: 300px;
	padding: 28px 5px 5px 20px;
	}
	
		#header-menu p{
		text-align: right;
		color: #000000;
		}
		
		#header-menu a{
		font-size: 12px;
		color: #000000;
		}
		
		#header-menu img{
		vertical-align: middle;
		margin: 0 0 0 10px;
		}
	
	
/*NAVBAR*/
#navbar {
width: 980px;
padding: 10px 0 0 0;
text-align: center;
}
	
	#navbar a{
	font-size: 11px;
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	margin: 0px 11px 0px 11px;
	}
	
		#navbar a:hover {
		text-decoration: underline;
		}

	#navbar .active {
	color: #5d9731 !important;
	}
	
	#navbar-mask {
	width: 920px;
	height: 23px;
	margin: 0 auto 0 auto;
	background: url(img/bg-navbar.png) bottom center no-repeat;
	}	
	
/*HEADER-BOTTOM*/
#header-bottom {
}

/*CONTENT*/
#content-mask-top {
height: 9px;
background: url(img/mask-content-top.png) top center no-repeat;
}

#content {
background:url(img/bg-content.png) top center repeat-y;
}

#content-inner {
background: url(img/bg-content-inner.png) bottom left no-repeat;
}
	
#content-mask-bottom {
height: 9px;
margin: 0 0 25px 0;
background: url(img/mask-content-bottom.png) top center no-repeat;
}

#content-bottom {
width: 980px;
margin: 0 auto 0 auto;
}
	
	/*TIPS*/
	#tips-top {
	padding: 40px 0 0 0;
	background: url(img/bg-tips-top.png) top center no-repeat;
	}
	
		.tip {
		float: left;
		width: 150px;
		height: 290px;
		background: url(img/bg-tip-box-top.png) right top repeat-y;
		padding: 0 23px 0 23px;
		}
		
			.tip h2{
			font-size: 13px;
			font-weight: bold;
			line-height: 14px;
			margin: 5px 2px 0 2px;
			}
			
			.tip p{
			font-size: 11px;
			color: #000000;
			text-align: left;
			margin: 5px 2px 10px 2px;
			}

                        .tip img {
                            border: 1px solid #b2b2b2;
                        }
			
		#tips-top .last {
		background: none;
		}
		
	#tips-bottom {
	margin: 10px 0 20px 0;
	}
	
		.tip-bottom {
		float: left;
		width: 280px;
		height: 190px;
		background: url(img/bg-tip-box-top.png) right top repeat-y;
		padding: 0 23px 0 23px;
		}
		
			.tip-bottom h2{
			font-size: 13px;
			font-weight: bold;
			line-height: 14px;
			margin: 5px 2px 0 2px;
			}
			
			.tip-bottom p{
			font-size: 11px;
			color: #000000;
			text-align: left;
			margin: 5px 2px 10px 2px;
			}

                        .tip-bottom img {
                           border: 1px solid #b2b2b2;
                        }
			
		#tips-bottom .last {
		background: none;
		}
		
	/*REFERENCES*/
	#references {
	padding: 0 0 0 0;
	margin: 10px 0 20px 0;
	background: url(img/bg-reference-box.png) top center repeat-y;
	}
	
	#references-title {
	height: 19px;
	background:url(img/bg-references.png) top center no-repeat;
	}
	
		.reference {
		float: left;
		width: 280px;
		height: 240px;
		text-align: center;
		padding: 20px 23px 0 23px;
		}
		
			.reference a{
			font-size: 13px;
			color:#000000;
			}

			
		#references .last {
		background: none;
		}
			
/*LEFT*/
#left {
float: left;
width: 170px;
padding: 20px 10px 25px 20px;
}

	.left-box {
	margin: 20px 0 0 0;
	}
	
		.left-box-title {
		padding: 0 0 5px 0;
		border-bottom: dashed 1px #b2b2b2;
		}
		
			.left-box-title img{
			float: left;
			padding: 0 10px 0 0;
			}
			
			.left-box-title h1{
			float: left;
			font-size: 20px;
			font-family: "Helvetica";
			font-style: italic;
			color: #5d9731;
			padding: 3px 0 0 0;
			}
			
		.left-box-content {
		}
		
			.left-box-content p{
			color: #5a5a5a;
			font-size: 11px;
			line-height: 16px;
			}
			
			.left-box-content a{
			font-size: 11px;
			text-decoration: none;
			font-weight: bold;
			color: #444444;
			}
			
				.left-box-content a:hover{
				text-decoration: underline;
				}
		
			.left-box-content ul{
			margin: 0;
			padding: 10px 0 5px 2px;
			list-style-type: none;
			}
			
				.left-box-content ul a {
				font-size: 11px;
				font-weight: bold;
				text-decoration: underline;
				color: #5e9633;
				}
				
					.left-box-content ul a:hover {
					color: #444444;
					}
					
		/*LEFT-PRODUCT*/
		.left-box-product-title {
		position: relative;
		right: 25px;
		}
		
		#left-product-list {
		margin: 0 0 0 15px;
		list-style: url(img/left-product-marker.png);
		}
		
			#left-product-list li{
			line-height: 18px;
			}
		
			#left-product-list a{
			font-weight: normal;
			color: #000000;
			}

/*MAIN*/
#main {
float: left;
width: 745px;
padding: 30px 20px 15px 15px;
}

.main-box-title {
padding: 0 0 5px 0;
border-bottom: dashed 1px #b2b2b2;
margin-bottom: 10px;
}
            .main-box-title h1 {
            float: left;
            font-size: 20px;
            font-family: "Helvetica";
            font-style: italic;
            color: #5d9731;
            margin-top: 15px;
            }

	/*DOMAIN-SEARCH*/
	#domain-search {
	}
	
		#search {
		float: left;
		width: 530px;
		height: 30px;
		padding: 15px 30px 15px 30px;
		border: none;
		font-family: "Tahoma";
		font-size: 16px;
		font-style: italic;
		color: #7a7a7a;
		background: url(img/bg-search-input.png) top left no-repeat;
		}
		
		#search_button{
		float: left;
		width: 140px;
		height: 50px;
		padding: 0 0 0 20px;
		border: none;
		background: url(img/bg-search-button.png) top left no-repeat;
		cursor: pointer;
		font-family: "Tahoma";
		font-size: 14px;
		color: #FFFFFF;
		font-weight: bold;
		}
		
		#domain-search .check {
		width: 16px;
		height: 16px;
		border: none;
		vertical-align: middle;
		margin: 0 0 0 10px;
		}
		
			#domain-search p {
			float: left;
			width: 730px;
			font-size: 11px;
			color: #000000;
			margin: 10px 0 20px 0;
			}
			
			#domain-search span {
			float: right;
			padding: 4px 10px 0 0;
			}
			
				#domain-search span a{
				color: #000000;
				text-decoration: underline;
				}
	
	/*DOMAIN-BOX*/			
	#domain-boxes {
	width: 730px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #7f7f7f;
	}
	
		.domain-box {
		float: left;
		width: 210px;
		height: 103px;
		margin: 0 38px 0 5px;
		border: 1px solid #969696;
		}
		
			.domain-box img{
			float: left;
			}
			
			.domain-box p{
			float: left;
			padding: 25px 5px 5px 10px;
			font-size: 16px;
			color: #000000;
			line-height: 14px;
			}
			
				.domain-box-price {
				font-size: 14px;
				}
				
				.domain-box-description {
				font-size: 9px;
				}
				
				.domain-box p a{
				font-size: 11px;
				font-weight: bold;
				color: #5d9731;
				}
				
		#domain-boxes .last {
		margin: 0 0px 0 5px !important;
		}
		
		#domain-boxes-bottom {
		font-size: 10px;
		color: #7f7f7f;
		position: relative;
		top: 17px;
		padding: 0 0 0 15px;
		background-color: #FFFFFF;
		}
	
	/*DOMAIN-PRODUCT*/
	#domain-products {
	width: 730px;
	margin: 20px 0 0 0;
	}

		.domain-product {
		float: left;
		width: 220px;
		margin: 0 35px 0 0;
		}
		
			.domain-product h1{
			float: left;
			margin: 0 0 30px 10px;
			font-size: 22px;
			font-family: "Myriad Pro";
			font-style: italic;
			color: #000000;
			}
			
			.domain-product ul{
			min-height: 130px;
			list-style-type: none;
			margin: 0;
			padding: 0;
			clear: both;
			}
			
				.domain-product li{
				border-bottom: 1px solid #e0e0e0;
				line-height: 24px;
				padding: 0 0 0 7px;
				}
				
			.domain-product h2 {
			font-size: 18px;
			color: #676767;
			margin: 0;
			padding: 10px 0 10px 7px;
                        float: none;
                        text-align: center;
                        border-bottom: none;
			}
			
			.domain-product-order {
			width: 220px;
			height: 48px;
			padding: 10px 0 0 0;
			text-align: center;
			color: #FFFFFF;
			background: url(img/bg-domain-product-order.png) top center no-repeat;
			}
			
				.domain-product-order img{
				vertical-align: middle;
				}
				
				.domain-product-order a{
				font-size: 11px;
				font-weight: bold;
				color: #FFFFFF;
				}
				
		#domain-products .last {
		margin: 0 0 0 0;
		}
		
	/*MORE PRODUCT*/
	#more-product {
	width: 740px;
	padding: 20px 0 10px 0;
	border-top: 1px dashed #7f7f7f;
	}
	
		.more-product-box {
		float: left;
		margin: 0 5px 8px 10px;
		}
		
			.more-product-box img{
			float: left;
			}
	
	/*PRODUCT-PROPERTIES*/
	#product-boxes {
	width: 740px;
	padding: 20px 0 0 0;
	border-top: 1px dashed #7f7f7f;
	}
	
		#domain-product-properties {
		float: left;
		width: 370px;
		margin: 0 0 20px 10px;
		padding: 0 0 0 0;
		}
		
			#domain-product-properties h1{
			margin: 0 0 20px 15px;
			font-size: 22px;
			font-family: "Myriad Pro";
			font-style: italic;
			color: #000000;
			}
			
			#domain-products-list {
			padding: 0 0 10px 0;
			background-color:#f0f0f0;
			}
			
				#domain-product-properties-personal a {
				font-size: 11px;
				color: #000000;
				margin: 0 0 0 40px;
				}
				
				#domain-products-list-title {
				width: 355px;
				height: 26px;
				padding: 7px 0 0 15px;
				font-size: 16px;
				font-weight: bold;
				color:#FFFFFF;
				background: url(img/bg-domain-products-list-title.png) top left no-repeat;
				}
			
				#domain-product-properties ul{
				width: 350px;
				padding: 0 10px 0 10px;
				list-style-type: none;
				margin: 0;
				}
				
					#domain-product-properties li{
					font-size: 14px;
					border-bottom: 1px solid #e0e0e0;
					line-height: 32px;
					padding: 0 15px 0 10px;
					}
					
						#domain-product-properties li img{
						float: right;
						margin: 7px 0 0 0;
						}
				#domain-products-list-link {
				margin: 5px 0 0 20px;
				}
	
					#domain-products-list-link a{
					font-size: 14px;
					font-weight: normal;
					color: #c12a2a;
					}
					
				

                                #domain-product-properties h2 {
				font-size: 22px;
				font-weight: bold;
				text-align: center;
				color: #676767;
				padding: 15px 0 10px 0;
                                float: none;
                                text-align: center;
                                border-bottom: none;
                                }
				#domain-product-properties-order {
				width: 271px;
				height: 48px;
				padding: 10px 0 0 0;
				margin: 0 auto 10px auto;
				text-align: center;
				color: #FFFFFF;
				background: url(img/bg-domain-product-properties-order.png) top center no-repeat;
				}
				
					#domain-product-properties-order img{
					vertical-align: middle;
					}
					
					#domain-product-properties-order a{
					font-size: 16px;
					font-weight: bold;
					color: #FFFFFF;
					}
	
	/*PRODUCT-NAVIGATOR*/
	#product-navigator {
	float: right;
	width: 340px;
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
	}
	
		#product-navigator a{
		font-size: 18px;
		font-weight: normal;
		color: #505050;
		margin: 0 10px 0 10px;
		}
	
	/*PRODUCT-VIDEO*/
	#product-video {
	float: right;
	width: 340px;
	margin: 0 0 15px 20px;
	padding: 20px 0 0 0;
	}
	
	/*PRODUCT-PLUS*/
	#products-plus {
	float: right;
	width: 340px;
	margin: 0 0 15px 20px;
	padding: 20px 0 0 0;	
	}
	
	#products-plus-title {
	float: right;
	width: 325px;
	height: 28px;
	padding: 7px 0 0 15px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: url(img/bg-product-plus.png) top center no-repeat;
	}
	
	#products-plus-table {
	float: right;
	width: 340px;
	margin: 0 0 25px 20px;
	padding: 10px 0 0 0;
	}
	
		#products-plus-table table{
		width: 340px;
		font-size: 12px;
		border: none;
		}
		
			#products-plus-table table img{
			vertical-align: middle;
			}
			
			#products-plus-table table a {
			font-size: 9px;
			color: #000000;
			}
	
	/*PRODUCT-LINKBUILDING*/	
	#products-linkbuilding {
	float: right;
	width: 300px;
	height: 143px;
	padding: 15px 20px 15px 20px;
	margin: 0 0 10px 20px;
	background: url(img/bg-product-linkbuilding.png) top center no-repeat;
	}
	
		#products-linkbuilding h2{
		font-size: 18px;
                padding: 0 0 0 0;
		}
		
			#products-linkbuilding ul{
			float: left;
			width: 131px;
			margin: 0 20px 0 0;
			padding: 10px 0 10px 0;
			list-style-type: none;
			}
			
			#products-linkbuilding li{
			width: 131px;
			height: 24px;
			padding: 5px 0 0 0;
			background: url(img/bg-products-linkbuilding-a.png) top center no-repeat;
			}
			
					#products-linkbuilding li:hover {
					background: url(img/bg-products-linkbuilding-a-hover.png) top center no-repeat;
					}
			
				#products-linkbuilding li a{
				font-size: 9px;
				color: #000000;
				margin: 0 0 0 30px;
				}
				
					#products-linkbuilding li a:hover{
					text-decoration: none;
					}
					
			#products-linkbuilding-text{
			float: left;
			width: 140px;
			margin: 15px 0 0 0;
			}
			
				#products-linkbuilding-text p{
				font-size: 13px;
				color: #000000;
				margin: 0 0 8px 0;
				}
				
				#products-linkbuilding-text a{
				font-size: 9px;
				color: #000000;
				}
					
	/*PLATFORMS*/
	#platforms {
	float: left;
	width: 370px;
	position: relative;
	margin: 0 0 0 10px;
	padding: 20px 0 10px 0;
	border-top: 1px dashed #7f7f7f;
	text-align: center;
	}
	
		#platforms img{
		vertical-align: middle;
		margin: 15px 12px 0 12px;
		}
	
/*FOOTER-TOP*/
#footer-top-mask-top {
height: 9px;
background: url(img/mask-footer-top.png) top center no-repeat;
}

#footer-top {
width: 980px;
margin: 0 auto 0 auto;
background:url(img/bg-content.png) top center repeat-y;
}

		#footer-top h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0 0 0;
		}
		
		#footer-top .small {
		font-size: 11px;
		font-style: italic;
		}
		
		#footer-top p {
		color: #000000;
		font-size: 12px;
		text-align: left;
		margin: 10px 0 10px 0;
		}

	#footer-top-left {
	float: left;
	width: 440px;
	padding: 0 25px 0 25px;
	}
	
	#footer-top-right {
	float: left;
	width: 440px;
	padding: 0 25px 0 25px;
	}
	
		#footer-top-right p{
		font-size: 11px;
		}
		
		#footer-top-right a{
		color: #000000;
		}

#footer-top-mask-bottom {
height: 9px;
background: url(img/mask-footer-bottom.png) top center no-repeat;
}

/*FOOTER*/
#footer {
width: 100%;
background-color: #565656;
margin: 15px 0 0 0;
}

	#footer-inner {
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 20px 25px 10px 25px;
	}
	
		#footer-inner p{
		font-size: 13px;
		font-style: italic;
		color: #000000;
		}

#footer-bottom {
width: 100%;
background-color: #434343;
}

	#footer-bottom-inner {
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 20px 25px 10px 25px;
	}
	
	#footer-bottom-inner img{
	vertical-align: middle;
	}
	
		#footer-bottom-inner p{
		font-size: 15px;
		color: #FFFFFF;
		margin: 0 0 20px 0;
		}
	
		#partners-left {
		width: 740px;
		float: left;
		}
		
			#partners-left img{
			margin: 0 30px 0 0;
			}

		#partners-right {
		float: right;
		}
		
			#partners-right p{
			text-align: center;
			}

/******************************* Domian regisztracio **************************************/
.doc {
    display: list-item;
    margin-left: 15px;
}
.base_table{
    border-bottom: 1px solid #E0E0E0;
    border-collapse: collapse;
    text-align: left;
    font-family: "Tahoma";
    width: 730px;
    background-color: #F0F0F0;
}

.base_table td{
    padding: 5px;
    border-bottom: 1px solid #E0E0E0;
}

/*.base_table thead{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}*/

.base_table thead td{
    height: 26px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color:#FFFFFF;
    background: url(img/bg-domain-products-list-title.png) top left no-repeat;
}

.base_table_nowidth{
    border-bottom: 1px solid #E0E0E0;
    border-collapse: collapse;
    text-align: left;
    font-family: "Tahoma";
    background-color: #F0F0F0;
}

.base_table_nowidth td{
    padding: 5px;
    border-bottom: 1px solid #E0E0E0;
}

/*.base_table thead{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}*/

.base_table_nowidth thead td{
    height: 26px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color:#FFFFFF;
    background: url(img/bg-domain-products-list-title.png) top left no-repeat;
}
   .base_table_left{
    border-bottom: 1px solid #E0E0E0;
    border-collapse: collapse;
    text-align: left;
    font-family: "Tahoma";
    width: 730px;
    background-color: #F0F0F0;
    float: none;
}

.base_table_left td{
    padding: 5px;
    width: 340px;
    border: 1px solid #E0E0E0;
}

#websas-products td{
    padding: 0px;
    border: none;
}

#websas-products td img{
	vertical-align: middle;
	margin: 0 0 0 5px;
}



.base_table_left thead td{
    height: 26px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color:#FFFFFF;
    background: url(img/bg-domain-products-list-title.png) top left no-repeat;
}

.thead_left{
    border-right: 1px solid #fff !important;
}

.base_table_half{
    border-bottom: 1px solid #E0E0E0;
    border-collapse: collapse;
    text-align: center;
    font-family: "Tahoma";
    width: 365px;
    background-color: #F0F0F0;
}

.base_table_half thead td{
    height: 26px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color:#FFFFFF;
    background: url(img/bg-domain-products-list-title.png) top left no-repeat;
}

.base_table_half td{
    padding: 5px;
    width: 170px;
    border-bottom: 1px solid #E0E0E0;
}
.form_error_text_domain{
    font-size: 14px;
    font-weight: normal;
    color: #c12a2a;
}

#domain_reg_ceg input {
    color: gray;
    font-style: italic;
}

.domreg_button_33 {
    width: 150px;
    height: 33px;
    padding: 5px 0 0 0;
    text-align: center;
    color: #FFFFFF;
    background: url(img/bg-domain-product-order-150-33.png) top center no-repeat;
}
				.domreg_button_33 a {
				font-size: 13px;
				font-weight: bold;
				color: #FFFFFF;
				}
/* Static tables view*/
.table-size-33{
	width: 730px;
	margin: 20px 0 0 0;
        float: left;
}

		.subtable-size-33 {
                    float: left;
                    width: 235px;
                    margin: 0 10px 0 0;
                    background-color: #F0F0F0;
		}

			.subtable-size-33-title{
				width: 220px;
				height: 35px;
				padding: 7px 0 0 15px;
				font-size: 15px;
				font-weight: bold;
				color:#FFFFFF;
				background: url(img/bg-domain-products-list-title.png) top left no-repeat;
			}
			.subtable-size-33 ul{
				width: 220px;
				padding: 0 10px 0 10px;
				list-style-type: none;
				margin: 0;
			}

                                        .subtable-size-33 li{
                                            font-size: 13px;
                                            border-bottom: 1px solid #e0e0e0;
                                            line-height: 32px;
                                            padding: 0 8px 0 10px;
					}
					.subtable-size-33 li img{
                                            float: right;
                                            margin: 7px 0 0 0;
					}
                                        .subtable-size-33 li span{
                                            float: right;
                                            margin: 0 0 0 0;
                                        }

                         .subtable-size-33-title-dupla{
				width: 220px;
				height: 40px;
				padding: 7px 0 0 15px;
				font-size: 15px;
				font-weight: bold;
				color:#FFFFFF;
				background: url(img/bg-domain-products-list-title-370-45.png) top left no-repeat;
			}
                        .subtable-size-33 .image{
                                            float: left;
                                            padding-top: 7px;
                                            background-color: #ffffff;
					}
                        
.content_ul {
    padding: 0 10px 0 10px;
    list-style-type: none;
    margin: 0;
    background-color: #F0F0F0;
}
.content_ul li {
     font-size: 13px;
     border-bottom: 1px solid #e0e0e0;
     line-height: 32px;
     padding: 0 8px 0 10px;
}
.content_ul li img {
     float: left;
     margin: 10px 5px 0 0;
}
.table-size-33 .last {
    margin: 0 0 0 0;
}

.table-size-50{
	width: 355px;
	margin: 0 0 0 0;
        float: left;
}
    .subtable-size-50 {
                    float: left;
                    margin: 0 0 0 0;
                    background-color: #F0F0F0;
                    width: 365px;
	}
                        .subtable-size-50-title{
				height: 26px;
				padding: 7px 0 0 10px;
				font-size: 15px;
				font-weight: bold;
				color:#FFFFFF;
				background: url(img/bg-domain-products-list-title.png) top left no-repeat;
			}
                        .subtable-size-50-title-dupla{
				padding: 7px 0 0 10px;
				font-size: 15px;
				font-weight: bold;
				color:#FFFFFF;
				height: 40px;
				background: url(img/bg-domain-products-list-title-370-45.png) top left no-repeat;
			}
			.subtable-size-50 ul{
				padding: 0 10px 0 10px;
				list-style: none;
				margin: 0;
			}

                                        .subtable-size-50 li{
                                            font-size: 13px;
                                            border-bottom: 1px solid #e0e0e0;
                                            line-height: 32px;
                                            padding: 0 0 0 0;
					}
					.subtable-size-50 li img{
                                            float: left;
                                            margin: 0 0 0 5px;
                                            vertical-align: middle;
					}
                                        .subtable-size-50 li span{
                                            float: right;
                                            margin: 0 0 0 0;
                                        }


.subtable-size-10 {
                    float: left;
                    margin: 0 0 0 0;
                    background-color: #F0F0F0;
                    width: 90px;
	}
                        .subtable-size-10-title{
				height: 26px;
				padding: 7px 0 0 0;
				font-size: 13px;
				font-weight: bold;
				color:#FFFFFF;
				background: url(img/bg-domain-products-list-title.png) top left no-repeat;
                                text-align: center;
			}
                        .subtable-size-10-title-dupla{
				height: 40px;
				padding: 7px 0 0 0;
				font-size: 13px;
				font-weight: bold;
				color:#FFFFFF;
				background: url(img/bg-domain-products-list-title-370-45.png) top left no-repeat;
                                text-align: center;
			}
                        .subtable-size-10-title-dupla a{
				font-size: 13px;
				font-weight: bold;
				color:#FFFFFF;
			}
			.subtable-size-10 ul{
				padding: 0 10px 0 10px;
				list-style: none;
				margin: 0;
			}

                                        .subtable-size-10 li{
                                            font-size: 13px;
                                            border-bottom: 1px solid #e0e0e0;
                                            line-height: 32px;
                                            text-align: center;
					}
					.subtable-size-10 li img{
                                            margin: 0 0 0 20px;
                                            vertical-align: middle;
					}
                                        .subtable-size-10 li span{
                                            float: right;
                                            margin: 0 0 0 0;
					}
                                        
                                        
.table-size-99{
	width: 730px;
	margin: 20px 0px 0 0;
        float: left;
}
        .subtable-size-99 {
                    float: left;
                    margin: 0 10px 0 0;
                    background-color: #F0F0F0;
                    width: 730px;
	}
                        .subtable-size-99-title{
				height: 26px;
				padding: 7px 0 0 15px;
				font-size: 15px;
				font-weight: bold;
				color:#FFFFFF;
				background: url(img/bg-domain-products-list-title.png) top left no-repeat;
			}
			.subtable-size-99 ul{
				padding: 0 10px 0 10px;
				list-style: none;
				margin: 0;
			}

                                        .subtable-size-99 li{
                                            font-size: 13px;
                                            border-bottom: 1px solid #e0e0e0;
                                            line-height: 32px;
                                            padding: 0 15px 0 10px;
					}
					.subtable-size-99 li img{
                                            float: right;
                                            /*margin: 7px 0 0 5px;*/
                                            vertical-align: middle;
					}
                                        .subtable-size-99 li span{
                                            float: right;
                                            margin: 0 0 0 0;
					}
                         .subtable-size-99-title-dupla{
				padding: 7px 0 0 15px;
				font-size: 15px;
				font-weight: bold;
				color:#000000;
				background-color: #fff;
			}

    .box {border:0px; width:280px;}
    .boxtop {width:280px; height:42px; background-image:url('img/table-top.jpg');}
    .boxtop p {font-family:'arial'; font-size:13px; color:white; font-weight:bold; margin:0 0 0 15px;}
    .boxmiddle {width:280px; background-image:url('img/table-middle.jpg'); background-repeat:repeat-y;}
    .boxbottom {width:280px;  background-image:url('img/table-bottom.jpg');}
    .innerbox {border:0px; width:272px;}
    .separator {background-image:url('img/separator.jpg'); height:1px;}

    td.feher {width:80%; height:30px; background-color:#ffffff;}
    td.feher p {font-family:'arial'; font-size:12px; color:black; margin:0 0 0 5px;font-weight:bold;}
    td.szurke1 {width:20%; height:30px; background-color:#f2f2f2;}
    td.szurke1 p {font-family:'arial'; font-size:12px; color:black; margin:0 0 0 5px;}
    td.szurke2 {width:20%; height:30px; background-color:#f2f2f2;}
    td.szurke2 p {font-family:'arial'; font-size:12px; color:black; margin:0 0 0 5px;font-weight:bold;}
    td.szurke3 {width:20%; height:30px; background-color:#e6e6e6;}
    td.szurke3 p {font-family:'arial'; font-size:12px; color:black; margin:0 0 0 5px;}

    #main h1 {
	margin: 10px 0 30px 10px;
	font-size: 22px;
	font-family: "Myriad Pro";
	font-style: italic;
	color: #000000;
    }
#main #map {
        float: right;
}
    #main #map a{
        display: block;
        width: 291px;
        height: 169px;
        margin: 10px 0 10px 0;
        background: transparent url(http://tava.hu/images/map2.png) no-repeat scroll 0 0;
        _margin: 7px 0 0 6px;
    }

    #main #map a:hover{
        background-position: -291px 0;
    }

/********************************** Referenciák **********************************/

.ref_title_image {
    float: left;
    margin: 0 0 40px 0;
}

.referenciak_images {
    float: left;
    width: 260px;
    clear: both;
}

.ref_text {
    float: left;
    width: 303px;
    margin-left: 10px;
}

.ref_sub_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ref_sub_title span {
    vertical-align: top;
}

.pagerank {
    margin: 0 0 10px 10px;
}
.pagerank2 {
    margin: 0 0 5px 10px;
}
.pagerank3 {
    margin: 0 0 20px 20px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}


.LV_invalid {
    color:#CC0000;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

#kapcsolat .form-text{
    width: 400px;
    margin: 0 0 10px 10px;
    border: 1px solid #666666;
}

#kapcsolat .form-submit{
	width: 150px;
	height: 33px;
	margin: 0 0 0 125px;
	border: 0;
	font-family: "Tahoma";
	font-weight: bold;
	color: #FFFFFF;
	background: url(img/bg-domain-product-order-150-33.png) center no-repeat;
	cursor: pointer;
}

#kapcsolat div {
    float: left;
    width: 110px;
    text-align: right;
    color: #555555;
}

