html {
  height: 100%;
}

body {
  height: 95%;
}

* {
  margin: 0px;
  padding: 0px;
}

div.content_wide {
  height: 80%;
  max-width: 95%;
}


ul#layout_list {
  text-align: left;
  float: left;
  width: 35%;
  height: 90%;
  overflow: auto;
}

ul#layout_list > li{
  float: left;
  width: 145px;
  height: 110px;
  text-align:center;
  cursor: pointer;
}

a.layout_name {
  display: block;
  font-size: 8pt;
}


ul.theme_list {
  display: none;
}

ul#layout_list > li.selected_layout {
  background-color: #DFDFDF;
  font-weight: bold;
  width: 141px;
  height: 106px;
  border: 2px solid #777777;  
  cursor: default;
}




div#theme_preview {
  float: left;
  height: 90%;
  width: 60%;
  margin-left: 5px;
}


div#theme_list_wrapper {
  width: 65%;
  min-height: 15%;
  float: left;
}


ul.selected_theme_list {
  display: block;
}

ul.selected_theme_list > li {
  display: inline;
  float: left;
  margin-right: 7px;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  margin-bottom: 0px;
}

li#selected_theme {
  color: black;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}





div#screen_list_wrapper {
  width: 30%;
  min-height: 15%;
  float: left;
}

ul.screen_list > li {
  display: inline;
  cursor: pointer;
  color: blue;
  text-decoration: underline;
  margin-right: 10px;
  white-space: nowrap;
  float: left;
  margin-bottom: 0px;
}

li#selected_screen {
  color: black;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}





div#theme_preview_img_wrapper {
  max-height: 85%;
  width: 100%;
  overflow: auto;
}

img#theme_preview_img {
  max-width: 96%;
}

.theme_preload_img {
  background: transparent none left top no-repeat;
  position: absolute;
  visibility: hidden;
  height: 0px;
  width: 0px;
}


ul.button_block {
  margin-top: 5px;
}







table#main_wizard_table, table#main_wizard_table tbody, table#main_wizard_table tr, table#main_wizard_table > tbody > tr > td  {
  width: 100%;
  height: 100%;
}

table#main_wizard_table h4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align:center;
}

form {
  height: 100%;
  width: 100%;
}

div.content_wide h2, div.content_wide th{
  background-color: white;
  font-size: 10pt;
}

div.content_wide h2{
  margin-top: 15px;
}

#top_div {
  width: 80%;
  min-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

#top_div table {
  margin-left: auto;
  margin-right: auto;
}

#top_div td {
  height: 25px;
}

#current_buttons {
  float: left;
  width:20%;
}

.selected_buttons {
  background-color: #DFDFDF;
  border: 2px solid #777777;
}

div.selected_buttons th {
  background-color: #DFDFDF;
}

/*#current_buttons td {
  max-width: 300px;
  max-height: 200px;
  overflow: auto;
}*/

.cart_button {
  max-width: 300px;
  max-height: 200px;
}

#upload_buttons, #text_buttons {
  float: left;
  width:38%;
}

#upload_buttons td, #text_buttons td {
  text-align: right;
}

ul#button_list {
  text-align: left;
  width: 80%;
  height: 60%;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
}

ul#button_list > li{
  float: left;
  width: 145px;
  height: 80px;
  margin-bottom: 5px;
  text-align:center;
  cursor: pointer;
}

ul#button_list > li.selected_buttons {
  width: 141px;
  height: 76px;
  cursor: default;
}

ul#button_list > li > img {
  margin: 3px;
}

div#theme_layout_name {
  display: inline;
}