body {
  border:0px;
  padding:0px;
  font-size: 13px;
}

.example {
  color: #666666;
  background-image: url('../images/demo_page_yellow.png');
  font-family: Ariel,Sans-serif,sans-serif;
}

#demoContainer h1,
#demoContainer h2,
#demoContainer h3 {
  color: #0072bc;
}

#demoContainer {
  margin-right:auto;
  margin-left:auto;
  position:relative;
  padding: 0;
  width: 1024px;
  height: 768px;
  border: solid 1px;
}
#demoContainer h1 {
  font-style: italic;
  position: absolute;
  top: 30px;
  left: 90px;
}
#demoContainer h2 {
}
#demoContainer h3 {
  font-size: 13pt;
}
#demoContainer img.logo {
  position: absolute;
  top: 45px;
  left: 50px;
  width: 30px;
  height: 30px;
}

#demoLinks{
  position: absolute;
  padding: 0;
  margin: 0;
  top: 5px;
  right: 10px;
  width: 500px;
  height: 1.2em;
  /*border: solid black 1px;*/
  text-align: right;
}
#demoDescription {
  position: absolute;
  padding: 5px 0 0 10px;
  margin: 0;
  top: 90px;
  left: 40px;
  width: 930px;
  height: 32px;
  /*border: solid black 1px;*/
}
#demoSidebar {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 205px;
  left: 50px;
  width: 155px;
  height: 495px;
  /*border: solid black 1px;*/
}
#demoContent {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 270px;
  left: 260px;
  width: 735px;
  height: 460px;
  /*border: solid #dddddd 1px;*/
  /*background-color: #ffffff;*/
}

 /* sidebar location for t3pd component */
div.t3pd{
  margin: 0;
  padding: 0;
  width: 155px;
  background-color: transparent;
}

div.t3pd select,
div.t3pd .ui-autocomplete-input {
  width: 155px;
}

div.t3pd select option.prompt {
  font-style: italic;
}

/* sidebar location for t3pd component */
div.t3sac{
  margin: 0;
  padding: 0;
  width: 155px;
  background-color: transparent;
}

div.t3sac .ui-autocomplete-input {
  width: 155px;
}
div.t3sac .ui-autocomplete-input.prompt {
  font-style: italic;
}

/* results  */
/* main location for t3results component */
div.t3results {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color:black;
  height: 100%;
  overflow: scroll;
}

div.t3results table {
  width: 100%;
  background-color: #ffffff;
}
div.t3results table th {
  background-color: #cccccc;
}
div.t3results table th,
div.t3results table td {
  padding: 10px;
  border: none;
  border-bottom: 2px solid #cccccc;
}
div.t3results table td img {
  height: 80px;
  width: 80px;
}

td div.t3Item {
  position:relative;
}
div.t3Item div.t3ItemImage {
  width: 65px;
  float: left;
  padding:0 15px 0 0;
}
div.t3Item div.t3ItemDetails {
  width: 300px;
  float: left;
  padding:0 10px;
}
div.t3Item div.t3ItemDetails span.t3ItemTitle {
  font-weight: bold;
}
div.t3Item div.t3ItemPrice {
  width: 75px;
  float: left;
  padding:0 10px;
}
div.t3Item div.t3ItemActions {
  float: right;
  width:100px;
  padding:0 10px;
}
div.t3Item div.t3ItemActions input {
  height: 16px;
  width: 20px;
  display: inline;
}
div.t3Item div.t3ItemActions div.t3ItemBuy {
  display: inline;
  background-color:red;
  padding: 3px;
  margin-left:5px;
  cursor: pointer;
}
div.t3Item div.t3ItemActions div.t3ItemBuy img {
  position: relative;
  top: 3px;
  height: 16px;
  width: auto;
}

div.t3Item ul {
  margin-top: 0px;
}

a.t3ItemDetailsLink {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.shoutDemoDescription {
  background-color: white;
  color: red;
}