/***** removes default styling on most HTML elements *****/
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}


/**********************************************/
.thumbbox {
	float: left;
	margin:3px;
	padding:3px;
	width:225px;
	_width:223px;
	height:120px;
	background-color: #f4f4f4;
	border: 1px solid #d8d8d8;
	border-left: 4px solid #aaaaaa;
	overflow: hidden;
}

.thumbbox img {
	padding: 0px;
	margin: 0px;
	border: 0px solid #ffffff;
}

.thumbbox table {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	border-width: 0px;
	overflow: hidden;
	color: #303030;
	height: 100%;
}

.thumbbox td {
	padding: 3px 0px;
	text-align: right;
	vertical-align: middle;
	background: none;
}

.thumbbox td.thumbraktar {
	font-size: 0.9em;
	vertical-align: bottom;
}

.thumbbox td.thumbtitle {
	width: 100px;
	height: 38px;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left;
}

.thumbbox td.thumbpicture {
	padding: 0px;
	margin: 0px;
	border: 0px solid #ffffff;
	
	width: 125px;
	padding-left: 3px;
	vertical-align: middle;
	text-align: center
}

.thumbbox td.thumbleft {
	width: 90px;
}

.thumbbox td.thumbright{
	text-align: left;
	padding-left: 3px;
	width: 20px;
}

.thumbbox td.thumbprice{
	font-size: 1.1em;
}

.thumbbox td.thumbbovebb{
	width: auto;
	text-align: right;
	font-size: 0.8em;
	line-height: 0.9em;	
}

/*********************************************************/

/***** Body and main container *****/
body {
	margin: 0 auto;
	padding: 0px;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	background: #241d0b url("../images/sys/main_bg.jpg") no-repeat scroll top center;
	color: #3a3a3a;
}

#wrap {
	background: #f4f4f4 url("../images/sys/wrapper_bg.jpg") no-repeat scroll top center;
	color: #303030;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
}

/***** Header *****/
#header {
	color: #505050;
	background: #241d0b url("../images/sys/head_bg.jpg") no-repeat scroll bottom center;
	height: 160px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#header h1 {
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 0px 0px 4px 15px;
	padding: 15px 0px 0px 0px;
}

#header h1 a,#header h1 a:hover {
	padding: 0px;
}

#header p {
	font-size: 1.1em;
	letter-spacing: -1px;
	margin: 0px 0px 20px 15px;
	padding: 0px 0px 0px 3px;
}

/***** Left sidebar *****/
#avmenu {
	clear: left;
	float: left;
	width: 170px;
	height: 525px;
	margin: 0px;
	padding: 0px;
	background: #cccccc url("../images/sys/menu_bg.jpg") no-repeat scroll top left;
}

#avmenu ul {
	list-style: none;
	width: 160px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#avmenu li {
	margin: 0px 0px 2px 0px;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0px 0px 10px;
	background: #f4f4f4 url("../images/sys/menubg.gif") bottom left repeat-x;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #aaaaaa;
}

#avmenu li a:hover,#avmenu li a.current {
	background: #eaeaea url("../images/sys/menubg2.gif") bottom left repeat-x;
	color: #505050;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-left: 4px solid #505050;
}

#avmenu ul ul {
	margin: 2px 0px 2px 15px;
	font-size: 0.9em;
	width: 145px;
}

#avmenu ul ul ul {
	margin: 2px 0px 2px 25px;
	font-size: 0.9em;
	width: 110px;
}

#avmenu ul ul a {
	height: 16px;
	margin: 0px;
	padding: 4px 0px 0px 8px;
}

#avmenu h2 {
	font-size: 1.5em;
	font-weight: normal;
}

#notlinkmenu{
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0px 0px 10px;
	background: #f4f4f4 url("../images/sys/menubg.gif") bottom left repeat-x;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #aaaaaa;
}

/***** Right sidebar *****/
#extras {
	background: #241d0b url("../images/sys/rightside_bg.jpg") no-repeat scroll top left;
	float: right;
	width: 170px;
	height: 525px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 0.9em;
}

/***** Main content *****/
#content {
	background: #cccccc url("../images/sys/content_bg.jpg") no-repeat scroll top center;
	_background: #cccccc url("../images/sys/content_bg.jpg") no-repeat fixed top center;
	margin: 0px auto;
	padding: 10px 25px 0px 20px;
	line-height: 1.5em;
	text-align: justify;
	overflow: auto;
	height: 515px;
}

body.album #content{
	background: #cccccc url("../images/sys/content_bg.jpg") no-repeat scroll top center;
	_background: #cccccc url("../images/sys/content_bg.jpg") no-repeat fixed top center;
	margin: 0px auto;
	padding: 0px 0px 0px 1px;
	line-height: 1.5em;
	text-align: justify;
	overflow: auto;
	height: 525px;
}	

#content h2 {
	font-size: 1.8em;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 10px 0px 30px 0px;
	padding: 0px;
}

#content h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 12px 0px 12px 0px;
	padding: 0px;
}
/*
#content img {
	padding: 1px;
	display: inline;
	background: #aaaaaa;
	color: #303030;
	border: 4px solid #f0f0f0;
}
*/
#content a {
	font-weight: bold;
}

#content ul,#content ol {
	margin: 0px 0px 16px 20px;
	padding: 0px;
}

#content ul ul,#content ol ol {
	margin: 2px 0px 2px 20px;
}

#content li {
	margin: 0px 0px 2px 10px;
	padding: 0px 0px 0px 4px;
}

/***** Footer *****/
#footer {
	clear: both;
	background: #241d0b url("../images/sys/foot_bg.jpg") no-repeat scroll top center;
	height: 185px;
	margin: 0px auto;
	padding: 7px 0px;
	width: 850px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer a {
	color: #808080;
	background-color: inherit;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/***** Various tags *****/
img.nagykep{
	max-width: 480px;
	width: auto;
	/*_width: 480px;*/
	border: 1px solid #b0b0b0;	
}

a {
	text-decoration: none;
	color: #505050;
/*	background-color: inherit; */
}

a:hover {
	text-decoration: underline;
	color: #286ea0;
/*	background-color: inherit; */
}

a img {
	border: 0;
}

p {
	margin: 0 0 16px 0;
}

blockquote {
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #aaaaaa;
	margin: 16px;
	padding: 7px 7px 7px 11px;
	background: #f4f4f4 url("../images/sys/menubg.gif") bottom left repeat-x;
	color: #505050;
}

blockquote p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0;
}

/***** Table styles *****/
table {
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 1.2em;
	border-collapse: collapse;
	border: 1px solid #d8d8d8;
}

caption {
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 6px 0 8px 0;
}

th {
	padding: 2px;
	text-align: right;
	background: #eaeaea url("../images/sys/menubg2.gif") bottom left repeat-x;
	color: #505050;
}

tbody th {
	width: 100px;
} 

td {
	padding: 3px;
	font-size: 1em;
	text-align: right;
	background: #f4f4f4 url("../images/sys/menubg.gif") bottom left repeat-x;
	color: #303030;
}


table.rendeles {
	background: none;
	padding: 0;
	margin: 0;
	width: 440px;
	_width: 440px;
	border: 0;
}

td.nobg {
	background: none;
}

table.kepadatok{
	width: 400px;
	margin: 5px auto;	
}
.rendeles .kepadatok{
	width: 270px;
}

#fieldset-termekRendeles input, textarea {
	width: 60%;
}

/***** Form styles *****/
fieldset{
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

legend{
	color: #3a3a3a;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0px;
}

.button {
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #aaaaaa;
	margin: 0 0 15px 0;
	padding: 5px 7px 5px 11px;
	background: #f4f4f4 url("../images/sys/menubg.gif") bottom left repeat-x;
	color: #505050;
	font-weight: bold;
	width: 120px;
}


.button:hover{
	background: #eaeaea url("../images/sys/menubg2.gif") bottom left repeat-x;
	color: #505050;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-left: 4px solid #505050;
}

input,textarea {
	border: 1px solid #aaaaaa;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	margin: 0;
	padding: 4px;
}

label {
	margin: 2px;
}
/*
input {
	width: 200px;
}

textarea {
	width: 400px;
}
*/
/***** Search box *****/
#searchbox {
	padding: 0;
	margin: 6px 0 16px 0;
}

#searchform {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	color: #505050;
	font-size: 0.9em;
	padding: 4px;
	width: 116px;
}

#searchbox label {
	display: none;
}

/***** Newsletter box *****/
#feliratkozasForm {
	padding: 0;
	margin: 3px 0;
	text-align: center;
}

#feliratkozasForm legend {
	_font-weight:normal;
	margin: 3px auto;	
}

#feliratkozasForm #realname {
	width: 145px;
}

#feliratkozasForm #useremail {
	width: 145px;
}

#feliratkozasForm #submit {
	margin: 3px auto;	
}

#feliratkozasForm label {
	text-align: right;
}


/***** Various classes *****/
.left {
	margin: 0px 10px 5px 0;
	float: left;
}

.right {
	margin: 0px 20px 13px 10px;
	float: right;
}

#content .announce {
	margin: 0px 0 0px 20px;
	_margin: 0px 0 0px 10px;
	padding: 10px 8px 0 8px;
	width: 175px;
	color: #505050;
	background: #f4f4f4 url("../images/sys/menubg.gif") bottom left repeat-x;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #aaaaaa;
	line-height: 1.2em;
}

#content .announce a {
	font-weight: bold;
}

#content .announce p {
	font-size: 0.9em;
	padding: 0px;
	margin: 5px 0 10px 0;
	_margin: 5px 0 10px 0;
}

#content .announce h3 {
	margin: 0 0 8px 0;
	padding: 0;
}

#avmenu .announce {
	width: 135px;
}

.textright {
	text-align: right;
	margin: 0px 0 7px 0;
}

.center {
	text-align: center;
	margin: 0px auto;
}

.small {
	font-size: small;
	line-height: 1em;
}

.large {
	font-size: 1.3em;
}

.bold {
	font-weight: bold;
	color: #505050;
}

.highlighted {
	padding: 3px;
	background-color: #f0f0f0;
	color: #303030;
	border: 1px solid #b0b0b0;
}

.hide {
	display: none;
}

.submenudesc {
	padding: 5px 25px 5px 15px;
	margin-bottom: 0px;
}

#content h3.submenutitle {
	margin-bottom:0;
	padding:5px 25px 5px 15px;
}
