﻿shoppingcartwrapper
{
	float: left;
}

div.welcomeheader
{
	width: 240px;
	height: 60px;

	background-color: #C6057A;
	color: #FFFFFF;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	border-top: 1px solid #A9176A;
	border-bottom: 1px solid #A9176A;
}

div.welcomeheader h3.partheader a
{
	font-weight: normal;
	font-size: 12px;
}

div.shoppingcartheader
{
	width: 240px;
	height: 20px;

	background-color: #3E2964;
	color: #FFFFFF;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	border-top: 1px solid #3E2964;
	border-bottom: 1px solid #3E2964;
}

div.shoppingcartcontent
{
	background-color: #B4ABC2;

	padding-left: 10px;
	padding-right: 10px;

	padding-top: 5px;
	padding-bottom: 15px;

	color: #3E2964;
}


div.shoppingcartcontent table
{
	text-align:left;
}

div.shoppingcartcontent td
{
	text-align:left;

	height: 20px;
	width: 100px;
}


INPUT.buttonshowcart
{
	visibility: hidden;
}

INPUT.buttonshowcart:hover
{
	color: #F3AEDD;
}

INPUT.buttonmyaccount
{
	border: 1px solid #C60778;
	background-color: #C60778;
	border-collapse: collapse;
	
	width: 110px;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;

	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

INPUT.buttondefault
{
	border: 1px solid #3E2964;
	border-collapse: collapse;
	background-color: #3E2964;
	
	
	width: 110px;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;

	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

INPUT.buttoncheckout:hover
{
	border: 1px solid #3E2964;
	border-collapse: collapse;
	background-color: #3E2964;
	
	
	width: 110px;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0;

	color: #F3AEDD;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
	

div.shoppingcartbuttons
{
	float: right;
}

div.shoppingcartbuttons:hover
{
	color: #F3AEDD;
}

div.shoppingcartbuttons ul
{
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

/* separatorborder leftcontent
---------------------------------------------------------*/

div.separatorborder
{
	float: left;
	width: 230px;
	height: 1px;
	border-top: solid 1px #4C3E62;
	margin: 0;
	padding: 0;
}

/* additional css for the shopping basket in the header
---------------------------------------------------------*/

td.td_header .shoppingcartwrapper 
{   width:280px;
    height:41px;
    position:absolute;
    top:15px;
    left:556px;
    font-size:9px;
    background:#B4ABC2;
    border:6px solid #3E2964;
    border-bottom-width:7px;
    border-style:solid none;
}

td.td_header div.shoppingcartcontent td {
    height: 13px;
    padding: 0 0 0 2px;
    text-align: left;
    width: 94px !important;
    /*text-indent:5px;*/
}

td.td_header input.buttonshowcart,
td.td_header .separatorborder,
td.td_header .shoppingcartheader,
td.td_header #ctl00_cucShoppingCart1_pnl_account
{
    display:none;   
}

td.td_header .shoppingcartcontent
{   margin:0px;
    padding:0px;
}

td.td_header .shoppingcartbuttons
{   margin:0px;
    padding:0px;
}

td.td_header .shoppingcartbuttons input.buttonmyaccount 
{   margin:0px;
    padding:23px 0px 0px;
    position:absolute;
    top:0px;
    right:0px;
    width:100px;
    height:41px;
    background-image:url('../../Elsa_Images/cart.png');
}
