#lyrSiteBanner {
	margin: 0px;
	background: White;
	position: relative;
}

#lyrSiteNavAndDynContainer {	
	margin: 0px;
}


#lyrSiteFooter {
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
}

#lyrNDSiteNav {
	margin: 0px;
	left: 0px;
	position: absolute;
}

#lyrDynamicContainer {
	margin-left: 130px; /*must be nav width so if it varies, alter inline!!!*/
	margin-top: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
}

#lyrDynamicTop {
	position: relative;
	margin-left: 10px;	
	margin-top: 0px;
}

#lyrDynamicMid {
	position: relative;
	margin-left: 10px;	
	margin-top: 10px;
	z-index: 0;
}

#lyrDynamicBottom {
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
}

#lyrDynamicTopRight {
	margin-left: 220px;
	top: 0;
	left: 0;
	width: 325px;
	position: absolute;
	z-index: 5000;
}

#lyrDynamicMidRight {
	margin-left: 220px;
	top: 0;
	left: 0;
	width: 325px;
	position: absolute;
}

#lyrMainPic {
	margin-left: 8px;
	margin-right: 8px;
	border: 2px solid Black;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
}

#lyrTitle {
	margin: 0px;
	margin-top: 10px;
	left: 0;
	width: 325px;
	position: relative;
}

#lyrInput {
	margin-left: 0px;
	width: 325px;
	position: relative;
}

.multiNarrow {
	visibility: hidden;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 155px;
	position: absolute;
	z-index: 1000;
}

.multiWide {
	visibility: hidden;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 325px;
	position: absolute;
}

#lyrInputOptions {
	margin-left: 165px;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 160px;
}

#lyrInputOptions_for_ShowAvailability {
	
	margin-left: 273px;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 160px;
}

#lyrSimpleInputOptions {
	margin-left: 0px;
	left: 0;
	position: relative;
	width: 325px;
}

#lyrSimpleInput {
	position: absolute;
	margin-left: 0px;
	margin-top: 45px;
	left: 0;
	width: 325px;
}

#lyrDesc {
	margin-left: 10px;
	margin-right: 10px;
	top: 0;
	left: 0;
	width: 200px;
	z-index: 0;
}

#lyrFeedback {
	margin-left: 0px;
	top: 0;
	left: 0;
	width: 325px;
}

.lyrFeedbackSelection{
	visibility: hidden;
	margin: 0px;
	margin-right: 20px;
	top: 10px;
	left: 0px;
	width: 325px;
	text-align: right;
	position: absolute;
}

#lyrFeedbackAdd {
	position: absolute;
	margin: 0px;
	margin-right: 20px;
	top: 40px;
	left: 0px;
	width: 325px;
	text-align: right;
	z-index: 10;
}

#lyrFeedbackCart {
	position: absolute;
	top: 0px;
}

#lyrDivider {
	position: relative;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 550px;
}

#lyrPicons {
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    
    text-decoration:underline}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2.5em; left:1em; width:10em;
    border:1px solid #000;
    padding-left:5px;
    background-color:#ffffff; color:#000;
    text-align: left}
