* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	color:#000;
	font-family:Verdana;
	background:#00254a;
	min-height:100%;
}
/*////////////////////////////////////////////// structure ////////////////////////////////////////////////*/
#container {
	position:relative; 
	margin:0 auto;
	width:980px;
	background:#fff;
	min-height:100%;
	height:100%;
}
#header {
	position:relative;
	width:100%;
	height:70px;
	background-image:url(../images/header_nav.jpg);
	background-repeat:no-repeat;
}
#logo {
	position:absolute;
	top:9px;
	right:27px;
	border:none;
}
#main_menu {
	position:absolute;
	bottom:10px;
	left:-5px;
	font-size:90%;
}
#banner {
	position:relative;
	top:0px;
	width:100%;
	height:200px;
	background-image:url(../images/header_banner.jpg);
	background-repeat:no-repeat;
}
#wrapper {
	position:relative;
	width:100%;
	background:#fff;
	min-height:300px;
} 
#left {
	float:left;
	width:210px;
	padding-bottom:30px;
	color:#666;
	position:relative;
	z-index:3;
}

#container2 {
	float:right;
	width:770px;
	color:#666;
}

#center {
	float:left;
	width:498px; /* 525 */
	padding-top:27px;
	padding-left:35px;
	padding-bottom:30px;
}

#right {
	float:right;
	width:200px;
	margin-left:8px;
	padding-top:29px;
	padding-bottom:30px;
	color:#666;
	font-size:75%;
	line-height:210%;
	position:relative;
	z-index:3;
	background:url("../images/right_bg.png");
	margin-bottom:100px;
}

#right h3 {
	font-weight:normal;
	font-size:100%;
}
.clear {
	clear:both;
}
#icons_menu {
	position:fixed;
	bottom:32px;
	z-index:0;
}

* html #icons_menu {
	position:absolute;
}

#facebook{position:fixed;bottom:43px;margin-left:903px;z-index:0}
#facebook a img{border:0;}
* html #facebook{position:absolute;}

#footer {
	position:fixed;
	width:980px;
	height:29px;
	bottom:0px;
	background-image:url(../images/footer.png);
	font-size:80%;
	z-index:10;
}
* html #footer {
	position:absolute;
	bottom:0;
}
#ftext {
	position:relative;
	top:8px;
	left:20px;
	width:300px;
	font-size:100%;
	color:#fff;
}
#fmenu {
	position:absolute;
	right:14px;
	bottom:7px;
}
* html #fmenu {
	bottom:2px;
}

/*///////////////////////////////////////////// Menus //////////////////////////////////////////////// */

.menu {
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu a {
	text-decoration:none;
}
/*/////////////////////// main menu ////////////////////*/
#mainmenu li {
	margin-left:35px;
	display:inline;
}
#mainmenu a:link,
#mainmenu a:visited {
	color:#fff;
}
#mainmenu a:hover,
#mainmenu a:active,
#mainmenu a:focus,
#mainmenu li.active a {
	color:#fc802e;
}

#center a:link, #center a:visited {
  color:#1B57B1;
  text-decoration:none;
}


/*/////////////////////// sub menu ////////////////////*/
#submenu {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:70%;
	line-height:160%;
}
#submenu ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 12px;
}
#submenu li a {
        display:block;
}

#submenu li a span {
        background-image:url(../images/list.jpg);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding-left:10px;
	display:block;
	color:#666;
}
#submenu li a:hover span {
        background-image:url(../images/list_active.jpg);
	color:#fc802e;
}
#submenu li a span.act {
        background-image:url(../images/list_active.jpg);
	color:#fc802e;
}
.moduletablesub {
	margin-left:20px;
	margin-top:0px;
	width:190px;
	position:relative;
	z-index:1;
}
#left .moduletable {
	position:relative;
	margin-left:20px;
	margin-top:0px;
	width:190px;
	z-index:1;
}
.moduletable h3 {
	font-size:110%;
	font-weight:bold;
	color:#666;
	margin:0;
	margin-top:29px;
	padding:0;
	padding-bottom:10px;
  text-transform:uppercase;
}

div.moduletablesub h3 {
	font-size:110%;
	font-weight:bold;
	color:#666;
	margin:0;
	margin-top:29px;
	padding:0;
	padding-bottom:10px;
}

#shopSubNav{
	color:#666;
font-size:80%;
font-weight:bold;
text-transform:uppercase;
}

#shopSubNav ul{
	list-style:none;
	padding-top:10px;
}

#shopSubNav ul li{
	padding-bottom:10px;
}

#shopSubNav a:link, #shopSubNav a:visited{
	text-decoration:none;
	color:#666;
}

#shopSubNav a:hover, #shopSubNav a:focus{
	color:#FC802E;
}

#retouren{
	font-size:70%;
}

/*///////////////// footer menu //////////////////////*/
#footer_menu li {
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	border-right:1px solid #fff;
	float:left;
	height:11px;
}
#footer_menu li span {
	position:relative;
	top:-3px;
}
#footer_menu li.item10 {
	border-right:none;
}
#footer_menu a:link,
#footer_menu a:visited {
	color:#fff;
}
#footer_menu a:hover,
#footer_menu a:active,
#footer_menu a:focus,
#footer_menu li.active a {
	color:#fc802e;
}
/*////////////////////////////////// icon menu /////////////////////////////////////*/
.icon_ski {
	position:absolute;
	bottom:0px;
	left:0px;
	width:66px;
	height:48px;
	background:url(../images/icon_ski_small.jpg) no-repeat;
	background-position:0;
	cursor:pointer;
}
.icon_ski:hover {
	background-position:-66px;
}
#icon_ski_active {
	background-position:-66px;
}
.icon_snowboard {
	position:absolute;
	bottom:0px;
	left:66px;
	width:46px;
	height:48px;
	background:url(../images/icon_snowboard_small.jpg) no-repeat;
	background-position:0;
	cursor:pointer;
}
.icon_snowboard:hover {
	background-position:-46px;
}
#icon_snowboard_active {
	background-position:-46px;
}
.icon_nordic {
	position:absolute;
	bottom:0px;
	left:112px;
	width:44px;
	height:48px;
	background:url(../images/icon_nordic_small.jpg) no-repeat;
	background-position:0;
	cursor:pointer;
}
.icon_nordic:hover {
	background-position:-44px;
}
#icon_nordic_active {
	background-position:-44px;
}
.icon_style {
	position:absolute;
	bottom:0px;
	left:156px;
	width:32px;
	height:48px;
	background:url(../images/icon_style_small.jpg) no-repeat;
	background-position:0;
	cursor:pointer;
}
.icon_style:hover {
	background-position:-32px;
}
#icon_style_active {
	background-position:-32px;
}

/*/////////////////////////////////////// content //////////////////////////////////////////////*/

.contentheading {
	font-size:18px;
	font-weight:normal;
	margin-bottom:8px;
	margin-top:28px;
}
.contentheading a:link,
.contentheading a:visited {
	color:#666;
	text-decoration:none;
}
.contentheading a:hover {
	color:#fc802e;
	text-decoration:none;
}
.componentheading {
	font-size:110%;
	font-weight:normal;
	margin-bottom:8px;
	margin-top:2px;

}
.article-content p {
	margin:0;
	/*font-size:80%;*/
}
.contentpaneopen {
	font-size:80%;
	width:498px;
}
.contentpaneopen div {
	margin-top:8px;
}
.contentpaneopen p {
	margin-top:8px;
	margin-bottom:5px;
}
.contentpaneopen a:link,
.contentpaneopen a:visited {
	color:#1B57B1;
	text-decoration:none;
}
.contentpaneopen a:hover {
	color:#fc802e;
}
.buttonheading {
	padding:3px;
}
.buttonheading img {
	border:none;
}
.readon {
	color:#666;
	text-decoration:none;
}
.readon:hover {
	color:#fc802e;
	text-decoration:none;
}
#archive-list {
	margin:0;
	padding:0;
}
#archive-list .intro {
	font-size:80%;
}

.blog_more {
	display:none;
}

.pagenav {
	text-decoration:none;
	color:#666;
}
.blog a:hover {
	text-decoration:none;
	color:#fc802e;
}
.blogpages {
	font-size:80%;
}

div.module_shopping_cart p {
	background-color: #f4add5;
	padding: 4px;
	color: white;
}

.shopping_basket{font-size:80%}

div.module_storesearch table {
	padding: 4px;
	width: 100%;
}

div.module_storesearch input  {
	border: 1px solid #f4add5;
	width: 110px;
}

div.module_storesearch select  {
	border: 1px solid #f4add5;
	width: 110px;
}

div.module_storesearch th  {
	color: #ec2373;
	text-transform: uppercase;
	padding-left: 5px;
}

ul.pagination li {
	padding: 2px 1px;
	display: inline;
	background: none;
}
.clr { clear: both; overflow:hidden; }

.category_level_0 {

}

.category_level_1 {
	margin-left:10px;
}

.category_level_2 {
	margin-left:20px;
}

.clear {
	clear: both;
}



p.pricing {
	margin-top: 10px;
	width: 100%;
	clear: both;
	background-color: #f4add5;
	padding: 3px 10px 3px 3px;
	color: white;
}

p.special {
	width: 100%;
	clear: both;
	padding: 3px 10px 3px 3px;
}

form{font-size:80%;}

form#frmPayment{font-size:100%;}

form#frmDetails p label {
	color:#336699;
	display:block;
	font-size:1.0em;
	font-weight:bold;
}

form#frmDetails p {
	padding: 0 10px 5px 0;
	width: 610px;
}

form#frmDetails p input, form#frmDetails p textarea {
	border:1px solid #CCC;
	width:200px;
}

form#frmSort {
  margin-left:190px;
  font-size:80%;
}

form h3 {
  margin:10px 0 10px 0;
}

label {
  font-size:90%;
}

div.frmDetails {
	border: 1px solid #ccc;
	padding: 10px;
}
.clearAll {
	clear: both;
}

div.infotext{
	width:150px;
	float:left;
	font-size:0.7em;
}

div.row_container{
	width:460px;
	float:left;
}

div.row {
	clear: both;
	margin-bottom: 10px;
}
div.row label {
	float: left;
	width: 10px;
	padding-right: 10px;
	text-align: right;
}
div.row input, div.row select {
	float: left;
	margin-bottom: 5px;
}
div.row button {
	clear: both;
	margin-left: 260px;
}

/*ul li {
	list-style: none;
	padding-left: 14px;
	line-height: 170%;
}*/


ul.shopNavigation
{
	position: relative;
	padding: 0;
	margin: 0 0 30px 0;
	list-style-type: none;
	overflow: hidden;
}

ul.shopNavigation li
{
	padding: 3px;
	margin: 0;
	float: left;
}

.clear {
	clear: both;
}

div.product_category, div.product_listing {
	clear: both;
}

div.product_category img, div.product_listing img {
	float: left;
	margin-right: 20px;
}

ul.category li{
	list-style:none;
  font-size:70%;
  text-transform:uppercase;
}

ul.category li a:link, ul.category li a:visited {
	list-style:none;
  font-size:100%;
  text-transform:uppercase;
  color:#666;
  background-image:url(../images/list.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:10px;
	display:block;
  text-decoration:none;
}

ul.category li a:hover, ul.category li a:active{
	list-style:none;
  text-transform:uppercase;
  background-image:url(../images/list_active.jpg);
  background-repeat:none;
	color:#fc802e;
  text-decoration:none;
	background-position:0 5px;
	padding-left:10px;
	display:block;
}

div.product_description {
	width: 510px;
	float: right;
}

div.product_listing .txtInput {
	width: 30px;
	border: 1px solid #ccc;
}

div.product_listing input.button {
	border: 1px solid #ccc;
}

.button, #btCancel {
	border: 1px solid #ccc;
}

.button:hover, #btCancel:hover {
	background-color:#ccc;
	border: 1px solid #ccc;
}

div.product_listing input {
	margin: 5px;
	border: 1px solid #ccc;
}

div.product_listing {
	font-size: 12px;
}

div.price_options {
	padding: 5px;
}

.selProduct {
	width: 150px;
	clear: both;
}

#sectionCCForm{
  font-size:100%;
  vertical-align:bottom;
}

form#frmDetails p label {
	color:#336699;
	display:block;
	font-size:1.0em;
	font-weight:bold;
}

form#frmDetails p {
	padding: 0 10px 5px 0;
	width: 610px;
}

form#frmDetails p input, form#frmDetails p textarea {
	border:1px solid #CCC;
	width:200px;
}

div.frmDetails {
	border: 1px solid #ccc;
	padding: 10px;
}
.clearAll {
	clear: both;
}

#loginSection{}

.login_option{
	background-color:#fafafa;
	float:left; 
	width:45%; 
	margin:5px 10px 5px 0px;
	padding:10px;
}

.login_option .row{
	margin-left:0px;
	margin-bottom:20px;
}

.login_option .row label{
	width:150px;
	font-size:0.8em;
}

.login_option .infotext{
	width:100%;
	margin-bottom:10px;
	font-size:10px;
}

.login_option .infotext a{
	font-weight:bold;
}

.login_option .row button{
	text-align:right;
	margin-left:10px;
}

div.row {
	clear: both;
	margin-bottom: 10px;
}
div.row label {
	float: left;
	width: 204px;
	padding-right: 10px;
	text-align: right;
}
div.row input, div.row select {
	float: left;
	margin-bottom: 5px;
}
div.row button {
	clear: both;
	margin-left: 210px;
}

#newClient{
	
}

#newClient div.section {
	float: left;
	width: 700px;
}
p.inline-error {
	clear: both;
	color: red;
	margin-left: 260px;
	padding: 3px 0 3px 0;
}
p.shoptext{
	font-size:80%;
	padding-left:9px;
}
.clsRadio p {
	padding: 0;
	clear: both;
}
.txtInput, .button {
	padding: 3px;
}

/*.txtBilling{
	color:#999;
}*/

.shopping_basket td, .shopping_basket th {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

td{vertical-align:center;}

.login-error {
	color: red;
}

.product_name a {
	font-size: 18px; 
	color: #12aecd;
	text-decoration: none;
}

p.success {
	color: #0c0; 
	background: #DAEED0 url(../images/notice-ok.gif) 4px center no-repeat; 
	padding: 10px 15px 10px 40px; 
	font-size:11px;
}

p.error {
	color: #c00; 
	background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; 
	padding: 10px 15px 10px 40px;
	font-size:11px;
}

.inputbox, .inputbox2, .inputbox4 {
	border: 1px solid #888;
}

.inputbox{
	width: 140px;
	padding: 2px;
}

.inputbox2{padding-right:1px;}
.inputboxstyle {
	border: 1px solid #888;
	padding: 2px;
}
#selExpiryMonth {
	margin-right: 5px;	
}
.radio {
	padding-left: 110px;	
}
#lnkLostPassword {
	clear: both;
	margin-left: 260px;
	display:none;
}

div.moduletablelogin {
    margin-top:40px;
        
}
form#form-login {
}
    form#form-login ul {
        margin:0px;
    }
    form#form-login input[type="checkbox"] {
        width: 30px !important;
    }

.loginResult{
	margin-top:20px;
	font-size:80%;
	background-color:#EEE;
	font-weight:bold;
	clear:both;
}

.loginResult span{
	font-weight:normal;
	font-size:0.9em;
}

.loginResult a:link, .loginResult a:visited{
	color:#999;
}

.loginResult a:hover, .loginResult a:focus{
	color:#FC802E;
}

.loginName{
	font-weight:normal;
}

#loginSidebar .loginResult{
	width:150px;
}

.special {
	color: red;
	text-decoration: line-through;
}
div.product_category p {
	float: right;
	width: 450px;
}

#popup-overlay { 
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/overlay.png');
	z-index: 98;
}

#global_status {
	position:fixed;
	width:800px;
	z-index:99;
	background-color: #fff;
	height:560px;
	padding:20px 0px 20px 20px;
}

#global_status div.product_description {
	float:left;
	position:absolute;
	margin-top:-37px;
	font-size:0.7em;
}

#global_status div.product_description .txtInput{
	width:30px;
}

div.product_description .button, div.product_description select, div.product_description .txtInput{
	vertical-align:middle;
	margin:7px;
}

div.product_description .button, div.product_description select{
	height:24px;
	vertical-align:middle;
}

#popupContent{
	overflow:auto;
	height:550px;
}

a#btCancel {
  position: absolute;
  right: 10px;
  display: block;
  width: 100px;
  height: 15px;
  text-decoration:none;
  text-align:center;
  color:#000;
  font-size:60%;
  background-color:#F0F0F0;
  vertical-align:middle;
  padding-top:3px;
  margin-top:-10px;
}

#ja-pathway {
	float:left;
	padding-top:35px;
	padding-left:42px;
	padding-bottom:0px;
}

.breadcrumbs {
	font-size:70%;
	color:#fc802e;
}

.pathway a {
	text-decoration:none;
	color:#666;
}

.pathway a:hover {
	color:#fc802e;
}

div.product_detail {
  font-size:90%;
  color:#666;
  overflow:auto;
  height:550px;
  z-index:1;
}

div.product_detail img {
 	padding: 20px;
       /*width:215px;*/
}

div.product_detail li {
 	list-style:none;
  font-size:90%;
}

.product_name a {
	color:#666;
	font-size:120%;
}

.product_name a:hover {
	color:#fc802e;
}

.category li span a {
        background-image:url(../images/list.jpg);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding-left:10px;
	display:block;
	color:#666;
}

.category li span a:hover {
        background-image:url(../images/list_active.jpg);
	color:#fc802e;
}

.category li span.act a {
        background-image:url(../images/list_active.jpg);
	color:#fc802e;
}

.sectiontableheader {
	font-size:80%;
}

.sectiontableentry1 {
	font-size:80%;
}

.sectiontableentry2 {
	font-size:80%;
}

td.noborder{border:0px;}

#center a:hover {
  color:#FC802E;
}

ul.category li.active a {
        background-image:url(../images/list_active.jpg);
	color:#fc802e;
}
#frmLoginSb h3 {
	font-size:90%;
	padding-bottom:0px;
}
.validate {
	margin-top:8px;
}
.menu .item82 a span {
	font-size:90%;
}
.frmAddToCart {
	font-size:120%;
}

#global_status .frmAddToCart{
	background:#fff;
	height:38px;
	margin-top:1px;
width:100%;
}