/*
  $Id: stylesheet-installation.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  A simple css file to hold any styles lying outside that or a regalar osC BTS install
*/

body {
	background:#003082;
	padding:0;
	color:#1A29A4;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:9pt;
	text-align:center;
	margin: 1%;}

p, td {
	color:#1A29A4;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:9pt;

}
p {
		line-height: 1.5em;
		margin: 1em 0 1.2em;
	}

li {
		line-height: 1.5em;
	}

a:link, a:active, a:visited {
		color: black;
	}

a:hover {
		color: black;
	}

a:hover[name] {
		color: #333;
	}

h1.title {
	color:red;
	margin:0 0 1em;
	font-size:0.87em;
	font-style:italic;
	font-weight:bold;
	text-align:center;}

h1, h2 {
		color: #000;
		/*font-weight: normal;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;*/
	}

h1 { font-size: 1.7em;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.3em;}
h4 { 
	font-size: 1.1em;
	margin-bottom:3px;
	}

#hold_content
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background:#fff;
	border:1px solid #fff;
}

#header {
		width:100%;
		padding: 0;
		margin-bottom:0;
	}

/* Pics at top */
#header #pics {
	vertical-align:top;}
#header #pics table {
	float:right;}
#header #pics td {
	padding:0 0 0 3px;}
#header #pics td.end {
	padding:0;}

#header #jco {
	text-align:right;
	vertical-align:bottom;
	padding:0 1em 0 0;}

#header #logo-top {
	width:194px;
	background:url(../../images/janssens.sausages-cnr.jpg) no-repeat top right;
	padding:4px 0 0 6px;}

#header #stripes,
#header #logo-mid {
	background:url(../../images/janssens.stripes.gif) repeat-x;}
#header #logo-mid {
	padding-left:6px;}
	
	
#content {
		width:100%;
		padding:0;
		margin:0;}

#content td.left {
	background:#1A29A4 url(../../images/janssens.vert-stripe-115.gif) repeat-y top center;}
	
#content td.right {
	background:#1A29A4 url(../../images/janssens.vert-stripe-115.gif) repeat-y top center;}

.box_right {width: 113px; margin-left: 4px;}

.box_right a {
	color: #ff301c;
}

.box_right a:hover {
	color: #ff301c;
}
.box_right .infoBoxContents {
	color: #fff;
}
.box_right .infoBoxContents a {
	color: #ff301c;
}

.center .infoBox {
	background-color: transparent;
}

/* form */

/* Styles */
form {
    margin: 0;
    padding: 0;
}

form * {
    
}

#newsletter_subscribe input.txt {
	width: 100px;
	color: #000;
}

fieldset {
    margin: 1em 0;
    border: none;
    border-top: 1px solid #fff;
    text-align: center;
}

fieldset *, .unsubscribe {
	text-align: center;
}

legend {
    margin: 1em 0;
    padding: 0 .5em;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
}

label {
    width: auto;
}

.fm-text {
	text-align: center;
}

#fm-submit {
    clear: both;
    padding-top: 1em;
    text-align: center;
}

#fm-submit input {
    border: 1px solid #000;
    padding: 2px 1em;
    background: #fff;
    color: #000;
    font-size: 100%;
}

.bg_blue {
	background-color: #1a29a4;
	color: #fff;
}

.bg_blue * {
	color: #fff;
}

.width_col {
	width: 100%;
}

/* nav */

#nav {
	list-style: none outside;
	margin: 0px;
	margin-left: 11px;
	margin-right: 0px;
	padding: 0px;
}

* html #nav {
	margin-right: 11px;
}

#nav li {

}

#nav li a {
	color: #fff;
	display: block;
	text-align: right;
	border-bottom: 1px solid #fff;
	padding: 3px;
}

#nav li a:hover {
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: right;
	border-bottom: 0px;
	background-color: #1a29a4;
	padding: 3px;
}

.table_footer {
	background-color: #1a29a4;
}

.cell_footer {
	color: #fff;
}

.cell_footer a {
	color: #ff301c;
}

.cart_options {
	text-align: right;
}
input {
	color: #000;
}