/**********************************************************/
/* Akadémia Kiadó                                         */
/* created by: B.Tamás (GBaRT)                            */
/* CSS & HTML author: B.Tamás - http://btamas.hu          */
/**********************************************************/
body{
	background-color: #f4f1eb;
	font-family: Arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a,a:link,a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}
.clr{clear: both;}

.rowBig{
	background: url(actions/rowBig.gif) center top no-repeat;
	width: 560px;
	height: 4px;
	margin: 0 auto 0 auto;
}
.rowSmallDashed{
	background: url(actions/rowSmallDashed.gif) center top no-repeat;
	width: 560px;
	height: 1px;
	margin: 0 auto 0 auto;
}

#container_inner{
	margin: 0;
	padding: 0;
	margin-left: -20px;
	//background: url(actions/bg.gif) center top repeat-y;
}
#header{
	//background: url(actions/bg-headerColors.gif) center top no-repeat;
}
#header .topText{
	padding-top: 30px;
	margin: 0 20px 10px 20px;
}
#header .topText .big{
	font-size: 36px;
	font-weight: bold;
	color: #ff7800;
}
#header .topText .small{
	font-size: 16px;
	color: #666666;
}
#header .bottomText{
	height: 40px;
	line-height: 40px;
	margin: 8px 20px 25px 20px;
}
#header .bottomText .left{
	float: left;
	font-size: 23px;
	font-weight: bold;
	color: #ff7800;
}
#header .bottomText .right{
	float: right;
	font-size: 16px;
	color: #666666;
}
#header .bottomText .right a{color: #666666;}

#content .title{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0 20px 0 20px;
	padding: 10px 0 10px 0;
}
#content .items{
	margin-top: 10px;
	padding: 0 20px 10px 20px;
	min-height: 165px;
}
#content .item{
	float: left;
	width: 235px;
	margin-left: 12px;
	padding-top: 10px;
}
#content .ipic{
	float: left;
	width: 85px;
}
#content .ipic img{margin-right: 10px;}
#content .item .right{float: left;}
#content .ititle{
	font-weight: bold;
	color: #ff7800;
	width: 150px;
}
#content .ititle .small{
	font-weight: bold;
	color: #333333;
}
#content .ititle a{color: #ff7800;}
#content .iprice{
	color: #333333;
	margin-top: 10px;
	line-height: 20px;
}
#content .iprice ._2{font-weight: bold;}
#content .imore{
	margin-top: 5px;
	color: #ff7800;
}
#content .imore a{color: #ff7800;}

#content #kiwi .items{background: url(actions/bg-kiwi.jpg) right top no-repeat;}
#content #szolo .items{background: url(actions/bg-szolo.jpg) right top no-repeat;}
#content #narancs .items{background: url(actions/bg-narancs.jpg) right top no-repeat;}

#content #description{
	font-size: 11px;
	color: #343434;
	margin: 0 25px 0 25px;
	padding: 15px 0 15px 0;
}

#content #footer{
	background: url(actions/bg-footer.gif) center top repeat-x;
	color: #707070;
	height: 88px;
}
#content #footer a{color: #707070;}
#content #footer .left{
	float: left;
	margin: 15px 0 0 32px;
}
#content #footer .right{
	float: left;
	margin: 30px 0 0 62px;
}