@charset "utf-8";
/*
	Application CSS
	For myliveshopping.de by creativestyle.de

	Authors:
		Lukasz Tyrala <l.tyrala[at]gmail.com>
	Version:
		1.0
	Text bookmarks:
		-tx-bookmark- (main sections)
		-hx-bookmark- (hacks for IE)
*/

html {
  background: #1e1e1e;
  }

* {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans;
  }

.spacer {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 801px;
  }

/* HEADER
--------------------------------------------------------------------------------------- */

#header {
  height: 96px;
  background: #251c17;
  border-top: 5px solid #00c6ff;
  }

*+html #header {
  background: #1d1511;
  }

* html #header {
  background: #1d1511;
  }

#header .spacer {
  background: #251c17 url('header_bg.png') repeat-y 0 0;
  height: 96px;
  }

#header h1 {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: 400px;
  height: 31px;
  }

#header h1 a {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: 400px;
  height: 31px;
  border: 0;
  text-decoration: none;
  }

#header h1 a span {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 22px;
  position: relative;
  top: -7px;
  }

#header h1 a span.my {
  color: #fff;
  letter-spacing: 0;
  }

#header h1 a span.live {
  color: #725a4c;
  }

#header h1 a span.shopping {
  color: #00c6ff;
  }

#header h1 a span.beta {
  position: relative;
  top: -22px;
  left: -25px;
  color: #00c6ff;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 10px;
  }

/* CLUB SELECT BAR
--------------------------------------------------------------------------------------- */

#club-select {
  background: #00b0e5 url('category_menu_background.gif') repeat-x 0 0;
  height: 25px;
  width: 100%;
  clear: both;
  }

#club-select p {
  width: 200px;
  float: right;
  margin: 0 auto 0 auto;
  line-height: 25px;
  height: 25px;
  font-size: 11px;
  text-align: right;
  }

#club-select p select {
  width: 180px;
  font-size: 10px;
  }

#club-select p select {
  position: relative;
  }

*+html #club-select p select {
  top: 4px;
  }

/* NAVIGATION / Top right nav
--------------------------------------------------------------------------------------- */

ul.nav {
  float: right;
  display: block;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 801px;
  }

ul.nav li.opposite, 
ul.nav li {
  float: right;
  margin: 0 1px 0 0;
  /* Overwriting ore.css specificity. Without browser-core.css this can be moved to ul */
  list-style: none inside;
  font-size: 12px;
  }

ul.nav li.opposite {
  float: left;
  margin: 0 0 0 1px;
  }

ul.nav li span.icon {
  padding-left: 18px;
  background: url('rss-icon.jpg') no-repeat 0 50%;
  }

ul.nav li a {
  display: block;
  padding: 0 11px 0 11px;
  text-decoration: none;
  color: #fdfdfd;
  background: #4B3C31;
  }

ul.nav li.current {
  }

ul.nav li.current a {
  }

ul.nav li a:hover {
  background: #00c6ff;
  }

ul.nav li.current a:hover {
  }

/* NAVIGATION / Main navigation
--------------------------------------------------------------------------------------- */

#navigation ul.nav {
  clear: both;
  display: block;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  width: 801px;
  margin: 13px auto 0 auto;
  }

#navigation ul.nav li {
  float: left;
  margin: 0;
  /* Overwriting ore.css specificity. Without browser-core.css this can be moved to ul */
  list-style: none inside;
  font-size: 11px;
  }

#navigation ul.nav li a {
  display: block;
  padding: 0 11px 0 11px;
  text-decoration: none;
  color: #fff;
  background: #446d8c;
  font-weight: bold;
  text-align: center;
  }

#navigation ul.nav li.current {
  }

#navigation ul.nav li.current a {
  background: #00b0e5;
  }

#navigation ul.nav li a:hover {
  }

#navigation ul.nav li.current a:hover {
  cursor: default;
  }

ul.sub-nav {
  float: left;
  display: block;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  width: 600px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  }

ul.sub-nav li {
  float: left;
  margin: 0;
  /* Overwriting ore.css specificity. Without browser-core.css this can be moved to ul */
  list-style: none inside;
  line-height: 26px;
  font-size: 11px;
  }

ul.sub-nav li span, 
ul.sub-nav li a {
  display: block;
  padding: 0 18px 0 0;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  }

ul.sub-nav li a strong {
  font-weight: normal;
  }

ul.sub-nav li.active a {
  font-weight: bold;
  }

ul.sub-nav li span {
  display: block;
  width: 61px;
  height: 25px;
  float: left;
  overflow: hidden;
  }

ul.sub-nav li.current a:hover {
  cursor: default;
  }

/* CONTENT
--------------------------------------------------------------------------------------- */

#content {
  clear: both;
  background: #fff url('bg-content.jpg') no-repeat 50% 0;
  padding: 30px 0 40px 0;
  margin: 0;
  text-align: left;
  width: 100%;
  }

#content h2 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #d2f4fe;
  color: #00b0e5;
  line-height: 22px;
  height: 22px;
  width: 100%;
  clear: both;
  }

#content form {
  margin: 30px 0 0 0;
  padding: 15px;
  background: #e9f9fe;
  width: 65%;
  text-align: right;
  }

#content label {
  line-height: 22px;
  font-size: 12px;
  }

#content input.input {
  padding: 5px;
  border: 1px solid #00b0e5;
  background: #d2f4fe;
  font-size: 14px;
  margin: 0;
  width: 325px;
  color: #1e1e1e;
  }

#content input.submit {
  color: #fff;
  cursor: pointer;
  background: #5a514b; 
  border: 2px solid #5a514b;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  }

#content input.submit:hover {
  background: #645d59; 
  }

#content #keywords {
  padding: 5px;
  border: 1px solid #00b0e5;
  background: #d2f4fe;
  font-size: 14px;
  margin: 15px 0 0 0;
  color: #1e1e1e;
  width: 90%;
  height: 126px;
  }

#content p {
  margin: 15px 0 0 0;
  padding: 0;
  width: 100%;
  }

#content fieldset p.error {
  margin: 15px 0 0 0;
  padding: 5px;
  width: 325px;
  background: #f0ff5d;
  color: #515900;
  line-height: 22px;
  font-weight: bold;
  float: right;
  clear: both;
  text-align: left;
  }

#content p a {
  text-decoration: underline;
  color: #00b0e5;
  }

#content p a:hover {
  text-decoration: none;
  }

#content p.hello {
  margin-top: 30px;
  }

#content p.hello-info {
  margin-bottom: 200px;
  }

/* FOOTER
--------------------------------------------------------------------------------------- */

#footer {
  clear: both;
  background: #1e1e1e url('footer_shadow.png') no-repeat 50% 0;
  color: #c7c7c7;
  padding: 1px 0 0 0;
  height: 625px;
  }

*+html #footer {
  background-color: #161616;
  }

* html #footer {
  background-color: #161616;
  }

#footer h3 {
  margin: 0;
  padding: 17.5px 0 7.5px 0;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -1px;
  border-bottom: 1px solid #787878;
  }

#footer .spacer {
  background: #1e1e1e url('footer_bg.png') repeat-y 50% 14px;
  clear: both;
  margin-top: 13px;
  padding: 10px 0 0 0;
  padding-bottom: 40px; /* Min-padding */
  height: 625px;
  }

div.clublist {
  float: left;
  width: 444px;
  }

div.clublist ul {
  width: 444px;
  height: 175px;
  margin: 0;
  }

div.general-options {
  float: right;
  width: 281px;
  }

div.general-options ul {
  width: 281px;
  height: 250px;
  }

#footer ul li {
  border-bottom: 1px solid #787878;
  float: left;
  list-style: none inside;
  line-height: 24px;
  margin: 0;
  font-size: 12px;
  }

#footer ul li a {
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 12px;
  color: #c7c7c7;
  }

#footer ul li.social-bookmarks a {
  display: block;
  float: left;
  padding: 0;
  margin: 4px;
  background: transparent;
  font-size: 12px;
  color: #c7c7c7;
  }

#footer ul li a:hover {
  background: #444;
  color: #00c6ff;
  }

#footer div.general-options ul li {
  width: 281px;
  }

#footer div.general-options ul li span.bookmark-icons a {
  display: inline;
  text-decoration: none;
  border: 0;
  }

#footer div.clublist ul li {
  width: 222px;
  }

div.clear {
  clear: both;
  }