div#wrapper {
  width:100%;
  background-color:white;
}

div#leftcol{
  float: left;
  width: 230px;
  margin: 0;
  padding-left:2px;
}

div#main {
  margin-left: 235px;
  padding-top:2px;
  padding-bottom:2px;
}

div.sidebar {
  background:url(/images/bar-left.gif) transparent top left no-repeat;
  margin:2px;
}

div.sidebar h3{
  color:white;
  text-align:center;
  font-weight:normal;
  background:url(/images/bar-right.gif) transparent top right no-repeat;
  font-size:15px;
  line-height:26px;
}

div.sidebarOpen{
  background:url(/images/bar-left-open.gif) transparent top left no-repeat;
  margin:2px;
}

div.sidebarOpen h3{
  color:white;
  text-align:center;
  font-weight:normal;
  background:url(/images/bar-right-open.gif) transparent top right no-repeat;
  font-size:15px;
  line-height:26px;
}

div.redbox {
  border-color:#610e0e;
  border-right-width: 2px;
  border-right-style: solid;
  border-left-width: 2px;
  border-left-style:solid;
  border-bottom-width:2px;
  border-bottom-style:solid;
  width:222px;
}

.redbox_spacer{
  margin-top:2px;
}

.redbox a {
  font-size:90%;
}

div.contenthead {
  background:url(/images/bar-left-open.gif) transparent top left no-repeat;
  margin:0;
  width:661px;
}

div.contentbox {
  border-color:#610e0e;
  border-right-width: 2px;
  border-right-style: solid;
  border-left-width: 2px;
  border-left-style:solid;
  border-bottom-width:2px;
  border-bottom-style:solid;
  padding:4px;
  margin:-2px 4px 4px 0;
  _float:right;
}

div.contenthead h3{
  color:white;
  text-align:center;
  font-weight:normal;
  background:url(/images/bar-right-open.gif) transparent top right no-repeat;
  font-size:15px;
  line-height:26px;
}

p.prod_price {
 color:#404040;
 font-size:70%;
 text-align:center;
}

p.prod_price_sale {
  color:#404040;
  text-decoration:line-through;
  font-size:70%;
  text-align:center;
}

p.prod_brand {
  font-weight:bold;
  font-size:75%;
  text-align:center;
}

p.prod_name a {
  color:blue;
  text-decoration:none;
  text-align:center;
}

p.prod_name a:hover {
  text-decoration:underline;
}

p.prod_name {
  font-size:75%;
  text-align:center;
}

p.prod_sale {
  text-align:center;
  font-size:70%;
  color:red;
}

div.product_feature {
  text-align:center;
  border:2px solid #610e0e;
}

div.product_feature div.secure_buttons {
  text-align:center;
  border:2px solid #610e0e;
  height:80px;
  max-height:80px;
  padding-top:20px;
  overflow:hidden;
}

div.product_feature div.secure_buttons img {
  width:100px;
  height:57px;
  max-width:100px;
  overflow:hidden;
  float:left;
}

div.product_feature div.secure_buttons div.auth_net_button img {
height:70px;
margin-top:-6px;
_margin-right:10px;
}

div.product_feature div.brand_home {
  font-size:80%;
  font-weight:bold;
}

div.product_feature div.price_home {
  font-size:80%;
}
img.floatright {
  float:right;
  padding:2px;
}

.redbox div.location, .redbox span.location {
  font-size:75%;
}

.numphotos {
  font-weight:bold;
  font-size:85%;
  padding-top:3px;
  padding-bottom:3px;
}

.gallery_date {
  color:red;
  font-size:65%;
}

.uploaded {
  font-size:70%;
}

h1.article_title {
  font-size:175%;
}

p.timestamp {
  font-size:90%;
  font-weight:bold;
  margin-bottom:10px;
}
p.timestamp span.time {
  color:#610e0e;
}

img.float_left{
  position:relative;
  float:left;
  padding:5px;
  border:1px solid gray;
  margin-right:10px;
}

div.large_image {
  text-align:center;
}

div.tag_links a {
    color:#610e0e;
    font-size:85%;
}

