﻿/*
  $Id: stylesheet.css 788 2006-08-24 00:34:35Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2006 osCommerce

  Released under the GNU General Public License
*/

/* Compensate for Firefox */
select { min-width:1.5em;
	background:#e4dfc6;
	color:#8e855a;
	border:1px solid #CCC49E;
}

input{
	background:#e4dfc6;
	color:#8e855a;
	border:	none 0px;
}	

li, dd {
  margin-left: 20px;
}

.fieldLabel {
	display: inline;
}

#webkosar{
	width:1000px; 
	margin:10px auto;
	text-align:right;
	color:#a32645; 
	font-size:12px;
}

#webkosar a{
	text-decoration:underline;
	color:#a32645;
	font-weight:bold;
}

/* MARKUP */

BODY {
  padding:0px;
  margin:0px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px; 
  background-color:#e7e3cd;
}

 #bhatter{
		background-image:url(../../images/hatter.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-color:#e7e3cd;
		margin:0;
		padding:0;
		width:100%;
		float:left;
	}
	#navigationLink {
		float:left;
		width:100%;
		text-align:center;
		padding-right: 5px;
		color:#FFFFFF;
		height:64px;
		line-height:64px;
	}
	#navigationLink a{
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		font-size:14px;
		background:url(../../images/menu_separator.gif);
		background-position:left;
		background-repeat:no-repeat;
		padding-right:10px;
		padding-left:15px;
	}
	#bkep{
		float:left;
		width:100%;
		background-image:url(../../images/kep2.png);
		background-repeat:no-repeat;
		background-position:center top;
		margin:0;
		padding:0;
		margin-top:2px;
	}
	
	#btartalom{
		margin-top:300px;
		*margin-top:20px;
		margin-left:auto;
		margin-right:auto;
		width:1000px;
	}
	
	*html #btartalom{
		margin-top:20px;
	}

H1 {
  color: #8d1c33;
  
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  margin: 5px 0 10px 0;
}

H2 {
  color: #9A9A9A;
 
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}

H3 {
  color: #9A9A9A;
 
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
  white-space: nowrap;
  margin: 0;
}

H4 {
  color:#8E855A;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

H6 {
  color:#9CA422; 
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

TD, P {
  
  font-size: 11px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}

IMG {
  border: 0;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
}

FORM OL {
  margin: 0;
  padding: 0;
}

FORM OL LI {
  list-style: none;
  margin: 0;
  clear: left;
}

FORM LABEL {
  float: left;
  width: 160px;
  margin: 5px;
}

FORM LABEL.fieldLabel {
  float: none;
}

FORM INPUT, FORM SELECT, FORM TEXTAREA {
}

FORM EM {
  color: #FF0000;
  font-size: 9px;
  margin-left: 2px;
}

/* LAYOUT */

#bel_tartalom {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image:url(../../images/btartalom_02.gif);
	background-repeat:repeat-x;
	
}

#pageHeader {
	width: 100%;
}

#pageContent {
	float: right;
	width: 661px;
}

#pageColumnLeft {
  float: left;
  width:0px;
}

#pageBlockLeft {
  float: left;
  width: 661px;
  padding-left:15px;
  margin: 0px 0px 10px 0px;
  background:url(../../images/btartalom_01.gif);
  background-repeat:no-repeat;
  padding-top:20px;
}

*html #pageBlockLeft {
	padding-left:7px;
}

#pageColumnRight {
  float: right;
  width: 310px;
  background-image:url(../../images/btartalom_03.gif);
  background-repeat:no-repeat;
  background-position:right top;
  margin: 0px 0px 10px 0;
  padding-right:14px;
  padding-top:20px;
}

*html #pageColumnRight{
	padding-right:7px;
}

#pageFooter {
  clear: both;
  text-align: center;
  padding: 5px;
  width: 100%;
  background:#d3cdaa;
  color:#797149;
}

#linkBanner {
  clear: both;
  margin:5px auto;
  padding: 5px;
  width: 1000px;
  color:#797149;
  font-size:12px;
}

#linkBanner a{
	color:#797149;
	text-decoration:underline;
}

#linkBanner .bal{
	float:left;
	width:650px;
}

#linkBanner .bal ul{
	
	line-height:22px;
}

#linkBanner .jobb{
	float:right;
	padding-right:18px;
	padding-bottom:15px;
}

#pageFooter a{
	text-decoration:none;
	color:#797149;
}

#lablec{
	width:1000px;
	margin:0 auto;
}

#navigationBar {
  width: 100%;
  border: 1px solid #822030;
  line-height:20px;
}

/* LINKS */

#navigationBar A {
  color: #FFFFFF;
}

#navigationBar A:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* DEFINITIONS */

#siteLogo {
  float: left;
}

#navigationBar {
  background-color: #822030;
  color: white;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}

#breadcrumbPath {
	float: left;
	padding-left: 5px;
}

#borkat{
	font-size:11px;
}

#keywords{
	background: url(../../images/search_input.gif);
	background-repeat:no-repeat;
	padding-left:3px;
	padding-right:5px;
	width:189px; 
	height:24px;
	border:none 0px;
	padding-top:3px;
	*padding-top:2px;
}

*html #keywords{
	padding-top:2px;
}

*html .sub{
	height:26px;
}

.sub{
	background:url(../../includes/languages/hu_HU/images/buttons/button_search_1.gif);
	width:72px;
	height:24px;
	*height:26px;
	background-repeat:no-repeat;
	border:none 0px;
}

#borkat a{
	background:url(../../images/kat_pont.gif);
	background-repeat:no-repeat;
	padding-left:10px;
}

.kat_elv{
	background:url(../../images/kat_elv.gif);
	background-repeat:repeat-x;
	width:100%;
	height:8px;
}

#pageIcon {
  float: right;
  margin-right: 10px;
  height: 40px;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #d3cdaa;
  background-color: #f2eed8;
  color: #a43346;
  padding: 3px;
  margin:3px;
  width:617px;
}

.moduleBox {
	width: 629px;
}

.moduleBox .title{
	background:url(../../images/box_info_01.gif);
	height:43px;
	line-height:43px;
	width:579px;
	padding-left:25px;
	padding-right:25px;
	color:#a43346;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
} 

.titleV{
	background:url(../../images/box_info_01_v.gif);
	height:43px;
	line-height:43px;
	width:579px;
	padding-left:25px;
	padding-right:25px;
	color:#a43346;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
} 

#velemeny a{
	color:#A43346;
}

#password, #email_address, #lastname, #firstname, #confirmation, #name, #email{
	border:1px solid #CCC49E;
	width:200px;
}

textarea{
	border:1px solid #CCC49E;
	background:#E4DFC6;
	color:#8E855A;
}

.moduleBox .content { 
  background:url(../../images/box_info_no.gif);
  padding: 5px; 
  color:#8e855a;
}

.moduleBox .content a, .moduleBox .content_csik a {
	 color:#8e855a;
}

.moduleBox .content_csik { 
  background:url(../../images/box_info.gif);
  padding: 5px;
  color:#8e855a;
}

.moduleBox .foot { 
  background:url(../../images/box_info_02_no.gif);
  height:7px;
  margin-bottom: 5px;
  width:629px;
  line-height:0px;
  font-size:0px;
}

.moduleBox .foot_csik {
  height:7px;
  background:url(../../images/box_info_02.gif);
  margin-bottom: 5px;
  width:629px;  
  line-height:0px;
  font-size:0px;
}
.moduleBox H6 {
  font-size: 10px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

.inputRequirement {
  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
  margin-top: 10px;
}

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
  padding: 5px;
  color:#9CA422;
  width:605px;
  padding:10px;
  clear:both;
}

.listingPageLinks a{
	color:#A43346;
}

.moduleRow { }

.moduleRowOver {
  background-color: #D7E9F7;
}

.moduleRowSelected {
  background-color: #E9F4FC;
}


/////////////////////////
.boxText {  font-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {font-size : 10px; color: #cc0033; }
.productsNotifications { background: #fdfcf7; width:97%; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; font-weight: normal; }

A {
  color: black;
  text-decoration: none;
}

A:hover {
  color: black;
  text-decoration: underline;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-size: 10px;
}

.infoBoxNotice {
  background: #d3d3d3;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
  border:1px solid #d3cdaa;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
  border:1px solid #d3cdaa;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #8b4550;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #8b4550;
  color: white;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
  background:#FFFFFF;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.greetUser {
  
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

.boxCheckoutTrail {
  
  font-size: 10px;
  color: #8c8c8c;
}

.boxCheckoutTrailActive {
  
  font-size: 10px;
  font-weight: bold;
  color: #FF8400;
}

/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }


/* CSS Boxes */

.boxGroup {
 
}

.boxNew {
  background:url(../../images/infobox/box_03.gif);
  background-repeat:no-repeat;
  background-position:bottom;
  width:307px;
  padding-bottom:11px;
  margin-bottom:5px;
}

.boxTitle {
  font-size: 14px;
  font-weight: bold;
  color: #a43346;
  text-align:left;
  line-height:43px;
  background:url(../../images/infobox/box_01.gif);
  width:282px;
  height:43px;
  padding-left:25px;
  text-transform:uppercase;
}

.katboxTitle{
  font-size: 14px;
  font-weight: bold;
  color: #a43346;
  text-align:left;
  line-height:43px;
  background:url(../../images/kat_box_01.gif);
  width:282px;
  height:43px;
  padding-left:25px;
  text-transform:uppercase;
}

.boxTitle A, .katboxTitle A{ 
  color: #a43346;
}


.boxContents {
  background:url(../../images/infobox/box_02.gif);
  font-size:12px;
  width:287px;
  text-align:left;
  padding:10px;
  color:#8e855a;
}

.boxContents a{ 
	color:#8e855a;
}




table.eredmenytabla1{
    font-size: 0.7em;
    vertical-align: middle;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 2px;
    margin-bottom: 10px;
}

table.eredmenytabla1 th{
    background-color: #E8F4D0;
    padding: 6px 4px 6px 4px;
    border: #CCCCCC 1px solid;
    margin: 0;
    font-weight: bold;
    width: 24em;
}

table.eredmenytabla1 td{
    border: #CCCCCC 1px solid;
    margin: 0;
    width: 36em;
    padding: 6px 4px 6px 4px;
}

table.eredmenytabla{
    font-size: 0.7em;
    vertical-align: middle;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 2px;
    margin-bottom: 10px;
}

table.eredmenytabla table.eredmenytabla_al{
    font-size: 1.0em;
    vertical-align: middle;
    text-align: left;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px;
}

table.eredmenytabla th, table.eredmenytabla_al th{
    background-color: #E8F4D0;
    padding: 6px 4px 6px 4px;
    border: #CCCCCC 1px solid;
    margin: 0;
    font-weight: bold;
}

table.eredmenytabla td, table.eredmenytabla_al td{
    border: #CCCCCC 1px solid;
    margin: 0;
    vertical-align: middle;
    padding: 6px 4px 6px 4px;
}

table.eredmenytabla th.hiba {
    background-color: #FFA0A0;
}


#katList a{
	color:#8E855A;
	font-size:14px;
	text-decoration:none;
}

#katList a img{
	border:none 0px;
}

.banner1{
	float:right;
	margin-left:10px;
}

.banner3{
	float:right;
	
}

#indexBanner{
	width:100%;
	float:left;
	margin-bottom:10px;
}
