/********************************************
USER GALLERY DIVISION
********************************************/
UL.userGallery
{
	list-style-type: none;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	height: 800px;
}
/*GALLERY HEADER*/
UL.userGallery LI
{
	display: inline;
}
UL.userGallery LI.userGalleryHeader
{
	display: block;
	width: 801px;
	height: 37px;
	background: #FFFFFF url(../images/bar_blowup.png) no-repeat center center;
	color: #FFFFFF;
	text-align: left;
	margin-left: 4px;
	margin-top: 10px;
}
UL.userGallery LI.userGalleryHeader SPAN.title
{
	float: right;
	display: inline;
	font: bold 13px Arial;
	text-align: left;
	font-weight: bold;
	padding: 8px 15px 0px 30px;
}
UL.userGallery LI.userGalleryHeader A.modify
{
	float: left;
	display: inline;
	width: 92px;
	height: 41px;
	background: url(../images/modify_btn_white.png);
}
UL.userGallery LI.userGalleryHeader A.modify:hover
{
	background: url(../images/modify_over_white.png);
}
UL.userGalleryLinks
{
	float: right;
	display: inline;
	margin-right: 20px;
}
UL.userGalleryLinks LI
{
	display: inline;
}
UL.userGalleryLinks LI.home A
{
	float: left;
	display: inline;
	width: 20px;
	/*[disabled]width:92px;*/
	height: 41px;
	background: url(../images/home_icone.png) no-repeat center center;
	/*[disabled]background:url(../images/my_link_btn_white.png);*/
}
UL.userGalleryLinks LI.home A:HOVER
{
	background: url(../images/home_icone_over.png) no-repeat center center;
	/*[disabled]background:url(../images/my_link_over_white.png);*/
}
UL.userGalleryLinks LI.contact A
{
	float: left;
	display: inline;
	width: 40px;
	/*[disabled]width:92px;*/
	height: 41px;
	background: url(../images/email_icone.png) no-repeat center center;
	/*[disabled]background:url(../images/contact_btn_white.png);*/
}
UL.userGalleryLinks LI.contact A:HOVER
{
	background: url(../images/email_icone_over.png) no-repeat center center;
	/*[disabled]background:url(../images/contact_over_white.png);*/
}
/*MAGCOVER COMPONENT*/
UL.userGallery LI.magcover_component
{
	text-align: left;
	display: block;
	padding-left: 10px;
}
UL.userGallery LI.magcover_component UL.magcover
{
}
UL.userGallery LI.magcover_component UL.magcover LI.products
{
	/*[disabled]top:1px;*/
	/*[disabled]left:457px;*/
}
UL.userGallery LI.magcover_component UL.magcover LI.sharethis
{
	/*[disabled]visibility:hidden;*/
}
/*MAGCOVER BROWSER*/
UL.userGallery LI.browser
{
	position: absolute;
	top: 635px;
	left: 468px;
	width: 340px;
	overflow: auto;
	height: 135px;
}
UL.magcover_browser
{
	list-style: none;
	padding: 0;
	margin: 0;
	/*[disabled]width:100000px;*/
	background: #E8E8E8;
}
UL.magcover_browser LI
{
	display: inline;
	width: 85px;
	height: 112px;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px solid #000;
}
UL.magcover_browser LI IMG
{
	display: block;
	width: 85px;
	height: 112px;
}
/*MAGCOVER NAVIGATION*/
UL.magcover_navigation
{
	display: block;
	/*[disabled]height:29px;*/
	position: relative;
}
UL.magcover_navigation LI
{
	display: inline;
}
UL.magcover_navigation LI.previous A
{
	display: block;
	width: 40px;
	height: 39px;
	position: absolute;
	top: 635px;
	left: 445px;
	background: url(../images/fleche_previous_btn_up.png) no-repeat;
	z-index: 5;
}
UL.magcover_navigation LI.previous A:HOVER
{
	background: url(../images/fleche_previous_btn_over.png) no-repeat;
}
UL.magcover_navigation LI.previous A:ACTIVE
{
	/*[disabled]background:url(../images/fleche_previous_btn_down.png) no-repeat;*/
}
UL.magcover_navigation LI.next A
{
	display: block;
	width: 40px;
	height: 39px;
	position: absolute;
	top: 635px;
	left: 793px;
	background: url(../images/fleche_next_btn_up.png) no-repeat;
	z-index: 5;
}
UL.magcover_navigation LI.next A:HOVER
{
	background: url(../images/fleche_next_btn_over.png);
}
UL.magcover_navigation LI.next A:ACTIVE
{
	/*[disabled]background:url(../images/fleche_next_btn_down.png);*/
}
/*EMPTY GALLERY ELEMENTS*/
UL.userGallery LI.gallery_content
{
	display: block;
	width: 100%;
	margin-left: 22px;
	position: relative;
	height: 586px;
}
UL.userGallery LI.gallery_content IMG.blowup
{
	float: left;
	display: inline;
	margin-right: 20px;
}
UL.userGallery LI.gallery_content P
{
	float: left;
	display: inline;
	width: 503px;
	text-align: center;
}
UL.userGallery LI.gallery_content P A
{
	color: #8D0D00;
}
UL.userGallery LI.gallery_content P.title
{
	text-align: center;
	font: small-caps bold 16pt Verdana;
	margin-bottom: 40px;
	color: #8D0D00;
	margin-top: 71px;
}
UL.userGallery LI.gallery_content P.header
{
	text-align: center;
	font: small-caps bold 16pt Verdana;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #8D0D00;
}
UL.userGallery LI.gallery_content P.text
{
	text-align: center;
	font: bold 12pt Verdana;
	margin-bottom: 5px;
	margin-top: 10px;
}
UL.userGallery LI.gallery_content P IMG
{
	vertical-align: middle;
	margin-left: 26px;
	margin-right: 17px;
}
UL.userGallery LI.gallery_content P.text SPAN.public
{
	color: #6AAF00;
	margin-left: 10px;
}
UL.userGallery LI.gallery_content P.text SPAN.protected
{
	color: #DFA600;
	margin-right: 10px;
}
UL.userGallery LI.gallery_content A.register
{
	display: block;
	width: 157px;
	height: 59px;
	position: absolute;
	top: 360px;
	left: 618px;
	background: url(../images/register_up.png) no-repeat;
}
UL.userGallery LI.gallery_content A.register:hover
{
	background: url(../images/register_over.png) no-repeat;
}
/*ADS PANELS*/
DIV.userGalleryAds
{
	background-color: #FFFFFF;
	position: absolute;
	top: 633px;
	left: -339px;
	/*[disabled]width:509px;*/
	text-align: left;
}
DIV.userGalleryAds IMG#made
{
	margin-right: 21px;
}
DIV.userGalleryAdsLinks
{
	background-color: #FFFFFF;
	width: 120px;
	height: 90px;
	position: absolute;
	top: 58px;
	left: 44px;
}
DIV.userGalleryAdsRight
{
	background-color: #FFFFFF;
	width: 120px;
	height: 443px;
	position: absolute;
	top: 186px;
	left: 23px;
}
DIV.popup
{
	background: url(../images/shadow.png);
	width: 100%;
	height: 104%;
	margin-top: -11px;
}
DIV.popup A.close
{
	position: absolute;
	display: block;
	height: 20px;
	width: 21px;
	top: 0px;
	left: 975px;
	text-indent: -9999px;
	background: transparent url(../images/X_down.png);
}
/*SHARETHIS COMPONENT*/
LI.ShareThisVisible
{
	position: absolute;
	top: 7px;
	left: 18px;
	display: inline;
	display: block;
	width: 64px;
	height: 20px;
}
LI.ShareThisVisible A
{
	color: #D3D3D3;
	font: bold 13px Arial;
	background: transparent url(../images/save_blowup_btn_up.png) no-repeat top left;
	display: block;
	width: 64px;
	height: 20px;
	padding-left: 13px;
	padding-top: 0px;
}
LI.ShareThisHidden
{
	display: none;
}

