html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;                            
    vertical-align: baseline;
}

body {
    color: #333333;
    background: white;
    font-size: 14px;
    font-family: Verdana;    
}

a {
    text-decoration: none;
    color: #057be5;
    outline: 0;
}

a:hover {
    color: #ff7b00;
}

.clr {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.content {    
    width: 1000px;    
    margin: 0 auto;    
}


h1 {
    font-weight: bold;
    color: #057be5;
    text-transform: uppercase;
    font-size: 20px;        
    margin-bottom: 10px;
}

h2 {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}


/* ==============  HEADER ===========================*/
header {
    padding-top: 5px;
    margin-bottom: 20px;
    border-bottom: #999999 solid 1px;
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.24);
    -moz-box-shadow:    0px 1px 11px 0px rgba(50, 50, 50, 0.24);
    box-shadow:         0px 1px 11px 0px rgba(50, 50, 50, 0.24);
}

header a.logo {
    font-size: 28px;
    color: #057be5;
    font-weight: bold;
    text-decoration: none;
}

header .logo span {
    color: #ff7b00;
}

header .right-nav a {
    font-weight: bold;
    margin-left: 20px;
    text-transform: uppercase;
}


/* ==============  LEFT NAV ===========================*/

nav.left-nav {
    margin-right: 30px;
    width: 205px;
    float: left;
}

nav.left-nav ul {
    margin-top: 40px;
    list-style: none;
}

nav.left-nav ul li {
    margin-bottom: 30px;
}

nav.left-nav ul li a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;        
}

nav.left-nav ul li a:hover,
nav.left-nav ul li a.active{
    color: #ff7b00;
}

/* ==============  INDEX NAV ===========================*/

nav.index-nav {            
}

nav.index-nav ul {    
    list-style: none;
}

nav.index-nav ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

nav.index-nav ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;   
    width: 285px;
    height: 285px;
    border: #057be5 solid 1px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(50, 50, 50, 0.24);
    -moz-box-shadow:    0px 0px 7px -1px rgba(50, 50, 50, 0.24);
    box-shadow:         0px 0px 7px -1px rgba(50, 50, 50, 0.24);
    padding: 8px;
}

nav.index-nav ul li a:hover {
    color: #ff7b00;
    -webkit-box-shadow: inset 0px 0px 9px 1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px 0px 9px 1px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px 0px 9px 1px rgba(50, 50, 50, 0.5);
    border-color: #ff7b00;
}

nav.index-nav ul li a span {
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}





/* ==============  PAGE ===========================*/
.page.page-list {    
    padding-top: 30px;
    overflow: hidden;
}

.page.page-list p.intro {
    margin-bottom: 30px;
}

.page.page-list .product {
    border: #057be5 solid 1px;
    margin-bottom: 10px;
    padding: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(50, 50, 50, 0.24);
    -moz-box-shadow:    0px 0px 7px -1px rgba(50, 50, 50, 0.24);
    box-shadow:         0px 0px 7px -1px rgba(50, 50, 50, 0.24);
    position: relative;
    min-height: 120px;
    padding-bottom: 10px;
}

.page.page-list .product .heureka {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.page.page-list .product .heureka .heureka-affiliate-product {
    text-align: right;
}

.page.page-list .product .heureka .heureka-affiliate-product .heureka-price b {
    font-weight: bold;
    font-size: 22px;
}

.page.page-list .product .heureka .heureka-affiliate-product a {
    font-weight: bold;
    font-size: 14px;
    color: blue;
}

.page.page-list .product .heureka .heureka-affiliate-product img {
    height: 15px;
}


.page.page-list .product .images {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.page.page-list .product .main-image {
    margin-bottom: 10px;
}

.page.page-list .product .other-images {
    width: 250px;
    height: 50px;
    overflow: hidden;
}

.page.page-list .product .other-images img {
    margin-right: 10px;
}

.page.page-list .product h2 {
    margin-bottom: 20px;
}


.page.page-list .product .params .show-more {
    margin-top: 10px;
    font-size: 12px;
    display: block;
}

.page.page-list .product .params .param {
    margin-bottom: 5px;
}

.page.page-list .product .params .param .label {
    font-weight: bold;
    width: 150px;
    display: inline-block;
}

.page.page-list .product .params .param .value {
    white-space: nowrap;
}

.page.page-list .product .params-advanced {
    padding-right: 214px;  
    max-height: 0px;
    overflow: hidden;
    -moz-transition: max-height 1s linear;
    -webkit-transition: max-height 1s linear;
    -o-transition: max-height 1s linear;
    transition: max-height 1s linear;
    padding-top: 10px;        
}
.page.page-list .product .params-advanced .param {
    width: 45%;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
}

/* ===================== PAGE INFO ======================= */
.page-info .my-html  {
    overflow: hidden;
    margin-top: 40px;
}

.page-info .my-html p {
    margin-bottom: 20px;
}

/* ==============  Page advice detail ===========================*/
.page.page-advice-detail {
    padding-top: 30px;    
    line-height: 18px;
    font-size: 13px;
}

.page.page-advice-detail .heureka a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.page.page-advice-detail p.intro {
    margin-bottom: 30px;
}

/* ==============  FOOTER ===========================*/
footer {
    margin-top: 20px;
    padding-bottom: 5px;
    border-top: #999999 solid 1px;
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: 0px -3px 7px -1px rgba(50, 50, 50, 0.24);
    -moz-box-shadow:    0px -3px 7px -1px rgba(50, 50, 50, 0.24);
    box-shadow:         0px -3px 7px -1px rgba(50, 50, 50, 0.24);
    line-height: 16px;
}

footer .content {
    margin-top: 10px;
}

footer .content span {
    font-size: 10px;
}



