﻿/* @override http://www.pattonaniloxrollservices.com/_cart.css */
/* @group SHOPPING CART */

/************************************/
/*------- SHOPPING CART -------*/
/************************************/

#cartPop {
	display: block;
	z-index: 200;
	float: left;
	position: absolute;
	left: 130px;
	top: 35px;
	color: #000;
}
html*#cartPop #cartDiv {
	/**top:-85px!important;/*IE7*/
	_left:0px;/*IE6*/
}


/* @end */


/* *************************************************** */
/* -------------------- NEWLY ADDED -------------------- */
/* *************************************************** */

#cartPop table td {
	margin:0;
	padding:2px 0;
}

#cartPop #cartinnertable-outtertr {
	/*height:50px;*/
	vertical-align:top;
	text-align:center;
}
#cartPop hr {
	margin-bottom:5px;
}

/* *************************************************** */
/* -------------------- _cart.css -------------------- */
/* *************************************************** */

#cartPop #cart {
	border: 5px #a02000 ridge;
	background-color: #ededed;	height: auto;
	position: absolute;
	visibility: hidden; /* is also being set by function 'setcookie()' in item.html */
	left: 50px; /* is also being set by function 'setcookie()' in item.html */
	top: 30px; /* is also being set by function 'setcookie()' in item.html */
}
html*#cartPop #cart {
	/*just for IE*/
	*overflow:scroll;
}

#cartPop #cartwindow {
	/*width: 100%;*/
	border: none;
	padding: 0 0 5px 0;
	background-color: #ededed;
	height: 340px;
}

#cartPop #cartguts {
	width:100%;
	padding: 10px;
	margin: 0 auto;
}
html*#cartPop #cartguts {
	*padding:0 10px;/*IE7*/
	*margin-bottom:-20px;
	_padding:0;/*IE6*/
	_margin-bottom:-15px;
}

#cartPop #cartgutstable { 
	display:block;
	height:240px;
	overflow:scroll;
	width:585px;
	background-color:#fff;
}

#cartPop #cartwindow tbody {}

#cartPop table#cartinnertable {
	clear: both; 
	display: table;
	/*height: 275px;*/
	width: 560px;
	margin: 5px;
	background: white;
	vertical-align: top;
}
#cartPop #cartnavigation { 	
	float: left;
	position: absolute;
	bottom: 3px;
	left:0;
	margin-left: 10px;
	width: 200px;
	/*float: left;
	position: relative;
	top: 0px;
	margin-left: 10px;*/
}
	
	
#cartPop html*#cartnavigation {	
	/*just for IE
	*top:0px;*/
}
#cartPop #carttitle {
	height: 20px;
}
#cartPop #carttitle h1 { 
	float: left;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 12px;
	top: 10px;
}
#cartPop #carttitle p { 
	float: right;
	font-size: 10px;
	text-align: right;
	padding: 0;
	margin: 6px 13px 0 0;
	color: #000;
}
#cartPop .cartheader {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 3px;
	color: #000;
}
#cartPop .cartheader .rightTH {
	text-align:right;
}
#cartPop .cartline {
	background-color:white;
	border-color:white;
}

#cartPop .cartline img {
	margin: 0 3px;
	width:15px;
	height:15px;
	/*padding: 0 10px;*/
}
#cartPop #checkout {
}
#cartPop #carttotals {
	float: right;
	position: absolute;
	bottom: 3px;
	right:0;
	margin-right: 10px;
	width:300px;
	}
html*#cartPop #carttotals {
	/*just for IE*/
	*position:relative;
	*bottom:-25px;
	_bottom:-45px;
}
#cartPop a.remline {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
}
#cartPop a:hover.remline {
	color: #000;
}
#cartPop .cartprice {
	padding: 0 5px;
	font-size: 12px;
	width: 50px;
	text-align: right;
}

#cartPop #cartinnertable tbody tr.cartheader td {}

#cartPop .cartsubtotal {
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	text-align: right;
	padding-right: 10px;
}

#cartPop .cartitem {
	/*width: 300px;*/
	font-size: 11px;
	text-align:left;
}
#cartPop .qtyclass {
	margin-right: 3px;
	margin-left: 3px;
	text-align: center;
	width: 20px;
}
#cartPop #cartDiv #cart a { 
	background-image: none;
	width: auto;
	height: auto;
}
#cartPop #emptycart {
	height:300px;
}

#cartPop a.addclass:link, a.addclass:visited,
#cartPop a.lessclass:link, a.lessclass:visited { 
	background-color: #f7ebdb; 
	font-size: 9px; 
	padding: 0 5px;
}
#cartPop a.addclass:hover, a.addclass:active,
#cartPop a.lessclass:hover, a.lessclass:active { 
	background-color: #a30000;
	color: #fff;
}
