/*
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: ; /* background color */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
	height: 100%;	
}

.paypalshopmaker {
	color: #808080; /* text color */
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */	
}

input, textarea, select {
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
	color: #808080; /* text color */
} 

a:active {
	color: #808080; /* active link color */
	text-decoration: none;
}

a:link {
	color: #808080; /* link color */
	text-decoration: none;
}

a:visited {
	color: #808080; /* visited link color */
	text-decoration: none;
}

/* search table */
.ewSearch {
	width: 100%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;	
	color: #808080; /* visited link color */
}

/* main table */
.ewTable {
	width: 100%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;	
	color: #808080; /* visited link color */
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #000000;  /* table background color */
	color: #808080; /* visited link color */
}

/* tables in main table */
.ewTable td table {	
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */	
	color: #808080; /* visited link color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #000000; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
	color: #808080; /* visited link color */
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #000;  /* alt row color 1 */
	color: #808080; /* footer font color */	
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #000000; /* alt row color 2 */	
	color: #808080; /* footer font color */	
}

/* item table */
.ewItemTable {
	color: #808080 ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 12px; /* 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: #000000;  /* table background color */
	color: #808080; /* visited link color */
}

/*
--------------------------------------------------------------------------------
Template General Layout
--------------------------------------------------------------------------------
*/

.ewMain {
	border-collapse: collapse;
	border: none;
	height: 100%;	
	color: #808080; /* visited link color */
}

/* Top row (Logo row) */
.ewTopRow {
	background-color: #000000; 
	color: #808080; /* visited link color */
}

/* Left column (Menu column) */
.ewLeftColumn {
	background-color: #000000;
	padding: 4px;
	border-left-style: none;
	border: 0px solid #C5C5C5;
	width: 180px;
	vertical-align: top;
	color: #808080; /* footer font color */	
}

/* Middle column (Content column) */
.ewMidColumn {
	background-color: #000;
	padding: 15px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	vertical-align: top;		
	color: #808080; /* footer font color */	
}

/* Right column (Shopping cart column) */
.ewRightColumn {
	background-color: #000000;
	padding: 4px;
	border-right-style: none;
	width: 180px;
	vertical-align: top;
	color: #808080; /* footer font color */	
}

.ewFooterRow {
	background-color: #000000; /* background color */
	color: #808080; /* footer font color */	
}

.ewFooterText {
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
	color: #808080; /* visited link color */
}

/*
--------------------------------------------------------------------------------
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: #000000;
	padding: 0.5em 0.75em;
	color: #FFF;
	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: #000000;
	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: #000000;
	color: #FFF;
}

/*
--------------------------------------------------------------------------------
Shopping Cart
--------------------------------------------------------------------------------
*/

/* main table (in checkout page) */
.ewTable1 {
	/*width: 100%;*/
	border-collapse: collapse;
	border: none;
	font-family: Verdana;
	font-size: 12px;
	background-color: #000;
	color: #808080; /* visited link color */
}
/*

/* 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;	
	color: #808080; /* visited link color */
}

/* simple table (in right column) */
.ewTable0 {
	width: 100%;	
	border-collapse: collapse;
	border: none;
	font-family: Verdana;
	font-size: 12px;
}

/* simple table data cells */
.ewTable0 td {
	padding: 4px; /* cell padding */
	border: none;
	color: #808080; /* visited link color */
}

/* simple table header cells */
.ewTable0Summary {
	font-weight: bold;	
	color: #808080; /* visited link color */
}

/* message */
.ewMessage {
	font-family: Verdana;
	font-size: 12px;	
	color: #808080; /* visited link color */
}

/* warning message */
.ewWarning {
	color: #CC0000;
	font-family: Verdana;
	font-size: 12px;	
}

/* hidden region */
.SpryHiddenRegion {
	display: none;
}

/*END_SYSTEM_STYLES*/


