@charset "utf-8";
/* Style sheet by Ian Wells revion 5 */
/* CSS Document */

/* Font Settings */
H1{
    line-height: 1.6em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: large;
    text-decoration: none;
    /*vertical-align: top;*/
    text-align: center;
}

.bodytext{
    line-height:1.6em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing:0.1em;
    color:#666666;
    font-size:11px;
}

.bodytext_error{
    line-height:1.6em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing:0.1em;
    color: red;
    font-size:11px;
}

.bodytextSmall{
    text-align:justify;
    line-height:1.6em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing:0.1em;
    color:#666666;
    font-size:small;
    width: 430px;
}

.style1{
    background: transparent;
    padding: 0px;
    margin:10px;
    font-family: "Century Gothic", "times New Roman";
    font-size: xx-large;
    line-height: 1.2;
    text-align: center;
    color: #800000;
}

.style2{
    padding: 0px;
    margin:0px;
    text-align: center;
    font-family: "Century Gothic", "times New Roman";
    font-size: 14px;
    line-height: 1.2;
    background: transparent;
}

.style3{
    padding: 0px;
    margin:0px;
    text-align: justify;
    font-family: "Century Gothic", "times New Roman";
    font-size: 14px;
    line-height: 1.2;
    background: transparent;
}

.style4{
    padding: 0px;
    margin:0px;
    text-align: justify;
    font-family: "Century Gothic", "times New Roman";
    font-size: 14px;
    line-height: 1.2;
    background: transparent;
    color: #800000;
}

.style5{
    padding: 0px;
    margin:0px;
    text-align: justify;
    font-family: "Century Gothic", "times New Roman";
    font-size: 14px;
    line-height: 1.5;
    background: transparent;
}

a { text-decoration:none; }


/*General Web-site setting */

Body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #003300;
    background-color: #FFF5E6;
    padding: 0px;
    padding-bottom: 30px;
    position: inherit;
    width: auto;
    height: auto;
}

/* Container setting for all web pages
do not change these setting!!
*/
.container {
    width: 800px;
    height: 750px;
    margin: auto;
    background-color: #FFF5E6;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;

    /* -webkit-shadow: -1px -1px 20px rgba(0,0,0,0.42);
      -moz-box-shadow: -1px -1px 20px rgba(0,0,0,0.42);
      -o-box-shadow: -1px -1px 20px rgba(0,0,0,0.42);
      box-shadow: -1px -1px 20px rgba(0,0,0,0.42);
    */
}

/* Header setting for all web pages */
#header {
    height: 120px;
    width: auto;
    background-color: #FFF5E6;
    background-repeat: no-repeat;
    clear: both;
    text-align: center;
    margin: 0px;
}

#header2 {
    width: auto;
    height: 100px;
    padding-bottom: 0px;
    background-color: #FFF5E6;
    margin: 0px;
    background-repeat: no-repeat;
    clear: both;
    text-align: center;
}

/* The following setting are for the Main Menu for the index.php page & Sub Menu for the gallery.php pages.
Do not change these setings!!*/
#mainMenu {
    height: 140px;
    width: 740px;
    padding: 0;
    margin: 0;
    float: left;
    left: 1.9em;
    position: relative;
    background-color: #FFF5E6;
    overflow: hidden;
}

#mainMenu a {
    height: 130px;
    width: 140px;
    border: 1px solid #BBBBBB;
    background-position: center;
    margin-left: 5px;
    float: left;
}

#mainMenu img{
    height: 130px;
    width: 140px;
}
/* Sub menu settings */
#subMenu {
    background-color: #FFF5E6;
    height: 140px;
    width: auto;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
    left: 6.1em;
}

#subMenu a {
    height: 130px;
    width: 140px;
    border: 1px solid #BBBBBB;
    background-position: center;
    margin-left: 5px;
    float: left;
}

#subMenu span {
    height: 130px;
    width: 140px;
    background-position: center;
    margin-left: 5px;
    float: left;
 }

#subMenu img{
    height: 130px;
    width: 140px;
}
/* End of Menu settings */

/* Text information box for index.php page */
#textBox {
    width: 730px;
    text-align: justify;
    height: auto;
    left: 3.3em;
    float: left;
    position: relative;
}

/* #### Setting for the product.php page #### */

/* container for the Text area */
#workArea {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/* Text area settings for product information */
#textarea{
    width:370px;
    height:auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 20px;
    background: transparent;
    text-align: justify;
    float: right;
    overflow: auto;
}

#picarea{
    width:auto;
    height:auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background: transparent;
    float:left;
    position: relative;
    left: 2em;
}

#tableMainImage{
    height: 200px;
    width: 280px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #BBBBBB;
    background: white;
}

#tableThumbnail {
    width: 140px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #BBBBBB;
    background: white;
}

.infoTable {
    width: 190px;
    border: 1px solid #BBBBBB;
    font-family: "Century Gothic", "times New Roman";
    font-size: 14px;
}

#refPrice {
    width: 130px;
    height: 50px;
    text-align: left;
    vertical-align: top;
}

#refPriceb {
    width: 140px;
    height: 50px;
    text-align: center;
    vertical-align: top;
}

#border{
    width: 50px;
    float: left;
}

/*Footer setting for index.php page */
#footer{
    height:30px;
    background-color:transparent;
    border: 0;
    width: 800px;
    text-align: center;
    position: relative;
    bottom: 0px;
    float: left;
}

#footer a{
    line-height:1.6em;
    font-family:Verdana, sans-serif;
    letter-spacing:0.1em;
    color:#666666;
    font-size:11px;
}
/* Footer setting for the Gallery pages & product.php page*/
#footer2 {
    height:30px;
    background-color:transparent;
    border: 0;
    width: 755px;
    text-align: right;
    float: left;
    position: relative;
}

#footer2 a{
    line-height:1.6em;
    font-family:Verdana, sans-serif;
    letter-spacing:0.1em;
    color:#666666;
    font-size:12px;
}

/* Email page settings */
#email {
    width: 430px;
    text-align: left;
    height: auto;
    top: 2px;
    float: left;
    position: relative;
    left: 8em;
}

#pic_display{
    float: left;
    position: relative;
    left: 4em;
}

#email div{
    float: left;
    width: 150px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    position: relative;
}

/* Shopping & Shipping page setting */
#textBox2 {
    width: 720px;
    text-align: left;
    height: auto;
    top: 2px;
    float: left;
    position: relative;
    left: 3.3em
}

#pic_display2{
    float: left;
    position: relative;
}

#textBox2 div{
    width:500px;
    float: left;
}

#textBox2 ul{
    text-indent: 1em;
}

#textBox2 img{
    padding-right:5px;
}

#textBox2 p{
    text-align:justify;
}

/*img.php setting */
#addImage{
    width: 400px;
    height: auto;
    top: 2px;
    float: left;
    position: relative;
    border: 1px;
    left: 13em;

}

/*### Gallery page setting ##*/

/* Gallery container */
#picViewer{
    width: 730px;
    height: auto;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    float: left;
    left: 2.2em;
    position: relative;
    }

/* Setting for the Main Image on the gallery.php pages */
#picViewer_mainPic{
    width: 580px;
    height: 360px;
    float: left;
    position: relative;
    text-align: center;
    background-color: White;
    border-left: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;
}

/*Set size of Main Image in the picture viewer */
#picViewer_mainPic img{
    padding: 5px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: inherit;
    text-align: center;
    position: relative;
}

.gallery_large{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 0;
    vertical-align: inherit;
    text-align: center;
    position: relative;
    border: 0;

}

/* Container for the thumbnail images display in the Gallery.php pages */
#picViewer_Thumbnails{
    width: 140px;
    height: 360px;
    background-color: White;
    overflow: auto;
    text-align: center;
    float: inherit;
    position: relative;
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-left: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-top: 1px solid #BBBBBB;


}

/*Set size of Main Image image in the Edit.php & Product.php pages */
.img_medium{
  border: 0;
  padding: 2px;
}
/*Set size of thumbnail images in the Edit.php & Product.php pages */
.img_small {
    border: 0;
    padding: 2px;
}
/* Set size for the thumbnail images in the Gallery.php pages */
.gallery_small {
    border: 0;
    padding: 2px;
    width:100px;
}

/*Add Product page setting */
#addPro {
    width: 350px;
    height: auto;
    top: 2px;
    float: left;
    position: relative;
    border: 1px;
    left: 22em;
}

#addPro div{
    float: left;
    width: 350px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    position: relative;
}


/* Edit Product Page */
.editInfo {
    width: auto;
    text-align: left;
    height: auto;
    padding-left:25px;
}

.editInfo td{
    padding-bottom: 10px;   
}
/*
#editHeader {
	width: auto;
	text-align: left;
	height: 100px;
	top: 2px;
    left: 5em
    }

#editHeader div{
	padding-bottom: 0.5em;
	margin-top: 0.5em;
	width: 400px;
	margin-left: 5em;
}
*/

#input_desc{
    width:730px;
    position:relative;
    float:inherit;

}

#input_dim{
    text-align: right;
    margin-top: 10px;
}


#delete1 {
	width:10px;
	height:10px;
	z-index:2;
	border:0;
}

#delete2 {
	position:absolute;
	left:647px;
	top:469px;
	width:10px;
	height:10px;
	z-index:2;
	border:0;
}
#delete3 {
	position:absolute;
	left:792px;
	top:469px;
	width:10px;
	height:10px;
	z-index:2;
	border:0;
}
#delete4 {
	position:absolute;
	left:647px;
	top:575px;
	width:10px;
	height:10px;
	z-index:2;
	border:0;
}
#delete5 {
	position:absolute;
	left:792px;
	top:575px;
	width:10px;
	height:10px;
	z-index:2;
	border:0;
}

/* Autocomplete - style */

.suggestionsBox {
    position: relative;
    left: 140px;
    margin: 10px 0px 0px 0px;
    width: 300px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

/* Search Product page Style setting */
#catBox {
    text-align: center;

}

/* Warning boxes */
.error{
    width:700px;
    background-color: #ffffcc;
    border-style: dashed;
    border-width: 1px;
    border-color: teal;
    text-align: left;
    margin-left: 3em;
}
.error img{
    width:25px;
    float: left;
    margin-right: 5px;
}



