body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	/* background: #EFEFEF; */
    background: #666666;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: #e0f2ff; /* #d5e9f7; */ /* #c5e4fa; */
	border: 1px solid #C9E0ED;
    border-radius: 10px;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
    border-radius: 10px 10px 0 0;
    background-color: #e0f2ff; /* #d5e9f7; */ /* #c5e4fa; */
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

.bold_menu_name {
    font-weight:bold;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/* begin grid style */
table.dataGrid
{
    background: white;
    border-collapse: collapse;
    width: 100%;
}

table.dataGrid th, table.dataGrid td
{
    border: 1px #e8e8e8 solid;
    padding: 5px;
    vertical-align: top;
}

table.dataGrid th
{
    border-top: 2px #dddddd solid;
    border-bottom: 2px #dddddd solid;
    text-align: left;
    width: 80%;
}

table.dataGrid th.label
{
    width: 150px;
}

table.dataGrid tr.odd
{
    background: #f9f9f9;
}

table.dataGrid td.nowrap
{
    white-space: nowrap;
}
/* end of grid style */

/* begin button style */
.btn {
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6) );
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#ffffff', endColorstr = '#e6e6e6', GradientType = 0 );
    padding: 5px 14px 6px;
    margin: 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333333;
    font-size: 8pt;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear background-image;
    -moz-transition: 0.1s linear background-image;
    -ms-transition: 0.1s linear background-image;
    -o-transition: 0.1s linear background-image;
    transition: 0.1s linear background-image;
    overflow: visible;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-primary {
    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd) );
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd) );
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#049cdb', endColorstr = '#0064cd', GradientType = 0 );
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-green {
    color: #ffffff;
    background-color: #57a957;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462),to(#57a957) );
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462),color-stop(100%, #57a957) );
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#62c462', endColorstr = '#57a957', GradientType = 0 );
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #57a957 #57a957 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-red {
    color: #ffffff;
    background-color: #c43c35;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b),to(#c43c35) );
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b),color-stop(100%, #c43c35) );
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr ='#ee5f5b', endColorstr = '#c43c35', GradientType = 0 );
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn:hover,
.btn-primary:hover,
.btn-green:hover,
.btn-red:hover {
    background-position: 0 -15px;
    text-decoration: none;
}

.btn:hover {
    color: #333333;
}

.btn-primary:hover,
.btn-green:hover,
.btn-red:hover {
    color: #ffffff;
}

/* workarounds */
button.btn: :-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* end of button style */

/* navigation pills */
.pill {
    background: #00a6fc;
    display: inline-block;
    text-align: center;
    padding: 9px 34px 11px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    font-family: verdana, tahoma, arial, sans-serif;
    position: relative;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 10px;
    padding: 5px 12px 6px;
    width: auto;
}

.pill.full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.pill.half-width {
    width: 50%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.pill.pull-align {
    text-align: left;
    text-indent: 12px;
}

.blue.pill {
    border: 1px solid #0593dc;
    background-color: #0192dd;
}

.red.pill {
    border: 1px solid #b90b0b;
    background-color: #d01217;
}

.white.pill {
    background-color: #f0f0f0;
    color: #555555;
    border: 1px solid #dddddd;
    text-shadow: none !important;
}

.pill:hover {
    color: #fff;
}

.blue.pill:hover {
    background-color: #00a6fc;
}

.red.pill:hover {
    background-color: #e91c21;
}

.white.pill:hover {
    background-color: #f7f7f7;
    color: #333;
}

/* End navigation pills */

/* begin tabular input table */
.tabular-container {
    width: 50%;
}

/* end tabular input table */

/* Slideshow Business */
#slideshow_header_container {
    position: absolute;
    top: 10px;
    left: 500px;
}

#slideshow {
    position: relative;
    height: 245px;
}

#slideshow IMG {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/* Buy button */
.buyBtnClass {
    background-image: url(/images/green-buy-now-button.png);
    background-position:  0 0;
    background-repeat: no-repeat;
    background-size: 185px 100px;
    width: 185px;  /* 370px; */
    height: 108px; /* 216px; */
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
}

.buyBtnClass:hover{
   /* background-position:  0 -12px; */
}

.buyBtnClass:active{
    background-position:  0 6px;
}

/* paragraphs with images to the right */
.paradual { width:900px; }

.paradual img { float:right; }

.paradual video { float:right; }

.paradual p { margin-right: 350px; }

#category_button {margin-top:20px; resize: vertical; font-size:200%; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }

.flexbox-info-container {
    display: flex;
    flex-direction: row;
    padding-left: 40px;
//    color: darkgreen;
}
.flex-half {
    float: left;
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.flex-parent {
    border-right: none;
}
.flex-child {
    border-left: none;
}
/* .flex-parent > p > ul > li { color:darkgreen; } */
