﻿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
{
	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.buttoncheckout
{
	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;
}