html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    font-size: 87%;
    text-align: center;
}

p, ul, li, br
{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.4em;
}

#aspnetForm{margin: 0;padding: 0;}

hr
{
    height: 1px;
    background-color: Black;
    color: Black;
    border: 0;
}

a img{border: 0;}
.clear{clear: both;}
a{color: #000; text-decoration:none;}
a:hover{color: #f00;}

h1, h2, h3
{
    text-transform: uppercase;
    font-size: 1em;
    margin: 0px;
    margin-bottom: 5px;
}

.red{color:#f00;}

td
{
    text-align:left;
    padding: 2px;
}

div#splash
{
    position:absolute;
    left: 50%;
    top :50%;
    width: 280px;
    height: 300px;
    margin-left: -140px; /* half of width */
    margin-top: -190px;  /* half of height */
    text-align: center;
}

div#splash img { margin: 5px 0px 20px 0px; }



div#splash ul
{
    font-size: 22px;
    margin: 0px 10px;
    font-size: 22px;
    font-weight: bolder;
    text-transform: uppercase;
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0;
    letter-spacing: 0.12em;
}

div#splash ul li
{
    display: inline;
    margin: 0px 5px;
    padding: 0;
}

div#splash a:hover
{
    color: #888;
}


div#topLogo
{
    padding-top: 10px;
    padding-bottom: 10px;  
}

div#topLogo h1
{
    margin: 0px;
}

div#content ul
{
    font-weight: bold;
    text-transform: uppercase;
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0;
}

div#content ul li
{
    display: inline;
    margin: 0px 5px;
    padding: 0;
}

div#content li.active a
{
    color: #f00;
}

div#menu1{ padding-bottom: 5px;}
div#menu2, div#menuShop{ padding-bottom: 10px;}

#content
{
    text-align: center;
    margin: 0 auto;
}

#contentMain
{
    width: 520px;
    padding: 10px 0px 1px 0px;
    margin: 0 auto;
    text-align: left;
}

#productHolder
{
    width: 520px;
    padding: 15px 0px 1px 0px;
    margin: 0 auto;
    text-align: left;
}



.product
{
    display: block;
    float: left;
 /*   height: 330px; 210 */
    width: 166px;
    margin: 3px;
    text-align: center;
}
.prodImg
{
/*    height: 270px; 150px; */
}

div#prodImgLarge, div#ctl00_contentPage_prodImgLarge
{
    width: 260px;
    text-align: left;
}

div#prodInfo
{
    width: 250px;
    text-align: left;
    padding: 0 0 10px 10px;
}


div#patternScroll, div#ctl00_contentPage_patternScroll
{
    width: 520px;
    height: 145px;
    overflow:scroll;
    overflow-y: hidden;
    scrollbar-face-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-3dlight-color: #000;
    scrollbar-arrow-color: #000;
    scrollbar-track-color: #fff;
    scrollbar-darkshadow-color: #000;
    white-space: nowrap;
    text-align: left;
    margin-top: 5px;
}
/*    scrollbar-track-color: #ddd;*/

div#patternScroll img, div#ctl00_contentPage_patternScroll img {margin-right: 4px;}
div#ctl00_contentPage_panPatternScroll{margin-top: 7px;}


.shopQ
{
    border:1px solid #000;
    background-color:#fff;
    text-decoration:none;
    padding: 3px;
    margin:0px 0px -1px 0px;
    height: 15px;
    color: #F00;
    width: 30px;
    font-weight: bold;
    text-align: right;
}

table#Cart{border-collapse:collapse; width: inherit;}
table#Cart td
{
    margin: 0px;
    padding: 3px;
    border: 0;
}


#centerDiv
{
    text-align: center;
}


.textbox {
    border:1px solid #000;
    background-color:#fff;
    text-decoration:none;
    color:#000;
    padding: 3px;
    margin:0px 0px -1px 0px;
    height: 15px;
}

a.button {
    border:1px solid #000;
    background-color:#fff;
    text-decoration:none;
    text-align:center;
    color:#000;
    padding: 3px 8px;
    margin: 5px 0px 0px 0px;
    height: 15px;
    line-height: 28px;
}
a.button:hover
{
    background-color:#f00;
    color:#fff;
    border:1px solid #f00;
}

a.buttonInv {
    border:1px solid #000;
    background-color:#000;
    text-decoration:none;
    text-align:center;
    color:#fff;
    padding: 3px 8px;
    margin:5px 0px 0px 0px;
    line-height: 28px;
}
a.buttonInv:hover{
    background-color:#f00;
    color:#fff;
    border:1px solid #f00;
}



div.searchResult{ margin-bottom: 10px;}
span.searchMark{color: #f00;}
h2.searchHead{font-size: 1em; color: #000; display: inline; line-height: 40px;}
h3.searchHead{font-size: 1em; color: #f00; display: inline; }



.PressFile
{
    text-align: left;
    margin-bottom: 10px;
}
.PressThumb
{
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
    padding-top: 3px;
}

.PressFileInfo
{
    width: 300px;
    float: left;
}
.PressFileButtons
{
    float: right;
    display: block;
    padding-bottom: 5px;
    text-align: right;
}


.bar
{
    background-color: #ccc;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 3px;
}