/* 
   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: 0;
	padding: 0;
}

body {
	font-family: verdana, helvetica, sans-serif;
	/*font-size: 12px;*/
	color: #333;
	border: none;
}

h1
{
	font-size: 36px;
}
h2
{
	font-weight: bold;
	font-size: 18px;
}
h3
{
	font-size: 16px;
	font-weight: bold;
}
h4
{
	font-size: 12px;
	font-weight: bold;
}

img , fieldset
{
	border: none;
}

a 
{
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #CC0001;
}

.warning{
	color: #CC0001;
	font-weight: bold;
	margin-bottom: 6px;
}

.highlighted
{
	font-weight: bold;
}

label {
	cursor: pointer;
}
