/***** Reset styles *****/

* {
	padding: 0;
	margin: 0;
	border: 0
}

body, html {
	width: 100%;
	height: 100%
}

/***** Layout styles *****/

body {
	background-color: #767565;
	background-image: url(../images/body_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}

body.empty {
	background-color: #fff;
	background-image: none;
}

.clear {
	width: 0;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	background-image: url(../images/wrapper_bg.gif);
	background-position: center top;
	background-repeat: repeat-y
}

#popupwrapper {
	background-color: #fff;
}

#wrapperinner {
	width: 900px;
	padding-top: 20px;
	margin: 0px 20px;
	background-color: #fff
}

#contactinfo {
	width: 900px;
	text-align: right;
	height: 14px;
	padding: 5px 0px
}

#headerimage {
	width: 900px;
	height: 140px
}

#headerimage img {
	border: 1px solid #555446;
}

#headerbar {
	width: 900px;
	height: 44px;
	background-image: url(../images/headerbar_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x
}

#menu {
	width: 476px;
	height: 27px;
	margin-top: 17px;
	float: right
}

#gendermenu {
	width: 539x;
	height: 27px;
}

#language {
	width: 250px;
	height: 27px;
	padding: 17px 12px 0px 12px;
	float: right
}

#content {
	width: 900px;
	padding-bottom: 30px;
	border-bottom: 2px solid #767565
}

#leftbar {
	width: 160px;
	padding-top: 9px;
	float: left
}

#maincontent {
	width: 575px;
	margin: 25px 15px 0px 15px;
	float: left
}

#maincontent .defaultheight {
	height: 380px;
}

#maincontent .defaultwidth {
	width: 539px;
}

#leftbar.largeleftbar {
	width: 170px
}

#maincontent.largeleftbar {
	margin-left: 5px
}

#maincontent.gradient {
	background-image: url(../images/content_gradient.jpg);
	background-position: right top;
	background-repeat: no-repeat
}

#rightbar {
	width: 120px;
	padding: 35px 15px 0px 0px;
	float: left
}

body.empty #rightbar {
	padding: 0;
}

#footer {
	width: 900px;
	padding-top: 3px;
	padding-bottom: 10px
}

#footerleft {
	width: 450px;
	float: left
}

#footerright {
	width: 450px;
	float: left
}

#wrapperbottom {
	width: 940px;
	height: 14px
}

#login {
	padding-bottom: 10px
}

.seperator{
	height: 1px;
	background-color: #847868;	
	line-height: 1px
}

.seperatorshadow{
	height: 15px;
	background-image: url(../images/shadow_line.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border-top: 1px solid #847868
}

#brandslogo {
	text-align: center;
}

.brandsoverview {
	height: 120px
}

.brand {
	float: left;
	width: 120px;
	height: 120px
}

.brand  a {
	display: block;
	border: 1px solid #767565
}

.brand a:hover {
	border: 1px solid #dcd6cb
}

.brand img {
	width: 118px;
	height: 118px;
	border: 0px
}

.brandseperator {
	float: left;
	width: 20px
}

.brandsseperator {
	height: 20px
}

a.darkorange {
	text-decoration: none;
	color: #ca7e00;
}

a.darkorange:hover {
	text-decoration: underline
}

.red {
	color: #ff0000;
}

/***** Menu & language styles *****/

ul#menulist, ul#languagelist, ul#gendermenulist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: none
}

ul#gendermenulist {
	padding: 0px;
	margin: 0px;
}
	
ul#menulist li {
	float: left;
	list-style: none;
	border-right: 1px solid #fff
}

ul#menulist li.last {
	border-right: none
}

ul#menulist a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 4px 8px 6px 8px;
	background-image: url(../images/menu_bg.gif);
	background-position: left top;
	background-repeat: repeat-x
}

ul#menulist li a:hover, ul#menulist li a.selected {
	color: #544730;
	background-position: left bottom;
	border-bottom: 2px solid #d6d5d0
}

ul#languagelist {
	float: right
}

ul#languagelist li {
	float: left;
	list-style: none
}

ul#languagelist li a.last {
	background-image: none
}

ul#languagelist a {
	text-decoration: none;
	color: #484238;
	display: block;
	margin-top: 6px;
	padding: 0px 4px 8px 4px;
	background-image: url(../images/language_seperator.gif);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 11px
}

ul#languagelist li a:hover, ul#languagelist li a.selected {
	color: #544730;
	border-bottom: 2px solid #d6d5d0
}

ul#gendermenulist li {
	float: left;
	list-style: none;
	border-right: 1px solid #fff
}

ul#gendermenulist li.last {
	border-right: none
}

ul#gendermenulist a {
	text-decoration: none;
	display: block;
	padding: 2px 15px 4px 15px;
	background-image: url(../images/gendermenu_bg.gif);
	background-position: left top;
	background-repeat: repeat-x
}

ul#gendermenulist li a:hover, ul#gendermenulist li a.selected {
	color: #544730;
	background-position: left top;
	border-bottom: 2px solid #767565
}

/***** Content styles *****/

.leftbarbox {
	padding: 15px;
	width: 120px;
	background-color: #f1f0ef
}

.topbox {
	margin-top: 19px
}

#contentleftcolumn {
	padding-right: 5px;
	width: 270px;
	float: left
}

#contentrightcolumn {
	width: 300px;
	height: 329px;
	float: left;
	background-image: url(../images/content_gradient.jpg);
	background-position: right top;
	background-repeat: no-repeat
}

#rightcolumnheader {
	margin: 10px 10px 10px 50px;
}

#contentphotocontainer {
	margin-left: 45px;
	margin-bottom: 20px;
	width: 220px
}

#contentphotocontainerlarge {
	padding: 5px 5px 10px 0px
}

#contentrightcolumnbuttonlarge {
	padding-right: 30px;
	padding-left: 50px;
	text-align: right;
	width: 220px;
	height: 18px
}

#contentrightcolumnbutton {
	padding-left: 50px;
	padding-right: 40px;
	text-align: right;
	width: 210px;
	height: 18px
}

/***** Text styles *****/

p, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #767565;
	padding-bottom: 12px
}

p.alignright {
	text-align: right
}

#rightbar p {
	color: #837a6a;
}

#rightbar a p {
	color: #fff;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #767565;

}

#maincontent ul {
	padding: 0px 0px 12px 15px; 
}

#maincontent li {
	padding: 0px; 
}

h1 {
	display: none
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #484238
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #484238;
	padding-bottom: 20px
}

h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #484238
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #484238
}

#contentphotocontainerinner p {
	padding: 10px
}

a {
	text-decoration: none;
	color: #000
}

a:hover {
	text-decoration: underline
}


#wrapper a:focus, #wrapper a:active, object {
	outline: 0 none;
	-moz-outline: 0 none
}

/***** Padding & margin styles *****/

.nopaddingbottom {
	padding-bottom: 0px;
}

.smallpaddingbottom {
	padding-bottom: 2px
}

.marginseperatorshadow {
	margin-top: 12px;
	margin-bottom: 12px
}

.margintop {
	margin-top: 12px
}

.smallmargintop {
	margin-top: 5px
}

.largemargintop {
	margin-top: 17px
}

.marginbottom {
	margin-bottom: 12px
}

.smallmarginbottom {
	margin-bottom: 5px
}

.largemarginbottom {
	margin-bottom: 17px
}

input.marginbottom {
	margin-bottom: 10px
}

/***** Form & button styles *****/

/* Fixed width input button normal (used in login form in rightbar) */

.fixedInputButton { 
	border: 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	height: 20px;
	background: url(../images/btn_bg.gif) top left no-repeat;
	font-size: 9px;
	color: #fff;
	line-height: 20px;
	text-align: left;
	padding: 0px 8px;
	cursor: pointer
}

/* Fixed width input button light (used in shopping cart) */

.fixedInputButtonLight { 
	border: 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 126px;
	height: 20px;
	background: url(../images/btn_light.gif) top left no-repeat;
	font-size: 9px;
	color: #fff;
	line-height: 20px;
	text-align: left;
	padding: 0px 5px;
	cursor: pointer
}

/* Variable width input button normal (used in index, brands, login, newsletter) */

.variableInputButton {
	display: block;
	position: relative;
	background: #aaa;
	padding: 4px;
	float: left; 
	color: #fff; 
	text-decoration: none; 
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6a6356;
	font-size: 9px
}

.variableInputButton * { 
	font-style: normal; 
	background-image: url(../images/btn_border.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative
}
	
.variableInputButton i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -4px;  
	top: 0; 
	left: 0; 
	width: 4px; 
	height: 4px
}

.variableInputButton span { 
	background-position: bottom left; 
	left: -4px; 
	padding: 0 25px 4px 8px; 
	margin-bottom: -4px
}

.variableInputButton span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 8px; 
	height: 100%; 
	top: 0
}

.variableInputButton span span { 
	background-position: top right; 
	position: absolute; 
	right: -8px; 
	margin-left: 8px; 
	top: -4px; 
	height: 0
}

* html .variableInputButton span,
* html .variableInputButton i { 
	float: left; 
	width: auto; 
	background-image: none; 
	cursor: pointer
}

.variableInputButton.grey {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6a6356;
	font-size: 9px
}
	
.variableInputButton:hover { 
	background-color: #988765; 
	text-decoration: none
}

.variableInputButton:active { 
	background-color: #988765; 
}

.variableInputButton[class] {  
	background-image: url(../images/btn_shade-arrow.png); 
	background-position: right center
}

* html .variableInputButton { 
	border: 3px double #aaa; 
}

* html .variableInputButton.grey { 
	border-color: #6a6356; 
}

* html .variableInputButton:hover { 
	border-color: #988765; 
}

/* Variable width a href button normal (used in index, brands, login, newsletter) */

a.variableAhrefButton {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(../images/btn_bg_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0
}

a.variableAhrefButton:hover {
	background-position: left bottom;
	text-decoration: none
}

a.variableAhrefButton p {
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	line-height: 20px;
	padding: 0px 40px 0px 9px;
	background-image: url(../images/btn_bg_right.gif);
	background-repeat: no-repeat;
	background-position: right top
}

a.variableAhrefButton:hover p {
	background-position: right bottom;
	text-decoration: none
}

/* Fixed width a href button normal (used in newsletter signup in rightbar) */

a.fixedAhrefButton { 
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	height: 20px;
	background: url(../images/btn_bg.gif) top left no-repeat;
	font-size: 9px;
	color: #fff
}

a.fixedAhrefButton {
	color: #fff;
	text-decoration: none
}

a.fixedAhrefButton:hover {
	color: #fff;
	text-decoration: none;
	background-position: left bottom
}

a.fixedAhrefButton span {
	display: block;
	width: 102px;
	height: 9px;
	line-height: 9px;
	padding: 6px 9px 5px 9px;
	cursor: pointer
}

/* Fixed width a href button small (used in newproduct in rightbar) */

a.fixedAhrefButtonSmall { 
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 115px;
	height: 20px;
	background: url(../images/btnsmall_bg.gif) top left no-repeat;
	font-size: 9px;
	color: #fff
}

a.fixedAhrefButtonSmall {
	color: #fff;
	text-decoration: none
}

a.fixedAhrefButtonSmall:hover {
	color: #fff;
	text-decoration: none;
	background-position: left bottom
}

a.fixedAhrefButtonSmall span {
	display: block;
	width: 97px;
	height: 9px;
	line-height: 9px;
	padding: 6px 9px 5px 9px;
	cursor: pointer
}

/* Fixed width a href button light background (used in login form in rightbar) */

a.fixedAhrefButtonLight { 
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 118px;
	height: 18px;
	border: 1px #a3a29b solid;
	font-size: 9px;
	color: #fff
}

a.fixedAhrefButtonLight:link, a.fixedAhrefButtonLight:visited {
	color: #fff;
	text-decoration: none
}

a.fixedAhrefButtonLight:hover, a.fixedAhrefButtonLight:active {
	color: #555446;
	text-decoration: none   
}

a.fixedAhrefButtonLight span {
	display: block;
	background-color: #a3a29b;
	border: 1px #fff solid;
	width: 106px;
	height: 9px;
	line-height: 9px;
	padding: 4px 5px 3px 5px;
	cursor: pointer
}

/* Slightly larger fixed width a href button light background */

a.fixedAhrefButtonLightBigger { 
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	width: 148px;
	height: 18px;
	border: 1px #a3a29b solid;
	font-size: 9px;
	color: #fff
}

a.fixedAhrefButtonLightBigger:link, a.fixedAhrefButtonLightBigger:visited {
	color: #fff;
	text-decoration: none
}

a.fixedAhrefButtonLightBigger:hover, a.fixedAhrefButtonLightBigger:active {
	color: #555446;
	text-decoration: none   
}

a.fixedAhrefButtonLightBigger span {
	display: block;
	background-color: #a3a29b;
	border: 1px #fff solid;
	width: 136px;
	height: 9px;
	line-height: 9px;
	padding: 4px 5px 3px 5px;
	cursor: pointer
}

/*** Leftbar brands ***/

ul.brandslist {
	width: 154px;
	padding-bottom: 10px;
	list-style: none
}

ul.brandslist li {
	border-bottom: 1px solid #fff
}

ul.brandslist li a {
	display: block;
	padding-right: 2px;
	color: #fff
}

ul.brandslist li a:hover, ul.brandslist li a.selected {
	border-right: 2px solid #767565;
	text-decoration: none
}

ul.brandslist li a span {
	display: block;
	width: 135px;
	line-height: 20px;
	padding-left: 15px;
	background-color: #767565
}

ul.brandslist li a:hover span, ul.brandslist li a.selected span {
	background-color: #838274
}

ul.brandslist li.menucategory a span {
	color: #333;
	background-color: #8e8d7a
}

ul.brandslist li.menucategory a.subselected  span {
	background: #8e8d7a url(../images/menu_arrow_down.gif) 130px 7px no-repeat
}

ul.brandslist li.menusubcategory a span {
	color: #333;
	background-color: #a8a793
}

ul.brandslist li.menusubcategory a.subselected  span {
	background: #a8a793 url(../images/menu_arrow_down.gif) 130px 7px no-repeat
}

ul.genderlist {
	width: 154px;
	padding-bottom: 10px;
	list-style: none
}

ul.genderlist li {
	border-bottom: 1px solid #fff
}

ul.genderlist li a {
	display: block;
	padding-right: 2px;
	color: #333
}

ul.genderlist li a:hover, ul.genderlist li a.selected {
	border-right: 2px solid #767565;
	text-decoration: none
}

ul.genderlist li a span {
	display: block;
	width: 135px;
	line-height: 20px;
	padding-left: 15px;
	background-color: #c0bfac
}

ul.genderlist li a:hover span, ul.genderlist li a.selected span {
	background-color: #c9c8b3
}

/*** Sitemap ***/

ul#sitemap {
	list-style-type: none
}

ul#sitemap li {
	padding-left: 10px;
	background-image: url(../images/list_item.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	line-height: 18px
}

ul#sitemap li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #d6d5d0
}

ul#sitemap li ul {
	list-style-type: none
}

ul#sitemap li ul li {
	background-image: url(../images/list_item_sub.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	color: #767565
}

ul#sitemap li ul li a, ul#sitemap li ul li a:hover {
	color: #767565
}

/*** Webshop ***/

#productsearch {
	width: 561px;
	padding-bottom: 15px
}

#searchlabel {
	padding-bottom: 5px;
}

#searchinput {
	float: left;
	width: 285px
}

#searchbutton {
	float: left;
}

.productgroupinfo {
	width: 539px;
	height: 18px;
	padding-top: 3px;
	margin-bottom: 20px;
	border-top: 1px solid #c0bfac;
	border-bottom: 1px solid #c0bfac
}

.category {
	width: 375px;
	float: left;
}

.gender {
	width: 164px;
	float: left;
	text-align: right
}

.productrow {
	width: 561px;
	padding-bottom: 20px
}

.productrow_lastviewed {
	width: 561px;
	padding-bottom: 10px
}

.productrowsearch {
	width: 561px;
	padding-bottom: 5px
}

.productcolumn {
	float: left;
	width: 165px;
	padding-right: 22px
}

.productsidecolumn {
	width: 135px;
}

.productimage {
	width: 163px;
	height: 163px;
	border: 1px solid #767565
}

.productimagesidebar {
	width: 133px;
	height: 163px;
	border: 1px solid #767565
}

.productinfo {
	height: 87px;
	padding: 5px 10px;
	background: #e9e9e3 url(../images/bg_shadow.gif) repeat-x
}

.productinfosidebar {
	padding: 10px;
	background: #e9e9e3 url(../images/bg_shadow.gif) repeat-x
}

.productdescription {
	height: 62px;
}	

.productdetails_column {
	float: left;
	padding-right: 22px
}

.productdetails_order {
	float: left;
	width: 250px;
	padding-right: 20px
}

.productdetails_order img{
	width: 250px;
	height: 250px;
	border: 1px solid #767565
}

.productdetails_order .shadowtitle {
	height: 20px;
	border-top: 1px solid #767565;
	background: url(../images/shadow_line.png) repeat-x;
	padding-top: 10px
}
	
.productdetails_order .row {
	padding-bottom: 5px;
}

.productdetails_order .firstcolumn {
	float: left;
	width: 60px;
	padding-right: 10px
}

.productdetails_order .secondcolumn {
	float: left;
	width: 180px
}

.productdetails_info {
	float: left;
	width: 269px
}

.productdetails_info .row {
	padding-bottom: 10px;
}

.productdetails_info .firstcolumn {
	float: left;
	width: 100px;
	padding-right: 10px
}

.productdetails_info .secondcolumn {
	float: left;
	width: 159px
}

.colortable .row {
	width: 155px;	
}

.colortable span.column {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #767565
}

.basket_overview {
	width: 539px;	
}
	
.basket_overview .firstcolumn {
	float: left;
	width: 90px
}

.basket_overview .secondcolumn {
	float: left;
	width: 65px
}

.basket_overview .thirdcolumn {
	float: left;
	width: 75px
}

.basket_overview .fourthcolumn {
	float: left;
	width: 85px
}

.basket_overview .fifthcolumn {
	float: left;
	width: 145px
}

.basket_overview .sixthcolumn {
	float: left;
	width: 54px
}

.basket_overview .seventhcolumn {
	float: left;
	width: 20px;
	padding-right: 5px
}
			
.basket_overview .shadowtitle {
	height: 20px;
	border-top: 1px solid #767565;
	background: url(../images/shadow_line.png) repeat-x
}
			
.basket_overview a.trashbin{
	width: 17px;
	height: 18px;
	float: right;
	background-position: top left;
	background-image: url(../images/btn_trashbin.gif)
}

.basket_overview a.trashbin:link {
	background-position: top left
}

.basket_overview a.trashbin:visited {
	background-position: top left
}

.basket_overview a.trashbin:hover {
	background-position: bottom left
}

.basket_overview a.trashbin:active {
	background-position: top left
}

.basket_overview_nav .firstcolumn {
	float: left;
	width: 120px;
	padding-right: 5px
}

.basket_overview_nav .secondcolumn {
	float: left;
	width: 120px;
	padding-right: 44px
}

.basket_overview_nav .thirdcolumn {
	float: left;
	width: 120px;
	padding-left: 5px
}

.basket_overview_nav .fourthcolumn {
	float: left;
	padding-left: 5px;
	width: 120px
}
	
.order_personaldetails {
	width: 539px;
}

.order_personaldetails .firstcolumn {
	float: left;
	width: 120px;
	padding-right: 5px
}

.order_personaldetails .secondcolumn {
	float: left;
	width: 20px;
	padding-right: 5px
}

.order_personaldetails .thirdcolumn {
	float: left;
	width: 384px;
	padding-left: 5px;
}

.order_history {
	width: 539px;	
}
	
.order_history .firstcolumn {
	float: left;
	width: 85px
}

.order_history .secondcolumn {
	float: left;
	width: 75px
}

.order_history .thirdcolumn {
	float: left;
	width: 70px
}

.order_history .fourthcolumn {
	float: left;
	width: 75px
}

.order_history .fifthcolumn {
	float: left;
	width: 175px
}

.order_history .sixthcolumn {
	float: left;
	width: 54px;
	padding-right: 5px
}
			
.order_history .shadowtitle {
	height: 20px;
	border-top: 1px solid #767565;
	background: url(../images/shadow_line.png) repeat-x
}

.searchresults {
	width: 539px;
}

.searchresults .shadowtitle {
	height: 18px;
	border-top: 1px solid #767565;
	background: url(../images/shadow_line.png) repeat-x;
	padding: 10px 0px
}

.searchresults .firstcolumn {
	float: left;
	width: 187px;
	padding-top: 3px
}

.searchresults .secondcolumn {
	float: left;
	width: 187px;
}

.searchresults .thirdcolumn {
	float: left;
	width: 165px
}

.left {
	float: left;
	padding-right: 5px
}
	
.right{
	float: right;
	padding-right: 35px
}
	
.contentpadding {
	width: 539px;
}	

