
/* @override 
	http://localhost:3001/stylesheets/main.css?1240017367
	http://localhost:3001/stylesheets/main.css?1240161178
	http://localhost:3001/stylesheets/main.css?1240168735
*/

/* @group Main */

* {
	margin: 0;
	padding: 0;
}

body {
    background: #fff url(images/bkg-page.jpg) repeat-x top;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    color: #767676;
	overflow: hidden;
}

#iframe_wrap {
position:absolute;
top: 115px;
left: 0;
right: 0;
bottom: 0;
}


iframe#coupontomiFrame {
    color: #666;
    width: 100%;
    height: 100%;
}



a {
    text-decoration: none;
    color: #5597c9;
}
a:hover {
    text-decoration: underline;
}

#submit{
	visibility: hidden;
}
#wrapper {
    width: 980px;
    margin: 0 auto;
    text-align: left;
}


/* Top Navigation Menu */

#topmenu {
    position: relative;
}
#topmenu ul {
    margin: 0;
    padding: 0;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
#topmenu ul li {
    display: inline;
}
#topmenu ul li a {  
    display: block;
    float: left;
    padding: 0px 20px;
    font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #8C8F7D;
}
#topmenu ul li a:hover {
    text-decoration: underline;
}
#topmenu ul li a.topmenu-selected {
    background: url(images/bkg-topmenu-selected.jpg) no-repeat center;
	color: #fff;
}
#topmenu ul li a.topmenu-selected:hover {
    text-decoration: none;
    cursor: default;
}

/* Main Content */

#maincontent {
    padding: 10px 0 25px;
    line-height: 1.5em;
}
#maincontent.fc {
    padding: 40px 0;
}

#content {
    width: 660px;
    padding-top: 1px;
    float: left;
}
#content.sidenav {
    width: 790px;
}

#sidebar {
    width: 300px;
    float: right;
}


/* Page Title */

#pagetitle {
    position: relative;
    height: 80px;
}
#pagetitle h2 {
    position: absolute;
    top: 25px;
    left: 0;
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 24px;
    display: inline;
}

/* Half Content */

.half-content-left {
	width: 500px;
}

/* Register, Login */

.login-right {
	display: inline;
	width: 310px;
	margin-top: -14px;
	float: right;
}
.login-right-content label {
	width: 60px;
}
.login-right-content .submit {
	margin-left: 60px;
	padding-bottom: 20px;
}

#search-description {
	margin-top: 30px;
}
#search-description p{
	
	font-size: 12px;
	font-weight: bold;
}


/* Page Footer */

#footer {
	
    border-top: 1px dotted #d2d3d3;
    clear: both;
	margin-top: 100px;
}
#footer-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 14px 0;
    text-align: left;
}

#footer-inner a {
    margin: 0 8px;
}

#search-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#header img {
	border: none;
}
#header {
    position: relative;
    height: 70px;
    padding: 1px 0;
    font-size: 14px;
}

#header h1, h2 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #626456;
}

#header h1 {
	width: 157px;
	letter-spacing: -.075em;
	font-size: 35px;
	margin: 0;
    padding: 0;
}

#header h2 {
	letter-spacing: -.05em;
	font-weight: normal;
	color: #8D8E85;
	font-size: 15px;
}

#header #userinfo {
    position: absolute;
    top: 32px;
    right: 0;
    text-align: right;
    color: #767676;
}
#header #userinfo a {
    margin: 0 5px;
}
h2 { font-size: 26px; font-weight: normal; line-height: 1.2em; color: #333; }
h3 { font-size: 20px; font-weight: normal; line-height: 1.2em; color: #464646; }
h4 { font-size: 16px; font-weight: normal; line-height: 1.2em; color: #464646; } 
#sidebar h4 { margin-top: 0; }
h5 { font-size: 14px; line-height: 1.2em; color: #000; }



form { margin: 0px; }

/* Info Bar */
#topinfobar {
	position: relative;
	background: #fff9d7;
	border: 1px solid #e2c822;
    margin: 10px 0 0 0;
	padding: 12px;
}
#topinfobar a.topinfobar-x {
	position: absolute;
	top: 12px;
	right: 12px;
}

/* Side Nav */

#nav-sub {
	font-size: 1em;
	border: none !important;
}
#nav-sub li {
	list-style: none;
}
#nav-sub li.sub-level-0 {	
	margin-bottom: 10px;	
}
#nav-sub li.sub-level-0 ul {
	margin: 0;
	padding: 0;
	border: none;
}
#nav-sub li.sub-level-0 h4 {
	background: #fe6d4c;
	padding: 6px;
	margin: 0;
	border-bottom: 1px solid #e74e2b;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#nav-sub li.sub-level-1 {
	border-bottom: 1px solid #e8e8e8;
	font-size: 12px;
	padding: 6px;
}
#nav-sub li.sub-level-1.here {
	background: #ecf6fe;
}
#nav-sub li.sub-level-1 a {
	display: block;
}

/* Data Table */

.dataTable {
	width: 100%;
}
.dataTable thead th {
	background: #f5f5f5;
	border-bottom: 2px solid #ccc;
	padding: 10px 5px;
	font-weight: bold;
	color: #154512;
}
.dataTable tbody td {
	vertical-align: top;
	border-collapse: collapse;
	border-bottom: 1px dotted #ddd;
	padding: 8px 5px;
}
.dataTable tbody td td {
	border: none;
}
.dataTable .even {
	background: #dff0fe;
}
.dataTable .lastrow td {
	border-top: 4px solid #eee;
	border-bottom: none;
}

#results_nobreak {
	width: auto;
	white-space: nowrap;
}


/* Highlight Box */

.hbox {
	background: #fff9d7;
	border: 1px solid #e2c822;
	margin-bottom: 1em;
	padding: .5em;
	font-size: 1.2em;
	color: #464646;
}

#side-arrow {
	
	width: 300px;
	height: 100px;
	background-image: url(images/couponarrow.jpg);
	font-size: 20px;
	font-weight: bold;
}

#side-coupon{
	width: 130px;
	height: 70px;
	background-image: url(images/coupon_background.jpg);
	border: 4px dotted #cacaca;
	text-align: center;
	float: left;
	margin: 5px;
}


#search_container{
	width: 100%;
}

#search_container_left{
	width: 320px;
	float: left;
}

#search_container_right{
	float: right;
	width: 340px;
}	
	
	
#sidenav {
	width: 300px;
	margin-right: 20px
}
#sidenav h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
#sidenav .linkblock {
	padding: 10px 0;
}
#sidenav .linkblock a {
	display: block;
	margin: 8px 0;
}
#sidenav h4 {
	background: #f8f8f8;
	border-bottom: 1px dotted #ccc;
	padding: 3px;
	margin-top: 0px;
	color: #636363;
	cursor: default;
}
#sidenav ul {
	border-top: 1px dotted #ccc;
	margin: 0 0 25px 0;
	padding: 0;
}
#sidenav ul li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
}
#sidenav ul li a {
	display: block;
	padding: 5px 8px;
}

#sidenav-title {
	background: #7E8976;
	font-weight: bold;
	color: #fff !important;
}

li.activelink a {
	background: #959595;
	font-weight: bold;
	color: #fff !important;
}
li.activelink a:hover {
	text-decoration: none;
	cursor: default;
}
li.activelink ul a {
	color: #5597C9 !important;
	font-weight: normal !important;
}
li.activelink ul a:hover {
	text-decoration: underline;
	cursor: pointer;
}	
	
#generalContent h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

#generalContent h2 {
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #8D8E85;
}

#schedule h2 {
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #8D8E85;
}

#generalContent h3 {
	font-size: 1em;
}

#generalContent p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}	

#browse_header {
	width: 100%;
	background-color: #e5eacc;
}

#adsense {
	
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	clear: both;
	padding-top: 20px;
	text-align: center;
}


#adsensead{
	float: left;
	margin: 3px;
}


	

	





