@import '/cms/styles/common.css';

/* COMMON -------------------------------------------------------------------------------------------------------- */

@import '/style.css';

.cats .selected { font-weight: inherit; background-color: #dedede; }

hr {
  margin: 5px;
  height: 2px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
}

a { color: #990000;   outline: none; }

p { margin-top: 5px; margin-bottom: 5px; }

/* PAGE --------------------------------------------------------------------------------------------------------- */

.body { background: url('/images/body_bk.gif') top center repeat-y; }

/* PAGE --------------------------------------------------------------------------------------------------------- */

#page {
  width: 848px;
  margin: 0 auto;
  text-align: left;
}

/* LOGO --------------------------------------------------------------------------------------------------------- */

#logo {
  position: absolute;
  z-index: 10;
}

/* HEADER ------------------------------------------------------------------------------------------------------- */

#header, #header_flyer {
  height: 139px;
  background: url('/images/header_bk.gif') top left no-repeat;
  margin-bottom: 5px;
  padding-left: 288px;
}
#header_flyer { background-image: url('/images/header_bk_flyer.gif'); }

#links {
  position: absolute;
  right: 10px;
  z-index: 1;
}

#topbanner {
  position: absolute;
  right: 10px;
  top: 20px;
  height: 70px;
  width: 540px;
  z-index: 1;
  text-align: center;
}

#bottombanner {
  margin: 15px;
  text-align: center;
}

#links ul { display: inline; padding-right:10px; }
#links li { background: url('/images/icon_arrow.gif') 5px 5px no-repeat; }
#links a { padding-left: 20px; padding-top: 2px; }

/* MENU --------------------------------------------------------------------------------------------------------- */

#menu { margin-top: 110px; height: 25px; }
#menu ul { display: inline; }
#menu a {
  background: url('/images/menu_tab_bk.gif') bottom left no-repeat;
  width: 90px;
  height: 25px;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 11px;
  outline: none;
  display: block;
}
#menu a:hover {color: #ff0000;text-decoration: underline;}

#page_1 #menu_1, .root_1 #menu_1, .root_31 #menu_1, .root_4 #menu_2, .root_5 #menu_3, .root_23 #menu_4 {
  background-image: url('/images/menu_tab_hil.gif');
}

/* NAV ---------------------------------------------------------------------------------------------------------- */

#nav {
	padding-left: 14px;
	width: 160px;
	padding-right:3px;
}

#nav a, #nav a:hover {
	color:#ff0000;
}

#navbox {
	background: url('/images/line.gif') bottom left repeat-x;
}

#nav h1 {
  background: url('/images/navbox_bk.gif') top right no-repeat;
  margin: 0px;
  margin-left:-3px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  padding-left: 2px;
  font-size: 10px;
  color: #333333;
}

.whitebox {
	background-color:#ffffff;
	padding:5px;
	color:#666666;
}

.loginput {
	width:153px;
	height:10px;
	font-size:10px;
	margin: 3px 0;
}

#registerbox {
	width: 6em; 
	float: right;
	text-align:right;
	padding-right:4px;
}
#rememberbox {
	margin: 6px 0 0 0; 
	clear: both;
	font-size:9px;
}
#rememberbox input {
	height:13px;
	width:13px;
	padding:0;
	margin:0;
}

.submap {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 5px;
	list-style-type: square;
	list-style-position: inside;
		
	list-style-position: outside;
}

.submap li {
	border-bottom: 1px solid #E1E1E1;
	padding: 4px;
	padding-left: 10px;
	
	padding-left: 1px;
	margin-left: 22px;
}

.submap li.active {
	background-color: #E1E1E1;
	border-bottom: 1px solid #FFFFFF;
}


/* CONTENT ------------------------------------------------------------------------------------------------------ */

#content, #content-full {
  background: #f3f3f3 url('/images/content_bk.gif') top left repeat-y;
  border: 1px solid #cccccc;
  border-left: 0px;
  width: 430px;

  min-height: 500px;
  margin-right: 10px;
  padding: 10px 5px 10px 20px;
}

#content-full {
  width: 620px;
}

#content h1, #content-full h1 {
	letter-spacing:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ADS ---------------------------------------------------------------------------------------------------------- */

#ads a, #ads a:hover {
	color:#ff0000;
}

#ads {
	color: #666666;
	width:180px;
}

#ads #favoritesbox {
	background:url('images/favorites.gif') top left no-repeat; 
	text-align:left; 
	width:136px; 
	height:24px; 
	line-height:24px; 
	vertical-align:middle; 
	padding-left:10px; 
	margin:0 auto;
}
#ads #favoritesbox a {
	padding-left:13px; 
	background:url('images/icon_plus.gif') left no-repeat;
}

#ads #firsttime {
	margin-bottom:3px;
}

#ads .adheader {
	margin:0; 
	width:180px; 
	background:url('images/ad_header_bk.gif') top no-repeat;
}
#ads .adheader h3 {
	color:#9f0f0f; 
	font-size:12px;
	margin:0;
	padding-top: 5px;
}

#ads .adbox {
	margin:0; 
	width:180px; 
	background:url('images/ad_bk.gif') top repeat-y; 
	border-bottom:1px solid #d7d7d7;
}

#ads .adbox ul {
	list-style-image:url('images/bullet_doc.gif'); 
	text-align:left; 
	margin-left:20px;
	padding-left:20px;
	line-height:14px;
}

#ads .adbox li {
	line-height:14px;
	padding-bottom:8px;
	
}

/* FOOTER ------------------------------------------------------------------------------------------------------- */

#footer { padding-left: 185px; padding-right: 12px; padding-top: 15px; }
#footer a:hover {color: #ff0000;text-decoration: underline;}
#footer_links { border-bottom: 1px solid #cccccc; padding-bottom: 2px; margin-bottom: 2px;}
#footer_links a { border-left: 1px solid #666666; padding-left: 5px; padding-right: 5px; color: #666666; text-decoration: none; font-size: 10px; line-height: 11px;}
#footer_links .first a { border: 0px; padding-left: 0px; }
#footer_copy { color: #999999; }
#footer_atomic, #footer_atomic a { color: #999999; text-decoration: none; }
#footer_atomic { float: right; padding-left: 1px; }


/* CUSTOMIZATION ------------------------------------------------------------------------------------------------ */
  
  
  /* HOME ------------------------------------------------------------------------------------------------------- */
  

#page_1 h2 {
	color:#999999;
	margin-bottom:15px;
}	

  .hrbox {
  	clear:both;
	padding:0;
	padding:12px 0;
	width:420px;
	height:2px;
	}
	
  #leftlinks {
	line-height:32px;
	float:left;
	width:210px;

	line-height:20px;
	width:350px;
  }
  #leftlinks a {
  	font-size:15px;	
	font-weight:bold;
	padding-left:10px;
  }
  #leftlinks a:hover {
  	color:#ff0000;
  }
  
  #rightlinks {
	line-height:32px;
	float:right;
	width:200px;
  }
  #rightlinks a {
  	font-size:15px;	
	font-weight:bold;
  }
  #rightlinks a:hover {
  	color:#ff0000;
  }
  
  #notificationbox a,   #notificationbox a:hover {
  	color:#ff0000;
  }
  #notificationbox h3 {
  	margin:0;
	margin-bottom:5px;
  }
  
  /* LISTINGS ------------------------------------------------------------------------------------------------------- */
  
  .paging_1 { display: none; }
  
  .bigpaging, .bigpaging a {
  	font-size:11px;
	font-weight:bold;
	text-decoration: none;
   }
  
  .listings .topleft { width: 10px; height: 27px; background: url('/images/listings/topleft.gif') top left no-repeat; }
  .listings .top { padding-top: 5px; height: 22px; background: url('/images/listings/top.gif') top left repeat-x; }
  .listings .topright { width: 10px; height: 27px; background: url('/images/listings/topright.gif') top right no-repeat; }
  
  .listings .left { width: 10px; background: url('/images/listings/left.gif') top left repeat-y; }
  .listings .right { width: 10px; background: url('/images/listings/right.gif') top right repeat-y; }
  
  .listings .bottomleft { width: 10px; height: 10px; background: url('/images/listings/bottomleft.gif') bottom left no-repeat; }
  .listings .bottom { height: 10px; background: url('/images/listings/bottom.gif') top left repeat-x; }
  .listings .bottomright { width: 10px; height: 10px; background: url('/images/listings/bottomright.gif') bottom right no-repeat; }
  
  .listings .coupon {
    padding-top: 3px;
    height: 24px; background: url('/images/listings/top.gif') top right repeat-x;
  }
  
  .listings .title { color: #990000; font-size: 14px;  font-weight: bold; }
  
  .listings .date {
    padding-top: 3px;
  }
  
  .listings .sep { height: 5px; background: #FFFFFF; }
  
  .listings .address, .listings .desc, .listings .flyer, .listings .logo { padding: 5px; background-color: #FFFFFF; font-weight:normal; }
  
  .listings .address {
    border-right: 1px solid #CCCCCC;
  }
  .listings .desc {  }
  .listings .flyer, .listings .logo { border-left: 1px solid #CCCCCC; }
  
  .listings .flyer_0  { display: none; }
  .listings .flyernot_1  { display: none; }
  .listings .logoweb_0  { display: none; }
  .listings .logo_1  { display: none; }
  
/*  .listings .locations { display: none; }*/

.listings .locations {
}

  .listings .display_0  { display: none; }
  .listings .display_1  { }
  .listings .icon { padding-top: 5px; }
  
  /* COUPON ------------------------------------------------------------------------------------------------------- */
  
  #coupon {
    border: 1px dashed #808080;
    padding: 5px;
    width: 550px;
  }
  
  /* REGISTRATION FORMS -------------------------------------------------------------------------------------------- */
  
  .rightside {
	float:right;
	display:inline;
	padding:0; 
	margin:0;
   }
   
   .formnote {
	font-size:9px;
	font-style:italic;
	font-weight:normal;
   }
   
   
   .bigthin {
	   	font-weight:normal;
		font-size:15px;
	}
	
#title ul {
	margin:0px;
	padding-left: 20px;
	padding-top: 3px;
}
#title ul li {
	list-style-image:url(/images/arrows.gif);
	font-weight: bold;
	color: #990000;
	font-size: 16px;
	margin: 0px;
	margin-bottom: 4px;
}