* {
  font-family: Verdana;
  font-size: 11px;  
}

body {
  background-color: #fff;
  text-align: center;
  background-color: #fff;
  margin: 0;
}

div, span, form, fieldset, object, p, b, hr, input, select, textarea {
  margin: 0;
  padding: 0;
}

input {
  border: solid 1px #aaa;
}

input[type=submit] {
  font-weight: bold;
  padding: 2px 3px;
}

input[type=checkbox] {
  border: none;
}

textarea {
  border: solid 1px #aaa;
}

select {
  border: solid 1px #aaa;
}

hr {
  height: 1px;
  border: dotted #000;
  border-width: 1px 0 0 0;
}

br {
  clear: both;
  margin: 5px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

a:focus { 
  outline:none; 
}

div {
  text-align: left;
}

#base {
  width: 1000px;
  margin: auto;
}

#header {
  height: 114px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
}

#content {
  overflow: hidden;
  background-color: #fff;
}

#menu {
  float: left;
  width: 160px;
  min-height: 550px;
  padding: 5px;
  overflow: hidden;
  text-align: center;
}

#main {
	float: left;
	width: 810px;
	height: 1400px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	padding: 86px 9px 9px 9px;
}

#dynamic {
	height: 702px;
	padding: 5px;
	overflow: auto;
	text-align: left;
}

#dynamic .list {
  width: 97%;
}

#column {
	float: right;
	width: 230px;
	padding-top: 130px;
	background-repeat: no-repeat;
}

#footer {
  height: 20px;
  clear: both;
  background-image: url('../images/footer.jpg');
  background-repeat: no-repeat;  
}

#base_admin {
  padding: 10px;
}

.crud {
  margin-bottom: 10px;
  text-align: left;
}

.crud p label {
  float: left;
  display: block;
  width: 140px;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
}

.crud fieldset {
  border: solid 1px #800;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 10px;  
}

.crud p {
  line-height: 20px;
  margin: 0;
}

.crud hr {
  margin: 10px 0;
}

.crud legend {
  padding: 5px 20px;
  border: solid 1px #800;
  background-color: #800;
  color: #fff;
  margin: 0;
}

.admin {
  margin: 5px 0;
}

.admin td {
  padding: 5px;
}

.admin a {
  display: block;
  width: 210px;
  text-align: center;
  border: solid 1px #777;
  padding: 10px;
  color: #000;
  background-image: url('../images/back1.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
}

.admin a:hover {
  background-color: #999;
  border: solid 1px #800;
  color: #fff;
  background-image: url('../images/back2.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
}

.error {
  border: solid 1px #c00;
  color: #c00;
  padding: 0 5px;
  margin: 10px 0;
  font-weight: bold;
  background-color: #fff;
}

.msg {
  border: solid 1px #ccc;
  color: #777;
  padding: 5px;
  margin: 10px 0;
  font-weight: bold;
  background-color: #fff;
}

.alert {
  color: #c00;
}

.notice {
  color: #c00;
  margin-left: 5px;
  margin-right: 5px;
}

.separator {
  padding: 0 10px;
}

.list {
  background-color: #fff;
  border-collapse: collapse;
  border: solid 1px #800;
  margin-bottom: 10px;
}

.list td {
  padding: 4px 6px;
  border: dotted 1px #aaa;
  font-weight: normal;
  vertical-align: top;
}

.list td p {
  margin: 0;
  margin-bottom: 4px;
}

.list th {
  padding: 4px;
  border: dotted 1px #aaa;
  background-color: #777;
  color: #fff;
  font-weight: bold;
  background-image: url('../images/back2.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
  text-align: center;
}

.number {
  text-align: right;
  white-space: nowrap;
}

.center {
  text-align: center;
}

.preview {
  width: 58px;
  height: 58px;
}

.paged {
  height: 30px;
  margin: 10px 0;
  font-weight: bold;
}

.paged * {
  float: left;
}

.paged .separator {
  margin: 1px;
}

.button {
  display: block;
  width: 145px;
  background-color: #afafaf;
  color: #fff;
  padding: 3px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
  border: outset 1px #afafaf;
}

.button:hover {
  background-color: #555;
  border: solid 1px #555;
}

.button2 {
  display: block;
  width: 145px;
  background-image:url('../images/album.jpg');
  color: #000;
  padding: 3px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
  border: outset 1px #afafaf;
}

.button2:hover {
  background-image:url('../images/album-.jpg');
  border: solid 1px #555;
}

.button3 {
  display: block;
  width: 145px;
  background-image:url('../images/cornici.jpg');
  color: #000;
  padding: 3px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
  border: outset 1px #afafaf;
}

.button3:hover {
  background-image:url('../images/cornici-.jpg');
  border: solid 1px #555;
}

.option2, .option_marked {
  display: block;
  width: 145px;
  background-color: #993300;
  color: #fff;
  padding: 3px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
  border: outset 1px #e11;
}

.option2:hover, .option_marked:hover {
  background-color: #555;
  border: solid 1px #555;
}

.option3, .option_marked {
  display: block;
  width: 145px;
  background-color: #993300;
  color: #fff;
  padding: 3px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
  border: outset 1px #e11;
}

.option3:hover, .option_marked:hover {
  background-color: #555;
  border: solid 1px #555;
}

.option, .option_marked {
  display: block;
  width: 145px;
  background-color: #e11;
  color: #fff;
  padding: 3px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: center;
  border: outset 1px #e11;
}

.option:hover, .option_marked:hover {
  background-color: #555;
  border: solid 1px #555;
}

.option_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.option_marked {
  background-color: #a00;
  padding: 20px 3px;
  font-size: 16px;
}

.option list li {
  float: left;
}

.price {
  font-size: 14px;
  font-weight: bold;
  color:#990000
}

.price * {
  font-size: 14px;
  font-weight: bold;
  color: #990000
}

.odd {
  background-color: #fff;
}

.even {
  background-color: #eee;
}

.detail {
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}

.detail h1 {
  font-size: 14px;
  padding: 3px;
  background-color: #a00;
  color: #fff;
}

.detail img {
  float: left;
  width: 200px;
  margin: 0 10px 10px 0;
}

.no_break {
  white-space: nowrap;
}

.file_list {
  display: block;
  border: dotted 1px #aaa;
  width: 522px;
  height: 292px;
  margin-top: 10px;
  background-color: #fff;
}

.index {
  margin-bottom: 10px;
}

.index input {
  border: none;
}

.index input[type="text"] {
  border: solid 1px #aaa;
  background-color: #fff;
  text-align: center;
}

.index input[type="submit"] {
  padding: 0 1px;
}

.verdino {
	color: #006600;
	font-weight: bold;
}

