/* ============================== */ 
/* ! Layout for desktop version   */
/* ============================== */

body {
	color: #666;
}

a 		{ color: #06F; text-decoration: none; }
a:hover 	{ color: #03F; text-decoration: underline; }

#header {
	/*min-height: 160px;*/
	min-height: 120px; /*Belinszki Imre  2012.06.09*/
}

#footer {
	float: none;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid #e2383f;
	background: #666;
	color: #ddd;
}

#footer a { color: #fff; text-decoration:underline; }

#header .logo {
	height: 120px;
	margin-top: 30px;
	background: url(../images/logo-big.png) 0 0 no-repeat;
}

#header .logo h1 {display: none;}

.container p {
	line-height: 1.6em;
	margin: 20px 0;
}

.container p b { color: #000; } 

p.details {
	float: left;
	background-color: #efefef;
	padding: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ol.lista{
	margin: 20px 0 0;
	padding-left: 30px;
}

ol.lista li p {
	border-left: solid 1px #999;
	margin: 0;
	padding: 0 0 1em 1em;
}

h1 {
	font-size: 3em;
	text-align: center;
	color: #333;
	margin: 20px 0 60px;
	text-shadow: #ccc 1px 2px 0;
}

h2 {
	text-align: center;
	font-weight: normal;
	margin: 20px 0;
	padding: 10px;
	text-shadow: #fff 1px 2px 0;
	border-bottom: 1px solid #ccc;
}

h3 {
	margin: 20px 0;
}

h3 span {
	text-transform: none;
	font-size: 0.8em;
	color: #333;
	margin-right: 10px;
	padding: 2px 4px;
	background-color: #ddd;
}

#footer h3 {
	text-transform: none;
	margin: 0;
	color: #fff;
	text-shadow: #000 1px 2px 0;
}

.post b { color: #000; } 

.hr10 {
	display: block;
	height: 1px;
	width: 90%;
	margin: 10px 0 20px;
	border-bottom: 1px solid #fff;
	clear: both;
	opacity: 0.2;
}

.hr20 {
	display: block;
	height: 10px;
	width: 80%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

.hr20 span {
	background-color:#fff; 
	padding: 0 6px;
	color: #999;
	font-style: italic;
}

.hr40 {
	display: block;
	height: 10px;
	width: 90%;
	margin: 30px 0;
	border-bottom: 1px solid #fff;
	clear: both;
	opacity: 0.4;
}

.hr40 span {
	background-color:#666; 
	padding: 0 6px;
	color: #fff;
	font-style: italic;
}

.columns {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;	
	
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	
	-moz-column-rule: 1px solid #ccc;
	-webkit-column-rule: 1px solid #ccc; 
	column-rule: 1px solid #ccc;
}

.langs a {
	border: 1px solid #ddd;
	padding: 6px 8px;
	margin: 0 10px;
}

.langs a:hover {
	background-color: #ccc;
}


/* top cart bar */

#cart, #cartopen, #cartclosed {
	right: 20px;
	position: fixed;
	top: 0px;
	margin: -2px 0 0 0;
	padding: 0;
	z-index: 2000;
	color: #fff;
	/*font-size: 1.2em;*/
	font-size: 1em; 
	font-weight: bold;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	/*word-spacing: 0.2em;  */
	width: 460px;
}

.closed {
	display: none;
}

.open {
	display: none;
}

#cart .basket, #cartopen .basket, #cartclosed .basket  {
	background: #e2383f;
	padding: 10px;
	border: 1px solid #e2383f;
	
	border-color: #af4040; border-bottom-color: #9a2020; background-color: #d72323;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e85252),color-stop(1, #cf2e2e));
	background: -moz-linear-gradient(center top,#e85252 20%,#cf2e2e 100%);
	
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}
.basket table.items {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.basket table.items td {
	background-color: #666;
	color: #fff;
	font-size: 0.8em;
}

#cart td, #cartopen td, #cartclosed td {
   padding: .4em 1em;
   text-align: left;
   border-bottom: 1px solid #535353;
}

#cart td span, #cartopen td span, #cartclosed td span {
   display: block;
   font-size: 0.9em;
   opacity: 0.4;
}

#cart .price, #cartopen .price, #cartclosed .price {
	text-decoration:underline;
	text-shadow: none;
/*	opacity: 0.6;
	color: #000; */
}

#cart .rowprice, #cartopen .rowprice, #cartclosed .rowprice {
	text-decoration:underline;
	color: #fff;
	font-size: 1em;
	opacity: 1;
	text-align: right;  /*Belinszki Imre  2012.06.07*/
}

#cart .button, #cartopen .button, #cartclosed .button {
	margin-left: 30px;
}

#cart .slider, #cartopen .slider, #cartclosed .slider {
	float: right;
	opacity: 0.8;
	margin-right: 16px;
	margin-top: 4px;
}

#cart .slider:hover, #cartopen .slider:hover, #cartclosed .slider:hover {
	opacity: 1;
}

#cart .slider span, #cartopen .slider span, #cartclosed .slider span {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	text-indent: -9999px;
	z-index: 3000;
}

#cart .slider span.down, #cartopen .slider span.down, #cartclosed .slider span.down {
	background: url("../images/ico-down.png") no-repeat;
}


#cart .slider span.up, #cartopen .slider span.up, #cartclosed .slider span.up {
	background: url("../images/ico-up.png") no-repeat;
}

@media only screen and (min-width: 1140px) {
	
	#cart, #cartopen, #cartclosed {
		width: 620px;
	}

}


/* partner */

.partner {
	float: left;
	margin-top: 40px;
	color: #999;
	font-size: 0.9em;
	text-shadow:#fff 1px 1px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.partner ul { 
	list-style-type: none;
}

.partner li {
	display: inline;
	padding: 0 10px;
}

.partner li span {
	text-transform: uppercase;
}


/* help section */

.helpbutton, .infobutton {
	margin-top: 60px;
	float: right;
}

.helpbutton a, .infobutton a {
	margin-right: 0;
}

#help-search, 
#help-cart, 
#help-cart2,
#help-orders,
#help-balance,
#help-profile {
	width: 100%;
	display: none;
}

.info {
	width: 100%;
	float: left;
	margin: 20px 0 40px;
}

.info ol{
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 #fff;
}

.info ol li {
	display: inline;
	float: left;
	width: 30%;
	padding-right: 1.6em;
}

.info ol li:nth-of-type(4) {
	clear: both;
}

.info ol ol{
	margin: 0 0 0 2em;
}

.help a{
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	*padding: .4em;
	margin: .5em 0 .5em 2.5em;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.help a:hover{
	background: #eee;
}	

.help a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #9cf;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
}

.help a:after{
	position: absolute;	
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;				
}

.help a:hover:after{
	left: -.5em;
	border-left-color: #9cf;				
}		



/* profile section */

.profile {
	width: 100%;
	float: left;
	margin: 0 0 40px;
}

.profile ol li {
	display: inline;
	float: left;
	width: 30%;
	padding: 1em;
}

.profile ol li:nth-of-type(4) {
	clear: both;
}		


/* breadcrumbs */

.steps {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}

#breadcrumbs{
	overflow: hidden;
	/*width: 50%;*/
	width: 50%;  /*Belinszki Imre  2012.06.10*/
	font-size: 1.4em;
}

#breadcrumbs li{
  float: left;
  margin: 0 .5em 0 1em;
  list-style:none;
}

#breadcrumbs span{
  background: #ddd;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 1px 1px 0 white;
  position: relative;
}

#breadcrumbs span::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}

#breadcrumbs span::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#breadcrumbs li:first-child span{
  border-radius: 0.4em 0px 0px 0.4em;
  -webkit-border-radius: 0.4em 0px 0px 0.4em;
  -moz-border-radius: 0.4em 0px 0px 0.4em;
}

#breadcrumbs li:last-child span{
  border-radius: 0 0.4em 0.4em 0;
  -webkit-border-radius: 0 0.4em 0.4em 0;
  -moz-border-radius: 0 0.4em 0.4em 0;
}

#breadcrumbs li:first-child span::before,
#breadcrumbs li:last-child span::after{
  content: normal;
}

#breadcrumbs span.current{
	font-weight: bold;
	background: #e2383f;
	color: #fff;
	text-shadow:#000 1px 1px 0;
}
#breadcrumbs span.current::before{
	border-top-color: #e2383f;
	border-bottom-color: #e2383f;
}
#breadcrumbs span.current::after{
	border-left-color: #e2383f;
}


/* tooltips */

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #9cf; color: #555; max-width: 200px; text-align: center; font-size: 1.4em; font-weight: bold; text-shadow: 0 1px 0 #fff; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }


/* notifications */
 
.notifications { 
	margin: 0; 
	position: relative; 
	width: auto; 
	height: auto; 
	padding: 0; 
	overflow: visible;
}
 
.notifications > .new-stuff a {
	font-size: 1.4em; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 0; 
	position: absolute; 
	padding: 4px 8px; 
	height: auto; 
	width: auto; 
	top: -8px; 
	right: -5px; 
	color: #f5f5f5; 
	z-index: 1;
	text-shadow: 1px 1px 1px #000;
	background: #da2e43; 
	background: -moz-linear-gradient(top,#dd0000 0,#cc0000,100%); 
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6666),color-stop(100%,#da2e43)); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0000',endColorstr='#cc0000',GradientType=0); 
	border-radius: 60px; -webkit-border-radius: 60px; -moz-border-radius: 60px; -o-border-radius: 60px; border: 3px solid #fff; 
	box-shadow: 0px 2px 5px rgba(0,0,0,0.35), inset 0px 2px 2px rgba(255,255,255,0.50); -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.35), inset 0px 2px 2px rgba(255,255,255,0.50); -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.35), inset 0px 2px 2px rgba(255,255,255,0.50); -o-box-shadow: 0px 2px 5px rgba(0,0,0,0.35), inset 0px 2px 2px rgba(255,255,255,0.50);
}

.pointer {
	cursor: pointer;
}
