/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */

html
{ margin: 0px;
  padding: 0px;

}

body
{ margin: 0px;
  padding: 0px;

}

p, body, font, div, td, input, select, textarea
{ font-family: arial,helvetica, sans-serif;
  font-size:12px;
}

h1
{ font-size: 160%;
}
h2
{ font-size: 130%;
}
h3
{ font-size: 100%;
}

form{
 padding:0px;
 margin: 0px;
}

a
{ font-weight: bold;
  color: #0085B0;
}

a img{
 border: 0;
}

/* ====================== COMPONENT CONTAINER STYLES ====================== */


#container_top
{ text-align:center;
  vertical-align:middle;
  background: url(/images/giga_logo.jpg) left top no-repeat;
  height:155px;
}

#container_top_right
{ text-align: center;
  vertical-align:middle;
  width: 170px;

}

#container_left_sidebar
{ width:179px;
  text-align: left;
  vertical-align: top;
  background:url(/images/giga_down_left.gif) left bottom no-repeat; padding-bottom:200px;
}
#container_right_sidebar { width:170px; text-align: left;
  vertical-align: top; background:url(/images/giga_down_right.gif) right bottom no-repeat; padding-bottom:200px;}
#container_main_content
{ width:"*";
 text-align: left;
  vertical-align: top;
  padding: 0px;
}

#container_footer
{ width: 100%;

  color: white;
  margin: 0px; padding: 0px;
  background:url(/images/giga_down_bg.gif) left bottom repeat-x;
  height:52px;
}

.giga_down_l { background:url(/images/giga_down_img_left.gif) left top no-repeat; width:82px; height:52px; float:left;}
.giga_down_r { background:url(/images/giga_down_img_right.gif) right top no-repeat; width:80px; height:52px; float:right;}
.giga_lb_body {  background:url(/images/giga_t1_bg_l.gif) left top repeat;}
.giga_rb_body { background:url(/images/giga_t1_bg_r.gif) right top repeat-y; }
.all_wrapper {margin:0 24px; position:relative; background:#fff; //width:100%;}
.giga_lt { position:absolute;width:24px; }
.giga_lb { background:url(/images/giga_img_l_down.gif) left bottom no-repeat; }
.giga_rb { background:url(/images/giga_img_r_down.gif) right bottom no-repeat; }
.giga_lt { background:url(/images/giga_img_l_up.gif) left top no-repeat; height:150px; left:-24px; top:0px; }

.giga_topbg { background: #496BAB url(/images/giga_hat_bg.gif) left top repeat-x;}
.url_subscr { text-align:center; clear:both;  color:#666;}
.footer_counters { text-align:center; clear:both;  color:#666;margin-top:10px;}
/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_news_short_list, .cpt_survey, .cpt_category_tree, .cpt_maincontent,
.cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation
{
  text-align: left;
  padding: 10px;
//  width: 100%;
}

ul.vertical, ul.horizontal
{ padding: 0px;
  margin: 0px;
}
ul.horizontal{
width: 100%;
overflow: hidden;
}
.vertical li
{ padding-left: 0px;
  padding-bottom: 2px;
}
.horizontal li
{ float: left;
  margin-right: 25px;
}

.cpt_divisions_navigation ul
{ list-style-type: none;
margin: 0px;
}


.cpt_auxpages_navigation .vertical li
{ padding-left: 5px;
}
.cpt_auxpages_navigation ul.horizontal
{ list-style-type: none;
  padding-left: 0px;
}

.cpt_shopping_cart_info
{
  text-align: left;
}

.cpt_shopping_cart_info div { margin:0;}
.cpt_shopping_cart_info a
{ 
  display:block;
  color: white;
  padding:0 5px 0 10px; text-transform:uppercase;

}



.survey_question{
 font-weight: bold;
 margin-bottom: 10px;
}
.survey_submit{
 margin-top: 10px;
 text-align:center;
}
.cpt_survey form{
 padding:0px;
 margin: 0px;
}

.cpt_currency_selection
{ text-align: center;
}
.cpt_currency_selection select
{ font-size: 90%;
}
.cpt_currency_selection form{
 display: inline;
}

.cpt_product_search form{
 margin: 0px!important;
 padding: 10px;
}

.cpt_language_selection {
  padding: 5px;
  text-align:right; padding-right:8px;
}

.cpt_category_tree {
 padding:0;

}
.cpt_category_tree ul{
 list-style-type:none;
 margin:0px;
 padding:0px;
}
.cpt_category_tree ul li { padding:0 0 2px 20px; background:url(/images/giga_strela.gif) left 5px no-repeat;}
.cpt_category_tree ul li a {  text-decoration:none;}
.cpt_category_tree ul li a:link {color:#2c618f;}
.cpt_category_tree ul li a:visited { color:#2c618f;}
.cpt_category_tree ul li a:hover { color:#2c618f; text-decoration:underline;}
.cpt_category_tree ul li.child, .cpt_category_tree ul li.child_current { background:none;}
.cpt_category_tree .bullet { font-size:0px;}
.cpt_category_tree .parent_current a {
 font-weight: bold;
 color: black!important;
 text-decoration: none;
}

.cpt_category_tree .child a {
 padding-left: 10px;
 font-size:90%;
 font-weight:normal;
 background: none;
}
.cpt_category_tree .child_current a{
 padding-left: 10px;
 background: url(/images/mdr_point_v.gif) left center no-repeat;
 color: black!important;
 text-decoration: none;
}
a .bullet{
  text-decoration: none!important;
}
.cpt_category_tree .tab{
 margin-left:10px;
}

.cpt_product_add2cart_button
{ padding-top: 10px;
}
ul.product_list li { border:1px solid #e0e0e0; border-right:none;}
ul.product_list { border-right:1px solid #e0e0e0;}
.home_page_category_logo { background:url(/images/defaultnocatimage.gif) left top no-repeat; display:block; height:65px; width:65px;}
#container_main_content .cpt_root_categories td.cat_image a {position:relative; top:-0.8em;}
#container_main_content .cpt_root_categories { padding-top:1em;}
#container_main_content .cpt_root_categories td { vertical-align:top;}

/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
/* ====================== (if you wish to overwrite default appearence of components in certain containers) ====================== */
#container_top .cpt_custom_html, #container_top .cpt_divisions_navigation,  #container_top .cpt_auxpages_navigation { margin-left:180px;}

#container_left_sidebar .cpt_category_tree,
#container_left_sidebar .cpt_auxpages_navigation,
#container_left_sidebar .cpt_divisions_navigation,
#container_left_sidebar .cpt_product_search,
#container_left_sidebar .cpt_news_short_list
#container_left_sidebar .cpt_shopping_cart_info
{ background:#fff url(/images/giga_katalog_bg_down.gif) left bottom no-repeat; margin-bottom:10px; padding-bottom:5px;}

.giga_box_left_b { background:#fff url(/images/giga_katalog_bg_down.gif) left bottom no-repeat; margin-bottom:10px; height:10px;}
.giga_box_right_b  { background:#fff url(/images/giga_katalog_bg_down1.gif) left bottom no-repeat; margin-bottom:10px; height:10px;}
#container_left_sidebar .cpt_category_tree  ul  { background:url(/images/giga_katalog_bg.gif) right bottom repeat-y; padding:0 5px;}


#container_right_sidebar .cpt_shopping_cart_info,#container_right_sidebar .cpt_product_search { background:#fff url(/images/giga_katalog_bg_down1.gif) left bottom no-repeat; margin-bottom:10px; padding-bottom:5px;}


#container_right_sidebar .cpt_shopping_cart_info a { line-height:28px; text-decoration:none; }
#container_right_sidebar .cpt_shopping_cart_info .shcart_link {  background:#fff url(/images/giga_katalog_prod_2.gif) left top no-repeat;}
#container_right_sidebar .cpt_shopping_cart_info a:hover { text-decoration:underline;}
#container_right_sidebar .cpt_news_short_list  { background:url(/images/giga_katalog_bg.gif) left top repeat-y;}

#container_top .cpt_custom_html a { text-decoration:none; font-size:35px; font-family:Arial, Helvetica, sans-serif; line-height:150%;}
#container_top .cpt_custom_html span { padding:0 2px;}
.giga_l1 { color:#214B70;}
.giga_l2 { color:#fff;}
.giga_l3 { color:#214B70;}


#container_top .cpt_divisions_navigation, #container_top .cpt_auxpages_navigation
{ padding:5px 20px; //padding:0px 20px; text-align:center;}


#container_top .cpt_divisions_navigation a, #container_top .cpt_auxpages_navigation a
{ color: fff;
  text-decoration:none;
  font-weight: bold;
}

#container_top .cpt_divisions_navigation ul.vertical, #container_top .cpt_auxpages_navigation ul.vertical
{ list-style-image: none;
  padding: 0px;
  margin: 0px;

}
#container_top .cpt_divisions_navigation ul.horizontal li, #container_top .cpt_auxpages_navigation ul.horizontal li, #container_top .cpt_divisions_navigation ul.horizontal li, #container_top .cpt_auxpages_navigation ul.horizontal li
{ list-style-image: none;
  padding: 0 10px;
  margin: 0px;
  display:inline;
  float:none;
  border-right:solid 1px #b7cce9;

}
#container_top_right  .cpt_divisions_navigation ul.vertical li, #container_top_right  .cpt_auxpages_navigation ul.vertical li { background:url(/images/giga_li_infopages.gif) left top no-repeat;  padding-left:20px;}

#container_top_right .cpt_auxpages_navigation ul
{ list-style-type: none;
}
#container_top_right  .cpt_divisions_navigation a, #container_top_right  .cpt_auxpages_navigation a
{ text-decoration: underline; color:#fff;
}
#container_top_right  .cpt_divisions_navigation a:hover, #container_top_right  .cpt_auxpages_navigation a:hover
{ text-decoration: underline;
    color:#9def1e}

#container_top_right .cpt_language_selection a, #container_top .cpt_language_selection a
{ color: white;
}

#container_top_right .cpt_currency_selection
{ padding: 5px;
  color: white;
  background-color: black;
}


/*container_left_sidebar styles*/
/*#container_left_sidebar .cpt_shopping_cart_info { background:url(/images/giga_katalog_prod_1.gif) left top no-repeat;}*/

#container_left_sidebar .cpt_product_search form, #container_left_sidebar .cpt_survey
{ background: transparent url(/images/giga_katalog_bg.gif) right top repeat-y ;}
#container_right_sidebar .cpt_shopping_cart_info div
{ background: transparent url(/images/giga_katalog_bg.gif) left top repeat-y ; }

#container_left_sidebar .cpt_product_search a {color:#163106;}
#container_left_sidebar .col_header, #container_right_sidebar .col_header{  color:#fff; line-height:28px;   padding:0 0 0 30px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
#container_left_sidebar .col_header { background:url(/images/giga_katalog_prod_1.gif) left top no-repeat;}
#container_right_sidebar .col_header { background:url(/images/giga_katalog_prod_2.gif) left top no-repeat;}


#container_footer .cpt_divisions_navigation
{ padding: 3px;
  padding:10px 0 0 0 ;
  text-align: center;
}
#container_footer .cpt_divisions_navigation ul, #container_footer .cpt_divisions_navigation li { display:inline; float:none;}
#container_footer .cpt_divisions_navigation a
{ font-weight: normal;
}

#container_main_content .cpt_product_lists
{ padding-bottom: 20px;
}

#container_right_sidebar .cpt_news_short_list
{
}
#container_left_sidebar .cpt_news_short_list
{
   background-position: right;
}

#container_top .cpt_tag_cloud a, #container_top .cpt_category_tree a
{ color: white;
}
#container_top .cpt_language_selection { width:auto; float:right; display:inline; _margin-top:70px;}
#container_top .cpt_language_selection a img { border:#ffffff solid 1px ;}
#container_left_sidebar .cpt_product_search input {padding:1px;}
#container_left_sidebar .cpt_product_search input#searchstring
{ width: 120px;
border:solid 1px #707070;padding:2px;
}
#container_left_sidebar .cpt_tag_cloud { background:#fff url(/images/mdr_companyname_background.gif) left bottom repeat-x; padding:20px 10px;}
#container_main_content ul { list-style-position:inside;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */
h1.welcome { color:#214B70; font-weight:normal; font-size:19pt; letter-spacing:-1px; margin:10px;}


#shpcrtca{
 font-weight: bold;
 font-size: 130%;
 white-space: nowrap;
}

#searchstring
{ width: 60%;
}

.block_tag_cloud  { font-size:15px;}
.block_tag_cloud a { text-decoration:none;  font-family:Arial, Helvetica, sans-serif; word-spacing:110%; letter-spacing:120%;}
/*------------------------------------------------center-----------------*/
#cpt_zagl{
  text-align: center;
  font-size: large;
  color: #30577a;
}
/*------*/
#cpt_kat{
  font-size: small;
  color: #0085B0;
  font-weight: bold;
  font-family: arial
}
#cpt_kat a:link{
      color: #000000 ;
      font-size: x-small;
      font-family: arial
}
#cpt_kat a:visited{
      color: #000000 ;
      font-size: x-small;
      font-family: arial
}
#cpt_kat a:hover{
        background: transparent;
        color: #7E9BBE;
        text-decoration: none;
}


