
/* eshop custom css */
.rightsided{
    width:290px !important;
    float:right !important;
    background:none !important;
    margin-top:35px;
    margin-left:0px !important;
    color:#000 !important;
}
.rightsided p{
    padding-right:20px !important;
}
.rightsided h2{
    color: #000000 !important; /* #FFFFFF */
    font-size:140%;
}
.rightsided h2 span{
    padding:0px!important;
    width:100%;
    display:block;
    text-indent:15px;
}

/* upper menu */
ul#prodmenu {
    display:block;
    position:absolute;
    top:83px;
    left:283px;
    font-size:110%;
    z-index:1000;
    letter-spacing:1px;
    font-weight:bold;
}
ul#prodmenu li a{
    padding:3px 8px 2px 16px;
    height:18px;
    line-height:18px;
    color: #000000; /* #FFFFFF */
    background: url("../img/black-arrow.gif") no-repeat 5px center #FFFFFF; /* #D6000 */
}
ul#prodmenu li{
	float:left;
    border-right:1px solid #000;
}
ul#prodmenu li a:hover,ul#prodmenu li a.clicked{
    color: #000000; /* #CC0000 */
    text-decoration:none;
    background: url("../img/black-arrow.gif") no-repeat 5px center #C7C7C7 ; /* #FFFFFF */
}

/* season selector */
ul#season{
    margin-top:10px;
    height:17px;
}
ul#season li{
    float:left;
}
ul#season li a{
    width:23px;
    height:17px;
    overflow:hidden;
    text-indent:-5000px;
    display:block;
}
ul#season li a#summerseason{
    background: url("../img/summer-icon.gif") no-repeat top left;
    margin-left:16px;
}
ul#season li a:hover#summerseason{
    background: url("../img/summer-icon.gif") no-repeat bottom left;
}
ul#season li a#summerseason.clicked{
    background: url("../img/summer-icon.gif") no-repeat bottom left !important;
}
ul#season li a#winterseason{
    background: url("../img/winter-icon.gif") no-repeat top left;
    margin-left:10px;
}
ul#season li a:hover#winterseason{
    background: url("../img/winter-icon.gif") no-repeat bottom left;
}
ul#season li a#winterseason.clicked{
    background: url("../img/winter-icon.gif") no-repeat bottom left !important;
}
/* left menu for eshop*/
#leftmenushop{
    width:157px;
    float:left;
    position:absolute;
    left:0px;
    top:101px;
    z-index: 100;
}
#leftmenushop h3{
    color:#fff;
    clear:left;
    width:100%;
    height:19px;
    font-size:140%;
    line-height:19px;
    padding:0px !important;
    text-indent:17px;
}
#leftmenushop h3.summer{
    background: url("../img/summer-title-bg.gif") no-repeat top left ;
}
#leftmenushop h3.winter{
    background: url("../img/winter-title-bg.gif") no-repeat top left ;
}
#leftmenushop h3.noseason{
    margin-top: 27px;
    background: url("../img/glover-green-bg.gif") no-repeat top left ;
}
#leftmenushop ul.categories{
}
#leftmenushop ul.categories li{
    clear:both;
    float:left;
    color:#FFFFFF; /* #000000 */
    font-size:10px; /* was 125% */
    margin:0px;
	/* 16-SEP-2011 */
    /*width:100%;*/
	background: url('../assets/skin/default/bg-accordian-open.png') no-repeat top right;
	width: 200px;
}
#leftmenushop ul.categories li:hover {
	/*background: url('../assets/skin/default/bg-accordian-close.png') no-repeat top right;*/
}
#leftmenushop ul.categories li strong{
    background: url("../img/eshop-submenu-bg-hover.png") top left ;
    padding:10px 22px 5px 18px;
    float:left;
	width: 160px;
	height: 16px;
}

/* the submenu  */
#leftmenushop ul.categories li ul{
    font-size:65%;
    width:100%;
    clear:both;float:left;
}
#leftmenushop ul.categories li ul li
{
  height: 13px; /* was 1.3em */
  background: none;
}
#leftmenushop ul.categories li ul li a{
    color:#FFFFFF; /* #000000 */
    position: absolute;
    height: 1.3em;
    font-weight:normal;
    line-height: 13px; /* was 1.3em */
    padding: 0 16px;
    background: url("../img/eshop-submenu-bg-hover.png") top left ;

}
#leftmenushop ul.categories li ul li a:hover {
    color:#fff !important;
    background: url("../img/eshop-submenu-bg.png") top left ;
}
#leftmenushop ul.categories li ul li a.clicked {
    color:#fff !important;
    background: url("../img/eshop-submenu-bg.png") top left ;
}

/* eshop content - various icons  */
a.locate-surf-shop{
  display:block;
  overflow:hidden;
  text-indent:-5000px;
  background: url("../img/go-local.gif") bottom left no-repeat;
  width:197px;
  height: 70px;
  position:absolute;
  bottom:80px;
  right:105px;
}

a:hover.locate-surf-shop{
  background: url("../img/go-local.gif") top left no-repeat;
}

a.go2shop{
  display:block;
  overflow:hidden;
  text-indent:-5000px;
  background: url("../img/go2estore.gif") bottom left no-repeat;
  width:170px;
  height: 71px;
  position:absolute;
  bottom:80px;
  right:135px;
}
a:hover.go2shop{
  background: url("../img/go2estore.gif") top left no-repeat;
}

/* prod tabs */
ul.prodtabs{
    float:right;
    width: 63px;
    margin-top:55px;
}
ul.prodtabs li{
    margin-bottom:10px;
}
ul.prodtabs li a{
    width:63px;
    display:block;
    height:19px;
    text-indent:-5000px;
    overflow:hidden;
}
ul.prodtabs li a#infotab{
    background: url("../img/info-btn.gif") top left no-repeat;
}
ul.prodtabs li a:hover#infotab, ul.prodtabs li a#infotab.clicked{
    background: url("../img/info-btn.gif") bottom left no-repeat !important;
}

ul.prodtabs li a#featurestab{
    background: url("../img/features-btn.gif") top left no-repeat;
}
ul.prodtabs li a:hover#featurestab,ul.prodtabs li a#featurestab.clicked{
    background: url("../img/features-btn.gif") bottom left no-repeat !important;
}

ul.prodtabs li a#sizetab{
    background: url("../img/size-btn.gif") top left no-repeat;
}
ul.prodtabs li a:hover#sizetab,ul.prodtabs li a#sizetab.clicked{
    background: url("../img/size-btn.gif") bottom left no-repeat !important;
}

ul.prodtabs li a#colourtab{
    background: url("../img/color-btn.gif") top left no-repeat;
}
ul.prodtabs li a:hover#colourtab,ul.prodtabs li a#colourtab.clicked{
    background: url("../img/color-btn.gif") bottom left no-repeat !important;
}
ul.prodtabs li a#caretab{
    background: url("../img/care-btn.gif") top left no-repeat;
}
ul.prodtabs li a:hover#caretab,ul.prodtabs li a#caretab.clicked{
    background: url("../img/care-btn.gif") bottom left no-repeat !important;
}


/* view selector */

ul.prodtabs li a#outfront{
    background: url("../img/out-view-front.gif") top left no-repeat;
    height:44px;
    margin-top:25px;
}
ul.prodtabs li a#infront{
    background: url("../img/in-view-front.gif") top left no-repeat;
    height:44px;
}
ul.prodtabs li a#outback{
    background: url("../img/out-view-back.gif") top left no-repeat;
    height: 44px;
}
ul.prodtabs li a#inback{
    background: url("../img/in-view-back.gif") top left no-repeat;
    height:45px;
}

/* product div */
.showprod{
    left:165px;
    width:435px;
    height:487px;
    margin-top:20px;
    position:absolute;
    background: left top no-repeat;
}

/* hotspots */
ul.hotspots{}

ul.hotspots li{
    display: inline;
    position:relative;
}
ul.hotspots li.nojs:hover div{
    display:block !important;
}

ul.hotspots a{
    background-position: left bottom;
}
ul.hotspots li a{
    background: url("../img/hotspot.png") bottom left no-repeat;
    width:20px;
    height:19px;
    position:absolute;
    margin-top: -10px;
    margin-left: -10px;
}
ul.hotspots li a:hover{
    background: url("../img/hotspot.png") top left no-repeat;
}
ul.hotspots li a.clicked{
    background: url("../img/hotspot.png") top left no-repeat !important;
}

/* the png script apparently is not working for this clicked state */
* html ul.hotspots li a.clicked{
    background: url("../img/hotspot.gif") top left no-repeat !important;
}

/* product detail */

.prod-detail {
    margin: 0;
    padding: 0;
    width:127px;
    height:155px;
    position:absolute;
    top:330px;
    left:300px;
    background:#000 0 0 no-repeat;
    display:none;
}
.prod-detail p {
    display:block;
    color:#fff;
    margin-top:104px;
    padding:5px;
}
