@charset "utf-8";
/* W3C validates this document as CSS level 2.1 ! */

/* CSS Document for Hannons Fashion Shop
by Jose Miguel Bonilla Silio 
made on 16 th June 2008
(Innovative eBusiness)*/
A:link{
	text-decoration:none;
	}
A:active {
		text-decoration: none;
		}
A:hover {
		font-weight:bold;
		text-decoration: underline;
		}
body{
	background-color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
	margin-bottom:2px;
	margin-left: 0px;
	font-size: 13px;
	color:#000000;
	}	
table{
	border:0;
	background-color: #ffff99; /* beige #EDDEBD; /* Cream */
	border-left:none;
	border-top:none;
	padding:0px;
	border-spacing:0px;
	width:100%;
	}
td{
	padding:0px;
	border-spacing:0px;
	}
img{
	border:none;
	}

/* General Frame */	
.tableall{
	border:solid thin;
	border-color:#000000; /* Black */
	width:90%;
	text-align:center;
	}
	
/* Top of all pages */
.Header{
	font-family:"Bradley Hand ITC", Pristina, "Viner Hand ITC", "Tempus Sans ITC", "Eras Medium ITC";
	font-weight:bolder;
	font-size:40px; 
	letter-spacing: 1px;
	word-spacing: 4px;
	margin-left:0px;
	margin-top:0px;
	}
.Header tr{
	vertical-align:middle;
	height:90px;
	}

/* Left side of the Header */
.logo{
	text-align:center;/*left;*/
	background-color:#211D1C; /* Dark grey (almost black) */
	}

/* Main Menu (cross) */
.menu{
	text-align:center;
	color: #ffff99; /* beige #EDDEBD; /* Cream *// /* #FFCC99; */
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	background-color: #211D1C; /* Dark grey (almost black) */
	}
.menu tr{
	height:25px;
	}
.menu td{
	width:25%
	}
.menu a{
	color:  #ffff99; /* beige *//* #EF3425; old in red */
	text-decoration:none;
	}
.menu a:hover{
	color: #FFFFFF; /* White */
	text-decoration:underline;
	font-size:18px;
	}

/* Title of each option in content */
.Title {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	}
.Title tr{
	vertical-align:top;
}

/* for the text of the designer list */
.contentc {
	text-align:center
	}
.contentc a{
	color:#211D1C; /* Dark grey (almost black) */
	}
	
.tcontent{
	background-color:#4A575F;
	}

/* Lateral submenu in catalogue */
.submenu {
	color: #ffff99; /* beige #EDDEBD; /* Cream *//
	text-align: left;
	float:left;
	margin-top:110px;
	width:170px;
	}
.submenuF{
	top:400px;	
	vertical-align:top;
	}
.submenu a{
	color: #FFFFFF; 
	text-decoration:none;
	}
.submenu a:hover{
	color:#BD2716;
	text-decoration:underline;
	font-weight:bold;
	}
.submenu p{
	background-color: #231F1C; /* dark GREY */
	}
.submenu p:hover{
	background-color: #EF3425;/*#BD2716; /* Red lips */
	}

	
/* In the Bottom of each page */
.slogan{
	color: #231F1C; /* dark GREY *//* #EF3425; red */
	font-size: 18px;
	font-style: italic;
	text-align: center;
	font-weight:bold;
	}	

.footer{
	width:100%;
	font-size:12px;
	text-align:center;
	}
.footer a:hover{
	color: #EF3425;
	}

/* Body of the Real Size images popup window */ 
.pics{
	margin-left:0px;
	margin-top:0px;
	}