body {
	background-color: #586662;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}


/* ======== text ============= */

p, .TextNormal {
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 8px;
	line-height: 16px;
	cursor: default;
	margin-top: 7px;

}
h1 {
	font-size: 12px;
	color: #5B6B67;
	background: url(box_top_back.gif) no-repeat;
	margin: 0px;
	padding-left: 20px;
	cursor: default;
	padding-bottom: 4px;

}

.form {	
	font-size: 14px;
	background-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
	border-top-color: #2A312F;
	border-right-color: #A6CBC2;
	border-bottom-color: #A6CBC2;
	border-left-color: #2A312F;
}
.formButtz {
	font-size: 13px;
	background-color: #DDDDDD;
	color: #333333;
}


.Box, .ProductLinkz {
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3D4744;
}
.Box {
	background-image: url(box_back.gif);
}



/* ========== linkz ==============*/


a.products:link, a.products:visited, a.products:hover {
	font-size: 11px;
	text-decoration: none;
	margin-left: 10px;
}
a.products:link {color: #E2E3E3;}
a.products:visited {color: #95AEA8;}
a.products:hover {color: #FFF; text-decoration: underline;}

a:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-size: 11px;
	color: #95AEA8;
	text-decoration: underline;

}
a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
hr {
	border-width: 1px;
	border-style: solid;
	border-top-color: #6D817C;
	border-bottom-color: #404E4B;
	border-right-color: #5B6B67;
	border-left-color: #5B6B67;
}

#next, #prev {cursor: default; color: #FFFFFF; width: auto !important; height: auto !important; padding: 2px;}
#next a, #prev a, #next strong {font-size: 13px; margin: 0 2px; border: 1px solid #232927;
	padding: 0 3px; text-decoration: none; background: #485350; white-space: nowrap;
}

#next a:hover, #prev a:hover {
	background: #37403d;
}

.LeftFloat {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.LeftFloatProd {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #3D4744;
	border-right: 2px solid #64887F;
	border-bottom: 2px solid #64887F;
	border-left: 2px solid #3D4744;


}
.Leftclr {
	clear: left;
}

.Rightclr {
	clear: right;
}

.Bothclr {
	clear: both;
}