/* CSS Document */

/* *** */

div.otsake
{
	clear: both;
	padding-top: 5px;
	padding-bottom: 8px;
	font-weight: bold;
}

div#toimitustapa_info
{
	float: left;
	width: 298px;
	margin-left: 17px;
	border-left: 2px solid lightblue;
	/* border-right: 2px solid lightblue; */
	padding-left: 10px;
}

div#maksutavat
{
    float: left;
    padding-top: 0px;
    padding-bottom: 20px;
font-size: 100%;
}

#info_tooltip
{
    display:none;
    /* background:url(logos/white.png) no-repeat;*/
    background-color: #ffffeb;
    border: 1px solid blue;
    /* height:180px; */
    /* padding:35px 25px 25px 40px;*/
    padding: 5px;
    width:360px;
    font-size:100%;
    color:black;
}


div.maksutapa
{
    text-align: left;
    float: left;
    border: 1px solid black;
    width: 100px;
    height: 85px;
    padding: 4px;
    margin: 4px;
    background-color: #ffffeb;
}

div.maksutapa img
{
	/*width: 60px;*/
}

#osamaksu_maksuajat {
	display: none;
	position: absolute;
	top: -1px;
	left: 117px;
	width: 153px;
	height: 98px;
	border: 1px solid black;
	padding: 4px 0 0 2px;
	background-color: #ffffeb;
}

div.maksutapa radio
{
}

div.maksutapa a
{
	float: right;
}


div.maksutapa p
{
    text-align: left;
    width: 90px;
    line-height: 13px;
}

div#toimituskulut
{
	clear:both;
	height:28px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 4px;
	line-height: 16px;
	font-weight: bold;
}

.activate_tooltip
{
    display:none;
    background:url(logos/white.png) no-repeat;
    height:80px;
    padding:35px 25px 25px 40px;
    width:160px;
    color:black;
}
.activate_tooltip input
{
	margin-bottom: 2px;
}
span.close
{
	float: right;
	/* padding: 0px 4px 0px 0px; */
	padding: 25px 6px 0px 0px;
	font-size: 11px;
}
/*
#activate_cc_tooltip
{
    display:none;
    background:url(logos/white.png) no-repeat;
    height:80px;
    padding:35px 25px 25px 40px;
    width:160px;
    font-size:11px;
    color:black;
    line-height: 30px;
}
#activate_cc_tooltip input
{
	margin-bottom: 2px;
}
*/

/*
.info_wrapper
{
	margin-bottom: 10px;
}
*/
.info_wrapper p
{
	margin-top: 0px;
	/*margin-bottom: 0px;*/
}

#login_tooltip
{
    display:none;
    z-index: 9999;
    background:url(logos/white_big.png) no-repeat;
    height:150px;
    padding:38px 30px 30px 30px;
    width:310px;
    font-size:11px;
    color:black;
    line-height: 30px;
}

form#submit_order td p
{
	margin: 0px;
}
div#tilauslomake h2
{
	margin-bottom: -4px;
}

div#tilauslomake
{
	display: block;
	position: relative;
	background-color: white;
	padding: 10px 10px 30px 30px;
	border: 3px solid #ffffeb;
}

div#tilauslomake_mask
{ /* set from js. */
}

p.ajax_message {
	margin: 0;
	font-weight: bold;
}


