@CHARSET "UTF-8";

.clear {
  clear: both;
}

.acenter {
  text-align: center;
}

.aright {
  text-align: right;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

img {
  border: 0;	
}

input {
  font-size: 12px;
}

input[type="submit"] {
  cursor: pointer;
}

hr.clear {
  margin: 0;
  padding: 0;
  border: 0;
  visibility: hidden;
}

p {
  line-height: 20px;
  text-align: justify;
}

ul {
  list-style-type: square;
  padding-left: 20px;
  line-height: 20px;
}

body {
  margin: 0;
  text-align: center;
  background-image: url(../Images/bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}

h2 {
  color: #bd242b;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  line-height: 20px;
  padding: 0 0 31px 15px;
  margin-bottom: 10px;
  font-family: Tahoma;
  background-image: url(../Images/pline.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
  left: -15px;
}

h2.path_navigation {
  font-weight: normal;
  font-size: 15px;
}

h3 {
  color: #bd242b;
  font-size: 17px;
  font-weight: normal;
  margin: 15px 0;
}

h4 {
  font-size: 15px;
  font-weight: normal;
}

li {
  line-height: 20px;
  text-align: justify;
}

a {
  color: #bd242b;;
}

#page {
  width: 998px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

#header {
  height: 461px;
  background-image: url(../Images/bg_header.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

#header #home_slideshow {
  position: absolute;
  top: 125px;
  left: 0;
  width: 998px;
  height: 381px;
}

#logo {
  padding: 0px;
  margin: 0px;
}

#logo a span {
  display: none;
}

#logo a {
  display: block;
  position: absolute;
  width: 150px;
  height: 95px;
  top: 16px;
  left: 0px;
  background-image: url(../Images/bg_logo.jpg);
}

#navigation {
  height: 43px;
  position: absolute;
  top: 76px;
  right: 0px;
  background-image: url(../Images/bg_menu.png);
  background-position: top center;
  background-repeat: repeat-x;
}

#menu {
  float: right;
  margin: 0;
  padding: 0;
  height: 43px;
}

#menu li {
  list-style-type: none;
  display: block;
  float: left;
  height: 43px;
}

#menu li a {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  background-position: bottom;
  margin-left: 50px;
}

#menu li.current a,
#menu li a:hover {
  background-position: top;
}

#menu li a span {
  display: none;
}

#menu li#menuitem_01 a {
  background-image: url(../Images/bg_menu_01.png);
  width: 38px;
  margin-left: 0px;
}
#menu li#menuitem_02 a {
  background-image: url(../Images/bg_menu_02.png);
  width: 164px;
}
#menu li#menuitem_03 a {
  background-image: url(../Images/bg_menu_03.png);
  width: 76px;
}
#menu li#menuitem_04 a {
  background-image: url(../Images/bg_menu_04.png);
  width: 85px;
}
#menu li#menuitem_05 a {
  background-image: url(../Images/bg_menu_05.png);
  width: 72px;
}

#menu li#menuitem_06 a {
  background-image: url(../Images/bg_menu_06.png);
  width: 63px;
}

#outer_container {
  padding-top: 15px;
}

#content {
  position: relative;  
}

#left_pannel {
  width: 283px;
}

#left_pannel {
  float: left;
}

#center_pannel {
  float: left;
  width: 675px;
  margin-top: 1px;
  padding: 25px 0 0 40px;
}

.side_pannel_box {
  margin-bottom: 0px;
}

.side_pannel_header {
  height: 36;
  line-height: 36px;
  padding: 0 25px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}

.side_pannel_body {
  background-position: bottom;
  background-repeat: no-repeat;
}

.fcontact {
  margin-top: 14px;
  background-image: url(../Images/h_fcontact.jpg);
  background-repeat: no-repeat;
  padding: 55px 0 25px 26px;
  background-color: #eaeae9;
}

.fcontact .fc {
  display: none;
}

.fcontact p {
  margin: 0px;
  line-height: 26px;
  color: #3a3939;
}

.fcontact a {
  color: #17245f;
}

.fcontact p span {
  display: inline-block;
  width: 50px;
  font-weight: bold;
}

#footer_box {
  margin-top: 60px;
  background-image: url(../Images/bg_footer.jpg);
  height: 142px;
  text-align: center;
}

#footer {
  width: 998px;
  margin: 0 auto;
  text-align: left;
  padding-top: 10px;
  height:  142px;
  position: relative;
}

#copyright {
  line-height: 15px;
  color: #eaeae9;
  position: absolute;
  right: 0px;
  top: 34px;
  font-size: 15px;
}

#footer_menu {
  float: right;
  margin: 0;
  padding: 0;
  height: 75px;
}

#footer_menu li {
  color: #FFFFFF;
  list-style-type: none;
  display: block;
  float: left;
  line-height: 75px;
}

#footer li a {
  color: #FFFFFF;
  text-decoration: none;
  border-left: 1px solid #DED6AE;
  padding: 0 5px;
}

#footer li:first-child a {
  border: none;
  padding-left: 0;
}

#footer li a:hover {
  text-decoration: underline;
}

.facebook img {
  margin: 12px 0 11px;
}

#footer .footer_pline {
  background-image: url(../Images/footer_pline.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1px;
  visibility: visible;
}

#topweby {
  position: absolute;
  top: 76px;
  right: 0px;
}

#topweby a {
  color: #ded6ae;
  text-decoration: none;
  line-height: 15px;
  font-size: 15px;
}

#topweby a:hover {
  text-decoration: underline;
}

#fmenu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 76px;
  left: 0px;
}

#fmenu li {
  display: inline-block;
}

#fmenu li a {
  color: #ded6ae;
  display: inline-block;
  line-height: 15px;
  font-size: 15px;
}

.categories_box {
  background-image: url("../Images/h_cbox.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-color: #7d8a94;
  padding-top: 42px;
}

.categories_box .side_pannel_header {
  display: none;
}

.side_pannel_box ul,
.categories_tree {
  padding: 20px 0 25px;
  margin: 18px 0 0;
}

.side_pannel_box .categories_tree {
  margin: 0;
}

.categories_tree ul {
  padding: 0;
  margin: 0;
  background: none;
}

.side_pannel_box li,
.categories_tree li {
  list-style-type: none;
}

.side_pannel_box li {
  background-image: url(../Images/sideitem_border.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 1px;
  display: block;
} 

.side_pannel_box ul a {
  margin-left: 10px;
  display: inline-block;
  color: #FFFFFF;
}

.side_pannel_box .categories_tree a {
  margin-left: 0px;
  display: inline-block;
  padding-right: 15px;
  text-align: left;
  width: 212px;
}

.side_pannel_box ul a,
.categories_tree ul a {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 20px;
  padding: 3px 0 3px  24px;
  background-image: url(../Images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 10px 9px;
  font-size: 14px;
}

.side_pannel_box ul a:hover,
.categories_tree a:hover {
  text-decoration: underline;
  background-image: url(../Images/icon_arrow.png);
}

.side_pannel_box ul a.selected,
.categories_tree a.selected {
  text-decoration: underline;
  background-image: url(../Images/icon_arrow.png);
}

.categories_tree ul a {
  background-image: url(../Images/icon_arrow.png);
}

.categories_tree .category_spacer {
  display: inline-block;
  width: 17px;
}

.categories_tree ul .category_spacer {
  display: inline-block;
  width: 16px;
  height: 1px;
}

.product_preview {
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 20px;
  color: #000000;
  position: relative;
}

.product_preview h3 {
  margin: 0;
  color: #bd242b;
  font-size: 13px;
  line-height: 13px;
  padding-bottom: 11px;
}

.product_preview h3 a {
  margin: 0;
  color: #bd242b;
  font-size: 13px;
  text-decoration: none;
}

.product_preview h3 a:hover {
  text-decoration: underline;
}

.product_preview .bgtop {
  
}

.product_preview .bgbottom {
  padding-bottom:  10px;
}

.product_preview .image {
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 172px;
  height: 172px;
  line-height: 172px;
  padding: 3px; 
  border: 1px solid #bebdbd;
  background-color: #FFFFFF;
}

.product_preview_image {
  width: 172px;
  float: left;
}

.product_preview_info {
  width: 465px;
  float: right;
}

.product_preview .image img {
  vertical-align: middle;
  max-width: 150px;
  max-width: 150px;
}

.product_preview p {
  margin: 0 0 35px;
}

.product_preview .button {
  position: absolute;
  bottom: 19px;
  right: 0px;
}

.product_preview .price_buy,
.product_preview .availability {
  padding: 10px 0 20px;
}

.availability .stock {
  color: #207709;
}

.availability .of_stock {
  color: #a30b0b;
}
.availability .within_three_days,
.availability .within_twoo_weeks,
.availability .within_three_weeks {
  color: #e7851b;
}

.red {
  color: #a30b0b;  
}

.orange {
  color: #e7851b;
}

.green {
  color: #207709;
} 

.bold {
  font-weight: bold;
}

.product_preview .availability {
  width: 172px;
  float: left;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}

.product_preview .price_buy {
  width: 245px;
  float: right;
  line-height: 21px;
}

.product_preview .buy_button {
  display: inline-block;
  width: 90px;
  height: 25px;
  float: right;
  background-image: url(../Images/button_buy.jpg);
}

input[type="submit"].buy_button {
  background-image: url(../Images/button_buy.jpg);
  width: 90px;
  height: 25px;
  border: none;
}

.product_preview .buy_button span {
  display: none;
}

.product_preview .price {
  color: #1d1e1e;
  font-size: 15px;
  font-weight: bold;
}

.product_preview .cart_add {
  float: right;
}

.pager {
  text-align: center;
  line-height: 15px;
  margin: 12px 0;
}

.pager a {
  text-decoration: none;
}

.pager a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.pager .pager_page {
  display: inline-block;
  width: 25px;
  border-left: 1px solid #bd242b;
}

.pager .pager_page.selected {
  font-weight: bold;
}

.pager .pager_page:first-child {
  border: none;
}

.topproduct_preview {
  padding: 20px 25px;                                              
}

.topproduct_preview.not_last {
  background-image: url(../Images/sideitem_border.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
}

.topproduct_preview h4 {
  margin: 0;
  color: #b2d2e0;
  font-weight: bold;
  line-height: 14px;
  font-size: 12px;
  padding: 5px 0 10px;
}

.topproduct_preview h4 a {
  color: #b2d2e0;
}

.topproduct_preview .price_buy {
  padding: 15px 0 10px;
  line-height: 21px;
}

.topproduct_preview .price {
  font-weight: bold;
  float: left;
}

.product_preview .detail_button,
.topproduct_preview .detail_button {
  float: right;
  width: 63px;
  height: 25px;
  display: inline-block;
  background-color: #bd242b;
  border: 1px solid #bd242b;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  font-size: 14px;
}

.topproduct_preview .detail_button span {
  
}

.product_preview .detail_button span,
.topproduct_preview .detail_button span {
  
}

.image img {

}

#product_detail h3 {
  font-size: 15px;
  color: #17245f;
}

#product_detail h3 span {
  float: right;
  color: #000000;
  font-size: 13px;
  font-weight: normal;
}

#product_detail .images a, 
#product_detail .image {
  float: left;
  width: 172px;
  height: 172px;
  padding: 3px;
  border: 1px solid #BEBDBD;
  line-height: 172px;
  text-align: center;
  background-color: #FFFFFF;
  margin: 0 30px 30px 0;
}

#product_detail .images img,
#product_detail .image img {
  vertical-align: middle;
}

#product_detail .images  {
  float: none;
}

#product_detail .images a {
  margin: 0 5px 5px 0;
  width: 142px;
  height: 142px;
  line-height: 142px;
}

#product_detail .summary {
  float: right;
  width: 280px;
  position: relative;
  height: 212px;
}

#product_detail .prices {
  position: absolute;
  bottom: 0px;
}

#product_detail .summary table {
  width: 280px;
  border-collapse: collapse;
}

#product_detail .summary table td {
  padding: 5px 0;
}

#product_detail .availability {
  font-weight: bold;
}

#product_detail .description {
  margin-top: -2px;
  font-size: 12px;
}

#product_detail .cart_add {
  text-align: right;
  margin-top: 20px;
  line-height: 25px;
}

#product_detail .cart_add input[type="text"] {
  width: 30px;
  margin: 0 15px 0 5px;
  vertical-align: middle;
}

#product_detail .cart_add label {
  vertical-align: middle;
}

#product_detail .images {
  margin-top: 30px;
}
  
#product_detail .images img {
  width: 134px;
  margin: 0 3px;
}

#product_detail .final_price td {
  font-weight: bold;
  border-top: 1px solid #B2D2E0;
}

table.orders_history,
table.cart {
  width: 100%;  
  border: 1px solid #3f3f3f;
  border-collapse: collapse;
  margin-bottom: 30px;
}

table.orders_history th,
table.cart th {
  background-color: #3f3f3f;
}
table.orders_history th,
table.orders_history td,
table.cart th,
table.cart td {
  padding: 3px 3px;
}

table td.number,
table tr.number {
  text-align: right;
}

table.cart input[type="text"] {
  border: 1px solid #0B74A3;
  width: 24px;
  text-align: right;
}

table.orders_history td.empty,
table.cart td.empty {
  text-align: center;
  font-weight: bold;
  line-height: 50px;
}

.summary {
  line-height: 21px;
}

.summary .price_final {
  font-weight: bold;
  float: left;
}

.summary .buttons {
  float: right;
}

a.submit,
input[type="submit"] {
  background-color: #17245f;
  border: 1px solid #17245f;
  border-radius: 10px;
  font-weight: normal;
  height: 20px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 0 5px 3px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: 12px;
}

a.submit {
  height: 19px;
  line-height: 23px;
}

.buy_box {
  text-align: center;
  margin-top: 50px;
}

.contact td:first-child {
  width: 100px;
}

.order {
  border-collapse: collapse;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
  width: 100%;
}

.order th {
   background-color: #3f3f3f;
}

.order th,
.order td {
  padding: 3px 3px;
}

.order .info {
  color: #666666;
  font-style: italic;
}

textarea,
select,
input[type="password"],
input[type="text"] {
  border: 1px solid #A6A6A6;
  color: #000000;
  width: 160px;
}

.errors {
  color: red;
}

.messages {
  color: green;
}

.form.login fieldset {
  width: 250px;
  border: 1px solid #3f3f3f;
  background-color: #3f3f3f;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
}

.form.login input[type="password"],
.form.login input[type="text"] {
  width: 199px;
  border: 1px solid #a6a6a6;
  color: #000000;
}

.side_pannel_body.userbox form {
  margin: 20px 0;
  padding: 0 10px 20px 10px;
}

.side_pannel_body.userbox label {
  color: #b2d2e0;
}

.userbox.form.login input[type="password"],
.userbox.form.login input[type="text"] {
  width: 140px;
}

.userbox.form.login input[type="submit"] {
  background-image: url("../Images/button_login.jpg");
  border: none;
  width: 90px;
  height: 25px;
  color: transparent;
}


#content table.border {
  width: 706px;
  text-align: left;
  margin: 0 auto;
  border-spacing: 0;
}
#content table.border td {
  border-bottom: 1px dotted #D6D6D6;
  padding: 2px 0;
}
#content table.border td.price {
  text-align: right;
  padding-right: 25px;
}
#content table.border tr.bold td {
  font-weight: bold;
}
#content table.border2 {
  width: 706px;
  text-align: center;
  margin: 0 auto;
  border-spacing: 0;
}
#content table.border2 td {
  border-bottom: 1px dotted #D6D6D6;
  border-right: 1px dotted #D6D6D6;
  padding: 2px 0;
}
.first2 {
  width: 125px;
  padding-left: 15px;
  border-right: 1px dotted #D6D6D6;
  text-align: left;
}
#content table.border3 {
  width: 231px;
  text-align: right;
  margin: 0 auto;
  border-spacing: 0;
}
#content table.border3 td {
  border-bottom: 1px dotted #D6D6D6;
  border-right: 1px dotted #D6D6D6;
  padding: 2px 4px 2px 0;
}

.gallery img {
  margin: 7px;
}

.filter {
  text-align: right;
}

.filter label {
  width: 60px;
  display: inline-block;
  line-height: 25px;
  text-align: left;
}

.filter select {
  margin-right: 10px;
  text-align: left;
}

.prologue_images {
  margin: 30px 0 15px;
}

.prologue_images img {
  margin-right: 10px;
}

.prologue_images img.last {
  margin-right: 0px;
}

td {
  vertical-align: top;
}

colgroup.first {
  width: 150px;
}

.topleft {
  background-image: url("../Images/bg_top_left.png");
  width: 147px;
  height: 336px;
  position: absolute;
  top: 125px;
  left: -147px;
}

.topright {
  background-image: url("../Images/bg_top_right.png");
  width: 147px;
  height: 360px;
  position: absolute;
  top: 125px;
  right: -147px;
}

.request_form {
  width: 454px;
}

.request_form label {
  display: block;
  width: 150px;
  text-align: left;
  margin: 6px 0 0;
  vertical-align: top;
  line-height: 19px;
}

.request_form input[type="text"] {
  width: 250px;
  border: 1px solid #8b8b8b;
  margin: 6px 0;
}

.request_form textarea {
  width: 450px;
  margin: 6px 0;
  height: 300px;
}

.request_form fieldset {
  padding: 0px;
  border: none;
  margin-bottom: 15px;
}

hr.pline {
  border: none;
  border-bottom: 1px solid #8C8C8C;
  visibility: visible;
  margin: 10px 0 25px; 
}

a.more_info {
  display: block;
  height: 50px;
  width: 244px;
  position: absolute;
  bottom: 0px;
}

a.more_info span {
  display: none;
}

.contact_list {
  margin: 0px;
  padding-left: 14px;
}

.prologue_box {
  margin: 6px 0 30px 30px;
  text-align: center;
  width: 280px;
}

.prologue_box div.image {
  border: 1px solid #b3b3b3;
  padding: 18px;
  margin-bottom: 11px;
}

.prologue_box div.images {
  text-align: left;
}

.prologue_box div.images img {
  width: 91px;
  vertical-align: top;
  margin-bottom: 3px; 
}

.prologue_box div span {
  display: block;
  color: #bd242b;
  font-size: 15px;
  font-weight: bold;
  margin-top: 18px;
}

#contacts {
  width: 100%;
  border-collapse: collapse;
}

#contacts td {
  line-height: 20px;
  border-bottom: 1px dotted #B3B3B3;
}

.references {
  width: 100%;
  border-collapse: collapse; 
}

.references td {
  line-height: 20px;
  border-bottom: 1px dotted #B3B3B3;
}

#certificates img {
  width: 216px;
  margin: 0 3px 5px;
  vertical-align: top;
}

.reference h3 {
  margin: 0 0 5px;
}

.reference_box {
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #CCCCCC;
  padding: 10px;
  background-color: #EEEEEE;
  position: relative;
  margin-bottom: 10px;
}

.reference_box p {
  margin-top: 0;
}

.reference_box .submit {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.reference_box .reference_images {
  float: left;
  margin-right: 17px;
  
}

.reference_images img {
  max-width: 150px;
  max-height: 150px;
  vertical-align: middle;
}

.reference_images .image {
  height: 160px;
  width: 160px;
  display: inline-block;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #CCCCCC;
  line-height: 160px;
  
  background-color: #FFFFFF;
}

.reference_box .reference_images .image {
  margin-left: 3px;
}