﻿/* Global  */

html, body 
{
    margin:0px;
    height:95%;
    min-height:100%;
    min-width:1005px;
    
    background-color: black;
    font-weight: normal;
    text-transform: none;
    font-size: small;
    text-decoration: none;
    line-height: 10pt;
    letter-spacing: 2pt;
    color: #a0a2a5;
    font-family: Tahoma, "Gill Sans Light" , Arial;
    /*height: 500;*/
    
}

a:link 
{
    color: gray;
    text-decoration: none;
}
a:visited 
{
    color: gray;
    text-decoration: none;
}
a:hover 
{
    color: white;
    text-decoration: none;
}
a:active 
{
    color: gray;
    text-decoration: none;
}

.country
{
    background-color: black;
    margin: 0px;
    margin-right: 10px;
    font-weight: normal;
    text-transform: none;
    font-size: small;
    text-decoration: none;
    line-height: 10pt;
    letter-spacing: 2pt;
    color: #a0a2a5;
    font-family: Tahoma, "Gill Sans Light" , Arial;
}

div#menu
{
    margin-left: 10px;
    position: fixed;
    width: 100%;
    height: 100px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 30px;
}
div#menu a
{
    text-decoration: none;
    color: #a0a2a5;
    font-size: medium;
}
div#menu a:hover
{
    text-decoration: underline;
}

div#installcompatible
{
    background-repeat: no-repeat;
    background-image: url(../images/Install_compatible.jpg);
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 425px 0 0 150px;
    width: 588px;
    height: 129px;
}

#mainheader
{
    position: fixed;
    width: 100%;
    height: 15%;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
}

#installer
{
    position: fixed;
    width: auto;
    height: auto;
    top: 15%;
    right: 0;
    bottom: 100px;
    left: 10em;
}



/* Page */
#page
{
    margin: auto;
    text-align: left;
    min-width: 500px;
}
/* Product Items */
.product-list
{
    width: 100%;
}

/* Product Details */
.product-detail-container
{
    text-align: center;
}
.product-detail
{
    margin: auto;
    width: 400px;
}
.product-detail .image-logo
{
    display: block;
}
.product-detail .title
{
    font-weight: bold;
    color: #333;
    font-size: 2.26em;
/*    padding: 4px; */
}
.product-detail .price
{
    color: #093;
}
.product-detail .summary
{
    text-align: left;
    font-weight: bold;
    color: #333;
/*    padding: 0 4px;   */
    text-decoration: underline;
}
.product-detail .details
{
    text-align: left;
/*    padding: 4px; */
}


/* Installation Prompt */
.install-prompt
{
    border: 1px dotted #999;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 20px;
    padding: 8px;
    background-color: #FFE7CE;
}


#footer 
{
    position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
} 

#wrap {min-height: 100%;}


h1
{
    font-size: Large;
}

#form1
{
    height: 100%;
}

UpdatePanel1
{
    position: relative;
    margin: 0px 0px 0px 0px;
}

.drpCountry
{
    position: relative;
    margin: 15px 0px 20px 0px;
}

.StoresTitle
{
    position: relative;
    background-color: #FFE7CE;
    color: #a0a2a5;
    margin: 10px;
}

#IndentedDiv
{
    position: relative;
    margin: 0px 0px 0px 0px;
}
 
.ScrollList
{
    position: relative;
    height: 460px;
    overflow: auto;
    padding-left: 2px;
    text-align: left;
    margin: 5px 0px 0px 0px;
}

.StoreName
{
    margin: 20px 5px 9px 0px; 
    font-size: large;
}

#StoreDetails
{
    margin: 3px 5px 9px 0px; 
    font-size: small;
}


#navigation
{
	float: left;
	width: 150px;
}


