﻿/* ********************************************************************** */
/*                              USER GALLERY                              */
/* ********************************************************************** */
#user_content {
	float: left;
	/* width: 757px; */
	padding: 0px 0px;
	overflow:hidden;
}
#user_content .page_title {
	display: none;
}

#user_content .asp_user_gallery {
	margin-top: 10px;
	margin-bottom:20px;
	margin-right:-9px;
	width: 798px;
}
#user_content .asp_user_gallery #albums_list{
	margin-left:90px;
}
#user_content .asp_user_gallery #albums_list span {
	text-align: left;
	display: block;
	font-size:8pt;
}
#user_content .asp_user_gallery #albums_list select {
	width: 280px;
	display: block;
	margin-top: 5px;
	background-color:#5B5B5B;
	border-color:#4B4B4A #B6B6B6;
	border-width:1px;
	color:#FFFFFF;
	height:22px;
}
#user_content .asp_user_gallery .asp_card_big {
	float: left;
	clear: left;
	width: 600px;
	text-align: center;
	margin-bottom: 40px;
	position:relative;
	margin-left:90px;
}
#user_content .asp_user_gallery .asp_card_big .photo
{
    width:600px; /* 588px */
    height:450px;
    border: solid 1px #6e6554;
    overflow:hidden ; 
    display:table ; 
	background-color:#3B3B3B;
}
#user_gallery .link_prev
{
	background-image:url(../images/arrow_left.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:50px;
	position:absolute;
	left:15px;
	color:transparent;
	width:35px;
	top:225px;

}
#user_gallery .link_next
{	
	background-image:url(../images/arrow_right.gif);
	background-repeat:no-repeat;
	display:block;
	height:50px;
	position:absolute;
	right:15px;
	color:transparent;
	top:225px;
	width:35px;
}
#user_content .asp_user_gallery .asp_card_big .photo a
{
    display:table-cell ;
    vertical-align:middle ;
}  

#user_content .asp_user_gallery .asp_card_big .photo img
{
    cursor:url(../images/magnify.cur), pointer;
	border:1px solid #6E6554!important;
}
    
#user_content .asp_user_gallery .asp_card_big .photo_detale{
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
}
#user_content .asp_user_gallery .asp_card_big p.photo_title span
{
    font-weight:bold ; 
}
#user_content .asp_user_gallery .asp_card_big span,
#user_content .asp_user_gallery .asp_card_big p{
	margin-bottom: 3px;
}
#user_content .asp_user_gallery .asp_card_big .description_list ul {
	list-style-type: none;

}
#user_content .asp_user_gallery .asp_card_big .description_list ul li{
	float:left;
	clear: both;
}
#user_content .asp_user_gallery .asp_card_big .description_list ul li span{
	display:inline;
	float:left;
	font-weight:bold ; 
}
#user_content .asp_user_gallery .asp_card_big .description_list ul li ul{
	float: left;
	margin-left:10px;
}
#user_content .asp_user_gallery .asp_card_big .description_list ul li ul li{
	display: inline;
	clear: none;
}
#user_content .asp_user_gallery .asp_card_big .description_list ul li ul li span
{
    font-weight:normal ; 
}

#user_content .asp_user_gallery #cards_list{
	clear: left;
	margin-left:90px;
	width: 590px;
	padding-top:5px;
}
#user_content .asp_user_gallery #cards_list .asp_card{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	display:table  ;
	width:50px;
   	height: 50px;
	overflow:hidden;
	border: solid 1px #6e6554;
    text-align: center;
    display:table-cell ;
    vertical-align:middle ;  
}


/************menu******************/
div#main_menu_user_gallery 
{
    width: 760px;
    padding:0px 165px; 
    background-color:transparent;    /* colors the div - div fills the parent element for a horizontal menu - set to background-color:transparent; if not needed */
}
div#main_menu_user_gallery ul {
	display:inline;						/* fixes margin-doubling bug in IE6 */
 }

div#main_menu_user_gallery a,  div#main_menu_user_gallery a.visited
{
    padding: 0px 15px;
    text-decoration: none;
}
div#main_menu_user_gallery a.selected
{
    color :#E45A7B;
	margin-top:3px;
}
div#main_menu_user_gallery a:hover {
	color:#E45A7B;        				 /* type color of a hovered menu choice */
	font-weight:bold;
}

div#main_menu_user_gallery li div
{
	display:block;
}

/* YOU ARE STONGLY ADVISED NOT TO MODIFY THE CODE THAT FOLLOWS : ) */
/* the menu mechanics start here */
div#main_menu_user_gallery 
{
    float:left;
}
div#main_menu_user_gallery ul {
	float:left; /* makes ul wrap li */
	background-color:#242424;
	display:block;
	font-weight:bold;
	height:20px;
	margin-left:17px;
	margin-top:-30px;
	width:592px;
	z-index:-9999;
}
div#main_menu_user_gallery li {
	float:left;  /*causes the list to align horizontally instead of stack */
	list-style-type:none; /* removes the bullet off each list item */
	position:relative;/* positioning context for the absolutely positioned drop-down */
}

div#main_menu_user_gallery a {
	display:block; /* makes link fill li so entire area is "hot" */
	margin-top:3px;
 }

/************nagłówek*****************/
div#user_top div#gallery_preview div.file_control
{

	float:left ;
	width:auto;
	/*border-right :2px  solid #666666 !important;*/
	margin :5px 10px 5px 0px;
}
div#user_top div#gallery_preview div#gallery_preview_desc
{
   display:none;
   float:left ; 
    padding-top:5px;
}
div#user_top div#gallery_preview div#gallery_preview_desc span.name
{
}
div#user_top div#gallery_preview div#gallery_preview_desc span.desc
{
   display:block
}
div#user_top
{
    background-color:#5B5B5B ;
    padding-left:17px;
    padding-top:10px;
    height:73px;
	width: 766px;
}  

#user_content hr {
background-color:#444444;
border:0 none;
height:1px !important;
}



div#user_gallery .asp_gallery_list_panel
{
    float:right ;
    background-color:Black ;  
    width: 172px;
    height: 44px;
    margin-top: -16px;
    margin-right:  10px;
    text-align:center ;
    padding:3px 5px; 
}
div#user_gallery .asp_gallery_list_panel a
{
    color:White ;
} 
div#user_gallery .asp_gallery_list_panel a.prev
{
    display:block;
    float:left ;
    background-color: #5B5B5B;
    color:#BDBCBC; 
    padding:2px 4px; 
    margin-top:4px; 
}
div#user_gallery .asp_gallery_list_panel a.next
{
    display:block;
    float:right  ;
    background-color:#5B5B5B; 
    color: #91C6FA; 
    padding:2px 4px; 
    margin-top:4px; 
}
div#user_gallery a.gallery_album
{
	display:block;
	float:left;
	height:230px;
	width:189px;
	font-weight:bold;
	margin-right:9px;
	}
div#user_gallery  a.gallery_album span
{
	text-transform:uppercase;
	color:white;
	float:left;
	margin-top:5px;
}
div#user_gallery  a.gallery_album img
{
	border:1px solid #6e6554!important;
}
div#user_gallery  a.gallery_album img:hover
{
	border:1px solid #ffffff!important;
	}
div#user_gallery  a.gallery_album img.selected
{
	border:1px solid #ffffff!important;
}
div#user_gallery div#albums_header
{
	margin-bottom:10px;
	font-weight:bold;
	margin-top:37px;
}
div#user_gallery .aboutPageText img 
{
	float:left;
	margin-right:5px;!important;
}
div#user_gallery .aboutPageText 
{
	clear:both;
	float:left;
	font-size:12px;
	padding:0px;
	margin-top:10px;
}
div#user_gallery .aboutPageText span
{	
	color:White!important;
}
