@import "base.css";

@import "base.css";

html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 100%;
  font-size:13px;
  font-weight:normal;
  font-family: Tahoma;
  color: #555;
  vertical-align: baseline;
}
img {
  border:0px;
}
h1, .contentheading {
  font-size:36px;
  color:#ccc;
  margin:0px;
  padding:0px;
  margin-top:10px;
  margin-bottom:4px;
  font-family: Tahoma;
}
h2 {
   font-size:30px;
   color:#ccc;
   margin-top:10px;
   margin-bottom:4px;
}
h3 {
   font-size:16px;
   margin-top:10px;
   margin-bottom:4px;
}
p {
   font-size:13px;
   color:#555;
   margin:0px;
   padding-top:3px;
   padding-bottom:5px;
}
ul,li {
   font-size:14px;
   color:#555;
   margin:5px;
}
a {
   font-size:13px;
 color:#000080;
   text-decoration:underline;
}
a :hover {
   text-decoration:none;
    color:#000080;
}
a:active :visited {
 color:#000080;

}
.mainlevel {
   color:#0a3f89;
   font-size:12px;
   font-weight:bold;
   padding-left:10px;
   padding-right:10px;
}
.zag {
   font-size:18px;
   color: #fd7a05;
   font-weight:bold;
}
.mainlevel1 {
   font-size:13px;
   color: #000080;
   padding-left:14px;
   padding-top:5px;
   padding-bottom:5px;
   display:block;
}
.first-level {
   font-size:13px;
   padding-top:5px;
   padding-bottom:5px;
   padding-left:30px;
   display:block;
   color: #ff7a05;
}
.sublevel1 {
   display:block;
   padding-left:10px;
   background: url(/images/dot.jpg) no-repeat left;
}
#active {
   font-weight:bold;
}
.strong {
   font-weight:bold;
}
.content table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 2px solid #333;
    max-width: 100%;
    width: 100%;
}
.content table.table-stripped tr:nth-child(odd) td {
    background: #ececec;
}
.content table td, .content table th {
    border: 2px solid #333;
    padding: 10px 10px;
}
.showcase, .products, .product-item {
    padding-right: 10px;

}
.products .item {
    height: 320px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.col-1-3 {
    width: 48%;
}
[class*='col-'] {
    float: left;
    padding-left: 20px;
}
.products .item .module {
    height: 300px;
    overflow: hidden;
    background: none;
    border: 1px solid #ececec;
    text-align: center;
    padding: 0 0 0 0;
    z-index: 1;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}
.showcase .item .module img, .products .item .module img, .product-item .item .module img {
    max-width: 100%;
}
.products .item .module div.description {
    padding: 10px 20px;
    background: #fff;
    text-align: left;
    min-height: 30px;
    height: 80px;
    bottom: 10px;
}
.note
{
	background: #cce5ff;
	border-radius: 10px;
	color: #000;
	margin: 2em 0;
	moz-border-radius: 10px;
	padding: 1em 1em 1em 2em;
	webkit-border-radius: 10px;
}
.note.note-gray {
    background: #ececec;
}

.grid
{
	margin: 0 0 20px 0;
	width: 95%;
}
.grid:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.grid [class*='col-']:first-child
{
	padding-left: 0;
}
.grid-center
{
	float: none;
	margin: 0 auto;
}
.grid-pad
{
	padding: 20px 20px 20px 0;
}
.grid-pad [class*='col-']:first-child
{
	padding-left: 20px;
}
.gal-item
{
	border: none !important;
	clear: both !important;
	float: none !important;
	margin: 0 !important;
	moz-transition-duration: .2s;
	opacity: 1 !important;
	o-transition-duration: .2s;
	padding: none !important;
	transition-duration: .2s;
	webkit-transition-duration: .2s;
}
.gal-item a
{
	background: #fff;
	cursor: zoom-in;
	display: block;
	float: left;
	margin-right: 10px;
	outline: 1px solid #39f;
	text-align: center;
	z-index: 0;
}
.gal-item a img
{
	z-index: 0;
}
.gal-item a:hover
{
	border: 2px solid #39f;
	box-shadow: 0 0 50px 0 #696969;
	moz-box-shadow: 0 0 50px 0 #696969;
	moz-transform: scale(.85);
	ms-transform: scale(.85);
	o-transform: scale(.85);
	outline: none;
	transform: scale(.85);
	webkit-box-shadow: 0 0 50px 0 #696969;
	webkit-transform: scale(.85);
}
.gal-item a:hover img
{
	border: 0;
}