@charset "utf-8";

/* < defaults > */

.link a,
.list a,
#customer-service-navigation li span {
	font-weight: bold;
	color: #0080a3;
}

.list img { display: inline; }
.list .button { text-align: right; }
.list .first-column { width: 20px; }

.support-message-wrapper {
	background: #faf8a6;
	border: 1px solid #cfcfcf;
	padding: 10px;

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* </ defaults > */


/* < customer-register & company-register & mypage alternative-address & my page case > */

.register-link-label {
	font-weight: bold;
	padding: 15px 15px 15px 45px;
	

	/* CSS 3 stuff */
	-moz-border-radius: 3px;
	webkit-border-radius: 3px;
	border-radius: 3px;
}

.register-link-label.company { background: #b6e5f2 url(../images/icon/ikon_foretag_25x28.jpg) no-repeat 8px center; }
.register-link-label.customer { background: #cfe7ae url(../images/icon/customer-register.gif) no-repeat 8px center; }

h1.navigation-head {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 10px;
}

form.register div.form-wrapper div.column-wrapper { display: none; }

form.register div.form-wrapper h3 {
	clear: both;
	margin-bottom: 4px;
}

form.register div.form-wrapper h3.head {
	padding-top: 15px;
	border-top: 1px solid #ccc;
}

form.register div.form-container {
	float: left;
	width: 252px;
	padding-bottom: 10px;
	position: relative;
}

form.register div.large {
	clear: both;
	float: none;
	width: auto;
}

form.register div.single {
	clear: both;
	float: none;
	width: 252px;
}

form.register div.form-container label {
	display: block;
	margin-bottom: 3px;
}

form.register div.form-container label.checkbox {
	display: inline;
	margin: 0px;
}

form.register div.form-container textarea {
	width: 98%;
	border: 1px solid #cecece;
	padding: 2px;
}

form.register div.form-container input { width: 200px; }
form.register div.form-container div.phone { float: left; }
form.register div.form-container div.phone input { width: auto; }

form.register div.form-wrapper input.button {
	display: block;
	float: left;
	margin-right: 5px;
	clear: both;
}

form.register div.form-container input.checkbox {
	display: inline;
	float: left;
	width: auto;
}

form.register div.form-container input.short,
form.register div.phone-mobile-container { width: auto; }

form.register br { clear: both; }

form.register div.form-wrapper {
	position: relative;
	overflow: hidden;
}

form.register div.form-wrapper p.required {
	position: absolute;
	top: 0;
	right: 10px;
}

#register-use-delivery-address-fields {
	overflow: hidden; 
	margin: 0 0 .5em 0; 
	padding: 10px 5px 5px 15px;	
	border: 1px solid #cfcfcf; 
	background-color: #f0f8ff; 
}

#extra-address-info {
	margin-bottom: 1em;	
}

/* </ customer-register & company-register & mypage alternative-address & my page case> */


/* < customer-master > */

#customer-master .link td { vertical-align: middle; }
#customer-master .link img {
	float: left;
	margin-right: 10px;
}

#language-en #customer-master .content-container .hide-me,
#language-en #customer-master .content-container .customer-redownload,
#language-en #customer-master .content-container .customer-order { display: none; }

/* </ customer-master > */


/* < customer-save-cart > */

#savedcart-save input { vertical-align: middle; }

/* </ customer-save-cart > */


/* < customer-orderhistory > */

.status-title { padding-top: 0; }

.status-not-shipped { background: #c2d8ed; }
.status-shipped { background: #c8edc2; }
.status-cancelled { background: #ffcccc; }
.status-partly-shipped { background: #e6f0db; }
.status-packing			{ background: #fcffc3; }

p.show-invoice { margin: 0 0 1em 0;	}

p.show-invoice a {
	color: #0080a3;
	font-weight: bold;
}

p.show-invoice a img { 
	display: inline;
	margin-left: 5px; 
}

/* </ customer-orderhistory > */


/* < message-history-wrapper > */

#message-history-wrapper table { width: 100%; }

#message-history-wrapper th img {
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
}

#message-history-wrapper td { padding: 0px 30px 15px 31px; }

.message-history {
	height: 300px;
	overflow: auto;
	border: 1px solid #f7f3f7;
	padding: 5px;
}

#customercase-reply label { display: block; }

#customercase-reply textarea,
#replytext {
	width: 515px;
	height: 100px;
	clear: both;
	margin: 5px 0 10px;
}

/* </ message-history-wrapper > */


/* < customer-service-navigation > */

#customer-service-navigation li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#customer-service-navigation ul li {
	padding-top: 0;
	padding-bottom: 0;
}

#customer-service-navigation li span {
	text-decoration: underline;
	cursor: pointer;
}

/* </ customer-service-navigation > */
