
/* THIS ONE IS FOR TEH SHOPPING CART and RetailerLog In*/

/* SHOPPING CART STARTS */ 

#ShoppingCartHolderFIN
{
    display:block;
    position:relative;
	width: 220px!important;
	margin:0 0 20px 0;
	padding:0;
    background:url(../img/muut/webshop_ostoskori_FIN.gif) no-repeat top left; 
    overflow:hidden;

}

#ShoppingCartHolderENG
{
    display:block;
    position:relative;
	width: 220px!important;
	margin:0 0 20px 0;
	padding:0;
    background:url(../img/muut/webshop_ostoskori_ENG.gif) no-repeat top left;
    overflow:hidden;

}

#CartStatus
{
    display:block;
    position:relative;
    padding:50px 0 0 20px;
    margin:0;
    background-color:Transparent;

	font-family: Arial; 
	font-size: 11px;
	font-weight: normal;
	color: #666666!important;
    line-height:20px;    
}

#CartStatusNoItems
{
    display:block;
    position:relative;
    padding:50px 0 20px 20px;
    margin:0;
    background-color:Transparent;

	font-family: Arial; 
	font-size: 11px;
	font-weight: normal;
	color: #666666!important;
    line-height:20px; 
}

#AmountsTable
{   
    display:block;
    position:relative;
	font-family: Arial; 
	font-size: 11px;
	font-weight: normal;
	color: #666666!important;
    line-height:20px;
}

#CheckTheCart
{
    display:block;
    position:relative;
    padding:0 0 20px 0;
    margin:10px 0 0 20px;
    width:180px;
    height:30px;
    text-align:center;
    background-color:transparent;
    background:url(../img/muut/checkcartbutton.gif) no-repeat top left;    
}

#CheckTheCart a
{
    display:block;
    width: 180px;
	font-family:Arial, Helvetica,Verdana,   sans-serif;
	font-size: 11px; 
    line-height:30px;
    font-weight:bold;
    text-decoration:none;
	color: #A5A5A5;
}
#CheckTheCart a:hover
{
	color: #FF0316!important;
}

/* SHOPPING CART ENDS */ 


/* RETAILER LOG IN  STARTS */ 

#RetailerLogInHolderFIN
{
    display:block;
    position:relative;
	width: 220px!important;
	margin:0 0 10px 0 ;
	padding:0;
    background:url(../img/muut/webshop_jalleenmyyja_FIN.gif) no-repeat top left; 
    overflow:hidden;

}

#RetailerLogInHolderENG
{
    display:block;
    position:relative;
	width: 220px!important;
	margin:0 0 10px 0 ;
	padding:0;
    background:url(../img/muut/webshop_jalleenmyyja_ENG.gif) no-repeat top left; 
    overflow:hidden;

}
#RetailerSisalto
{
    display:block;
    position:relative;
    padding:80px 0 0 20px;
    line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000;	
	text-align: left;
}
.RetailerTextBox
{
    width:180px;
	font-family:Arial, Helvetica,Verdana,   sans-serif;
	font-size: 11px; 
    line-height:14px;
    font-weight:normal;
    padding:0 0 0 0;
	color: #666666;	
    border:solid 1px #EFEFEF;
}

.RetailerSisaltoLink
{
    font-weight:bold;
    text-decoration:none!important;
    color:#F00010!important;
    line-height:20px;
}

#RetailerLogIn
{
    display:block;
    position:relative;
    padding:0 0 10px 0;
    margin:10px 0 0 0;
    width:180px;
    height:30px;
    text-align:center;
    background-color:transparent;
    background:url(../img/muut/checkcartbutton.gif) no-repeat top left;    
}

#RetailerLogIn a
{
    display:block;
    width: 180px;
	font-family:Arial, Helvetica,Verdana,   sans-serif;
	font-size: 11px; 
    line-height:30px;
    font-weight:bold;
    text-decoration:none;
	color: #A5A5A5;
}
#RetailerLogIn a:hover
{
	color: #FF0316!important;
}


#RetailerLoggedInHolderFIN
{
    display:block;
    position:relative;
	width: 220px!important;
	margin:0 0 10px 0 ;
	padding:0;
    background:url(../img/muut/webshop_jalleenmyyja_Logged_FIN.gif) no-repeat top left; 
    overflow:hidden;

}

#RetailerLoggedInHolderENG
{
    display:block;
    position:relative;
	width: 220px!important;
	margin:0 0 10px 0 ;
	padding:0;
    background:url(../img/muut/webshop_jalleenmyyja_Logged_ENG.gif) no-repeat top left; 
    overflow:hidden;

}

/* RETAILER LOG IN ENDS */ 

