@charset "utf-8";
/* CSS Document */

BODY {font-family:Courier New, Courier, monespace; font-size:small; color:#000000;}

/* The product name that appears within the list page description */
.productname {
font-family:Courier New, Courier, monespace; 
font-size:xx-large;
color:#000000;
font-weight:400;
}

.logo {
background-image:url(../images/basics/images/logo.jpg);
background-repeat:no-repeat;
width:800px;
height:60px;
border:none;
text-align:left;
padding:none;
}

.italicnote {
font-family:Courier New, Courier, monespace; 
font-size:x-small; 
color:#000000;
font-style:italic;}


.leftbar {
background-image:url(../images/basics/BTNS/images/leftside.jpg);
background-repeat:no-repeat;
width:79px;
height:532px;
border:none;
vertical-align:top;
text-align:left;
padding:none;
}

.rightbar {
background-image:url(../images/basics/BTNS/images/rightside.jpg);
background-repeat:no-repeat;
width:51px;
height:532px;
border:none;
vertical-align:top;
text-align:right;
padding:none;
}

.pagetitle {
float:left;
margin-top:29px;
margin-left:16px;
}

.howtoorder {
float:right;
margin-top:10px;
margin-right:10px}

.mainpagebkgrd {
background-image:url(../images/basics/frontpagebkgrd.jpg);
background-repeat:no-repeat;
height:440px;
border:none;
padding:none;
vertical-align:top;
}

.pedestalpagebkgrd {
background-image:url(../images/basics/pedestalpagebkgrd.jpg);
background-repeat:no-repeat;
height:440px;
border:none;
padding:none;
vertical-align:top;
}

.candlestandpagebkgrd {
background-image:url(../images/basics/candlestandpagebkgrd.jpg);
background-repeat:no-repeat;
height:440px;
border:none;
padding:none;
vertical-align:top;
}

.halltreepagebkgrd {
background-image:url(../images/basics/halltreepagebkgrd.jpg);
background-repeat:no-repeat;
height:440px;
border:none;
padding:none;
vertical-align:top;
}


.furniturepagebkgrd {
background-image:url(../images/basics/furniturepagebkgrd.jpg);
background-repeat:no-repeat;
height:440px;
border:none;
padding:none;
vertical-align:top;
}

.mirrorspagebkgrd {
background-image:url(../images/basics/mirrorspagebkgrd.jpg);
background-repeat:no-repeat;
height:440px;
border:none;
padding:none;
vertical-align:top;
}

.productimage {
float:left;
margin-top:20px;
margin-left:45px}

/* Used on the individual product page to describe the item. */
.productdesc {
position:relative;
margin-left:35px;
margin-top:29px;
width: 290px;
height: 220px;
overflow-x: hidden;
overflow-y: auto;
}

/* This holds the product view images on the product page. */
.productviews {
position:relative;
top:44px;
left: 10px;
width: 230px;
height 200px;
}

/* This is for the images that link to the views on the product page. */
.productviewimg {
padding: 4;
border-style:double;
border-color:#FFFFFF;}

/* This is used for the top description on the pages that list the multiple items in a section.*/
.listpagedesc2 {
background-image:url(../images/listdecs.jpg);
background-repeat:no-repeat;
padding-top:32px;
padding-left:42px;
padding-right:42px;
padding-bottom:10px;
height:150px;}


