/*** GENERICS ***/

* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

body {
  font-family: "Verdana","Arial","sans-serif";
  background-color: #fff;
}

textarea,
select,
input {
  background-color: white;
  color: #999;
  border: 1px solid #999;
  font-weight: normal;
}

input {
  font-size: 1em;
  padding: 1px 3px;
}

textarea {
  font-size: 1em;
  padding: 3px;
  font-family: "Verdana","Arial","sans-serif";
}

.button {
  background-color: white;
  color: #999;
  border: 1px solid #999;
  font-weight: normal;
  -moz-border-radius: 3px;
  padding: 3px;
}

/*** MAIN ***/

#main {
  padding: 50px 70px 0 50px;
  width: 1000px;
  background-color: white;
/*  border: 1px solid green; */
}


/*** HEADER ***/

#header {
  position: relative;
/*  border: 1px solid red; */
}

#main_links {
  margin-left: 100px;
}

#main_links img {
  margin-right: 30px;
}

#right_links {
  position: absolute;
  right: 0px;
  top: 10px;
}

#right_links img {
  margin-left: 30px;
}

#header img {
*  border: 1px solid red; */
}


/*** CONTENT ***/

#content {
/*  border: 1px solid purple;*/
  margin-top: 50px;
}

#main_content {
  float: left;
  width: 600px;
}

#main_content p {
  padding-left: 1em;
  font-size: 0.7em;
  margin-bottom: 1em;
}

#left_content {
  width: 150px;
/*  border: 1px solid blue; */
  float: left;
/*  padding-top: 100px; */
}

#left_content ul {
  font-size: 0.7em;
/*  margin-left: 50px; */
}

#left_content li {
  list-style-type: none;
  margin-bottom: 0.7em;
}

#left_content li a:hover {
  text-decoration: underline;
}

#left_content li a.selected_product {
/*  text-decoration: underline; */
  color: orange;
}

#middle_content {
  float: left;
  min-width: 455px;
  min-height: 405px;
/*  border: 1px solid red; */
  text-align: center;
}

#right_content {
  position: relative;
/*  border: 1px solid green; */
  height: 405px;
/*  margin-left: 605px;*/
  float: left;
  padding-left: 1em;
}

#right_content img {
/*  border: 1px solid #aaa; */
}

#right_info {
  position: absolute;
  bottom: 0;
}


/*** FOOTER ***/

#footer {
  clear: both;
  color: #aaa;
  text-align: right;
  font-size: 0.6em;
  padding: 100px 0;
}

#footer_left {
  float: left;
}

#footer a {
  text-decoration: none;
  color: #aaa;
}

#footer a:hover {
  text-decoration: underline;
}


/*** PORTFOLIO ***/

#thumbs {
  margin-top: 0.5em;
}

#thumbs img {
  border: 1px solid #aaa;
  margin-right: 5px;
}

#thumbs img.selected {
  border: 1px solid orange;
}

#pic_info {
  width: 270px;
  right: 0px;
  bottom: 20px;
}

#pic_info p {
  font-size: 0.7em;
}

#description p {
  margin-bottom: 0.7em;
}

#title {
  font-weight: bold;
}

#type {
  font-weight: bold;
  margin-bottom: 0.7em;
}


/*** ADMIN ***/

#file_tree {
  width: 250px;
  float: left;
  border-top: 1px dashed #aaa;
  padding: 10px;
}

#file_preview {
  min-width: 455px;
  min-height: 405px;
  text-align: center;
  border-left: 1px dashed #aaa;
  border-top: 1px dashed #aaa;
  padding: 1em;
  float: left;
}

#file_preview img {
  border: 1px solid #aaa;
}

#file_info {
  width: 240px;
  border-top: 1px dashed #aaa;
  float: left;
  padding-top: 30px;
  font-size: 0.8em;
}

#thumbnail {
  border: 1px solid #aaa;
  display: none;
}

#file_info p {
  margin-bottom: 1em;
}

#file_info img {
  vertical-align: top;
}

#clear {
  clear: both;
  border-top: 1px dashed #aaa;
}