/***

	JUP Eyewear

	

	global styles for all pages

	

***/



html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292929;
	background: #DFFCAC url( '../img/bg-gradient.gif' ) repeat-x;
}
.clear {
	clear: both;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292929;
	text-decoration: none;
	cursor: pointer;
}
a.u, a:hover {
	text-decoration: underline
}
img {
	border: 0px;
}
#outerDiv {
	width: 914px;
	margin: 0px auto 0px auto;
}
/***  TOP  ***/



#top {
	width: 880px;
	height: 103px;
	margin-left: 16px;
	background-color: #acf92b;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
/***  MIDDLE  ***/



#middleBG {
	width: 100%;
	height: 470px;
	background-color: #FFF;
	background: url() no-repeat;
	position: relative;
	float: left;
	background: #DFFCAC url( '../img/middle-bg.gif' ) no-repeat top;
}
/* menu is not in the top-div because otherwise the middle-div would overlap it */

#menu {
	width: 700px;
	height: 37px;
	margin-top: -37px;
	position: absolute;
	right: 17px;
	z-index: 10;
}
#menu a {
	width: auto;
	height: 24px; /* real height: 37px */
	padding: 13px 13px 0px 13px;
	float: left;
	background: url( '../img/menu-bg.gif' ) repeat-x;
	font-size: 12px;
}
#menu a:hover {
	text-decoration: none;
	background: url( '../img/menu-bg-active.gif' ) repeat-x;
}
#menu a.active {
	color: #5C9436;
	background: url( '../img/menu-bg-active.gif' ) repeat-x;
}
#menu div {
	width: 1px;
	height: 37px;
	float: left;
	background-color: #acf92b;
}
#submenu {
	width: 862px; /* real height: 880px */
	height: 30px;
	margin-bottom: 1px;
	padding-left: 18px;
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
}
#submenu a {
	color: #656565;
	margin: 8px 7px 0px 7px;
	float: left;
}
#submenu .subactive {
	color: #396DA5;
	font-weight: bold;
}
#submenu div {
	width: 1px;
	height: 10px;
	margin-top: 10px;
	background-color: #ADF92C;
	float: left;
}
#middleContent {
	width: 880px;
	height: 450px;
	margin: 0 0px 0px 17px;
	overflow: hidden;
}
/***  FOOTER  ***/



#footer {
	display: block;
	text-align: center;
	color: #8A9873;
	padding-top: 15px;
}
#footer a {
	color: #8A9873;
}
/***  MISC  ***/



.floatLeft {
	float: left;
	display: inline;
}
.floatRight {
	float: right;
	display: inline;
}
.clearDiv {
	clear: both;
}
.bgGrey {
	background-color: #EFEFEF;
}
.cBlue {
	color: #396DA5;
}
.cGreen {
	color: #5F9800;
}
.cRed {
	color: #DB0000;
}
A.order-link {
	background-color: #bc0101;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding: 2px 10px 2px 10px;
}
.cGrey {
	color: #7A7A7A;
}
TD {
	line-height: 18px;
}
.redLi {
	color: #000;
	list-style: square;
	margin-left: 19px;
	padding-left: 0px;
	font-weight: bold;
}
.blackLi {
	color: #000;
	list-style: square;
	margin-left: 19px;
	padding: 4px 0px 4px 0px;
}
.button01 {
	color: #fff;
	font-weight: bold;
	background-image: none;
	border: 1px solid #db0000;
	background-color: #db0000;
	height: 19px;
	width: 100px;
	font-size: 11px;
}
.textfield01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292929;
	border: 1px solid #979696;
	margin: 0px;
	background: url( '../img/form-input-bg.gif' ) repeat-x 0 0;
	height: 15px;
	width: 157px;
	padding-left: 2px;
}
H1 {
	color: #423b34;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	font-size: 18px;
}
H2 {
	color: #db0000;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	font-size: 12px;
}
.blueText {
	color: #386ca4;
}
.greyText {
	color: #999999;
}
.redLink {
	text-decoration: underline;
	color: #ff0000;
}
.productDiv {
	padding: 1px;
	border: 1px solid #acf92b;
	width: 115px;
	height: 115px;
	overflow: hidden;
}
.product-model {
	height: 19px;
	width: 150px;
	overflow: hidden;
}
.product-col {
	background-color: #f2f2f2;

}
#middleContent #checkbox input {
	width: auto;
	border: none;
}
.contact-form ul.errorlist {
	list-style: none;
	padding: 0;
	margin: -18px 0 0 170px;
	position: absolute;
	color: red;
	font-size: 10px;
}
#msg  ul.errorlist {
	list-style: none;
	padding: 0;
	margin: 0;
	color: red;
	font-size: 10px;
}
.basket-amount {
	width: 20px;
	border: 1px solid #999999;
	text-align: center;
	float: left;
}
.refresh {
	margin: 1px 0 0 8px;
	position: absolute;
}
#bestellijst .bottom A.more {
	background-color: #396da5;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	padding: 2px 10px 2px 10px;
}
#bestellijst .bottom A.bestel-link {
	background-color: #bc0101;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	float: right;
	color: #fff;
	padding: 2px 10px 2px 10px;
}
.order-table TH {
	text-align: left;
	vertical-align: top;
}
.order-table input {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292929;
	border: 1px solid #979696;
	margin: 0px;
	background: url( '../img/form-input-bg.gif' ) repeat-x 0 0;
}
.order-table textarea {
	height: 100px;
}
.order-table #id_submit {
	background-color: #bc0101;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background-image: none;
	border: 1px solid  #bc0101;
}
.order-table UL.errorlist {
	margin: 0;
	padding: 4px 0 0 13px;
}
.order-table UL.errorlist LI {
	font-size: 11px;
	color: red;
}
.optiek-occassion {
	margin-top: 15px;
}
.optiek-occassion h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #0080ab;
}
.optiek-occassion P {
	margin: 4px 0 8px 0;
	padding: 0;
}
.orderhome {

	margin-top: 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid #d70000;
	color: #d70000;
}
.orderhome P {
	margin: 0;
	padding: 0;
}
.orderhome A {
	text-decoration: underline;
}
.orderhome h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #d70000;
	font-size: 16px;
}