body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	line-height: normal;
	font-size: 13px;
}

/* Top */

#topBar {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FBFFFF;
	width: 100%;
	height: 61px;
}

#pict {
	float: right;
	margin: 0px;
}

#linkBar {
	position: absolute;
	top: 61px;
	left: 0px;
	background: url(/Template/Images/TopBar.gif);
	width: 100%;
	height: 28px;
	text-align: right;
	line-height: 26px;
	vertical-align: top;
	color: #ffffff;
	font-size: 11px;
}

a.checkout {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.checkout:hover {
    text-decoration: underline;
}

#topButtons {
	position: absolute;
	top: 61px;
	left: 12px;
}


/* Side Bar */

#sideBar {
	position: relative;
	margin-top: 85px;
	left: 0px;
	background: url(/Template/Images/SideBar.gif);
	width: 184px;
	padding: 0px;
    float: left;
	z-index: 5;
	line-height: 4px;
}

#sideBarCover {
	position: absolute;
	top: 85px;
	left: 0px;
}

#categories {
    color: #ffffff;
    padding-top: 9px;
    padding-left: 15px;
    padding-bottom: 7px;
    padding-right: 10px;
    margin: 0px;
    font-size: 12px;
    line-height: 15px;
}

a.catLink {
    color: #ffffff;
    text-decoration: none;
}

a.catLink:hover {
    text-decoration: underline;
}

#sideBarTop {
	position: absolute;
	top: 85px;
	left: 0px;
	z-index: 20;
}

#sideBarDivider {
	position: absolute;
	top: 146px;
	left: 0px;
	z-index: 20;
}

#searchBox {
    padding: 10px;
}


/* Content */

#content {
    padding-top: 95px;
    margin-left: 195px;
    width: 565px;
}

#pageTitle {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-family: times;
    color: #26514C;
    font-weight: bold;
    display: inline;
}

.lightText {
    color: #6E817F;
    font-size: 12px;
    font-family: arial;
}

.tableHeader {
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}

.label {
    font-weight: bold;
}

a.backLink {
    color: #26514C;
    font-size: 12px;
    text-decoration: none;
}

a.backLink:hover {
    text-decoration: underline;
}

a.cartRemove {
    color: #6E817F;
    font-size: 10px;
    text-decoration: none;
}

a.cartRemove:hover {
    text-decoration: underline;
}


/* Footer */

#footer {
	position: relative;  // Needed for Safari
	padding: 0px;
	background: url(/Template/Images/FooterBacking.gif);
	width: 100%;
	text-align: center;
}

#poweredBy {
	margin-top: 5px;
	margin-left: 6px;
	float: left;
}

#contactInfo {
	font-size: 12px;
	padding: 4px;
}
