/*
IMPORTANT NOTES: (PLEASE READ CAREFULLY!)

1. DO NOT MODIFY the system styles section, it is generated by the system,
   your modifications will be overwritten. If you want to change the stylesheet
	 template, modify the ew.css in the "src" subfolder under the installed
	 directory. Only modify the ew.css if you have the necessary knowledges in
	 CSS.
	 
2. DO NOT REMOVE THE FOLLOWING COMMENTS:
   
   BEGIN_USER_STYLES
   END_USER_STYLES
	 
	 You MUST write your styles between these two comment lines below, styles
   outside this user styles section will be discarded.
	 
3. If you want to override the system styles, you can copy the styles to the
   User Styles Section, or you can use a separate user stylesheet.

*/

/*BEGIN_SYSTEM_STYLES*/

html {
	height: 100%;
}

body {
	background-color: #CCCCCC; /* background color */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
	height: 100%;	
}

.paypalshopmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* search table */
.ewSearch {
	width: 100%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;	
}

/* main table */
.ewTable {
	width: 100%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;	
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* tables in main table */
.ewTable td table {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

/* main table header cells */
.ewTableHeader {
	background-color: #CCCCCC; /* header color */
	color: #000000; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #000000; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* item table */
.ewItemTable {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;	
}

/* item table data cells */
.ewItemTable td {
	padding: 2px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/*
--------------------------------------------------------------------------------
Template General Layout
--------------------------------------------------------------------------------
*/

.ewMain {
	border-collapse: collapse;
	border: none;
	height: 100%;	
}

/* Top row (Logo row) */
.ewTopRow {
	background-color: CCCCCCC; 
}

/* Left column (Menu column) */
.ewLeftColumn {
	background-color: #E6E6FA;
	padding: 4px;
	border-left-style: none;
	border: 1px solid #C5C5C5;
	width: 180px;
	vertical-align: top;
}

/* Middle column (Content column) */
.ewMidColumn {
	padding: 15px;
	border: 1px solid #C5C5C5;
	vertical-align: top;		
}

/* Right column (Shopping cart column) */
.ewRightColumn {
	background-color: #E6E6FA;
	padding: 4px;
	border-right-style: none;
	border: 1px solid #C5C5C5;
	width: 180px;
	vertical-align: top;	
}

.ewFooterRow {
	background-color: CCCCCCC; /* background color */
	color: #808080; /* footer font color */	
}

.ewFooterText {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
}

/*
--------------------------------------------------------------------------------
Custom CSS styles for Spry Meny Bar
--------------------------------------------------------------------------------
*/

/* Outermost menu container has no borders on all sides */
ul.MenuBarVertical
{
	width: 180px;
	border: 0px;
}

ul.MenuBarVertical li
{
	width: 180px;
}

ul.MenuBarVertical ul
{
	width: 180px;
}

ul.MenuBarVertical ul li {
	width: 180px;	
}

/* Menu items are a block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #E6E6FA;
	padding: 0.5em 0.75em;
	color: #000;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have the following background and text color */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #33C;
	color: #FFF;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with the following background and text color */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

/*
--------------------------------------------------------------------------------
Shopping Cart
--------------------------------------------------------------------------------
*/

/* main table (in checkout page) */
.ewTable1 {
	/*width: 100%;*/
	border-collapse: collapse;
	border: none;
	font-family: Verdana;
	font-size: xx-small;
	background-color: #FFFFFF;
}
/*

/* main table data cells */
.ewTable1 td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTable1Header {
	background-color: #EAEAEA; /* header color */
	color: #000000; /* header font color */	
	font-weight: bold; /* header font weight */	
	vertical-align: top;	
}

/* main table header cells */
.ewTable1Summary {
	font-weight: bold;	
}

/* simple table (in right column) */
.ewTable0 {
	width: 100%;	
	border-collapse: collapse;
	border: none;
	font-family: Verdana;
	font-size: xx-small;
}

/* simple table data cells */
.ewTable0 td {
	padding: 4px; /* cell padding */
	border: none;
}

/* simple table header cells */
.ewTable0Summary {
	font-weight: bold;	
}

/* message */
.ewMessage {
	font-family: Verdana;
	font-size: xx-small;	
}

/* warning message */
.ewWarning {
	color: #CC0000;
	font-family: Verdana;
	font-size: xx-small;	
}

/* hidden region */
.SpryHiddenRegion {
	display: none;
}

/*END_SYSTEM_STYLES*/

