html {
  margin:0px;
  padding:0px;
}
body {
  background:#FFFFFF url(/images/body_bg.png) repeat-x;
  margin:0px;
  padding:20px 0 0 0;
  font-size:12px;
  font-family:Tahoma;
  color:#333333;
  min-width:1020px;
  width:expression( documentElement.clientWidth < 1020 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 1020 ? "1020px" : (body.clientWidth) + "px") : "1020px") : (documentElement.clientWidth)  + "px" );
  text-align:center;
}
#main {
  text-align:left;
  width:942px;
  margin:0 auto;
}
#main2 {
  background:url(/images/footer_bg.png) repeat-x left bottom
}
#header {
  position:relative;
  height:96px;
  background:url(/images/header_bg.png) no-repeat right top;
}
#footer {
  position:relative;
  text-align:left;
  width:942px;
  margin:0 auto;
  height:120px;
  overflow:hidden
}
#logo {
  margin:20px 0 0 25px
}
#flogo {
  margin:20px 0 0 25px;
  color:#4F504F;
  font-size:11px;
}
#fmenu {
  position:absolute;
  left:210px;
  top:40px;
  text-align:center;
  width:537px;
}
#bcontact {
  position:absolute;
  right:10px;
  top:28px;
  color:#C8002E;
  text-align:center;
  font-size:11px;
}
#bcontact b, #bcontact a {
  color:#4F504F;
  text-decoration:none;
  font-weight:normal;
}
#fmenu a {
  color:#000000;
  text-decoration:none;
  text-transform:uppercase;
  font-size:10px;
  margin-right:5px;
}
#fmenu a.act {
  color:#C8002E
}
#contact {
  position:absolute;
  right:25px;
  top:9px;
}
#menu {
  height:39px;
  overflow:hidden;
  position:relative;
  padding:0 0 0 40px;
  background:url(/images/menu.png) repeat-x;
  margin-bottom:15px;
}
#menu img.l {
  position:absolute;
  left:0px;
  top:29px;
}
#menu img.r {
  position:absolute;
  right:0px;
  top:29px;
}
#menu a {
  background:url(/images/menu.png) repeat-x;
  float:left;
  height:39px;
  line-height:39px;
  color:#ffffff;
  text-decoration:none;
  text-transform:uppercase;
  padding:0 30px;
}
#menu a:hover, #menu .act {
  background:url(/images/menu.png) repeat-x 0 -39px;
}
#menu span {
  height:39px;
  background:url(/images/menu_div.png) repeat-x;
  width:2px;
  float:left;
}
#phone {
  position:absolute;
  right:90px;
  top:232px;
  color:#FFFFFF;
  font:bold 10px Verdana;
  text-align:right;
}
.line {
  height:10px;
  overflow:hidden;
  font-size:1px;
  border-top:1px solid #E2E2E2;
  margin-top:10px;
}
input, textarea, option, select {
  font-size:12px;
  font-family:Arial;
  color:#2C2E00
}
p, h1, h2, h3, h4, h5, ul {
  margin:0px;
  padding:0px;
  padding-bottom:10px
}
li {
  margin:2px 0 2px 20px;
  padding:0 0 0 2px;
  list-style:square;
  list-style-position:outside
}
form {
  margin:0px;
  padding:0px;
}
.clear, #filter div.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin:0;
  padding:0;
  border:none
}
a {
  color:#D4002E;
  text-decoration:underline;
}
a:hover {
  color:#D4002E;
  text-decoration:none;
}
h1 {
  color:#868885;
  font:18px Arial;
}
h2 {
  font:bold 12px Tahoma;
  color:#D4002E;
}
h3 {
  font:bold 12px Tahoma;
  color:#868885;
}
img.left {
  float:left;
  margin:0px 15px 15px 0px;
}
img.left2 {
  float:left;
  margin:0px 5px 5px 0px;
}
img.right {
  float:right;
  margin:0px 0px 15px 15px;
}
.page_content {
  
}
/*
.page_content b, .page_content strong {
  color:#F58320;  
}*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #FFFFFF;
	z-index: 102;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	border-top:5px solid #EC9967;
	border-bottom:5px solid #E6E4EF;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border:0px solid #FFFFFF
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 15px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:5px 17px 10px 0;
	float:right;
}
#TB_closeWindowButton, #TB_closeWindowButton:hover { 
  display:block;
  text-align:right;
  font-size:10px;
  height:16px;
  color:#666666 !important;
  text-decoration:none !important;
  background:url(/images/icon/delete.gif) no-repeat right 2px;
  padding:2px 20px 2px 2px;
}
#TB_closeAjaxWindow{
	padding:2px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#EEEEEE;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	/*padding:15px;*/
}
#TB_ajaxContent p{
	/*padding:5px 0px 5px 0px;*/
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#form {
  margin-top:10px;
}
#form th {
  vertical-align:top;
  width:120px !important;
  font:12px Tahoma;
  text-align:right;
  padding:6px 12px 2px 2px;
}
#form th small {
  text-transform:lowercase;
}
#form th b {
  font-weight:normal
}
#form td {
  padding:4px;
}
#form td.group {
  font-weight:bold;
}
#form input.input, #form textarea {
}
#form input.button, input.button {
  background:#EC9967;
  color:#FFFFFF;
  border:1px solid #E67531!important;
  text-transform:uppercase;
  font-size:11px;
  padding:0px 10px;
  height:24px;
  line-height:24px;
}
.buttonr {
  float:right;
}
#form textarea, #form input.input, #form input.input2, input.input {
  border:1px solid #aaaaaa;
  padding:3px;
  background:#ffffff;
}
#form select {
  border:1px solid #D6DBE2;
  background:#ffffff;
  padding:1px;
}
#form textarea {
  height:120px;
}
#form h3 {
  margin:10px 0;
}
.need, .req {
  font-weight:bold;
  color:#AA0000;
  font-family:Tahoma, Arial
}
.need2, .req2 {
  font-weight:bold;
  color:#9D0000;
  font-family:Tahoma, Arial
}
div.message {
  font-weight:bold;
  color:#9D0000;
  padding-bottom:15px;
}
div.search {
  padding-bottom:15px;
}
ul.sitemap {
}
ul.sitemap ul li {
  list-style:square;
  font-weight:normal;
  margin-left:15px;
  padding:0px;
  font:13px Arial
}
ul.sitemap ul li a {
  text-decoration:underline
}
ul.sitemap ul {
  margin:5px 5px 5px 15px;
}
ul.sitemap li {
  background:none;
  padding:2px 0px;
  margin:0px;
  list-style:none;
  font:bold 12px Tahoma
}
ul.sitemap li a {
  text-decoration:none;
  color:#4A4A4A
}
ul.sitemap ul li a {
  text-decoration:underline;
  color:#005AEB
}
/*table.table {
  font-size:12px;
  padding-bottom:15px;
}
table.table td {
  padding:6px 12px;
}
.page_content td {
  vertical-align:top;
}
.page_content td p {
  margin:0px;
  padding:0px;
}
table.table tr.first_line td {
  background:#DEC9A1 url(/images/body_bg2.jpg);
}
table.table tr.even td, table.table  td.even {
  background:#DEC9A1 url(/images/body_bg2.jpg);
}
table.table tr.odd td, table.table  td.odd {
}
*/

#form2 {
  margin-top:10px;
}
#form2 th {
  vertical-align:top;
  width:120px !important;
  padding:5px 5px 5px 10px;
  text-align:right;
  font-weight:normal;
  background:#F4F4F4;
  border-bottom:1px solid #ffffff
}
#form2 th b {
  font-weight:normal;
}
#form2 td {
  padding:5px 5px 5px 12px;
  border-bottom:1px solid #eeeeee
}
#form2 td.group {
  font-weight:bold;
}

.paginal {
  padding:15px 0px;
  text-align:center;
  font-size:13px;
}
.paginal a {
  color:#A8A8A8;
  font-weight:bold;
  text-decoration:none;
  font:bold 11px Tahoma
}
.paginal a.act, .paginal a.act:hover {
  color:#D4002E;
  text-decoration:none;
  font-size:14px;
}
.paginal a:hover {
  color:#000000;
  text-decoration:none;
}
.paginal span {
  margin:0px 5px;
}
#news {
}
#news .item {
  background:#FFFFFF;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #E2E2E2
}
#news .item a.m {
  display:block;
  padding:4px 0;
  font:bold 12px Verdana;
  text-decoration:none;
  color:#D4002E;
}
span.date {
  font:bold 10px Tahoma;
  color:#868885;
}
#content_left {
  float:left;
  width:196px;
}
#content_center {
  float:left;
  width:527px;
  margin-left:12px;
}
#content_right {
  float:right;
  width:196px;
}
h2.blox {
  background:url(/images/block_top.gif) no-repeat;
  height:39px;
  line-height:39px;
  color:#FFFFFF;
  padding:0 0 0 30px;
}
div.blox {
  background:url(/images/block_bg.gif) no-repeat left bottom;
  margin-bottom:15px;
  padding-bottom:10px
}
.bloxmenu a {
  display:block;
  padding:7px 5px 7px 20px;
  color:#000000;
  text-decoration:none;
  font:14px Arial;
  background:url(/images/menu_arr.gif) no-repeat 10px 11px;
  border-bottom:1px solid #D2D2D2;
  border-top:1px solid #B7B7B7;
}
.bloxmenu a.act, .bloxmenu a:hover {
  background:#EFEFEF url(/images/menu_arr.gif) no-repeat 10px -31px;
  color:#C4002D;
  border-bottom:1px solid #EFEFEF
}
.bloxmenu a.last {
  border-bottom:none !important
}
.bloxmenu a.sub {
  background:#EFEFEF !important;
  font-size:13px;
  border-bottom:none;
  border-top:1px solid #D7D7D7;
}
#content_b {
  background:url(/images/border.png) no-repeat 0 bottom;
  height:15px;
  margin-bottom:15px;
}
#content_t {
  background:url(/images/border.png) no-repeat 0 top;
  height:15px;
}
#content_m {
  border-left:1px solid #E2E2E2;
  border-right:1px solid #E2E2E2;
  padding:0px 15px;
}
.brn {
  width:259px;
  float:left;
  font-size:11px;
}
.brnodd {
  float:right
}
.content_b {
  background:url(/images/border.gif) no-repeat 0 bottom;
  height:15px;
  margin-bottom:15px;
}
.content_t {
  background:url(/images/border.gif) no-repeat 0 top;
  height:15px;
}
.brn .content_m {
  height:160px;
}
.content_m {
  border-left:1px solid #E2E2E2;
  border-right:1px solid #E2E2E2;
  padding:0px 15px;
}
#vote {
  margin:7px 0px 0px 0px;
}
div.vote {
  margin:px 0px;
  color:#4D4D4D
}
div.vote b {
}
div.vote input {
  margin:0px 5px 0px 0px;
  padding:0px;
  vertical-align:middle
}
div.buts {
  height:26px;
  margin-top:10px;
}
#vote_over { 
  margin-top:15px;
}
#vote_in {
  border-left:1px solid #C4C4C4;
  border-right:1px solid #C4C4C4;
  background:url(/images/left_bg.gif) repeat-x;
  padding:10px 15px;
}
#vote_in b {
  color:#D20000
}
.bloxvote {
  padding:10px 10px 10px 15px;
}

a.button2, a.button3, a.button, a.button5 {
  float:left;
  display:block;
  font-size:11px;
  color:#FFFFFF;
  text-align:center;
  line-height:19px;
  text-decoration:none;
  height:19px;
  margin-right:5px;
}
a.button2 {
  width:45px;
  background:url(/images/but2.png) no-repeat;
}
a.button5 {
  width:111px;
  background:url(/images/but5.png) no-repeat;
}
a.button3, a.button {
  width:111px;
  background:url(/images/but3.png) no-repeat;
}
.vote_bar {
  height:6px;
  background:url(/images/bar1.gif) repeat-x left center;
  margin-bottom:3px;
}
.vote_res b {
  color:#C8002E;
}
.vote_res {
  font-weight:bold;
  color:#4D4D4D;
  margin-top:10px;
  font-size:11px;
}
table.table {
  font-size:12px;
  margin-bottom:15px;
}
table.table td {
  padding:4px 6px;
}
.page_content td {
  vertical-align:top;
}
.page_content td p {
  margin:0px;
  padding:0px;
}
table.table tr.first_line td {
  background:#CCCCCC;
  vertical-align:middle;
  font-weight:bold;
  color:#000000;
  font-size:13px;
}
table.table tr.even td, table.table  td.even {
  background:#EEEEEE
}
table.table tr.odd td, table.table  td.odd {
  background:#f4f4f4
}

a.link {
  font-size:13px;
  text-decoration:none;
  text-transform:uppercase
}
#filter {
  background:#f4f4f4;
  margin-bottom:20px;
  padding:5px 0 0px 5px;
  border-top:2px solid #cccccc;
  position:relative;
  overflow:hidden;
  height:1%;
}
#filter div {
	background:#ffffff;
	float:left;
	height:37px;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px 5px 5px 35px;
	width:117px;
	position:relative;
	overflow:hidden;
}
#filter div span {
  background:#9B9B9B;
  font:bold 16px Arial;
  padding:2px 7px;
  float:left;
  margin:3px 6px 2px 0px; 
  position:absolute;
  left:5px; top:5px;
  color:#ffffff;
}
#filter a {
  font-weight:bold;
  font-size:11px;
}
#filter div b {
  display:block
}
.logos td {
  vertical-align:bottom;
  text-align:center;
  padding:0 10px 10px 0
}
.logos a {
  text-decoration:none;
  font:18px Arial
}
.logos img {
  margin-bottom:4px;
  border:1px solid #eeeeee
}
#gallery a {
  display:block;
  float:left;
  margin:4px;
  height:150px;
  width:150px;
  padding:1px;
  border:1px solid #DEDEDE;
}
#gallery a:hover {
  border:1px solid #666666;
}
.tbox {
  position:absolute;
  top:0px;
  width:116px;
  background:url(/images/hbl_bg.png) no-repeat;
  height:96px;
  overflow:hidden;
  padding:0 13px;
  font-size:11px;
}
.tbox p {
  color:#FFFFFF;
  text-align:center;
  padding:3px 0 10px 0;
}
.box1 {
  left:287px;
  line-height:18px;
}
.box2 {
  left:460px;
}
.box1 input.input {
  color:#858585;
  font-size:11px;
  background:url(/images/inp1.png) no-repeat;
  width:108px;
  padding:3px 4px;
  border:none;
  margin-bottom:3px;
}
.box1 a.button {
  float:right;
  background:url(/images/but1.png) no-repeat;
  width:45px;
  margin-right:0px;
}
div.cart {
  text-align:center;
  padding-top:14px;
}
#log_retmsg {
  padding-top:14px;
  line-height:12px;
  margin:0 -10px;
  text-align:center;
}
#form h3 {
  padding:0;
  text-decoration:underline
}
#greet {
  line-height:12px;
  text-align:center;
}
.tbox .links {
  line-height:12px;
  text-align:center;
}
.tbox .links a {
  display:block
}

#prop_cart td {
  vertical-align:top;
  text-align:center;
  padding:4px 6px;
}
#prop_cart tr.even td {
  background:#f4f4f4
}
#prop_cart tr.odd td {
  background:#EEEEEE
}
#prop_cart th {
  background:#CCCCCC;
  vertical-align:middle;
  font-weight:bold;
  color:#000000;
  padding:4px 6px;
}
#prop_cart th.first, #prop_cart td.first {
  text-align:left;
}
#prop_cart input.input {
  border:1px solid #C6C8C7;
  text-align:center;
  padding:1px;
  width:28px;
}
#prop_cart {
}
td#prices {
  font-size:14px;
}
span.discount {
  color:#A00F00;
  font-weight:bold;
  font-size:13px;
}
span.total{
  color:#000000;
  font-weight:bold;
}
#search {
  background:url(/images/search_bg.png) no-repeat;
  height:40px;
  padding:10px 10px
}
#search a.button {
  background:url(/images/but2.png) no-repeat;
  width:45px; 
  float:right;
}
#search input.input {
  padding:2px 6px;
  background:url(/images/search.png) no-repeat;
  border:none;
  color:#858585;
  width:430px;
}

.links_seo_p4, .links_seo_p4 a {
  font-size:10px;
}