/* CSS Document
Pam Tillis
Store: Cart Page CSS
© 2007 Pam Tillis
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

div#mainareaproductlistdiv {
	padding: 35px 50px 40px 35px;
	}

/* from the cart.php page */

div.illustrations-popup-large {
	z-index: 8;
	position: relative;
    }
	
div.illustrations-popup-large div.ill-large {
	display: none;
	left: -50px;
	position: absolute;
	top: -150px;
	border: 1px solid black;
    }
	
div.illustrations-popup-large div.ill-large div.myimage {
	z-index: 2;
	position: relative;
    }
	
div.illustrations-popup-large div.ill-large img.close {
	z-index: 4;
	right: 13px;
	cursor: pointer;
	cursor: hand;
	position: absolute;
	top: 10px;
    }
	
div.illustrations-popup-large div.ill-large div.caption {
	font-size: 85%;
	z-index: 3;
	min-height: 46px;
	position: relative;
	height: 46px;
	background-color: #f5f5ea;
    }
	
div.illustrations-popup-large div.ill-large div.caption div {
	padding: 1.0em 1.0em 0.5em 1.0em;
	text-align: center;
    }
	
/* from the shopping-cart-container-empty.tpl.html page */

div.avactis-style-shoppingcart {
    padding: 2px;
	margin: 0;
	width: 100%;
    font-family: Tahoma, Verdana;
	color: #333333;
	font-size: 11px;
    font-weight: normal;
	text-decoration: none;
}

div.avactis-style-shoppingcart div.title {
    text-align: left;
	color: #000;
	font-size: 120%;
	font-weight: bold;
}

div.avactis-style-shoppingcart HR.separator {
    height: 1px;
	color: #E5E5E5;
	background-color: #E5E5E5;
	border: 0px;
}

div.avactis-style-shoppingcart div.empty_cart_text {
    color: #C63983;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
    padding: 20px;
}

/* from the shopping-cart-container-javascript.tpl.html page */

div.avactis-style-shoppingcart A.larger_image_text {
    font-size: 10px;
	text-decoration: underline;
	color: #666666
}

div.avactis-style-shoppingcart div.product_name {
    color: #666666;
	font-weight: bold;
}

div.avactis-style-shoppingcart INPUT {
    border-width: 1px;
	border-style: solid;
	border-color: gray; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
	background-color: #FFEEFF;
}

div.avactis-style-shoppingcart div.illustrations-popup-large {
    z-index: 8;
	position: relative; 
}

div.avactis-style-shoppingcart div.illustrations-popup-large div.ill-large {
    display: none;
	left: -50px;
	position: absolute;
	top: -150px;
	border: 1px solid black; 
} 

div.avactis-style-shoppingcart div.illustrations-popup-large div.ill-large div.myimage {
    z-index: 2;
	position: relative; 
}

div.avactis-style-shoppingcart div.illustrations-popup-large div.ill-large img.close {
    z-index: 4;
	right: 13px;
	cursor: pointer;
	cursor: hand;
	position: absolute;
	top: 10px
}

div.avactis-style-shoppingcart div.illustrations-popup-large div.ill-large div.caption {
    font-size: 12px;
	z-index: 3;
	min-height: 46px;
	position: relative;
	height: 46px;
	background-color: #f5f5ea;
	font-weight: bold;
}

div.avactis-style-shoppingcart div.illustrations-popup-large div.ill-large div.caption div {
	padding: 1.0em 1.0em 0.5em 1.0em;
	text-align: center;
}

/* from the shopping-cart-container.tpl.html page */

div.avactis-style-shoppingcart A.larger_image_text {
    font-size: 10px;
	text-decoration: underline;
	color: #666666;
}

div.avactis-style-shoppingcart div.product_name {
    color: #666666;
	font-weight: bold;
}

div.avactis-style-shoppingcart input {
    border-width: 1px;
	border-style: solid;
	border-color: gray; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
	background-color: #FFEEFF;
}
