html{
    font-size:100%;
    background:#f9fcfd url(../img/bluefade.gif) repeat-x;
}
body * {line-height:1.22em;         }

a:link, a:visited, a:active{    color: #999;}
a:hover{color:#000;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
    margin:0;padding:0;
}

table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,var{
    font-style:normal;font-weight:normal;
}
caption,th {
    text-align:left;
}
body{
    font-size:75%;
    font-family:Arial, Tahoma, Helvetica, sans-serif;
}

table {
    font-size:inherit;font:100%;
}
select, input, textarea {
    font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
    font:115% monospace;
}

body{
    text-align:center;
    
}

#container{
    width:72.8em;
    overflow:hidden;
    margin:0 auto;
    padding:20px 0;
}

#center{
    border:1px solid #fff;
    overflow:hidden;
    width:70em;
    float:left;
}

#content{
    font-size:1em;
    border:2px solid #fff;
    background-color:#4c8cec;
    text-align:left;
    overflow:hidden !important;
    overflow:none;
    margin:5px;
    min-height:690px;
    height:auto !Important;
    height:690px;
}






ul.navList
{
    list-style-type: none;
    text-align: left;
    margin:5px 0;
}

ul.navList li a
{
    background: transparent url(../img/list-off.gif) left center no-repeat;
	padding:5px 0 5px 15px;
    text-align: left;
    text-decoration: none;
    color: #000;
	display:block;
    font-size:1.5em;
}
 
ul.navList li a:hover
{
    background: transparent url(../img/list-on.gif) left center no-repeat;
    color: black;
}

ul.navList li a#current
{
    background: transparent url(../img/list-active.gif) left center no-repeat;
    color: #000;
}

#banneri{float:left; padding:0 5px 5px 5px;}
#banneri img, #banneri a{display:block; margin-bottom:5px;}
.product{
    float:left;
    padding:10px;
    overflow:hidden;
    width:400px;
}
#productInfo{
    float:left;
    display:inline;
    margin:10px;
    width:380px;
}

.productImage{
    
    border:1px solid #c5af87;
}

.productInformation{
    overflow:hidden;
    clear: both;
    margin-bottom:10px;
    height:1%;
}

.productInformation dt{
    width:11em;
    float:left;
    font-weight:bold;
    display:block;
    clear:left;
}
.productInformation dd{
    width:11em;
    display:block;
    float:left !Important;
    float:none;
}

h1{ margin-top: 0; font-size:2.5em;}
h2, h3, h4, h5, h6, p{margin-bottom:10px;}