/* IMPORT */
@import "reset.css";
@import "common.css";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #222222;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background: url(../images/body-bg.jpg) repeat-x #f3f3f3;
	font-size: 62.5%;
	line-height: 1.4;
}

.icon_notice {
	background-image: url(../images/icon_notice.png);	
}
.icon_logout {
	background-image: url(../images/icon_logout.png);	
}
.icon_plus {
	background-image: url(../images/icon_plus.png);	
}
.icon_login {
	background-image: url(../images/icon_login.png);
}
.icon_sign {
	background-image: url(../images/icon_sign.png);
	background-position: 3px 3px;
	color: #CD202C;
	padding-left: 10px !important;
}

#container {
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 1.2em;
}

#header {
	height: 190px;
	position: relative;
	top: 0;
	left: 0;
}

#logo {
	float: left;
	position: relative;
	top: 20px;
	left: 35px;
	text-decoration: none;
}

#logo span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	text-indent: -2000em;
}

#header h1 {
	display: block;
	text-indent: -2000em;
	float: right;
	position: relative;
	top: 25px;
	left: -35px;
	margin: 0;
}

#slogan-index {
	background: url(../images/h1-index.png) no-repeat;
	width: 560px;
	height: 89px;
}

#nav {
	display: block;
	height: 44px;
	background: url(../images/nav-bg.png);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 990px;
	text-align: center;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0 0 2px #aaaaaa;
	-webkit-box-shadow: 0 0 2px #aaaaaa;
	box-shadow: 0 0 2px #aaaaaa;
	white-space: nowrap;
}

#nav li {
	display: inline;
}

#nav li a {
	display: inline-block;
	height: 44px;
	line-height: 40px;
	color: #ffffff;
	font-size: 190%;
	text-decoration: none;
	padding: 0 20px;
	position: relative;
	top: -5px;
	left: 0;
	font-weight: bold;
	text-shadow: #740b13 1px 1px 1px;
}

#nav li.act a {
	background-color: #ffffff;
	color: #cd202c;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0 0 2px #aaaaaa;
	-webkit-box-shadow: 0 0 2px #aaaaaa;
	box-shadow: 0 0 3px #aaaaaa;
	/*border-top: 5px solid #ffffff;*/
	padding-top: 5px;
	text-shadow: none;
}

#nav li a:hover {
	color: #FFE5E7;
}

#nav li.act a:hover {
	color: #cd202c;	
}

#nav li.act .white {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffffff;
	width: 100%;
	height: 5px;
	z-index: 2;	
}

#nav #nav-login a {
	font-weight: normal;
	color: #000000;
	text-shadow: none;
	padding-left: 5px;
}

#nav #nav-login a:hover {
	color: #440004;
}

a {
	color: #003263;	
}

h1 {
	font-size: 180%;
	line-height: 1.2;
	margin-bottom: 0.5em;
	color: #cd202c;
}

h2 {
	font-size: 150%;
	margin-bottom: 0.8em;
	line-height: 1.2;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 130%;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 110%;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1.0em;
}

ul.ul, ol.ol {
	font-size: 110%;	
}

#content {
	background-color: #ffffff;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-box-shadow: 0 0 2px #aaaaaa;
	-webkit-box-shadow: 0 0 2px #aaaaaa;
	box-shadow: 0 0 2px #aaaaaa;	
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	padding: 30px 35px;
}

.content-index {
	padding-top: 295px !important;
	background: url(../images/content-bg-index3.png) no-repeat;	
}

.content-index .button {
	top: -32px;	
}

#main {
	width: 600px;
	float: left;	
}

#column {
	width: 280px;
	float: right;	
}

.button {
	display: block;
	height: 35px;
	line-height: 35px;
	background: url(../images/button-bg-red.png);
	float: left;
	color: #ffffff;
	font-size: 160%;
	text-decoration: none;
	text-shadow: #740b13 1px 1px 1px;
	padding: 0 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 15px;
	-moz-box-shadow: 1px 1px 0 #aaaaaa;
	-webkit-box-shadow: 1px 1px 0 #aaaaaa;
	box-shadow: 1px 1px 0 #aaaaaa;
}

.button-arrow {
	padding: 0 15px 0 80px;	
}

.button-arrow span {
	position: absolute;
	left: 16px;
	top: -6px;
	width: 49px;
	height: 48px;
	background: url(../images/button-arrow.png) no-repeat;
}

.btn {
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #000000;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	background: #D3E2EF;
	margin: 0 0 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 0 #888888;
	-webkit-box-shadow: 1px 1px 0 #888888;
	box-shadow: 1px 1px 0 #888888;
}

.btn:hover {
	background: #b2cbe0;	
}

#nostot {
	position: relative;
	left: 0;
	top: -5px;	
}

#nostot .nosto {
	float: left;
	width: 31%;
	margin-right: 3%;
}

#nostot .nosto h2 {
	white-space: nowrap;
}

#nostot .nosto p {

}

#footer {
	padding: 20px 25px 0 25px;
	height: 75px;
}

#footer h3 {
	color: #cd202c !important;
}

#footer h3, #footer ul li {
	font-size: 100%;
	font-weight: normal;
	float: left;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #c0c0c0;
	line-height: 1.0;
	color: #888888;
}

#footer ul li a {
	color: #888888;
}

#footer .no-border {
	border: none;	
}

#footer .last {
	border: none;
	float: right;
}

#footer .last a {
	color: #003263;	
}

#hire .send {
	display: none;
}

#my-orders .order {
	border: 1px solid #c0c0c0;
	margin-bottom: 8px;
	padding: 15px 15px 5px 15px;
}

#my-orders h3 {
	color: #cd202c;
	font-size: 140%;
}

#my-orders h3 span {
	color: #555555;
	font-size: 70%;
	display: block;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
}

#my-orders .terminate {
	float: right;
	background: #ff0000;
	color: #ffffff;
}

.door-info {
	background: #333333;
	padding: 2px 6px;
	font-size: 125%;
	color: #ffffff;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.storage_type {
	padding: 9px 10px 1px 10px;
	background: #e0e0e0;
	margin: 0 0 8px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.storage_type .price {
	font-size: 100%;
	line-height: 1.2;
}

.storage_type .gallery .thumb {
	float: left;
	display: inline-block;
	margin: 0 10px 10px 0;
	border: 1px solid #ffffff;	
}

input.hasDatepicker {
	width: 82% !important;
	float: left;
}

.ui-datepicker-trigger {
	float: left;
	position: relative;
	left: 4px;
	top: 4px;
}

.ui-datepicker-trigger:hover {
	cursor: hand;
	cursor: pointer;
}

#ehdot {
	position: relative;
	top: 0;
	left: 0;
	clear: both;
	border-top: 20px solid #ffffff;
}

#ehdot label {
	padding: 5px 10px 6px 30px;
	background: #c0c0c0;
	display: block;
	float: left;
	white-space: nowrap;
	font-size: 110%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


#ehdot label:hover {
	background: #e0e0e0;
	cursor: hand;
	cursor: pointer;
}

#ehdot input {
	display: inline;
	float: left;
	width: auto;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 10;
	height: auto;
}

#price-total {
	font-size: 125%;
	background: #000000;
	color: #ffffff;
	padding: 2px 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	float: right;
}

#login-box {
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	padding: 18px 20px 5px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

input.readonly {
	border-color: #aaaaaa !important;
	color: #888888 !important;
}

input.morephone {
	border-color: #bbbbbb !important;
	margin-top: 4px;	
}

#gallery-index {
	position: absolute;
	left: 35px;
	top: 142px;
	width: 300px;
	text-align: center;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
}

#gallery-index p {
	margin-bottom: 10px;	
	text-shadow: #000000 1px 1px 1px;
}

#gallery-index .thumb {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	-moz-box-shadow: 1px 1px 2px #555555;
	-webkit-box-shadow: 1px 1px 2px #555555;
	box-shadow:	1px 1px 2px #555555;
}

#gallery-index .thumb:hover {
	position: relative;
	left: 1px;
	top: 1px;	
}

#noticeMail {
	border-top: 2px dotted #000000;
	margin-top: 15px;
	padding-top: 10px;
}

#noticeMail span {
	color: #000000;
	float: left;
	line-height: 2.0;
	padding-right: 4px;
	font-weight: bold;
}

#noticeMail .input_txt {
	float: left;
	width: 150px;
	font-size: 95%;
}

#noticeMail .phone {
	width: 100px;
}

#noticeMail input[type=submit] {
	float: right;
}

#noticeMail p.last {
	font-size: 85%;
	clear: both;
	padding-top: 10px;
	margin: 0 !important;
}

/* Checkout-verkkomaksut */
.C1 {
 width: 180px;
 height: 120px;
 display: block;
 float: left;
 margin: 7px;
 -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
 clear: none;
 padding: 0;
}

.C1:hover {
 background-color: #f0f0f0;
 border-color: black;
}

.C1 form {
 width: 180px;height: 120px;
}
.C1 form span {
 display:table-cell; vertical-align:middle;
 height: 92px;
 width: 180px;
}
.C1 form span input {
 margin-left: auto;
 margin-right: auto;
 display: block;
 border: 1pt solid #f2f2f2;
 -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
 padding: 5px;
 background-color: white;
}
.C1:hover form span input {
 border: 1pt solid black;
}
.C1 div {
 text-align: center;
 font-family: arial;
 font-size: 8pt;
}
