/* @map Informations details||Introduction comment| @/map */
/**********************************************************************/
/** THIS FILE SHOULD CONTAIN ALL RULES TO DISPLAY THE SIMPLE SEARCH  **/
/** PAGE SHOPPING.KELKOO.CC (WHERE CC IS THE COUNTRY CODE)           **/
/**********************************************************************/

/* @map reset stylesheet||| @/map */
/**********************************************************************/
/* Section: reset css                                                 */
/**********************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th, td { 
	margin:0;
	padding:0;
}
fieldset, img { 
	border:0;
}
body {
	font-size: 13px;
	font-family: arial,helvetica,clean,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

/* @map body style|body|| @/map */
/**********************************************************************/
/* Section: body rules                                                */
/**********************************************************************/
body {
	background: #fff;
	color: #454545;
}
#header, #footer {
	width: 960px;
	margin: 0px auto;
}

/* @map All background image rules||| @/map */
/**********************************************************************/
/* Section: all background image rules                                */
/**********************************************************************/
#logo,
#main .description h1,
#search,
#search div,
#search input,
#search button span {
	background:transparent url(http://r6.kelkoo.com/ux/sitesearch/sprite.png) scroll no-repeat 0 0;
}
#main .description h1 { background-position: -1010px -107px; }
#search { background-position: 0 -306px; }
#search div { background-position: 0 100%; }
#search input { background-position: 0 -129px; }
#search button .cont { background-position: -857px 0; }
#search button .cont span { background-position: 100% 0; }

/* @map Section Generic Header|h1, h2, h3|| @/map */
/**********************************************************************/
/* Section: generic heading rules                                     */
/**********************************************************************/
h1 {
	font-weight: bold;
	color: #454545;
}

/* @map Header styles|#header|| @/map */
/**********************************************************************/
/* Section: header styles                                             */
/**********************************************************************/
#header {
	width: 580px;
	margin: 50px auto 0;
}
#logo {
	display: inline-block;
	width: 210px;
	height: 50px;
	margin-right: 10px;
}

/* @map Main page content|#main|| @/map */
/**********************************************************************/
/* Section: main page content                                         */
/**********************************************************************/
#main {
	padding: 15px 0 90px;	
}
.description {
	width: 590px;
	margin: 20px auto 0;	
}
.description h1 {
	padding: 5px 20px;
}
.description p {
	font-size: 85%;
	padding: 0 120px 0 20px;
}

/* @map Search box|#search|| @/map */
/**********************************************************************/
/* Section: search box                                                */
/**********************************************************************/
#search {
	width: 620px;
	padding: 10px 0 0;
	background-color: #f5f5f5;
	margin: 0 auto;
}
#search div {
	width: 600px;
	padding: 0 0 10px 20px;
}
#search label{
	display: block;
	font-size: 123%;
	font-weight: bold;
	color: #999;
	margin-bottom: 5px;
}
#search input{
	border: 1px solid #35a2f5;
	padding: 5px;
	font-size: 138%;
	width: 460px;
}
#search button {
	background: transparent none repeat scroll 0 0;
	padding: 0;
	border: none;
	width: 110px;
	cursor: pointer;
}
#search button span {
	display: inline-block;
}
#search button .cont {
	padding: 0 0 0 10px;
}
#search button .cont span {
	padding: 5px 10px 5px 0;
	height: 25px;
	line-height: 25px;
	font-size: 138%;
	color: #fff;
	text-align: center;
}

/* @map Footer styles|#footer|| @/map */
/**********************************************************************/
/* Section: footer styles                                             */
/**********************************************************************/
#footer {
	width: 960px;
	margin: 0 auto;
}
#country-misc li {
	display: inline;
	font-size: 85%;
}
#country-misc a {
	border-left: 1px solid #2f6893;
	color: #2f6893;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 0 10px;
}
#country-misc .first a {
   border: none;
   padding-left: 0;
}
.kcopy {
	display: block;
	margin: 8px 0;
	color: #747474;
	font-size: 77%;
}
