/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.10
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* Clear all default margins and paddings */
* {
	margin:				0px;
	padding:			0px;
	outline:			none;
}

/* Text throughout the site*/
body,td,th,p {
	font-family: 		Arial, Verdana,Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#000000;
}
body {

	background-image:	url(../gfx/site/bg_body.gif);
	background-repeat:	repeat;

}

body.nobackground {
	background-image:	none;
}

/* Re-set some margins */
table {
	padding-bottom:		10px;
}

ul {
	padding-bottom:		10px;
	margin-left: 		10px;
	float:				right;

}

ul li {
 	margin-left: 		10px;
    list-style: 		none;
	line-height:		15px;
}

/* Default paragraph text */
p {
	margin-bottom:		15px;
	line-height:		15px;
}

/* Links */
a {
	color:				black;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

/* Language no underline for links */
div#lang a:hover {
	text-decoration:	none;
}

/* Success message after form submit */
p.message {
	font-style:			italic;
}

/* Error message after form submit */
p.error_message {
	color:				red;
}

/* Clearing element */
.clear {
	clear: 				both;
}

/* No border for images */
img {
	border: 			none;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Arial;
	color: 				#000000;
	font-size: 			11px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 		inline;
}

option {
	padding: 2px;
	height:15px;
}

/* Standard width fitting for textarea and selectboxes */
textarea {
	border: 		1px solid #888888;
	width: 			300px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			186px;
	height: 		20px;
	padding: 		0px;

}


/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		15px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			120px;
	height: 		15px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		15px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			300px;
	height: 		15px;
	padding: 		2px;
}


/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		15px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'] {
	margin-left: 4px;
}

/* Buttons */
button, input[type='submit'], .input_submit {
	overflow: visible;
}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

/* Disabled selectbox options */
option[disabled='disabled'] {
	background-color:	#ccc;
}

/*CONTAINER DIV*/
div#container {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-255px;
	margin-left:-475px;
	width:950px;
	height:510px;
}


/*CONTENT DIV*/
div#content {
	position:absolute;
	top:38px;
	left:67px;
	width:730px;
	height:425px;
	border:1px solid #C0C0C0;
	background-color:#FFFFFF;
	text-align:justify;
	overflow: hidden;
}

div#content_home {
	position:absolute;
	top:38px;
	left:67px;
	width:730px;
	height:448px;
	border:1px solid #C0C0C0;
	background-color:#FFFFFF;
	text-align:justify;
	overflow: hidden;
}


div#content a{
	color:#000000;
	text-decoration:none;
}

div#content a:hover{
	color:#999999;
	text-decoration:none;
}

div#logo {
position:absolute;
left:10px;
top:0px;
}

/*HORIZONTAL SCROLL DIV*/
div#scroll_area {
position:absolute;
left:12px;
top:0px;
width:	704px;
height: 435px;
overflow: auto;
background-color: #ffffff;
}


div#scroll_area_2{
position:absolute;
left:12px;
top:0px;
width:	704px;
height: 420px;
overflow: auto;
}

/*MENU DIVS AND STYLES*/

.collection_spacer {
	width:				175px;

	float:				left;
	padding-top:		20px;
}

#topmenu {
	position:absolute;
	left:350px;
	top:0px;
	width:450px;
	font-weight: bold;
	float:right;
	font-size:11px;
	text-transform: uppercase;
}

li {
	list-style-image: 		none;
	list-style-position: 	outside;
	float:					left;
}

.topmenuitem {
	display: inline;
	float: right;
	padding-left: 10px;
	text-align: right;
	font-size: 11px;
}

li.active a{
	color: #999999;
	text-decoration:none;
}
li a:hover {
	color: #999999;
	text-decoration:none;
}

#shoppingmenu {
	position:absolute;
	left:309px;
	top:16px;
	width:490px;
	float:right;
	font-size:10px;
	text-align:right;
}

#shoppingmenu li {
	margin-left: 		0px;
}

li select#currency {
	width:			80px;
}
#bottommenu {
	position:absolute;
	left:28px;
	top:494px;
	width:770px;
	font-weight: bold;
	font-size:11px;
	text-transform: uppercase;
	text-align: right;
}

.bottommenuitem {
	display: inline;
	float:right;
	padding-left: 10px;
	text-align: right;
	font-size: 11px;
}

div#bottommenu a.active {
	color: #999999;
}


#bottomtext {
	position:absolute;
	left:70px;
	top:525px;
	width:730px;
	font-weight: bold;
	font-size:10px;
	text-transform: uppercase;
	text-align:		center;
}

#bottomtext p {
	color:			#555;
}


#lang {
	position:absolute;
	left:68px;
	top:0px;
	text-transform: uppercase;
	font-weight:bold;
	font-size:11px;
}

#lang ul {
	float:			left;
	margin-left:	0px;
}

#lang ul li {
	margin-right:	10px;
	margin-left:	0px;

}
.lang_active {font-size: 11px;}
.lang_inactive {color: #999999; font-size:10px}

#select_collection {
	position:absolute;
	left:67px;
	top:16px;
	width:150px;
	text-transform: uppercase;
	font-size:11px;
}

#select_collection option {
	margin-bottom:			10px;
	font-size:11px;
}

#select_currency {
	position:absolute;
	left:750px;
	top:20px;
	width:50px;
	float:right;
	text-align:right;
	font-size:10px;
}

#collectionmenu {
	position:absolute;
	left:815px;
	top:0px;
	width:150px;
	font-weight: bold;
	font-size:11px;
	text-transform: uppercase;
	text-align:left;
}

#collectionmenu a.red_collection {
	color: red;
}

#collectionmenu a:hover{
	text-decoration:none;
	color: #999999;
}


#collectionmenu ul {
	margin-left:	0px;
	line-height:25px;
}

#collectionmenu li {
	margin-left: 		0px;
	line-height:15px;
	width:150px;
}

#collectionmenu li.active a{
	color: #999999;
	text-decoration:none;
	background-position:left;
	background-repeat:no-repeat;
}

.shoppingbag_item {
	margin-top:		-6px;
}

/* HOME PAGE */
/*also used by shop page*/
#image{
	position:absolute;
	top:0px;
	left:0px;
	width:730px;
	height:425px;
	background-color:#FFFFFF;
}


/*TXT SCROLL VERTICAL PAGE*/

#txt_area{
	position:absolute;
	top: 10px;
	width: 355px;
	height: 405px;
	left: 350px;
	overflow: auto;
	padding-right:15px;
	text-align:justify;
}

#txt_area_contentwrapper ul li {
    list-style:   disc outside;
}

#txt_area a {
color:#000000;
text-decoration:underline;
}

#txt_area a:hover {
color:#999999;
text-decoration:underline;
}

#txt_image{
	position:absolute;
	top:0px;
	width: 325px;
	height: 425px;
	left: 0px;
	text-align:justify;
}

#onlytxt_area{
	position:absolute;
	top: 10px;
	width: 690px;
	height: 405px;
	left: 10px;
	overflow: auto;
	padding-right:20px;
}

#popup_area{
	position:absolute;
	top: 40px;
	width: 565px;
	height: 440px;
	left: 15px;
	overflow: auto;
	padding-right:12px;
	text-align:justify;
}

#news_popup_close{
	position:absolute;
	width:580px;
	top:0px;
	text-align:right;
	font-weight:bold;
	left: 0px;
	padding:10px;
}


#news_popup_close a {
	color:#000000;
	text-decoration:none;
}

#news_popup_close a:hover {
	color:#999999;
	text-decoration:none;
}

/*COLLECTION PAGE*/
/*see for other css horizontal scroll in style_scroll_horizontal.css*/

.collection_inspiration{
	width: 180px;
	height: 387px;
	float:left;
	padding:10px;
}


/*PRODUCT PAGE*/

#product_image_looks{
	position:absolute;
	left:0px;
	top:410px;
	width:180px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	word-spacing:3px;
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}


#product_middle {
	position:absolute;
	left:180px;
	top:8px;
	width:430px;
	height:407px;
	border:1px solid #C0C0C0;
}

#product_middle_bigimage {
	position:absolute;
	left:10px;
	top:20px;
}

#product_middle_moreimages {
	position:absolute;
	left:7px;
	top:390px;
	width:233px;
	height:15px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

#product_middle_info {
	position:absolute;
	left:250px;
	top:20px;
	width:170px;
	height:390px;
	letter-spacing:1px;
}

#product_middle_info_price {
	position:absolute;
	left:0px;
	top:150px;
	width:170px;
	height:15px;
	font-weight:bold;
}

#product_middle_info_colour {
	position:absolute;
	left:0px;
	top:180px;
	width:170px;
	height:15px;
	font-weight:bold;
	line-height:20px;
}

#product_middle_info_size {
	position:absolute;
	left:0px;
	top:240px;
	width:170px;
	height:15px;
	font-weight:bold;
	line-height:20px;
}

#product_middle_add {
	position:absolute;
	left:0px;
	top:338px;
	width:170px;
	font-weight:bold;
	text-transform: uppercase;
}

#product_middle_info_feelfabric {
	position:absolute;
	left:0px;
	top:370px;
	height:15px;
	width:80px;
	font-size:10px;
}

#product_middle_info_feelfabric a{
color:#000000;
text-decoration:none;
}

#product_middle_info_feelfabric a:hover{
	color:#999999;
	text-decoration:none;
}

#product_middle_info_tellafriend {
	position:absolute;
	left:80px;
	top:370px;
	height:15px;
	width:80px;
	font-size:10px;
}

#product_middle_info_tellafriend a{
	color:#000000;
	text-decoration:none;
}

#product_middle_info_tellafriend a:hover{
color:#999999;
text-decoration:none;
}

#products {
	position:absolute;
	left:630px;
	top:9px;
}

#products_1 {
	position:absolute;
	left:0px;
	top:0px;
}
#products_2 {
	position:absolute;
	left:0px;
	top:147px;
}
#products_3 {
	position:absolute;
	left:0px;
	top:294px;
}

table.shoppingbag {
	width:		100%

}

table.shoppingbag th {
	color:			#999999;
	border-bottom:	1px solid #C0C0C0;
	text-align:		right;
}

table.shoppingbag tr.product_shoppingbag td{
	border-bottom:	1px solid #EEEEEE;
	text-align:		right;
}

table.shoppingbag tr td.labels {
	color:			#999999;
	font-weight:	bold;
	text-align:		right;
	height:			20px;
}

input.flat_button {
	background-color:#E6EAED;
	border:1px solid #C0C0C0;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
	padding-left:	5px;
	padding-right:	5px;
	height:			18px;
}

input.flat_button:hover {
	background-color:#E6EAED;
	border:1px solid #C0C0C0;
	color:#999999;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}


/* NEWS */

#news_message {
width: 350px;
border-bottom: 1px solid #c0c0c0;
padding-bottom:8px;
padding-top:5px;
}

/* STYLES */

h1 {
font-size:11px;
color:#000000;
text-transform: uppercase;
}

h2 {
font-size:11px;
color:#000000;
font-weight:bold;
}

h3 {
font-size:10px;
color:#999999;
font-variant:normal;
padding-bottom:5px;
}

h4 {
font-size:11px;
color:#999999;
font-weight:normal;
}

h4 a {
	color:#999999;
}

h5 {
font-size:11px;
color:#000000;
font-weight:normal;
}

h6 {
font-size:11px;
color:#000000;
text-transform: uppercase;
padding-bottom:8px;
}

.missing_field {
	border: 1px solid #ff0000;
}

/* MASK */

div#mask {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: #E6EAED;
	z-index: 90;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	visibility: hidden;
}

/* MESSAGE POPUPS */
#msg_div{
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -150px;
	margin-top: -60px;
	width:300px;
	height:90px;
	font-size:10px;
	line-height:20px;
	background-color: #FFFFFF;
	padding: 20px;
	border:1px solid #c0c0c0;
	z-index: 99;
	visibility: hidden;
	color: black;
}

#close_msg{
	position:absolute;
	left:320px;
	top:5px;
}

/* TELL A FRIEND POPUP */
#tellafriend{
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -108px;
	margin-top: -200px;
	width:215px;
	height:360px;
	font-size:10px;
	line-height:20px;
	background-color: #FFFFFF;
	padding-top:20px;
	padding-left:35px;
	border:1px solid #c0c0c0;
	z-index: 99;
	visibility: hidden;
	color: black;
}

.taf_input {
	border:1px solid #C0C0C0; width:180px;
	font: Arial 10px;
	margin-bottom:	5px;
}
.taf_textarea {
	border:1px solid #C0C0C0; width:176px; height:70px;
	font: Arial 10px;
}

#taf_close{
	position:absolute;
	left:193px;
	top:5px;
	font-weight: bold;
}
#taf_close a:hover {
	color:	#999999;
	text-decoration: none;
}

/* FEEL FEEL POPUP */
#feel_fabric{
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -110px;
	margin-top: -220px;
	width:220px;
	height:420px;
	font-size:10px;
	line-height:20px;
	background-color: #FFFFFF;
	padding-top:20px;
	padding-left:35px;
	border:1px solid #c0c0c0;
	z-index: 99;
	visibility: hidden;
	color: black;
}

#feel_close{
	position:absolute;
	left:198px;
	top:5px;
	font-weight: bold;
}
#feel_close a:hover {
	color:	#999999;
	text-decoration: none;
}

#lang a {
	color: #999999;
}

div#shoppingmenu li {
	padding-top: 	2px;
}
div#shoppingmenu li.cf {
	padding-top:	0px;
}

div#delivery_details {
 	margin-top:		-40px;
}

#collectionmenu a.active {
	color:	#999999;
}

