body {
 margin: 15px auto 0 auto;
 padding: 0;
 background-color: ;
 background: #000 url(../images/bg.gif) repeat-x 0 0;   
 font-size: 75%; 
 text-align: left;
 color: #000;
}

body, input, select, textarea {
 font-family: arial, verdana, sans-serif;
}

input, select, textarea {
 font-size: 95%; 
}

:focus { /* FF1.5 bug */
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
 content:".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 font-size:0;
 line-height:0;
}

.toRight {
 float: right;
}

.marginBottom {
 margin-bottom: 15px !important;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1, h2, h6 {
 margin-bottom: 10px;
 padding-bottom: 10px;
 font-size: 140%;
 font-weight: normal;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;  
}

h3, h4 {
 font-size: 100%;
}

h4 {
 margin-top: 15px;
}

h6.extended {
 margin-bottom: 13px;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

a {
 color: #9B6630;
 text-decoration: none;
}

a:hover {
 color: #C10333;
 text-decoration: none;
}

a.high {
 color: #b00;
 text-decoration: none;
}

a.high:hover {
 color: #f00;
 text-decoration: none;
}

a.button {
 padding: 1px 3px 1px 3px;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center; 
 border: 1px solid #8EADB3; 
}

.inactiveButton {
 padding: 1px 3px 1px 3px;
 color: #8EADB3 !important;
 border: 1px solid #8EADB3;
 background-color: #E0EAEC; 
}

.important {
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button-important.gif) !important; 
 border: 1px solid #FFAB00 !important;
}
 
.statusText {
 color: #444;
 font-weight: bold;
}

.error {
 color: #d00;
 font-weight: bold;
}

.ok {
 color: #060;
 font-weight: bold;
}



/* Forms */

input.text {
 height: 14px;
 background-image: url(../images/input.gif);
 background-repeat: repeat-x;
 background-position: 0 0; 
 border: 1px solid #868367; 
}

input.submit {
 font-size: 100%;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center; 
 border: 1px solid #868367;
 cursor: pointer;   
}

.submitImportant {
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button-important.gif) !important;
 border: 1px solid #FFAB00 !important;
}

.submitCart {
 padding-left: 28px;
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button_cart.gif) !important;
 border: 1px solid #FFAB00 !important;
}

textarea, select {
 background-color: #EDEFF0;
 border: 1px solid #868367;
}

fieldset {
 width: 96%;
 margin-top: 5px;
 padding: 5px 10px 10px 10px;
 border: 1px #868367 solid;
}

legend {
 margin: 0;
 padding: 0 3px;
}

.sheet label {
 display: block;
 float: left;
 width: 200px;
 margin-bottom: 9px;
 text-align: right;
}

.sheet .text, .sheet .select, .sheet .textarea {
 display: block;
 width: 150px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet .textarea {
 width: 280px;
 height: 100px; 
}

.sheet .select {
 height: 17px;
}

.sheet .file {
 display: block;
 width: 200px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet span {
 position: relative;
 display: block;
 width: 90px;
 font-weight: bold;
 background-image: none !important;
 float: left;
}

.sheet input.submit {
 margin: 15px 0 0 220px;
}

.sheet img {
 margin: 0 0 20px 210px;
 padding: 4px;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4; 
}



/* Cart form */

.cartModes {
 padding-top: 15px;
 border-top: 1px solid #C8DCE0;
 clear: both;
}

.cartModes .submit {
 position: relative;
 left: -100px;
}

.cartModes label {
 width: 110px;
}

.cartModes .selector {
 clear: both;
}



/* Content */

#wrapper {
 background: url(../images/bg.jpg) no-repeat center -15px; 
}

#container {
 width: 774px;
 margin: 0 auto 0 auto; 
}

#content {
 width: 770px;
 margin: 0 auto 0 auto; 
 background-image: url(../images/content.gif); 
 background-repeat: repeat-y;
 background-position: 0 0;
}

#content .main {
 width: 539px;
 padding: 15px 15px 10px 15px;
 float: left;
}

#content .side {
 width: 170px;
 padding: 15px 15px 10px 15px;
 float: left; 
}

.sideBorder {
 background-color: #E2E0CF;
 /* border-right: 1px solid #EEF8FD; */
}



/* Hierarchal menu */

#content .side ul {
 margin: 0;
 padding: 0;
}

#content .side ul.parent {
 margin-bottom: 15px;
}

#content .side li {
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}

#content .side ul.sub li {
 font-weight: normal;
}



/* Header */

#header {
 position: relative;
 width: 770px;
 height: 157px; 
 margin: 0 auto 0 auto; 
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;   
}

#header img.logo {
 position: absolute;
 left: 40px;
 top: 40px;
 width: 259px;
 height: 53px;
 border: 0;
}

#header p.info {
 position: relative;
 top: 120px;
 padding: 0 10px 0 10px;
 text-align: right;
}

#header ul {
 font-size: 80%;
 text-transform: uppercase;
}

#header ul.main {
 position: absolute;
 left: 50px;
 top: 132px;
 width: 300px;
}

#header ul li {
 padding: 0 8px 0 8px;
 background-image: url(../images/ul.gif);
 background-repeat: no-repeat;
 background-position: right 2px;  
 float: left;
}

#header ul li.last {
 background-image: none;
}

#header ul li a {
 font-size: 11px; 
 font-weight: bold;
 color: #ffd200; /* #E7E1BF */
}

#header ul li a:hover {
 color: #fff; /* #FFF */
}

#header form {
 position: absolute;
 left: 850px;
 top: 18px;
 width: 120px;
}

#header form input.text {
 position: relative;
 top: 1px;
 width: 90px;
 margin-right: 4px;
}

#header form input.submit {
 font-size: 75%;
}

#header p.langs {
 position: absolute;
 left: 70px;
 top: 127px;
 width: 140px;
 text-align: left;
 font-size: 80%;
 text-transform: uppercase;
}

#header p.langs img {
 position: relative;
 top: 2px;
}

#header p.langs a {
 padding: 0 8px 0 8px;
}

#header p.langs span {
 padding-left: 5px;
}




/* Footer */

#footer {
 position: relative;
 width: 755px;
 height: 26px; 
 margin: 0 auto 0 auto;
 padding: 14px 0 0 15px; 
 background-image: url(../images/footer.gif);
 background-repeat: repeat-x;
 background-position: 0 0;  
 font-size: 90%;
 color: #626466;  
}

#footer img.logo {
 position: absolute;
 left: 720px;
 top: 12px;
 width: 39px;
 height: 20px;
 border: 0; 
}



/* Content */

#content ul {
 margin-bottom: 15px;
}

#content li {
 margin-bottom: 4px;
 padding: 0 0 0 12px;
 background-image: url(../images/li.gif);
 background-repeat: no-repeat;
 background-position: 0 4px;  
}

#content .side .banner {
 width: 169px;
 height: 172px;
 margin-bottom: 15px;
}

#content .main p {
 margin-bottom: 8px;
}


#content .main .lead {
 font-weight: bold;
}  

#content .main .back {
 clear: both;
 font-weight: bold;
 text-align: right;
}  

#content .main .article {
 clear: both;
}  



/* Login */

.borderedBox {
 margin-bottom: 15px;
 border: 1px solid #BEBA93; 
}

.loginContent {
 padding: 15px 15px 15px 15px;
 background-image: url(../images/box.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;
 border: 1px solid #fff; 
}

.loginContent ul.loginItems, .loginContent p {
 margin-bottom: 15px !important;
}

#login label {
 display: block;
 width: 60px;
 margin-right: 10px;
 text-align: right;
 float: left;
}

#login input.text {
 width: 60px;
 margin-bottom: 10px;
 float: left; 
}

#login input.submit {
 margin: 0 0 15px 69px;
}

#login div {
 clear: both;
}



/* Pictures */

.imgBorder {
 padding: 4px;
 background-color: #E4E3D4;
 border: 1px solid #BEBA93;
}

.imgLeft {
 margin: 2px 10px 4px 0;
 float: left;
}  

.imgRight {
 margin: 2px 0 4px 10px;
 float: right;
}  



/* Publication page */

#content .main .info {
 margin-bottom: 10px;
 color: #6B001A;
 padding-bottom: 10px; 
}

#content .main .info span {
 background-image: none;
}

#content .main .info img {
 margin-left: 5px;
}

#content .main .info .date {
 display: block;
 width: 260px;
 margin-right: 5px;
 padding-top: 2px;
 float: left;
}

#content .main .info .date a {
 font-weight: bold;
}

#content .main .info .icons {
 display: block;
 width: 270px; 
 float: left; 
 text-align: right;
}

#content .main .info .icons img {
 width: 16px;
 height: 11px;
 padding: 3px;
 background-image: url(../images/icon-bg.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
}

#content .main .info .icons #tools {
 position: relative;
 top: -4px;
}



/* Product info */

.priceBox {
 width: 200px;
 margin: 0 0 3px 5px;
 padding: 4px;
 background-color: #E4E3D4;
 border: 1px solid #BEBA93;
 float: right;
}

.priceBox .image {
 margin-bottom: 4px;
 padding-bottom: 4px; 
 text-align: center;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;  
}
 
.priceBox .text .price1, 
.cartItems .product .price .price1 {
 display: block;
 width: 80px;
 margin: 5px 6px 0 0; 
 font-weight: bold;
 color: #000;
 font-size: 120%;
 text-align: right;
 float: left; 
}

.priceBox .text .price2,
.cartItems .product .price .price2 {
 width: 110px;
 margin: 2px 0 10px 0 !important;  
 font-size: 160%;
 font-weight: bold;
 color: #000; 
 float: left; 
 line-height: 0.9em;
}

.priceBox .text .price2 span, 
.cartItems .product .price .price2 span {
 font-size: 60% !important;
 font-weight: normal !important;
 color: #444 !important;
 background-image: none !important; 
}

.priceBox li span.old {
 color: #076186; 
 text-decoration: line-through;
 background-image: none !important;  
}

.discount {
 color: #f00 !important;
}

.priceBox .pcs {
 position: relative;
 top: 18px;
 left: 3px;
 width: 70px;
}

.priceBox span {
 background-image: none !important;  
}

.priceBox span.status {
 display: block;
 height: 54px;
 margin-bottom: 2px;
 font-weight: bold;  
}

.priceBox input.text {
 width: 30px;
}

.priceBox input.submit {
 position: relative;
 left: 84px;
}



/* Cart */

.cartItems {
 margin-top: 20px;
}

.cartItems .product {
 margin-bottom: 15px;
}

.cartItems .product .image {
 width: 120px;
 float: left;
}

.cartItems .product .text {
 width: 420px;
 padding-bottom: 5px;
 border-bottom: 1px solid #C8DCE0; 
 float: left; 
}

.cartItems .product .info {
 width: 200px;
 margin-right: 10px;
 float: left; 
}

.cartItems .product .price {
 width: 200px;
 float: left; 
}

.cartItems .buttons a.last {
 margin-left: 10px;
}

.cartItems .sum {
 margin: 0 0 15px 120px ;
} 

.cartItems .sum span.brutto {
 font-weight: bold;
 font-size: 180%;
 background-image: none !important;
} 

.cartItems .sum span.netto {
 color: #000 !important;
 background-image: none !important;
} 

.cartItems .orderNavigator {
 margin-left: 120px;
}

.cartItems .orderNavigator .button {
 margin-right: 15px;
}



/* Picture list */

.pictureList .item {
 width: 120px;
 height: 93px;
 margin: 0 6px 6px 0;
 padding: 4px 5px 0 5px;
 background-color: #E4E3D4;
 border: 1px solid #BEBA93;
 text-align: center;
 float: left;
}



/* Side list */

.sideList .sideItem {
 margin-bottom: 10px;
}

.sideList .sideItem .image {
 width: 70px;
 margin-right: 5px;
 padding-top: 2px;
 float: left;
}

.sideList .sideItem h4 {
 margin-bottom: 6px;
}

.sideList .sideItem span {
 color: #444;
 font-weight: bold;
}



/* Tabs */

.tabberlive .tabbertab .tabContent { /* active tab content */
 padding: 10px 10px 10px 10px;
 border: 1px solid #BEBA93;
 background-color: #E4E3D4;
 clear: both;
}

.tabberlive .tabbertabhide { /* hidden tab content */
 display: none;
}

ul.tabbernav {
 margin: 0 !important;
 padding: 0 !important;
}

ul.tabbernav li { /* inactive tab */
 position: relative;
 top: 5px;
 width: 100px;
 padding: 9px 0 5px 0 !important;
 margin: 0 0 0 3px;
 display: block;
 text-align: center;
 background-image: url(../images/tab-off.gif) !important;
 background-repeat: no-repeat;
 background-position: 0 2px;
 float: left;  
}

ul.tabbernav li a {
 width: 100px;
 padding: 3px 0.5em;
 margin-left: 3px;
 font-weight: bold;
}

ul.tabbernav li a:hover {
 color: #000;
}

ul.tabbernav li.tabberactive { /* active tab */
 padding: 7px 0 7px 0 !important;
 background-image: url(../images/tab-on.gif) !important;
 background-position: 0 0 !important;   
 border-bottom: 1px solid #E4E3D4;
}
 
ul.tabbernav li.tabberactive a:hover {
 color: #000;
 border-bottom: 1px solid #DCEAEB;
}

.tabberlive {
 margin-bottom: 15px;
}

.tabberlive .tabbertab h2 {
 display: none;
}

.tabberlive .tabbertab h3 {
 display: none;
}

.tabberlive#tab2 .tabbertab {
 overflow: auto;
}

.tabContent .leadItem {
 margin-bottom: 10px;
}

.tabContent .leadItem .image {
 width: 120px;
 float: left;
}

.tabContent .leadItem .text {
 width: 400px;
 float: left;
}

.tabContent .subTitle {
 font-weight: bold;
}

.tabContent .split {
 position: relative;
 left: -8px;
 display: block;
 width: 248px;
 margin-left: 10px;
 float: left;
}

.tabContent .split ul {
 position: relative;
 margin-bottom: 0 !important;
}

.tabContent .split {
 left: -8px;
}

.tabContent span.seeded {
 color: #2B9752 !important;
 background-image: none !important;
}

.tabContent h4 {
 margin: 0 !important;
}

.tabContent .article {
 margin-bottom: 20px;
}



/* Messages */

.message {
 padding: 5px;
 margin-bottom: 10px;
 background-color: #e2e0cf;
 border: 1px solid #aaa791;
}

.message p {
  margin: 0 !important;
}


/* Lapozó */

#pager {
 clear: both;
 width: 190px;
 height: 35px;
 margin: 20px 0 0 175px;
 padding: 0;
 text-align: center;
 font-weight: bold;
 font-size: 11px;
}

#pager a {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #000;
 background: #EAEBEE;
 border: 1px solid #888;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager a:hover {
 color: #FFA800;
 background: #EEF0F4;
 text-decoration: none;
} 

#pager span.inactive {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #c3bebe;
 background: #EAEBEE;
 border: 1px solid #888;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager span.left {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0;
 float: left;
 text-align: right;
}

#pager span.middle {
 display: block;
 width: 90px;
 padding: 2px 0 3px 0; 
 float: left;
 text-align: center;
}

#pager span.right {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0; 
 float: left;
 text-align: left;
}

#pager select {
 position: relative;
 top: -1px;
 width: 80px;
 height: 16px;
 font-family: tahoma, arial, verdana, sans-serif;
 font-size: 11px;
 font-weight: normal;
 background-color: #EAEBEE;
 border: 1px solid #888;
}



/* Flash menü */

.flashMenu{
 position: relative;
 left: -140px;
 top: 10px;
}