/********************************************
 *
 * P a p e r  S t y l e
 * (C)2008 Mortimix LOJKA aka Mortimix
 * www.mortimix.com - Proudly Handcoded at Night, During Weeks...
 * Leben * Arbeiten * Lieben * Sterben *
 * Please respect, don't steal this code stupidly
 * J u l y  2 0 0 8
 *
 *******************************************/
 
/***** General Blocks *****/

Body {
	background: #475B66 url(../../../../images/css/bg.jpg);
	margin: 0px;
	padding: 0px;
}

#background {
	padding: 30px 0px;
	background: url(../../../../images/css/bghaut.jpg) repeat-x;
	height: 512px;
	text-align: center;
	z-index: 0;
}

#conteneur {
	margin: auto;
	padding: 0px;
	width: 85%;
	max-width: 1000px;
	height: auto;
	border: 10px #F8F8F8 solid;
	background-color: #E7E5E3;
	z-index: 1;
}


/***** Header *****/

#header {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	position: relative;
	width: 100%;
	height: 100px;
	clear: both;
	text-align: left;
}

#header.media {
	background: #9becff url(../../../../images/css/media.jpg) 0 0 no-repeat;
}

#header.portfolio {
	background: #ff9542 url(../../../../images/css/portfolio.jpg) 0 0 no-repeat;
}

#header.photos {
	background: #1d3448 url(../../../../images/css/photo.jpg) 0 0 no-repeat;
}

#header.about {
	background: #e74d00 url(../../../../images/css/about.jpg) 0 0 no-repeat;
}

#header.contact {
	background: #be210a url(../../../../images/css/contact.jpg) 0 0 no-repeat;
}

#header.links {
	background: #ffa364 url(../../../../images/css/links.jpg) 0 0 no-repeat;
}


/***** Menu Superieur *****/

#menu {
	font-family: Verdana, Geneva, Arial, Helvetica, 'Lucida Grande', 'Trebuchet MS', Sans-Serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: 0px;
	list-style: none;
	width: auto;
	margin: 0 -1px 0 0;
	padding: 0;
	right: 0;
}


#menu li {
	background: transparent url(../../../../images/css/bg_navi.gif) no-repeat 50% -100px;
	float: left;
	display: block;
}

#menu li a {
	background: transparent url(../../../../images/css/bg_navi.gif) no-repeat 50% -34px;
	display: block;
	width: 75px;
	font-size: 0.8em;
	text-align: center;
	padding: 0 0 16px 0;
	float: left;
	color: #f0f0ee;
	text-decoration: none;
}

#menu li .acolgch {
	background: transparent url(../../../../images/css/acolgch.gif) no-repeat 14px 0px;
	width: 28px;
	height: 31px;
	margin: 0;
	padding: 0;
	text-indent: -5555px;
	display: block;
}

#menu li .acoldt {
	background: url(../../../../images/css/acoldt.gif) no-repeat 0px 0px;
	width: 28px;
	height: 31px;
	margin: 0;
	text-indent: -5555px;
	display: block;
}

#menu li a:hover {
	background-position: 50% -76px;
	color: #ffffff;
}
  
#home #menu #bhome a,
#portfolio #menu #bportfolio a,
#media #menu #bmedia a,
#photos #menu #bphotos a,
#about #menu #babout a,
#contact #menu #bcontact a,
#links #menu #blinks a{
background-position: 50% 16px;
color: #ffe2aa;
}


/***** LogIn Menu *****/
#topnav {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	list-style:none;
	font-size:0.5em;
	margin: 0 auto;	
	padding: 5px 5px 0 0;
	text-align: right;	
}

#topnav li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#topnav li a:link, #topnav li a:visited {
	text-decoration:none;	
	color: #ffa364;
}

#topnav li a:hover, #topnav li a:active {
	color: #ffc000;
	text-decoration:overline underline ;
}

/***** Admin Menu once LoggedIn *****/

.admin_menu {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #bfbfbf;
	background-color: #e3e4e7;
	color: #828189;
	margin: 0;
}

.admin_menu a {
        text-decoration: none;
		color: #8B99A7;
        display: block;
        position: relative;
        padding: 1px 2px;
}

.admin_menu a:hover {
        color: #40C8EF;
        text-decoration: none;
}

.maintableadmin {
		font-family: Arial, Helvetica, Sans-Serif;
		color: #828189;
		text-align: left;
        margin: 10px;
}


/***** Side *****/

#side {
	width: 23%;
	float: left;
	min-width: 160px;
	margin: 0 0 5px 0;
	padding: 8px 0 0 4px;
}

.sidecontent  {
	width: auto;
	height: auto;
	padding: 0 6px 0 9px;
}

.sidetxt {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	color: #00b2e5;
	background: #e3e4e7;
	margin: 10px 0 10px;
	padding: 2px 2px 2px 10px;
}

.titlecomment {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	color: #00b2e5;
	background: #e3e4e7;
	margin: 0;
	padding: 2px 2px 2px 10px;
}

.side {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: x-small;
	padding: 0 8px;
}

/***** Sidebar Lists *****/

#side ul {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	list-style: none;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
}
	
#side li {
	text-align: left;
	list-style: none;
	text-decoration: none;
	color: #9c9faa;
	margin: 2px;
	padding: 2px;
	}

#side ul li:hover {
	background: #e1e2e3;
}

#side li a {
	text-indent: 12px;
	color: #9c9faa;
	text-decoration: none;
	margin: 7px;
	padding-left: 5px;
	}

#side li a:hover {
	text-indent: 7px;
	text-decoration: none;
	color: #00c0f7;
	border-left: 5px solid #00c0f7;
	margin: 0;
	padding: 2px 2px 2px 8px;
	}
	
#side p {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	text-align: left;
	color: #828189;
	margin: 0;
	padding: 0 0 0 4px;
	}

img {
	border: 0;
	margin: 3px;
	padding-bottom: 0;
}


/***** flickr *****/

.flick {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #0063db;
	letter-spacing: 0.1em;
	}
.r {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #fe0083;
	}
	
.flick a, .flick a:hover {
	color: #0063db;
	text-decoration: underline overline;
	}	

.r a, .r a:hover {
	color: #fe0083;
	text-decoration: underline overline;
	}

.flickside {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: #0063db;
	background: #e3e4e7;
	display: block;
	margin: 10px 0 10px;
	padding: 2px 2px 2px 10px;
}	


	
/***** Cadres Images *****/

.cadrearticle {
	margin: 5px;
	background-image: url(../../../../images/css/borgh.gif);
	background-color: #ededed; 
	background-repeat: repeat-y;
	text-align: left;
	width: 100%;
	height: auto;
}

.bloctxtarticle {
	background-image: url(../../../../images/css/bordt.gif); 
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px 0px -4px 0px;
	width: 100%;
	height: auto;
}

/***** Right Main Block *****/

#general {
	width: 75%;
	min-width: 535px;
	max-width: 1300px;
	float: left;
	height: auto;
	padding: 8px 0 0 4px;
}

#article {
	margin: 0;
	padding: 0 22px 0 24px;
}

#content {
	height: auto;
	width: 95%;
	margin: 0 auto;
	padding: 0;
	min-width: 530px;
	max-width: 700px;
}

#content img {
	vertical-align: middle;
}

/***** Cadres Textes *****/

.contenutxt {
	width: 100%;
}

html>body .contenutxt {
	width: auto; /* La liste de définition hérite de la largeur de son parent, à savoir "contenutxt", alors que MSIE la considère comme contenue dedans (et s'y adapte suivant le flux normal) */
	height: auto;
	}

/***** Mise en forme *****/

/*textarea utile? aire de contact? */
textarea{
	width: 95%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input,textarea{
	background: #e5e5e4;
	border: 1px solid #999;
}

input:focus, textarea:focus {
	background-color: #e9eaee;
}

.listbox {
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;
	color:#828189;
	background-color : #ededed;
	font-size: 0.8em;
	vertical-align : middle;
}

/*
label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	color: #686E79;
}
*/
	
/***** Misc. *****/

hr {
	visibility: hidden;
	clear: both;
	margin: 5px 0;
	padding: 0;
	border: 0;
}

/***** Coins arrondis *****/

.bordtop {
	height: 28px;
	width: 100%;
	text-align: right;
	clear: both;
	background-image: url(../../../images/css/bortop.gif);
}

.bordtop img {
	vertical-align: top; /* pour MSIE, qui a décidément du mal... */
}

.cointopgh {
	width: 18px;
	height: 28px;
	background-image: url(../../../images/css/cosupgh.gif);
	float: left;
}

.cointopdt {
	width: 19px;
	height: 28px;
	background-image: url(../../../images/css/cosupdt.gif);
	float: right;
}
	
.bas {
	height: 15px;
	background-image: url(../../../images/css/bas.gif);
}

.bas img {
	vertical-align: bottom; /* Meurt MSIE, MEURT ! */
}

.coinfgh {
	width: 16px;
	height: 15px;
	background-image: url(../../../images/css/coinfgh.gif);
	float: left;
}

.coinfdt {
	width: 18px;
	height: 15px;
	background-image: url(../../../images/css/coinfdt.gif);
	float: right;
}

/***** Typos *****/

a{
	color: #00b2e5;
	text-decoration: none;
}

a:visited{
	color: #9c9faa;
}

a:hover{
	color: #ffa200;
	text-decoration: none;
}

p	{
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', 'Trebuchet MS', Sans-Serif;
	font-size: 0.75em;
	line-height: 1.6em;
	color: #5d5d5d;
	text-align: left;
}


h1, h2, h3, h4{
    font-family: Georgia, Verdana, "Times New Roman", Serif;
	line-height: 1em;
}

h5, h6{
    font-family: Arial, Helvetica, Sans-Serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.2em;}
h4{font-size: 1em;}
h5{font-size: 0.8em;}
h6{font-size: 0.7em;}

.sidegal {
	color: #00b2e5;
	width: 80%;
	font-weight: bold;
	background: #e3e4e7;
	margin: 10px 0 10px;
	padding: 2px 2px 2px 10px;
}

.side {
	color: #8b99a7;
	background: #E3E4E7;
	margin: 10px 0 10px;
	padding: 2px 2px 2px 10px;
	letter-spacing: -1px;
}

.sign {
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', 'Trebuchet MS', Sans-Serif;
	text-align: right;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	padding: 0 20px 0 0;
	margin: 0;
	color: #b1aaa3;
}

.cat {
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;
	color: #46595E;
	font-size: 0.9em;
}

.button {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	text-align: center;
	border: 1px solid #a6a7ab;
	background-color : #e3e4e7;
	color:#828189;
	margin: 0;
}



.maintable {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	color: #828189;
	text-align: center;
	margin: 0;
}



.album_stat, .tableh1_compact, .clickable_option {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 0.7em;
	color: #828189;
	text-align: center;
	margin: 10px;
}

/***** Stats Albums and Categories *****/

.statlink {
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: lighter;
	font-size: 0.7em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin: 0;
	color: #626464;
	padding-bottom: 1px;
}

.statlink a {
	text-decoration: none;
	color: #828189;
}

.statlink a:hover {
	color: #828189;
	text-decoration: underline;
}

/***** Tables Appearance *****/

.tableh1 {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	color:#828189;
	background-color: transparent;
	border-top: 2px dotted #dcdde1;
	border-bottom: 2px dotted #dcdde1;
	margin: 10px;
}


/* Galery Name */

.tableh2 {
		font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
		font-size: small;
		color: #828189;
		background: #ffffff;
		padding: 5px;
}

/* Description "rate this file" et toutes infos fichier etc... */

.tableh2_compact {
        background: transparent;
		font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
		font-size: small;
		color: #828189;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

/***** Comments *****/

.commentlist blockquote {
	background:#584939;
	padding:6px 12px;
	margin:10px;
	}
	
.commentlist .author blockquote {
	background:#ededed;
	}

ol {
	list-style: none;
}

.commentlist {
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: transparent;
}

.commentlist li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #3c3c3c;
	margin: 20px 8px;
	padding: 2px 8px;
	background: #c7cdd5 url(images/comtop.gif) no-repeat;
}

.commentlist li li {
	background:none;
	border:none;
	list-style: none;
	}
	
.commentlist cite, .commentlist cite a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color:#6a747a;
}

.commentlist cite small{color:#b7babf;font-weight:normal;}
.commentlist cite span.edit a {font-size:8px;}
.commentlist .commentmetadata {color:#e5ebf4;font-weight:normal;}
	
.commentmetadata {
	display: block;
	float: right;
	margin: 0;
	padding: 12px;
}
	
.comment-text {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	background: transparent;
	color: #828189;
	padding: 0 10px;
	margin: 0;
}

.comment-text a, .commentmetadata a, 
.comment-text a:active, .commentmetadata a:active {
	color: #938a7a;	
	}
		
.comment-text a:hover, .commentmetadata a:hover {	
	color: #00cfe8;
	text-decoration: underline overline;
	}

.comment-text a:visited, .commentmetadata a:visited {
	color: #c4c7d2;
	text-decoration: line-through;
	}

fieldset {
	background: #e5e5e4;
	border: 1px solid #d3d4d7;
}

legend {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.3em;
	color: #00B2E5;
	padding: 2px 10px;
}

.small {
	color: #b7babf;
	font-weight:normal;
}


.imageborder {
	border: 5px #ffffff solid;
	background: #ffffff;
}

.imgbottom {
	width: 238px;
	height: 9px;
	background-image: url(images/imgbottom.gif);
	background-color: #ededed;
	background-repeat: no-repeat;
}

.imgborddt {
	width: 10px;
	height: 245px;
	background-image: url(images/imgborddt.gif);
	background-repeat: repeat-y;
}

.tableh3 {
		font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
		font-size: small;
		border-top: 2px dotted #DCDDE1;
		border-bottom: 2px dotted #DCDDE1;
		color: #828189;
        margin: 10px;
}


/* Original: tableb_compact, renommé dans certaines lignes */

.emptycell {
		background: transparent;
}

/* tableb_compact laissé, au cas où utilisé dans certaines pages */

.tableb_compact {
		font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
		text-align: left;
		font-size: small;
        background: transparent;
        margin: 10px;
}

/* "stop slideshow */     
.navmenu {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: x-small;
	color:#828189;
	text-align: center;
	margin: 10px;
}

.navmenu a img {
	border: 0; 
}


.statistics {
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: lighter;
	font-size: 0.7em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: center;
	border-top: 2px dotted #DCDDE1;
	border-bottom: 2px dotted #DCDDE1;
	margin: 0px;
	color: #626464;
	background: transparent;
	padding-bottom: 1px;
}

.catlink {
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;
	color:#828189;
	font-size: 0.9em;
}

.catlink a {
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;
	color:#828189;
	font-size: 0.9em;
}

/***** Texts in Admin Settings *****/

.notice2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;
	color:#828189;
	font-size: 0.6em;
}

.clickable_option {
	font-family: 'Trebuchet MS', 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;
	color: #828189;
}

/***** Texts under main Gallery page, Thumbnails and Under Pics *****/

.thumbnails {
	background-color: #ffffff;
}

.albdescrip {
	background: #d1d2d3;
}

.thumb_title {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: xx-small;
	color: #828189;
	display : block;
	background-color: #ffffff;
	text-align: center;
}

.thumb_date {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: xx-small;
	color: #828189;
	display : block;
	background-color: #ffffff;
	text-align: center;
	
}

.thumb_date a {
	text-decoration: none;
	color: #00aeff;
}

.thumb_descrip {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	color: #828189;
	display : block;
	background-color: #ffffff;
	text-align: center;
}


.titreimg {
	font-family: "Times New Roman", Times, Georgia, serif;
	letter-spacing: 0.1em;
	font-style: italic;
	font-size: medium;
	color: #00c0ff;
	text-align: center;
}

.imgdescript {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	color: #828189;
	text-align: center;
}

.comment_date {
	font-size: x-small;
}

/***** Description texts in Album and Categories *****/

.tableb {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	color: #828189;
	text-align: center;
}

.tableb td {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	background-color: #e3e4e7;
	color: #828189;
	text-align: left;
}

.tablef {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	color: #828189;
	text-align: left;
	margin: 10px;
}

/***** Album names *****/

.alblink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color:#18CBFF;
	text-align: center;
    text-decoration: none;
	background: transparent;
}

.alblink a {
	color:#01bff6;
	text-decoration: none;
}

.alblink a:hover {
		color:#4bd6ff;
        text-decoration: none;
}

.descgal a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color:#18CBFF;
	margin: 0px;
	background: transparent;
	padding-bottom: 1px;
	text-align: center;
    text-decoration: none;
}


/***** Footer Signature Coppermine*****/

.footer {
	font-family: Arial, Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 0.6em;
	letter-spacing: 1px;
	color: #d0d0cf;
}

.footer a {
	text-decoration: none;
	color: #d0d0cf;
}

.footer a:hover {
	text-decoration: none;
	color: #d0d0cf;
}


/***** Coins arrondis Commentaires *****/

.upcomleft {
	background-position: left top;
	background-image: url(../../../images/css/com-upleft.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-color: #dcdde1;
}
.upcomright {
	background-position: right top;
	background-image: url(../../../images/css/com-upright.gif);
	background-repeat: no-repeat;
}
.lowcomleft {
	background-position: left bottom;
	background-image: url(../../../images/css/com-lowleft.gif);
	background-repeat: no-repeat;
}
.lowcomright {
	padding-right: 3%;
	background-position: right bottom;
	padding-left: 3%;
	background-image: url(../../../images/css/com-lowright.gif);
	padding-bottom: 3%;
	padding-top: 3%;
	background-repeat: no-repeat;
}

/***** Recherches *****/

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 5px;
	background: #D5DADE;
}


/***** Footer et Icônes *****/

#footer {
	text-align: right;
	margin: 0;
	padding: 0px;
	width: 100%;
	clear: both;
}

#footer ul {
	bottom: 0;
	float: right;
	width: auto;
	list-style: none;
	padding: 2px;
	margin: 0;
}

#conteneur #footer ul li {
	float: left;
	padding: 2px;
}

#footer li a {
	background: url(../../../../images/css/css.gif) no-repeat 0px 0px;
	display: block;
	height: 16px;
	float: left;
}

#footer li a:hover {
  background-position: 0px -64px;
}

#footer li a span {
	text-align: left;
	text-indent: -5555px;
	display: block;
}

#footer .css {
	width: 82px;
}

#footer .frameless {
	background-image: url(../../../../images/css/frameless.gif);
	width: 82px;
}

#footer .tableless {
	background-image: url(../../../../images/css/tableless.gif);
	width: 82px;
}

#footer .resolution {
	background-image: url(../../../../images/css/resolution.gif);
	width: 82px;
}

#footer .firefox {
	background-image: url(../../../../images/css/firefox.gif);	
	width: 82px;
}

#footer .truth {
	background-image: url(../../../../images/css/truth.gif);
	width: 82px;
	cursor: help;
}

#footer .about {
	background-image: url(../../../../images/css/about.gif);
	width: 82px;
	cursor: help;
}