/***********************************************************
/****** Pixter defaults !!!!!!!!!!!!
/***********************************************************/
h1, h2, h3, h4, h5, p, form, ul, li											{padding:0px; margin:0px; border:none;}
h3 {color: #EC5D11;font-size: 26px;  font-weight: normal; }
p																								{margin:0px 0px 10px 0px;}
div																							{margin:0px 0px 0px 10px; border:0px solid blue;} 
img																							{display:block; border:none; padding:0px; margin:0px;}
ul																							{list-style:none;}
li																							{list-style:none; display:list-item;}
a																								{text-decoration:none; padding:2px 5px 2px 5px;  cursor: pointer; color:#1172c9; -moz-border-radius:4px; border-radius:4px;}
a:hover																					{background:#2989ee; color:white;}
a.category																			{color:#ec5d11;}
a.category:hover																{background:#ec5d11; color:white;}
input:focus																			{outline-width:0px;}
.clear 																					{clear:both;}
.hide																			{display: none}

/***********************************************************
/****** Reused Layout classes
/***********************************************************/
.infolabel																			{color:#c2c2c2; padding-right:10px; font-weight:normal;}
.date-time																			{cursor:pointer; padding:0px; margin:0px; display:inline-block;}
.date-time:hover .elapsed												{display:none;}
.date-time:hover .date, .date-time:hover .time	{display:inline;}
.date-time .date																{color:#676767; display:none;}
.date-time .time																{color:#c2c2c2; display:none;}
.date-time .elapsed															{color:#676767; display:inline;}

.button																					{display:block; text-decoration:none; text-align:center; text-shadow: white 1px 1px 1px; cursor:pointer; margin:0px; padding:0px;}
.button	.ico																		{display:block; float:left; position:relative; width:20px; height:24px; top:9px; left:2px; padding:0px; margin-left:6px;}
.button	.label																	{display:block; float:left; padding:12px 7px 10px 7px; position:relative; color:#555555;}
.button	.arrow																	{display:block; float:right; position:relative; top:9px; right:5px; width:24px; height:24px; padding:0px; background:url(http://static.pixter.hu/images/bg_icos.png) 0px -100px;}
.button:hover	.arrow														{background:url(http://static.pixter.hu/images/bg_icos.png) -0px -125px;}
.button:hover	.label														{color:#2989ee;}
.button.open .arrow															{background:url(http://static.pixter.hu/images/bg_icos.png) -26px -100px;}
.button.open:hover .arrow												{background:url(http://static.pixter.hu/images/bg_icos.png) -26px -125px;}
.button	a:hover	                                                        {background-color: transparent;}                                                              
.small-button																		{display:block; text-decoration:none; text-align:center; text-shadow: white 1px 1px 1px; cursor:pointer; position:relative; left:0px; margin:0px;}
.small-button	.label														{display:block; padding:6px 5px 7px 5px; position:relative; left:0px; color:#555555;}
.small-button:hover	.label											{color:#2989ee;}

ul.filter																				{margin:0px 0px 0px 0px; height:30px; border-bottom:1px solid #cccccc; border-top:1px solid #cccccc; padding-left:0px;}
ul.filter li																		{float:left; line-height:30px; cursor:pointer; margin-left:0px;  margin-right:10px;font-size: 11px}
ul.filter li .ico																{display:block; float:left; position:relative; width:16px; height:24px; top:2px; left:0px; padding:0px; margin-right:4px; background:url(http://static.pixter.hu/images/bg_icos.png) -177px -51px; }
ul.filter li.selected .ico											{background:url(http://static.pixter.hu/images/bg_icos.png) -177px -75px; }
ul.filter li.selected 													{color:#2989ee;}
ul.filter li:hover															{color:#2989ee;}

.switch																					{width:120px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -200px -10px; font-weight:bold; font-size:11px; padding:0px; cursor:pointer;}
.switch div																			{margin:0px; text-align:center;}
.switch:hover																		{background:url(http://static.pixter.hu/images/bg_controls.png) -330px -10px;}
.switch .state1																	{float:left;}
.switch .state2																	{float:right;}
.switch .statelabel															{display:inline-block; padding:12px 0px 0px 0px; margin:0px auto; font-size:14px;}
.switch .on																			{width:59px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -200px -60px; color:#1172c9;}
.switch .off																		{width:59px; height:40px; background:none; color:#c2c2c2;}
.switch .on	a																		{color:#1172c9;}
.switch .off a																	{color:#c2c2c2;}
.switch .off:hover															{color:#1172c9;}
.switch .off:hover a														{color:#1172c9;}

.input-text																			{float:left; display:inline; height:16px; padding:8px 0px 6px 0px; margin:5px; background:url(http://static.pixter.hu/images/bg_controls.png) -200px -420px; border-right:1px solid #ededed; }
.input-text.focus																{background:url(http://static.pixter.hu/images/bg_controls.png) -200px -458px; border-right:1px solid #67a8e3;}
.input-text input																{float:left; height:16px; line-height:16px; border:none; background:none; margin-left:6px; padding:0px; }

.select-dropdown																{background:white; border:1px solid #cccccc; border-top:none;}
.select-dropdown .option												{margin:0px; padding:5px; padding-right:10px; border-top:1px solid #cccccc; cursor:pointer;}
.select-dropdown .option:hover 									{color:#1172c9; border-top:1px solid #cadbeb; background:white url(http://static.pixter.hu/images/bg_controls.png) -700px -10px;}

.item														{ margin:0px; padding:10px 0px 0px 0px; float: left; }
.item	.thumb																		{float:left; margin:0px; padding:5px; border:1px solid #cccccc; width:128px; -moz-border-radius:4px; border-radius:4px;position: relative}
.item .thumb a																	{border:none; background:none; position:relative; left:0px; top:0px; margin:0px; padding:0px;}
.item .thumb img																{display:block;}
.item .thumb:hover															{border:1px solid #cadbeb;}
.item	 .details																	{float:left;}
.item .details a.owner													{color:#666666; margin-left: -5px;}
.item .details a.category												{color:#666666;}
.item:hover .details a.owner										{color:#1172c9;}
.item:hover .details a.category									{color:#ec5d11;}
.item:hover .details a.owner:hover							{color:white;}
.item:hover .details a.category:hover						{color:white;}
.item .details a.title													{color:#666666; font-weight:bold; display:block; margin-left: -5px;}
.item:hover .details a.title										{color:black;}
.item .details a.title:hover										{background: none; }
.item .details p.view														{color:#666666; font-weight:bold;}
.item .details p																{margin:0px; display:block;}


.item-selected																						{clear:left; margin:0px; padding:10px 0px 0px 0px; display:inline-block;}
.item-selected	.thumb																		{float:left; margin:0px; padding:5px; border:1px solid #3083CF; background-color: #3083CF; width:128px; -moz-border-radius:4px; border-radius:4px;}
.item-selected .thumb a																	{border:none; background:none; position:relative; left:0px; top:0px; margin:0px; padding:0px;}
.item-selected .thumb img																{display:block;}
.item-selected .thumb:hover															{border:1px solid #cadbeb;}
.item-selected	.details																	{float:left;}
.item-selected .details a.owner													{color:#666666; margin-left: -5px;}
.item-selected .details a.category												{color:#666666;}
.item-selected:hover .details a.owner										{color:#1172c9;}
.item-selected:hover .details a.category									{color:#ec5d11;}
.item-selected:hover .details a.owner:hover							{color:white;}
.item-selected:hover .details a.category:hover						{color:white;}
.item-selected .details a.title													{color:#ffffff; font-weight:bold; display:inline-block; background-color: #3083CF;}
.item-selected:hover .details a.title										{color:black;}
.item-selected .details a.title:hover										{background:#e6f3ff; }
.item-selected .details p.view														{color:#666666; font-weight:bold;}
.item-selected .details p																{margin:0px; display:block;}

.avatar																					{float:left; margin:0px; padding:5px; width:50px; border:1px solid #cccccc; -moz-border-radius:4px; border-radius:4px;}
.avatar:hover																		{border:1px solid #cadbeb;}
.avatar a																				{border:none; background:none; margin:0px; padding:0px; position:relative; left:0px;}

/***********************************************************
/****** Basic Layout header  /  footer
/***********************************************************/
body 																						{background-color:#ffffff; text-align:center; margin:0px;}
#pixter-header									{width:955px; margin: 0px auto; padding:20px 0px 25px 10px; height: 35px; text-align:left; z-index:4;}
	#pixter-header-logo		{position:relative; top:-2px; display:block; width:100px; height:42px; float:left; margin:0; background:url(http://static.pixter.hu/images/bg_controls.png) -194px -111px;}
	#pixter-header-logo span											{display:none;}
  #pixter-header-modeswitch 										{float:left;}
 		#pixter-header-modeswitch	.link							{background:none; position:static;}
    #pixter-header-modeswitch	.ico							{display:block; width:25px; height:20px; margin:0px auto; position:relative; top:2px; right:0px; float:none; }
    #pixter-header-modeswitch	.statelabel				{display:block; padding:0px; padding-top:2px; font-size:11px;}
    #modeswitch-foto.on .ico										{background:url(http://static.pixter.hu/images/bg_icos.png) -0px -26px;}							
    #modeswitch-video.on .ico										{background:url(http://static.pixter.hu/images/bg_icos.png) -25px -26px;}
    #modeswitch-foto.off .ico										{background:url(http://static.pixter.hu/images/bg_icos.png) -0px -1px;}							
    #modeswitch-video.off .ico									{background:url(http://static.pixter.hu/images/bg_icos.png) -25px -1px;}
    #modeswitch-foto.off:hover .ico							{background:url(http://static.pixter.hu/images/bg_icos.png) -0px -26px;}							
    #modeswitch-video.off:hover .ico						{background:url(http://static.pixter.hu/images/bg_icos.png) -25px -26px;}
  #pixter-header-search 												{float:left; width:358px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -200px -160px;  z-index:101; margin-left:10px;}
  #pixter-header-search:hover										{background:url(http://static.pixter.hu/images/bg_controls.png) -200px -210px;}
  	#pixter-header-search .input-text						{width:280px; position:relative;}
    #pixter-header-search .input-text	input			{width:250px;}
  	#pixter-header-search-type .button					{float:left; width:20px; height:16px; text-align:left; position:relative; top:0px;}
    #pixter-header-search-type .button .ico			{top:0px; left:-10px; width:20px;}
    #pixter-header-search-type .button.full .ico   {background:url(http://static.pixter.hu/images/bg_icos.png) -52px -104px;}
		#pixter-header-search-type-layer						{display:none; position:absolute; left:140px; top:29px; width:130px; z-index:102;}
		#pixter-header-search-type-layer.open				{display:block;}
    #pixter-header-search-type-layer .ico				{display:block; width:20px; height:20px; margin:0px auto; float:right; }
    #pixter-header-search-type .full .ico				{}
    #pixter-header-search-type .video .ico			{background:url(http://static.pixter.hu/images/bg_icos.png) -27px -5px;}
    #pixter-header-search-type .foto .ico				{background:url(http://static.pixter.hu/images/bg_icos.png) -1px -5px;}
    #pixter-header-search-type .user .ico				{background:url(http://static.pixter.hu/images/bg_icos.png) -201px -56px;}
    #pixter-header-search-type .comment .ico		{background:url(http://static.pixter.hu/images/bg_icos.png) -50px -53px;}
    
  #pixter-header-browse													{float:left; width:105px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -335px -260px; overflow:visible; position:relative; z-index:100;}
	#pixter-header-browse:hover										{background:url(http://static.pixter.hu/images/bg_controls.png) -335px -310px;}
  	#pixter-header-browse-layer									{position:absolute; top:0px; left:-4px; margin:0px; display:none;}
		#pixter-header-browse-layer.open						{display:block;}
  	#pixter-header-browse .layer-tab						{position:absolute; width:112px; height:50px; background:url(http://static.pixter.hu/images/bg_controls.png) -331px -360px; margin:0px;}
  	#pixter-header-browse .layer-surface				{position:absolute; top:49px; left:-162px; width:440px; background:#f5f5f5; margin:0px; border:1px solid #cdcdcd; -moz-border-radius:4px; border-radius:4px;}
		#pixter-header-browse .button								{width:105px; height:40px;}
		#pixter-header-browse .button .label				{padding-left:12px 0 0 7px;}
    #pixter-header-browse	.column								{float:left; padding:20px 0px 20px 25px; margin:0px;}
		#pixter-header-browse	.category							{width:100px;}
		#pixter-header-browse	.channel							{width:120px; margin-right:10px;padding-top:14px}
		#pixter-header-browse	.adult								{width:110px;}
		#pixter-header-browse	h3										{margin-bottom:15px;}
    #pixter-header-browse	.category li					{list-style-image: url(http://static.pixter.hu/images/bg_listtype.png); line-height:20px; margin-left: 15px; }
    #pixter-header-browse	.channel li						{border-bottom:1px solid #dbdbdb;}
		#pixter-header-browse .channel a						{display:block; height:24px; line-height:24px; width:120px;}
    #pixter-header-browse .switch								{margin:0px 0px 10px 0px;}
  #pixter-header-upload														{float:left; width:100px; height:40px; white-space:nowrap; overflow:visible; line-height: 40px; text-align:right; padding:0 0 0 10px; margin:0px; position:relative; z-index:100;}
  #pixter-header-upload	a													{margin-left:7px;}
    #pixter-header-upload-layer									{position:absolute; top:0px; left:-4px; margin:0px; display:none;}
	#pixter-header-upload-layer.open						{display:block;}
  	#pixter-header-upload .layer-tab						{background: url(http://static.pixter.hu/images/user_upload.png) repeat scroll -5px -34px transparent; height: 10px; left: 14px;margin: 0; position: absolute; top: 30px;width: 100px; z-index: 12;}
  	#pixter-header-upload .layer-surface				{position:absolute; top:35px; left: 14px; width:89px; background:#c6e9f8; margin:0px; border:1px solid #52a2eb; -moz-border-radius:4px; border-radius:4px;}
      #pixter-header-upload  .button {background:url(http://static.pixter.hu/images/logged_upload_button.png) white; width: 92px; height: 40px; float: left}
      #pixter-header-upload  .button .arrow, #pixter-header-upload .button .label {display:block; position:relative; height:24px; padding:0px;}
      #pixter-header-upload  .button .label {float:left; color: #1e74ca; width: 60px; padding-left: 5px;}
      #pixter-header-upload  .button .arrow {float:right; top:9px; right:5px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) -50px -125px;}
  #pixter-header-user														{float:left;height:40px; white-space:nowrap; overflow:visible; line-height: 40px; text-align:right; padding:0px; margin:0px; position:relative; z-index:100;}
  #pixter-header-user	a													{margin-left:7px;}
    #pixter-header-user-layer									{position:absolute; top:0px; left:-4px; margin:0px; display:none;}
	#pixter-header-user-layer.open						{display:block;}
  	#pixter-header-user .layer-tab						{position:absolute; width:110px; left:4px; height:10px; top: 34px; z-index: 12; background:url(http://static.pixter.hu/images/user_logged.png); margin:0px;}
  	#pixter-header-user .layer-surface				{position:absolute; top:39px; left:4px; width:108px; background:#b2dff3; margin:0px; border:1px solid #52a2eb; -moz-border-radius:4px; border-radius:4px;}
        #pixter-header-user .button {background:url(http://static.pixter.hu/images/bg_controls.png) -792px -210px white; width: 110px; height: 40px; float: left}
        #pixter-header-user .button .arrow, #pixter-header-user .button .label {display:block; position:relative; height:24px; padding:0px;}
        #pixter-header-user .button .label {float:left; color: #1e74ca; width: 77px; padding-left: 5px;}
        #pixter-header-user .button .arrow {float:right; top:9px; right:5px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) -50px -125px;}
#pixter-header-user-loggedout {float:right;width: 200px;padding-top: 12px;text-align:right;}        
#pixter-header-user-intro {float: left; width: 930px; text-align: right; padding: 3px 0px 3px 0px; font-size: 12px;}   
#pixter-header-user-intro a{ margin: 0px !important; left: 0px !important; }   
.sublink a{ padding: 5px 0px 5px 10px; left: 0px; text-shadow: 1px 1px 1px white; display: block; text-align: left; border-bottom: solid 1px #94caf2; line-height: 15px; margin: 0px !important; }
.nonea {  -moz-border-radius:0px; border-radius:0px; margin: 0px;}
.sublink a:hover{background: none; color: black; }
#pixter-footer 							{clear:both; padding:20px 0px 20px 0px; margin:0px; background: #f1f1f1 url(http://static.pixter.hu/images/bg_footer.png) repeat-x; text-align:left; overflow:visible;}
#pixter-footer a						{ margin-left: -5px; }
	#pixter-footer .container			{width:960px; margin: 0px auto;}		
  #pixter-footer-blogpost				{width:440px; margin-bottom:60px; }
  #pixter-footer-channels				{float:right; width:160px; padding-right:10px;}
  #pixter-footer-about					{float:right; width:160px; margin:0px;}
  #pixter-footer h4						{display: block; padding-bottom:10px; border-bottom: 1px solid #bcbcbc;}
 .noborder						{ border: 0px !important;}
 .nopadding						{ padding: 0px !important;}
  #pixter-footer ul						{margin-top:10px;}
	#pixter-footer-blogpost	h5			{margin:5px 0px 5px 0px;}
	#pixter-footer-channels ul			{border-bottom: 1px solid #bcbcbc; padding-bottom:10px;}
	#pixter-footer-channels p			{padding:5px 0px 0px 0px;}
	#pixter-footer-ringier-logo			{display:block; width:130px; height:30px; margin:5px 0 0 !important; padding:0px; background:url(http://static.pixter.hu/images/mediaworks_logo.png) no-repeat; }
	#pixter-footer-ringier-logo span	{display:none;}
	#pixter-footer-about ul				{border-bottom: 1px solid #bcbcbc; padding-bottom:10px;}
	#pixter-footer-about p				{padding:5px 0px 0px 0px;}
	
	
	/***********************************************************
/****** Content Layout ++ default class adjustments
/***********************************************************/
#pixter-title																		{clear:both; width:940px; text-align:left; margin: 0px auto; padding: 0 10px 0 10px; z-index:1;}
	#pixter-title h1															{margin:2px 10px 2px 0px; }
  #pixter-title	.details												{float:left; width: 730px}
  #pixter-title	.details .name									{float:left; display:block; margin:0px;}
  #pixter-title	.name .infolabel								{padding-right:0px;}
  #pixter-title .button													{float:left; margin:2px 0px 0px 0px;}
  #pixter-title .button	.label									{padding:0px;}
  #pixter-title .button	.arrow									{position:relative; top:-4px; right:0px;}
  #pixter-title	.details .uploaded							{float:left; border-left:1px solid #dbdbdb; margin:2px 0px 0px 0px; }
  #pixter-title	.uploaded .infolabel						{padding:0px 5px 0px 10px;}
  #pixter-title	.details .gallery_name							{  margin:2px 0px 0px 10px;padding-left: 10px;}
  #pixter-title	.categ .infolabel								{padding-right:0px;padding-left:5px;}

#pixter-showroom																{width:100%; display:none; background:url(http://static.pixter.hu/images/bg_video.png); padding:20px 0px 20px 0px; margin:10px 0px 0px 0px; border-top:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb;  z-index:2; }
#pixter-showroom.on															{display:block;}
#pixter-showroom .viewScreen.large							{width:960px; height:400px; margin:0px auto; position:relative; text-align:left;}

#pixter-content						{width:960px; clear:both; text-align:left; margin: 0px auto; padding:10px 0px 0px 0px; z-index:3; }
	#pixter-content-showroom		{float:left;width:590px; height:332px; padding:0px; display:none; margin-bottom:10px; margin-right:10px; position:relative; display:none;}
	#pixter-content-showroom.on		{display:block;}
	#pixter-content-left			{float:left; width:620px; margin:0px 0px 20px 0px; position:relative;}
	#pixter-content-right					{float:right; width:330px; margin:0px 0px 20px 0px; padding:0px 0px 0px 10px; background:url(http://static.pixter.hu/images/bg_right.png);}
  #pixter-content-right .item .details		{width:150px;}
  #pixter-content		h2					{ font-size: 13px; font-weight: normal;}

	#pixter-content #pixter-content-left .stat	{height:30px; margin:0px;padding-top: 8px;float:left;width:auto;}
	#pixter-content .item .stat										{height:25px; width:180px; margin:0px;padding-top: 3px;float:left;}
	#pixter-content .stat div								{float:left; }
	#pixter-content .stat .ico								{display:inline-block; width:22px; height:20px; vertical-align:middle;}
	#pixter-content .stat .value							{display:inline-block; }
  #pixter-content #pixter-content-left .stat .likes							{border-right:1px solid #dbdbdb;}
  #pixter-content .item .stat .likes	              {margin: 0;border:0}
  #pixter-content .thumbz_large .stat .likes	              {margin: 0;border:0}
  #pixter-content #pixter-content-left .stat .dislikes					{border-right:1px solid #dbdbdb;}
  #pixter-content .item .stat .dislikes					{border:0}
  #pixter-content .thumbz_large .stat .dislikes					{border:0}
  #pixter-content #pixter-content-left .stat .comments					{border-right:1px solid #dbdbdb;margin-left:10px}
  #pixter-content .item .stat .comments					{border-right:1px solid #dbdbdb;margin:0;}
  #pixter-content .thumbz_large .stat .comments					{border-right:1px solid #dbdbdb;margin:0;}
  #pixter-content #pixter-content-left  .stat .views					{border:0;margin-right: 10px;}
  #pixter-content .item .stat .views					{border-right:1px solid #dbdbdb;margin-right: 10px;}
  #pixter-content .thumbz_large .stat .views					{border-right:1px solid #dbdbdb;margin-right: 10px;}  
  #pixter-content .stat .likes .ico				{background:url(http://static.pixter.hu/images/bg_icos.png) -2px -52px;  position:relative; top:-2px;}
  #pixter-content .stat .dislikes .ico			{background:url(http://static.pixter.hu/images/bg_icos.png) -27px -50px; position:relative; top:-2px;}
  #pixter-content .stat .comments .ico			{background:url(http://static.pixter.hu/images/bg_icos.png) -52px -50px; position:relative; top:-2px;}
  #pixter-content .stat .views .ico				{background:url(http://static.pixter.hu/images/bg_icos.png) -77px -52px;  position:relative; top:-2px; }
  .stat .favoleft				{border-right: 1px solid #DBDBDB !important; margin-right: 0 !important }
  #pixter-content .stat .favorites .ico				{background:url(http://static.pixter.hu/images/bg_icos.png) -152px -52px;  position:relative; top:-2px; }
#pixter-content-menu								{height:50px; background:url(http://static.pixter.hu/images/bg_controls.png) -200px -491px; clear:left;}
#pixter-content-menu .like							{float:left; width:83px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -200px -260px; margin:0px;}
#pixter-content-menu .like:hover					{background:url(http://static.pixter.hu/images/bg_controls.png) -200px -310px;}
	#pixter-content-menu .like .butt				{width:83px; height:40px;}
	#pixter-content-menu .like .ico								{background:url(http://static.pixter.hu/images/bg_icos.png) -2px -51px;}
	#pixter-content-menu .like:hover .ico					{background:url(http://static.pixter.hu/images/bg_icos.png) -2px -76px;}
#pixter-content-menu .buttonslicer							{float:left; width:0px; height:38px; border-left:1px solid #cccccc; margin:0px; position:relative; top:1px;}
#pixter-content-menu .dislike										{float:left; width:46px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -396px -260px; margin:0px;}
#pixter-content-menu .dislike:hover							{background:url(http://static.pixter.hu/images/bg_controls.png) -396px -310px;}
	#pixter-content-menu .dislike .button					{width:46px; height:40px;}
	#pixter-content-menu .dislike .ico						{background:url(http://static.pixter.hu/images/bg_icos.png) -24px -51px;}
	#pixter-content-menu .dislike:hover .ico			{background:url(http://static.pixter.hu/images/bg_icos.png) -24px -76px;}
#pixter-content-menu .share											{float:left; width:105px; height:50px; background:url(http://static.pixter.hu/images/bg_controls.png) -335px -260px;}
#pixter-content-menu .share:hover								{background:url(http://static.pixter.hu/images/bg_controls.png) -335px -310px;}
#pixter-content-share-slidinglayer .share a:hover                         {color: #000000;background-color: transparent;}
	#pixter-content-menu .share .button						{width:105px; height:40px;}
	#pixter-content-menu .share .ico							{background:url(http://static.pixter.hu/images/bg_icos.png) -102px -51px;}
	#pixter-content-menu .share:hover .ico				{background:url(http://static.pixter.hu/images/bg_icos.png) -102px -76px;}
	#pixter-content-menu .share.selected					{background:url(http://static.pixter.hu/images/bg_controls.png) -335px -360px;}
#pixter-content-menu .embed											{float:left; width:105px; height:50px; background:url(http://static.pixter.hu/images/bg_controls.png) -450px -260px;}
#pixter-content-menu .embed:hover								{background:url(http://static.pixter.hu/images/bg_controls.png) -450px -310px;}
	#pixter-content-menu .embed .button						{width:105px; height:40px;}
	#pixter-content-menu .embed .ico							{background:url(http://static.pixter.hu/images/bg_icos.png) -127px -51px;}
	#pixter-content-menu .embed:hover .ico				{background:url(http://static.pixter.hu/images/bg_icos.png) -127px -76px;}
	#pixter-content-menu .embed.selected					{background:url(http://static.pixter.hu/images/bg_controls.png) -450px -360px;}
#pixter-content-menu .menuembed											{float:left; width:105px; height:50px; background:url(http://static.pixter.hu/images/bg_controls.png) -450px -260px;}
#pixter-content-menu .menuembed:hover								{background:url(http://static.pixter.hu/images/bg_controls.png) -450px -310px;}
	#pixter-content-menu .menuembed .button						{width:110px; height:40px;}
	#pixter-content-menu .menuembed .ico							{background:url(http://static.pixter.hu/images/bg_icos.png) -127px -51px;}
	#pixter-content-menu .menuembed:hover .ico				{background:url(http://static.pixter.hu/images/bg_icos.png) -127px -76px;}
	#pixter-content-menu .menuembed.selected					{background:url(http://static.pixter.hu/images/bg_controls.png) -450px -360px;}
#pixter-content-menu .fave											{float:left; width:119px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -564px -260px;}
#pixter-content-menu .fave .button .label	{padding: 12px 0 0 7px}

#pixter-content-menu .fave:hover								{background:url(http://static.pixter.hu/images/bg_controls.png) -564px -310px;}
	#pixter-content-menu .fave .button						{width:119px; height:40px;}
	#pixter-content-menu .fave .ico								{background:url(http://static.pixter.hu/images/bg_icos.png) -153px -51px; width:14px;}
	#pixter-content-menu .fave:hover .ico					{background:url(http://static.pixter.hu/images/bg_icos.png) -153px -76px;}
#pixter-content-menu .flag											{float:left; width:90px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -693px -260px;}
#pixter-content-menu .flag:hover								{background:url(http://static.pixter.hu/images/bg_controls.png) -693px -310px;}
	#pixter-content-menu .flag .button						{width:90px; height:40px;}
	#pixter-content-menu .flag .ico								{background:url(http://static.pixter.hu/images/bg_icos.png) -230px -51px; width:14px;}
	#pixter-content-menu .flag:hover .ico					{background:url(http://static.pixter.hu/images/bg_icos.png) -230px -76px;}


#pixter-content .slidingcontent									{clear:left; padding:0px; display:none;}
#pixter-content .slidinglayer										{ margin:0px; background:#f5f5f5; padding:10px; border-bottom:1px solid #cccccc;}

#pixter-content-comments												{padding: 10px 0px 0px 0px;}
#pixter-content-comments .login									{margin:10px 0px 10px 0px;}
#pixter-content-comments .item	.post						{float:left; width:480px; border-left:1px solid #cccccc; border-top:1px solid #cccccc; padding:10px 10px 10px 13px; position:relative; -moz-border-radius-topleft:4px; border-top-left-radius:4px;}
#pixter-content-comments .item	.post .owner		{float:left; position:relative; top:-2px;}
#pixter-content-comments .item	.post .html			{clear:left; overflow:hidden; width:460px; margin:0px;}
#pixter-content-comments .item	.post	.arrow		{display:block; position:absolute; top:15px; left:-5px; width:5px; height:10px; padding:0px; background:url(http://static.pixter.hu/images/bg_icos.png) -8px -157px;}
#pixter-content-comments .item	.html	p					{margin:0px;}
#pixter-content-comments .item	.html	a					{position:relative; left:0px;}

#pixter-content-details 												{padding:10px 0px 10px 0px; border-bottom:1px solid #cccccc;}
#pixter-content-details a												{position:static;}
#pixter-content-details .button									{width:25px; height:25px; float:right;}
#pixter-content-details .button	.arrow					{top:-10px; right:0px;}
#pixter-content-details-layer										{margin:0px; display:block; height:18px; overflow:hidden;}  
#pixter-content-details-layer.open							{overflow:visible; height:auto;}

#pixter-content-toplist													{clear:left; padding-top:20px;}
#pixter-content-toplist	ul											{margin:10px 0px 7px 0px;}
#pixter-content-toplist .video-top-cont                 {margin: 0;}

#dialog-select-related {margin: 0px;}
#dialog-select-related-container {float:left;width: 450px;text-align:left;margin:0px;}
#dialog-select-related-container .related-subcontainer {float: left; width: 450px; padding: 5px 0px 5px 0px;margin:0px;}
#dialog-select-related-container .related-subcontainer .item .details{width: 300px;}
#related-search-result {margin: 0;}
.more-related-cont {margin: 0; float: left;}

.video-time-corner {height: 14px; position: absolute; z-index: 10; right: 5px; top: 5px;background: url(http://static.pixter.hu/images/video-left-corner.png) left no-repeat}
.video-time-corner span {display: block; float: left; height: 14px}
.video-time-corner .time-text {margin-left: 4px; color: #666666; font-weight: bold; font-size: 10px; background-color: white}

.video-hd-corner {height: 14px; position: absolute; z-index: 10; right: 5px; bottom: 5px;background: url(http://static.pixter.hu/images/video-hd-corner.png) left no-repeat;width: 25px;height:16px;padding-left: 5px;width:29px;}

.video-time-corner-hd {width: 67px;height: 19px; position: absolute; z-index: 10; right: 0px; top: 2px;background: url(http://static.pixter.hu/images/video-left-corner.png) left no-repeat}
.video-time-corner-hd span {display: block; float: left; height: 15px;padding:2px 3px 0 0;}
.video-time-corner-hd .time-text {margin-left: 4px; color: #666666; font-weight: bold; font-size: 10px; background-color: white}
.video-time-corner-hd img {display:inline;}

.more-related-button {background: url(http://static.pixter.hu/images/button4_disabled.png) left no-repeat; width: 140px; height: 28px;display: block; text-align: left; padding-top: 12px;padding-left: 15px;color: #636566}
.more-related-button:hover {background: url(http://static.pixter.hu/images/button4.png) left no-repeat; color: #1172C9; }

.more-related-button1 {background: url(http://static.pixter.hu/images/button1_disabled.gif) left no-repeat; width: 140px; height: 28px;display: block; text-align: left; padding-top: 12px;padding-left: 15px;color: #636566}
.more-related-button1:hover {background: url(http://static.pixter.hu/images/button1.gif) left no-repeat; color: #1172C9; }

.login-nouser-pic {float: left; height: 62px; width: 62px;background: url(http://static.pixter.hu/images/nembelepett_logo.gif) left no-repeat; margin: 0}
.login-nouser-message {float: left; height: 62px; width: 526px; background: url(http://static.pixter.hu/images/colorline.gif) top no-repeat #F2F2F2;position: relative; border: 1px solid #D4D4D4}
.nouser-message-leftarrow {margin: 0; position: absolute; top: 23px; left:-6px; height: 12px; width: 6px; background: url(http://static.pixter.hu/images/arrow_left_gray.gif) top no-repeat;z-index: 4;}
.login-nouser-message .nouser-logo {float: left; height: 21px; width: 21px; background: url(http://static.pixter.hu/images/belepo_csiga.gif) top no-repeat #F2F2F2;margin-top: 18px;}
.login-nouser-message .nouser-login {float: left; margin-top: 20px;}
.login-nouser-message .nouser-login a {color: #ec5d11;margin:0;padding:0}
.login-nouser-message .nouser-login a:hover {background-color: transparent; text-decoration: underline}


#pixter-title .gallery-name {font-size: 18px}

#pixter-content-right .right-block {float: left; width: 305px; padding: 10px 0px 0px 15px; border-bottom: 1px solid #CCCCCC;}
.right-content-head-data {float: left; width: 302px; margin-left: 3px;}
.right-content-head-data div {float: right;}
.right-content-head-data h3 {float: left; font-size: 20px !important;}
.right-content-head-data h1 {float: left; font-size: 20px !important; color: #EC5D11;font-weight:normal;}
.right-content-head-data .stat {float: right;padding-top:3px;}
.right-content-head-data div {float: left; margin: 0; padding-top: 4px}
.right-content-head-data span {font-weight: bold;}

.right-content-head-data .icon-photo {height: 24px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) 0 0;}
.right-content-head-data .icon-list {height: 24px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) -49px 0;}
.right-content-head-data .icon-movie {height: 24px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) -24px 0;}

#pixter-content-menu .collection {float:left; width:125px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -200px -260px;}
#pixter-content-left .collection .ico {background:url(http://static.pixter.hu/images/icon-star.png) no-repeat transparent;}
#pixter-content-menu .collection:hover								{background:url(http://static.pixter.hu/images/bg_controls.png) -200px -310px;}
#pixter-content-menu .collection .button						{width:125px; height:40px;}
#pixter-content-menu .collection:hover .ico				{background:url(http://static.pixter.hu/images/icon-star.png) no-repeat transparent}
#pixter-content-menu .collection.selected					{background:url(http://static.pixter.hu/images/bg_controls.png) -335px -360px; }

#pictureholder, #right_albums_holder, #right_collections_holder, #right_competitions_holder {margin:0}
#pictureholder #slide_box, #right_albums_holder #slide_box, #right_collections_holder #slide_box, #right_competitions_holder #slide_box {height: 70px;float: left; margin: 0 0 0 2px; padding: 0}
.pic-gal-leftarrow, .pic-gal-thumb-kont, .pic-gal-thumb-pic, .pic-gal-rightarrow {float: left; height: 60px;margin: 0}

.pic-gal-thumb-pic {border: 1px solid #cccccc;margin: 2px; padding: 4px; height: 50px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.pic-gal-thumb-pic:hover {border: 2px solid #1172C9;padding: 3px}
.pic-gal-thumb-pic img {width: 50px;}
.pic-gal-thumb-pic a {height: 50px;width: 50px;padding: 0;left: 0}
.pic-gal-thumb-pic.selected {border: 2px solid #1172C9;padding: 3px}

.pic-gal-thumb-kont {width: 256px}
.pic-gal-leftarrow {width: 22px; margin: 2px 5px 0 0;}
.pic-gal-rightarrow {width: 20px; margin: 2px 0px 0 0px;}
.pic-gal-leftarrow a {background:url(http://static.pixter.hu/images/bg_icos.png) no-repeat -75px -100px; width: 18px; height: 25px; display: block; margin: 18px 3px;padding:0}
.pic-gal-leftarrow a:hover {background:url(http://static.pixter.hu/images/slide-left-hover.png) no-repeat; width: 20px; height: 60px;margin: 0 5px;padding:0}
.pic-gal-rightarrow a {background:url(http://static.pixter.hu/images/bg_icos.png) no-repeat -100px -100px; width: 18px; height: 25px; display: block; margin: 18px 0px;padding:0}
.pic-gal-rightarrow a:hover {background:url(http://static.pixter.hu/images/slide-right-hover.png) no-repeat; width: 20px; height: 60px;margin: 0 2px;padding:0}


.user-details span {float: left; margin: 0; padding: 0; }
.user-details .user-logo-kep {background:url(http://static.pixter.hu/images/bg_icos.png) no-repeat -207px -50px; width: 18px; height: 25px;}
.user-details .album-logo-kep {background:url(http://static.pixter.hu/images/bg_icos.png) no-repeat  -54px 0; width: 20px; height: 25px;}
.user-details .user-logo-label {padding-top: 5px}
.user-details a, .user-details span.label {padding-top: 5px}
.user-details span.label_rss {padding: 5px 0 0 20px;}
.user-details .infolabel {margin-left: 0px; padding: 5px 0;}
.user-details .user-stat{background:url(http://static.pixter.hu/images/bg_icos.png) -77px -52px;  width: 18px; height: 25px; }
.user-details .brand-logo-kep {background:url(http://static.pixter.hu/images/bg_icos.png) no-repeat -80px 1px; width: 18px; height: 25px;}

#pixter-content-menu.usermenu div.newsflow {margin-left: 0}
#pixter-content-menu.usermenu div.newsflow.selected	{background:url(http://static.pixter.hu/images/usermenu-left-button-selected.png);}
#pixter-content-menu.usermenu div.newsflow.selected:hover	{background:url(http://static.pixter.hu/images/usermenu-left-button-selected.png);}

#pixter-content-menu.usermenu {background:none;height:39px;}
#pixter-content-menu.usermenu .label { text-align: center; width: 90px; padding-top: 7px;}
#pixter-content-menu.usermenu .label a{ color: #555555 }

#pixter-content-menu.usermenu div.newsflow,
#pixter-content-menu.usermenu div.allpicture,
#pixter-content-menu.usermenu div.albums,
#pixter-content-menu.usermenu div.collections,
#pixter-content-menu.usermenu div.allvideo,
#pixter-content-menu.usermenu div.favorites,
#pixter-content-menu.usermenu div.competitions,
#pixter-content-menu.usermenu div.kozosseg
	{float:left; width:105px; height:40px; background:url(http://static.pixter.hu/images/usermenu-button.png) no-repeat;}
#pixter-content-menu.usermenu div.newsflow:hover,
#pixter-content-menu.usermenu div.allpicture:hover,
#pixter-content-menu.usermenu div.albums:hover,
#pixter-content-menu.usermenu div.collections:hover,
#pixter-content-menu.usermenu div.allvideo:hover,
#pixter-content-menu.usermenu div.favorites:hover,
#pixter-content-menu.usermenu div.competitions:hover,
#pixter-content-menu.usermenu div.kozosseg:hover
	{background:url(http://static.pixter.hu/images/usermenu-button.png) no-repeat;}
#pixter-content-menu.usermenu div.selected	{background:url(http://static.pixter.hu/images/usermenu-button-selected.png);width:109px;}
#pixter-content-menu.usermenu div.newsflow.selected	{width:106px;}
#pixter-content-menu.usermenu div.newsflow.selected:hover {width:106px;}
#pixter-content-menu.usermenu div.selected .label  {margin-left: 3px;}
#pixter-content-menu.usermenu div.selected .label  a{ color: #1172C9; }
#pixter-content-menu.usermenu .label a:hover {color: #1172C9; }

#pixter-content-menu.usermenu div.selected:hover {background:url(http://static.pixter.hu/images/usermenu-button-selected.png);width:109px;}

.userpages {background:white; padding:5px 0; border-top:1px solid #cccccc; width: 960px;}

.userpages #pixter-content-right {width: 295px}


.lista-topbar {border-bottom: 1px solid #ccc; padding: 3px 0;height: 20px;margin:0; font-size: 12px; width: 100%;}

.lista-topbar div {float: left; }
.lista-topbar a {position: relative; float: left; left: 0; padding: 0}
.lista-topbar a:hover {color: #1172C9;background-color: transparent;}
.lista-topbar a:hover .lista-topbar-logo {background:url(http://static.pixter.hu/images/bg_icos.png) no-repeat -175px -80px;}
.lista-topbar-logo {background:url(http://static.pixter.hu/images/bg_icos.png) no-repeat -175px -55px; width: 22px; height: 25px;}
.lista-topbar-label {margin-left: 0px;}
.lista-topbar .new-button {float: right; padding: 0px 10px 0 0;}
.lista-topbar .searchres {float:left;padding: 5px 0 5px 5px;}
.lista-topbar-select {padding:5px;}

.lista-pictures-album {width: 930px;float: left; padding: 10px 10px 30px 0px; border-bottom: 1px solid #cccccc;margin:0;}
.lista-pictures-album .album-picture-kont {width: 185px;height: 260px; float: left; padding-right: 20px;}
.lista-pictures-album .album-picture  {width: 180px;height: 180px;background:url(http://static.pixter.hu/images/album-kepkeret.png) no-repeat; position: relative;}
.lista-pictures-album .album-picture a {width: 160px;height: 160px; padding: 11px 0 0 6px; display: block; left: 0;}
.lista-pictures-album .album-picture a .video-time-corner {position: absolute; top: 11px; right: 13px;}
.album-picture a:hover {background-color: transparent;}

.pixter-album-details { padding: 0px 0px 0px 10px;}
.topborder { border-top: solid 1px #CCC; padding: 5px 0px 0px 0px; }
.pixter-content-allpicture {float: left; margin:0; padding-bottom: 10px;}
.lista-pictures-album .album-picture img {width: 160px;height: 160px;}


.album-picture-labels .title {font-weight: bold;margin: 0;}
.album-picture-labels .title a {margin-left: -5px; color: #666666;}
.album-picture-labels .title a:hover {color: #000000;background-color: transparent;}

.album-picture-labels .time-kont					{cursor: default; display:block;margin:0;padding: 3px 0;}
.album-picture-labels .time-kont:hover .normaltime	{display:none;}
.album-picture-labels .time-kont:hover .hovertime	{display:block;}
.album-picture-labels .time-kont .hovertime			{display:none;}
.album-picture-labels .time-kont .normaltime		{display:block;}
.album-picture-labels .time-kont div {margin: 0; padding: 0}

.album-picture-labels .viewnumber_kont {color: #C2C2C2;margin:0;}
.album-picture-labels .viewnumber_kont span {color: #666666; font-weight: bold}

.lista-lapozo-kont {float: right;padding-right: 20px;}
.lista-lapozo-kont div {float: left;margin: 0; padding: 0}
.lista-lapozo-kont .lapozo-label {margin: 0 10px; padding-top: 10px; }
.lista-lapozo-kont .lapozo-label a {left: 0; padding: 0; margin: 0}
.lista-lapozo-kont .lapozo-label a:hover {color: #1172C9;background-color: transparent;}
.lista-lapozo-kont .lapozo-lapok-kont div {background:url(http://static.pixter.hu/images/lapozo-normal.png) no-repeat;width: 30px;height: 30px; margin: 5px; text-align: center;}
.lista-lapozo-kont .lapozo-lapok-kont div span {padding-top: 5px;display: block;text-align: center;margin: 0}
.lista-lapozo-kont .lapozo-lapok-kont div a {left: 0; padding: 0; width: 30px; height: 30px; display: block;}
.lista-lapozo-kont .lapozo-lapok-kont div a:hover {color: #1172C9;background:url(http://static.pixter.hu/images/lapozo-hover.png) no-repeat;}
.lista-lapozo-kont .lapozo-lapok-kont div.lapozo-aktualis {background:url(http://static.pixter.hu/images/lapozo-aktualis.png) no-repeat;}

#pixter-content-related { padding: 0px 0px 0px 0px; margin-bottom: 10px;float:left;}
#picture-tags a:hover {background:#2989ee; color:white;}
.more-right-videos-cont {margin:0}
.more-right-fav-cont {margin:0;float:left;width:300px;}
.more-right-fav-cont div {float: left;}

.related-thumb-pic {border: 1px solid #cccccc;margin: 7px; padding: 4px; height: 75px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.related-thumb-pic:hover {border: 2px solid #1172C9;padding: 3px}
.related-thumb-pic img {width: 75px;}
.related-thumb-pic a {height: 75px;width: 75px;padding: 0;left: 0}

.related-thumb-vid {border: 1px solid #cccccc;margin: 7px; padding: 4px; height: 75px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.related-thumb-vid:hover {border: 2px solid #1172C9;padding: 3px}
.related-thumb-vid img {width: 100px;}
.related-thumb-vid a {height: 75px;width: 100px;padding: 0;left: 0}

.sort-thumb-pic-kont {float: left; width: 200px; padding: 10px 0px 0px 5px; margin:0; height: 240px;}
.sort-thumb-pic {border: 1px solid #cccccc;margin: 7px; padding: 4px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.sort-thumb-pic:hover {border: 2px solid #1172C9;padding: 3px}

.sort-small-pic-kont {float: left; margin:0;}
.sort-small-pic {border: 1px solid #cccccc;margin: 7px; padding: 4px; height: 75px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.sort-small-pic:hover {border: 2px solid #1172C9;padding: 3px}
.sort-small-pic img {width: 75px;}

#dialog-index-pic {margin:0}
#dialog-index-pic .pic-gal-thumb-pic{margin: 5px;}
.index-pic-kont {float: left;width: 450px;margin:0;}
.index-pic-kont-tip {float: left;width: 440px;margin:0;text-align:left;padding-bottom: 5px;}

#layer-album-list div {text-align:left; cursor:pointer;}
#layer-album-list {margin:0}
#layer-album-list .album-picture-kont{float:left;width: 420px;margin:0;padding-bottom: 10px;}
#layer-album-list .album-picture {float:left;width: 101px;height: 101px;background:url(http://static.pixter.hu/images/frame_layer.png) no-repeat;position:relative;}
#layer-album-list .selected .album-picture {float:left;width: 101px;height: 101px;background:url(http://static.pixter.hu/images/frame_layer_blue.png) no-repeat;}
#layer-album-list .album-picture img {width: 80px; padding: 12px 0 0 7px; display: block; left: 0;}
#layer-album-list .album-picture .video-time-corner {right: 14px; top: 12px;}
#layer-album-list .details {float:left;width:280px;padding: 5px 0 5px 8px;margin-left: 5px;}
#layer-album-list .details .title{font-size:16px;font-weight:bold;}
#layer-album-list .details p {margin-bottom: 2px;}
#layer-album-list .selected .details {color:#ffffff; font-weight:bold; display:inline-block; background-color: #3083CF;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#layer-album-list .selected .details p {color:#ffffff;}
#layer-album-list .selected .details .title {color:#ffffff;}
#layer-album-list .selected .details .date, #layer-album-list .selected .details .time, #layer-album-list .selected .details .elapsed {color:#ffffff;}
#layer-album-list .selected .details .view, #layer-album-list .selected .details .infolabel {color:#ffffff;}
.embedpanel-kont {width: 580px; height: 310px; margin: 0;padding-top: 0}
.embedpanel-kont .embedpanel-left {float:left; width: 235px}
.embedpanel-kont .embedpanel-left #embed_width {width: 30px;margin-top: 3px}
.embedpanel-kont .embedpanel-left #embed_height {width: 30px;margin-top: 3px}
.embedpanel-kont .embedpanel-right {float:left;}
.embedpanel-kont .embedpanel-right textarea {width: 310px; height:95px; border: solid 1px #e7e7e7;margin-top: 3px}

.add-comment-kont {width: 495px !important;}
.add-comment-kont .add-comment-label {padding: 5px}
.add-comment-kont .textarea-border {background:url(http://static.pixter.hu/images/textarea-border.png) no-repeat left top; padding: 5px 0 0 5px; border: 1px solid #ededed; width: 475px; margin-bottom: 10px}

.add-comment-kont textarea {width:475px;height:49px; border: none;}

.selectButtons				{width:120px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -200px -10px; font-weight:bold; font-size:11px; padding:0px; cursor:pointer;}
.selectButtons div			{margin:0px; text-align:center;}
.selectButtons:hover		{background:url(http://static.pixter.hu/images/bg_controls.png) -330px -10px;}
.selectButtons .state1		{float:left;}
.selectButtons .state2		{float:right;}
.selectButtons .statelabel	{display:inline-block; padding:12px 0px 0px 0px; margin:0px auto; font-size:14px;}
.selectButtons .on			{width:59px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -200px -60px; color:#1172c9;}
.selectButtons .off			{width:59px; height:40px; background:none; color:#c2c2c2;}
.selectButtons .on	a		{color:#1172c9;}
.selectButtons .off a		{color:#c2c2c2;}
.selectButtons .off:hover	{color:#1172c9;}
.selectButtons .off:hover a	{color:#1172c9;}

.privacy-label {padding: 5px 0}

.picture {background: #EEE; text-align: center;}
.picture a {left: 0}
.picture img {display: block;    margin-left: auto;margin-right: auto;}

.pixter-content-details-table {border: none}

#dialog-send-to-container, #dialog-invite-container, #send-to-comp, #send-to-coll, #send-to-search {margin:0;}
#send-to-search-result {margin: 10px 0 0 0;}
.pixter-content-details-table {padding:0}

.ui-widget-content-shadow {margin-left:8px;background: rgba(166, 201, 226, 0.7); -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px; z-index: 50;}
.ui-widget-overlay, .ui-widget, .ui-widget-content {margin:0}
.ui-widget-header { font-size: 15px; background: none !important; border: 0px; border-bottom:1px solid #D2D2D2 !important; color: #EC5F14 !important;margin: 0px !important}
.ui-dialog-titlebar-close {left: inherit !important;}
.ui-widget-content a {left:auto !important}
.ui-tabs {border: 0px !important;}
.ui-tabs-nav li a {font-size: 14px;}
.ui-tabs-nav li a:hover {background-color: transparent;}
.ui-tabs-panel {padding: 10px 0 10px 0 !important;}
.dialog-info-text {margin:5px 0 10px 0;}

#new_thumb {color: #2989ee}
#new_thumb:hover {color: white}
.dis_link {color: #cccccc !important}

#pixter-content .adult-message-kont {float: left; width: 850px; height: 400px; text-align: center;}
#pixter-content .adult-message-kont .message {font-size: 14px; color: black; padding: 50px 0 20px 0;font-weight:bold;}

#mod_gyujtemeny h3, #mod_palyazat h3 {font-size: 12px}
#mod_gyujtemeny .upload-text, #mod_palyazat .upload-text {width: 445px}
#mod_gyujtemeny .upload-container, #mod_palyazat .upload-container {width: 445px}
#mod_gyujtemeny .feltoltes_input, #mod_palyazat .feltoltes_input {width: 440px}

.mod_album h3, #mod_palyazat h3 {font-size: 12px; padding: 3px 0}
.mod_album .upload-text, #mod_palyazat .upload-text {width: 445px}
.mod_album .upload-container, #mod_palyazat .upload-container {width: 445px;padding-bottom: 10px;}
.mod_album .feltoltes_input, #mod_palyazat .feltoltes_input {width: 440px}

#pixter-title-pic-text{ width: 940px;text-align: center; color: red; padding: 10px 0;}

#video-lenyilo_kont {width: 940px; float: left; height: 150px;border:1px solid #cccccc; -moz-border-radius:4px; border-radius:4px;margin: 10px 0 0 0}
#video-lenyilo_kont .lenyilo_box_top_kont {height: 20px; width: 930px; float: left; margin: 0}
#video-lenyilo_kont .lenyilo_box_leftarrow {float: left;height: 128px; margin: 0 2px 0 6px;width: 20px;}
#video-lenyilo_kont .lenyilo_box_rightarrow {float: left;height: 128px; margin: 0 4px 0 2px;width: 20px;}
#video-lenyilo_kont .lenyilo_box_kont {float: left;height: 128px; margin: 0 4px}
#video-lenyilo_kont .lenyilo_box_kont .item.first {margin-left: 0}
#video-lenyilo_kont .lenyilo_box_kont .item {margin-left: 7px}

#video-lenyilo_kont .lenyilo_box_leftarrow a {background:url(http://static.pixter.hu/images/bg_icos.png) no-repeat -75px -100px; width: 15px; height: 25px; display: block; margin: 52px 0;}
#video-lenyilo_kont .lenyilo_box_leftarrow a:hover {background:url(http://static.pixter.hu/images/video-lenyilo-slide-left-hover.png) no-repeat; width: 20px; height: 125px;margin: 0}
#video-lenyilo_kont .lenyilo_box_rightarrow a {background:url(http://static.pixter.hu/images/bg_icos.png) no-repeat -100px -100px; width: 15px; height: 25px; display: block; margin: 52px 0;}
#video-lenyilo_kont .lenyilo_box_rightarrow a:hover {background:url(http://static.pixter.hu/images/video-lenyilo-slide-right-hover.png) no-repeat; width: 20px; height: 125px;margin: 0 0;}

.icon_price {background:url(http://static.pixter.hu/images/icons_price.gif) 0 no-repeat; width: 11px; height: 12px;float: left; margin: 2px 5px}
.horline {background:url(http://static.pixter.hu/images/bg_top.png) repeat; width: 590px; height: 5px;float: left; margin: 10px 0}
.picture_title {margin: 0; font-size: 18px;}

.lenyilo_box_top_kont.lista-lapozo-kont div {height: 20px; width: 30px; background-image: none; margin: 0;}
.lenyilo_box_top_kont.lista-lapozo-kont .lapozo-lapok-kont,
.lenyilo_box_top_kont.lista-lapozo-kont .lapozo-label {width: auto;padding-top: 5px}
.lenyilo_box_top_kont.lista-lapozo-kont .lapozo-label {width: auto;padding: 5px 0 0 30px}

.lenyilo_box_top_kont.lista-lapozo-kont div a {height: 20px; width: 30px; padding: 0}
.lenyilo_box_top_kont.lista-lapozo-kont div span {padding: 0}

#table_wait_layer {position: absolute;left: 0; top: 0;display: none;background-color: white; opacity:0.85;filter:alpha("opacity=85"); width: 100%;text-align: center;}
#table_wait_layer div {float: none; display: block;color: silver;}
#table_wait_layer div img {display: inline}

.ui-autocomplete {border: 1px solid #EDEDED; z-index: 50000 !important}
.ui-autocomplete li{ background: white; float: left; height: 25px;border-bottom: 1px solid #CCCCCC;}
.ui-autocomplete .ui-state-hover { background-color:#E0F7FF !important;background-image: none !important;}
.ui-autocomplete .ui-corner-all {border:0;-moz-border-radius:0px; border-radius:0px;}

#szerk-ajanlom-kont {width: 350px; height: 100px; margin: 10px 0 0 0; position: relative}
#szerk-ajanlom-kont .link {margin-top: 10px}
#szerk-ajanlom-kont #wait {position: absolute; top: 0; left: 0; width: 350px; height: 100px; display: none; background-color: white; opacity:0.85;filter:alpha("opacity=85");}
#szerk-ajanlom-kont #wait img {margin: 35px auto;}

.embedpanel-left-kont {width: 235px;float: left}
.embedpanel-left-kont .embedpanel-left {margin-bottom: 10px}
.embedpanel-bottom {width: 570px; margin-top: 5px;float: left}

.embedpanel-left-kont .input-text-color {border: none; width: 140px; margin: 5px 0 5px 0}
.input-text-color		{float:left; display:inline; height:20px; padding:5px 5px 6px; background:url(/images/bg_input_color.png) no-repeat; border-right:1px solid #ededed; }
.input-text-color.focus	{background:url(/images/bg_input_color.png) no-repeat; border-right:1px solid #67a8e3;}
.input-text-color input {float:left; height:16px; line-height:16px; border:none; background:none; margin-left:6px; padding:0px; color: #2e87d9}
.input-text-color-pickerholder {border:1px solid #ededed; width: 76px; height: 28px; background-color: #2e87d9; cursor: pointer; margin: 5px 0 0 0; float: left}

.embed-selectSize {float: left; margin: 10px}
.embed-selectSize.noHD {margin-left: 60px}
.embed-selectSize a {display: block; border-radius: 0; cursor: pointer;padding: 0; text-decoration: none;}
.embed-selectSize .meret {text-align: center; margin: 0;}
.embed-selectSize .box {background-color: gray;border: 1px solid #ededed;}
.embed-selectSize .box:hover {background-color: silver}
.embed-selectSize .box.selected {background-color: #ededed}
.embed-selectSize .box.selected:hover {background-color: #dadada}

.embed-selectSize.size1 {width: 100px;}
.embed-selectSize.size1 .meret {width: 100px;}
.embed-selectSize.size1 .box {width: 100px; height: 60px; }

.embed-selectSize.size2 {width: 110px;}
.embed-selectSize.size2 .meret {width: 110px;}
.embed-selectSize.size2 .box {width: 110px; height: 70px; }

.embed-selectSize.size3 {width: 120px;}
.embed-selectSize.size3 .meret {width: 120px;}
.embed-selectSize.size3 .box {width: 120px; height: 80px; }

.embed-selectSize.size4 {width: 130px;}
.embed-selectSize.size4 .meret {width: 130px;}
.embed-selectSize.size4 .box {width: 130px; height: 90px; }

.channel-functions-kont { margin: 0 0 10px 0;float:left;}


#edit_tags_form .upload-container {width: auto}
#edit_tags_form .upload-container a {color: #1172C9}

.pixter-kep-embed input {width: 520px; border: 1px solid #ccc}

.statmenu_kont			{float:left;margin:0;}
.statmenu_kont .menu	{float:left;width:150px;margin:20px 0 0 0;}
.statmenu_kont .menu .stat_menu_selected  {display:block; height:24px; line-height:24px; width:120px;margin: 0 0 0 5px}
.statmenu_kont .menu .left-menu {border-bottom:1px solid #dbdbdb;}
.statmenu_kont .menu a	{display:block; height:24px; line-height:24px; width:120px;}

.lista-topbar-select .icon-photo {height: 15px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) 0 -4px;}
.lista-topbar-select .icon-list {height: 15px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) -49px -4px;}
.lista-topbar-select .icon-movie {height: 15px; width:26px; background:url(http://static.pixter.hu/images/bg_icos.png) -24px -4px;}
.lista-topbar-select .ts_label{margin:0}

#pixter-index-content-right h3 {margin-left: 15px;}
#pixter-index-content-right .gephaz_blog {background: url(/images/pixter_message_bg.gif) no-repeat; height: 160px; position: relative}
#pixter-index-content-right .gephaz_blog ul {line-height: 26px; width: 220px; height: 75px; padding: 35px;}
#pixter-index-content-right .gephaz_blog ul li {color: #9ea2a1; list-style: square inside; font-size: 10px;}
#pixter-index-content-right .gephaz_blog ul li a {color: #616161; font-size: 16px;}
#pixter-index-content-right .gephaz_blog ul li a:hover {color: #616161; background-color: transparent}
#pixter-index-content-right .gephaz_blog .gephaz_blog-osszes {position: absolute; right: 40px; bottom: 20px; text-decoration: underline}

#pixter-footer-fb {float:right;width:340px}
.pixter-footer-kovess {float:left;width:330px;font-weight:bold; border-bottom: 1px solid #BCBCBC;padding: 10px 0;font-size: 14px;}
.pixter-footer-twitter {float:left;}
#pixter-footer-fb a {margin:0;padding: 10px 0 0 0;}
#pixter-footer-fb a:hover {margin:0;background: none;}
.pixter-footer-facebook {float:left;}

.pic-size { float: right !important; width: 150px; }
.pic-size2 { float: right !important; width: 120px; }
.smalls a{ background:url(../images/pic_size_off.gif) 0px 0px no-repeat; width: 12px;height: 30px; }
.smalls-off a{  background:url(http://static.pixter.hu/images/pic_size.gif) 0px 0px no-repeat; width: 12px;height: 30px; }
.mid a{ background:url(http://static.pixter.hu/images/pic_size_off.gif) -20px 0px no-repeat; width: 15px;height: 30px; }
.mid-off a{  background:url(http://static.pixter.hu/images/pic_size.gif) -20px 0px no-repeat; width: 15px;height: 30px; }
.large a{  background:url(http://static.pixter.hu/images/pic_size_off.gif) -42px 0px no-repeat; width: 25px;height: 30px; }
.large-off a{  background:url(http://static.pixter.hu/images/pic_size.gif) -42px 0px no-repeat; width: 25px;height: 30px; }
.brandlogo { float: left; padding: 0px; margin: 0;}
.brandlogo a:hover {  background: white !important; }
.fullbox_pictures { float: left; width: 620px; margin: 0px !important; padding-bottom: 10px; }
.thumbz{ float: left; width: 190px; padding: 10px 0px 0px 5px; height: 250px;}

.imgborder a{ float: left; moz-border-radius: 4px 4px 4px 4px; border: 1px solid #CCCCCC; padding: 4px;  }
.fullbox_pictures a {color: #666666; font-weight: bold; }
.fullbox_pictures a:hover {color: #000000;}
.imgtitle { float: left;  padding: 10px 0px 10px 0px; color:#c2c2c2 }
.imgtitle a{ left: 0px !important; color: #666666; font-weight: bold; }
.imgtitle b{  color: #666666;}
.imgtitle a:hover{ color: white; }
.album-lapozo{ float: left;  border-top: solid 1px #CCC;  border-bottom: solid 1px #CCC; width: 620px; padding: 10px 0px 10px 0px; }
.album-share { border: 0px; padding-top: 10px; background: white !important; }
.fullbox_pictures .thumbz_small { float: left;  padding: 1px; margin: 0px; }
.fullbox_pictures .thumbz_small a{ left: 0px !important; padding: 0px !important; }
.fullbox_pictures .thumbz_large {float:left;width:610px;}
.fullbox_pictures .thumbz_large .imgtitle {float:left;width:600px;}
.paddleft {padding-left: 10px; }
.picture { float: left; padding: 0px 0px 0px 0px; width: 620px; text-align: center !important; background-color: #EEEEEE !important; }
.picture a {background: none;padding:0;display:block;}
.picture-tool { float: left; width: 620px; padding: 0px !important;  }
.picture-tool div{ padding: 0px !important; margin: 0px !important; }
.picture-tool a:hover{ color: black; background-color: transparent;}
.picture-tool a { left: 0px !important; padding: 0px !important;  }
.picture-toolz { float: left; background:url(http://static.pixter.hu/images/tool_bg.gif) -6px -4px no-repeat; width: 470px; height: 36px; font-size: 12px; }
.picture-toolz-2 { float: left; background:url(http://static.pixter.hu/images/tool_pic_bg.gif) 0px 0px no-repeat;  width: 450px; height: 36px; font-size: 12px; }
.picture-tool #next a {float:right;}

.prev-pic a {border-radius: 0px !important; -moz-border-radius: 0 0 0 0 !important; font-size: 12px; background: url("http://static.pixter.hu/images/pic-control.png") no-repeat scroll 0 -2px transparent; border-right: 1px solid #CCCCCC; color: #666666;float: right;height: 22px;padding: 6px 5px 0 25px !important; width: 30px;}
.next-pic a {border-radius: 0px !important; -moz-border-radius: 0 0 0 0 !important; font-size: 12px; background: url("http://static.pixter.hu/images/pic-control.png") no-repeat scroll -92px -2px transparent; color: #666666;float: right;height: 22px;padding: 6px 20px 0 7px !important; width: 59px;}
.prev-pic-no {-moz-border-radius: 0 0 0 0 !important; font-size: 12px; background: url("http://static.pixter.hu/images/pic-control.png") no-repeat scroll 0 -31px transparent; border-right: 1px solid #CCCCCC; color: #DDD;float: right;}
.prev-pic-no span{height: 22px;padding: 6px 0px 0px 25px !important; width: 35px; display: block; }
.next-pic-no {-moz-border-radius: 0 0 0 0 !important; font-size: 12px; background: url("http://static.pixter.hu/images/pic-control.png") no-repeat scroll -92px -31px transparent; color: #CCC;float: right;}
.next-pic-no span{height: 22px;padding: 6px 0px 0px 7px !important; width: 79px; display: block; }
.prev-next {float:right; width: 150px;}


.kep_nagyit a{ float: left;  width: 77px; height: 33px; border-right: solid 1px #aee5fd; }
.kep_uj a{ float: left;  width: 66px; height: 33px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.kep_forgatb a{ float: left;  width: 20px; height: 33px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.kep_forgatj a{ float: left;  width: 20px; height: 33px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.kep_torol a{ float: left;  width: 65px; height: 33px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.kep_letolt a{ float: left;  width: 70px; height: 33px; border-left: solid 1px white;}
.icon_nagyit {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -204px -222px no-repeat; width: 20px; height: 35px; margin-left: 5px; display:block; }
.icon_uj {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -5px -170px no-repeat; width: 20px; height: 35px; margin-left: 5px; display:block; }
.icon_forgatb {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -182px -222px no-repeat; width: 20px; height: 35px; margin-left: 5px; display:block; }
.icon_forgatj {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -155px -222px no-repeat; width: 20px; height: 35px; margin-left: 5px; display:block; }
.icon_torol {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -55px -222px no-repeat; width: 19px; height: 35px; margin-left: 5px; display:block; }
.icon_letolt {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -232px -222px no-repeat; width: 19px; height: 35px; margin-left: 3px; display:block; }
.icon_text {  float: left; padding: 8px 0px 0px 0px; }
.kep_forgat .icon_text{ float: left;  height: 22px; border-right: solid 1px #aee5fd; border-left: solid 1px white; padding-right: 6px;color:#1172C9}
.kep_publikus {float: left;width: 70px; height: 30px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}

.palyazat-toolz { float: left; background: url(http://static.pixter.hu/images/tool_palyazat_bg.gif) 0px 0px no-repeat; width: 435px; height: 35px; font-size: 12px; }
.palyazat-toolz a:hover{ color: black; background-color: transparent;}
.palyazat-toolz a { left: 0px !important; padding: 0px !important;  }

.palyazat-toolz2 { float: left; background: url(http://static.pixter.hu/images/tool_palyazat2_bg.gif) 0px 0px no-repeat; width: 175px; height: 35px; font-size: 12px; margin-left: 0px;}
.palyazat-toolz2 a:hover{ color: black; background-color: transparent;}
.palyazat-toolz2 a { left: 0px !important; padding: 0px !important; margin-left: 0px !important; }

.album-toolz { float: left; background:url(http://static.pixter.hu/images/tool_album_bg.gif) 0px 0px no-repeat; width: 620px; height: 35px; font-size: 12px; }
.album-toolz a:hover{ color: black; background-color: transparent;}
.album-toolz a { left: 0px !important; padding: 0px !important;  }
.album_uj a{ float: left;  width: 65px; height: 30px; border-right: solid 1px #aee5fd; }
.album_publikus a{ float: left;  width: 120px; height: 30px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.album_torol a{ float: left;  width: 80px; height: 30px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.album_torol2 a{ float: left;  width: 70px; height: 30px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.album_beallit a{ float: left;  width: 130px; height: 30px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.album_beallit2 a{ float: left;  width:  80px; height: 30px; border-right: solid 1px #aee5fd; margin-left: 0px !Important;}
.album_rendezes a{ float: left;  width: 85px; height: 30px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.album_tulajdonsag a{ float: left;  width: 85px; height: 30px; border-left: solid 1px white;}
.album_ertekeles a{ float: left;  width: 85px; height: 30px; border-left: solid 1px white; border-right: solid 1px #aee5fd; }
.album_eredmeny a{ float: left;  width: 85px; height: 30px; border-right: solid 1px #aee5fd; margin-left: 0px !important; }
.album_aktiv a{ float: left;  width: 75px; height: 30px; border-left: solid 1px white; margin-left: 0px !important; }
.icon_publikus {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -30px -222px no-repeat; width: 20px; height: 30px; margin-left: 5px; display:block; }
.icon_nem_publikus {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -30px -269px no-repeat; width: 20px; height: 30px; margin-left: 5px; display:block; }
.icon_albumuj {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -5px -170px no-repeat; width: 20px; height: 35px;  display:block; }
.icon_beallit {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) 0px -222px no-repeat; width: 22px; height: 35px;  display:block; }
.icon_rendezes {  float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -72px -222px no-repeat; width: 25px; height: 35px;  display:block; }
.icon_tulajdonsag { float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -100px -222px no-repeat; width: 22px; height: 35px;  display:block; }
.icon_eredmeny { float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -280px -222px no-repeat; width: 22px; height: 35px;  display:block; margin-left: 0px !important; }
.icon_ertekeles { float: left; background:url(http://static.pixter.hu/images/icons_price.gif) -11px 0 no-repeat; width: 20px; height: 35px;  display:block; margin-left: 5px !important; margin-top: 10px }
.icon_aktiv { float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -250px -222px no-repeat; width: 22px; height: 35px;  display:block; }
.icon_inaktiv { float: left; background:url(http://static.pixter.hu/images/bg_icos.png) -298px -219px no-repeat; width: 22px; height: 35px;  display:block; }

.album-function-info { float: left; width: 100%; padding: 5px 0px 0px 0px; }
.nem_kijelolt  { border: solid 2px #fff; }
.kijelolt { border: 2px solid #38B7EC;}
#thumbnails .selected, .index-pic-kont .selected{border: 2px solid #1172C9;padding: 3px}
#thumbnails div {float: left;}

.paddingnul { margin: 0px; }
.item	.thumb2																		{float:left; margin:0px; padding:5px; border:1px solid #cccccc; width:180px; margin-bottom: 5px;  -moz-border-radius:4px; border-radius:4px;position: relative}
.item .thumb2 a																	{border:none; background:none; position:relative; left:0px; top:0px; margin:0px; padding:0px;}
.item .thumb2 img																{display:block;}
.item .thumb2:hover															{border:1px solid #cadbeb;}
.userdivide { float: left; width: 400px; border-top: solid 1px #DDD; padding-top:10px; }
.item	.thumb-inside																		{float:left; width: 192px; margin: 0px !important; }
.item	.thumb3																		{float:right; margin:0px; padding:5px; border:1px solid #cccccc; margin-bottom: 5px; -moz-border-radius:4px; border-radius:4px;position: relative}
.item .thumb3 a																	{border:none; background:none; position:relative; left:0px; top:0px; margin:0px; padding:0px;}
.item .thumb3 img																{display:block;}
.item .thumb3:hover															{border:1px solid #cadbeb;}
.col															{float: left !important;}


.item .details .foto-icon										{float: left;display: block; width: 25px; height: 20px; background:url(http://static.pixter.hu/images/bg_icos.png) -0px -1px;}							
.item .details .video-icon										{float: left; display: block; width: 25px; height: 20px; background:url(http://static.pixter.hu/images/bg_icos.png) -25px 1px;}
.item .details:hover .foto-icon							{display: block; width: 25px; height: 20px; background:url(http://static.pixter.hu/images/bg_icos.png) -0px -26px;}							
.item .details:hover .video-icon						{display: block; width: 25px; height: 20px; background:url(http://static.pixter.hu/images/bg_icos.png) -25px -26px;}

.lista {font-size: 16px; font-weight: normal !important; }	
.share { width: 100px;}	
.share img{ padding-right: 5px; }	
.savebutton											{float:right; cursor: pointer; width:92px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -691px -160px; text-shadow: 1px 1px 1px white; text-align: center; border: 0px; color: #1E74CA;}
.savebutton_disabled								{float:right; width:92px; height:40px; background:url(http://static.pixter.hu/images/bg_controls.png) -691px -260px; text-shadow: 1px 1px 1px white; text-align: center; border: 0px; color: #555555;}

.video-toolz				{ float: left; background:url(http://static.pixter.hu/images/tool_video_bg2.gif) 0px 0px no-repeat; width: 610px; height: 35px; font-size: 12px; }
.video-toolz-brand			{ float: left; background:url(http://static.pixter.hu/images/tool_video_bg.gif) 0px 0px no-repeat; width: 610px; height: 35px; font-size: 12px; }
.video-toolz-embed			{ float: left; background:url(http://static.pixter.hu/images/tool_video_bg4.gif) 0px 0px no-repeat; width: 610px; height: 35px; font-size: 12px; }
.video-toolz-brand-embed	{ float: left; background:url(http://static.pixter.hu/images/tool_video_bg3.gif) 0px 0px no-repeat; width: 610px; height: 35px; font-size: 12px; }
.video-toolz a:hover, .video-toolz-brand a:hover, .video-toolz-embed a:hover, .video-toolz-brand-embed a:hover { color: black; background-color: transparent;}
.video-toolz a, .video-toolz-brand a, .video-toolz-embed a, .video-toolz-brand-embed a { left: 0px !important; padding: 0px !important;  }
.video-toolz.on, .video-toolz-brand.on, .video-toolz-embed.on, .video-toolz-brand-embed.on {display:block;} 
.video-toolz.off, .video-toolz-brand.off, .video-toolz-embed.off, .video-toolz-brand-embed.off {display:none;} 
.video_beallit a{ float: left;  width: 100px; height: 32px; border-right: solid 1px #aee5fd; }
.video_publikus a{ float: left;  width: 100px; height: 32px; /* border-right: solid 1px #aee5fd; */ border-left: solid 1px white;}
.video_feliratozas a{ float: left;  width: 100px; height: 32px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.video_torol a{ float: left;  width: 100px; height: 32px; border-right: solid 1px #aee5fd; border-left: solid 1px white;}
.video_kapcsolodo a{ float: left;  width: 100px; height: 32px; border-left: solid 1px white;}

.feltoltes .item {padding-right: 20px;display:block;}
.feltoltes .item-selected {padding-right: 20px;display:block;float:left;clear:none;}

#pixter-title .details .video-icon										{float: left; display: block; width: 25px; height: 20px; background:url(http://static.pixter.hu/images/bg_icos.png) -25px -2px;}							
#pixter-title .details .foto-icon										{float: left;display: block; width: 25px; height: 20px; background:url(http://static.pixter.hu/images/bg_icos.png) -0px -2px;}
#pixter-title .details:hover .video-icon						{display: block; width: 25px; height: 20px; background:url(http://static.pixter.hu/images/bg_icos.png) -25px -27px;}	
#pixter-title .details:hover .foto-icon						   {display: block; width: 25px; height: 20px; background:url(http://static.pixter.hu/images/bg_icos.png) -0px -27px;}

.kuldleft { float: left; width: 85px; padding: 2px 0px 1px 0px;}
.kuldright { float: left; width: 245px; padding: 2px 0px 1px 0px;}
.kuldinput{ border: solid 1px #cfcfcf; width: 240px; font-size: 13px;} 
.no_padding {padding:0}
.feltoltes_cim { float: left; width: 83px; padding: 5px 0px 0px 0px;}
.feltoltes_cim2 { float: left; width: 300px; padding: 5px 0px 0px 0px;}
.feltoltes_input { border: solid 1px #9ebff2; width: 245px; font-size: 13px;} 

.lista-pictures-album-divide {float: left; width: 440px; padding: 10px 0px 0 15px; color: #636261;}
.lista-pictures-album-divide .no-list {color: #aea890; padding: 3px 0px 200px 0px;}

.item	.thumb-list																		{float:left; margin:0px; padding:5px; border:1px solid #cccccc; width:75px; -moz-border-radius:4px; border-radius:4px;position: relative}
.item .thumb-list a																	{border:none; background:none; position:relative; left:0px; top:0px; margin:0px; padding:0px;}
.item .thumb-list img																{display:block;}
.item .thumb-list:hover															{border:1px solid #cadbeb;}
.item-header { float: left; width: 400px; padding: 5px 0px 5px 0px;}
.accept-denied	 a{float: left; width: 75px; height: 35px; padding-top: 5px; background:url(http://static.pixter.hu/images/usermenu-button-accept.png) no-repeat scroll 0 0 transparent; font-size: 11px; margin: 5px 10px 0px 0px !important; text-align: center; color: #555555; }

#edit_title:hover, #edit_desc:hover {background-color: #ffff99;cursor:pointer;}

#swfupload-control {margin:0}
#swfupload-control p{ margin:10px 5px; font-size:0.9em; }
#log{ margin:0; padding:0; width:600px;}
#log li{ list-style-position:inside;width: 608px;height: 50px;background:url(/images/upload-bg.png) no-repeat; background-position: bottom;	padding: 0px; position:relative; margin: 0 0 10px 0;}  
#log li .progressbar{clear: left;display: block;height: 5px; margin:18px 0 0 0; padding:15px 35px 0 19px;}
#log li .progress{ 	background:url(/images/loading_bar.gif); width:0%; height:5px; margin:0}
#log li div{ margin:0; font-size: 11px;}
#log li div.file{float:left;margin: 0 0 3px 2px;}
#log li div.progress_cont{float:left;}
#log li div.file_cont{float:left;margin-left: 10px;}
#log .success{ background:url(/images/loading_bar_green.gif) !important;}
#log .unsuccess{ background:url(/images/loading_bar_red.gif) !important;}
#log li span.cancel{ position:absolute; top:23px; right:7px; width:20px; height:20px; cursor:pointer; background:url(/images/upload-button-delete.png) no-repeat; }
.video-upload-file {  float: left; background:url(http://static.pixter.hu/images/video_file.png) -2px 0px no-repeat; width: 620px; height: 53px;  }
.video-upload-file-embed {  float: left; background:url(http://static.pixter.hu/images/video_file_embed.png) -2px 0px no-repeat; width: 620px; height: 53px;  }
.kep-upload-file {  float: left; background:url(http://static.pixter.hu/images/kep_file.png) -2px 0px no-repeat; width: 620px; height: 53px;  }
.file-link1 {  float: left; padding: 14px 0px 0px 24px; font-size: 14px; width: 124px; }
.video-upload-file-embed .file-link1 {padding-left: 10px;}
.file-link2 a{  float: left; text-shadow: 1px 1px 1px white; padding: 14px 0px 0px 24px; font-size: 12px; width: 124px; color: #676767; background: none; margin: 0px !important; }
.video-upload-file-embed .file-link2 a {padding-left: 34px;width: 114px;}
.file-link2 a:hover {  color:#1172c9; }
.upload-container {  float: left; width: 620px;} 
.upload-submit {  float: left; margin-left: 0px !important; width: 110px; padding: 10px 0px 10px 0px; margin: 0px !important;} 
.upload-container h3 { font-size: 20px !important; padding: 5px 0px 5px 0px;} 
.upload-container h3 a { font-size: 13px}
.upload-container a.selected {background:#2989ee; color:white;}
.upload-text { background: url(http://static.pixter.hu/images/textarea-border.png) no-repeat scroll left top transparent; border: 1px solid #CCCCCC; margin-bottom: 10px; margin-left: 0px; padding: 5px 0 0 5px; width: 600px; }
.upload-text div {margin:0;}
.feltoltes_input { border: medium none; width: 580px;}
.upload-date { background: url(http://static.pixter.hu/images/textarea-border.png) no-repeat scroll left top transparent; border: 1px solid #CCCCCC; margin-bottom: 10px; margin-left: 0px; padding: 5px 0 0 5px; width: 200px; }
.feltoltes_date { border: medium none; width: 180px;}
.upload-date img {display:inline;}
#title_text {font-size: 20px;}
.cor {float:right}
.selectButtons {margin:0}
#mentes_gomb {float:left;width:597px;}

.u_warning { background: #eee; border: 1px solid #ccc; margin: 0 15px 2px 0; padding: 4px 0px 4px 10px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
#link_kont { margin: 10px 0 0 5px}

#drop-area-kont { border: 1px solid #B7D9FF; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;margin: 0 0 10px 2px; width: 605px;}
#drop-area {height: 30px;text-align: center;border: 6px solid #D7F0FA; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;padding: 15px;	margin: 0; color: #97D0E7;}
#drop-area .drop-instructions {	display: block;	height: 30px; font-size: 20px;}
#drop-area .drop-over {	display: none;	font-size: 20px;height: 30px;}		
#drop-area.over {background: #ffffa2;border: 6px solid #D7F0FA; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
#drop-area.over .drop-instructions {display: none;}
#drop-area.over .drop-over {display: block;}

div.fileinputs {position: relative; height: 50px; margin:0 0 0 2px;}
div.fakefile {position: absolute;top: 0px;left: 0px;z-index: 1; margin:0;}
input.file {position: relative;	text-align: right;	-moz-opacity:0 ;filter:alpha(opacity: 0);opacity: 0;z-index: 2; margin-top:10px;}

.selectButtons-perm				{width:260px; height:40px; background:url(http://static.pixter.hu/images/perm_bg.png); font-weight:bold; font-size:11px; padding:0px; cursor:pointer;}
.selectButtons-perm div			{margin:0px; text-align:center;}
.selectButtons-perm .state1.on	{height:40px; background:url(http://static.pixter.hu/images/perm_bg_on.png); color:#1172c9;}
.selectButtons-perm .state2.on	{height:40px; background:url(http://static.pixter.hu/images/perm_bg_on2.png); color:#1172c9;}
.selectButtons-perm .state1		{float:left;width:105px;}
.selectButtons-perm .state2		{float:right;width:155px;}
.selectButtons-perm .statelabel	{display:inline-block; padding:12px 0px 0px 0px; margin:0px auto; font-size:14px;}
.selectButtons-perm .off		{height:40px; background:none; color:#c2c2c2;}
.selectButtons-perm .on	a		{color:#1172c9;}
.selectButtons-perm .off a		{color:#c2c2c2;}
.selectButtons-perm .off:hover	{color:#1172c9;}
.selectButtons-perm .off:hover a	{color:#1172c9;}

.stat_logo {float:right !important;}
.stat_logo a {padding:0;}
.stat_logo .views {border:0 !important;font-size:16px;margin-top:3px;}

.pixter-index-promo  {float: left; width: 143px; height: 200px; padding-left: 10px; margin: 0px !important;}
.pixter-index-category  {float: left; width: 143px; height: 265px; padding-left: 10px; margin: 0px !important;}
.pixter-index-category-cont {float: left; width: 620px; padding: 20px 0 0 0; border-top: solid 1px #CCC; margin: 20px 0 0 0px !important;}
.pixter-index-tag  {float: left; width: 320px;border-top: solid 1px #CCC;margin:0; padding: 20px 0px 20px 10px;}
.pixter-index-tag p {margin-top: 10px;}
.pixter-index-category .details {float: left; width: 143px; padding: 10px 0px 0px 0px !important; margin: 0px !important;}
.pixter-index-category h3, #pixter-index-content-right  h3{ font-size: 18px !important;}
.pixter-index-main  {float: left; width: 300px; padding: 10px 0px 0px 10px; height: 270px; margin: 0px !important;}
.pixter-index-main  img{ width: 295px; }
.pixter-index-main  p a{padding: 0px; margin: 0px; color: #666666;} 
.pixter-index-main  a{ background: none !important; }
.pixter-index-main .play a{ position: absolute; padding: 80px 0px 0px 95px; background: none !important; }
.pixter-index-main .play img{ width: 80px; }
.pixter-index-head { float: left; width: 600px; }
.pixter-index-head h3 { font-size: 18px !important;}
.pixter-index-banner { float: left; width: 530px; border-top: solid 1px #CCC; /*height: 200px;*/ padding: 15px 0px 15px 70px; background:url(http://static.pixter.hu/images/banner.gif) 560px 20px no-repeat; }
.pixter-index-link { color: #1172C9 !important; }
#pixter-index-content-right	{float:right; width:335px; margin:0px 0px 20px 0px; padding:0px 0px 0px 5px; background:url(http://static.pixter.hu/images/bg_right.png);}
#pixter-index-content-right .item .details {  width: 150px;}
.pixter-index-right-banner { float: left; width: 320px; border-top: solid 1px #CCC; /*height: 250px;*/ padding: 15px 0px 15px 10px; margin:0; background:url(http://static.pixter.hu/images/banner.gif) 280px 20px no-repeat; }

#slide-box-index { float: left; width: 600px; padding: 10px 0px 10px 0px;}
.pic-gal-thumb-kont-index  { float: left; width: 540px; }
.full-img  { height: 96px; }
.full-img  img{ width: 96px; }
.full-top  { padding-top: 20px; }
.index-width { width: 600px !important; }
.index-width2 { width: 520px !important; margin-bottom: 10px;}
.tag1{ font-size: 11px; }
.tag2{ font-size: 13px; }
.tag3{ font-size: 16px; }
.tag4{ font-size: 18px; }
.tag5{ font-size: 21px; }
.tag6{ font-size: 23px; }
.tag7{ font-size: 24px; }

#pixter-index-toplist{float:left;margin: 0 0 20px 5px;width:100%}
#pixter-index-toplist .video-top-cont,
#pixter-index-toplist .foto-top-cont {margin: 0;}
#pixter-index-toplist .sub-tab{margin:0;}
#pixter-index-toplist .tab-content{margin:0;}
#pixter-index-toplist .loader{padding:90px 0 90px 150px;}

#pixter-topmenu {background:none;height:39px;}
#pixter-index-toplist .filter {margin:0 0 10px 0;}
#pixter-topmenu div.top-title {float:left;width:100px;margin:5px 0 0 0;}
#pixter-topmenu #top-video,
#pixter-topmenu #top-foto,
#pixter-topmenu #top-album,
#pixter-topmenu #top-user
    {float:left; width:45px; height:30px;padding-top: 10px;margin:0;}
#pixter-topmenu div.selected	{background:url(http://static.pixter.hu/images/topmenu-button-selected.png);width:45px;}
#pixter-topmenu .icon-photo {height: 15px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) 0 -4px;}
#pixter-topmenu .icon-list {height: 15px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) -49px -4px;}
#pixter-topmenu .icon-movie {height: 15px; width:26px; background:url(http://static.pixter.hu/images/bg_icos.png) -24px -4px;}
#pixter-topmenu .icon-user {height: 15px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) -201px -55px;}
#pixter-topmenu a {padding: 0;margin:0;width:25px; height:15px;display:block;border:0;}
#pixter-topmenu a:hover {background-color: transparent;}
#top-user-kont .usertopnum {margin:5px 0 0 0; width: 240px;}
#top-user-kont .usertopnum div {margin:0;}
#top-user-kont .icon-photo, #top-brand-kont .icon-photo {float:left;height: 15px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) 0 -4px; margin-right: 5px !important;}
#top-user-kont .icon-movie, #top-brand-kont .icon-movie {float:left;height: 15px; width:24px; background:url(http://static.pixter.hu/images/bg_icos.png) -24px -4px;margin-right: 5px !important;}

.pixter-index-foto  {float: left; width: 600px; padding: 10px 0px 0px 10px; margin: 0px !important;}

.fitem {float: left; padding: 2px;margin:0;border:0;}
.fitem a {margin:0;border:0;padding:0;}
.fitem a:hover {background:none;}

#pixter-album-menu {background:none;height:39px;border-bottom: 1px solid #CCCCCC;margin-top:20px;}
#pixter-album-menu .label { text-align: center; width: 90px; padding: 7px 0 5px 0;}
#pixter-album-menu .label a{ color: #555555; font-size: 16px;}
#pixter-album-menu #m-album,
#pixter-album-menu #m-comp
	{float:left; width:105px; height:30px; padding-top:10px; text-align:center; }
#pixter-album-menu #m-coll {float:left; width:130px; height:30px; padding-top:10px; text-align:center;}
#pixter-album-menu div.selected	{background:url(http://static.pixter.hu/images/usermenu-button-selected.png);width:109px !important;}    
#pixter-album-menu #m-coll.selected	{background:url(http://static.pixter.hu/images/gyujtemeny-button-selected.png);width:130px !important;} 
#pixter-album-menu div.selected .label  a{ color: #EC5D11; font-size: 18px;}
#pixter-album-menu .label a:hover {color: #1172C9; background: none;border:0;}

.pixter-index-foto a {padding:0;margin:0;border:0;}
.pixter-index-foto a:hover {padding:0;margin:0;border:0;background: none;}

.pixter-video-main {float: left; width: 600px; padding: 10px 0px 0px 10px;margin: 0px !important;}
.pixter-video-main  p a{padding: 0px; margin: 0px; color: #666666;} 
.pixter-video-main  a{ background: none !important; }
.pixter-video-main .play a{ position: absolute; padding: 130px 0px 0px 260px; background: none !important; z-index:10;}
.pixter-video-main .play img{ width: 80px; }

.picture-tool .prev-next span#prev {float: left}

.pixter-video-main .video-main-nagykep img {margin: 0 auto}

.pixter-title_kont .pixter-title-lapozo {padding-top: 22px; text-align: center; margin:0; width: 22px; height: 43px; background: url(/images/video-main-lapozo-bg.png) no-repeat; float: left;cursor:pointer;}
.pixter-title_kont .pixter-title-lapozo.right {float: right}

.albumslideholder{float:left;margin: 10px 0}

.image_carousel { float:left; padding:0; position: relative; width: 550px;}
.image_carousel ul {margin: 0;padding: 0;list-style: none;display: block;top: 0px; left: 0px; /*width: 1100px !important; height: 110px !important;*/}
.image_carousel li { border: 1px solid #cccccc;margin: 2px; padding: 4px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;text-align: center; width: 96px;height: 96px;display: block;float: left;}
.image_carousel li a{ padding: 0;left: 0}
.image_carousel li:hover {border: 2px solid #1172C9;padding: 3px}
.image_carousel li.selected {border: 2px solid #1172C9;padding: 3px}
.clearfix {	float: none;clear: both;}

/*.caroufredsel_wrapper {position: relative; overflow: hidden; margin: 0px; width: 550px !important; height: 110px !important;}*/

.pixter-index-top-brand {float:left;border-top: 1px solid #CCCCCC;margin:0;padding-top: 10px}
#top-brand-kont {float:left;margin: 10px 0 10px 15px}
#top-brand-kont .item  {border-top: 1px solid #CCCCCC;padding-bottom:10px;width:320px;}
#top-brand-kont .bavatar {float:left;width:60px;margin:0;}
#top-brand-kont .bavatar a {margin:0;padding:0;background:0;}
#top-brand-kont .details {margin-left:5px}

.categ_link {float:right;font-size:12px;margin-top:5px;display:none;}
.pixter-index-category:hover span.categ_link {display:block;}

.no-pad {padding:0 !important;}
.no-marg {margin: 0 !important;}
.no-bg {background: none !important;}
.mini_button {float:left; width:30px !important; height:20px !important; background:url(http://static.pixter.hu/images/mini_button_bg.png) no-repeat !important;left:315px !important; cursor:pointer;}

#szerk-ajanlom-kont .link {float:left;width:140px;text-align:center;padding-top: 10px}
#szerk-ajanlom-kont a {color:#1172C9}
#szerk-ajanlom-kont a:hover {color:#ffffff}
.szerk-ajanlom-koszonjuk {padding-left: 70px;}
.post .date-time:hover .date, .post .date-time:hover .time {color:white !important}
.post:hover .date-time .elapsed {color:#1172C9}
.p-kep {margin-top: 5px !important;}
textarea{ resize:none } 
#embed_copybutton {float: left; background:url(http://static.pixter.hu/images/copy_embed.png) no-repeat; width: 150px; height: 24px;display:block;color: #1172C9;padding:6px 0 0 8px;text-decoration:none;margin-left:10px}

.tovabbb-button {background: url(http://static.pixter.hu/images/button3_disabled.gif) left no-repeat; width: 80px; height: 28px;display: block; text-align: left; padding-top: 15px;padding-left: 10px;color: #636566}
.tovabbb-button:hover {background: url(http://static.pixter.hu/images/button3.gif) left no-repeat; color: #1172C9; }

.tag-buborek {background: url(http://static.pixter.hu/images/link-buborek.gif) left no-repeat; width: 213px; height: 37px;display:none;position: absolute;padding: 9px 0 0 13px;}

.tag-buborek-sajat {background: url(http://static.pixter.hu/images/link-buborek.png) left no-repeat; width: 140px; height: 37px;display:none;position: absolute;padding: 9px 0 0 9px;}

#pixter-content .post .likes {display:inline-block;cursor:pointer;}
#pixter-content .post .dislikes {display:inline-block;cursor:pointer;}
#pixter-content .post .ico								{display:inline-block; width:22px; height:20px; vertical-align:middle;}
#pixter-content .post .likes .ico				{background:url(http://static.pixter.hu/images/bg_icos.png) -2px -52px;  position:relative; top:-2px;}
#pixter-content .post .dislikes .ico			{background:url(http://static.pixter.hu/images/bg_icos.png) -27px -50px; position:relative; top:-2px;}
#pixter-content .post .dislikes { color: #BDBDBD;}

#pixter-content-center {width:610px;margin-left: auto;margin-right: auto;}
#pixter-content-center .aj-item{ float: left; width: 610px; margin: 20px 0 15px 0}
#pixter-content-center .aj-item-center {margin-left: auto;margin-right: auto;display:table}
#pixter-content-center .aj-item-kont {float:left;margin-bottom: 15px}
#pixter-content-center .aj-item-kont a{ float: left; border: 5px solid #F3F3F3;padding:0;background: none; }
#pixter-content-center .aj-item-kont2 {background-color: black;width:590px;height:300px; border: 5px solid #F3F3F3;margin-bottom: 15px}
#pixter-content-center .aj-item-kont2 a{ float: left; padding:0;background: none; }
#pixter-content-center .playy {position:absolute;left: 245px;top:110px}
#pixter-content-center .aj-item-user { clear: both;float: left;margin: 0 0 0 10px;width: 100%;text-align:center;position: relative;}

.ajanlas-tabs-kont {width: 370px;margin-left: auto;margin-right: auto;}
.ajanlas-tabs-kont2 {float:left;margin:20px 0 10px 0;width: 370px;}
.ajanlas-tabs {float: left;width: 120px;font-size: 20px;color:#A8A8A8;text-align:center;margin:0;}
.ajanlas-tabs .aktiv {color:#666666;font-size: 22px;}
.ajanlas-tabs a {color:#A8A8A8;background:0;padding:0;}
.ajanlas-tabs a:hover {color:#666666;font-size: 22px;}
.middle {border-left:1px solid #dddddd;border-right:1px solid #dddddd;}
.ajanlas-tumblr {display:block;background: url(http://static.pixter.hu/images/szerkesztoi_tumblr.png) no-repeat;width:16px;height:16px;padding:0;}
.ajanlas-twitter {display:block;background: url(http://static.pixter.hu/images/szerkesztoi_twit.png) no-repeat;width:16px;height:16px;padding:0;}
.ajanlas-facebook {display:block;background: url(http://static.pixter.hu/images/szerkesztoi_facebook.png) no-repeat;width:16px;height:16px;padding:0;}
.ajanlas-share-kont {position: absolute;top:0;right:0;padding-right:10px;margin:0;}
.ajanlas-share {float:right;}
.ajanlas-share .ajanlas-tumblr:hover{background: url(http://static.pixter.hu/images/szerkesztoi_tumblr_hover.png) no-repeat;padding:0}
.ajanlas-share .ajanlas-twitter:hover{background: url(http://static.pixter.hu/images/szerkesztoi_twit_hover.png) no-repeat;padding:0}
.ajanlas-share .ajanlas-facebook:hover{background: url(http://static.pixter.hu/images/szerkesztoi_facebook_hover.png) no-repeat;padding:0}
.ajanlas-cim {position: absolute;top:0;left:0;}

.more-ajanlas-button {background: url(http://static.pixter.hu/images/szerkesztoi_tovabb.png) left no-repeat; width: 140px; height: 28px;display: block; text-align: left;color: #636566}
.more-ajanlas-button:hover {background: url(http://static.pixter.hu/images/szerkesztoi_tovabb.png) left no-repeat;}

#pixter-header-browse h3.szerkaj {margin-bottom:5px;}
#pixter-header-browse h3.szerkaj a {color:#EC5D11;margin-bottom: 5px;}
#pixter-header-browse h3.szerkaj a:hover {color:white;}

.send_link iframe {height:22px;}
.pixter-index-tag:hover span.categ_link {display:block;}

#sugo-kont {float:left;width:935px;}
#sugo-left {float:left;width:450px;padding-right:35px;margin:0;}
#sugo-right {float:left;width:450px;margin:0;}
#sugo-kont h2 {color: #EC5D11;font-size: 20px; font-weight: normal; margin-bottom:15px}
#sugo-kont h3 {color: #328BDC !important;font-size: 20px !important; font-weight: normal !important; margin-bottom:10px;cursor:pointer;}
#sugo-kont p {font-size: 13px;}
.sugo-plus {float:left;height: 20px; width:20px; background:url(http://static.pixter.hu/images/pixter_sugo_plus_sprite.png) 20px 0px; margin: 3px 10px 0 0 !important;cursor:pointer;}
.sugo-plus:hover, .sugo-plus-active {float:left;height: 20px; width:20px; background:url(http://static.pixter.hu/images/pixter_sugo_plus_sprite.png) 0px 0px; margin-right: 3px 10px 0 0 !important;cursor:pointer;}
.sugo-minus {float:left;height: 20px; width:20px; background:url(http://static.pixter.hu/images/pixter_sugo_minus_sprite.png) 20px 0px; margin: 3px 10px 0 0 !important;cursor:pointer;}
.sugo-minus:hover, .sugo-plus-active {float:left;height: 20px; width:20px; background:url(http://static.pixter.hu/images/pixter_sugo_minus_sprite.png) 0px 0px; margin-right: 3px 10px 0 0 !important;cursor:pointer;}
#sugo-kont .sugo-block {float:left;padding-bottom: 5px;width:450px}
#sugo-kont .sugo-text {float:left;padding: 0 0 10px 30px;border-left: 3px solid #F1F1F1;margin:0 0 5px 8px;display: none;}
#sugo-kont .sugo-text ul{ margin:5px 0;}
#sugo-kont .sugo-text li{ list-style-type: disc;margin-left:15px;}

.index-ajanlo-thumb-pic {float:left;border: 1px solid #cccccc;margin: 2px; padding: 4px; width: 90px; height: 90px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.index-ajanlo-thumb-pic img {width: 90px;}
.index-ajanlo-thumb-pic a {height: 90px;width: 90px;padding: 0;left: 0}

#sugo-kont-video {float:left;width:935px;padding-bottom: 20px}
#sugo-kont-video h2 {color: #EC5D11;font-size: 20px; font-weight: normal; margin:15px 0}
#sugo-kont-video ul {margin-bottom:20px}
#sugo-kont-video li {margin: 5px 0;}
#pixter-superbanner	{width:998px; margin: 0px auto; padding:0px 0px 0px 0px; text-align:left;}
#pixter-superbanner div {margin:0}
.pixter-index-likebox-kont {float:left;padding-left:20px;}

a:focus { outline: 0; }
.goAdverticum a {margin:0;padding:0;background: none;}
#portfolio_fejlec {background:url(http://static.pixter.hu/images/head-bg.png) repeat-x;margin-bottom:10px !important;color:#ffffff;width:100%;margin:0}
#portfolio_fejlec_inner {margin-left:auto;margin-right:auto;width:950px;padding:4px 0px;text-align: left;}
#portfolio_fejlec a {color:#ffffff;}
#portfolio_fejlec a:hover {background:none;color:#1172C9;}

.ajanlo_carousel { float:left; padding:0; position: relative; width: 550px;}
.ajanlo_carousel ul {margin: 0;padding: 0;list-style: none;display: block;top: 0px; left: 0px; /*width: 1100px !important; height: 110px !important;*/}
.ajanlo_carousel li { margin: 2px; padding: 4px;text-align: center; display: block;float: left;}
.ajanlo_carousel li a{ padding: 0;left: 0}
.ajanlo_carousel .details {width:95px !important;}
.ajanlo_carousel .details p {margin-bottom:10px;}
.ajanlo_carousel .details a.owner {color:#1172C9}
.ajanlo_carousel .title { color: #666666;display: block;font-size:15px; }
.ajanlo_carousel .title:hover { color: white; padding: 0 5px}
#ajanlo_top a:hover {background:none;}
#ajanlo_top div{margin:0}
#ajanlo_title a{color: #555;padding:2px;}
#ajanlo_title a:hover{color: white;padding:2px;}

#ajanlo_title .foto-icon										{display: block; width: 100%; height: 20px; background:url(http://static.pixter.hu/images/bg_icos.png) -0px -1px;}							
#ajanlo_title .video-icon										{display: block; width: 100%; height: 20px; background:url(http://static.pixter.hu/images/bg_icos.png) -25px 1px;}

.elozo-button, .elozo-button:hover {background: url(http://static.pixter.hu/images/ajanlo_navbuttons.png) 0px 0px no-repeat; width: 8px; height: 30px;display: block; text-align: left;}
.kov-button, .kov-button:hover {background: url(http://static.pixter.hu/images/ajanlo_navbuttons.png) -18px 0px no-repeat; width: 8px; height: 30px;display: block; text-align: left;}

.feliratkozasok_h1 {color: #EC5D11;font-size: 20px;font-weight: normal;margin-bottom: 15px;margin-top: 10px;}

.registrationLayer { position:absolute; width:500px; left:220px; top:170px;margin:0; z-index:100;-moz-box-shadow: 0 0 30px #7f7f7f; -webkit-box-shadow: 0 0 30px #7f7f7f; box-shadow: 0 0 30px #7f7f7f;}
.registrationLayer .title {margin:0;  background:#dfe3e5; height:37px; line-height:42px; font-size:13px; color:#444444; text-indent:25px; font-weight:bold; border-top:5px solid #6bb0ec; }
.registrationLayer .cont {margin:0;  background:#dfe3e5; padding:20px 25px; color:#444444; line-height:24px; font-size:13px; }
.registrationLayer .button_mostnem { background:url(../img/registrationLayerBtnNem.png) no-repeat; width:100px; height:28px; float:left; display:inline; margin:0 50px 0 60px; }
.registrationLayer .button_mostnem a { margin:0;padding:0; display:block; overflow:hidden; width:100px; height:28px; font-weight:bold; color:#00affa; text-align:center; line-height:28px; }
.registrationLayer .button_mostnem a:hover {color:white;}
.registrationLayer .button_tovabb { background:url(../img/registrationLayerBtnTovabb.png) no-repeat; width:175px; height:28px; float:left; display:inline; }
.registrationLayer .button_tovabb a { margin:0; padding:0;display:block; overflow:hidden; width:175px; height:28px; font-weight:bold; color:#00affa; text-align:center; line-height:28px; }
.registrationLayer .button_tovabb a:hover {color:white;}


/***********************************************************
/****** Header Text elements
/***********************************************************/
body, td, input 													{font-family: Tahoma, Helvetica, sans-serif; color:#666666; font-size:13px; }
/***********************************************************
/****** Content Text elements
/***********************************************************/
#pixter-title h1													{font-weight:normal; font-size:26px;}
#pixter-header-browse	h3									{font-weight:normal; font-size:13px; color:#ec5d11;}
#pixter-header-browse	p										{font-size:11px;}

#pixter-content	h3												{font-weight:normal; font-size:26px; color:#ec5d11;}
#pixter-content-left .stat								{font-weight:bold;}
#pixter-content-left .stat .dislikes			{color:#bdbdbd;}
#pixter-content-left .stat .views					{font-weight:bold;}

#pixter-footer	h4												{font-weight:bold; font-size:13px; color:#555555;}
#pixter-footer-blogpost	h5								{font-weight:normal; font-size:26px; color:#2989ee;}
#pixter-footer-channels p									{font-size:11px;}

/***********************************************************
/****** Footer Text elements
/***********************************************************/



/***********************************************************
/****** Widget elements
/***********************************************************/

.ui-widget {font-family: Tahoma, Helvetica, sans-serif;font-size: 13px !important;text-align:left;}
.ui-widget-content{color: #666666}


/**********************************************************
/****** skin_pixter_player v4.0
/**********************************************************/


#pixter_mediaplayer 																				{ width:100%; height:100%; position:absolute; z-index:10; font-family:tahoma;}
#pixter_mediaplayer_flashHolder															{ width:100%; height:100%; position:absolute; text-align:center; margin:0px auto; z-index:1; overflow:hidden; }
#pixter_mediaplayer div																			{ margin:0px;}
#pixter_mediaplayer img																			{ border:none; margin:0px; padding:0px;} 
/*#pixter_mediaplayer a 																		{ position:relative; left:0px; bottom:0px; padding:0px; margin:0px; border:none; text-decoration:none; background:none;}*/
#pixter_mediaplayer a                                                                           {background:none;}
#pixter_mediaplayer .header																	{ position:absolute; display:block; left:0px; top:0px; z-index:12; width:100%; height:45px; text-align:left;  background:url(../images/bg_pixter_player.png) 1000px 1000px no-repeat;  overflow:hidden;}
#pixter_mediaplayer .header.visible													{ background:url(../images/bg_pixter_player_opaqueblack60.png); height:auto; }
#pixter_mediaplayer .header.visible	.title									{ position:relative; top:0px;}
#pixter_mediaplayer .header.visible	.menu										{ position:relative; top:0px;}
#pixter_mediaplayer .header.visible	.relItems								{ position:relative; top:0px;}

#pixter_mediaplayer .header .title													{ position:relative; top:-1000px; z-index:4; margin:10px;}
#pixter_mediaplayer .header .title	a												{ text-decoration:none; padding:0px;}

#pixter_mediaplayer .menu													{ position:relative; top:-1000px; float:right; z-index:7; cursor:pointer; text-align:left; list-style:none; padding:0px; margin:5px 5px 10px 0px; width:480px; height:35px; }
#pixter_mediaplayer .menu li																{ float:right; position:relative; display:block;  width:50px; height:35px;}
#pixter_mediaplayer .menu.small li											{ width:36px; height:28px;}
#pixter_mediaplayer .menu li a 															{display:block; background:none;}
#pixter_mediaplayer .menu.hidden														{ position:relative; top:-200px; }
#pixter_mediaplayer .menu.visible														{ position:relative;  top:0px;}
#pixter_mediaplayer .menu .color														{ position:absolute; width:40px; height:25px; top:5px; left:5px; display:none; }
#pixter_mediaplayer .menu.small .color										{ width:26px; height:18px;}
#pixter_mediaplayer .menu .ico 															{  position:absolute; display:block; width:50px; height:35px; margin:0px; padding:0px;}
#pixter_mediaplayer .menu .title 														{ display:none;}
#pixter_mediaplayer .menu li.visible												{ display:block;}			
#pixter_mediaplayer .menu li.hidden													{ display:none;}			
#pixter_mediaplayer .menu li:hover .color										{ display:block;}
#pixter_mediaplayer .menu li.related .ico										{ background:url(../images/bg_pixter_player.png) -907px -100px; }
#pixter_mediaplayer .menu li.like .ico											{ background:url(../images/bg_pixter_player.png) -966px -100px;}
#pixter_mediaplayer .menu li.share .ico											{ background:url(../images/bg_pixter_player.png) -789px -100px; }
#pixter_mediaplayer .menu li.embed .ico											{ background:url(../images/bg_pixter_player.png) -848px -100px;}
#pixter_mediaplayer .menu li.related:hover .ico							{ background:url(../images/bg_pixter_player.png) -907px -145px; }
#pixter_mediaplayer .menu li.like:hover .ico								{ background:url(../images/bg_pixter_player.png) -966px -145px;}
#pixter_mediaplayer .menu li.share:hover .ico								{ background:url(../images/bg_pixter_player.png) -789px -145px; }
#pixter_mediaplayer .menu li.embed:hover .ico								{ background:url(../images/bg_pixter_player.png) -848px -145px;}
#pixter_mediaplayer .menu.small li.related .ico								{ background:url(../images/bg_pixter_player.png) -1270px -100px; }
#pixter_mediaplayer .menu.small li.like .ico								{ background:url(../images/bg_pixter_player.png) -1329px -100px;}
#pixter_mediaplayer .menu.small li.share .ico								{ background:url(../images/bg_pixter_player.png) -1152px -100px; }
#pixter_mediaplayer .menu.small li.embed .ico								{ background:url(../images/bg_pixter_player.png) -1211px -100px;}
#pixter_mediaplayer .menu.small li.related:hover .ico	                    { background:url(../images/bg_pixter_player.png) -1270px -145px; }
#pixter_mediaplayer .menu.small li.like:hover .ico							{ background:url(../images/bg_pixter_player.png) -1329px -145px;}
#pixter_mediaplayer .menu.small li.share:hover .ico							{ background:url(../images/bg_pixter_player.png) -1152px -145px; }
#pixter_mediaplayer .menu.small li.embed:hover .ico							{ background:url(../images/bg_pixter_player.png) -1211px -145px;}


#pixter_mediaplayer .relItems																{ position:relative; top:-1000px; display:none; height:80px; z-index:5; text-align:left; font-size:13px; clear:both;}
#pixter_mediaplayer .relItems.visible												{ display:block;}
#pixter_mediaplayer .relItems .carousel											{ float:left; overflow:hidden; position:relative;}
#pixter_mediaplayer .relItems .carousel .itemStack					{ white-space:nowrap; left:0px; position:relative; width:10000px;}
#pixter_mediaplayer .relItems .arrow												{ width:22px; height:84px; cursor:pointer; position:relative;}
#pixter_mediaplayer .relItems .arrow .color									{ position:absolute; width:20px; height:24px; top:30px; left:1px; display:none;}
#pixter_mediaplayer .relItems .arrow:hover .color						{ display:block;}
#pixter_mediaplayer .relItems .arrow .ico										{ position:absolute; display:block; }
#pixter_mediaplayer .relItems .arrow.left										{ float:left;  margin-right:10px;  margin-left:10px;}
#pixter_mediaplayer .relItems .arrow.right									{ float:right; margin-right:10px;}
#pixter_mediaplayer .relItems .arrow.left .ico							{ width:22px; height:84px; background:url(../images/bg_pixter_player.png) -138px -192px; }	
#pixter_mediaplayer .relItems .arrow.left:hover .ico				{ background:url(../images/bg_pixter_player.png) -108px -192px; }
#pixter_mediaplayer .relItems .arrow.right .ico							{ width:22px; height:84px; background:url(../images/bg_pixter_player.png) -168px -192px; }	
#pixter_mediaplayer .relItems .arrow.right:hover .ico				{ background:url(../images/bg_pixter_player.png) -198px -192px; }
#pixter_mediaplayer .relItems .item													{ display:block; position:relative; margin:0px 5px 0px 0px; float:left; clear:none; padding:2px; background:white; -moz-border-radius:4px; border-radius:4px;}
#pixter_mediaplayer .relItems .itemProto										{ display:none;}
#pixter_mediaplayer .relItems .item	.totalTime							{ position:absolute; font-size: 10px; right:5px; top:5px; background:white; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px; padding-bottom:5px; padding-left:5px;}
#pixter_mediaplayer .relItems .item	.thumb									{ margin:0px; padding:3px; border:none; background:white; -moz-border-radius:4px; border-radius:4px;}
#pixter_mediaplayer .relItems .item .thumb a								{ border:none; background:none; position:relative; left:0px; top:0px; margin:0px;}
#pixter_mediaplayer .relItems .item .thumb img							{ display:block; border:0px;}



#pixter_mediaplayer .branding																{ width:74px; height:33px; position:absolute; bottom: 55px; right:10px; z-index:11; }
#pixter_mediaplayer .branding a															{ position:absolute; width:100%; height:100%; background:none;}
#pixter_mediaplayer .branding a span												{ display:none;}
#pixter_mediaplayer .branding.none													{ display:none;}
#pixter_mediaplayer .branding a.none													{ display:none;}
#pixter_mediaplayer .branding.pixter												{ background:url(../images/bg_pixter_player.png) -10px -190px;}
#pixter_mediaplayer .branding.blikk												    { background:url(../images/blikk_logo.png);width: 71px;}
#pixter_mediaplayer .branding.blikk_hd												    { background:url(../images/blikk_logo_hd.png);width: 71px;}


#pixter_mediaplayer .message																{ position:absolute; left:0px; top:0px; z-index:100; width:100%; height:100%; text-align:left; display:none; }
#pixter_mediaplayer .message.visible												{ display:block;}
#pixter_mediaplayer .message	.cover												{ position:absolute; left:0px; top:0px; width:100%; height:100%; background-color:black;}
#pixter_mediaplayer .message	.window												{ position:absolute; left:15%; top:19%; width:70%; height:62%; background-color:white; border-radius:6px; -moz-border-radius:4px; overflow-y:auto;}
#pixter_mediaplayer .message	.close												{ background:url(../images/bg_pixter_player.png) -4px -272px; position:absolute; right:10px; top:10px; width:20px; height:20px; border-radius:4px; -moz-border-radius:4px; cursor:pointer; border:1px solid white; }
#pixter_mediaplayer .message	.close:hover 									{ background:url(../images/bg_pixter_player.png) -24px -272px; border:1px solid #efefef; }
#pixter_mediaplayer .message	p															{ color:#272727; font-size:13px; padding:0px 20px 5px 20px; }
#pixter_mediaplayer .message	h2														{ margin:20px 20px 0px 20px; padding:0px 0px 10px 0px; border-bottom:1px solid #dbdbdb; font-size:20px;}
#pixter_mediaplayer .message	textarea											{ width:100%; height:35px; margin-right:10px; }

#pixter_mediaplayer .annotation                                                         { position:absolute; left:50%; bottom:50px; z-index:12; text-align:center; display:none; width:80%;}
#pixter_mediaplayer .annotation.visible											{ display:block;}
#pixter_mediaplayer .annotation .positioner									{ position:relative; margin:0px auto; left:-50%;}
#pixter_mediaplayer .annotation .actualLine 								{ display:none; border:none; color:white; font-weight: bold; font-size:16px; line-height: 30px; background:black; padding:5px; width:auto; font-family:tahoma; /*white-space:nowrap;*/}
#pixter_mediaplayer .annotation .actualLine.visible					{ display:inline; }
#pixter_mediaplayer .annotation .srtString									{ display:none; }
#pixter_mediaplayer .overlay-control												{ position:absolute; top:50%; left:50%; width:0px; height:0px; z-index:5;}
#pixter_mediaplayer .overlay-control	.play 								{ position:absolute; top:-40px; left:-40px; width:80px; height:80px; background:url(../images/bg_pixter_player_play.png) no-repeat; cursor:pointer; display:none;}
#pixter_mediaplayer .overlay-control	.replay 							{ position:absolute; top:-25px; left:-83px; width:166px; height:50px; background:url(../images/bg_pixter_player_replay.png) no-repeat; cursor:pointer; display:none;}
#pixter_mediaplayer.stopped .overlay-control .play					{ display:block;}
#pixter_mediaplayer.closed .overlay-control .play					{ display:block;}
#pixter_mediaplayer.pause .overlay-control .play						{ display:block;}
#pixter_mediaplayer.completed .overlay-control .play				{ display:none;}
#pixter_mediaplayer.completed .overlay-control .replay 		{ display:block;}
#pixter_mediaplayer.playing .overlay-control .play    { display:none;}
#pixter_mediaplayer.playing .overlay-control .replay    { display:none;}
#pixter_mediaplayer .hirdetes-text                                                  { position:absolute; top: 10px; left:10px; z-index:11; color:#fff; background: #000; padding:3px 5px;border-radius: 3px;-moz-border-radius: 3px; opacity:0.5;filter:alpha("opacity=50");font-size:12px;}

#pixter_mediaplayer .hirdetes-skip                                                  { position:absolute; bottom: 50px; left:0px; z-index:11; color:#fff; background: #000; padding:3px 5px; opacity:0.5;filter:alpha("opacity=50");font-size:12px; width:100px; border:1px solid #888888;}
#pixter_mediaplayer .hirdetes-skip .skip-text {text-align:left;float:left;padding: 5px 10px; line-height:14px;}
#pixter_mediaplayer .hirdetes-skip .skip-link {text-align:left;}
#pixter_mediaplayer .hirdetes-skip .skip-link a {padding: 5px 20px;font-size:16px;color: #FFFFFF;float:left;}