﻿/* CSS Document */

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- 
 This file is part of a ProductCart Modification developed and sold by Cognecy Solutions, LLC and CopperPixel, Inc.
 Copyright 2008 All Rights Reserved
 You are not allowed to use, alter, distribute and/or resell any part of the source code in this file without written consent of Cognecy Solutions, LLC or CopperPixel, Inc. 
 To contact:  www.cognecy.com or www.copperpixel.com
 This notice must remain with this file
   ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

#floatMain {
	top: 800px;
	left: 50%;
	right: 50%;
	width: 223px;
	height: auto;
	margin-left: 272px;
	margin-right: 0px;
	margin-top: -15px;
	position: fixed;
	border: none;
}

#floatTop {
	border-style: none;
	border-color: inherit;
	border-width: medium;
background-image: url('../images/box-top.png');
		margin: 0 0 0 0;
		height: 17px;
	}

#floatMiddle {
	border-style: none;
	border-color: inherit;
	border-width: medium;
background: url('../images/box-mid.png') repeat-y;
		height: auto;
		margin: 0 0 0 0;
	}
	#floatMiddle p {
		margin: 0 0 0 10px;
	}

.floatStyle1 {
	font-size: 8pt;
	font: Arial;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
	color: #fff; 
}

.floatStyle2 {
	font-size: 8pt;
	font: Arial;
	font-style: normal;
  text-align: left;
	background-color: transparent;
	border-width: 0px;
	color: #FFFFFF; 
}

#floatCust {
	font-size: 8pt;
	font: Arial;
	font-style: normal;
  text-align: left;
	background-color: transparent;
	border-width: 0px;
	color: #FFFFFF; 
}

#floatTotal{
	font-size: 12pt;
	font: Arial;
	font-style: normal;
	font-weight: bold;
  text-align: left;
	background-color: transparent;
	border-width: 0px;
	color: #FFFFFF ; 
}

#floatBottom {
	border-style: none;
	border-color: inherit;
	border-width: medium;
background-image: url('../images/box-bottom.png');
		margin: 0 0 0 0;
		height: 64px;
	}
	
	#floatBottom table{
		width: 107px;
		margin-left:auto;
		margin-right:auto;
		height: 27px;
		margin: 0px 58px 5px 0px;
		background-color: transparent;
		border-collapse: collapse;
	}



