/* 
	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: #333333;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	width: 100%;
	}
p {
	margin: 10px 0;
	padding: 0px; }
blockquote {
	margin: 0px;
	padding: 0px; }
a {
	text-decoration: none;
	outline: none;
	color: #356AA3; 
}
a img 
{
	border: none;
}
a:hover 
{
	text-decoration: underline;
	color: #356AA3;
}
div{margin:0;padding:0;}
a:link {}
a:visited {}
img,a img,img a 
{
	border: 0px;
	overflow: hidden; 
}
.button {
	background-color: #e1ebf5;
	border: 1px solid #666;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;	
	font-family: verdana, sans-serif; }
/* Global image button layout */
.imagebutton {
	border: none; }
/* Default layout of input boxes */
.inputbox {
	font-family: verdana, sans-serif;
	padding: 3px;
	width: 124px;
	/*height: 12px;*/
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #386da4;	
}
	
input[type="checkbox"], input.checkbox {
	border:0px; }
	
/* Default layout of select boxes */
.selectbox {
	font-family: verdana, sans-serif;
	padding: 1px;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	width: 161px;
	height: 20px;
	border: 1px solid #386da4;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border:none; }

form
{
	margin: 0px;
	padding: 0px;
	border: 0;
	/* float: left;  */
}
/*
	Advanced behavior of input/select boxes to focus when a user is editing the content.
	This is clearly CSS 2.1 and therefore is ignored by IE 6.0 and all other 
	unsupportive browsers.
*/

input[type="text"]:focus, input[type="password"]:focus {
	background-color: #ffffc0 !important; }
textarea:focus { 
	background-color: #ffffc0 !important; }
select {
	z-index:-1; }
select:focus { 
	background-color: #ffffc0 !important; }	
h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: sans-serif; }

/*
h2 {
	font-weight: bold;
	font-size: 14px; }
*/

h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif; }
	
h4 {
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif; }

/* General text classes  */
.red, .required {
	color: #CC0000;
}
.blue {
	color: #356AA3;
}
.bold {
	font-weight: bold;
}
.lineThrough {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}

/* Clear floats inside a div (W3C recommendation) */
.clear {
	clear: both;}
	
.left {
	display: inline;
	float: left;

}
.right {
	display: inline;
	float: right;
	clear: none;
}
.full {
	display: block;
	position: relative;
}

.alignCenter {
text-align:center;
}
/*
.center {
	text-align: center;
	margin: 0 auto;
}
*/
.normalBlack {
	color: #000000;
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.normal {
	font-weight: normal;
}

/* cat grid styles */

.categoryTitle {
	color: #000;
	font-weight: bold;
}
.categoryDetails {
	color: #666;
}
.categoryTextLink {
	color: #366BA3;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	margin-top: 5px;
	line-height: 24px;
	text-decoration: underline;
}
.fpspace{margin:0 0 5px 0;}

table.productsTableHome{margin:0;}
table.productsTableHome td{border:1px #cccccc solid;padding:0;}
/* END */
