/*
$Id: altskin.css,v 1.169.2.42 2010/05/07 13:42:04 aim Exp $
vim: set ts=2 sw=2 sts=2 et:
*/
html,body {
	min-width: 960px;
	text-align: center;
	background: url(images/body.jpg) repeat-y center top;
}
h1 {
  font-size: 23px;
  color: #1a4088;
}
a:hover {
  color: #2863c2 !important;
  text-decoration: underline !important;
}
#page-container {
	border: 0px none;
	margin: 0px auto;
	text-align: left;
	width: 100%;
	float: none;
}
#page-container2 {
	margin: 0px;
	float: none;
	width: 100%;
}
#content-container {
	text-align: center;
	width: 940px;
	position:relative;
	padding-right: 10px;
	padding-left: 10px;
	margin: 169px auto 0px;
	padding-top: 20px;
}
.uo-container #content-container {
  padding-bottom: 107px;
}
#left-bar {
	width: 253px;
	margin-left: 0px;
	float:left;
	background: url(images/left-bar.jpg) repeat-y 15px top;
}
#left-bar #top-leftbar {
	background: url(images/leftbar-top.jpg) no-repeat 15px top;
}
#left-bar #bottom-leftbar {
	padding-bottom: 79px;
	background: url(images/left-bar-bottom.jpg) no-repeat 15px bottom;
}
#center-main {
	margin: 0px;
	padding-bottom: 0px;
	float: right;
	width: 650px;
        text-align: left;
}
.flc-container #center-main {
  width: 960px;
  margin-left: 0px;
}
#header {
	height: 169px;
	background: #091e58 url(images/header.jpg) no-repeat center top;
	width: 100%;
}
#footer {
  height: 74px;
	margin-top: 30px;
}
.uo-container #footer {
  height: 107px;
}
#header .line0 {
	position: relative;
	height: 169px;
	direction: ltr;
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header .logo {
	height: 125px;
	margin: 0px !important;
	float: left;
	width: 550px;
	text-align: left;
}
#header .logo a {
	text-decoration: none;
}
#header .logo a h1{
	font: normal 36px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 15px 0px 0px 10px;
}
#header .logo a:hover h1{
}
#header .logo h2 {
	font: normal 30px "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#header .line1 {
	height: 169px;
	width: 410px;
	float: right;
}
#header .line1 p {
	display: block;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
	float: right;
	font: 22px "Times New Roman", Times, serif;
	color: #FFFFFF;
	width: 390px;
line-height: 22px;
}
#header .line1 p a{
	color: #FFFFFF;
        font-size: 14px;
}
#header .line1 .flag-box {
	float: right;
	text-align:right;
	padding-top:9px;
	padding-right:2px;
}
#header .line2 {
  display: none;
}
#header .line3 {
	height: 44px;
	width: 550px;
	float: left;
}
.tabs {
	right: auto;
	width: auto;
	text-align: left;
	left: 1px;
	height: 44px;
}
.tabs ul {
	margin: 0px;
	padding: 0px;
}
.tabs li {
	background: transparent none;
	height: 44px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	width: 125px;
}
.tabs a:link,
.tabs a:visited,
.tabs a:active {
	display: block;
	background: transparent url(images/topnav-contact.jpg) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
	color: #1a4088;
	height: auto;
	font-size: 13px;
	line-height: 44px;
	width: 125px;
	font-weight: normal;
}
.tabs a:hover {
	color: #ff0000 !important;
	text-decoration:none !important;
	background: transparent url(images/topnav-contact-hover.jpg) no-repeat center bottom;
}
.tabs li.first a {
	background: url(images/topnav-home.jpg) no-repeat center bottom;
}
.tabs li.first a:hover {
	background: url(images/topnav-home-hover.jpg) no-repeat center bottom;
}
.tabs li.highlight a {
	background: url(images/topnav-about.jpg) no-repeat center bottom;
}
.tabs li.highlight a:hover {
	background: url(images/topnav-about-hover.jpg) no-repeat center bottom;
}
.tabs li.last a {
	background: url(images/topnav-last.jpg) no-repeat center bottom;
}
.tabs li.last a:hover {
	background: url(images/topnav-last-hover.jpg) no-repeat center bottom;
}
#header .phones {
	height: auto;
	vertical-align: middle;
	line-height: inherit;
	color: inherit;
	right: 14px;
	top: 0px;
	font-size: inherit;
	height: 13px;
	line-height: 13px;
	padding: 13px 0px;
	display: none;
}
#header .phones span {
  color: #542d00;
  padding-left: 10px;
}
#header .phones span.last {
  padding-left: 0px;
}
#header .line2 div,
  #header .line2 span,
  #header .line2 a:link,
  #header .line2 a:visited,
  #header .line2 a:hover,
  #header .line2 a:active
{
  color: inherit;
}
#header .languages {
	top: 7px;
	right: auto;
	text-align: left;
	left: 0px;
	display: none;
}
#header .languages-row strong {
  font-weight: bold;
  color: #838f98;
}
#header .languages-row a:link,
  #header .languages-row a:visited,
  #header .languages-row a:hover,
  #header .languages-row a:active
{
  font-weight: bold;
  color: #324c76;
}
#header .auth-row {
  position: absolute;
  top: 7px;
  right: 0px;
  color: #2c3e49;
}
.auth-row a:link,
  .auth-row a:visited,
  .auth-row a:hover,
  .auth-row a:active
{
  color: #324c76;
  padding: 0px 1px;
  font-weight: bold;
  text-decoration: none;
}
.auth-row a:hover {
  color: #043FA0;
}
.auth-row span {
  color: #324c76;
  padding: 0px 15px 0px 0px;
  font-weight: bold;
}
#footer .box {
	background:none;
	border-top: 1px solid #acb7c7;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer .helpbox {
  display: block;
  margin: 0px;
  padding: 10px 0px;
  list-style-type: none;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}
#footer .helpbox li {
  margin: 0px;
  padding: 0px 15px;
  display: inline;
  line-height: 14px;
}
#footer .helpbox li a:link,
  #footer .helpbox li a:visited,
  #footer .helpbox li a:hover,
  #footer .helpbox li a:active
{
  color: #324c76;
}
#footer .helpbox li a:hover {
  text-decoration: none;
}
#footer .subbox {
  border-top: 0px none;
  background: transparent none;
  height: 39px;
}
.flc-container #header {
  height: 107px;
}
.flc-container #header .line2 {
  height: 39px;
}
.flc-container #header .line3 {
  height: 34px;
}
.flc-container #content-container {
  margin-top: 107px;
}
#location {
  height: auto;
}
.printable-bar {
  top: 0px;
  right: 0px;
  width: 20%;
  text-align: right;
}
.printable-bar a:link,
  .printable-bar a:visited,
  .printable-bar a:hover,
  .printable-bar a:active
{
  background-position: left top;
  padding: 2px 0px 2px 20px;
  font-size: 11px;
  color: #818891;
}
a.bread-crumb:hover,
.printable-bar a:hover
 {
  color: #818891 !important;
  text-decoration: none !important;
}
.buttons-row-right,
  .buttons-row,
  .button-row,
  .button-row-right,
  table tr td.buttons-row,
  table tr td.button-row,
  table tr td.buttons-row-right,
  table tr td.button-row-right
  table.data-table tr td.buttons-row,
  table.data-table tr td.button-row,
  table.data-table tr td.buttons-row-right,
  table.data-table tr td.button-row-right
{
  height: 26px;
  line-height: 26px;
}
button.button {
  height: 27px;
}
button.button .button-right {
  background: transparent url(images/2column/button_blue_right.gif) no-repeat right top;
  padding: 0px 10px 0px 0px;
  height: 25px;
}
button.button .button-left {
  background: transparent url(images/2column/button_blue_left.gif) no-repeat left top;
  padding: 0px 5px 0px 15px;
  height: 25px;
  line-height: 24px;
  font-size: 12px;
}
div.button {
  background: transparent url(images/2column/button_blue_right.gif) no-repeat right top;
  padding: 0px 10px 0px 0px;
}
div.button div,
  div.button a:link,
  div.button a:visited,
  div.button a:hover,
  div.button a:active
{
  background: transparent url(images/2column/button_blue_left.gif) no-repeat left top;
  padding: 0px 5px 0px 15px;
  line-height: 24px;
  font-size: 12px;
  color: #111D4D !important;
  text-decoration: none !important;
}
button.main-button .button-right {
  background: transparent url(images/2column/button_red_right.gif) no-repeat right top;
}
button.main-button .button-left {
  background: transparent url(images/2column/button_red_left.gif) no-repeat left top;
  color: #ffffff;
}
div.main-button {
  background: transparent url(images/2column/button_red_right.gif) no-repeat right top;
}
div.main-button div,
  div.main-button a:link,
  div.main-button a:visited,
  div.main-button a:hover,
  div.main-button a:active
{
  background: transparent url(images/2column/button_red_left.gif) no-repeat left top;
  color: #ffffff !important;
  text-decoration: none !important;
}
.printable .main-button .button-left {
  color: #000000;
}
.printable #header .line0 { 
  height: 82px;
}
button.menu-button {
  height: 22px;
}
button.menu-button .button-right {
  background: transparent url(images/but_menu_right.png) no-repeat right top;
  padding-right: 7px;
  height: 20px;
}
button.menu-button .button-left {
  background: transparent url(images/but_menu_left.png) no-repeat left top;
  height: 20px;
  padding: 0px 1px 0px 8px;
  color: #deedf7;
  font-size: 10px;
  height: 21px;
  line-height: 20px;
}
div.menu-button {
  background: transparent url(images/but_menu_right.png) no-repeat right top;
  padding-right: 7px;
}
div.menu-button div,
  div.menu-button a:link,
  div.menu-button a:visited,
  div.menu-button a:hover,
  div.menu-button a:active
{
  background: transparent url(images/but_menu_left.png) no-repeat left top;
  padding: 0px 1px 0px 8px;
  line-height: 20px;
  color: #deedf7 !important;
  font-size: 10px;
}
button.light-button {
  height: 23px;
}
button.light-button .button-right {
  background: transparent url(images/but_light_right.gif) no-repeat right top;
  padding: 0px 5px 0px 0px;
  height: 22px;
}
button.light-button .button-left {
  background: transparent url(images/but_light_left.gif) no-repeat left top;
  padding: 0px 5px 0px 11px;
  color: #365f8f;
  line-height: 21px;
  font-size: 11px;
}
div.light-button {
  padding: 0px 5px 0px 0px;
  background: transparent url(images/but_light_right.gif) no-repeat right top;
}
div.light-button div,
  div.light-button a:link,
  div.light-button a:visited,
  div.light-button a:hover,
  div.light-button a:active
{
  background: transparent url(images/but_light_left.gif) no-repeat left top;
  padding: 0px 5px 0px 11px;
  color: #365f8f !important;
  font-size: 11px;
  text-decoration: none !important;
}
/* Add2Cart AJAX-based */
button.do-add2cart-wait .button-right,
  button.do-add2cart-success .button-right,
  button.do-add2cart-error .button-right
{
  border: 1px solid #cccccc;
  background: transparent none;
  padding: 0px;
  height: 21px;
}
button.do-add2cart-wait .button-left,
  button.do-add2cart-success .button-left,
  button.do-add2cart-error .button-left
{
  background: transparent none;
  padding: 0px 14px;
  color: #365f8f;
  font-size: 12px;
  height: 21px;
  line-height: 20px;
}
div.flc-1-button {
  background: transparent url(images/2column/button_big_blue_right.gif) no-repeat right top  !important;
}
div.flc-1-button div,
  div.flc-1-button a:link,
  div.flc-1-button a:visited,
  div.flc-1-button a:hover,
  div.flc-1-button a:active
{
  background: transparent url(images/2column/button_big_blue_left.gif) no-repeat left top  !important;
  line-height: 30px !important;
  color: #111D4D !important;
}
div.flc-3-button {
  background: transparent url(images/2column/button_big_red_right.gif) no-repeat right top  !important;
}
div.flc-3-button div,
  div.flc-3-button a:link,
  div.flc-3-button a:visited,
  div.flc-3-button a:hover,
  div.flc-3-button a:active
{
  background: transparent url(images/2column/button_big_red_left.gif) no-repeat left top  !important;
  line-height: 30px !important;
}
div.flc-3-button div,
  div.flc-3-button a:link,
  div.flc-3-button a:visited,
  div.flc-3-button a:hover,
  div.flc-3-button a:active
{
  color: #ffffff !important;
  text-decoration: none !important;
}
div.drop-out-button {
  padding-right: 27px;
  background: transparent url(images/2column/button_dropdown.gif) no-repeat right top;
}
div.search {
	height: 50px;
	line-height: 30px;
	padding-top:2px;
	padding-left: 15px;
}
span.search {
  font-size: 12px;
}
div.search input.text {
	background: url(images/search-input.jpg) no-repeat;
	height: 20px;
	width: 169px;
	display: block;
	border-style: none;
	float:left;
	padding-left: 10px;
	margin-left: 3px;
	margin-top: -1px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666666;
	font-size: 14px;
}
a.search:link,
a.search:visited,
a.search:active{
  text-decoration: underline;
	display: block;
	text-align: right;
	padding-right: 30px;
	color: #5a5a5a !important;
	padding-top: 10px;
}
a.search:hover {
	color: #ff5c01 !important;
}
.menu-dialog input {
	
}
.search input.image-button {
	width: 20px;
	height: 21px;
	float: right;
	margin-right: 15px;
	margin-top: 3px;
	display: block;
	cursor: pointer;
	background: transparent url(images/search-button.jpg) no-repeat left top;
}
.menu-categories-list ul li a:link,
.menu-categories-list ul li a:visited,
.menu-categories-list ul li a:active {
  font-size: 14px;
  font-weight: bold;
	text-align: right !important;
	color: #1a3c88 !important;
}
.menu-categories-list ul li a:hover {
	text-decoration: none !important;
	color: #5e5e5e !important;
}
.menu-bestsellers ul li a:link,
.menu-bestsellers ul li a:visited,
.menu-bestsellers ul li a:hover,
.menu-bestsellers ul li a:active,
.menu-manufacturers ul li a:link,
.menu-manufacturers ul li a:visited,
.menu-manufacturers ul li a:hover,
.menu-manufacturers ul li a:active {
  font-size: 12px;
}
.menu-minicart.full .title-bar img.icon {
  background: transparent url(images/cart_full.gif) no-repeat left top;
  width: 18px;
  height: 13px;
}
.menu-minicart h2 .minicart-items-label,
.menu-minicart h2 .minicart-items-delim {
  font-weight: normal;
}
.menu-minicart .content ul {
  margin-left: 26px;
}
.menu-minicart .content ul li a:link,
.menu-minicart .content ul li a:visited,
.menu-minicart .content ul li a:hover,
.menu-minicart .content ul li a:active {
  text-decoration: underline;
  color: #043fa0;
  line-height: 20px;
}
.menu-minicart .content ul li a:hover {
  text-decoration: none !important;
}
.minicart,
.minicart .empty,
.minicart .full {
  display: inline;
}
.ajax-minicart .title-bar {
}
#content-container .ajax-minicart img.icon {
  position: absolute;
  width: 18px;
  height: 13px;
}
#content-container .ajax-minicart img.minicart-button {
  background: transparent url(images/cart_button.gif) no-repeat left top;
  width: 38px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  top: 3px;
  left: 6px;
  margin: 0px;
}
#content-container .ajax-minicart img.minicart-button-show {
  background-position: left -21px;
}
.ajax-minicart .title-bar h2 {
  position: absolute;
  top: 0px;
  left: 50px;
  right: 0px;
  overflow: hidden;
}
.ajax-minicart .title-bar img.minicart-button-show {
  background-position: left -21px;
}
.minicart-box {
  top: 22px;
}
.menu-minicart,
.menu-special {
  border: none;
}
.menu-minicart .title-bar,
.menu-special .title-bar {}
.menu-minicart .title-bar h2,
.menu-special .title-bar h2 {}
.news-box {
  float: right;
  width: 223px;
  padding: 12px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.menu-dialog .title-bar {
	background: url(images/menu-title.gif) no-repeat left top;
	height: 52px;
	width: 253px;
}
.menu-dialog .title-bar h2 {
	line-height: 45px;
	text-align:right;
	padding-right: 30px;
	color: #FFFFFF !important;
	text-shadow: black 2px 2px 2px;
	font-size: 18px;
}
.news-box {
  float: right;
  width: 223px;
  border: 1px solid #c9d1dc;
  padding: 12px;
  margin-left: 30px;
  margin-bottom: 20px;
}
table.data-table td {
  line-height: 22px;
}
.dialog {
  border: 0px none;
}
.dialog .title {
  padding-left: 0px;
  background: transparent url(images/2column/list_dialog_bg_right.gif) no-repeat right top  !important;
  height: 32px;
  border: 0px none;
}
.dialog .title h2 {
  padding-left: 18px;
  background: transparent url(images/2column/list_dialog_bg_left.gif) no-repeat left top;
  height: 32px;
  line-height: 32px;
}
.dialog .title div.sort-box {
  height: 32px;
}
.dialog .title div.sort-box .search-sort-bar {
  margin-top: 8px;
  margin-bottom: 8px;
}
.products .descr,
  .product-details .details .descr
{
  font-size: 12px;
}
.products a.product-title:link,
  .products a.product-title:visited,
  .products a.product-title:hover,
  .products a.product-title:active,
  .products .product-title,
  .product-details .product-title
{
  color: #043fa0;
}
.products a.product-title:hover {
  color: #253161;
}
.products .buy-now .quantity {
  height: auto;
  padding-top: 5px;
}
.products .buttons-row {
  margin-top: 15px;
}
.products-table .product-cell {
  padding-left: 5px;
  padding-right: 5px;
}
.products-list .product-cell-fccheckbox {
  text-align: center;
}
.products-table .buttons-row,
  .products-table .button-row
{
  margin-top: 5px;  
}
.products-table .fcomp-checkbox-box {
  margin-top: 4px;
}
.totals .total {
  text-transform: none;
}
table.product-properties {
  margin-top: 10px;
}
table.product-properties tr td {
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
table.product-properties td.property-name table tr td {
  white-space: nowrap;
}
table.product-properties .product-price {
  color: #5e6c75;
  font-size: 20px;
  font-weight: normal;
}
table.product-properties .product-price-value {
  font-size: 20px;
  font-weight: normal;
}
table.product-properties .product-market-price {
  font-size: 20px;
  font-weight: normal;
}
.product-price-row .property-name,
  .product-price-row .property-value
{
  vertical-align: bottom;
  padding-bottom: 0px;
}
table.product-properties .product-mprice-row td {
  padding-top: 0px;
}
.poptions-product-separator {
  font-size: 1px;
  line-height: 1px;
  height: 10px;
}
.product-details .market-price {
  font-size: 14px;
  padding: 8px 0px;
}
.product-details .buttons-row {
  margin-top: 8px;
}
.offers-short-list {
  margin-top: 10px;
}
.fancycat-icons-e ul {}
.fancycat-icons-e li ul {}
.fancycat-page-subskin-c #center-main {}
.fancycat-page-subskin-c #left-bar {}
strong.language-code img,
.language-code-over
{
  border: solid 1px #aaaaaa !important;
}
.iv-box a:link,
  .iv-box a:visited,
  .iv-box a:active
{
  color: #043FA0;
}
.iv-box a:hover {
  text-decoration: none !important;
}
div.news h2 {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
ul.pagelinks {
  list-style-type: none;
  padding: 10px 0 0 0;
  margin: 0px;
  list-style: none;
  width: 250px;
  background: transparent url(images/leftnav-bg.jpg) no-repeat 30px bottom;
}
ul.pagelinks li {
  padding: 0px 10px 4px 0px;
  margin-right: 10px;
  text-align: right !important;
  display: block;
  background: transparent url(images/leftnav-bg.jpg) no-repeat right top;
}
ul.pagelinks a {
  font-size: 12px;
  font-weight: normal;
  text-align: right !important;
  color: #1a3c88 !important;
  line-height: 22px !important;
  padding: 2px 0px 2px 0px;
  text-decoration: none !important;
}
ul.pagelinks a:hover {
  text-decoration: none !important;
  color: #5e5e5e !important;
}
/******* HOME PAGE STYLE ************/
.bigbox {
	background: url(images/bigbox.jpg) no-repeat center top;
	height: 350px;
	width: 650px;
}
p.homepara {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	text-align: left;
}
p.homepara strong {
	font: bold 24px "Times New Roman", Times, serif;
}
ul.homeboxes {
	width: 650px;
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
}
ul.homeboxes li {
	float: left;
	height: 217px;
	width: 215px;
	display: block;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}
ul.homeboxes a {
	display: block;
	height: 67px;
	width: 215px;
	font: bold 22px "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 145px;
	text-shadow: black 2px 2px 2px;
	text-align: center;
}
ul.homeboxes li.atten a {
	background: url(images/home-atten.jpg) no-repeat left top;
}
ul.homeboxes li.resist a {
	background: url(images/home-resist.jpg) no-repeat center top;
}
ul.homeboxes li.term a {
	background: url(images/home-term.jpg) no-repeat right top;
}
ul.homeboxes a:hover {
	color: #c5c5c5 !important;
	text-decoration: none !important;
}
h2.hometitle {
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #142d6a;
}
p.smallpara {
	text-align: left;
	padding-top: 15px;
	font-size: 12px;
	margin: 0px;
	padding-bottom: 0px;
}
p.smallpara a {
	color: #142d6a;
}
p.smallpara a:hover {
}
p.smallpara strong {
}
h3.cat-descr, h3.prod-descr {
  border-bottom: solid 1px #1a4088;
  color: #1a4088;
  padding-top: 15px;
  font-size: 16px;
}
p.cat-descr {
  font-size: 14px;
}
table.cat-descr {
  margin-bottom: 15px;
}
ul.cat-descr {
}
ul.cat-descr li {
}
table.productlisttable, table.cat-descr, table.product-properties {
  border-right: solid 1px #1a4088;
  border-bottom: solid 1px #1a4088;
}
table.productlisttable th, table.cat-descr th, table.product-properties th {
  border-left: solid 1px #1a4088;
  border-top: solid 1px #1a4088;
  text-align: center;
}
table.productlisttable td, table.cat-descr td, table.product-properties td {
  border-left: solid 1px #1a4088;
  border-top: solid 1px #1a4088;
  text-align: center;
}
table.productlisttable tr.odd td {
  background-color: #eee;
}
a.pdfdownload {
	display: block;
	float: right;
	text-align: center;
	height: 85px;
	width: 100px;
	font-size: 13px !important;
	text-decoration: none !important;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #142d6a !important;
	border: 1px solid #142d6a;
}
a.pdfdownload:hover {
	color: #FF0000 !important;
	border-color: #FF0000 !important;
}
img.cat-descr-icon {
       margin-left: 10px;
       margin-right: 15x;
}
