@charset "utf-8";
/* CSS Document */
/**
* Custom CSS
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../../images/bg.gif);
	margin: 0 0 0 0;
	padding: 0;
	color: #006600;
}
a:link, a:active, a:visited { 
	text-decoration: none;
	color: #006600; 
}
a:hover { 
	text-decoration: none;
	color: #006600; 
}
a.menu:link, a.menu:active, a.menu:visited {
	font-weight: bold;
	text-decoration: none;
	color: #EBFFCE;
}
a.category_product:hover { 
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF; 
}
a.category_product:link, a.category_product:active, a.category_product:visited {
	font-weight: bold;
	text-decoration: none;
	color: #EBFFCE;
}
a.sub_category_product:hover { 
	text-decoration: none;
	color: #FFFFFF; 
}
a.sub_category_product:link, a.sub_category_product:active, a.sub_category_product:visited {
	text-decoration: none;
	color: #EBFFCE;
}
a.menu:hover { 
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF; 
}
tr.row-swap-1 {
	background-color: #F9F9F9;
}
tr.row-swap-2 {
	background-color: #F0F0F0;
}
/**
* Form
*/
.input {
    border: 1px solid #00CC00;
    background: #FFFFFF;
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textarea {
    border: 1px solid #00CC00;
    background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button {
    border: 2px solid #00CC00;
    background: #006600;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
}
/**
* Text
*/
.leftSide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EBFFCE;
}
.warning {
	color: #990000;
	font-weight: bold;
}
.complete {
	color: #006600;
	font-weight: bold;
}
/**
* Image
*/
.image {
	padding: 2px 2px 2px 2px;
	background-color: #339900;
}
/**
* Table
*/
table.main {background-color: #666666;}
table.main td.main {background-color: #FFFFFF;}
table.list {background-color: #CCCCCC; border: 1px solid #FFFFFF; font-family: Verdana, Arial, Helvetica; font-size: 12px; width: 98%; margin-bottom:5px}
table.list tr.rowset td {background-color: #F9F9F9; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #F9F9F9}
table.list tr.heading td {background: url(images/tblheader.gif); height: 18px; text-align: center; vertical-align: middle; border-right-width: 0px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #F9F9F9}
td.hover {background-color: #F0F0F0;}
td.unhover {background-color: #FFFFFF;}
td.block_header {
	color: #FFFF00;
	font-weight: bold;
}