/* 14.02.2012 */
#stickynav {
	background-image: url(../images/bg-stickynav.png);
	background-repeat: repeat;
	height: 35px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	position: fixed;
	z-index: 99999;
	bottom: 0px;
	left: 0;
}
#stickynav ul {
    font-family: TrajanProBold;
    font-size: 16px;
    line-height: 30px;
    list-style-type: none;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#stickynav ul li {
    display: inline;
    float: left;
    margin-right: 36px;
}
#stickynav ul .last {
    margin-right: 0px;
}
#stickynav ul li a {
    color: #b09558;
    text-decoration: none;
}
#stickynav ul li a:hover, #stickynav ul li .active {
    color: #FFFFFF;
}



#gender {
    /*width: 984px;*/
	width: 96%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 45px;
    background-image: url(../images/bg-gender.png);
    background-repeat: repeat;
    text-transform: uppercase;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 4px;
    z-index: 99999;
}
#gender ul {
    list-style-type: none;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 1px 1px #000;
    font-family: TrajanProBold;
}
#gender ul li {
    float: left;
    display: inline;
    margin-right: 35px;
}
#gender ul li a {
    color: #b09558;
    text-decoration: none;
}
#gender ul li a:hover, #gender ul li .active {
    color: #FFFFFF;
}
#categories {
    position: absolute;
    z-index: 999999;
    left: 0px;
    top: 42px;
    /*width: 1024px;*/
    width: 100%;
    height: 44px;
}
#categories .nobg {
    background-image: none !important;
}
#categories .parent {
    list-style-type: none;
    font-family: TrajanProBold;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    background-image: url(../images/bg-parent.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    height: 44px;
    position: relative;
}
#categories .parent li {
    float: left;
    width: 0px;
}
#categories .parent > li {
    width: auto;
}
#categories .parent li a {
    color: #b09558;
    text-decoration: none;
    display: block;
    height: 44px;
    background-image: url(../images/bg-categories.png);
    background-repeat: repeat-x;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
#categories .parent li a:hover, #categories .parent li .active {
    color: #FFFFFF;
}
#categories .parent li .rcorner {
    background-image: url(../images/bg-parent-rcorner.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 28px;
}
#categories .parent li .lcorner {
    background-image: url(../images/bg-parent-lcorner.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 28px;
}
#categories .parent li .last {
    position: absolute;
    right: 0px;
}
#categories .child {
    font-family: TrajanProBold;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    list-style-type: none;
    height: 37px;
    float: left;
}
#categories .child > li {
    width: auto;
}
#categories .child li a {
    background-image: none;
    padding-top: 2px;
}

/**/

.glangs { 
	float: right;
}

.glangs a {
    color: #B09558;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin-left: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.glangs a.active {
	color: #ffffff;
}


/* 22.02.2012 */
#content {
	width: 100%;
	overflow-x: hidden;
	height: 100%;
	padding-bottom: 0;
}

#content .carousel { 
	margin-top: 43px;
}

#content .product {
	float: left;
    margin-left: 0;
    padding: 0;
    width: 100%;
    margin-top: 42px;
}

#content .product .photos {
	margin-left: 20px;
}

#content .product .description {
	float: left;
    margin-left: 1%;
    max-width: 60%;
    min-width: 55%;
}

.fleft { float: left; width: 91%; }

#content .product .colors { float: left; margin-left: 20px; }

#content .icons { padding-bottom: 0px; margin-top: 0; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; }
:focus, :active, a, label { -moz-outline-style: none;outline-style: none;outline: none; }


#content .icons ul li a {
    height: 35px!important;
    width: 51px!important;
}

#content .icons ul li a.active, #content .icons ul li a:hover {
    background-position: top right;
}

#content .no-hover a:hover, #content .no-hover a.active {
	background-position: top left!important;
}

#content .no-hover ul li a {
	height: 56px!important;
}

.accesories .carousel { margin: 43px auto 0!important; }
