html,
body {
   margin:0;
   padding:0;
   height:100%;
}

/* reset css */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset css... */

body {
  	font-size:0.95em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #FF6699;
}
a {
	color: #600;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
a:visited {color:#600;	text-decoration: none;
	font-weight: bold;}
a:hover {color:#FF9933; font-weight: bold;}
a:active { color:#FF9933; font-weight: bold;}

a.activecrumb {
	text-transform: none;
}
.bodycopy {
	width: 90%;
}

.expanding-hierarchy {
	padding:0; 
	margin:0;
	width:0;
}
.expanding-hierarchy li { 
	list-style-type:none;
	margin:0.65em 0 0.25em 0;
} 
.expanding-hierarchy a, .expanding-hierarchy a:visited {
  	display:block;
  	width:11.5em;
  	border-bottom:1px dotted #842076;
  	font-size:1em;
  	text-align:left;
  	text-decoration:none;
  	background:transparent;
  	color:#666;
  	padding:0.25em;
}

.expanding-hierarchy a:hover {
	background:#fff;
	color:#842076;
  }
  
.navl1 a, .navl1 a:visited {
	background:transparent;
	color:#888;
  }
 
.navl1 child ul li {
	margin-left: 0;
	padding-left: 2px;
  }

.navl1 a:active, .navl1 a:hover {
	background:transparent;
	color:#000;
  }
  
.text a, .text a:visited {
	color:#F42A41;
  }

h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	display: inline;
}
h2 {
	font-size: 1em;!important;
	font-weight: bold;
	margin-top: 0.8em;
}

h3 {
	font-size:1em;
	font-weight: normal;
	color: #F42A41;
	padding: 5px 0px;
	margin:0px;
	}
	
h4 {
	font-size:1em;
	font-weight: normal;
	padding: 4px 0px;
	margin:0px;
}

h5 {
	font-size:1em;
	font-weight: normal;
	padding: 5px 0px;
	margin:0px;
}

img.download {vertical-align:middle;}

a img{
border:0;
border-style: none;
overflow: hidden
}
p img {
padding:0px;
margin:0px;
}

/* General styles */
body {
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	text-align: center;
	background-image: url(../images/bgshadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#fef87e;
}

#body {
	padding-bottom:187px;   /* Height of the footer */
}

p {
   margin:.4em 0 .8em 0;
   padding:0;
}

.descriptionbox {
	margin: .4em 0 .4em 0;
	padding: 1em;
	background-color: #ffb6c1;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	height:160px;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
/*#header ul {
	clear:left;
	position:absolute;
	width:100%;
	height:38px;
	list-style:none;
	margin:6px 0 0 0;
	padding:2px 0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 5px;
	text-align:center;
	background:none;
	font-family:Verdana,sans-serif;
	font-size:93%;
	font-size:14px;
	color:#555;
	text-decoration:none;
	position:relative;
	left:45px;
	line-height:1.2em;
}
#header ul li a:hover,
#header ul li a.active {
	background:none;
	color:#ec288c;
}

#header ul li a span {
	display:block;
}*/

/*wrapper styles */
	#wrapper {
		width:900px;
		text-align:left;
		margin:0px auto;
		min-height:100%;
   		position:relative;
   		height: 100%;
	}
	.liquid #wrapper {
		width:100%;
		text-align:left;
		margin:0;
	}	
/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		min-height:500px;
		z-index: 20;
	}
	.colmaskF {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
	    width:100%;				/* width of whole page */
		overflow:visible;		/* This chops off any overhanging divs */
	}
	
/* common column settings */
	.colleft,
	.colmid,
	.colright {
		float:left;
		width:100%;
		height: 100%;
		position:relative;
	}
	.col2,
	.col3,
	.col4 {
		float:left;
		position:relative;
		padding:0 0 0em 0;
		overflow:hidden;
	}
	.col1 {
		float:left;
		position:relative;
		padding:0;
		overflow:hidden;
	}
/* 2 Column (left menu) settings */
	.leftmenu {
		/* background:#fff;		 right column background colour */
	}
	.leftmenu .colleft {
		right:70%;			/* right column width */
		/* background:#f4f4f4;	 left column background colour */
	}
	.leftmenu .col1 {
		width:65%;			/* right column content width */
		left:105%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:20%;			/* left column content width (column width minus left and right padding) */
		left:10%;			/* (right column left and right padding) plus (left column left padding) */
	}
/* 3 Column settings */
	.threecol {
		background:transparent;		/* right column background colour */
	}
	.threecol .colmid {
		right:15.3%;			/* width of the right column */
		background:transparent;		/* center column background colour */
	}
	.threecol .colleft {
		right:67.9%;			/* width of the middle column */
		background:transparent;	/* left column background colour */
	}
	.threecol .col1 {
		width:64.4%;		/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:15.3%;		/* Width of left column content (column width minus padding on either side) */
		left:19.3%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:15.3%;		/* Width of right column content (column width minus padding on either side) */
		left:88.3%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage #menu {
		width:100%;			/* page width minus left and right padding */
		left:0%;			/* page left padding */
		overflow: visible; /* only for this fullpage col1 version */
		float:left;
		position:relative;
		padding:0;
	}
	
/* Footer styles */
	#footer {
		position:absolute;
		bottom:0;
        width:100%;
        height:187px;
		border-top:0px solid #000;
		background:transparent;
    }
    #footer p {
        margin:0;
        text-align: center;
        font-size: x-small;
    }
    /* --> */

/* -----------------content--------------------- */ 

pre{
	font-size: 0.9em;
	padding: 5px 10px;
	margin:0px;}

/*  ----------------footer---------------------- */ 

div.generare, div.generare a:link, div.generare a:visited {
	margin: 0 auto;
	text-decoration: none;
	font-size: xx-small;
	color: #ccc;
	text-align: left;
	height:auto;
	width: 190px;
	padding: 20px;
}

.generarelink {
	display: table-cell;
	width: 85px;
	text-align: center;
	padding-top: 60px;
	position: relative;
	top: 60px;
	margin-top: -60px;
}

.listingmodule {
	margin:0 0em 0 0;
	padding:0.5em 0em 0;
}
#listingmoduletriple {width:670px; margin:0 auto;}
.itemcombo {width:145px; height:235px; float:left; position:relative;}
.itemactions {width:130px; height:12px; position:absolute; top:0; left:2px;}
.picholder {width:140px; height:140px; position:absolute; top:18px; left:0;}
.picholder a {display:block; width:135px; height:135px;position:absolute; left:0px; top:0px; border:0; text-decoration:none;}
.picholder a span {display:none;}
.picholder a img {display:block; width:135px; height:135px; border:0;}
.picholder a:hover {left:0; top:0; border:1px solid #ccc; background:#f4f4f4; height:225px; width:139px;}
.picholder a:hover img {display:block; width:123px; height:118px; position:absolute; left:8px; top:8px;}
.picholder a:hover span {display:block; width:129px; height:114px; position:absolute; left:4px; top:4px; background:#fff; border:1px solid #ccc; overflow:hidden; padding-top:10px; line-height:1px; cursor:pointer; text-align:center;}
.itemname {width:132px; height:115px; position:absolute; left:4px; top:158px; padding-top:5px; font-size:11px;}
.itemname p {color:#003; line-height:14px; margin:0; padding:0;}
.itemname p a {font-weight: bold;}
.itemname p a:hover {text-decoration:underline;}
.moduleactions {margin:52px 0 0;}

/*.listingimage {
	border: 1px solid black;
}*/
