/*
kelkoostyle.css

Style Sheet for Kelkoo products
*/


/* Full page */
div#page {
width: 60em;
margin: 0px auto;
padding: 0px;
text-align: center;
}

/* Header */
div#header {
padding-top: 4px;
padding-bottom: 4px;
background-color: #b5ffb5;
height: 7em;
}

div#header img {
float: left;
width: 18em;
}

div#header h2 {
padding: 0em;
margin: 0em;
font-size: 2em;
}

 /* Main content - including left and right nav */
div#content {
clear: both;
position: relative;
width: 60em;

margin: 0px auto 10px auto;
padding: 0px;

text-align: left;
}

/* Central content */
div#central {
float: right;
width: 36em;
display: inline;

border: 0.1em solid #8f8f8f;
margin-right: 11.9em;
margin-left: -12.1em;

}

div#central h1 {
padding: 0.1em;
margin: 0em;
font-size: 1.5em;
}

 /* Right nav */
div#rightnav {
float: right;
width: 12em;
display: inline;

margin-right: -36em;
margin-left: 30em;
text-align: left;
}


/* Left nav */
div#leftnav {
float: left;
width: 12em;
display: inline;
text-align: left;
}

/* Clearing */
.stretch,
.clear {
clear: both;
height: 1px;

margin: 0;
padding: 0;

font-size: 15px;
line-height: 1px;
}
.clearfix:after {
clear: both;
height: 0;

display: block;
visibility: hidden;
content: ".";
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* end clearing */


.kelkoo_product {
    position: relative;
    clear: both;
    width: 100%;
}

.kelkoo_product img {
    float: left;
    width: 8em;
    margin-bottom: 1em;
	padding: 0.5em;
}

.kelkoo_product hr {
    clear: both;
}

.kelkoo_product b {
}

.kelkoo_product a {
    text-decoration: none;
    color: black;
}

.kelkoo_product a:hover {
    color: red;
}

.kelkoo_more {
    position: absolute;
    right: 1em;
    bottom: 1em;
    margin: 0em;
    padding: 0em;
}

.kelkoo_more a {
    color: blue;
}

/* Pagenav */

.pagenav
{
    text-align: center;
    color: red;
    padding: 0.5em;
}

.pagenav a 
{
text-decoration: none;
color: red;
}

.pagenav a:hover
{
text-decoration: underline;
}


/* Menu CSS */

.rightmenu
{
background: white;
margin-bottom: 0.1em;
border: 0.1em solid #8f8f8f;
padding: 1em;
}


.menu
{
background: white;
margin-bottom: 0.1em;
border: 0.1em solid #8f8f8f;
}

/* overflow: hidden; */
ul.menu1, ul ul {
padding: 0;
margin: 0;
list-style-type: none;
width: 95%;
text-align: left;
border: none;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;
}

ul.menu1 {
font-size: 1em;
}

ul.menu1 ul {
margin-left: 0;
}


ul.menu1 li {
text-indent:0.6em;
}


/* line-height:1em;  */
/* height:1em; */

ul.menu1 li a, ul.menu1 li a:visited {
display:block; 
width: 100%; 
text-decoration:none; 
color: black;
padding-top: 0.0em; 
padding-bottom: 0.0em;
font-size: 0.8em;
}

ul.menu1 li a:hover {
text-decoration: underline;
}

ul.menu2 {
background: white;
padding-bottom: 0.1em;
}

ul.menu2 li {
font-size: 1em;
text-indent:1em; 
color: black;
font-weight:bold; 
background: white;
border: 0;
}


ul.menu2 li a, 
ul.menu2 li a:visited {
border: 0; 
color: black; 
font-weight: normal; 
background: white;
height: 1em; 
line-height: 1em; 
padding-top: 0.2em; 
padding-bottom: 0.1em;
}

ul.menu2 li a:hover {
text-decoration: underline;
}




