﻿h1 {
   font-size: 35px;
   font-weight: bold;
   color: #EB3F11;
}

.pageDescriptionHeader
{
   width: 889px;
   margin: auto;
   vertical-align: top;
}

.pageDescriptionHeader td
{
   vertical-align: bottom;
}

.pageTitle {
   padding-bottom: 20px;
   white-space: nowrap;
}

.pageImage {
   padding: 0px 75px;
}

.pageDescription {
   padding-bottom: 20px;
}

.pageDescription .title {
   font-size: 18px;
   font-weight: bold;
   color: #9A2117;
}

.pageDescription .body {
   font-size: 13px;
   color: #666666;
   padding-top: 15px;
}

.detailContainer {
   width: 839px;
   background-color: White;
   padding: 25px 50px;
   margin: auto;
   border-top: 1px solid #ecece4;
}

.leftColumn {
   float: left;
   /*width: 279px;*/
}

.rightColumn {
   float: left;
   width: 419px;
}

.itemTitle {
   font-size: 25px;
   font-weight: bold;
   color: #ec4211;
   padding-bottom: 15px;
}

.slsh1 {
   float: left;
   margin-top: 7px;
   margin-bottom: 15px;
   width: 111px;
   background: url('../images/layout/slshTopBox.gif') no-repeat left top;
   padding: 5px 0px 0px 0px;
}

.slsh2 {
   width: 111px;
   background: url('../images/layout/slshBottomBox.gif') no-repeat left bottom;
   padding: 0px 0px 4px 0px;
}

.slshInner {
   background: url('../images/layout/slshBulletArrow.gif') no-repeat 93px 3px;
   width: 105px;
   border-left: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
   color: #D12C13;
   font-size: 9px;
   padding-left: 4px;
   cursor: pointer;
}

.galleryIcon {
   background: url('../images/layout/GalleryIcon.gif') no-repeat 0 0;
   font-size: 20px;
   font-weight: bold;
   color: #EC4211;
   padding: 5px 50px 5px 40px;
   float: left;
}

.thumbNail {
   float: left;
   padding-left: 40px;
   padding-bottom: 10px;
}

.smallPlus {
   width: 140px;
   height: 15px;
   background: url('../images/layout/smallPlus.gif') no-repeat right 2px;
   padding-top: 2px;
   cursor: pointer;
}

