/* 
   StyleSheet default.css
   - default styles for all pages
   - defines base colors, margins, borders and so on
   - the layout for all pages can be found in pt_default.css
   - the layout for a certain page can be found in pt_<pagename>.css
   
   Demandware eCommerce 1.2, copyright 2005, all rights reserved 
*/

*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body 
{
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	background-color: #fff;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1030px;
}

.headline
{
	font-size: 22px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	margin-bottom: 5px;
}
.subheadline
{
	font-size: 14px;
	line-height: 15px;
	color: #666;
	font-weight: normal;
	margin-bottom: 5px;
}
h1.headline
{
	font-size: 22px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom: 5px;
}
h2.subheadline
{
	font-size: 14px;
	line-height: 15px;
	color: #666;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom: 5px;
}
h3.subheadline
{
	font-size: 14px;
	line-height: 15px;
	color: #666;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom: 5px;
}
h4.subheadline
{
	font-size: 14px;
	line-height: 15px;
	color: #666;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom: 5px;
}
h5.subheadline
{
	font-size: 14px;
	line-height: 15px;
	color: #666;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom: 5px;
}
h6.subheadline
{
	font-size: 14px;
	line-height: 15px;
	color: #666;
	font-weight: normal;
	padding:0px;
	margin:0px;
	margin-bottom: 5px;
}

img , fieldset
{
	border: none;
}

a 
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a:link, a:visited, a:hover, a:active,
a.title:link, a.title:visited, a.title:hover, a.title:active
{
	color: #666;
}

a.close:link, a.close:visited, a.close:hover, a.close:active
{
	color: #000;
}

a.backlink:link, a.backlink:visited, a.backlink:hover, a.backlink:active
{
	color: #000;
	text-transform: uppercase;
}

.required
{
	color: red;
}

.errorcaption
{
	color: red; 
	display: block;
}
#footer
{
}
	#footercol2
	{
		display: none;
	}
