/*******************************************************************

  FILE: /home/shop/catalog/games_landing.css

  FUNCTIONALITY:
	CSS includes for games_landing page

  NOTES:

  MODIFICATION HISTORY:

	Date    	Author  Action		Detail
  ====			======  ======		======
	02/23/06	bs			creation	modified from catalog/cms.css
	03/09/06	bs			modified	added .gl_featured_title
	03/13/06	bs			modified	removed redundant classes
	03/15/06	bs			modified	minor touch up on classes
	03/27/06	bs			modified	added gl_special_price

*******************************************************************/

.used_tableheader {
font-family: Arial, Helvetica, sans-serif;
background: url(/catalog/images/used/table_top_bgd.jpg) repeat-x; 
height: 30px; 
vertical-align: bottom;
color: #0a3322; 
font-weight: bold;
}
h1.usedheader {
margin-bottom: 7px;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #0a3322; 
font-weight: bold;
}
.used_tableheader_left {
/*background: url(/catalog/images/used/table_top_bgd.jpg) repeat-x;*/
height: 30px;
vertical-align: top;
}
.used_tableheader_right {
/*background: url(/catalog/images/used/table_top_bgd.jpg) repeat-x;*/
height: 30px;
vertical-align: top;
}
.used_tableleft {
background: url(/catalog/images/used/table_left_bgd.jpg) repeat-y; 
width: 12px;
}
.used_tableright {
background: url(/catalog/images/used/table_right_bgd.jpg) repeat-y; 
width: 11px;
}
.used_tablebottom {
background: url(/catalog/images/used/table_bottom_bgd.jpg) bottom left repeat-x; 
height: 8px; 
}
.used_tablebottom_left {
background: url(/catalog/images/used/table_bottom_bgd.jpg) repeat-x;
height: 8px;
}
.used_tablebottom_right {
background: url(/catalog/images/used/table_bottom_bgd.jpg) repeat-x;
height: 8px;
}
.used_productinfo {
font-family: Arial, Helvetica, sans-serif; 
font-size: .85em; 
padding-top: 5px;
}
.used_resultsbgd {
background:url(/catalog/images/used/usedresults_bgd.jpg); 
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 1.5;
}
a.brownlink{
color: #773b00;
font-weight: bold;
text-decoration: none;
}
a.brownlink: hover {
text-decoration: underline;
}
.used_rowBottom {
	border-bottom: 1px solid #ca9955;
}
.used_featuredRow {
        border-bottom: .1px solid #ca9955;
}
.usedSearch {
	background:url(/catalog/images/used/usedsearch_bgd.jpg) repeat-x;
	color: #333;
	border: 1px solid #e0d194;
}
.used_featuredStatus {
  background: #ffcc66;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
}
.used_special_price
{
  font-family:verdana,arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ff6600;
}




