body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	text-align: center;
	font-size: small;
	background: #fff;
}
p {
	margin: 0 0 7px 0;
	}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #DB3469;
}
h2 {
	color: #DB3469;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
#wrapper {
	height: 100%;
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

/* NAVIGATION  --------------------------- */

#nav {
	width: 750px;
	margin-top: 2px;
	margin-bottom: 5px;
	background-color: #DB3469;
	float: left;
	clear: both;
}
#nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 750px;
	list-style-type: none;
	background: #DB3469;
}
#nav li {
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float: left;
	display: inline;
	background: #DB3469;
}
#nav li a {
	display: block;
	padding: 6px 25px 6px 25px;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12pt;
	background: #DB3469;
	float: left;
	border-right: solid 2px #fff;
}

#nav li a:hover {
	display: block;
	padding: 6px 25px 6px 25px;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12pt;
	background-color: #8C8A7B;
	float: left;
	border-right: solid 2px #fff;
}



#header {
	margin: 0;
	padding: 0;
	width: 750px;
	float: left;
}
#container {
	height: 150px;
	float: left;
	clear: both;
	width: 750px;
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#container img {
	margin: 0;
	padding: 0;
	}
#main {
	width: 750px;
	margin-top: 5px;
	text-align: left;
	float: left;
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 500px;
}
#portleft {
	width: 430px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#portright {
	width: 313px;
	float: right;
	height: 315px;
	border: 1px solid #999999;
}

#right {
	float: right;
	height: 100%;
	width: 220px;
}
.boxpanel {
	height: 90px;
	width: 218px;
	border: 1px solid #999999;
	margin-top: 10px;
}

#footer {
	height: 45px;
	width: 750px;
	margin-top: 5px;
	clear: both;
	float: left;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 9px;
	color: #666666;
	padding-top: 3px;
}
#footer p {
	margin: 2px;
}

a {
	color: #DB3469;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
.box {
	height: 98px;
	width: 98px;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	margin-top: 0px;
	padding: 0px;
}

a.info2{
    position:relative; /*this is the key*/
    z-index:24; 
	background-color:#fff;
    color:#000;
    text-decoration:none
}
a.info2 h3 {
	font-weight: bold;
	color: #DB3469;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


a.info2:hover{
    z-index:25; background-color:#CCCCCC;
    border-bottom:1px solid #999;
    text-decoration:none;
}

a.info2 span{
	display: none;
	visibility: hidden;
}

a.info2:hover span{ /*display just on :hover state*/
	display:block;
	position:absolute;
	top:-350px;
	left:-25px;
	width:16em;
	border:1px solid #666666;
	background-color:#FFFFFF;
	color:#333333;
	text-align: center;
	padding: 3px;
	overflow: hidden;
	visibility: visible;
}
a.info2:hover span img{
	border: 1px solid #CCCCCC;	
}
.newscontainer {
	background: #fff url(../Images/dot.jpg) repeat-x bottom left;
	padding: 0 0 15px 0;
	}
 .date {
	color: #999;
	font-weight: bold;
	margin: 3px 0 0 0;
	}
/* FORMS ------------------------------------------------------ */

label {
	width: 6em;
	margin: 3px 7px 3px 3px;
	color: #333333;
	clear: both;
	float: left;
	text-align: right;
	height: 25px;
	line-height: 25px;
	font-size: 9pt;
	font-weight: bold;
}
textarea {
	float: left;
	margin: 3px;
	padding: 4px;
	height: 85px;
	width: 225px;
	border: 1px solid #999;
}
.button {
	margin: 3px 3px 3px 85px;
	float: left;
	clear: left;
	width: 100px;
	padding: 3px;
	background: #666;
	color: #FFF;
	font-weight: bold;
}
input {
	border: 1px solid #999;
	width: 14em;
	margin: 3px;
	float: left;
	padding: 4px;
}
/* PRODUCTS --------------------------------- */

.product {
	width: 360px;
	float: left;
	margin: 0 5px 5px 0;
	border: dotted 1px #ccc;
	padding: 4px;
	height:12.5em;
}
.product img {
	border: solid 1px #ccc;
	float: left;
	margin: 0 5px 5px 0;
}
.product .title {
	font-weight: bold;
	margin: 0;
	color: #DB3469;
}
.bigger {
	font-size: 18px;
	color: #8C8A7B;
	float: left;
	}
.product p {
	font-size:12px;
}
.error {
	color: #cc0000;
	font-weight: bold;
	}
.mainimage {
	float: right;
	border: solid 1px #bbb;
	margin-left: 10px;
	width: 350px;
}
.addbasket {
	width: 87px;
	height: 24px;
	border: none !important;
	float: right;
}

/* BASKET 
-------------------------------------- */
#basket {
	width: 100%;
	}
#basket thead td{
	font-weight: bold;
	padding: 5px 0;
	background: #f5f5f5;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	}
#basket tbody td{
	font-weight: normal;
	padding: 1px 0;
	border-bottom: solid 1px #ebebeb;
	}
#basket .textinput {
	width: 50px;
	height: 15px;
	line-height: 15px;
	padding: 1px;
}
#basket .updatebutton {
	background: #333;
	color: #fff;
	font-weight: bold;
	width: 60px;
	font-size: 11px;
	padding: 3px;
	border: none;
}
#basket tfoot td {
	font-weight: bold;
	padding: 4px 0;
}
#basket tfoot .orderbutton {
	float: right;
	margin: 5px 0 0 0;
	padding: 4px 7px;
	background: #333;
	color: #fff;
	font-weight: bold;
	width: 90px;
	border: none;
}
.utility {
	float: right;
	}
.paypal {
	width: 94px;
	height: 24px;
	border: none !important;
	}
