/* @override http://staging.rda.reiman.demandware.net/on/demandware.static/Sites-STOH-Site/-/default/v1193842657910/css/pt_default.css */

/* 
	Global Defaults
	- defines base colors, margins, borders and so on
	- defines global style of input boxes, error messages....
   
	Demandware eCommerce 2.0, copyright 2007, all rights reserved 
*/
	/*
	Remove all default margins and paddings because all browser think about
	this differently. This means we start clean and have to declare it, if
	needed.
*/
* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
}

body {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	color: Black;
	font-family: Arial, Helvetica, sans-serif; /* set default font */
	font-style: normal; /* set default font weight */
	font-size: 11px;
	background: url('../images/bg/bg_page.gif') repeat;
}

a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #0060A5;
}

a:hover {
	text-decoration: underline;
}

a:link {
	
}

a:visited {
	
}

img,a img,img a {
	border: 0px;
	overflow: hidden;
}

ul li,ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	clear: none;
}

/* Clear floats inside a div (W3C recommendation) */
.clear {
	clear: both;
}

.left {
	float: left;
}