html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	font-family: arial,verdana,tahoma,helvetica;
	margin: 0;
	padding: 0;
	background: #000000;
	color: #716E6E;
	word-wrap: break-word;
	font-size: 16px;
}

/* just under BODY */
#toTop { 
	position: fixed; 
	z-index: 1000; 
	bottom: 20px; 
	right: 20px; 
	margin: 0; 
	padding: 14px 12px; 
	display: none; 
	cursor: pointer;
	background: #222; 
	color: #fff; 
	border-radius: 3px; 
	font-size: 200%; 
	text-align: center; 
}
#toTop:hover { 
	background: #999; 
	text-decoration: none; 
	border-radius: 3px; 
}
/* CONTAINER */
#container {
	margin: 0 auto;
	height: 100%;
}
#TopMenu {
	padding-right: 50px;
	width: 100%;
}
#TopMenu ul {		
	overflow: hidden;	
	position: relative;	
  	font-family: Verdana, Tahoma, Arial;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 2px;
}
#TopMenu li {
	line-height: 20%;
	float: left;	
}
#TopMenu li:first-child { margin-left: 0; }
#TopMenu li a, #TopMenu li.active a {
	display: block;
	padding: 10px;
	color: #555; 
	cursor: default;
}
#TopMenu li a:hover { color: #ccc; }

/* HEADER */
#mainwrapper {
    overflow: hidden;
    width: 960px;
	display: block;
	margin-left: auto;
	margin-right:auto;	
	background: url(../gfx/background.jpg) no-repeat top right;
}
#header { 
	float: left;
	width: 100%;
	min-height: 100px;
}
#logo {
	display: block;
	padding: 20px 10px;
	min-height: 180px;
}
/* logo navigation */
a.logo {
	float: left;
	width: 276px;
	height: 61px;
	text-indent: -1100px;
	cursor: pointer;
}	
a.logo:link, a.logo:visited {
	width: 276px;
	height: 61px;
	background: url(../gfx/logo.gif) 0 0 no-repeat;
}
a.logo:hover  {
	background: url(../gfx/logo.gif) 0 -61px no-repeat;
}
#menu {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	background: #2888BF url(../gfx/navbar_inactive.gif) repeat-x bottom left;/* HBRF blue 2888BF */
}
#menu ul {		
	overflow: hidden;	
	margin-top: 0;
	position: relative;	
  	font-family: Verdana, Tahoma, Arial;
	text-transform: uppercase;
	font-size: 24px!important;
	letter-spacing: 2px;
}
#menu li {
    line-height: 1;
	display:inline-block;	
}
#menu li:first-child { margin-left: 0; }
#menu li a {
	display: block;
	padding: 14px 15px 14px 15px;
	color: #b7b8bc;   /*light grey*/
}
#menu li a:hover {
	text-decoration: none;	
	color: #7a2020;   /*red*/ 
}
#menu li.active a { cursor: default; }
body#Gallery a#gallerynav,
body#Login a#loginnav,
body#Home a#homenav {
	color: #eebe42;  /*yellow*/
}

/* NOTIFICATIONS */
#notification {
	width: 960px;
	margin: 0 auto;
}
.success, .warning, .error, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	font-size: 70%;
	color: #555;
}
.success {
	background: #EAF7D9 url('../gfx/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning, .error {
	background: #FFD1D1 url('../gfx/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention, .information {
	background: #EAF7D9 url('../gfx/attention.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
#maincenter {
    margin-left: auto;
	margin-right: auto;
    width: 99%;
	display: block;
	overflow:hidden;
	padding: 0; 
}
.breadcrumb {
	color: #CCC;
	margin-bottom: 10px;
}
/* FOOTER */ 
#footer {
    overflow: hidden;
    width: 960px;
	display: block;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 50px;
}
#footer .box {
    overflow: hidden;
    width: 800px;
	display: block;
	margin-left: auto;
	margin-right:auto;
	padding-left: 100px;	
}
#footer .column {
	float: left !important;
    width: 25% !important;
	color: #555;
    list-style: none outside none;
	text-align: left;
	font-size: 100%;
}
#footer .column ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none !important;
}
#footer .column ul li {
	margin-bottom: 3px;
	color: #555 ;
}
#footer .column a {
	color: #555 ;
   	text-decoration: none;
	list-style: none;
	font-size: 85%;
}
#footer .column a:hover {
	color: #999;
}
#footer .footerlink {
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 80%;
}
/* CONTENT */
#content {
	margin: 25px;
	overflow: auto;
	padding-bottom: 20px;
}
#content .content {
	display: block;
}
#content .content a.small {
	font-size: 85%;
}
p.content  {
	margin-bottom: 5px;
	padding: 5px 50px;
	font-size: 100%;
	line-height: 1.25;
}

/* Sidebars */
#column-left {
	float: left;
	width: 241px;
	margin-top: 25px;
}
#column-right {
	float: right;
	width: 241px;
	margin-top: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 262px;
}
#column-right + #content {
	margin-right: 262px;
}
.sidebartop {
	background: url("../gfx/sidebartop.png") no-repeat scroll center top transparent;
    height: 11px;
    width: 241px;
}
.sidebarmain {
	background: url("../gfx/sidebarmain.png") repeat-y scroll center center transparent;
    width: 241px;
}
.sidebarbottom {
    background: url("../gfx/sidebarbottom.png") no-repeat scroll center bottom transparent;
    height: 13px;
    width: 241px;
	margin-bottom: 50px;
}
/* box for column left and right*/
.box-left .box-heading {
    font-size: 150%;
    line-height: 16px;
	padding-left: 25px;
	padding-top: 7px;
	background: url("../gfx/bgheading.png") no-repeat scroll center bottom transparent;
    padding-bottom: 20px;
	color: #555;
}
.box-left .box-content {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	color: #555;
    font-size: 150%;
    line-height: 16px;
    margin-top: 3px;
}
.box .box-heading a {
	font-size: 65%;
	text-decoration: none;
}
.box .box-content {
	padding: 25px;
}
/* box products */
.box-product {
	width: 100%;
}
.box-product > div {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	margin-right: 21px;
	margin-bottom: 15px;	
	text-align: center;
}
.box-product .image {
	display: block;
	margin-bottom:0;
	background: url("../gfx/prheading.png") no-repeat scroll center bottom transparent;
	padding: 0 0 10px;
}
.box-product .image img {
	border: 1px solid #eaeaea;
    display: block;
    position: relative;
	 border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.box-product .name a {
	font-size: 80%;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	text-align: center;
}
.box-product .price {
	display: block;
	font-size: 100%;
	color: #555555;
	text-align: center;
	margin-bottom: 10px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* BLOG */
.blog-list {
	display: block;
	overflow: auto;
}
.blog-list .artblock {
	display: block;
	padding: 10px;
	clear: left;
}
.blog-list .artblock .name a {
	font-size: 150%;
	text-decoration: none;
	font-weight: bold;
}
.blog-list .artblock .name a:hover {
	text-decoration: underline;
}
.blog-list.blog-list-small .artblock .name a {
	font-size: 100%;
}
.blog-list .artblock .article-meta {
	font-size: 80%;
	color: #888;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 2px;
	margin-bottom: 5px;
}
.blog-list .artblock .article-image {
	margin-right: 15px;
	max-width: 100%;
	margin-bottom: 5px;
}
.blog-list .artblock .description {
	color: #444;
}
.blog-list .artblock .description p {
	margin-bottom: 5px;
}
.blog-list .artblock .total-comments {
	color: #888;
	font-size: 100%;
}
.blog-list .artblock .blog-button {
	text-align: right;
	padding-top: 3px;
}
.blog-list .author {
	padding: 10px 0;
}
/* Comments */
.avatar_box { float: left; 	width: 100px; }
.comment-title	{ font-variant: small-caps; font-size: 140%; }
.administrator { color: #2888BF; }
.moderator { color: #7a2020; }
.infoadmin, .replyadmin { background: #efefef; color: #2888BF; }
.infoadmin, .infogeneral {
	width: 97%;
	min-height: 80px;
	margin-left:0;
	margin-right:auto;
	padding: 4px 12px 6px 5px; 
	color: #444; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	-webkit-transition: background, color 0.3s; 
	transition: background, color 0.3s; 	
}
.replyadmin, .replygeneral {
	width: 85%;
	min-height: 80px;
	margin-left: 75px;
	margin-right:auto;
	padding: 4px 22px 6px 5px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	-webkit-transition: background, color 0.3s; 
	transition: background, color 0.3s; 	
}
.contact-info {
	overflow: auto;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
 
h1, .welcome {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 175%;
	font-weight: normal;
	color: #555;
}
h2 {
	color: #555;
	font-size: 125%;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: normal;
}
ul { list-style: none; }
ul.norm { list-style: disc; }
ul.square { list-style: square; }
ul.circle { list-style: circle; }
ol, ul {
	margin-left: 14px; 
	padding-left: 14px;
}
/* TREE */
ul.treemenu { 
	margin: 0;
	list-style: none;
	font-size: 91%; 
}
hr.treemenu {
	border: 1px dotted #eee;
}
.treemenu li.child { 
	padding-left: 15px; 
}

/* IMGs */
img {
	border: 0; 
	border-radius: 8px;
	vertical-align: text-top;	
}
img.alignleft, .alignleft { float: left; margin-right: 20px; margin-left: 10px; }
img.alignright, .alignright { float: right; margin-left: 20px; margin-right: 10px; }
img.thumb, img.blog {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}
img.thumb {
	width: 150px;
}
img.blog {
	max-width: 400px;
	max-height: 300px;
	float: right; 
	margin: 20px 10px 20px 20px; 
}
img.centered, .centered {
    display:block;
    margin:auto;
	text-align: center;
	font-size: 70%;
}
img.none {
	border-radius: 0;
}
/* LINKS */
a, a:visited,a:link, a b {
	color: #7a2020; /* HBRF blue 2888BF */
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #555;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
/* FORM & INPUT */
.input_field_half {
float: left;
display: block;
width: 310px;
max-width: 100%;
}
.input_field_full {
float: left;
display: block;
width: 615px;
margin-bottom: 5px;
max-width: 100%;
}
.input_field_full input, .input_field_full textarea {
width: 585px !important;
max-width: 100%;
}
.input_field_half input {
width: 275px !important;
display: block;
max-width: 100%;
}
input[type='text'], input[type='password'], textarea, select {
background: #ffffff;
border: 1px solid #cccccc;
padding: 9px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
max-width: 100%;
outline: none;
}
.input_field_half b, .input_field_full b {
line-height: 24px;
margin-bottom:0;
}
input:focus
{
  outline: none;
}
/* PAGE LINKS */
.pagination {
	border-top: 1px solid #EEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* BUTTONS */
a.button, input.button {
	cursor: pointer;
	color: #666;
	line-height: 12px;
	font-size: 70%!important;
	text-transform: uppercase;	
	background: url('../gfx/button.png') top left repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px;
}
input.button {
	margin: 0;
	height: 24px;
	padding: 0 12px;
	font-size: 70%!important;
}
a.button:hover, input.button:hover {
	background: url('../gfx/button-active.png') repeat-x;
	color: #333;
}
.buttons {
	background: #FFF;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* TABLES */
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #555;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
input.qty {
	width: 50px;
}
table.list, table.checkout {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	margin-bottom: 20px;
}
table.list td {
	border-bottom: 1px solid #DDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.checkout thead th {
	background-color: #EFEFEF;
	padding: 5px;
	text-align: left;
}
table.checkout tbody td {
	border-bottom: 1px solid #DDD;
	padding: 5px;
	font-size: 14px;
}
table.checkout .center {
	text-align: center;
}
table.checkout .monies {
	text-align: right;
}

table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
table.checkout .l1 {
	text-align: left;
}
table.checkout .r1 {
	text-align: right;
}

/* box products for column left and right */
.box-left .box-product-left {
	width: 100%;
	overflow: auto;
	padding: 10px 0 0 0;
}
.box-left .box-product-left > div {
	width: 190px;
	float: left;
	padding-left: 25px;
	margin-bottom: 5px;
}
.box-left .box-product-left .image {
	float: left;
    border: 1px solid #EAEAEA;
    display: inline-block;
    outline: medium none;
    margin-right: 10px;
}
.box-left .box-product-left .image:hover {
	opacity: 0.8;
}
.box-left .box-product-left .image img {
	padding: 2px;
	float: left;
	background: #FFFFFF;
}
.box-left .box-product-left .name {
	margin-top: 15px;
}
.box-left .box-product-left .name a {
	text-decoration: none;
	margin-bottom: 4px;
}
.box-left .box-product-left .price {
	float: left;
	color: #555;
	margin-bottom: 4px;
}
.box-left .box-product-left .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-left .box-product-left .price-new {
	font-weight: bold;
}
.box-left .box-product-left .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	padding-left: 25px;
	padding-right: 25px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0;
}
.box-category > ul > li + li {
	border-top: 1px dotted #D5D5D5;
}
.box-category > ul > li > a {
	text-decoration: none;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	display: inline;
    line-height: 2em;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
	
}



/* LOGIN */
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}


/* FLOAT RIGHT / LEFT */
#content .content .left,
.contact-info .left, .sitemap-info .left, 
.contact-info .right, .sitemap-info .right,
.login-content .left, .checkout-content .left {
	float: left;
	width: 48%;
}
#content .content .right,
.login-content .right, .checkout-content .right {
	float: right;
	width: 48%;
}


/* part of panel */
.grouping {
	display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
    max-width: 95%;
	min-height: 1px;
	padding: 0 15px;
}
.col-md-3 {	
	float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}



/* SEARCH */
#search {
	display: block;
	padding-left: 20px;
	padding-bottom: 15px;
}
#search .left {
    background: url("../gfx/searchinput.png") no-repeat scroll left center transparent;
    border: medium none;
    color: #CACACA;
    float: left;
    height: 17px;
    padding: 10px;
    width: 135px;
}
#search .button-search {
	background: url("../gfx/searchsubmit.png") no-repeat scroll left center transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 37px;
    width: 43px;
}
#search input {
	background: #ddd;
	padding: 1px 33px 1px 5px;
	width: 142px;
	height: 17px;
	border: 1px solid #7a2020;
	color: #777;
}
/* word cloud styles */
.word {
  	font-family: Verdana, Tahoma, Arial;
  	padding: 4px 4px 4px 4px;
  	letter-spacing: 3px;
  	text-decoration: none;
  	font-weight: normal;
	line-height: 1.6em;
}
.size9 {
  	color: #888;
  	font-size: 20px;
}
.size8 {
  	color: #777;
  	font-size: 16px;
}
.size7 {
  	color: #666;
  	font-size: 14px;
}
.size6 {
  	color: #555;
  	font-size: 12px;
}
.size5 {
  	color: #444;
  	font-size: 10px;
}
.size4 {
  	color: #333;
  	font-size: 9px;
}
.size3 {
  	color: #222;
  	font-size: 8px;
}
.size2 {
  	color: #111;
  	font-size: 6px;
}
.size1 {
  	color: #000;
  	font-size: 4px;
}

/* MINE */
.text-center { text-align: center !important; }
.send_right { float: right; }
.clearboth { clear: both; }
.line { border-bottom: 1px solid #ddd; width: 100%; }
.spacer 	{ padding: 25px; }
.spacertiny 	{ padding: 15px; }
.spacerteeny 	{ padding: 5px; }
.lightborder { border: 1px solid #ddd; }
.old { text-decoration: line-through; }
.new { color: red; }
.small { font-size: 12px; }

.testborder { border: 1px solid green; }
.testbackground { background-color: #cccc; }

