﻿/** HORIZONTAL CATEGORY LIST ******************************************************************************/

.categories-horizontal {
	margin:-5px 0 5px;
	list-style:none;
}
.categories-horizontal li {
	font-size:14px;
	margin:0 0 0 0;
	float:left;
	height: 44px;
}
.categories-horizontal li.last {
	border:none;
}
.categories-horizontal li a {
	background:url(images/ico_other.png) no-repeat 0 1px;
	padding:11px 0 13px 50px;
	display:block;
	color:#000;
	width:30px;
	height: 44px;
}
.categories-horizontal li a:hover {
	text-decoration:none;
	color:#f01f22;
}

.categories-horizontal li.current a 
{
	background-position: 0 -44px;
}

.categories-horizontal .cafe a {
	background:url(images/ico_cafe.png) no-repeat 0 0;
	height: 20px;
}

.categories-horizontal .cafe a:hover {
	background:url(images/ico_cafe.png) no-repeat 0 -44px;
	height: 20px;
}

.categories-horizontal .restaurant a {
	background:url(images/ico_restaurant.png) no-repeat 0 0;
	height: 20px;
}

.categories-horizontal .restaurant a:hover {
	background:url(images/ico_restaurant.png) no-repeat 0 -44px;
	height: 20px;
}

.categories-horizontal .shop a {
	background:url(images/ico_shop.png) no-repeat 0 0;
	height: 20px;
}

.categories-horizontal .shop a:hover {
	background:url(images/ico_shop.png) no-repeat 0 -44px;
	height: 20px;
}
.categories-horizontal .bar a {
	background:url(images/ico_bar.png) no-repeat 0 0;
	height: 20px;
}

.categories-horizontal .bar a:hover {
	background:url(images/ico_bar.png) no-repeat 0 -44px;
	height: 20px;
}
.categories-horizontal .nightclub a {
	background:url(images/ico_nightclub.png) no-repeat 0 0px;
	height: 20px;
}

.categories-horizontal .nightclub a:hover {
	background:url(images/ico_nightclub.png) no-repeat 0 -44px;
	height: 20px;
}
.categories-horizontal .beauty a {
	background:url(images/ico_beauty.png) no-repeat 0 0;
	height: 20px;
}

.categories-horizontal .beauty a:hover {
	background:url(images/ico_beauty.png) no-repeat 0 -44px;
	height: 20px;
}
.categories-horizontal .entertainment a {
	background:url(images/ico_entertainment.png) no-repeat 0 0;
	height: 20px;
}

.categories-horizontal .entertainment a:hover {
	background:url(images/ico_entertainment.png) no-repeat 0 -44px;
	height: 20px;
}
.categories-horizontal .other a {
	background:url(images/ico_other.png) no-repeat 0 0;
	height: 20px;
}

.categories-horizontal .other a:hover {
	background:url(images/ico_other.png) no-repeat 0 -44px;
	height: 20px;
}
/** PRODUCT LIST ******************************************************************************/

.product-list {
	margin:-5px 0 5px;
	list-style:none;
}
.product-list li {
	float:left;
	width:180px;
	text-align:left;
	margin: 10px 5px 10px 5px;
	height: 200px;
	
}

.product-list li img 
{
	background-color: White;
}

.product-list li .title a
{
	font-weight: bold;
	font-size: 1.2em;
	color: #b52010;
	text-decoration: underline;
	
}


.product-list li .link a 
{
	color: Red;
}


/** PRODUCT ******************************************************************************/

#product
{
	
}

#product .col1
{
	float:left;
	width:412px;
}

#product .col2
{
	float:right;
	width:412px;
}




#product .col1  #description
{
	text-align: justify;
}

#product .txt_favs
{
	background: url(images/favs.jpg) no-repeat 0 0;
	border: 0;
	width:136px;
	height: 20px;
	cursor: pointer;
}

#product .txt_favs:hover
{
	background: url(images/favs.jpg) no-repeat 0 -20px;
}

#product .col2 a#jointoday
{
	background: url(images/join-today.gif) no-repeat;
	display: block;
	overflow:hidden;
	width: 425px;
	height: 82px;
	text-indent: -999px;
	
	
}

#product #map
{
	border: 1px solid black;	
}

#product dt, #product dd
{
	float:left;
}

#product .thumbs ul
{
	margin: 0;
	padding: 0;	
}

#product .thumbs li
{
	float:left;
	list-style: none;	
	margin: 0px 4px 0 4px;
}

/** TOP PRODUCT ******************************************************************************/

#top-products
{
	margin: 0;
	padding: 0;
}

#top-products li
{
	list-style: none;
	margin:0;
	border-bottom: 1px dotted #e3e3e3;
}

#top-products li dd.image
{
		float:left;
}
#top-products li dd.image img
{
		margin-right: 10px;
		border: 1px solid black;
}

#top-products li dd a
{
	text-decoration: underline;

}

/** FORMS ******************************************************************************/

.error
{
	color: Red;	
	font-weight: bold;
	width: 200px;
	margin:0px;
	padding:0px;
}

.error li
{	
	margin:0px;
	padding:0px;
	list-style-type: none;
	width: 200px;
}

.form
{
	padding:5px 10px;
	margin:0 0 15px;
	color:#000;
	cursor:default;
}

.form h3
{
	margin-bottom:10px;	
}

.form p {
    overflow:hidden;
}
* html .form p {
    overflow:visible;
    height:1%;
}

.form .chklist strong {
    margin:0 0 10px 2px;
    display:inline;
    float:left;
    width:100%;
}

.form label
{
	float:left;	
	width:200px;
	padding: 2px;
}

.form input.txt
{
	width:200px;
	padding: 2px;
}

.form select.ddl
{
	width:205px;
	padding: 2px;
}

.form select.ddl_short
{
	width:60px;
}

.form .txtarea
{
	display:block;
	width:300px;
}


.form .chk label
{
	width:350px;
	float:right;
	margin-right: 450px;
}

.form .chk input
{

	float: left;
}

.form .chklist
{
	padding-bottom: 20px;
}

.form .chklist label
{
	padding-bottom: 10px;
}
.form .chklist span br
{
	clear:both;	
}

.form .chklist span input
{
	float:left;
}

.form .rdo span label
{
	width: 40px;
}

.form .rdo span br
{
	clear:both;	
}

.form .rdo span input
{
	float:left;
}

.form .rdo span label
{

	width: 50px;
}

.form input.short
{
	width:60px;
}

.form input.fileupload
{
	width:290px;	
}

.form ul li
{
	list-style-type:none;
	
}

.form a
{
	color:#ed1c24;	
}

.form a:hover
{	
	text-decoration:underline;
}

.form input.btnSubmit
{
	margin-left: 300px;	
}

/** GRID ******************************************************************************/

table.grid
{	
	width: 100%;
	border: 1px solid #f3f3f3;
	
}

table.grid th
{
	font-weight: bold;
	padding: 5px;
}

table.grid td
{
	background: #fafafa;
	padding: 5px;
}


table.grid tr.alt td
{
	background: #f3f3f3;
	padding: 5px;
}

/** NEWS LIST ******************************************************************************/

#news_list
{
	list-style: none;
	padding: 0;
	margin: 0;
}


#news_list li 
{
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	/*width: 790px;*/
	margin:0;
}


#news_list li .image 
{
	float:left;
	width: 150px;
	text-align:center;	
	margin: 10px;
}

#news_list li .image a
{
	width: 150px;
}

#news_list li .article
{
	margin-left: 20px;
	text-align: left;
	/*width: 150px;*/
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	
}
#news_list li .article p
{
	/*width: 600px;	*/
	font-weight: normal;
	width:550px;
}

#news_list li .article a.title
{
	/*width: 600px;	*/
	font-weight: bold;
	font-size: 1.1em;
	cursor:pointer;
}



/** NEWS ARTICLE ******************************************************************************/

#article 
{
	font-size: 1.0em;
}

#article img
{
	float:right;
	margin: 10px;
	
}

/** ACCOUNT OPTIONS ******************************************************************************/


ul.account-options
{
	width: 300px;
}

ul.account-options li a
{
	font-weight: bold;	
}


/** Terms ******************************************************************************/

ol.terms, ol.terms ol
{
    list-style: none;
    padding:0;
    margin:0;
}

ol.terms li
{
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 30px;     
}

ol.terms ol, ol.terms li p
{
    margin-top:10px;
}

ol.terms li ol li, ol.terms li p
{
    font-weight: normal;
}

ol.terms li span
{
    width: 2.5em;
    float: left;
    margin-left: -2.5em; 
    text-align: left;
}

ol.terms li li span
{
    width: 3.5em;
    float: left;
    margin-left: -3.5em; 
    text-align: left;
}

h3.offer-title
{
    color: Red;
    font-size: 1.4em;   
    
}