HTML,BODY {
  color:#000000;
  font-family:Helvetica, Arial, sans-serif;
}

.clear {
  clear:both;
}

cite {
  font-style:normal;
}

A,A:visited {
  color:#00E;
}

#page {
  width:960px;
  margin:0 auto;
}

#header {
  width:960px;
  overflow:hidden;
  padding-bottom:10px;
}

#footer {
  font-size:10px;
  width:960px;
  margin:0 auto;
  overflow:hidden;
  padding-bottom:10px;
  color:#777;
}

#footer A,#footer A:visited {
  text-decoration:none;
  color:#777;
}

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

h1 {
  font-family:Tahoma, Verdana, sans-serif;
  font-size:36px;
  font-weight:bold;
}

#header h1 {
  width:700px;
  float:left;
  clear:right;
  padding-left:4px;
}

#header h1 A, #header h1 A:visited {
  text-decoration:none;
}

#logo-image-container { 
  border: 0px; 
  float: left; 
  min-height: 60px; 
  margin-bottom: 10px;
  margin-top: 15px; 
}
#header #logout {
  text-align:right;
  width:200px;
  float:right;
  font-size:16px;
  padding-top:6px;
  padding-right:15px;
}

#header #logout A, #header #logout A:visited {
  text-decoration:none;
  display:inline-block;
  text-indent:24px;
  background: transparent url('../images/other/key-delete.png') 0 0 no-repeat;
}

#header #logout A:hover {
  text-decoration:underline;
}

#menu {
  width:960px;
  height:42px;
}

#menu A,#menu A:visited {
  text-decoration:none;
  font-size:16px;
  display:inline-block;
  height:42px;
  line-height:42px;
  padding: 0px 20px;
}

#section {
  width:960px;
  overflow:hidden;
  padding-bottom:25px;
}

#section P {
  line-height:18px;
}

#section-form {
  background-color:#EEE;
  width:620px;
  padding:15px;
  float:left;
  clear:right;
  color:#000;
  font-size:13px;
}

#section-form H2 {
  font-weight:bold;
  font-size:24px;
  padding-bottom:7px;
}

#section-form H3 {
  font-weight:bold;
  font-size:18px;
  padding-bottom:7px;
}
P.gallery-notes {
  font-size:16px;
}

#section-sidebar {
  width:310px;
  float:left;
}

#section-menu A,#section-menu A:visited {
  color:#FFF;
  text-shadow:#444 1px 1px 2px;
  display:block;
  height:43px;
  line-height:42px;
  font-size:16px;
  /* padding-top:14px; */
  padding-left:15px;
  margin-top:15px;
  text-decoration:none;
}

#section-selections {
  padding-left:10px;
  padding-top:20px;
  font-size:16px;
}

#section-selections h2 {
  font-size:24px;
  padding-bottom:7px;
  font-weight:bold;
}

fieldset {
  border:1px solid #AAA;
  padding:10px;
}

LEGEND {
  padding-top:4px;
  text-transform:uppercase;
  font-size:13px;
  color:#333;
}

/* LOGIN FORM */

#login-form fieldset, #signup-form fieldset {
  position:relative;
  overflow:hidden;
}

#login-form fieldset div#inset {
  /*padding-top:80px;*/
  /*padding-bottom:80px;*/
}

#login-form fieldset div, $signup-form fieldset div {
  padding-left:70px;
  padding-bottom:10px;
}

#login-form label, #signup-form label {
  display:inline-block;
  width:100px;
  text-align:right;
}

#login-form label#fldRememberLabel {
  font-size:12px;
  display:inline;
  width:inherit;
  text-align:left;
  font-weight:normal;
  cursor:pointer;
  padding:2px;
}

#login-form label#fldRememberLabel:hover {
  background-color:#CCC;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

#login-form #forgot-password {
  font-size:12px;
  position:absolute;
  right:20px;
  bottom:-5px;
}

#login-form #remember-me {
  padding-left:172px;
}

.submit-button {
  padding-left:172px;
}

#fldUser, #fldPass, #fldConfirm, #fldEmail {
  padding: 7px 4px;
}

/* FORGOT PASSWORD FORM */

#password-form fieldset {
  position:relative;
  overflow:hidden;
}

#password-form fieldset div#inset {
  padding-top:80px;
  padding-bottom:80px;
}

#password-form fieldset div {
  padding-left:10px;
  padding-bottom:10px;
}

#password-form label {
  display:inline-block;
  width:100px;
  text-align:right;
}

#password-form #submit-button {
  padding-left:116px;
}

#password-form input {
  padding: 7px 4px;
}

/* MOST FORMS */

SMALL {
  display:block;
  padding-top:2px;
  padding-bottom:7px;
  font-size:12px;
  color:#494949;
}

p.hint {
  display:block;
  padding-top:2px;
  padding-bottom:7px;
  font-size:12px;
  color:#6d6d6d;
  font-style: italic;
}

.block {
  display:block;
}

label.block {
  margin-top:4px;
  margin-left:3px;
}

input.textbox.block {
  margin-bottom: 20px;
  padding: 7px 4px;
}

input.textbox.block.tightfield {
  margin-bottom:4px;
}

SELECT.block {
  color:#037;
  padding:3px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border:1px solid #AAA;
  padding:7px 4px;
  margin-bottom:20px;
  cursor:pointer;
}

.selectbox {
  color:#037;
  padding:1px;
  padding-bottom:2px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border:1px solid #AAA;
  cursor:pointer;
}

SELECT.block:focus, SELECT.block:active,.selectbox:focus,.selectbox:active {
  border-color:rgba(82,168,236,0.75);
  -moz-box-shadow:0 0 8px rgba(82,168,236,0.5);
  -webkit-box-shadow:0 0 8px rgba(82,168,236,0.5);
  box-shadow:0 0 8px rgba(82,168,236,0.5);
}

div.checkbox,div.radio {
  margin-bottom:20px;
}

label.checkbox,label.radio {
  position:relative;
  top:1px;
  padding:2px;
  padding-left:3px;
  padding-right:3px;
}

label.radio {
  top:4px;
}

label.checkbox:hover,label.radio:hover {
  cursor:pointer;
  background-color:#CCC;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.textbox {
  color:#037;
  padding:3px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border:1px solid #AAA;
}

.textbox:focus,.textbox:active {
  border-color:rgba(82,168,236,0.75);
  -webkit-box-shadow:0 0 8px rgba(82,168,236,0.5);
  -moz-box-shadow:0 0 8px rgba(82,168,236,0.5);
  box-shadow:0 0 8px rgba(82,168,236,0.5);
}

div.helper {
  padding:5px;
  padding-top:10px;
  padding-bottom:10px;
  border:2px solid #FD6;
  background-color:#FEB;
  margin-bottom:12px;
  margin-top:12px;
}

/* PAGINATOR */

.pager {
  clear:both;
  float:right;
  padding-top:5px;
  padding-bottom:5px;
  margin-right:7px;
  font-family:Arial,sans-serif;
  font-size:13px;
}

.pager A,.pager .pager-of,.pager input {
  text-align:center;
  width:20px;
  height:20px;
  float:left;
  clear:right;
  text-decoration:none;
  color:#000;
}

.pager A {
  padding-left:4px;
  padding-right:4px;
  background-color:#DDD;
  margin-left:2px;
  padding-top:4px;
}

.pager A:hover {
  background-color:#AAA;
}

.pager .pager-of {
  padding-top:4px;
  margin-left:2px;
}

BODY .pager input {
  padding: 0 1px;
  width: 30px;
  height: 22px;
  margin-top:0px;
  border: 1px solid #DDD;
  margin-left:2px;
  font-family:Arial,sans-serif;
  font-size:13px;
}

BODY .pager .pager-selected {
  background-color:#FFF;
  font-weight:bold;
}

.pager .pager-disabled {
  display:none;
}

/* SIMPLE-SCAFF */

.simple-scaff {
  width:100%;
}

.simple-scaff THEAD,.simple-scaff THEAD TD {
  background-color:#DFDFDF;
  font-weight:bold;
  color:#5F5F5F;
  border-bottom:1px solid #9C9C9C;
  text-transform:uppercase;
  font-size:13px;
  height:16px;
  padding-left:5px;
  padding-right:5px;
  vertical-align:middle;
  padding-top:4px;
}

.simple-scaff THEAD TD {
  white-space:nowrap;
}
.simple-scaff td {
  max-width: 250px;
}

.simple-scaff TBODY TR,.simple-scaff TBODY TR TD,.simple-scaff TFOOT TR,.simple-scaff TFOOT TR TD {
  vertical-align:middle;
  font-size:13px;
  padding-left:5px;
  padding-right:5px;
  height:42px;
}

.simple-scaff TBODY TR.odd,.simple-scaff TBODY TR.odd TD,.simple-scaff TFOOT TR.odd,.simple-scaff TFOOT TR.odd TD {
  background-color:#FAFAFA;
  border-bottom:1px solid #DDD;
}

.simple-scaff TBODY TR.even,.simple-scaff TBODY TR.even TD,.simple-scaff TFOOT TR.even,.simple-scaff TFOOT TR.even TD {
  background-color:#EAEAEA;
  border-bottom:1px solid #DDD;
}

.simple-scaff TBODY TR.form,.simple-scaff TBODY TR.form TD,.simple-scaff TFOOT TR.form,.simple-scaff TFOOT TR.form TD {
  border-bottom:1px solid #DDD;
}

.simple-scaff TBODY TD A {
  white-space:nowrap;
}

/* INLINE-SCAFF */

.scaff {
  width:619px;
}

.scaff THEAD TD {
  font-size:13px;
  font-weight:bold;
  color:#555;
  text-transform:uppercase;
  padding-left:2px;
  white-space:nowrap;
  padding-right:20px;
  background-color:#DFDFDF;
  vertical-align:middle;
  padding-top:4px;
  height:16px;
}

.scaff TBODY TD {
  border-top:1px solid #AAA;
  border-bottom:1px solid #AAA;
  height:42px;
  padding-left:4px;
  background-color:#EAEAEA;

  /* LUKE's ADDITIONS */
  border-bottom: 1px solid #AAA;
  border-top: 1px solid #AAA;
  background-color: #EAEAEA;
  padding: 7px 5px;
}

.scaff TFOOT TD {
  padding-left:4px;
  height:42px;
}

.scaff .scaff-col1 {
  width:120px;
}

.scaff .scaff-col2 {
  width:120px;
}

.scaff .scaff-col3 {
  width:120px;
}

.scaff .scaff-col4 {
}

.scaff .scaff-field {
  color:#037;
  padding:3px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border:1px solid #AAA;
  width:110px;
}

.scaff .scaff-field:focus, .scaff .scaff-field:active {
  border-color:rgba(82,168,236,0.75);
  -webkit-box-shadow:0 0 8px rgba(82,168,236,0.5);
  -moz-box-shadow:0 0 8px rgba(82,168,236,0.5);
  box-shadow:0 0 8px rgba(82,168,236,0.5);
}

.scaff .scaff-odd {
  background-color:#FAFAFA;
  border-bottom:1px solid #DFDFDF;
}

.scaff .scaff-even {
  background-color:#EFEFEF;
  border-bottom:1px solid #DFDFDF;
}

.scaff TFOOT .scaff-edit TD {
  border-bottom: 1px solid #AAA;
  border-top: 1px solid #AAA;
  background-color: #EAEAEA;
  padding: 7px 5px;
}

.right {
  text-align:right;
}

/* SIDEBAR CART STUFF */

#totals {
  width:300px;
}

#totals SPAN {
  font-style:italic;
  color:#999;
}

#totals TR TD {
  padding-bottom:10px;
}

#totals {
  margin-bottom:20px;
}
#totals-total {
  font-weight: bold;
}
#cart {
  /*width:300px;*/
  overflow:hidden;
}

#cart .item {
  /*width:85px;*/
  height:170px;
  padding:4px;
  margin-right:5px;
  margin-bottom:5px;
  background-color:#FFF;
  border:1px solid #DDD;
  text-align:center;
  color:#777;
  font-size:12px;
  float:left;
  overflow:hidden;
}

#cart .item-name {
  padding-bottom:2px;
  width: 85px;
height: 15px;
}

#cart .item-size {
  padding-top:4px;
  padding-bottom:4px;
}

#cart .item-thumb {
  height:85px;
  overflow:hidden;
}

#cart .item-quantity A,#cart .item-quantity A:visited {
  text-decoration:none;
  color:#777;
}

#cart .item-quantity {
  font-size:16px;
  font-weight:bold;
}

#cart .item-quantity A {
  display:inline-block;
  padding:3px;
  padding-bottom:0px;
}

#cart .item-quantity A:hover {
  background-color:#E0E0E0;
}

#cart .item-quantity SPAN {
  display:inline-block;
  width:27px;
  position:relative;
  top:-2px;
}

#cart .item-total {
  padding-top:4px;
  font-size:16px;
}

#section-selections H3 {
  font-size:24px;
  font-weight:bold;
  padding-top:20px;
  padding-bottom:7px;
}

#nav {
  margin:0;
  padding: 0px;
  width:100%;
  list-style-type: none;
}
#nav:after {
  content:'';
  display:block;
  clear:both;
}
#nav li {
  float:left;
}
#nav a {
  float:left;
  text-decoration:none;
}
#nav li:hover a, #nav li .active {
  cursor:pointer;
}
#nav li:hover {
  position:relative;
  z-index:100;
}
#nav .drop {
  padding:0px 0 0;
  font-size:14px;
  display: none;
  width:190px;
  position: absolute;
  top: 42px;
  left: 0px;
  z-index:100;
}

#nav li:hover .drop {
  display:block;
}
#nav .drop ul {
  height:1%;
  padding:0px;
  list-style-type: none;
}
#nav .drop ul li {
  float:none;
}
#nav li:hover .drop ul li a {
  float:none;
}
#nav li li a {
  width: 175px;
  padding: 0px 0px 0px 15px;
}
#nav a {
  padding-bottom: 0px;
}

/* INSTALL TODO: move install to a separate css file */

#install {
  width:600px;
  margin:15px auto;
  padding:15px;
  padding-top:90px;
  background:#FFF url('../images/other/po-install-banner.png') 0 0 no-repeat;
}

#install label {
  margin-top:0px;
}

#install h1 {
  font-weight:bold;
  color:#000;
}

#install h1 {
  font-size:28px;
  padding-bottom:8px;
}

#install H2 {
  font-weight:bold;
  color:#000;
}

#install fieldset {
  background:#EEE;
  border:1px solid #CCC;
  position:relative;
  margin-top:15px;
}

#install input,#install SELECT,#install TEXTAREA {
  font-weight:bold;
  font-size:13px;
  color:#000;
  margin-bottom:10px;
}

#install label,#install input,#install SELECT,#install TEXTAREA {
  margin-left:90px;
}

#install cite {
  display:inline-block;
  width:90px;
}

#sidebar{
	float:right;
	width:310px;
	font-family:DroidSansRegular;
}
.side-box{
	padding-left: 10px;
  padding-top: 20px;
}
.side-box h3{
  font-size:24px;
  padding-bottom:7px;
  font-weight:bold;
}
#form-search table {
  background: none repeat scroll 0 0; 
  width: 100%;
  padding: 10px;
}
#form-search input[type=text] {
  height: 26px;
  border: 1px solid #ABADB3;
  width: 184px;
}
#form-search input[type=submit] {
  width: 95px;
  height: 30px;
	text-align:center;
	text-decoration:none;
  font-size: 14px;
  padding: 0;
  border: none;
}

#form-search table {
	height: 50px;
  border: 0px solid red;
}
#form-search input[type=text] {
  margin-left: 8px;
}
/*
#form-search input[type=submit] {
  background: url(../images/btn-search.png) no-repeat;
	font-family: 'DroidSerifRegular';
	color:#fff;
}
#form-search input[type=submit]:hover {
  background: url(../images/btn-search-hover.png) no-repeat;
  cursor:pointer;
}
*/



.gallery {
  float:left;
  width:272px;
  height:70px;
  background-color:#EEE;
  border:1px solid #AAA;
  padding:10px;
  margin-bottom:30px;
  overflow:hidden;
  cursor:pointer;
}

.gallery:hover {
  background-color:#F9F9F9;
}

.gallery:active {
  background-color:#DDD;
}

.gallery.odd {
  margin-right:30px;
}

.gallery table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.gallery .gallery-icon {
  overflow: hidden;
  width:80px;
  text-align: center;
}
.gallery .gallery-icon img {
  vertical-align:middle;
  max-height: 68px;
  max-width: 80px;
}
.gallery .gallery-title {
  overflow: hidden;
  padding-left: 5px;
  color:#00E;
  text-decoration:underline;
  font-size: 16px;
}
.photo-description {
  width:100%; 
  margin-top: 10px;
  white-space:normal;
  word-wrap: break-word;
}
