.dmx {
	background:#FFF;
    font: 11px tahoma;
	border:1px solid #906;
}
.first{
	background:#0CF;
}
.second{
	background:#f6cfcf;
}
.dmx .fd
{
	background:#f6cfcf;
	
}
.dmx .sd
{
	background:#0CF;
	
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #ab4de1;
    font: 15px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 12px tahoma;
    color:#000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    /*background: #e5e1da;*/
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #ffffff;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #ab4de1;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.dmx .bottom,
.dmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .dmx td { position: relative; } /* ie 5.0 fix */
html
{
	background:url(images/LG_background.jpg) top left repeat-x #ABE7FF;
}
body
{
	margin:0px;
	padding:0px;
	background:url(images/LG_bushes.png) bottom left repeat-x;
	
}

/*sticky at bottom of product pages*/

#sticky
{
	background:url(images/sticky_recommendation.png) top right no-repeat; 
	width:300px; 
	height:300px; 
	margin-right:50px;
	text-align:left;
	float:right;
}
#sCont
{
/*border:2px solid #960;*/
position:relative;
top:115px;
width:240px;
height:140px;
margin-left:30px;
}
#sticky ul
{
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	list-style-image:none;
	list-style-type:none;
	margin:0px 0px 0px 8px;
	padding:0px;
}
#sticky li:before
{
	content:url(images/arrow.png)
}
#sticky ul a
{
	text-decoration:none;
	color:#000;
}

#sticky2
{
	background:url(images/stickie2.jpg);
	height:335px;
	width:350px;
	/*border:1px solid #000;*/
}
#s2ul
{
	width:230px;
	height:160px;
	/*border:1px solid #000;*/
	position:relative;
	top:130px;
	left:35px;
	padding:0px;
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	
}
#s2ul li
{
	list-style-image:none;
	list-style-type:none;
}

#s2ul li a
{
	text-decoration:none;
	color:#000;
}
#s2ul li:before
{
	content:url(images/arrow.png)
}
	
