html, body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	height: 100%; 
	background-color: #252525;
}

/*
 * background
 */
td.bg_middle {
	background: transparent url(../gfx/bg_middle.jpg) repeat-y center top;
}
td.bg_left {
	background: transparent url(../gfx/bg_left.jpg) repeat-x right top;
}
td.bg_right {
	background: transparent url(../gfx/bg_left.jpg) repeat-x left top;
}
td.bg_data {
	background: transparent url(../gfx/bg_data.jpg) no-repeat left top;
	height: 475px;
}
table.bg_bottom_left,
td.bg_bottom_left {
	background: transparent url(../gfx/bg_bottom_left.jpg) repeat right top;
}
td.bg_bottom_right {
	background: transparent url(../gfx/bg_bottom_left.jpg) repeat left top;
}
td.bg_ver_line {
	background: transparent url(../gfx/bg_ver_line.gif) no-repeat 4px top;
}
td.bg_line {
	background: transparent url(../gfx/bg_line.gif) no-repeat left top;
}
div.home_offers {
	width: 453px;
	height: 150px;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}
div.offers {
	padding: 5px;
	text-align: left;
}

/*
 *	formatting
 */
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
p.first {
	margin-top: 0;
}
td {
	font-size: 11px;
	color: #5E6673;
	line-height: 16px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	background: url(../gfx/bg_sign.gif) no-repeat 10px 3px;
	padding-left: 40px;
}
ul.bg_sign_02 li {
	background: url(../gfx/bg_sign_02.gif) no-repeat 10px 5px;
	padding-left: 30px;
}
ul.yellow {
	color: #D09300;
	line-height: 170%;
}
div.box_data {
	padding: 0 0 0 10px;
}
p.box {
	padding: 3px 10px 3px 10px;
	margin: 0;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	margin-right: 22px;
}
img.box_bottom {
	margin-bottom: 5px;
}
hr {
	height: 0;
	border: none;
	border-top: 1px solid #E5E5E5;
	clear: both;
	float: left;
}

div.old_price,
div.action_price {
	font-family: Tahoma, Verdana, Arial;
	text-align: right;
	font-weight: bold;
}
div.old_price {
	color: #A1A1A1;	
	font-size: 12px;
}
div.action_price {
	color: #DAB961;
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
}
*.hand {
	cursor: pointer;
}
div.backpage {
	float: right;
	clear: both;
	margin-top: 10px;
}
/*
 * News
 */
div.news {
	margin: 10px 0 0 10px;
}

/*
 * Pager
 */
div.pager_static a,
div.pager_static_02 a {
	display: block;
	float: right;
	width: 18px;
	height: 18px;
	margin-left: 1px;
	background-color: #c2c2c2;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
div.pager_static a.hover,
div.pager_static a:hover,
div.pager_static_02 a.hover,
div.pager_static_02 a:hover {
	background-color: #e3cb90;
}

div.pager_offer,
div.pager_offer_02 {
	float: right;
	text-align: right;
}
div.pager_offer_02 {	
	margin-right: 55px;
}
div.pager_offer a.items_pager,
div.pager_offer span.items_pager,
div.pager_offer_02 a.items_pager,
div.pager_offer_02 span.items_pager {
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	background-color: #C2C2C2;
	text-align: center;
	margin-left: 1px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.pager_static_02 {
	float: right;
	margin: 10px;
}




div.pager_static2 a,
div.pager_static2 span {
	display: block;
	float: left;
	width: 22px;
	padding-top. 2px;
	height: 18px;
	margin-left: 1px;
	background-color: #c2c2c2;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

div.pager_static2 a:hover,
div.pager_static2 span {
	background-color: #e3cb90;
}

div.pager_static2 {
	float: left;
	margin: 0 10px;
}



/*
 *	link
 */

a {
	color: #6D6558;
	text-decoration: underline;
}
a:hover {
	color: #6D6558;
	text-decoration: none;
}
div.bottom_menu a {
	color: #908675;
	text-decoration: none;
	margin: 0 2px 0 2px;
}
div.bottom_menu a:hover {
	text-decoration: underline;
}
div.bottom_menu {
	text-align: center;
	float: right;
	width: 400px;
	margin-top: 12px;
}

/*
 *	form
 */
form {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #6D6558;
}

label {
	cursor: pointer;		
	color: #6D6558;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
label.error {
	color: #C84403;
}
input {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;	
	width: 248px;
	height: 19px;
	font-size: 11px;
	color: #6D6558;
	margin: 3px 5px 0 5px;
	background-color: transparent;		
	border: none;
}
td.input_short input {
	width: 190px;
}
td.input_short {
	background: transparent url(../gfx/bg_input_short.gif) no-repeat right top;
	margin: 3px 5px 0 5px;
	text-align: right
}
td.input {
	background: transparent url(../gfx/bg_input.gif) no-repeat right top;
	margin: 3px 5px 0 5px;
	text-align: right
}
td.turingt {
}
textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	border: 0;
	color: #6D6558;
	width: 248px;
	height: 76px;	
	padding: 3px 5px 3px 5px;
	overflow: auto;	
	background-color: transparent;
}
td.textarea_long textarea {
	width: 442px;
	height: 100px;
	background: transparent url(../gfx/bg_textarea_long.gif) no-repeat right top;	
}
td.textarea {
	background: transparent url(../gfx/bg_textarea.gif) no-repeat right top;	
	text-align: right;
}
td.textarea_long {
	background: transparent url(../gfx/bg_textarea_long.gif) no-repeat right top;	
	text-align: right;
}
textarea.short {
	width: 235px;
	height: 80px;
	background-color: transparent;
}
div.textarea_short {
	width: 235px;
	height: 80px;
	background: transparent url(../gfx/bg_textarea_short.gif) no-repeat left top;	
}
input#reset {
	width: 63px;
	height: 18px;
	cursor: pointer;	
	border: none;
	background: transparent url(../gfx/btn_del.gif) no-repeat;
	border: none;
}
input#submit,
input#subscribe,
input#unsubscribe,
input#submit_en,
input#subscribe_en,
input#unsubscribe_en {
	cursor: pointer;
	border: none;
}

input#submit {	
	width: 71px;
	height: 31px;	
	background: transparent url(../gfx/btn_send.gif) no-repeat;	
}		
input#subscribe {
	width: 102px;
	height: 25px;
	background: transparent url(../gfx/btn_subscribe.jpg) no-repeat;
}
input#unsubscribe {
	width: 102px;
	height: 25px;
	background: transparent url(../gfx/btn_unsubscribe.jpg) no-repeat;
}

input#submit_en {	
	width: 86px;
	height: 31px;	
	background: transparent url(../gfx/btn_send_en.gif) no-repeat;	
}		
input#subscribe_en {
	width: 102px;
	height: 31px;
	background: transparent url(../gfx/btn_subscribe_en.jpg) no-repeat;
}
input#unsubscribe_en {
	width: 115px;
	height: 31px;
	background: transparent url(../gfx/btn_unsubscribe_en.jpg) no-repeat;
}

/*
 * Menu - opacity
 */
div.menu {
	margin-left: 169px;
	display: block;
	width: 160px;
	height: 464px;
	filter:alpha(opacity=75);-moz-opacity:.75;
	opacity:.75;
	background: transparent url(../gfx/1x1_black.gif) repeat left top;
	color: #d7d7d7;
}

div.menu a {
	display: block;
	height: 24px;
	color: #D7D7D7;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../gfx/bg_menu.gif) no-repeat left top;
	padding: 6px 0 0 20px;
}
div.menu a.hover,
div.menu a:hover {
	color: #C79722;
	background: #3D372A url(../gfx/bg_menu_hover.gif) no-repeat left top;
}
td.gallery {
	padding: 5px 0 0 0;
}
td.gallery div {
    width: 172px;
    height: 117px;
	text-align: center;
	vertical-align: middle;	
	margin-right: 13px;
	background: #FFFFFF url(../gfx/bg_item_bottom_light2.gif) no-repeat center bottom;
}

td.gallery div td.pic {
	height: 95px;
}

/*
 * Offers pager
 */

div.pager_offer a.items_pager,
div.pager_offer span.items_pager,
div.pager_offer_02 a.items_pager,
div.pager_offer_02 span.items_pager {
	float: left;
	width: 18px;
	height: 18px;
	background-color: #C2C2C2;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-left: 1px;
}
div.pager_offer span.items_pager,
div.pager_offer_02 span.items_pager {
	background-color: #E3CB90;
}

img.xy {    
    border: 1px solid #d3a83c;
}

/*
**  keresés
**/
label#szearch {
    float: left;
    margin: 0 5px 0 15px;
    color: #908675;
}
input#szearch {
    float: left;
    width: 130px;
    height: 20px;
    background: transparent url(../gfx/bg_szearch.gif) no-repeat 0 0;
    margin: 0;
    padding: 3px 2px 0 5px;
}
