/*

[ CSS Document ]

  Style Sheet Name: main.css
  Website: (The Website Homepage)
  Author: Jimmyweb Web Design
  Author URL: www.jimmyweb.net
  Version: 1.0
  Date: 13/05/11

[ Table Of Contents ]

  0- Reset
  1- Global
  2- Headings
  3- Header
  4- Navigation
  5- Main Content
  6- Side Content
  7- Extras
  8- Forms
  9- Footer

[ Quick Colour Reference Guide ]

  color:          #000000; - (black)
  color:          #ffffff; - (white)
  color:          #1e90de; - (a:link)
  color:          #e84324; - (a:hover)
  color:          #91b524; - (fun 2 work - Green)
  color:          #fa9917; - (fit 2 work - Orange)
  color:          #ef5ca3; - (simple chef - Pink)
  color:          #4693db; - (staff shop - blue)
  color:          #c955cc; - (notice board - purple)
  Etc...

[ Quick Background Image Code ]

  background:     #fff url(../images/bg.jpg) top center repeat;
  background:     #fff url(../images/bg.jpg) top center no-repeat;
  background:     #fff url(../images/bg.jpg) top center repeat-x;
  background:     #fff url(../images/bg.jpg) top center repeat-y;

*/ 


/* -------------------------------------------------------------------------------------------------------------------------------- R E S E T */

@import url("reset.css");
/* -------------------------------------------------------------------------------------------------------------------------------- G L O B A L */

/* General styles applied to HTML and Body */

html {
  text-align:     left;
  padding:        0;
  margin:         0;
  border:         0;
  font-family:    Arial, Helvetica, sans-serif;
  width:          100%;
}
body {
  clear:          both;
  line-height:    1;
  vertical-align: top;
  background:     #c2110e url(../images/bg-top.jpg) top center repeat;
  padding:        0;
  margin:         0;
  color:          #2e2d2b;
  font-family:    Helvetica, Arial, sans-serif;
  font-size:      0.8em;
  line-height:    1.5em;
  text-rendering: optimizeLegibility;
}
/* -------------- S T R U C T U R E -------------- */



/* -------------- T Y P O G R A P H Y -------------- */

/* General paragraph style */

p {
  margin:         0px 0px 0px 0px;
  padding:        0em 0px 1.5em 0px;
  text-shadow:    1px 1px 1px rgba(255, 255, 255, 0.95);
}
h2 .worksfun,
h3 .worksfun,
h4 .worksfun,
h5 .worksfun,
h6 .worksfun {
  color: #4693db;
}
h2 .worksfun span,
h3 .worksfun span,
h4 .worksfun span,
h5 .worksfun span,
h6 .worksfun span {
  color: #fa9917;
}

blockquote {
  font-style:     italic;
  quotes:         none;
  margin:         0 60px;
  font-size:      16px;
  border-top:     1px solid #3674be;
  color:          #3674be;
  padding:        0px 20px;
}
blockquote p {
  margin:         0;
  padding:        14px 16px 20px 16px;
  background:     #edede3;
}
blockquote cite {
  text-align:     right;
  display:        block;
  border-top:     1px solid #dfdfd6;
  font-size:      12px;
  background:     none;
  padding:        0 20px 20px 0;
}
/* General list styles  */

ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ul, ol {
  margin:         0px 0px 0px 40px;
  padding:        0px 0px 1.5em 0px;
  text-shadow:    0 1px 1px rgba(255, 255, 255, 0.95);
}
/* General link styles  */

a:link, a:visited {
  color:          #1e90de;
  text-decoration: none;
}
a:hover {
  color:          #e84324;
  text-decoration: none;
}
table {
  vertical-align: middle;
  border-top:     2px solid #3674be;
  border-bottom:  1px solid #fff;
  border-collapse:separate;
  border-spacing: 0;
  margin-bottom:  25px;
  width:          100%;
  text-shadow:    0 1px 1px rgba(255, 255, 255, 0.95);
}
th, tr:hover {
  background-color:#F5F5F5;
}
th {
  background:     #edede3;
  color:          #3674be;
  padding:        10px;
  border-top:     1px solid #fff;
  border-bottom:  1px solid #d2d2d2;
  vertical-align: middle;
  text-align:     left;
}
td {
  color:          #2e2d2b;
  padding:        5px 10px;
  border-top:     1px solid #fff;
  border-bottom:  1px solid #e2e2e2;
  vertical-align: middle;
  font-size:      12px;
}
/* -------------------------------------------------------------------------------------------------------------------------------- H E A D I N G S */
/* General heading styles */

h1, h2, h3, h4, h5, h6 {
  color:          #3674be;
  margin:         0px;
  padding:        0px;
  font-family:    Helvetica, Arial, sans-serif;
  font-weight:    500;
  text-rendering: optimizeLegibility;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.25);
}
/* Specific heading styles */

h1 {
  float:          left;
}
h1 a:link, h1 a:visited, h1 a:hover {
  font-size:      6px;
  display:        block;
  color:          #fff;
  margin:         25px 0px 0px 0px;
  padding:        0;
  text-shadow:    none;
  width:          243px;
  height:         1px;
}
h2 {
  font-size:      30px;
  margin:         0 0 18px 0;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.65);
}
h3 {
  font-size:      24px;
  margin:         0 0 0.5em 0;
}
aside h3 {
  font-size:      20px;
  color:          #3674be;
}
h4 {
  font-size:      18px;
  margin:         0 0 0.5em 0;
  color:          #666666;
}
h5 {
  font-size:      16px;
  margin:         0 0 0 0;
}
aside h5 {
  margin:         0 0 0 0;
}
h6 {
  font-size:      14px;
  margin:         0 0 0 0;
  color:          #666666;
  text-transform: uppercase;
}
/* -------------------------------------------------------------------------------------------------------------------------------- H E A D E R */
header.wrap {
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
  width:          100%;
  text-align:     center;
  background:     #d41a16;
  border-bottom: 5px solid #eb221d;
  height:         41px;
  position:       relative;
}
header.wrap .inner {
  margin:         0px auto 0px auto;
  padding:        0px 0px 0px 0px;
  width:          980px;
  text-align:     left;
  position:       relative;
}
/* Skip navigation style */
.skipnav {
  text-align:     left;
  height:         0px;
}
.skipnav a {
  position:       absolute;
  left:           -10000px;
  width:          1px;
  height:         1px;
  overflow:       hidden;
}
.skipnav a:focus, .skipnav a:active {
  position:       static;
  left:           0;
  width:          auto;
  height:         auto;
  overflow:       visible;
  text-decoration: underline;
}
#loggedIn {
  position:       absolute;
  top:            9px;
  right:          0px;
  font-size:      12px;
  font-family:    Arial, Helvetica, sans-serif;
  font-weight:    500;
  text-shadow:    none;
  color:          #da6d60;
  font-style:     italic;
}
#loggedInName {
  color:          #fff;
  font-size:      14px;
  font-weight:    bold;
  font-style:     normal;
  padding:        5px 22px 7px 4px;
  margin-right:   6px;
  border-right:   1px solid #db2723;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.65);
}
#loggedIn a {
  margin:         5px 0px 0px 0px;
  padding:        5px 12px 7px 12px;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.65);
  font-size:      14px;
  font-style:     normal;
  font-weight:    bold;
}
#loggedIn a:link, #loggedIn a:visited {
  text-decoration: none;
  color:          #fff;
}
#loggedIn a:hover {
  color:          #fff;
  text-decoration: none;
  background: url(../images/bg-nav.png) top center repeat;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
}
#loginLinks {
  position:       absolute;
  top:            0px;
  right:          0px;
  font-size:      14px;
  font-family:    Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#loginLinks a {
  float: left;
  display:        block;
  margin:         5px 0px 0px 0px;
  padding:        5px 12px 7px 12px;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.65);
}
#loginLinks a:link, #loginLinks a:visited {
  text-decoration: none;
  color:          #fff;
}
#loginLinks a:hover {
  color:          #fff;
  text-decoration: none;
  background: url(../images/bg-nav.png) top center repeat;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
}
a#login {
  padding-right: 40px;
  margin-left: 5px;
}
a#login:link, a#login:visited {
  outline: none;
  background: url(../images/arrowDown.png) bottom right repeat;
}
a#login:hover {
  outline: none;
  background: url(../images/arrowDown.png) top right repeat;
}
#loginPanel {
  position: absolute;
  top: 38px;
  right: 0px;
  z-index: 500;
  width: 284px;
  height: 284px;
  background: #fff;
  padding: 7px;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
  -webkit-box-shadow: #666 0 0 .25em;
  -moz-box-shadow:    #666 0 0 .25em;
  box-shadow:         #666 0 0 .25em;
}
#loginInner {
  padding: 20px;
  width: 242px;
  height: 242px;
  background: #edede3;
  border: 1px solid #dfdfd6;
}
.white {
  outline: none;
  background: #fff url(../images/arrowUp.png) bottom right no-repeat !important;
  color: #b61300 !important;
  position: relative;
  z-index:510;
  padding-bottom: 16px !important;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
}
#loginInner h3 {
  display: block;
  padding: 0 0 14px 0;
  margin: 0px;
  color: #b61300;
  border-bottom: 1px solid #dfdfd6;
}
#loginInner p {
  display: block;
  border-top: 1px solid #fff;
  padding-top:5px;
}
#loginForm {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfd6;
  padding-bottom:5px;
}
#loginForm ul.form li label {
  float:          left;
  text-align:     left;
  width:          200px;
  padding:        2px 15px 4px 0;
  font-size: 18px;
}
#loginForm ul.form li input {
  font-size: 22px;
  padding: 4px;
}
#loginForm ul.form li input#btnSubmit {
  font-size: 14px;
  padding: 2px 10px;
  margin:         10px 0 0px 162px;
}



/* Top Advert */
.topAd {
  float: right;
  margin-top: 10px;
  width: 678px;
  height: 90px;
  border: 1px solid #e1e1e1;
  position: relative;
  background: url(../images/topDiscount1.jpg) top left no-repeat;
  
}
#adPhoto {
  position: absolute;
  top: 0px;
  right: 200px;
  width: 200px;
  height: 90px;
}

.topAd #t7_timer {
  width: 162px;
  height: 55px;
  position: absolute;
  top: 38px;
  right: 0px;
}

.topAd #timeLeft {
  position: absolute;
  top: 42px;
  right: 170px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: right;
}

#topDiscount {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  background: url(../images/topDiscount.jpg) top center repeat-x;
}
#topDiscount ul {
  list-style: none;
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
}
#topDiscount ul li {
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 4px 0px;
  font-size:      14px;
  font-weight: bold;
  line-height: 1.1em;
  float: left;
  width: 65px;
  text-align: center;
  color: #fff;
  text-shadow: none;
}
#topDiscount ul li small {
  font-size:      10px;
}

#topDealTitle {
  width: 250px;
  margin:         10px 0px 0px 10px;
  padding:        0px 0px 0px 0px;  
  font-weight: bold;
  line-height: 1.2em;
}

#theDeal {
  color: #069;
}
p#topDealTitle a {
  margin: 7px 18px 0 0;
  float: left;
}


/* Head Section */
#head {
  position: relative;
  background: #fff;
  height: 110px;
  border-bottom: 1px solid #dfdfd6;
}
/* Intro Section */
#intro {
  position: relative;
  background: #edede3 url(../images/bg-intro.jpg) top center no-repeat;
  height: 55px;
  border-bottom: 1px solid #dfdfd6;
}
#intro .inner {
  position: relative;
  height: 55px;
}
/* -------------------------------------------------------------------------------------------------------------------------------- N A V I G A T I O N */


/* Main Navigation - Top Horizontal style */


nav {
 margin:          0px 0px 0px 0px;
 padding:         0px 0px 0px 0px;
 width:           980px;
 font-size:       14px;
 font-weight:     bold;
 font-family:   Arial, Helvetica, sans-serif;
}
nav ul {
  float:          left;
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
  width:          980px;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.25);
}
nav ul li {
  display:        inline;
  float:          left;
  margin:         0px 5px 0px 0px;
  padding:        0px 0px 0px 0px;
}
nav ul li a {
  display:        block;
  margin:         5px 0px 0px 0px;
  padding:        5px 12px 7px 12px;
}
nav ul#topNav li a:link, nav ul#topNav li a:visited {
  text-decoration: none;
  color:          #fff;
}
nav ul#topNav li a:hover {
  color:          #fff;
  text-decoration: none;
  background:     url(../images/bg-nav.png) top center repeat;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin:       0;
  padding:      0;
  list-style:   none;
}
.sf-menu {
  line-height:  1.0;
}
.sf-menu ul {
  position:     absolute;
  top:          -999em;
  width:        10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width:        100%;
}
.sf-menu li:hover {
  visibility:   inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float:        left;
  position:     relative;
}
.sf-menu a {
  display:      block;
  position:     relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
  left:         0;
  top:          6.1em; /* match top ul list item height */
  z-index:      99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
  top:          -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
  left:         10em; /* match ul width */
  top:          0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
  top:          -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
  left:         10em; /* match ul width */
  top:          0;
}
/*** DEMO SKIN ***/
.sf-menu {
  float:        left;
}
.sf-menu a {
  padding:      26px 16px;
  text-decoration:none;
}
.sf-menu a:link, .sf-menu a:visited {
  color: #90b0c5;
}
.sf-menu a:hover {
  color: #fff;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu li {
}
.sf-menu li a {
  height: 19px;
}
.sf-menu li li a {
  height: 10px;
  padding:      0.75em 16px;
}
.sf-menu li li {
  background:   #05223a;
}
.sf-menu li ul {
  -webkit-box-shadow:     #333 0px 1px .25em;
  -moz-box-shadow:        #333 0px 1px .25em;
  box-shadow:             #333 0px 1px .25em;
}
.sf-menu li li li {
  background:   #05223a;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background:   #e3e3e3;
  outline:      0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right:  2.25em;
  min-width:    1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position:     absolute;
  display:      block;
  right:        .75em;
  top:          1.05em; /* IE6 only */
  width:        10px;
  height:       10px;
  text-indent:  -999em;
  overflow:     hidden;
  background:   url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
  top:          2.3em;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
}
.sf-shadow ul.sf-shadow-off {
}
nav #topNav {
}
#intro ul#secondNav {
  position:       absolute;
  top:            2px;
  left:           0px;
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
  width:          980px;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.25);
  font-family:    Arial, Helvetica, sans-serif;
  font-size:      18px;
  font-weight:    bold;
}
#intro ul li {
  display:        inline;
  float:          left;
  margin:         0px 7px 0px 0px;
  padding:        0px 0px 0px 0px;
}
#intro ul li a {
  display:        block;
  width: 120px;
  height: 54px;
  margin:         3px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
}
#intro ul li a:link, #intro ul li a:visited {
  text-decoration: none;
  color:          #fff;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
}
#intro ul li a:hover {
  color:          #fff;
  text-decoration: none;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
}
ul#secondNav li#fun a:link, ul#secondNav li#fun a:visited {
  background:     url(../images/btn-fun.png) top left no-repeat;
}
ul#secondNav li#fun a:hover {
  background:     url(../images/btn-fun.png) bottom left no-repeat;
}
ul#secondNav li#fit a:link, ul#secondNav li#fit a:visited {
  background:     url(../images/btn-fit.png) top left no-repeat;
}
ul#secondNav li#fit a:hover {
  background:     url(../images/btn-fit.png) bottom left no-repeat;
}
ul#secondNav li#chef a:link, ul#secondNav li#chef a:visited {
  background:     url(../images/btn-chef.png) top left no-repeat;
}
ul#secondNav li#chef a:hover {
  background:     url(../images/btn-chef.png) bottom left no-repeat;
}
ul#secondNav li#shop a:link, ul#secondNav li#shop a:visited {
  background:     url(../images/btn-shop.png) top left no-repeat;
}
ul#secondNav li#shop a:hover {
  background:     url(../images/btn-shop.png) bottom left no-repeat;
}
ul#secondNav li#notice a:link, ul#secondNav li#notice a:visited {
  background:     url(../images/btn-notice.png) top left no-repeat;
}
ul#secondNav li#notice a:hover {
  background:     url(../images/btn-notice.png) bottom left no-repeat;
}
#homePanel {
  background: #f9f9f9;
  width: 980px;
  border-bottom: 1px solid #dfdfd6;
  margin-top: 0;
  padding-top: 20px;
}
#homePanel .panel {
  float: left;
  width: 230px;
  height: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0px;
}
#homePanel .first {
  padding-top: 20px;
  color:          #d35f00;
}
#homePanel .first img {
  margin-bottom: 20px;
}
#homePanel .first strong {
  color: #e18400;
}
#homePanel .last {
  margin-right: 0px;
}
#mainContent .module {
}
#button {
  margin: 0 0 0px 26px;
  padding: 0;
  clear: both;
}
#social {
  position:       absolute;
  top:            13px;
  right:          0px;
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
}
#social a#twitter {
  width:          28px;
  height:         28px;
  display:        block;
  float:          left;
  margin-right:   5px
}
#social a#twitter:link, #social a#twitter:visited {
  background-image:     url(../images/social.jpg);
  background-repeat: none;
  background-position: -32px -0px;
}
#social a#twitter:hover {
  background-image:     url(../images/social.jpg);
  background-repeat: none;
  background-position: -32px -32px;
}
#social a#facebook {
  width:          28px;
  height:         28px;
  display:        block;
  float:          left;
}
#social a#facebook:link, #social a#facebook:visited {
  background-image: url(../images/social.jpg);
  background-repeat: none;
  background-position: -0px -0px;
}
#social a#facebook:hover {
  background-image: url(../images/social.jpg);
  background-repeat: none;
  background-position: -0px -32px;
}
#mainContent .offers {
  clear: both;
}
#mainContent .offers img {
  padding-bottom: 4px;
}
#mainContent a.offer {
  float:          left;
  margin-right:   25px;
  margin-bottom:  25px;
  padding:        9px 9px 9px 9px;
  width:          180px;
  height:         200px;
  background:     #fff;
  border:         1px solid #c3c3c3;
  font-size:      11px;
  line-height:    1.3em;
  -webkit-border-radius:  4px;
  -moz-border-radius:     4px;
  border-radius:          4px;
  -webkit-box-shadow:     #CCC 0 0 .25em;
  -moz-box-shadow:        #CCC 0 0 .25em;
  box-shadow:             #CCC 0 0 .25em;
}
#mainContent .offers .last {
  margin-right:     0px;
}
#mainContent a .offerCat {
  font-size:      18px;
  font-weight:    bold;
  color:          #2e2d2b;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.25);
}
#mainContent a .offerValue {
  font-size:      12px;
  color:          #2e2d2b;
}
#mainContent a .offerLoc {
  display:        block;
  border-top:     1px solid #c3c3c3;
  font-size:      10px;
  color:          #999;
  margin:         5px 0px 0px 0px;
  padding:        2px 0px 0px 0px;
}
#mainContent a.offer:hover {
  background:     #e1e1e1;
}
#mainContent a.offer img {
  width: 100%;
}
#fun #mainContent .offerDetail img {
  width: auto;
}
#mainContent .more {
  clear:          both;
  padding:        0px 0 0 30px;
  background:     url(../images/arrowMore.png) center left no-repeat;
}
#mainContent .offerDetail a.offer {
  float:          left;
  margin-right:   0px;
  margin-bottom:  24px;
  padding:        5px 25px 5px 5px;
  width:          618px;
  height:         160px;
  background:     #fff;
  border:         1px solid #c3c3c3;
  font-family:    Helvetica, Arial, sans-serif;
  font-size:      12px;
  line-height:    1.5em;
  position: relative;
}
#mainContent .offerDetail .offer.last {
  margin-right:   0px;
}
#mainContent .offerDetail a.offer:link, #mainContent .offerDetail a.offer:visited {
  color:          #2e2d2b;
}
#mainContent .offerDetail a.offer:hover {
  background:     #e1e1e1;
  color: #000;
}
#mainContent .offerDetail a.offer img {
  padding-bottom: 0px;
  padding-right:  20px;
  float:          left;
}
.offerTitle {
  font-size:      18px;
  padding: 10px 0 0px 0;
  display:block;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.25);
}
.more {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#mainContent .offerDetails div.offer {
  float:          left;
  margin-right:   0px;
  margin-bottom:  14px;
  padding:        5px 25px 5px 5px;
  width:          618px;
  height:         160px;
  background:     #fff;
  border:         1px solid #c3c3c3;
  font-family:    Helvetica, Arial, sans-serif;
  font-size:      12px;
  line-height:    1.5em;
  position: relative;
}
#mainContent .offerDetails div.offer img {
  padding-bottom: 0px;
  padding-right:  20px;
  float:          left;
}
#mainContent .offerDetails div.offer img {
  padding-bottom: 0px;
  padding-right:  20px;
  float:          left;
}
/* Tabs CSS3 Test
---------------------------------------------- */
.tabBoxWrap {
  float: left;
  width: 650px;
  padding-bottom: 30px;
}
.tabBox .tabs {
  margin:         0;
  padding:        0 10px;
  overflow:       hidden;
  margin-bottom:  -1px;
  height:         2.25em;
}
.tabBox .tabs li {
  float:          left;
  list-style:     none;
  margin:         0;
  padding:        .25em .25em 0;
  height:         2em;
  overflow:       hidden;
  position:       relative;
  z-index:        1;
  border-bottom:  1px solid #FFF;
}
.tabBox .tabs li.selected {
  z-index:        3;
}
.tabBox .tabs a {
  float:          left;
  height:         2em;
  line-height:    2em;
  -webkit-border-radius:  8px;
  -moz-border-radius:     8px 8px 0 0;
  border-radius:          8px 8px 0 0;
  background:     #EEE;
  border:         1px solid #CCC;
  border-bottom:  0;
  padding:        0 10px 10px 10px;
  color:          #000;
  text-decoration: none;
}
.tabBox .tabs .selected a {
  background:     #FFF;
  -webkit-box-shadow: #CCC 0 0 .25em;
  -moz-box-shadow:    #CCC 0 0 .25em;
  box-shadow:         #CCC 0 0 .25em;
}
.tabBox .tabs a:hover {
  background:     -webkit-gradient(linear, 0 0, 0 70%, from(#EEF), to(#FFF));
  background:     -moz-linear-gradient(#EEF, #FFF 70%);
  background:     linear-gradient(#EEF, #FFF 70%);
}
.tabBox .content {
  clear:          left;
  position:       relative;
  z-index:        2;
  padding:        2em 1em;
  border:         1px solid #CCC;
  background:     #FFF;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
  -webkit-box-shadow:     #CCC 0 0 .25em;
  -moz-box-shadow:        #CCC 0 0 .25em;
  box-shadow:             #CCC 0 0 .25em;
}
#fun .fun {
  color: #729113;
}
#fit .fit {
  color: #de8000;
}
#chef .chef {
  color: #ef60a5;
}
#mapWrap {
  float:          left;
  margin-top:     0px;
  margin-bottom:  20px;
}
/* -------------------------------------------------------------------------------------------------------------------------------- M A I N  C O N T E N T */




section.wrap {
  background:     #f9f9f9;
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
  width:          100%;
  text-align:     center;
  float:          left;
}
section.inner {
  margin:         0px auto 0px auto;
  padding:        0px 0px 0px 0px;
  width:          980px;
  text-align:     left;
  position: relative;
}
article {
  width:          650px;
  float:          left;
  margin:         25px 0px 0px 0px;
  padding:        0 0 10px;
}
#mainContent .module {
  border:     1px solid #c3c3c3;
  background: #fff;
  padding:    20px 20px;
  margin-bottom: 25px;
  -webkit-border-radius:  8px;
  -moz-border-radius:     8px;
  border-radius:          8px;
}
#mainContent .contactModule ul li {
  font-size:      12px;
  font-family:    Arial, Helvetica, sans-serif;
}
#mainContent .contactModule ul li.title {
  float:          left;
  text-align:     right;
  width:          140px;
  padding:        2px 0px 6px 0;
  font-size: 14px;
  font-style:italic;
  font-weight: bold;
  color: #3674BE;
}
#mainContent .contactModule ul li .legend {
  display:        block;
  width:          140px;
  float:          left;
  text-align:     right;
  padding:        2px 0px 0px 0px;
  font-weight:    bold;
}
#mainContent .contactModule li.radio label {
  text-align: left;
  padding:        2px 0px 0px 15px;
  width: auto;
}
#mainContent .contactModule label {
  font-size:      12px;
  font-family:    Arial, Helvetica, sans-serif;
  font-weight:    bold;
}
#mainContent .contactModule input, #mainContent .contactModule textarea {
  background:     #fff;
  color:          #333;
  font-size:      16px;
  font-family:    Arial, Helvetica, sans-serif;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
  border:   1px solid #c6c6c6;
  border-bottom:  2px solid #c6c6c6;
  padding-left:   4px;
  padding-right:  4px;
}
#mainContent .contactModule input:focus, #mainContent .contactModule textarea:focus {
  background:     #fff;
  border:   1px solid #c8d7e4;
  border-bottom:  2px solid #2d8ad9;
  color: #075fa9;
}
.choice {
  float: left;
}
#mainContent .contactModule #btnSubmit {
  font-size:      12px;
  font-weight: bold;
  background:      url(../images/grad.png) center left repeat-x;
  color: #fff;
  border: none;
  padding: 8px 18px;
  -webkit-border-radius:  35px;
  -moz-border-radius:     35px;
  border-radius:          35px;
  -webkit-box-shadow: #666 0 1px .25em;
  -moz-box-shadow:    #666 0 1px .25em;
  box-shadow:         #666 0 1px .25em;
}
#mainContent .contactModule #btnSubmit:hover {
  background:      url(../images/grad.png) bottom left repeat-x;
}
/* Fun 2 Work Content
---------------------------------------------- */

p.intro {
  color: #333;
  font-size: 18px;
  line-height: 1.3em;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.45);
}
/* Deals Page - Content
---------------------------------------------- */


#mainContent .deals {
  width: 608px;
  float: left;
  background:      #fff url(../images/starburst.jpg) top left no-repeat;
  border:         1px solid #CCC;
  -webkit-border-radius:  4px;
  -moz-border-radius:     4px;
  border-radius:          4px;
  -webkit-box-shadow:     #CCC 0 0 .25em;
  -moz-box-shadow:        #CCC 0 0 .25em;
  box-shadow:             #CCC 0 0 .25em;
}
.deals h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
  margin:         0px 0px 25px 220px;
  padding:        0px 0px 0px 0px;
  height: 46px;
}
/* Deal Side
---------------------------------------------- */
.dealSide {
  padding-top: 0px;
  width: 195px;
  float: left;
  margin-right: 25px;
}
#priceTag {
  display: block;
  background:      url(../images/tag1.png) top right no-repeat;
  width: 210px;
  height: 127px;
  position: relative;
  top: 0px;
  left: -15px;
}
#amount {
  color: #ff8400;
  font-size: 36px;
  font-weight: bold;
  padding: 48px 0 0 40px;
  letter-spacing: -0.1em;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.45);
}
.buy_btn {
  position: absolute;
  top: 32px;
  right: -9px;
}
#dealDiscount {
  float: left;
  width: 195px;
  margin:         10px 0px 25px 0px;
  padding:        0px 0px 0px 0px;
  position: relative;
  left: -5px;
}
#dealDiscount ul {
  list-style:     none;
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
  float: left;
  width: 195px;
}
#dealDiscount ul li {
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
  width: 65px;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  color: #37547a;
  font-size: 20px;
}
#dealDiscount ul li small {
  font-size: 11px;
  color: #677b95;
}
#timerContainer {
  clear: both;
  padding: 45px 11px 45px 19px;
  background:   url(../images/timer.png) top left no-repeat;  
  width: 164px;
  text-shadow:    0 0px 2px rgba(64, 64, 64, 0.65);
}
#timerContainer h5 {
  margin:         0px 0px 9px 0px;
  padding:        0px 0px 0px 0px;
  font-weight: bold;
  color: #fff;
  font-size: 19px;
}
#numberSold {
  margin:         30px 0px 20px 0px;
  padding:        0px 0px 0px 0px;
}
#numberSold h5 {
  margin:         0px 0px 3px 0px;
  padding:        0px 0px 0px 0px;
  font-weight:    bold;
  font-size:      18px;
}
/* Deal Content
---------------------------------------------- */

.dealMain {
  width:          380px;
  float:          left;
}
.dealMain h5 {
  font-size:      14px;
  font-weight:    bold;
}
.dealMain img {
  width:          100%;
  margin:         0px 0px 12px 0px;
  padding:        0px 0px 0px 0px;
}

#footPrice {
  display:        block;
  width:          380px;
  position:       relative;
  border-top:     1px solid #CCC;

}
#footAmount {
  color:          #ff8400;
  font-size:      36px;
  font-weight:    bold;
  padding:        24px 32px 20px 90px;
  letter-spacing: -0.1em;
  text-shadow:    0 1px 1px rgba(64, 64, 64, 0.45);
}
#footAmount .buy_btn {
  position: absolute;
  top:            10px;
  right: 0px;
}
#footAmount .buy_btn img{
  width:          auto;
  position:       relative;
  top:            0px;
  right:          90px;
}


/* �������������������������������������������������������������������������������������������������������������������������������� S I D E  C O N T E N T */


aside {
  width:          300px;
  float:          right;
  margin:         25px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
}
aside ul {
  margin:         0px 0px 20px 18px;
  padding:        0px 0px 0px 0px;
}
aside .module {
  background: #fff;
  padding:    10px 10px;
  margin-bottom: 25px;
  border:         1px solid #CCC;
  -webkit-border-radius:  4px;
  -moz-border-radius:     4px;
  border-radius:          4px;
  -webkit-box-shadow:     #CCC 0 0 .25em;
  -moz-box-shadow:        #CCC 0 0 .25em;
  box-shadow:             #CCC 0 0 .25em;
}
aside p {
  padding:        0px 0px 1.2em 0px;
}
aside .module h3 {
  font-size: 18px;
  font-weight: bold;
}
aside ul, aside ol {
  margin:         0px 0px 0px 30px;
  padding:        0px 0px 1.5em 0px;
  text-shadow:    0 1px 1px rgba(255, 255, 255, 0.95);
}
aside .whatnew ul {
  margin:         0px 0px 0px 20px;
  padding:        0px 0px 0px 0px;
}
aside .whatnew ul li {
  margin:         0px 0px 15px 0px;
  padding:        0px 0px 0em 0px;
}
aside .sideAd {
  margin-bottom: 25px;
}
/* Side - Leaderboard Table
---------------------------------------------- */

.module.ladder {
  padding: 55px 0 0 0;
  border:     5px solid #3674be;
  background:      url(../images/trivia.jpg) top left no-repeat;
}
.module.ladder table {
  margin: 0;
  border-bottom: none;
}
.pos {
  color: #fff;
  background: #c87600;
  font-weight: bold;
  display: block;
  padding: 0 2px;
  width: 16px;
  text-align: center;
  -webkit-border-radius:  50px;
  -moz-border-radius:     50px;
  border-radius:          50px;
  text-shadow: none;
}
ul.trivia {
  list-style-type: none;
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
}
.previously {
  margin:         15px 0px 0px 0px;
  padding:        6px 0px 0px 0px;
  border-top: 1px solid #e1e1e1;
}
.previously h5 {
  margin:         0px 0px 5px 0px;
  padding:        0px 0px 0px 0px;
  font-size: 12px;
}
.previously p {
  font-size: 11px;
  line-height: 1.3em;
  margin:         0px 0px 5px 0px;
  padding:        0px 0px 0px 0px;
  color: #999;
}
/* Chef Content
---------------------------------------------- */

.tabBox .contentChef {
  clear:          left;
  position:       relative;
  z-index:        2;
  padding:        1em 1em;
  border:         1px solid #CCC;
  background:     #FFF;
  -webkit-border-radius:  3px;
  -moz-border-radius:     3px;
  border-radius:          3px;
  -webkit-box-shadow:     #CCC 0 0 .25em;
  -moz-box-shadow:        #CCC 0 0 .25em;
  box-shadow:             #CCC 0 0 .25em;
  margin-bottom:  25px;
}
table#chef {
  vertical-align: middle;
  border-top:     1px solid #ef5ca3;
  border-bottom:  1px solid #fff;
  border-collapse:separate;
  border-spacing: 0;
  margin-bottom:  0px;
  width:          100%;
  text-shadow:    0 1px 1px rgba(255, 255, 255, 0.95);
}
table#chef th, table#chef tr:hover {
  background-color:#F5F5F5;
}
table#chef th {
  background:     #edede3;
  color:          #ef5ca3;
  padding:        6px 0px 6px 0px;
  border-top:     1px solid #fff;
  border-bottom:  1px solid #d2d2d2;
  vertical-align: middle;
  text-align:     left;
}
table#chef td {
  color:          #2e2d2b;
  padding:        5px 0px 5px 0px;
  border-top:     1px solid #fff;
  border-bottom:  1px solid #e2e2e2;
  margin:         0px 0px 0px 0px;
  vertical-align: top;
  font-size:      12px;
  width:          75px;
}
table#chef td a {
  display:        block;
  font-size:      10px;
  line-height:    1.1em;
}
table#chef td a:link, table#chef td a:visited {
  color:          #000;
}
table#chef td a:hover {
  color:          #F00;
}
table#chef td img {
  display:        block;
  padding:        0px 0px 3px 0px;
  margin:         0px 0px 0px 0px;
}
.lightTip {
  width:          342px;
}
.lightTip .content {
  background:     #ffffff;
  color:          #020202;
  width:          310px;
  padding:        10px;
  border:         6px solid #e2e2e2;
  -moz-border-radius:     5px;
  -webkit-border-radius:  5px;
  border-radius:          5px;
}
.lightTip .bottom {
  height:         14px;
  background:     url(../images/notch-white.png) top center no-repeat;
}
.darkTip {
  width:          342px;
}
.darkTip .content {
  width:          310px;
  padding:        10px;
  border:         6px solid #303030;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background:     #505050;
  color:          #f8f8f8;
}
.darkTip .bottom {
  height:         14px;
  background:     url(../images/notch-dark.png) top center no-repeat;
}
/* Noticeboard Content
---------------------------------------------- */


.notices {
  float: left;
  width: 650px;
  margin-bottom: 30px;
}
.notices ul {
  padding:        0px 0px 3px 0px;
  margin:         0px 0px 0px 0px;
}
.notices ul li.note {
  list-style: none;
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  text-align: center;
  padding:        40px 20px 10px 20px;
  font-size: 11px;
  line-height: 1.3em;
  float: left;
  width: 170px;
  height: 180px;
  margin: 0 10px 10px 0;
  background:   #f9ee6e url(../images/note.png) top center no-repeat;
  text-shadow: none;
  position: relative;
}
.noteTitle {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 0px;
  background:   url(../images/white.png) top center repeat;
  margin-bottom: 10px;
}
.noteTime {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  color: #666;
  font-size: 10px;
  text-align: left;
  position: absolute;
  top: 18px;
  left:18px;
}
.noteBy {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  color: #666;
  font-size: 10px;
  position: absolute;
  bottom: 14px;
  left: 19px;
}
.notices ul li .noteControls {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
}
.notices ul li .noteControls a {
  padding: 2px;
}
.notices ul li .noteControls a:link, .notices ul li .noteControls a:visited {
  color: #666;
}
.notices ul li .noteControls a:hover {
  color: #06F;
}
.notices ul li.last {
  margin: 0 0px 10px 0;
}
.notices ul li.blue {
  background:   #8ab6f2 url(../images/note.png) top center no-repeat;
}
.notices ul li.red {
  background:   #ea9290 url(../images/note.png) top center no-repeat;
}
.notices ul li.green {
  background:   #8cd196 url(../images/note.png) top center no-repeat;
}
.notices ul li.yellow {
  background:   #f9ee6e url(../images/note.png) top center no-repeat;
}
.notices ul li.note {
  color:        #333;
}
.notices ul li.add,
.notices ul li.login a {
  font-size:    14px;
  color:        #333;
  font-weight:  bold;
  cursor:       pointer;
}
.jMax {
  width:        165px;
  height:       150px;
  float:        left;
}
.jMax textarea {
  border:       1px dashed #fff;
  background-color: transparent;
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  text-align: center;
  color:        #000;
  width:        100%;
  height:       90px;
  font-size:    11px;
  padding:      5px;
  margin-top:   10px;
  resize:       none;
  overflow:     auto;
}
.jMax textarea:focus {
  outline:      none;
  background:   url(../images/white.png) top center repeat;
  border:       1px dashed #666;
}
.jMax-text {
  margin:       0px;
  color:        #fff;
  font-weight:  bold;
  font-size:    18px;
  position:     absolute;
  top:          16px;
  right:        15px;
  font-family:  Arial, Helvetica, sans-serif;
}
.jMax-submit {
  margin:       5px 5px 5px 5px;
}
.jMax-submit input[type="submit"] {
  padding:      3px 5px;
  float:        left;
  width:        100px;
  color:        #333;
  font-weight:  bold;
  text-decoration: none;
  -moz-border-radius:     20px;
  -webkit-border-radius:  20px;
  border-radius:          20px;
  -moz-box-shadow:        0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow:     0 1px 3px rgba(0,0,0,0.5);
  cursor:       pointer;
  background:   #DFDFDF;
  font-size:    14px;
  border:       1px solid #ccc;
  text-shadow:  0 1px 1px rgba(255, 255, 255, 0.95);
}
.jMax-submit input[type="submit"].disabled {
  display:      none;
}
.jMax-submit input[type="submit"].enabled:hover {
  background:   #ccc;
  color:        #333;
  text-shadow:    0 1px 1px rgba(255, 255, 255, 0.95);
}
#addNote {
  float:          left;
  padding-bottom: 20px;
}
#frmCategory {
}
#frmCategory select {
  font-size: 11px;
  position: absolute;
  top: 39px;
  left: 21px;
  width:        175px;
  padding: 3px;
}
/* Menu Page Content
---------------------------------------------- */


.menuSide {
  width: 300px;
  float: left;
}
.menuSide img {
  margin-bottom: 20px;
}
.menuInstructions {
  width: 320px;
  float: right;
}
/* -------------------------------------------------------------------------------------------------------------------------------- E X T R A S */


/* jQuery Countdown styles 1.5.9. */
.hasCountdown {
  width: 152px;
background: #fff;
}
.countdown_rtl {
  direction: rtl;
}
.countdown_holding span {
  background-color: #ccc;
}
.countdown_row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown_show1 .countdown_section {
  width: 98%;
}
.countdown_show2 .countdown_section {
  width: 48%;
}
.countdown_show3 .countdown_section {
  width: 32.5%;
}
.countdown_show4 .countdown_section {
  width: 24.5%;
}
.countdown_show5 .countdown_section {
  width: 19.5%;
}
.countdown_show6 .countdown_section {
  width: 16.25%;
}
.countdown_show7 .countdown_section {
  width: 14%;
}
.countdown_section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown_amount {
  font-size: 200%;
}
.countdown_descr {
  display: block;
  width: 100%;
}
#t7_timer {
  width: 300px;
  height: 55px;
  position: relative;
}
#t7_timer_over {
  width: 195px;
  height: 55px;
  position: absolute;
  top: 0px;
  left: 1px;
  margin: 0px;
 padding: : 0px;
}
#t7_vals {
  width: 100%;
  clear:both;
  margin: 0px auto;
}
.t7_numbs {
  font-size: 28px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: left;
  color: #fff725;
}
#t7_y {
  background-image: url(../images/Countdown2.png);
  background-repeat: no-repeat;
  float:left;
  width: 48px;
  height:27px;
  background-color:#ffffff;
  padding: 6px 0px 0px 3px;
  margin: 1px;
  letter-spacing: 7px;
}
#t7_d {
  background-image: url(../images/Countdown3.png);
  background-repeat: no-repeat;
  float:left;
  width: 71px;
  height:27px;
  background-color:#ffffff;
  padding: 6px 0px 0px 3px;
  margin: 1px;
  letter-spacing: 7px;
}
#t7_h {
  background-image: url(../images/Countdown2.png);
  background-repeat: no-repeat;
  float:left;
  width: 48px;
  height:27px;
  background-color:#ffffff;
  padding: 6px 0px 0px 3px;
  margin: 1px;
  letter-spacing: 7px;
}
#t7_m {
  background-image: url(../images/Countdown2.png);
  background-repeat: no-repeat;
  float:left;
  width: 47px;
  height:27px;
  background-color:#ffffff;
  padding: 6px 0px 0px 3px;
  margin: 1px;
  letter-spacing: 7px;
}
#t7_s {
  background-image: url(../images/Countdown2-nc.png);
  background-repeat: no-repeat;
  float:left;
  width: 42px;
  height:27px;
  background-color:#ffffff;
  padding: 6px 0px 0px 3px;
  margin: 1px;
  letter-spacing: 7px;
}
#t7_labels {
  width: 100%;
  clear:both;
  margin: 0px auto;
}
.t7_labs {
  font-size: 9px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#t7_yl {
  float:left;
  width: 51px;
  height:15px;
  padding:0px;
  margin: 0px;
}
#t7_dl {
  float:left;
  width: 74px;
  height:15px;
  padding:0px;
  margin: 0px;
}
#t7_hl {
  float:left;
  width: 54px;
  height:15px;
  padding:0px;
  margin: 0px;
}
#t7_ml {
  float:left;
  width: 55px;
  height:15px;
  padding:0px;
  margin: 0px;
}
#t7_sl {
  float:left;
  width: 46px;
  height:15px;
  padding:0px;
  margin: 0px;
}
/* Homepage Slider style - used for jQuery Lof Slider - http://landofcoder.com  */
.lof-slidecontent {
  position:relative;
  top: 0px;
  overflow:hidden;
  width:980px;
  height:300px;
  margin: 20px 0;
}
#shadow {
  position: absolute;
  bottom:-32px;
  left: 0;
}
.lof-slidecontent .preload {
  height:100%;
  width:100%;
  background:#FFF;
  position:absolute;
  top:0;
  left:0;
  z-index:100000;
  color:#FFF;
  text-align:center
}
.lof-slidecontent .preload div {
  height:100%;
  width:100%;
  background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer {
  position:relative;
  height:100%;
  width:680px;
  z-index:3px;
  overflow:hidden;
}
/*******************************************************/
.lof-main-item-desc {
  z-index:100px;
  position:absolute;
  bottom:0px;
  left:0px;
  width:680px;
}
.lof-main-item-desc p {
  color:#FFF;
  margin:0 8px;
  padding:8px 0
}
.lof-main-item-desc h3 {
  margin: 0 !important;
  width: 680px !important;
}
.lof-main-item-desc h3 a {
  color:#FFF;
  margin:0;
  font-size:22px;
  font-weight: bold;
  padding:260px 0px 40px 20px !important;
  margin: 0 !important;
  width: 660px !important;
  display: block;
  position: relative;
  z-index: 900;
  height: 0px !important;
}
.lof-main-item-desc h3 a:hover {
  color:#FF6;
  background:url(../images/transparent_bg.png);/* filter:0.7(opacity:60) */
}
/* main flash */
ul.lof-main-wapper {
  /* margin-right:auto; */
  overflow:hidden;
  background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
  padding:0px;
  margin:0;
  height:300px;
  width:680px;
  position:absolute;
  overflow:hidden;
  border-top:1px solid #E1E1E1;
}
ul.lof-main-wapper li {
  overflow:hidden;
  padding:0px;
  margin:0px;
  height:100%;
  width:680px;
  float:left;
}
.lof-opacity li {
  position:absolute;
  top:0;
  left:0;
  float:inherit;
}
ul.lof-main-wapper li img {
  padding:0px;
  width:680px;
}
li-desc {
  z-index:100px;
  position:absolute;
  top:150px;
  left:50px;
  width:400px;
  background:url(../images/transparent_bg.png);/* filter:0.7(opacity:60) */
}
li-desc p {
  color:#FFF;
  margin:0 8px;
  padding:8px 0
}
li-desc h3 a {
  color:#FFF;
  margin:0;
  font-size:100%;
  padding:20px 8px 8px 20px;
}
li-desc h3 a:hover {
  color:#FF6;
  text-decoration:underline;
}
/* item navigator */
ul.lof-navigator {
  top:0;
  padding:0;
  margin:0;
  position:absolute;
  width:100%;
  text-shadow:    none;
}
ul.lof-navigator li {
  cursor:hand;
  cursor:pointer;
  list-style:none;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
  text-shadow:    none;
  font-size: 12px;
  line-height: 1.2em;
}
.lof-navigator-outer {
  position:absolute;
  right:0;
  top:0px;
  z-index:100;
  height:300px;
  width:315px;
  overflow:hidden;
  color:#FFF
}
.lof-navigator li.active {
  background:url(../images/arrow-bg.png) no-repeat scroll left center;
  color:#FFF
}
.lof-navigator li:hover {
}
.lof-navigator li h3 {
  color:#000;
  font-size:18px;
  padding:20px 0 11px !important;
  margin:0;
  font-weight: bold;
}
.lof-navigator li div {
  background:#fff;
  color:#000;
  height:100%;
  position:relative;
  margin-left:15px;
  padding-left:25px;
  padding-right:25px;
  border-top:1px solid #E1E1E1;
}
.lof-navigator li.active div {
  background:url(../images/grad-bg.gif);
  color:#FFF;
}
.lof-navigator li.active.fun div {
  background:     #8fb421;
  color:#FFF;
}
.lof-navigator li.active.fit div {
  background:     #fa9916;
  color:#FFF;
}
.lof-navigator li.active.chef div {
  background:     #ef5ca3;
  color:#FFF;
}
.lof-navigator li.active.shop div {
  background:     #4593db;
  color:#FFF;
}
.lof-navigator li.active.notice div {
  background:     #c954cc;
  color:#FFF;
}
.lof-navigator li.active.fun {
  background:url(../images/arrow-fun.png) no-repeat scroll left center;
  color:#FFF
}
.lof-navigator li.active.fit {
  background:url(../images/arrow-fit.png) no-repeat scroll left center;
  color:#FFF
}
.lof-navigator li.active.chef {
  background:url(../images/arrow-chef.png) no-repeat scroll left center;
  color:#FFF
}
.lof-navigator li.active.shop {
  background:url(../images/arrow-shop.png) no-repeat scroll left center;
  color:#FFF
}
.lof-navigator li.active.notice {
  background:url(../images/arrow-notice.png) no-repeat scroll left center;
  color:#FFF
}
.lof-navigator li img {
  height:60px;
  width:60px;
  margin:15px 15px 10px 0px;
  float:left;
  padding:3px;
  border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img {
  border:##6C8E5C solid 1px;
}
.lof-navigator li.active h3 {
  color:#FFF;
}
/* Other jQuery styles */

/* Google map style */

/* Video style */

/* Audio style */



/* button 
---------------------------------------------- */
.button {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
  text-decoration: none;
}
.button:active {
  position: relative;
  top: 1px;
}
a.button:link, a.button:visited, a.button:hover, a.button:active {
  color: #fff;
}
.offer .button {
  margin-top: 12px;
  margin-bottom: 8px;
}
.bigrounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.medium {
  font-size: 12px;
  padding: .4em 1.5em .42em;
}
.small {
  font-size: 11px;
  padding: .2em 1em .275em;
}
/* gray */
.gray {
  color: #e9e9e9;
  border: solid 1px #555;
  background: #6e6e6e;
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
  background: -moz-linear-gradient(top, #888, #575757);
}
.gray:hover {
  background: #616161;
  background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
  background: -moz-linear-gradient(top, #757575, #4b4b4b);
}
.gray:active {
  color: #afafaf;
  background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
  background: -moz-linear-gradient(top, #575757, #888);
}
/* Module Test styles */
.moduleTest {
  position:       relative;
  z-index:        2;
  padding:        12px 20px 0 20px;
  margin-bottom:  25px;
  border:         1px solid #CCC;
  background:      #FFF url(../images/bg-default.jpg) top left repeat-x;
  -webkit-border-radius:  4px;
  -moz-border-radius:     4px;
  border-radius:          4px;
  -webkit-box-shadow:     #CCC 0 0 .25em;
  -moz-box-shadow:        #CCC 0 0 .25em;
  box-shadow:             #CCC 0 0 .25em;
}
.moduleTest h2 {
  font-size: 24px;
  margin:         0 0 24px 0;
}
.moduleTest h3 {
  font-size: 24px;
  margin:         0 0 24px 0;
}
.moduleFun {
  background:      #FFF url(../images/bg-fun.jpg) top left repeat-x;
}
.moduleFit {
  background:      #FFF url(../images/bg-fit.jpg) top left repeat-x;
}
.moduleChef {
  background:      #FFF url(../images/bg-chef.jpg) top left repeat-x;
}
.moduleShop {
  background:      #67aae9 url(../images/bg-shop.jpg) top left repeat-x;
}
.moduleShopSummary {
  background-color: #fff;
}
.moduleNotice {
  background:      #FFF url(../images/bg-notice.jpg) top left repeat-x;
}
.moduleFun h2, .moduleFit h2, .moduleChef h2, .moduleShop h2, .moduleNotice h2 {
  color:          #fff;
  font-size:      24px;
  margin:         0 0 24px 0;
  font-weight: bold;
}
.moduleFun h3, .moduleFit h3, .moduleChef h3, .moduleShop h3, .moduleNotice h3 {
  color:          #fff;
  font-size:      24px;
  margin:         0 0 24px 0;
  font-weight: bold;
}
.linkedModule {
}
.linkedModule p a {
  padding-right: 90px;
  display: block;
  background:      url(../images/arrow.jpg) bottom right no-repeat;
}
.moduleShop h2 {
  margin:         0 0 20px 0;
}
.moduleShop p {
  padding: 0 0px 10px 0px;
  text-shadow: none;
  font-size: 11px;
}
.moduleShop p a {
  text-shadow: none;
  font-weight: bold;
  border-right: 1px solid #84bbef;
  padding: 0 10px 0 10px;
}

.moduleShop p a:link, .moduleShop p a:visited {
color: #fff;

}
.moduleShop p a:hover {
color: #f0f564;

}
.moduleShop label {
  color: #fff;
    padding: 0 4px 0 10px;
      font-weight: bold;
}

.previousDeal img {
  width: 100%;
}
#memberDeal h5 {
  font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------------------------------------- F O R M S */


/* Form elements - general */

label, input[type=button], input[type=submit], button {
  cursor:         pointer; /* Hand cursor on clickable input elements */
}
/* Form elements - class "Form"  */

ul.form, ul.form ul {
  list-style-type: none;
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
}
ul.form li {
  clear:          both;
  margin:         5px 0;
  position:       relative;
  font-size:      11px;
}
ul.form li label {
  float:          left;
  text-align:     right;
  width:          140px;
  padding:        2px 15px 0 0;
}
ul.form li label.error {
  color:          #eb856a;
}
ul.form li input {
  padding:        2px;
}
ul.form li textarea {
  padding:        2px;
}
ul.form li select {
  padding:        2px;
  outline:        hidden;
}
ul.form li select option {
  padding-right:  10px;
  padding-left:   2px;
  outline:        hidden;
}
ul.form li #btnSubmit {
  padding:        2px 20px;
  margin:         10px 0 20px 155px;
}
ul.form li .legend {
  display:        block;
  width:          140px;
  float:          left;
  text-align:     right;
  padding:        2px 0px 0px 0px;
}
#content ul.form li ul.radioGroup {
  list-style-type: none;
  margin:         0 0 -15px 0;
  padding:        0;
  float:          none;
  position:       relative;
  top:            -21px;
  left:           155px;
}
#content ul.form li ul.radioGroup li {
  margin:         2px 0;
  position:       relative;
}
#content ul.form li ul.radioGroup li label {
  float:          none;
  text-align:     left;
  padding:        0px 0px 0px 0;
  position:       relative;
  top:            -3px;
}
/* -------------------------------------------------------------------------------------------------------------------------------- F O O T E R */
footer.wrap {
  background:     #d41a16;
  border-top:     5px solid #eb221d;
  clear:          both;
  width:          100%;
  margin:         0px 0px 0px 0px;
  padding:        15px 0px 40px 0px;
  text-align:     center;
}
footer.wrap .inner {
  margin:         0px auto 0px auto;
  padding:        0px 0px 0px 0px;
  width:          980px;
  text-align:     left;
}
footer p {
  text-shadow:    none;
  color: #da6d60;
}
footer p a {
  font-weight: bold;
  padding: 0 9px;
}
footer p a:link, footer p a:visited {
  color: #fff;
}
footer p a:hover {
  color: #e8b9b3;
}
