TD	{
		color : #ffffff ;
}

#header {
  font-weight: bold;
  font-size: 15px;
  width: 163px;
}

/* layout */

/* #topmenu section */
#topmenu {
  border-bottom: 1px solid gray;
}

#topmenu ul {
  text-align: right;
}

#topmenu li {
  display: inline;
  list-style-type: none;
  width: 20ex;
  padding: 0 8px;
}

#topmenu li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
}
/* end of #topmenu section */

/* #leftmenu section */
#leftmenu {
  vertical-align:text-top;
  border-right: 1px solid gray;
}
#leftmenu ul {
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding-left:0px;
  font-weight: bold;
}

#leftmenu li {
  font-size: 10px;
  color: #69695A;
  text-decoration: none;
  display: block;
  height: 32px;
  margin: 0px;
  padding: 1px;
}

#leftmenu a {
  text-decoration: none;
}

#leftmenu .bottom-links {
  margin-top: 100px;
}
/* end of the #leftmenu */

/* #content section */
#content {
  padding: 10px;
  vertical-align: top;
}

/* terms */
#terms ul {
  padding-left:15px;
}
#terms li {
  list-style-type: disc;
  margin:0;
  marker-offset:0;
}
#terms h2 {
  text-align: left;
}
/* terms */

/* faq */
#faq dt {
  font-weight: bold;
  margin: 1ex 0;
}
/* faq */

/* promo */
#promo {
  text-align: center;
}
#promo table {
  width1: 100%;
  text-align: center;
}
#promo label {
  display: inline;
  width: auto;
  float: none;
}
#promo input {
  display: inline;
  width: auto;
}
#promo td {
  white-space: nowrap;
}
#promo img {
  width: 320px;
  height: 240px;
  border: 1px solid gray;
}

#promo .links {
  background-color: #222;
  width: 318px;
  margin: 0 auto;
}

#promo .links td {
  width: 15%;
  padding1: 0 5px;
  text-align: center;
}
#promo .shoot-info {
  width: 320px;
  margin: 30px auto 0 auto;
  background-color: #222;
}
#promo .shoot-info .name {
  text-align: left;
  font-weight: bold;
}
#promo .shoot-info .pubdate {
  text-align: right;
  font-weight: bold;
}

#promovids {
  margin-top: 10px;
}
#promovids a {
  border: none;
}
#promovids img {
  border: none;
  margin: 10px;
  border: 1px solid gray;
}

#promopics {
  margin: 50px auto 0 auto;
  text-align: center;
}
#promopics a {
  margin: 20px;
}
#promopics img {
  border: 1px solid gray;
}

/* promo */
/* end of #content section */
/*
#gotd span {
  display: block;
  float: left;
  margin: 0 5px 0 5px;
}

#gotd span label {
  display: block;
}

#gotd p {
  float: left;
  width: 100%;
}

# inject for develop

form {
  margin-left: 10px;
}

form .errors {
  color: red;
}

form .errors ul {
  font-size: smaller;
}

form h1, h1 {
  text-transform: uppercase;
  font-family: verdana, geneva, lucida, arial, helvetica, sans-serif;
}

form h1 {
  font-size: 12pt;
}

form h2 {
  font-size: 10pt;
}

form label {
  display: block;
  width: 150pt;
  float: left;
}

form fieldset {
  margin: 0 28px 0 0;
  border: none;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-top: .5em;
}

form p {
  margin: .5em;
}

form legend {
  font-weight: bold;
  padding: 0 1em 0 1em;
}

form em {
  color: #F60;
  font-style: normal;
  display: block;
  font-size: 0.8em;
  background-color: red;
}

.help {
  display: block-inline;
  width: 2ex;
  height: 2ex;
  font-weight: bold;
  color: #F60;
  text-align: center;
  border: 2px solid;
  background-color: white;
}

*/
/* subheader - instead of h1,2,3 */
/*
.subh {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  display: inline;
  margin-left: 10px;
  padding-left: 10px;
}

h1 {
  text-decoration: underline;
}
*/

