/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
CSS Design by Gor Vardanyan (www.gorvard.net)
Date   : 2007/03/27

Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0 Date   : 2006/03/20
*/

/*==========================General=============================*/
html {

    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {

/*scrollbar-base-color: #131318;
scrollbar-arrow-color: #62626C;
scrollbar-3dlight-color: #a5a5a5;
scrollbar-face-color: #131318;
scrollbar-track-color: #403f3f;
*/


    font-size: 11px;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #403f3f;
    background: #2F2F2F url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/full-bg.gif') center top no-repeat;
    text-align: center;
}
dl {
    margin: 0 0 0.5em;
}
p {
    margin-bottom: 0.5em;
	line-height: 1.4em;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #e3d431;
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    border: none;
}
hr {
    border-top: 1px dotted #999;
    border-bottom: 0px;
    height: 1px;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 866px;
    clear: both;
    width: 866px;
    margin: 0 auto;
    text-align: left;
	
	background-color: #fbf200;
	border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;
    padding:2px 0;
}
#header {
    position: relative;
}
#inner-wrapper {
  clear: both;
    width: 815px;
}
#headcontfoot{
	float:left;
    background-color:#242424;
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
   	background-color:#fff;
}
    
#middleCol .inner {
    padding: 0px 10px 10px 10px;
	margin-left: 2px;
    width:600px;
	/*height: 501px;  Sets min height for IE */
}
* html #middleCol .inner{
	margin-left: 0px;
	 padding: 0px 12px 10px 12px;
}
html > body #middleCol .inner {
    height: auto;
   /* min-height: 497px;  Sets min height for gecko */
}
#layout-3Cols #middleCol {
    width: 639px;
/*    background-color:#f00;*/
}

#leftCol {
    float: left;
    width: 176px;
}
#leftCol .inner {
    padding: 0;
	margin:0px 1px;
	border-left: 1px solid #9C9C9C; 
	border-right: 1px solid #9C9C9C;
	background-color: #2F2F2F;
}
#leftCol .inner a, #leftCol .inner a:visited, #footer a, #footer a:visited {
	color:#A5A5A5;
}

/*
#leftCol .inner a:hover, #footer a:hover{
	color:#e3d431;
}
*/

 a.category_549 {
color:#FF0000; !important;
}


#leftCol a.category_489:hover, #leftCol .inner .level_2 a:hover,  #footer a:hover{
	color:#e3d431;
}

#leftCol a.category_549:hover, #leftCol .inner .level_2 a:hover,  #footer a:hover{
	color:#e3d431;
}


#rightCol {
    float: right;
    width: 0px;
    background: #FFFFFF;
}
#rightCol .inner {
    margin: 0;
    padding: 0 0 5px 0;
}

/*
=========================Header===============================*/
#header .wrap {
    margin: 0px;
	padding:0px;
}

#header .headlang {
/*    width: 815px;*/
	width:813px;
  	background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/header-ylw.jpg') top no-repeat; 
	height:101px;
    float:left;
}

#header .banner-category-549 {

  	background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/banner_performance.jpg') top no-repeat; !important
	
}

#header .headlang .shoes{
	 float:right;
     
}
.logo{
	width:50px;
    background-color:#fbf200;
    float:left;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

#header #lang-switcher {
    margin:20px 10px 0 0;
    float:right;
    color:#e3d431;
    display: block;
    width: 135px;
    padding: 2px 0 2px 0;
    min-width: 200px;
}
* html #header #lang-switcher {
    width: 200px;
}

#header #user-info {
	display: none;
}

#header #user-info li {
		float:left;
	  font-weight: bold;
	  font-size: 0.85em;
	  padding-left: 0.5em;
}
#header #user-info li a, #header #user-info li a:visited {
	color: #FFFFFF;
	 font-size: 0.75em;
}
#user-info img {
	margin-right: 5px;
}
/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: #FFF url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/left-col-line.gif') repeat-y left top;
}
#inner-wrapper .inner-container {

}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 0.85em;
	display: none;
}
#breadcrumbs .inner {
    padding: 0;
}
#breadcrumb {

}
a.breadcrumbs {
    font-weight: bold;
    color: #980000;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.2em;
    margin: 1em 0 1em 0;
    padding-bottom: 0.5em;
    color: #000000;
	font-family: Verdana, arial, sans-serif;
}

h1.pageTitle {
    margin-top: 10px;
	padding: 0;
    color: #333333;
	/*background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/pagetitle-bg.gif') center repeat-x;*/
}
h1.pageTitle span {
/*background-color: #242424;*/
padding-right: 15px;
}
h2 {
    margin-top: 0.3em;
	margin-bottom: 0.3em;
	font-size: 11px;
	color: #403f3f;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
div.eshop_menu h2{
	color: #FFFFFF;
}
.prod td h2, .prod td h2 a {
	font-size: 11px;
	font-weight:normal;
	text-transform: uppercase;
	color: #333333;
}
ul {
    margin: 0;
    padding: 0;
    /* list-style-image: url('http://css.zerogrey.com/themes/sabelt_shoes/images/bullet.gif'); */
    list-style-type: none;
}
li {
    margin: 0;
    padding: 0;
}

/*
==================Default Forms Styling=======================*/

fieldset {
    padding: 10px 0;
    border: none;
}
#content{

}
#content form ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 99%;
    list-style-position: outside;
    list-style-image: none;
}

#content form li {
    display: inline-block;
    margin: 0;
    padding: 1px 4px 6px 9px;
    line-height: 1.8em;
    list-style-type: none;
}
form li.focused {
    background: #f8f0f1;
}

form li div {
    float: left;
    display: inline;
    margin-right: 5px;
    color: #666666;
}
form li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li p {
    clear: both;
    font-size: 9px;
    line-height: 13px;
}


/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 100%;
    



}
textarea {
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

 #content input.text, #content select.select, #content textarea.textarea {
    font-size: 10px;
    color: #403f3f;
  	background-color: #fff;
    border: 1px solid #62626C;
    font-family: Verdana, arial, sans-serif;
}

#header #lang-switcher select {
    font-size: 10px;
    background-color: #131318;
    border: 1px solid #62626C;
    font-family: Verdana, arial, sans-serif;
    color:#A5A5A5;
}
textarea.textarea-reg {
font-size: 10px;
color: #403f3f;
/*background-color: #131318;
*/border: 1px solid #62626C;
font-family: Verdana, arial, sans-serif;
height:10em;
width: 30em;
}


input.text {
    padding: 2px 0;
font-size: 10px;
color: #403f3f;
background-color: #131318;
border: 1px solid #62626C;
font-family: Verdana, arial, sans-serif;
}
form label {

}

/* SIZES */
.fourth {
	width:25% !important;
}
.padleft40 {padding-left: 40px;}
.third {
	width:32% !important;
}
.half {
	/*width:48% !important;*/
}
.full {
	width:99% !important;
}
input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}
input.large, select.large, textarea.textarea {
	width:99%;
}
input.tags {
	width:315px;
}
textarea.small {
	height:5.5em;
}
textarea.medium {
	width:50%;
	height:10em;
}
textarea.large {
	height:20em;
}

/* BUTTONS */
.button, .wideButton {
	color: #fff;
	background-color: #777;
	border: none;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.left-button {
	color:#e3d431;
	background-color: #777;
	border: none;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/button-bg.gif') left top no-repeat;
	width: 66px; height: 18px;
}
.left-button-continue {
	color:#e3d431;
	background-color: #777;
	border: none;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/button-bg-cn.gif') left top no-repeat;
	width: 66px; height: 18px;
}


.buy .button {
   color: #fff;
   background-color: #000;
   border: 1px solid #666;
	cursor:pointer;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
form#frmLogin {
	margin: 1em auto;
	width:200px;
	text-align:center;
}
#frmLogin label {
	float:left;
	width:80px;
	text-align:left;
}
#frmLogin input {
	margin-bottom:10px;
}
#frmLogin fieldset {
	padding-top: 0;
	margin-top: 0;
	text-align:left;
}
dl.onSide dt {
    padding: 2px 0 2px 0;
	text-align: center;
	padding-left: 30px;
}
dl.onSide dd{
    margin-bottom: 0.5em;
	padding: 2px 0 2px 0;
	text-align: center;
}
dl.onSide dd label{
display: block;
}
dl.onSide dd input{
    font-size: 10px;
/*    color: #403f3f;*/
    border: 1px solid #62626C;
    font-family: Verdana, arial, sans-serif;
}
dl.onSide dd input.loginButton{
    background-color: #BBBBBB;
	color: #FFFFFF;
}
dl.onSide dd input#submit {
	color:#fff;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==================Default Tables Styling======================*/
table {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse:collapse;
}
td, th {
    padding: 2px 3px;
	text-align: center;
}

tr th {
    padding-top: 4px;
    padding-bottom: 5px;
}
tr th, tr td, tr th a {
}
tr th a {
    display: block;
}
tr th.sortedAsc a {
    background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/th-sortAsc.gif') 95% 50% no-repeat;
    color: #980000 !important;
}
tr th.sortedDesc a {
    background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/th-sortDesc.gif') 95% 50% no-repeat;
    color: #980000 !important;
}
tr th a:hover {
    text-decoration: none;
    color: #980000 !important;
}
tr td {
    /*border: 1px solid #F6F5F2;*/
}
tr.alternateRow td {
    background-color: #FBFFEF; /*F0FFD9*/
}
tr.selectedRow td {
    background: #F6F5F2; /*D0DCE0*/
}
tr.rowHover td {
  background: #F0FFD9; /*E0EFB8*/
}



/*
=========================Footer===============================*/
#footer { 
background-color: #232323;
background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/footerl.gif') left top no-repeat;
height: 42px;
color: #FFFFFF;
width:815px;
}
#footer .wrap {
    margin: 0;
    padding-top: 3px;
	text-align: center;
}
#footer p {
	margin-top: 4px;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
    font-weight:bold;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    /*-moz-border-radius: 0.3em;*/
}
.errorMessage {
    border: 2px solid #900; /* php echo $error */
    color: red;
}
.infoMessage {
    border: 2px solid #e3d431;  /* php echo $primaryDark green; */
    color:  #333333; 
}
.error, .required {
    color: #900;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #900;
    /*-moz-border-radius: 0.3em;*/
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #900;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 10px 0 0;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 99%;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #403f3f;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Comments=========================*/

#addComment fieldset {
    padding: 10px;
    border: 1px solid #333333;
}
#addComment input[type="text"] {
    width: 200px;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    /*    -moz-opacity: 0.85;
    */
}
.tipOwner:hover .tipText {
    display: block;
}


/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
.wideButton {
    /* use button instead */
    width: 8em;
}
/*======================Login Page========================*/
div.login-section {
    text-align: center;
    padding: 0px 0 5px 0;
    margin: 10px auto 7px auto;
    font-weight: bold;
    font-size: 1.4em;
    width: 250px;
}
/*====================== Search ========================*/
#search-box {
    display:none;
    width: 165px;
}
#search-box .search-field {

width: 137px;
}
#search-box .find-btn {

}

.information-box ul {
    list-style-image: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/info-bulet.gif');
    list-style-type: circle;
    padding: 10px 0 10px 20px;
    margin-left: 15px;
    display: block;
}
.left-contact-box a {display:block; height:25px; padding:8px 0 0 47px; background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/email.gif') center center no-repeat;}
.margin-minus { margin: -10px;}
#middleCol h2 {
	margin-bottom: 0;
}
/* html > body #middleCol h2 {
    height: auto;
    min-height: 30px;
}*/
table.search h2 {
	color:#333;
}
.break-bg {
    background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/break-bg.gif') left top no-repeat;
    height: 9px;
    font-size:1px;
    clear:both;
    margin: 0 -1px;
}

.white {color: #fff;}

/*====================== product finder ========================*/
#product-finder {
    background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/product-finder-ylw.gif') left top no-repeat;
}
#product-finder fieldset{
	padding: 0px 5px 5px 58px;
}
#product-finder select {
    margin-bottom: 5px;
    width:108px;
    font-size: 10px;
    color: #A5A5A5;
    text-decoration: none;
    background-color: #131318;
    border: 1px solid #62626C;
    font-family: Verdana, arial, sans-serif;
}
 #product-finder input#key{
 	 color: #A5A5A5;
 } 
/*====================== Members Login (left) ========================*/
.clients-access {
    background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/member-login-ylw.gif') left top no-repeat;
}
ul.user-log-info {
	margin-left:53px;
    padding:0px 5px 5px 5px;}
.clients-access fieldset{
	 padding:0px 5px 5px 5px;
}
#frmLoginLeft input.text {
    width:100px;
    font-size: 10px;
    color: #A5A5A5;
    background-color: #131318;
    border: 1px solid #62626C;
    font-family: Verdana, arial, sans-serif;
    margin-bottom:5px;
}
#frmLoginLeft {}
#frmLoginLeft label {
    color:#A5A5A5; width:55px; display:block; float:left;
}

.page_eshop_ticket #frmLogin input.text {
    width:100px;
    font-size: 10px;
    color: #A5A5A5;
    background-color: #131318;
    border: 1px solid #62626C;
    font-family: Verdana, arial, sans-serif;
    margin-bottom:5px;
}
.page_eshop_ticket #frmLogin {}
.page_eshop_ticket #frmLogin label {
    color:#A5A5A5; width:55px; display:block; float:left;
}


.page_eshop_ticket #frmLogin {
width:100%;
text-align:left;
}

.page_eshop_ticket .message{

width:100%;
text-align:left;
}

/*====================== Shopping Cart ========================*/
#shopping-cart {
    background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/shopping-cart-ylw.gif') left top no-repeat;
}
#shopping-cart table {
	 margin-left:58px;}
     
#shopping-cart td {
    text-align:left; 
    vertical-align:top;
    color:#A5A5A5;
   	padding-right:10px;
}
/*====================== Mailing List ========================*/
#mailing-list {
    background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/mailing-list.gif') left top no-repeat;
}
#mailing-list input.text {
    margin-left:53px;
    width: 98px;
}
#mailing-list .ml-info {
    margin: 5px 0;
    clear: both;
}
/*====================== Call Us Now ========================*/
#call-us {
    background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/call-us-ylw.gif') left top no-repeat;
    height:61px;
    margin: 0 -1px;
}
#call-us h2, #shopping-cart h2, #product-finder h2, .clients-access h2 {
	color:#FFFFFF; 
	text-transform: uppercase;
    font-size:10px;
    padding: 8px 5px 5px 80px;
}
* html #call-us h2{
	padding-top:5px;
}
#call-us .contact {
	padding: 22px 5px 5px 58px;
}
#frmLogin label {
    display:block;
}

.flash2 {margin:-10px -20px 0 -12px;}
/*====================== Add Address section for user ========================*/
fieldset.addr-section {
	border:1px solid #666;
	padding:15px;
	margin: 10px 0;
}
fieldset.addr-section legend {
	font-weight:bold;
	font-size:12px;
	color:#e3d431;
}
fieldset.addr-section label {
	float:left;
	width:150px;
	text-align:right;
	padding-right:8px;
}
.addr-input-filed {
	margin-bottom:6px;
}
.don-rec {
    padding:15px 0 0 0;
}
.addr-button {padding:15px 0 0 63px;}

/*====================== FAQ SECTION ========================*/
h5 {
    font-size:1.2em;
    color:#ccc;
}
.question {
    font-weight:bold;
    display:block;
    color:#333333;
}
.faq-answer {
    padding:5px;
    margin-bottom:20px;
}
/*=================== Cleatfix ======================*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#payment_page{
width:800px !important;
border-left:1px solid white;
border-right:1px solid white;
border-bottom:1px solid white;
padding:20px 0px 0px 0px;
text-align:left;
}

#secure_payment{
border:1px solid black !important;
background: #FFF962 !important;
color: #000000 !important;
}

#secure_payment input, select{
margin: 4px 0px 0px 0px;
}

#secure_payment select{
padding: 1px 0px 1px 3px;
}

.button_payment{
width: 180px;
color:white;
padding:0px 0px 0px 0px;
height:27px;
background-color:#2F2F2F !important;
text-transform:uppercase !important;
color: #FBF200 !important;
border:1px solid black !important;
}

#confirm_box_payment{
width:520px !important;
}

#confirm_box_payment h2{
text-transform:uppercase;
font-weight:bold;
font-size:12px !important;
color: #000000 !important;
}

.confirm_payment th{
border-bottom:1px solid white !important;
}

.message_payment{
color:red;
width:520px !important;
font-weight:bold !important;
font-size:12px !important;
text-transform:uppercase !important;
}

.message_payment div{
width:670px !important;
text-align:center;
}			
		

.Good img{
width:100px !important;
}	

.option-image-selected-1, .option-image-selected-2{

color:#ffffff;
background-color:#000000;

}			
		
.page_eshop_ticket .contact_object{
width:240px;
float:left;
}

.page_eshop_ticket .contact_description{
width:250px;
float:left;
}	

.page_eshop_ticket .contact_description textarea{
width:240px;
height:52px;
}

.page_eshop_ticket #registerfield{
width:100%;
height:170px;
}

.page_eshop_ticket .registerfieldLeft{
text-weight:bold !important;
}			
		
.page_eshop_address .registerfieldLeft{
display:block;
float:left;
width:150px;
padding-bottom:5px;
padding-top:5px;
}

.page_eshop_address .registerfieldRight{
display:block;
float:left;
width:400px;
padding-bottom:5px;
padding-top:5px;
}

.page_eshop_address .marg{
width:100%;
border:1px solid white;
}

form#frmUser .subtitle {

	color:#000000;

	border-bottom:1px solid #000000;

    padding:10px 0px 3px 0px;

	margin-bottom:5px;
margin-top:10px;
    font-size:12px;

    font-weight:bold;

}

.denotes{
width:100%;
text-align:right;
}	

.page_eshop_order .message{
padding-bottom:10px;
text-align:left;
}			
		

.page_user_login label{
display:block;
font-weight:bold;
padding-bottom:5px;
text-align:center;
}

.page_user_login .message{
padding-bottom:10px;
text-align:left;
}

.page_user_login .marg{
text-align:center;
width:100%;
}

.page_user_login .login{
width:100%;
text-align:center;
}			
		

.page_eshop_cart table.buy_buttons {
clear:both;
}			
#category_2652,
#category_2653,
#category_2654,
#category_2656,
#category_2619,
#category_1244,
#category_2641,
#category_2642,
#category_2643,
#category_2644,
#category_2645
{display:none; visibility:hidden;}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20

Updated by Gor Vardanyan (www.gorvard.net)
Date   : 2007/02/15
*/

/*====================Default Block Styling=====================*/
.block {

}
.block .header {
    padding: 0;
}
.block .content {
    padding: 0;
}

.block .content ul {
    padding: 0; margin: 0;
 /*   list-style-type: none;*/
}
.block .content ul li {
	margin: 0px;
	padding: 0px;
	display: block;
}
.eshop_menu h2 {
    margin-left: 5px;
}
.eshop_menu ul li.level_1 a, .eshop_menu ul li.level_1 a:visited {
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-transform: uppercase;
    font-size:10px;
}
.eshop_menu li a:hover  {
	text-decoration: none;
}

ul#ul_level_2 li.level_2 a, ul#ul_level_2 li.level_2 a:visited {
	background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/category-bullet.gif') left  no-repeat;
    padding:0 0 2px 10px;
	margin:0 0 0 15px;
    text-transform:lowercase;
    font-size:10px;
}
/*================== Categorie's levels ==================*/

/*ul_level_1 li.level_1 a, ul_level_1 li.level_1 a:visited {
	font-weight:bold;
    font-size:10px;
}

ul_level_2 li.level_2 {
	margin-left:10px;
}*/

/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
margin: 0 -24px;
}
#top-nav .inner {

}
#top-nav ul {
 list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 639px;
	height: 22px;
	background: url('http://css.zerogrey.com/themes/sabelt_shoes/images/backgrounds/top-nav-bgl.gif') left top no-repeat;
}
#top-nav li {
margin: 0;
padding: 4px 0 0 20px;
font-size:10px;
float:left;
color: #B0B0B0;
}

#top-nav li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#top-nav li a:hover, #top-nav li.current a {
	text-decoration: none;
	color: #e3d431;
}
/*
====================Bottom Navigation Block======================*/
#bottom-nav {

}

#bottom-nav .inner {

}
#bottom-nav ul {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0;	
}
#bottom-nav li {
     display: inline;
	 padding-left: 15px;
}

#bottom-nav li a {
text-transform: uppercase;
}
#bottom-nav li a:hover, #bottom-nav li.current a {

}#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #D10010;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #980000;
    font-size: 1.3em;
    font-weight: bold;
    color: #f8f0f1;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #D10010;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
