html, body {
    margin: 0;
    padding: 0;
    color: #666666;
    font-family: sans-serif;
    font-size: 14px;
    width: 757px;
}

#mainWrapper {
    margin: 0 25px;
    background-color: #d7d7d7;
    height: auto;
    overflow: hidden;
    position: relative;
}

#headerWrapper {
    background-color: #ffffff;
    position: relative;
    border: none;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    overflow: hidden;
    position: relative;
}

#contentMainWrapper {
    position: relative;
    border: none;
    border-left: 1px solid #D7D7D7;
    clear: left;
    width: 100%;
}

div {
    margin: 0;
    padding: 0;
}

#logoWrapper {
    padding: 10px;
    position: relative;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: underline;
}

#logo {
    position: relative;
    float: left;
}

#logoWrapper img { 
    border: none;
}

#logo img {
    display: block;
}


#shoppingbasketlinks a {
    text-decoration: none;
    position: relative;
    float: right;
    clear: right;
}
#shoppingbasketlinks a img {
    vertical-align: middle;
}

#leftcolumnbackground {
    background-color:#FFFFFF;
    height:2000em;
    left:0pt;
    position:absolute;
    top:0;
    width:25%;
}

.clearBoth {
    clear: both;
}

ul.back {
    border:medium none;
    clear:both;
    display:block;
    margin:0pt;
    padding:0pt;
    width:100%;
}

ul.back li {
    background-color:#E3E3E3;
    border:0pt none;
    float:left;
    font-size:x-small;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
    width:20%;
}

ul.back li * {
    border:1px solid #FFFFFF;
    border-bottom: none;
    display:block;
    padding:1.5em 0pt;
}

ul.back li.first * {
    border-left: none;
}

ul.back li.last * {
    border-right: none;
}

ul.back li a {
    background-color:#999999;
    color:#FFFFFF;
    text-decoration:none;
}

ul.back li a:hover {
    background-color: #e3e3e3;
    color: #000000;
}

.columnLeft {
    width: 25%;
    float: left;
    overflow: hidden;
}

#mainColumnOuterWrapper {
    width: 75%;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #d7d7d7;

}

#mainColumnInnerWrapper {
    position: relative;
    margin: 30px;
    margin-bottom: 0;
    height: 100%; /* triggers hasLayout in IE6.  Needed for correct rendering */
}

.centerColumn {
    background-color: #ffffff;
    border: 1px solid #a7a7a7;
    padding: 1em;
    height: 100%; /* triggers hasLayout in IE. */
    float: left; /* Ensures that we enclose all floated elements inside*/
}

#navBreadCrumb {
    font-size: x-small;
    font-weight: bold;
    margin: 0.5em;
}

#navColumnOne {
    background-color: #cccccc;
    background-image:url(../images/stretchy-vertical-gradient.png);
    background-position:center bottom;
    background-repeat:repeat-x;
    float:left;
    margin:0pt;
    overflow:hidden;
    width:25%;
    position: relative;
}

#searchAndMessages {
    background-image: url(../images/small-vertical-gradient.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #d7d7d7;
    padding: 0;
    margin: 0;
    position: relative;
}

#navMainSearch {
    float: left;
    padding: 0.8em;
    margin: 0;
    position: relative;
}

#navMainSearch form {
    margin: 0;
    padding: 0;
    position: relative;
}

#navMainSearch form * {
    margin: 0;
    padding: 0;
}

#messageStack {
    float: right;
    padding: 0.8em;
    margin: 0;
    position: relative;
}

#navFooterWrapper {
    position: relative;
    background-color: #ffffff;
    padding-top: 20px;
}
#footerInnerWrapper {
    position: relative;
    background-color: #cccccc;
    padding: 20px;
}

.leftBoxHeading {
    padding-left: 20px;
}

#categoriesContent ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

#categoriesContent ul li {
    list-style: none;
    margin: 0.7em 0;
}

a img {
    border: none;
}

.searchTextEntryBox {
    width: 14em;
}

div.topImages {
    position: relative;
    height: 232px;
}
div.topImages a img {
    border: none;
    display: block;
}

.forward {
    float: right;
}

.back {
    float: left;
}

.alert {
    color: #ff0000;
}

/* IE 6 hack to give hasLayout*/
#navMain {
    height: auto ! important; 
    height: 1px;
}

/* give this thing hasLayout.  Ohh IE, what are we going to do with you */.
.centerBoxWrapper {
    height: 100%;
}

.navNextPrevList {
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding:  0.5em 0em;
    list-style-type: none;
}

#productMainImage {
    text-align: center;
}

td.productListing-data {
    vertical-align: top;
}

#cartContentsDisplay td {
    vertical-align: top;
}
