/* ----------------------------------------------------------

	Site:		.com
	Type:		Main CSS

	Author: 	Peter Gyorffy
------------------------------------------------------------- */

/* @group common */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
fieldset {
	border: 0;
}

q:before,
q:after {
	content: "";
}

pre {
	overflow: auto;
	color: red;
	background: lightyellow;
	border: 1px dotted red;
	padding: 5px;
}

body {
	background: #cdcdcd; 
    font-family:Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
    font-size:12px;
}

a {
    text-decoration:none;
    color:#0f97c7;
}

a:hover {
    text-decoration:underline;
    color:#009be7;
}

h3{
    color:#0f97c7;
    margin-bottom:10px;
}

h6{
    font-size:10px;
    color:#999;
    font-weight:normal;
}

ul{
    list-style:none;
}

h1{
    color:#79a624;
    margin:10px 0;
	font-size: 20px;
}

h2{
    color:#79a624;
    margin:10px 0;
	font-size: 14px;
}

h3{
    color:#79a624;
	font-size: 14px;
}



input[type=text], textarea {
    border:2px solid #0F97C7;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}

/* @end common */

/* @group common-classes */

.clr:after,
.colwrp:after,
#container:after,
#header:after,
#content:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.hidden {
    display:none;
}

.fir {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

.fleft {
	float: left;
}

.fright {
	float: right;
	    padding-top:5px;
	    padding-bottom:10px;
}

.noborder {
	border: 0 !important;
}

.clr{
    clear:both;
}


/* @end common-classes */

/* @group layout */

#container {
	width: 960px;	
	margin: 0 auto;
    background:#fff;
    margin-top:10px;
    border:1px solid #aaa;
    -moz-border-radius-topright:10px;
    -moz-border-radius-topleft:10px;
    -webkit-border-radius-topright:10px;
    -webkit-border-radius-topleft:10px;
}

#header {	
    margin:0 20px;
    position:relative;
    border-bottom:6px solid #7BA21B;
}

#header .fleft{
    padding:10px 0;
}

#header .fright{
    padding:0; 
    padding-top:5px;
}

#header .fright b{
    text-decoration:underline;
}

#header .fright .inputform {
    padding:0; 
}

#content {	
    padding:0px 20px 20px 20px;
}

#footer{
    width: 942px;	
	margin: 0 auto;
    background:url('../imgs/bg_footer.gif') repeat-x;
    min-height:20px;
    padding:10px;
    text-align:right;
    font-size:11px;
}

#footer .fright a{
    color:#333;
}
/* @end group layout */

/* @content layout */
#content .intro{
    background-color:#154985;
    border:1px solid #666;
    padding:5px;
    color:#fff;
}

.gray{
    color:#ccc;
}

.col1{
    width:600px;
    margin-right:20px;
}

.col2{
    width:300px;
    text-align:center;
}

.col3{
    width:275px;
    margin-right:20px;
}

.leftmenu{
    padding-left:10px;
}
/* @end content layout */

/*add new form*/
.inputform{
    color:#333;
    padding:20px 0;
    padding-bottom:0;
}

.inputform input, .inputform textarea{
    width:250px;
    padding:3px;
    border:2px solid #0F97C7;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}

.inputform .margin0{
    margin:0;
}

.inputform label{
    color:#79a624;
    font-weight:bold;
    font-size:18px;
    padding-right:10px
}

.submitBtn{
    background:#0f97c7;
    color:#fff;
    font-weight:bold;
    width:auto !important;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}

.bigPostButton{
    display:block;
    background:#7BA21B;
    color:#fff;
    padding:5px;
    font-weight:bold;
    width:100px;
    float:right;
    text-align:center;
    border:1px solid #666;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}

.bigPostButton:hover{
    text-decoration:none;
    color:#000;
    background:#999;
}


#map{
    width:598px;
    height:598px;
    border:1px solid #9d9d9d
}

#infoLabel{
    position:absolute;
    background:#fff;
    border:1px solid #AA9D88;
    padding:3px;
    display:none;
    z-index:1;
}

.marker{
    height:39px;
    width:27px;
    position:absolute;
    z-index:1;
    color:#fff;
}


.locationlist{
    width:310px;
    overflow:auto;
    height:600px;
}

.locationlist li:hover{
    background:#ccc;
    
}

.locationlist a{
    padding:6px 6px;
    border-bottom:1px solid #DFDFDF;
    overflow:hidden;
    display:block;
}

.locationlist .offer{
    background:#0058F7;
    color:#fff;
}



.locationlist img{
    margin-right:6px;
}

.deallist{
    width:600px;  
    min-height:300px;
}

.deallist li{
   margin-bottom:20px;
}

.deallist .featured{
    background:#DFF9FF;
    padding:5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}

.postdealform br{clear:both}
.postdealform label{float:left;width:120px;font-weight:bold;margin-left:0px; margin-top:10px; color:#0f97c7;}
.postdealform input,select{float:left;width:250px;margin-left:2px; margin-top:10px;}
.postdealform textarea{width:380px;height:100px;margin-left:2px; margin-top:10px;}

.error{
    background:#f00;
    color:#fff;
    padding:5px;
    margin:10px;
}


.dealBorder{
    margin-top:20px;
    border:2px solid #C7D69F;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    padding:5px;
    text-align:left;
    width:280px;
}

.dealBorder b{
    color:#79A624;
}

.detailsmain{
    width:770px;
}


.tiplist{
}

.tiplist li{
    padding:6px 6px;
    border-bottom:1px solid #DFDFDF;
    overflow:hidden;
    display:block;
}

.tiplist li:hover{
    
}

.tiplist a{
    
}

.tiplist img{
    margin-right:6px;
}

.onlyiphone{
    display:none;
}

#popup_box{
	display: none; 
	background: #fff;
	padding: 20px;
	border: 10px solid #7BA21B;
	float: left;
	position: fixed;
	top: 30%; left: 40%;
	z-index: 99999;
	width:200px;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.btn_close {
	float: right;
	margin: -10px -10px 0 0;
	cursor:pointer;
}

.locationChange{
    cursor:pointer;
	text-decoration:underline;
}

.locationChange:hover{
    color:#009BE7;
}


