html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
  border: 0;
  outline: 0;
  font-size: 100.01%;
  vertical-align: baseline;
  background: transparent;
  margin: 0px;
  padding: 0px;
}
body {
	line-height: 1;
}
img {
	border: none;
}
*:focus {
	outline: none;
}
blockquote, q{
	quotes: none;
}

body, textarea, input, select {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  color: #2D180D;
  background: #f2ede8;
}
em {
  font-style: italic;
}
strong, dfn {
  font-weight: bold;
}
.nobr {
  white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
h6 {
  font-size: 11px;
  line-height: 18px;
}
h5 {
  font-size: 13px;
  line-height: 20px;
}
h4 {
  font-size: 16px;
  line-height: 24px;
}
h3 {
  font-size: 20px;
  line-height: 26px;
}
h2 {
  font-size: 24px;
  line-height: 32px;
}
h1 {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
}

p, ul, ol, dl, blockquote {
  margin: 16px 0;
}

img {
  float: left;
  margin: 3px 10px 0px 0px;
}

img + p,
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + dl, h2 + dl, h3 + dl, h4 + dl, h5 + dl, h6 + dl
 {
  margin-top: 0px;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}
table td, table th {
  border: 1px #000 solid;
  padding: 3px 5px;
  text-align: left;
}
table caption {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  caption-side: top;
  text-align: center;
}
table tfoot th[scope="row"] {
  text-align: right;
}
table thead tr, table tfoot  tr{
  background: #dadada;
}
table tbody tr:nth-child(even) {
  background: #f0f0f0;
}
table tbody tr:hover {
  background: #eaeaea;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}

dt {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  display: block;
}
dd {
  margin-left: 16px;
}

listing, code, kbd, samp {
  font-family: "Lucida Console","Courier New",monospace;
  font-size: 12px;
}
listing, pre {
  display: block;
  margin: 0 16px;
  border: 1px #000 solid;
  background: #f0f0f0;
  padding: 16px;
}
hr {
  margin: 16px 16px;
}

a {
  text-decoration: underline;
  color: #3d280d;
}
a:hover {
  text-decoration: none;
  color: #ca8b0d;
}
a:focus {
  outline: 1px #000 dotted;
}
sup, sub {
  font-size: 9px;
  position: relative;
  top: -5px; 
}
sub {
  top: 3px;
}

abbr, acronym {
  border-bottom-color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

del {
  text-decoration: line-through;
  color: inherit;
}
ins {
  color: inherit;
  text-decoration: none;
}

q{quotes: "\00ab" "\00bb" "\201e" "\201c";}

blockquote {
  margin-left: 20px;
}

blockquote cite {
  position: relative;
  top: -16px;
}

fieldset {
  border: none;
}
legend {
  font-size: 16px;
  line-height: 24px;
  font-family: "Helios","Helvetica","Arial",sans-serif;
  font-weight: bold;
  text-align: left;
}
input[type="text"], textarea, input[type="password"]{
  width: 250px;
}
textarea {
  height: 75px;
}
label {
  display: block;
  font-weight: bold;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline;
  font-weight: normal;
  padding-left: 8px;
}
form ul {
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
}
fieldset div {
  margin-top: 16px;
}
fieldset.submit {
  margin: 16px 0;
}
input[type="file"], select {
  width: 257px;
}

abbr.date {
	border: none;
}


.b-sidebox .b-nomargin {
	margin-top: -15px;
	display: block;
}

html, body {
  height: 100%;
}
#pagewrapper {
  min-height: 100%;
  position: relative;
  width: 1004px;
  margin: 0 auto;
}
#header {
  height: 347px;
}

#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 76px;
  width: 100%;
}
#content {
  padding: 0px 210px 76px 230px;
}
#main-content, #sidebar, #secondary-column {
  float: left;
  position: relative;
}
#main-content {
  width: 100%;
}
#sidebar {
  width: 200px;
  margin-left: -100%;
  right: 230px;
}
#secondary-column {
  float: right;
  width: 180px;
  margin-right: -210px;
}

.clear:after {
	content: '.';
	display: block;
	clear: both;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
}
.hidden {
	display:none;
}

#header {
	background: #554737 url('/images/header.jpg') 0px 34px no-repeat;
	position: relative;
}
.b-logo {
	width: 399px;
	height: 102px;
	position: absolute;
	top: 103px;
	left: 28px;
}

.b-logo a, .b-logo a span {
	display: block;
	width: 399px;
	height: 102px;
	position: absolute;
	top: 0px; left: 0px;
}

.b-logo a span {
	background: url('/images/logo.jpg') no-repeat;
}

.b-main-nav {
	height: 34px;
	background: url('/images/main_menu_back.png') repeat-x;
	margin: 0;
	list-style: none;
	padding-left: 20px;
}

.b-main-nav li {
	float: left;
	height: 34px;
	margin-left: 10px;
}

.b-main-nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	height: 34px; line-height: 32px;
	padding: 0 7px;
}

.b-main-nav li a:hover, .b-main-nav li a.active {
	background: url('/images/active_menu.png') repeat-x;
	color: #fff;
}

#footer {
	background: #554737 url('/images/footer.png') no-repeat;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;
}
	
.b-secondary-nav {
	list-style: none;
	background: url('/images/sec-nav.png') repeat-x 0px 15px;
	width: 670px;
	margin: 0 auto;
	padding-top: 20px;
}

.b-secondary-nav li {
	float: left;
	margin-left: 10px;
	background: url('/images/sec-nav_li.png') no-repeat top right;
}
.b-copyright {
	margin-top: 8px;
}
#content {
	padding-top: 3px;
	padding-bottom: 96px;
}
.b-sidebox {
	background: #a99479;
	-moz-box-shadow:3px 3px 3px #B0B0B0;
	margin-bottom: 7px;
}

.b-sidebox h3 {
	background: #f1bc06 url('/images/active_menu.png');
	height: 32px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 34px;
	padding: 0 10px;
	margin: 0;
	font-size: 18px;
}

.b-sidebox h3 a {
	color: #fff;
	text-decoration: none;
}

.b-sidebox h3 a:hover {
	color: #fff;
}
.b-sidebox img {
  float: none;
  margin: 0;
}

.b-sidebox .b-sidebox-content {
	padding: 10px;
	border: 2px #6d6153 solid;
	border-top: none;
}
#main-content h2 {
	background: #f1bc06 url('/images/active_menu.png');
	height: 32px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 34px;
	padding: 0 10px;
	margin: 0;
	font-size: 18px;
}

#main-content h2 a {
	text-decoration: none;
}
.b-news-list {
	list-style: none;
}

.b-news-list li {
	margin-top: 14px;
}

.b-news-list h3, .b-news-list .summary {
	margin-left: 160px;
}

.b-news-list h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.b-news-list h3 a {
	text-decoration: none;
}

.b-news-list h5 {
	line-height: 13px;
}

.b-news-list .date {
	text-decoration: none;
	border: none;
	font-weight: bold;
}

.b-news-list .b-news-summary  p{
	margin-top: 10px;
}
.b-equipment-text {
	margin-top: 42px;
}
.b-equipment-text h2 {
	margin-bottom: 10px;
}

.b-equipment-text h3 {
	font-size: 14px;
}
.b-product-list li {
	margin-top: 28px;
	list-style-type: none;
	position: relative;
}

.b-product-list li h3 a {
	text-decoration: none;
	font-size: 14px;
}
.b-product-parameters {
	margin-top: 14px;
}

.b-product-parameters dt, .b-product-parameters dd {
	display: inline;
	margin: 0;
}

.b-product-parameters dd {
	margin-left: 5px;
}
.b-product-price {
	font-size: 16px;
	padding-left: 20px;
}
.b-buy-block {
	position: relative;
	height: 50px;
	top: -30px;
}

.b-buy-form {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-order: 100;
	border: 1px solid #000;
	padding: 4px;
	display: none;
	z-index: 2;
	background-color: #fff;
}

.b-buy-form li, .b-buy-form label, .b-buy-form input, .b-buy-form select{
	display: inline;
}

.b-buy-form select {
	width: 50px;
}

.b-buy-form input[type=text] {
	width: 20px;
}

.b-buy-form .cart-errors {
	color: red;
}
.b-fighter-info-title {
  padding-top: 16px;
  clear: both;
}
.b-fighters-list li {
	list-style-type: none;
	margin-top: 28px;
}

.b-fighters-list h3 a{
	font-size: 14px;
	text-decoration: none;
}
.b-fighter-preview {
	margin-right: 25px;
	border: 2px #584b3a solid;
	width: 165px;
	height: 235px;
}
.b-fighter-parameters dd, .b-fighter-parameters dt {
	display: inline;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
}

.b-fighter-parameters dd {
	margin-left: 5px;
}
.b-fighter-links li {
	list-style-type: none;
	margin-top: 0px;
}
.b-comment-form img {
  float: none;
}

.b-comment-form input#comment_captcha {
  width: 120px;
  height: 20px;
  position: relative;
  top: -18px; 
}

.b-comment-form textarea {
  width: 70%;
  height: 100px;
}

.b-comment-form .b-submit-button {
  padding: 5px 10px;
}
.b-comments-list li {
  list-style-type: none;
  margin-bottom: 26px;
}

.b-comments-list .header a {
  font-size: 13px;
}

.b-comments-list .comment {
  margin-top: 8px;
}
.b-partners-list li {
  list-style-type: none;
  margin-top: 11px;
}
.b-videos-list li {
  margin-top: 16px;
  margin-bottom: 32px;
  list-style-type: none;
}
.b-catalogue-categories-list li {
	list-style-type: none;
	margin-top: 16px;
}

.b-catalogue-categories-list h4 a {
	font-size: 16px;
	text-decoration: none;
}

.b-buy-block {
	position: relative;
	height: 50px;
	top: -30px;
}

.b-buy-form {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-order: 100;
	border: 1px solid #000;
	padding: 4px;
	display: none;
	z-index: 2;
	background-color: #fff;
}

.b-buy-form li, .b-buy-form label, .b-buy-form input, .b-buy-form select{
	display: inline;
}

.b-buy-form select {
	width: 50px;
}

.b-buy-form input[type=text] {
	width: 20px;
}

.b-buy-form .cart-errors {
	color: red;
}

.b-language-form select {
	width: 100px;
	float: left;
	margin-right: 15px; 
}

.b-cart-table {
  margin: 16px 0;
}

.b-cart-table input {
  width: 50px;
}
.b-pages-list {
  list-style: none;
  margin-left: 20px;
  margin-top: 8px;
}

.b-pages-list a {
  font-size: 13px;
  text-decoration: none;
}
.b-pages-list a:hover {
  text-decoration: underline;
}
#cart-add-form li {
	list-style-type: none;
}

#cart-add-form .error_list li{
	font-weight: bold;
	color: red;
}
.b-galleries-list {
  margin-top: 16px;
  list-style: none;
}

.b-galleries-list h3 a {
  font-size: 16px;
  text-decoration: none;
}
.b-images-list {
  list-style: none;
  margin-top: 0px;
}

.b-images-list img {
  border: 1px #3D280D solid;
}
.b-slideshow li img {
  float: none !important;
}
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:556px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:550px; height:375px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:550px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:550px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(/images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(/images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(/images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:105px; background:url(/images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:105px; background:#222 url(/images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:506px; margin-left:5px; height:105px; overflow:hidden}
#slider {position:absolute; left:0; height:105px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}


.b-random-fighters-list li {
	margin-top: 8px;
	list-style-type: none;
}

.b-random-fighters-list li h4 a {
	font-size: 14px;
	text-decoration: none;
}

.b-random-photo a {
  display: block;
  width: 150px;
  height: 100px;
  margin: 8px auto; 
}

.b-random-photo a img {
  float: none;
  margin: 0;
}
.b-events-calendar {
  width: 100%;
  font-size: 16px;
}

.b-events-calendar tr, .b-events-calendar tbody tr:nth-child(even), .b-events-calendar tbody tr:hover {
	background: none;
}

.b-events-calendar tr {
  height: 32px;
}

.b-events-calendar th, .b-events-calendar td {
  text-align: right;
  vertical-align: middle; 
}

.b-events-calendar td a {
  text-decoration: none;
  font-weight: bold;
}

.b-events-calendar .weekend {
  color: #A02020;
}
.b-events-list {
  margin-top: 16px;
  list-style: none;
}

.b-events-list h3 {
  text-decoration: underline;
  display: inline;
}

.b-events-list h4 {
	display: inline;
	margin-left: 20px;
}

.b-events-list h4 a {
	text-decoration: none;
}
  
.b-calendar-controls {
	margin-top: 16px;
  height: 30px;
  position: relative;
}

.b-calendar-controls a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
}

.b-calendar-controls a.previous {
  position: absolute;
  top: 0;
  left: 20px;
}

.b-calendar-controls a.next {
  position: absolute;
  top: 0;
  right: 20px;
}

.b-calendar-controls .current {
  position: absolute;
  top: 0;
  left: 230px;
}
/*
 * Styles for flowplayer block are stored in this file
 */
 
/* Style for main player window */
.b-player
{
  width: 552px;
  height: 414px;
  display: block;
  cursor: hand;
  cursor: pointer;
  background: #000;
  position: relative;
}  

/* Positioning of 'Play' button in splash image */
.b-player-play-button
{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -42px;
  margin-left: -42px;
}

/* Positioning of 'movie-info' block */
.b-player-movie-info
{
  border-rop: 2px #fff solid;
  border-bottom: 2px #fff solid;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.b-search-form #query {
	width: 176px;
}

.b-search-form .submit {
	display: block;
	margin: 10px auto;
}

#flash { 
	position: absolute;
	top: 34px; left: 0; width: 1004px; height: 292px;
}

.decorated-image {
	border: 3px #c37700 solid;
	border-bottom: 3px #554737 solid;
	border-right: 3px #554737 solid;
	-moz-box-shadow: 3px 3px 3px #b0b0b0;
	-webkit-box-shadow: 3px 3px 3px #b0b0b0;
	box-shadow: 3px 3px 3px #b0b0b0;
}
	

.b-language-form .submit, .b-search-form .submit {
	background: #ddaf01 url('/button.png') repeat-x left bottom;
	border-top: 1px #f0d880 solid;
	border-right: 1px #c28101 solid;
	border-bottom: 1px #c28101 solid;
	border-left: 1px #e9ce81 solid;
	color: #fff;
}

.b-pages-list {
  display: inline;
  margin: 0 20px;
}

.b-pages-list li {
  display: inline;
}

.b-pages-list li span {
  font-size: 13px;
  font-weight: bold;
}
