body {
	background-color:#fff;
	font-family:sans-serif;
	font-size:10pt;
	padding:0px;
	margin:0px;
	text-align:center; /*fix to make IE auto margin #wrap div*/
}

* {
	margin:0px;
	padding:0px;
}

div {
	margin:0px;
	padding:0px;
}

a {
	color:#30587a;	
	text-decoration:underline;
}

a:hover {
	color:#d52942;
	text-decoration:none;
}

a img {
	border:none;
}

.clear {
	clear:both;
}

p {
	font-size:10pt;
	color:#000;
	margin:5px;
}

p.code {
	font-family:serif;
	margin-left:20px;
	padding:4px;
	background-color:#F8F8F3;
	border:1px inset;
}

p.inline {
	display:inline;
}

p.tiny {
	font-size:10px;
}

.point {
	cursor:pointer;
}

h2 {
	margin:5px;
	font-size:24px;
}

h3 {
	margin:5px;
	font-size:20px;
}

h4 {
	margin:5px;
	font-size:16px;
}

ul {
	list-style-type:circle;
}

#wrap {
	position:relative;
	width:900px;
	margin:0px auto;
}

#home {
	float:left;
	margin:10px;
	margin-top:0px;
}

#header {
	width:900px;
	height:100px;
	position:relative;
	text-align:left;
}

#header h1 {
	position:absolute;
	bottom:0px;
	left:100px;
}

#navbar {
	position:absolute;
	bottom:0px;
	right:5px;
	text-align:right;
}

#navbar a {
	font-size:18px;
}

#content {
	width:900px;
	text-align:left;
}

#products div {
	padding:5px;
}

.product {
	border-top:solid 1px #555;
	position:relative;
	margin:2px 0px;
	width:640px;
}

#products img {
	margin-top:5px;
	margin-right:10px;
}

div.priceCapsule {
	position:absolute;
	z-index:1;
	top:0px;
	right:10px;
	border:solid 1px #999;
	border-top:0px;
}

span.price {
	margin-left:5px;
}

img.thumb {
	cursor:pointer;
	margin-bottom:-20px;
}

div.infoTabWrap {
	padding:0px;
	margin:-10px 0px 0px 0px;
	border-bottom:solid 1px #999;
	width:98%;
}

div.infoTab {
	margin:0px 2px -6px 0px;
	border:solid 1px #999;
	cursor:pointer;
}

div.info {
	display:none;
	width:98%;
	height:200px;
	overflow:auto;
	background-color:#fafafc;
	border-bottom:solid 1px #999;
}

#filters {
	position:absolute;
	right:10px;
	top:10px;
	background-color:#eee;
	padding:10px;
	width:120px;
	text-align:center;
}

#filters a {
	margin:5px;
	font-weight:normal;
}

#filters div {
	width:100px;
	margin:3px auto;
	padding:10px 0px;
	background-color:#fff;
}

#comments {
	margin-left:35px;
	background-color:#eee;
	padding:10px;
	width:300px;
}

#comments div {
	background-color:white;
}

#comments table {
	background-color:#fff;
}

#info a {
	margin:5px;
}

span.notAvailable {
	display:none;
}

div.box {
	margin:10px;
	border:solid 1px #555;
	float:left;
}

div.smallBox {
	width:240px;
}

div.bigBox {
	width:620px;
}

div.title {
	width:420px;
	border:solid 1px #555;
	margin:0px 5px
}

div.smallTitle {
	width:240px;
}

div.bigTitle {
	width:620px;
}

.half {
	width:400px;
}

.border {
	border:solid 1px #000;
}

.b0 {
	border:0px;
}

.p10 {
	padding:10px;
}

.m10 {
	margin:10px;
}

.m5 {
	margin:5px;
}

.mv10 {
	margin-top:10px;
	margin-bottom:10px;
}

.left {
	float:left;
}

.right {
	float:right;
}

div.center{
	margin-left:auto;
	margin-right:auto;
}

#footer {
	clear:both;
	width:900px;
	padding:10px;
	text-align:center;
	color:#555;
	font-size:9pt;
}

