body {
	font-family:arial;
	font-size:11px;
	margin:0px 0px 14px 0px;
	background-color:#ffffff;
	color:#64645d;
}
table {
	font-size:11px;
}
img { border:0; }

/**
	LINKS
*/
a:link {
	color:#5d5d5d;
	text-decoration:underline;
}
a:visited {
	color:#5d5d5d;
	text-decoration:underline;
}
a:hover {
	color:#5d5d5d;
	text-decoration:none;
}
a:active {
	color:#5d5d5d;
	text-decoration:underline;
}

/**
	POSITIONS
*/
#containerOuter { 
	position:absolute;
	top:14px;
	width:100%;
}
#containerOuterPadding { padding:11px; }
#containerTop {
	display:none;
}
#containerMenuTop {
	display:none;
}
#tableMenuTop {
	display:none;
}
#containerUpperLeftAd {
	display:none;
}
#containerHighlights {
	display:none;
}
#containerMenuLeft {
	display:none;
}

#containerContent {
	width:100%;
}
#containerMessage {
	display:none;
}
#containerCart {
	display:none;
}
#containerNews {
	display:none;
}
#containerBottom {
	display:none;
}
/**
	HEADERS
*/
.h1 {
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#64635d;
}
h1 {
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#64635d;
	margin:0px 0px 5px 0px;
}
.h2 {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#64635d;
}
h2 {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#64635d;
	margin:0;
}
.h3 {
	font-family:trebuchet ms, verdana;
	font-size:12px;
	font-weight:bold;
}
h3 {
	font-family:trebuchet ms, verdana;
	font-size:12px;
	font-weight:bold;
	margin:0;
}
.h4 {
	font-family:trebuchet ms, verdana;
	font-size:12px;
	font-weight:bold;
}
h4 {
	font-family:trebuchet ms, verdana;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

/**
	BORDERS
*/
.borderDefault {
	border:1px solid #929189;
}
.borderDefault1 {
	border:1px solid #929189;
}
.borderDefault3 {
	border:3px solid #929189;
}