@import url(forms.css);

*{
	padding: 0;
	margin: 0;
}
img,fieldset{
	border: none;
}
.clear{
	clear: both;
	display: block;
	font-size: 0px !important;
	height: 0px !important;
	border: none !important;
	overflow:hidden !important;
}
a:link,a:visited,a:active{
	outline:none;
	text-decoration: none;
	color: #4e97d6;
}
a:hover{
	
}
body{
	background: url(../images/body_bg.jpg) repeat-x white;
	font-family: Trebuchet ms,Verdana;
	font-size: 12px;
	height:100%;
	color: #464646;
}
.container{
	width: 800px;
	position:relative;
	margin: 0 auto;
}
.header{
	background: url(../images/header_bg.jpg) no-repeat;
	width: 780px;
	height: 320px;
	padding:0 10px;
}
/* GLOBAL CONTENT */

#cart {
	z-index: 999;
	position: absolute;
	top: 0px;
	right: 0px;
	
	background-image: url(../images/cart_top.png);
	background-repeat: no-repeat;
	
	width: 405px;
	height: 38px;
	
	padding-top: 14px;
	padding-left: 16px;
}
.cart_empty {
	background-image: url(../images/cart_top_empty.png) !important;
}
#cart h1 {
	font-size: 18px;
	padding-right: 5px;
	display: inline;
}
#cart .fizetes {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 36px;
	height: 30px;
}

.content{
	padding-bottom: 20px;
}
.logo{
	display: block;
	height: 78px;
	width: 220px;
}
.datum-nevnap {
	position: absolute;
	right: 9px;
	top: 75px;
	
	color: #ffffff;
}
.submenu{
	height: 22px;
	padding-right: 40px;
	width: 740px;
}
.submenu a{
	background: url(../images/submenu.jpg) no-repeat 0 0;
	width: 78px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #7aadd7;
	display: block;
	float: right;
	margin-left: 5px;
}
.submenu a:hover,.submenu a.active{
	background-position: 0 -22px;
	color: #0061b2;
}

.menu{
	padding-left: 20px;
	width: 150px;
	float: left;
	padding-top: 22px; /* 42px */
}
.menu a{
	background: url(../images/menu.jpg) no-repeat 0 0;
	width: 133px;
	height: 28.5px; /* 30px */
	line-height: 30px;
	color: #026fce;
	font-size: 14px;
	display: block;
	padding-left: 7PX
}
.menu a:hover,.menu a.active{
	background-position: 0 -30px;
	color: white;
}

.ajanlo{
	float: left;
	padding: 20px;
	padding-top: 25px;
	width: 570px;
}
.ajanlo .nincs-termek {
	padding-top: 82px;
	text-align: center;
}
.ajanlo .termek-group {
	display: none;
}
.ajanlo .termek {
	width: 160px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	
	float: left;
}
.ajanlo .termek h1 {
	font-size: 13px;
}
.ajanlo .termek .ar {
	
}
.ajanlo .termek .ar span {
	font-size: 10px;
	color: #B80000;
	text-decoration: line-through;
}
.ajanlo table{
	width: 570px;
}
.ajanlo .kep{
	width: 45px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.ajanlo .nev{
	font-weight: bold;
	color: Black;
	width: 250px;
}
.ajanlo .regiar{
	color: Red;
	text-decoration: line-through;
}

.leftcol{
	float: left;
	width: 170px;
	padding-left: 10px;
}
.rightcol{
	float: right;
	width: 590px;
	padding-right: 10px;
	text-align: justify;
	position: relative;
}
.kosar_top {
	background-image: url(../images/kategoriak_top.jpg);
	width: 170px;
	height: 6px;
}
.kosar{
	background: url(../images/kosar.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #0389F8;
	
	width: 140px;
	min-height: 139px;
	_height: 139px;
	margin-bottom: 15px;
	padding: 7px 10px 0 20px;
	color: #ffffff;
}
.kosar a{
	color: #ffffff;
}
.kosar h2 {
	padding-bottom: 10px;
}
.kosar table{
	width: 142px;
	color: #ffffff;
}
form.login{
	background: url(../images/loginbox.jpg) no-repeat;
	width: 140px;
	height: 139px;
	margin-bottom: 15px;
	padding: 7px 10px 0 20px;
}
form.login label{
	font-size: 11px;
	color: White;
}
form.login .input{
	border: none;
	background-color: White;
	padding: 3px;
	font-size: 11px;
	width: 134px;
	margin-bottom: 5px;
}
form.login .submit{
	border: none;
	background-color: White;
	color: #4e97d6;
	font-weight: bold;
	font-size: 11px;
	cursor:pointer;
		width: 65px;
		height: 20px;
	float: right;
}
form.login a{
	/*display: block;
	text-align: right;*/
	font-size: 10px;
	color: #4e97d6;
	text-decoration: underline;
	line-height: 12px;
}
form.login a:hover{
	color: White;
}

form.newsletter{
	background: url(../images/newsletter.jpg) no-repeat;
	width: 170px;
	height: 106px;
	margin-bottom: 15px;
}

.rightcol h1{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}


/* GLOBAL CONTENT */
.footholder{
	background: url(../images/footer_bg.jpg) repeat-x;
	height: 86px;
}
.footer{
	background: url(../images/footer.jpg);
	width: 740px;
	height: 54px;
	margin: 0 auto;
	font-size:11px;
	color: white;
	padding: 32px 30px 0 30px;
	
	position: relative;
}
.footer .right {
	position: absolute;
	top: 24px;
	right: 25px;
}
.footer a:link,.footer a:visited{
	margin: 0 3px;
	color: White;
}
.left{
	float:left;
}
.right{
	float:right;
}
.leftimg{
	display: block;
	float: left;
	margin-right: 10px;
}
.rightimg{
	display: block;
	float: right;
	margin-left: 10px;
}
.last{
	margin-right:0px !important;
}
.bordered{
	border: 1px solid #4e97d6;
}

.kategoriak_top {
	background-image: url(../images/kategoriak_top.jpg);
	width: 170px;
	height: 6px;
}
.kategoriak {
	background-image: url(../images/kategoriak_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #0389F8;
	width: 150px;
	min-height: 134px;
	_height: 134px;
	margin-bottom: 15px;
	padding:7px 0px 10px 20px;
	
	color: #ffffff;
	font-size: 11px;
}
.kategoriak h2 {
	padding-bottom: 10px;
}
.kategoriak a {
	color: #ffffff;
	font-size: 11px;
}
.kategoriak a:hover {
	font-weight: bold;
}
.kategoriak .active {
	font-weight: bold;
	padding-left: 10px;
}