/* General */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0px;
	margin:0px;
	background: #ffffff;
}

textarea {
	font-family: sans-serif;
	font-size: 10pt;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform:uppercase;
	color: #24457a;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: bold;
}

p, li {
	font-size: 10pt;
}

td {
	vertical-align: top;
	font-size: 10pt;
}


a {
	color: #6083b9;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

.clearer {
	clear: both;
	font-size: 1px;
}

.nobullet {
	padding: 0;
	list-style-type: none;
}

.inline {
	list-style-type: none;
	padding: 0 0 0 1em;
	margin:0;
}

.inline li {
	display:inline;
	padding-right: 2em;
}

.price_old {
	color:gray;
	text-decoration:line-through;
}

.price_discount {
	color: red;
}

.price_normal {

}

.ruler {
	clear:both;
	margin: 5px 0px 5px 0px;
	height:1px;
	width:100%;
	background-color: #c0c0c0;
}

.ruler hr {
	display: none;
}

.clearer {
	font-size: 1px;
	clear: both;
}

.contentbox {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 20px 10px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	z-index:3;
}

.basket_qtyfield {
	border: 1px solid white;
	padding: 2px;
	background:none;
	width: 3em;
}

.product {
	position: relative;
	padding: 3px 3px 15px 3px;
	margin: 10px 0px 10px 0px;
}

.product_title {
	font-weight: bold;
}

.product_image {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	position: relative;
	float:left;
}

.product_details {
	position: relative;
}

.product_add_item {
	text-align: right;
}

.product_add_item input {
	cursor: hand;
	cursor: pointer;
}

#container {
	position:relative;
	margin: 0 auto;
	padding:0;
	top:0;
	text-align: left;
	background: #e2e7ea url('content-bg.gif') repeat-y top left;
	width:890px;
}

#header {
	position:relative;
	top:0;
	left:25px;
	width:840px;
	height:150px;
	background: url('softcare_pageheader.jpg') no-repeat;
}

#logoarea {
	display:none;
}

#logo {
	position: absolute;
	top: 0px;
	left: 70px;
	z-index:5;
}

#basket {
	position:absolute;
	top: 20px;
	left: 560px;
	height: 100px;
	width: 250px;
	z-index:10;
	border: 1px solid #6083b9;
	background: #ffffff url('basket.gif') no-repeat 0 0;
}

#basket p {
	margin: 10px 0px 0px 100px;
	font-size: 9pt;
}

#basket a {
	color: #6083b9;
	font-weight: bold;
}

#basket select {
	font-family: arial, helvetica;
}

#contentarea {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
}

#contentarea p {
	margin-bottom: 20px;
}


#topnavi {
	position: relative;
	padding-top:3px;
	top: 0px;
	left: 25px;
	width: 840px;
	height: 25px;
	z-index:10;
	background-color: #f2f2f6;
}

#topnavi a {
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
}

#navi {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 40px;
	width: 210px;
	color: #6083b9;
	z-index:20;
}

#product_search .search_input {
	width: 120px;
}

#product_search .search_submit {
}

#product_groups {
	padding: 0;
	margin: 0px 0px 20px 0px;
}

#product_groups ul {
	margin:0;
	padding: 0px 0px 0px 10px;
}

#product_groups li {
	padding: 10px 0px 0px 0px;
	margin: 0;
	font-size: 10pt;
	list-style-type: none;
}

#product_groups a.active {
	font-weight: bold;
	color: #ffffff;
}

#content {
	float:left;
	width: 580px;
	margin: 10px 0px 20px 20px;
	min-height:500px;
}

#basket_products table, #basket_order_details table {
	border-collapse:collapse;
	width: 100%;
}

#basket_products table td, #basket_order_details table td {
	margin:0;
	padding: 0px 0px 5px 0px;
}

#basket_order_details {
	margin-top:40px;
}

#frontpage_products {
	position:relative;
	margin: 0 auto;
	padding:0;
	width: 500px;
	background: url('box_bg.gif') repeat-y;
}

#frontpage_products .boxheader {
	position:relative;
	width: 500px;
	height: 20px;
	background: url('box_header.gif') no-repeat;
}

#frontpage_products .boxfooter {
	position:relative;
	clear:both;
	width: 500px;
	height: 20px;
	background: url('box_footer.gif') no-repeat;
}

#frontpage_products .fp_product {
	position:relative;
	float:left;
	width: 210px;
	margin: 0;
	padding: 5px 20px 5px 20px;
	text-align:center;
	font-size: 9pt;
}


#pankkisiirtolomake {
	margin: 20px 0 20px 0;
	border-collapse: collapse;
	width: 100%;
}

#pankkisiirtolomake td {
	border: 2px solid #505050;
	padding: 3px;
}

#footer {
	position: absolute;
	width:100%;
	height: 80px;
	text-align:center;
	background: #ffffff url('footer-bg.gif') no-repeat top center;
	color: #606060;
}

#footer_left_corner {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:80px;
	background: url('corner-left.gif') no-repeat;
}

#footer_right_corner {
	position:absolute;
	top:0;
	right:0;
	width:100px;
	height:80px;
	background: url('corner-right.gif') no-repeat;
}
