/* 
   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;
}

.action {
	width: 178px; 
	height: 102px; 
//	width: 198px; 
//	height: 202px; 
	overflow: hidden; 
	padding: 10px; 
	padding-top: 50px; 
	padding-bottom: 50px; 
	background: url(../images/action.gif) no-repeat;
}
.action a:link, .action a:visited {
	text-decoration: none;
}

.action a:hover {
	text-decoration: none;
}

.Price {
    color: #f18d28;
    font-size: 12px;
    font-weight: bold;
}

body 
{
	font-family: arial verdana, sans-serif;
	font-size: 12px;
	color: #005aa8;
	background-color: #ffffff;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1
{
	font-size: 20px;
	font-weight: normal;
}
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: #005aa8;
}
a:hover
{
	text-decoration: underline;
}




