#products{
height:700px;
position:relative;
}

#products_content_box{
height:640px;
padding:0 5px 10px 5px;
}

#products ul{
height:635px;
list-style:none;
padding:0;
}

#products li{
position:relative;
}

#products ul a:link,
#products ul a:visited{
border-bottom:1px solid #666;
color:#666;
display:block;
height:90px;
overflow:hidden;
position:relative;
text-decoration:none;
vertical-align:middle;
}

#products ul a:hover,
#products ul a:active{
color:#398a56;
background:#f1faf5;
}

#products .wrap{
display:table-row;
}

/* IE 7 only */
*:first-child+html #products .wrap{
display:block;
}

/* IE 6 and lower only */
* html #products .wrap{
display:block;
}

#products .game_images{
cursor:pointer;
display:table-cell;
height:80px;
margin:5px;
position:relative;
vertical-align:middle;
}

/* IE 7 only */
*:first-child+html  #products .game_images{
float:left;
height:auto;
top:50%;
}

/* IE 6 and lower only */
* html  #products .game_images{
float:left;
height:auto;
top:50%;
}

/* IE 7 only */
*:first-child+html  #products img{
top:-50%;
position:relative;
}

/* IE 6 and lower only */
* html  #products img{
top:-50%;
position:relative;
}

#products .game_text{
cursor:pointer;
font-size:.9em;
height:80px;
margin:5px;
overflow:hidden;
width:180px;
}

/* IE 7 only */
*:first-child+html  #products .game_text{
float:left;
}

/* IE 6 and lower only */
* html  #products .game_text{
float:left;
}

#products .game_title{
display:inline;
font-size:1.2em;
}

#products .game_genre{
display:inline;
margin:0 0 0 10px;
}

#products_page_nav{
bottom:0;
position:absolute;
width:580px;
}

#products_page_prev{
float:left;
}

#products_page_next{
float:right;
}

#products_page_nav a:link,
#products_page_nav a:visited{
color:#666;
margin:1px 7px;
}

#products_page_nav a:hover,
#products_page_nav a:active{
color:#398a56;
}

#products_page_nav .disabled:link,
#products_page_nav .disabled:visited,
#products_page_nav .disabled:hover,
#products_page_nav .disabled:active{
color:#999;
cursor:default;
outline:none;
text-decoration:line-through;
}
