body {
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

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

body, p, td, a, input, select, option, textarea {
	color:#A7815D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #869E9E;
}

.clear {
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Positioning */
#sbcc {
	position: relative;
	width:842px;
	text-align: left;
	margin: 30px;
}

#header {
/* 	position:absolute; */
/* 	left:30px; */
/* 	top:30px; */
	width:842px;
	height:46px;
	overflow: hidden;
	text-align: center;
}

#main {
/* 	position:absolute; */
/* 	left:30px; */
/* 	top:76px; */
	width:842px;
	min-height: 477px;
	background-image: url(../styleImages/backgrounds/palm_bkgd.jpg);
	background-color: #ede7c5;
/* 	background-image: url(../styleImages/backgrounds/sbcc_bg_main.jpg); */
	background-repeat:no-repeat;
/* 	overflow: auto; */
}

#subheader {
	position:absolute;
	left:0px;
	top:28px;
	width:842px;
	height:20px;
	text-align: right;
	overflow: hidden;
}

#footer {
/* 	position:absolute; */
/* 	left:30px; */
/* 	top:555px; */
	width:842px;
	height:21px;
/* 	overflow: hidden; */
	text-align: center;
}

#copyright {
/* 	position:absolute; */
/* 	left:30px; */
/* 	top:573px; */
	width:842px;
	height:21px;
/* 	overflow: hidden; */
	text-align: center;
	font-size: 9px;
}

/* Main Nav / Footer Nav */
#navigation {
/* 	position: absolute; */
/* 	top: 5px; */
/* 	left: 0px; */
/* 	overflow: hidden; */
	width: 100%;
	height: 20px;
	text-align:center;
}

#footer ul,
#navigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer ul {
	display: inline;
}

#footer li,
#navigation li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-align:center;
}

/* Slogan Positioning */
#slogan {
	position:absolute;
	top: 136px;
	left: 45px;
}

/* Polaroid Positioning */
#polaroids {
	position: absolute;
	top: 186px;
	left: 30px;
}

#home {
	height: 477px;
}
/* siteDoc content area home page */
#home_content {
	position: absolute;
	top: 156px;
	left: 550px;
	width: 230px;
	height: 300px;
}

/* one column content area */
#oneColumnContent {
/* 	position: absolute; */
/* 	top: 71px; */
/* 	width: 100%; */
}

/* Cube Cart copyright notice */
div.txtCopyright{
/* 	position:absolute; */
/* 	left:30px; */
/* 	top:594px; */
	width:902px;
	text-align: center;
	font-size: 9px;
}
a.txtCopyright {
	font-size: 9px;
}
a.txtCopyright:hover {
	text-decoration: none;
}

/* Cube Cart styles*/
.txtContentTitle {
	font-weight: bold;
}

.pagination {
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

#subCats {
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 100%;
}

.subCat {
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}

a.txtButton {
	text-decoration: none;
	font-weight: bold;
}

a.txtButton:hover {
	font-weight: bold;
	color:#869E9E;
}

.txtOldPrice {
	text-decoration: line-through;
}

.txtSale {
 	color: #FF0000;
}

.txtOutOfStock {
	color: #FF0000;
}

/*
 * BEGIN search results definitions
 */
 .search_results {
	float: left;
	width: 80px;
	height: 80px;
	overflow:hidden;
/*	border: 1px outset #A7815D; */
	margin: 0px 15px 0px 0px;
 }

 .search_results .image{
	width: 80px;
	height: 80px;
	overflow:hidden;
	text-align: center;
 }

 .search_results .image img{
	vertical-align: middle;
 }

/*
 * END search results definitions
 */

/*
 * BEGIN cat results definitions
 */
 .cat_results {
	float: left;
	width: 180px;
	height: 160px;
	overflow:hidden;
	border: 1px outset #A7815D;
	margin: 3px 10px 3px 3px;
 }

 .cat_results .title{
	height: 12px;
	margin: 2px 2px 0px 2px;
	overflow: hidden;
 }

 .cat_results .description{
	height: 36px;
	overflow:hidden;
	margin: 0px 2px 2px 2px;
	font-size: 10px;
 }

 .cat_results .image{
	padding: 2px 0px;
	width: 100%;
	height: 82px;
	overflow:hidden;
	text-align: center;
 }

 .cat_results .image img{
	vertical-align: middle;
 }

 .cat_results .controls{
	float: right;
	margin-right: 2px;
 }

 .cat_results .price{
 	float: left;
	margin-left: 2px;
 }
/*
 * END cat results definitions
 */

/*
 * BEGIN product
 */
#productImage {
	position: absolute;
	width: 323px;
	height: 311px;
	background-image: url(../styleImages/backgrounds/sbcc_bg_prod.gif);
	top: 81px;
	left: 50px;
	padding: 10px 15px 15px 10px;
}

#productImage .image  {
    text-align: center;
    width: 323px;
    height: 275px;
    overflow: hidden;
}

#moreProductImages {
	position: absolute;
	width: 323px;
	height: 30px;
	top: 406px;
	left: 50px;
	text-align: center;
}

#searchResultsBox {
	position: absolute;
	top: 416px;
	left: 50px;
}

#searchResultsBox .image {
    padding: 5px;
    float:left;
}

#productText {
	position: absolute;
	width: 318px;
	height: 306px;
	top: 81px;
	left: 400px;
	padding: 10px 20px 20px 10px;
}

.thumbsImg {
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
/*
 * END product
 */

/* Cart pages */
#topDiv {
    position: absolute;
    top: 76px;
    right: 10px;
}

#topDiv form {
    display: inline;
}

#contentDiv {
    position: absolute;
    top: 106px;
    left: 0px;
    width: 842px;
    height: 380px;
    overflow: auto;
}

#bottomDiv {
    position: absolute;
    top: 66px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	height: 20px;
	text-align:center;
}

#bottomDiv ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#bottomDiv li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
    list-style: none;
}

.cartProgress {
    font-weight: bold;
}

.txtcartProgressCurrent {
    color: #000033;
}

.tdcartTitle {
	font-weight: bold;
	border-top: 1px solid #666666;
}

.tdcartEven {
	border-top: 1px solid #666666;
}

.tdcartOdd {
	border-top: 1px solid #666666;
}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #666666;
}

.quickBuy {
    text-align: right;
}

.searchBtn,
.txtUpdate,
.txtCheckout,
.submit {
	color:#A7815D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	border: 1px solid #A7815D;
	font-weight: bold;
	padding: 2px 5px;
	text-transform: uppercase;
	cursor: pointer;
}

a.txtUpdate:hover,
a.txtCheckout:hover {
	color:#A7815D;
	text-decoration: none;
}

.boxLogin {
	width: 100%;
	text-align: center;
}

.regSep, .contShop {
	width: 400px;
}

.boxContent {
		padding: 20px 10px 10px 10px;
/*     position: absolute; */
/*     top: 86px; */
/*     left: 0px; */
/*     width: 822px; */
/*     height: 400px; */
/*     overflow: auto; */
}

.txtError {
	color: #FF0000;
}

#searchDiv {
  position: absolute;
  padding: 15px;
  background-color: #EFEFEF;
  border: 1px outset #A7815D;
  z-index: 10;
}

#searchDiv .controls {
  text-align: right;
}

#searchDiv .txtSession {
  display: block;
}

#searchDiv .searchBtn,
#searchDiv .searchBox {
  margin: 5px 0px 0px 0px;
}

#searchDiv .searchBox {
  width: 120px;
}

#Brand_flyout {
	position: absolute;
  background-color: #F1E6DC;
  border: 1px outset #A7815D;
  z-index: 10;
  top: 51px;
}
#Brand_flyout ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#Brand_flyout li {
	display: block;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
}
.tdExpress {
	background-color: #FFFFC0;
}

