/* 
    Document   : TibShop
    Created on : 17-lug-2009, 18.23.52
    Author     : tdakpa
    Description:
  
*/


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753;
	margin: 0;
	padding: 0;
	}
p {
	margin-top: 0;
	text-align: justify;
	}
h3 {
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #7D775C;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #7D775C;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #7D775C;
	}
a:hover, a:active {
	text-decoration: underline;
	color: 	#7D775C;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container {
	padding: 0 175px 0 110px;
	margin: 0;
	position: relative;
	}

#intro {
	min-width: 470px;
	}

#pageHeader h1 {
	
	margin-top: 10px;
	width: 219px;
	height: 87px;
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 {
	margin-top: 58px;
	margin-bottom: 40px;
	width: 200px;
	height: 18px;
	float: right;
	}
#pageHeader h2 span {
	display:none
	}
#pageHeader {
	padding-top: 20px;
}


#footer {
	text-align: center;
	}
#footer a:link, #footer a:visited {
	margin-right: 20px;
	}

#linkList {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 1cm;
    
}
#loginlist {
	padding: 10px;	
	width: 130px;
    margin-top: 1cm;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: aqua;
    border-bottom-color: aqua;
    border-left-color: aqua;
    border-right-color: aqua;
}
#productlist {
	padding: 10px;
	width: 130px;

     border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: aqua;
    border-bottom-color: aqua;
    border-left-color: aqua;
    border-right-color: aqua;
}

#shoplist {
    
	padding: 10px;
	
	width: 130px;
	 border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: aqua;
    border-bottom-color: aqua;
    border-left-color: aqua;
    border-right-color: aqua;
}
#adminlist{
   
	padding: 10px;
	width: 130px;

	 border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: aqua;
    border-bottom-color: aqua;
    border-left-color: aqua;
    border-right-color: aqua;
    background-color: #ccff99;
}

#linkList ul {
	margin: 0;
	padding: 0;
	}
#linkList li {
	line-height: 2.5ex;
	display: block;
	padding-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	}
#linkList li a:link {
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}


.accesskey {
	text-decoration: underline;
	}
td { margin-top: 0px; margin-bottom: 9px; margin-right: 5px}
td.right {
    text-align: right
}
h1.error {
    font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color:#0000CD;

}

