/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}
table{
width: 98%;
display: block;
clear: right;
}
td, th {
padding: 3px;
}
th {
font-weight: bold;
}
.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 0; 
	line-height: 0.1;
	margin: 0; padding: 0;

	}
.reset-left {
	clear: left; 
	font-size: 1px; 
	height: 0; 
	line-height: 0.1;
	margin: 0; padding: 0;

	}


a img { border: none; }

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #f2f2f2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #006BB7; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0; }
h3 { font-size: 14px; font-weight: bold; line-height: 1.25; margin-bottom: 0; }
h4 { font-size: 12px; font-weight: bold; line-height: 1.25; margin-bottom: 0; margin-top }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #006bb7; }
a           { color: #ff0000; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0; }
ul, ol      { margin: 0 0 15px 0; }

ul          { list-style-type: none; }

ol li {
margin-left: 20px;

}


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* layout elements
-------------------------------------------------------------- */
#container, #container-btm, #site-by {
width: 980px;
margin: 0 auto;
}
#container {
background: #fff url(/images/interface/bg-container-top.png) top center no-repeat;
}
#container-btm{
background: url(/images/interface/bg-container.png) top center no-repeat;
height: 9px;
}

#wrapper {
width: 960px;
margin: 0 auto;
}
#header, #content, #footer, #banner {
position: relative;
float: left;
width: 100%;
}
#header {
height: 97px;
}

#header h1 {
position: absolute;
top: 11px; left: 0;
border: none !important;
}
	
#header h1 a {
display: block;
position: relative;
text-indent: -9999px;
width: 283px; height: 86px;
background: #fff url("/images/interface/logo-recochem.gif") no-repeat !important;
border: none !important;
}

#header h1 img { display: none; }

.lang-fr #header h1 a {
display: block;
position: relative;
text-indent: -9999px;
width: 287px; height: 86px;
background: #fff url("/images/interface/logo-recochem-fr.gif") no-repeat !important;
border: none !important;
}

#country-select{
position: absolute;
top: 20px; left: 740px;
width: 200px;
float: right;
text-align: right;
}
#banner{
height: 111px;
}
#banner-flash{
height: 302px;
}

#flashcontent {
	
}

#content {
background: url(/images/interface/bg-content.jpg) top center no-repeat;
padding-top: 30px;
padding-bottom: 30px;
}
#home-news{
width: 498px;
position: relative;
float: left;
}
#news-container{
padding-left: 20px;
}
#home-intro{
width: 410px;
position: relative;
float: right;
}
#home-intro p{
width: 380px;
}
#sidebar {
width: 205px;
float: left;
margin-top: 30px;
padding-left: 20px !important;
}
#main{
width: 670px;
margin-left: 260px;
text-align: left;
margin-top: 30px;
padding-bottom: 40px;
}
#main p{
padding-right: 10px;
}

#main table {
	border-collapse: collapse;
	padding-bottom: 5px;
}
#main th,
#main td {
	border: 1px solid black;
	text-align: center;
}
#main ul li {
	margin-left: 15px;
	list-style-type: disc;
}
#main ul li ul li {
	list-style-type: square;
}


#sidebar-right{
float: right;
width: 155px;
margin: 0 0 30px 30px; padding: 0;
}

#sidebar-right ul{
margin-top: 10px;
padding: 10px;
background: #E9E9E9;
}

#footer { 
height: 52px;
padding-top: 5px;
background: url(/images/interface/bg-footer.gif) top center no-repeat;
}
#footer ul {
padding: 5px 20px 0 20px;

}
#footer p, #footer li { 
font-size: 10px;
padding: 0;
color: #fff;
}
#footer li { float: left; }
#footer li a { padding: 0 10px 0 0; text-decoration: none; color: #fff; }
#footer li a:hover {color: #ADD2F1;}

#site-by {
text-align: right;
color: #888;
font-size: 10px;
padding: 7px 20px 0 0;
}
/* navigation elements
-------------------------------------------------------------- */
ul.subnav {
position: absolute;
top: 72px; left: 350px;
width: 600px;
float: right;
}
ul.subnav li {
float: right;
list-style: none;
padding-left: 7px;
padding-right: 7px;
border-left: 1px #ccc solid;
}
ul.subnav li.first {
border-left: none;
}
ul.subnav li a{
color: #005DA0;
text-decoration: none;
font-size: 11px;
}
/* Main Nav here 
*******************************************************************/



/* French Main Nav here 
*******************************************************************/

.lang-fr #nav {
position: relative;
margin: 0; padding: 0;
}

.lang-fr #nav ul.mainnav {
position: relative;	
height: 36px; width: 960px;
margin-bottom: 0;
background: url("/images/interface/nav_international.gif") no-repeat;
border: 	
}

	.lang-fr #nav ul li.mainnav {
		float: left;
		list-style: none;
		}
	
	.lang-fr #nav ul li a.mainnav {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		top: 0; height: 36px;
		background: url("/images/interface/nav_international.gif") no-repeat;		
		}

		.lang-fr #nav ul li#nav-1 a {
			left: 0; width: 117px; 
			background: url("/images/interface/nav_international.gif") 0 -137px no-repeat;	
			}
		.lang-fr #nav ul li#nav-2 a { 
			left: 117px; width: 76px; 
			background: url("/images/interface/nav_international.gif") -117px -137px no-repeat;	
			}
		.lang-fr #nav ul li#nav-3 a { 
			left: 193px; width: 81px; 
			background: url("/images/interface/nav_international.gif") -193px -137px no-repeat;	
			}
		.lang-fr #nav ul li#nav-4 a { 
			left: 274px; width: 100px; 
			background: url("/images/interface/nav_international.gif") -274px -137px no-repeat;	
			}
		.lang-fr #nav ul li#nav-5 a { 
			left: 374px; width: 157px; 
			background: url("/images/interface/nav_international.gif") -374px -137px no-repeat;	
			}
		.lang-fr #nav ul li#nav-6 a { 
			left: 531px; width: 56px; 
			background: url("/images/interface/nav_international.gif") -531px -137px no-repeat;	
			}
		.lang-fr #nav ul li#nav-7 a { 
			left: 587px; width: 89px; 
			background: url("/images/interface/nav_international.gif") -587px -137px no-repeat;	
			}					
		.lang-fr #nav ul li#nav-8 a { 
			left: 676px; width: 75px; 
			background: url("/images/interface/nav_international.gif") -676px -137px no-repeat;	
			}					
		.lang-fr #nav ul li#nav-9 a { 
			left: 751px; width: 96px; 
			background: url("/images/interface/nav_international.gif") -751px -137px no-repeat;	
			}					
		.lang-fr #nav ul li#nav-10 a { 
			left: 847px; width: 113px; 
			background: url("/images/interface/nav_international.gif") -847px -137px no-repeat;	
			}					
							

	.lang-fr #nav ul li#nav-1 a:hover { background-position: 0 -182px; }
	.lang-fr #nav ul li#nav-2 a:hover, .lang-fr #nav ul li#nav-2 a.over { background-position: -117px -182px; }
	.lang-fr #nav ul li#nav-3 a:hover, .lang-fr #nav ul li#nav-3 a.over { background-position: -193px -182px; }
	.lang-fr #nav ul li#nav-4 a:hover, .lang-fr #nav ul li#nav-4 a.over { background-position: -274px -182px; }
	.lang-fr #nav ul li#nav-5 a:hover, .lang-fr #nav ul li#nav-5 a.over { background-position: -374px -182px; }
	.lang-fr #nav ul li#nav-6 a:hover, .lang-fr #nav ul li#nav-6 a.over { background-position: -531px -182px; }
	.lang-fr #nav ul li#nav-7 a:hover, .lang-fr #nav ul li#nav-7 a.over { background-position: -587px -182px; }
	.lang-fr #nav ul li#nav-8 a:hover, .lang-fr #nav ul li#nav-8 a.over { background-position: -676px -182px; }
	.lang-fr #nav ul li#nav-9 a:hover, .lang-fr #nav ul li#nav-9 a.over { background-position: -751px -182px; }
	.lang-fr #nav ul li#nav-10 a:hover, .lang-fr #nav ul li#nav-10 a.over { background-position: -847px -182px; }


	.lang-fr #nav ul li#nav-1 a.active, .lang-fr #nav ul li#nav-1 a.active:hover { background-position: 0 -227px; }
	.lang-fr #nav ul li#nav-2 a.active, .lang-fr #nav ul li#nav-2 a.active:hover { background-position: -117px -227px; }
	.lang-fr #nav ul li#nav-3 a.active, .lang-fr #nav ul li#nav-3 a.active:hover { background-position: -193px -227px; }
	.lang-fr #nav ul li#nav-4 a.active, .lang-fr #nav ul li#nav-4 a.active:hover { background-position: -274px -227px; }
	.lang-fr #nav ul li#nav-5 a.active, .lang-fr #nav ul li#nav-5 a.active:hover { background-position: -374px -227px; }
	.lang-fr #nav ul li#nav-6 a.active, .lang-fr #nav ul li#nav-6 a.active:hover { background-position: -531px -227px; }
	.lang-fr #nav ul li#nav-7 a.active, .lang-fr #nav ul li#nav-7 a.active:hover { background-position: -587px -227px; }
	.lang-fr #nav ul li#nav-8 a.active, .lang-fr #nav ul li#nav-8 a.active:hover { background-position: -676px -227px; }
	.lang-fr #nav ul li#nav-9 a.active, .lang-fr #nav ul li#nav-9 a.active:hover { background-position: -751px -227px; }
	.lang-fr #nav ul li#nav-10 a.active, .lang-fr #nav ul li#nav-10 a.active:hover { background-position: -847px -227px; }
	

/* English Main Nav here 
*******************************************************************/
.lang- #nav {
position: relative;
margin: 0; padding: 0;
}

.lang- #nav ul.mainnav {
position: relative;	
height: 36px; width: 960px;
margin-bottom: 0;
background: url("/images/interface/nav_international.gif") no-repeat;
border: 	
}

	.lang- #nav ul li.mainnav {
		float: left;
		list-style: none;
		}
	
	.lang- #nav ul li a.mainnav {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		top: 0; height: 36px;
		background: url("/images/interface/nav_international.gif") no-repeat;		
		}

		.lang- #nav ul li#nav-1 a {
			left: 0; width: 101px; 
			background: url("/images/interface/nav_international.gif") 0 0 no-repeat;	
			}
		.lang- #nav ul li#nav-2 a { 
			left: 101px; width: 77px; 
			background: url("/images/interface/nav_international.gif") -101px 0 no-repeat;	
			}
		.lang- #nav ul li#nav-3 a { 
			left: 178px; width: 81px; 
			background: url("/images/interface/nav_international.gif") -178px 0 no-repeat;	
			}
		.lang- #nav ul li#nav-4 a { 
			left: 259px; width: 82px; 
			background: url("/images/interface/nav_international.gif") -259px 0 no-repeat;	
			}
		.lang- #nav ul li#nav-5 a { 
			left: 341px; width: 110px; 
			background: url("/images/interface/nav_international.gif") -341px 0 no-repeat;	
			}
		.lang- #nav ul li#nav-6 a { 
			left: 451px; width: 84px; 
			background: url("/images/interface/nav_international.gif") -451px 0 no-repeat;	
			}
		.lang- #nav ul li#nav-7 a { 
			left: 535px; width: 69px; 
			background: url("/images/interface/nav_international.gif") -535px 0 no-repeat;	
			}					
		.lang- #nav ul li#nav-8 a { 
			left: 604px; width: 115px; 
			background: url("/images/interface/nav_international.gif") -604px 0 no-repeat;	
			}					
		.lang- #nav ul li#nav-9 a { 
			left: 719px; width: 111px; 
			background: url("/images/interface/nav_international.gif") -719px 0 no-repeat;	
			}					
		.lang- #nav ul li#nav-10 a { 
			left: 830px; width: 130px; 
			background: url("/images/interface/nav_international.gif") -830px 0 no-repeat;	
			}					
							

	.lang- #nav ul li#nav-1 a:hover { background-position: 0 -45px; }
	.lang- #nav ul li#nav-2 a:hover, .lang- #nav ul li#nav-2 a.over { background-position: -101px -45px; }
	.lang- #nav ul li#nav-3 a:hover, .lang- #nav ul li#nav-3 a.over { background-position: -178px -45px; }
	.lang- #nav ul li#nav-4 a:hover, .lang- #nav ul li#nav-4 a.over { background-position: -259px -45px; }
	.lang- #nav ul li#nav-5 a:hover, .lang- #nav ul li#nav-5 a.over { background-position: -341px -45px; }
	.lang- #nav ul li#nav-6 a:hover, .lang- #nav ul li#nav-6 a.over { background-position: -451px -45px; }
	.lang- #nav ul li#nav-7 a:hover, .lang- #nav ul li#nav-7 a.over { background-position: -535px -45px; }
	.lang- #nav ul li#nav-8 a:hover, .lang- #nav ul li#nav-8 a.over { background-position: -604px -45px; }
	.lang- #nav ul li#nav-9 a:hover, .lang- #nav ul li#nav-9 a.over { background-position: -719px -45px; }
	.lang- #nav ul li#nav-10 a:hover, .lang- #nav ul li#nav-10 a.over { background-position: -830px -45px; }


	.lang- #nav ul li#nav-1 a.active, .lang- #nav ul li#nav-1 a.active:hover { background-position: 0 -90px; }
	.lang- #nav ul li#nav-2 a.active, .lang- #nav ul li#nav-2 a.active:hover { background-position: -101px -90px; }
	.lang- #nav ul li#nav-3 a.active, .lang- #nav ul li#nav-3 a.active:hover { background-position: -178px -90px; }
	.lang- #nav ul li#nav-4 a.active, .lang- #nav ul li#nav-4 a.active:hover { background-position: -259px -90px; }
	.lang- #nav ul li#nav-5 a.active, .lang- #nav ul li#nav-5 a.active:hover { background-position: -341px -90px; }
	.lang- #nav ul li#nav-6 a.active, .lang- #nav ul li#nav-6 a.active:hover { background-position: -451px -90px; }
	.lang- #nav ul li#nav-7 a.active, .lang- #nav ul li#nav-7 a.active:hover { background-position: -535px -90px; }
	.lang- #nav ul li#nav-8 a.active, .lang- #nav ul li#nav-8 a.active:hover { background-position: -604px -90px; }
	.lang- #nav ul li#nav-9 a.active, .lang- #nav ul li#nav-9 a.active:hover { background-position: -719px -90px; }
	.lang- #nav ul li#nav-10 a.active, .lang- #nav ul li#nav-10 a.active:hover { background-position: -830px -90px; }


.lang-en #nav {
position: relative;
margin: 0; padding: 0;
}

.lang-en #nav ul.mainnav {
position: relative;	
height: 36px; width: 960px;
margin-bottom: 0;
background: url("/images/interface/nav_international.gif") no-repeat;
border: 	
}

	.lang-en #nav ul li.mainnav {
		float: left;
		list-style: none;
		}
	
	.lang-en #nav ul li a.mainnav {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		top: 0; height: 36px;
		background: url("/images/interface/nav_international.gif") no-repeat;		
		}

		.lang-en #nav ul li#nav-1 a {
			left: 0; width: 101px; 
			background: url("/images/interface/nav_international.gif") 0 0 no-repeat;	
			}
		.lang-en #nav ul li#nav-2 a { 
			left: 101px; width: 77px; 
			background: url("/images/interface/nav_international.gif") -101px 0 no-repeat;	
			}
		.lang-en #nav ul li#nav-3 a { 
			left: 178px; width: 81px; 
			background: url("/images/interface/nav_international.gif") -178px 0 no-repeat;	
			}
		.lang-en #nav ul li#nav-4 a { 
			left: 259px; width: 82px; 
			background: url("/images/interface/nav_international.gif") -259px 0 no-repeat;	
			}
		.lang-en #nav ul li#nav-5 a { 
			left: 341px; width: 110px; 
			background: url("/images/interface/nav_international.gif") -341px 0 no-repeat;	
			}
		.lang-en #nav ul li#nav-6 a { 
			left: 451px; width: 84px; 
			background: url("/images/interface/nav_international.gif") -451px 0 no-repeat;	
			}
		.lang-en #nav ul li#nav-7 a { 
			left: 535px; width: 69px; 
			background: url("/images/interface/nav_international.gif") -535px 0 no-repeat;	
			}					
		.lang-en #nav ul li#nav-8 a { 
			left: 604px; width: 115px; 
			background: url("/images/interface/nav_international.gif") -604px 0 no-repeat;	
			}					
		.lang-en #nav ul li#nav-9 a { 
			left: 719px; width: 111px; 
			background: url("/images/interface/nav_international.gif") -719px 0 no-repeat;	
			}					
		.lang-en #nav ul li#nav-10 a { 
			left: 830px; width: 130px; 
			background: url("/images/interface/nav_international.gif") -830px 0 no-repeat;	
			}					
							

	.lang-en #nav ul li#nav-1 a:hover { background-position: 0 -45px; }
	.lang-en #nav ul li#nav-2 a:hover, .lang-en #nav ul li#nav-2 a.over { background-position: -101px -45px; }
	.lang-en #nav ul li#nav-3 a:hover, .lang-en #nav ul li#nav-3 a.over { background-position: -178px -45px; }
	.lang-en #nav ul li#nav-4 a:hover, .lang-en #nav ul li#nav-4 a.over { background-position: -259px -45px; }
	.lang-en #nav ul li#nav-5 a:hover, .lang-en #nav ul li#nav-5 a.over { background-position: -341px -45px; }
	.lang-en #nav ul li#nav-6 a:hover, .lang-en #nav ul li#nav-6 a.over { background-position: -451px -45px; }
	.lang-en #nav ul li#nav-7 a:hover, .lang-en #nav ul li#nav-7 a.over { background-position: -535px -45px; }
	.lang-en #nav ul li#nav-8 a:hover, .lang-en #nav ul li#nav-8 a.over { background-position: -604px -45px; }
	.lang-en #nav ul li#nav-9 a:hover, .lang-en #nav ul li#nav-9 a.over { background-position: -719px -45px; }
	.lang-en #nav ul li#nav-10 a:hover, .lang-en #nav ul li#nav-10 a.over { background-position: -830px -45px; }


	.lang-en #nav ul li#nav-1 a.active, .lang-en #nav ul li#nav-1 a.active:hover { background-position: 0 -90px; }
	.lang-en #nav ul li#nav-2 a.active, .lang-en #nav ul li#nav-2 a.active:hover { background-position: -101px -90px; }
	.lang-en #nav ul li#nav-3 a.active, .lang-en #nav ul li#nav-3 a.active:hover { background-position: -178px -90px; }
	.lang-en #nav ul li#nav-4 a.active, .lang-en #nav ul li#nav-4 a.active:hover { background-position: -259px -90px; }
	.lang-en #nav ul li#nav-5 a.active, .lang-en #nav ul li#nav-5 a.active:hover { background-position: -341px -90px; }
	.lang-en #nav ul li#nav-6 a.active, .lang-en #nav ul li#nav-6 a.active:hover { background-position: -451px -90px; }
	.lang-en #nav ul li#nav-7 a.active, .lang-en #nav ul li#nav-7 a.active:hover { background-position: -535px -90px; }
	.lang-en #nav ul li#nav-8 a.active, .lang-en #nav ul li#nav-8 a.active:hover { background-position: -604px -90px; }
	.lang-en #nav ul li#nav-9 a.active, .lang-en #nav ul li#nav-9 a.active:hover { background-position: -719px -90px; }
	.lang-en #nav ul li#nav-10 a.active, .lang-en #nav ul li#nav-10 a.active:hover { background-position: -830px -90px; }






























/* ---------------------------------------- */


.sidenav
{
	position: relative;
	background: #004980 url("/images/interface/sidebar-nav-top.gif") no-repeat;
	margin-bottom: 20px;
}

.sidenav ul
{
	background: url("/images/interface/sidebar-nav-btm.gif") bottom left no-repeat;
	padding: 5px 5px 3px 5px;
}

.sidenav li ul, .sidenav li li
{
	background: none !important;
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
	line-height: 13px;
}

.sidenav li li a { padding: 0 0 0 15px !important; }

.sidenav li
{
	background: url("/images/interface/sidebar-inner-nav-top.gif") no-repeat;
	margin-bottom: 2px;
}

.sidenav li span
{
	background: url("/images/interface/sidebar-inner-nav-btm.gif") no-repeat bottom left;
	height: 5px;
	display: block;
	margin: 0; padding: 0;
	line-height: 0;
	font-size: 0.1em;
}
.sidenav h4 {
	margin: 10px 0 0 15px;
	height: auto;
}
.sidenav ul li ul li {
	
}



.list li a
{
	text-decoration: none;
	color: #006bb7;
	display: block;
	padding: 6px 0 1px 5px;
	font-size: 11px;
}

.list a:hover { color: #ff0000; }
.list li a.active {
color: #ff0000;
}
.list h3
{
	padding: 15px 0 1px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.list li p
{
	color: #666;
	padding: 6px 0 1px 5px;
	font-size: 10px;
}
/* product elements
-------------------------------------------------------------- */

.product-container{
width: 670px;
background: #f5f5f5 url("/images/interface/bg-productcontainer.gif") no-repeat;
padding: 0 0 10px 0;
margin: 30px 0 0 0;
border-bottom: 1px #C8DDE9 solid;

}
.product-container h3{
display: block;
position: relative;
float: left;
width: 350px;
margin: 0; 
padding: 5px 0 15px 5px;
height: 16px;
}
.product-container h5{
font-size: 12px;
color: #666;
margin: 0; padding: 5px 0 0 15px;
}

.product, .featured-product{
position: relative;
float: left;
width: 206px;
height: 175px;
border: 1px #E1E1E1 solid;
background: #fff;
margin: 10px 0 0 7px; padding: 0;
overflow:hidden;
}
.featured-product{
width: 430px;
border: none;
border-bottom: 1px #E1E1E1 solid;
}
.product h4, .featured-product h4{
padding: 5px 0 0 0;
margin-top: 20px;
font-size: 11px;
}
.product p , .featured-product p{
margin: 0; padding: 0;
font-size: 11px;
}
.product img, .featured-product img{
	float: left;
}
.img-holder {
height: 165px;
width: 76px;
float: left;
margin-right: 10px;
overflow: hidden;
}
.get-more-info{
float: right;
width: 300px;
height: 16px;
margin:0; padding: 5px 5px 15px 5px;
text-align: right;
}
.get-more-info a{
color: #006bb7;
}
.get-more-info a:hover{
color: #ff0000;
}

p.more{
color: #ff0000;
padding-bottom: 5px;
text-transform: uppercase;
}
.see-all-products {
text-align: right;
height: 30px;
margin-bottom: 30px;
border-top: 1px #C8DDE9 solid;
background: #fff url("/images/interface/see-more-products.png") top right no-repeat;
}
.see-all-products p{
text-align: right;
margin: 0;
padding: 3px 10px 5px 10px;
}


/* form elements
-------------------------------------------------------------- */

form.country {
font-size: 10px;
}
form.country select, form.country option, form.country label {
font-size: 10px;
color: #777;
}

/* jquery
---------------------------------------------------------------*/
a:focus {
	outline: none;
}
.panel {
display: none;
padding-bottom: 10px;
background: #fff url("/images/interface/bg-panel.gif") repeat-y;
border-bottom: 1px #C8DDE9 solid;

}
.slide {
text-align: right;
height: 35px;
padding: 0;
margin-bottom: 0;
}
.btn-slide {
	text-align: center;
	width: 134px;
	height: 30px;
	padding: 5px 5px 0 0;
	margin-left: 525px;
	display: block;
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
	background: #fff url("/images/interface/see-more-products.png") top right no-repeat;
}
