@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background: white url(../../images/TLbackground.png);
	color: #663300;
}

.clear { 
	clear: both; 
	font-size: 0; 
	line-height: 0;
}

a {
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
}

.headings {
	background: #fddded;
	text-align: center;
	border-bottom: 2px solid #663300;
	border-top: 2px solid #663300;
	height: 75px;
} 

#checkoutrow {
	border-top: 2px solid #663300;
}

.headings2 {
	background: #fddded;
	text-align: center;
	border-bottom: 2px solid #663300;
	border-top: 2px solid #663300;
	height: 20px;
} 

h3 {
	color: #663300;
	font: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #ff99cc;
	text-decoration: underline;
}

#headerTable {
	background: white;
	width: 800px;
	border-spacing: 0;
	border-width: 0 0;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #663300;
}

#menuTable {
	height: 65px;
	background: white;
	width: 800px;
	border-spacing: 0;
	border-width: 0 0;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #663300;
}

#homeTable {
	background: white;
	width: 800px;
	height: 600px;
	text-align: center;
}

#contacttable {
	background: white;
	width: 600px;
	text-align: left;
}

#mainTable {
	background: white;
	width: 800px;
	text-align: center;
}

#trashtable {
	background: white;
	width: 800px;
	text-align: center;
	padding: 5px;
}

#buildTable {
	background: #ffffff;
	width: 800px;
	height: 200px;
	text-align: center;
}

#letterArea {
	background: #000000;
	text-align: center;
	width: 790px;
	height: 200px;
	padding: 20 20;
}

#shoppingCartTable {
	background: white;
	width: 800px;
	height: 150px;
	text-align: center;
}

#logintable {
	background: white;
	width: 800px;
	height: 600px;
	text-align: center;
}

#checkouttable {
	background: white;
	width: 800px;
	height: 600px;
	vertical-align: top;
}

#footerTable {
	color: #663300; 
	background: white;
	width: 800px;
	height: 50px;
	text-align: center;
	border-top: 2px solid #663300;
}

.productblock {
	width: 100px;
	margin: 5px;
	float: left;
}

#letterImagesTbl td{
	padding: 5px 5px 5px 5px;
}

.droppable-active {
	opacity: 1.0;
}

.droppable-hover {
	opacity: 1.0;
}

#addhowto {
	padding: 10px;
	font-style: italic;
	font-size: larger;
	font-weight: bold;
}

.lettersBlock {
	width: 100px;
	margin: 5px;
	float: left;
}

#listitems {
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	/*float: left;*/
}

#listitems li { 
	margin: 5px;
	padding: 5px;
	width: 65px;
	float: left;
}

#listitemsfinal {
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	/*float: left;*/
}

#listitemsfinal li { 
	margin: 5px;
	padding: 5px;
	width: 65px;
	float: left;
}

#colorformtable {
	background-color: white;
	width: 800px;
	height: 150px;
	color: black;
}

#blackbutton {
	background-color: black;
	color: white;
}

#whitebutton {
	background-color: white;
}

#redbutton {
	background-color: maroon;
}

#navybutton {
	background-color: #06073f;
	color: white;
}

#forestgreenbutton {
	background-color: #003e01;
	color: white;
}

#maroonbutton {
	background-color: #590000;
	color: white;
}

#burntorangebutton {
	background-color: #cc5500;
}

#taupebutton {
	background-color: #8b8750;
}

#tanbutton {
	background-color: #bdb76b;
}

#pinkbutton {
	background-color: fuchsia;
}

#purplebutton {
	background-color: purple;
}

#colorPicker1 td {
	height: 50px;
	width: 125px;
}

#colorPicker2 td {
	height: 50px;
	width: 125px;
}

#frametable {
	background-color: white;
	width: 800px;
	height: 150px;
	text-align: center;
	border-bottom: 2px solid #663300;
}

#lettersmenu {
	border-bottom: 2px solid #663300;
	padding-top: 15px;
	padding-bottom: 15px;
}

#containerSc {
  /*position: relative;*/
  position: static;
  width: 790px;
  height: 110px;
  overflow: hidden;
  /*border: 1px solid #EFEFEF;*/
}

#scroller {
  width: 9000px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width: 100px;
  height: 100px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  /*border: 1px solid #EFEFEF;*/
}


