
html, body 
{
    background-color: #a5a5a5;
	background-image: url(/images/BG-Site.jpg);
	background-position: top;
	/*background-repeat: repeat-x repeat-y;*/
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	font-family: Arial;

	margin:0px;
	padding:0px;
	height:100%;
}

a 
{
	text-decoration:none;
	color:#990000;
}

a:hover 
{
	color:#DD0000;
	text-shadow: #AAAAAA 0px 0px 6px, .6;
	/*font-weight:bolder;*/
	/*text-decoration:overline underline;*/

	
}

input[type="text"].searchbox
{
	color:#000000;
	background-color:#CCCCCC;
	font-weight:bold;
	border:1px;
	padding:0px;
    margin-top:0px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	height:26px;
	width:200px;
	text-align:center;
	vertical-align:middle;
	box-shadow: inset 4px 4px 6px rgba(0,0,0,0.9);

}

input[type="text"]
{
    border-style: solid;
    border-color:lightgray;
    border-width: 1px;
    color:#000000;
	background-color:#fafafa;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	text-align:left;
	vertical-align:middle;
	/*box-shadow: inset 2px 2px 5px rgba(0,0,0,0.4);*/
}

textarea
{
    border-style: solid;
    border-color:lightgray;
    border-width: 1px;
    color:#000000;
	background-color:#fafafa;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	text-align:left;
	vertical-align:middle;
	/*box-shadow: inset 2px 2px 5px rgba(0,0,0,0.4);*/
}

input[type=password]
{
    border-style: solid;
    border-color:lightgray;
    border-width: 1px;
    color:#000000;
	background-color:#fafafa;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	text-align:left;
	vertical-align:middle;
	/*box-shadow: inset 2px 2px 5px rgba(0,0,0,0.4);*/
}


select
{
    border-style: solid;
    border-color:lightgray;
    border-width: 1px;
    color:#000000;
	background-color:#fafafa;
	padding:4px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	text-align:left;
	vertical-align:middle;
	/*box-shadow: inset 2px 2px 5px rgba(0,0,0,0.4);*/
}

input[type=button]
{
    cursor: pointer;
    border-style: none;
    border-color:lightgray;
    border-width: 1px;
    color:#ffffff;
	background-color:#fafafa;
	padding-bottom:4px;
    padding-top:4px;
    padding-left:12px;
    padding-right:12px;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	text-align:center;
	vertical-align:middle;
    font-weight: bold;



    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    
    /*-webkit-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.45);
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.45);*/
}

input[type=submit]
{
    cursor: pointer;
    border-style: none;
    border-color:lightgray;
    border-width: 1px;
    color:#ffffff;
	background-color:#fafafa;
	padding-bottom:4px;
    padding-top:4px;
    padding-left:12px;
    padding-right:12px;
	border-radius: 4px;
	-moz-border-radius: 4px; 
	text-align:center;
	vertical-align:middle;
    font-weight: bold;



    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    
    /*-webkit-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.45);
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.45);*/
}



#container 
{
    background-color:#ffffff;
	min-height:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	text-align: center;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000; 
	box-shadow: 0px 0px 20px #000000;

    	background-attachment:fixed;
	background-image: url(/images/BG-Content-WZ.jpg);
	background-position:top center;
	background-repeat: repeat-y;
}

#header 
{
	width: 1000px;
	color:#aaaaaa;
	position:relative;
	margin:0px;
	padding:0px;
}

#header a
{
	color:#ffffff;
}

#body 
{
	padding-bottom:120px;	/* Height of the footer */

}

#bodycontent 
{
	background-color:  rgba(255,255,255,1);
	border-radius: 10px; 
	-moz-border-radius: 10px; 

    position:relative; 
    /*top:-10px;
    left:-25px;
    width:1050px;*/



	/*Outter Shadow*/
	/*-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3); 
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);*/
	
    /*border:solid;
    border-color:#CCCCCC;
    border-width:1px;*/

	background-attachment:fixed;
	background-image: url(/images/BG-Content-WZ.jpg);
	background-position:top center;
	background-repeat: repeat-y;
}


#footer 
{
	position:absolute;
	bottom:0;
	margin:0;
	padding-top:10px;

	height: 120px;
	color:#aaaaaa;
	width: 1000px;

}

#footer a
{
	color:#ee0000;
}



#footer a:hover 
{
	color:#FF0000;
	text-shadow: #EE00000px 0px 6px;
	/*font-weight:bolder;*/
	/*text-decoration:overline underline;*/

	
}

#header a{
    color:#ee0000;
    padding-right:8px;
}

#header a:hover{
    color:#FF0000;
	text-shadow: #EE00000px 0px 6px;
}


#ButtonBarUserInfo
{
	float:left; 
}



#ButtonBarHeaderLogo
{
    position:relative;
	width: 1000px;
	height:75px;
    padding:0px;
    margin:0px;
	background-position: left top; 
	display: inline-block;
	white-space: nowrap;
    text-align:left;
}

#ButtonBarLogo
{
	/*z-index:10000000000000;*/
    width:550px;
    padding:0px;
    margin:0px;
	position:relative;
    display: inline-block;
	top:0px;
	left:0px;
	height:114px;
    white-space: nowrap;
    overflow: hidden;

}

#ButtonBarCart
{
    width:450px;
    height:80px;
    padding:0px;
    margin:0px;
	position:relative;
    display: inline-block;
	text-align:right;
    color:#809298;
    font-size: 12px;
}

#ButtonBarNav
{
	height: 39px;
	width: 1000px;

	background-image:url(/images/btn-BarBackgroundWhite.jpg);
	background-position: left top; 
	background-repeat: repeat-x;
	display: inline-block;
	white-space: nowrap;
	position:relative;
	top:0px;

}

.ButtonBarDivider
{
	width:15px;
	height:39px;
	background-image:url(/images/btn-BarDividerWhite.gif);
	display: inline-block;
	white-space: nowrap;
	vertical-align:middle;
	background-repeat: no-repeat;
	background-position: top center;
}

.ButtonBarButtonHome
{
	height:39px;
	width:67px;
	background-image:url(/images/btn-Home.jpg);
	display: inline-block;
	white-space: nowrap;
	vertical-align:middle;
	background-repeat: no-repeat;
	background-position: top center;

}

.ButtonBarButtonProducts
{
	height:39px;
	width:128px;
	background-image:url(/images/btn-BrowseProducts.jpg);
	display: inline-block;
	white-space: nowrap;
	vertical-align:middle;
	background-repeat: no-repeat;
	background-position: top center;
}

.ButtonBarButtonCustomize
{
	height:39px;
	width:116px;
	background-image:url(/images/btn-Customize.jpg);
	display: inline-block;
	white-space: nowrap;
	vertical-align:middle;
	background-repeat: no-repeat;
	background-position: top center;
}


#buttonbarrecent
{
	
}

.ButtonBarRecentThumbnail
{

    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.9);
	border:0px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	padding:0px;
    margin:0px;
	max-height: 30px;
	max-width: 100px;
    
}


#buttonbarsearch
{
	display:inline-block;
	vertical-align:middle;
}

.buttonbar
{
	display: inline-block;
	white-space: nowrap;
	vertical-align:top;
    /*border:solid;
    border-color:black;
    border-width:1px;*/
}


.CatIconButton
{
	border: 0px;
	padding-left:3px; padding-bottom:3px; padding-top:3px; padding-right:3px;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ebebeb'); /* for IE */
	background-color:#FFFFFF;
	border-radius: 5px; -moz-border-radius: 5px; 
	-moz-box-shadow: 0px 0px 20px #888; -webkit-box-shadow: 0px 0px 10px #888; box-shadow: 0px 0px 10px #888;
	
}


.SampleImageThumb {
    /*Outter Shadow*/
    /*-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000; 
	box-shadow: 0px 0px 20px #000000;*/
    border: 2px solid #ebebeb;
    padding: 5px;
    max-width: 240px;
min-width: 120px;
    max-height: 120px;
    object-fit: contain;
    border-radius: 6px;
    padding: 2px;
    margin: 0px;
}

#SearchResultsDisplayInc {
    max-width: 250px;
min-width: 250px;
    max-height: 380px;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#SearchResultsContainer {
    display: flex;
    padding: 20px 0px 0px 0px;
    width: 1000px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.SampleImageThumbRaised {
    Outter Shadow -moz-box-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
    border: 2px solid #ebebeb;
    padding: 5px;
    border-radius: 10px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 2px;
    margin: 0px;
	max-width:40px;
}

.SampleImageThumbFlat {
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 2px;
max-width:40px;
}






input[type=submit].MagButton
{

    border-bottom-color:#CCCCCC;
	width:26px;
	height:26px;
	background-color:#CCCCCC;
	background-image:url(/images/Magnify.png);
	border:3px;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	background-position:center; 
	background-repeat:no-repeat;
	text-align:center;
    margin-bottom:4px;
	/*vertical-align:middle;*/
	cursor:pointer;
}

.PageDivider
{
	height:0px; 
	border-width:1px; 
	border-color:#aaaaaa;
}

.FrameBorder
{
    /*Outter Shadow*/
	/*-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000; 
	box-shadow: 0px 0px 20px #000000;*/
    display: inline-block; 
	border-radius: 5px;
    -moz-border-radius: 5px; 
    border-style:solid;
    border-width:1px;
    border-color:darkgray;
    background-color:white;
	padding:0px;

}


.FrameBorderBlank
{
	border-radius: 20px;
    border-style:none;
}

.FrameCellHeader
{
    box-sizing: border-box;
    width:inherit;
    display:inline-block;
    padding-left:10px;
    padding-right:0px;
    padding-top:3px;
    padding-bottom:3px;
	border-radius: 5px;
    -moz-border-radius: 5px; 
    border-style:solid;
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-bottom-width:0px;
    border-color:darkgray;

    text-align:left;
    background-color:whitesmoke;
    font-weight:bold;
    font-size:17px;



    
}