﻿/* RelateCMS PRINT CSS for SYD Duty Free Website */

*
{
	font-family: Sans-Serif;
	font-size: 1em	
}
h1
{
	font-size: 1.4em;	
}
h2
{
	font-size: 1.2em	
}
h3
{
	font-size: 1.1em	
}
#memberlogin-container, #header-container, #leftnav, #footer-container, hr, .noprint
{
	display: none;
}
#content
{
	display: block;
}

/* Shopping Cart */

#cart
{
	margin-right: 10px
}

#cart .title-button
{
	float: right;
	margin: -25px 10px 0 0;
}

#cart .item
{
	background-color: #EFEFEF;
	min-height: 25px;
	padding: 10px 0 0 0;
	margin: 0 0 1px 0;
}

/* IE6 only - min-height hack */
* html #cart .item
{
	height: auto !important;
	height: 25px;
}

#cart .item .product-title
{
	float: left;
	clear: left;
	padding: 0 5px 0 10px;
	margin: 0 0 0 0;
	width: 325px;
}

#cart .item .product-title a
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#cart .item .product-title a:hover
{
	color: #C3C3C3;
}

#cart .item .product-quantity
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 60px;
}

#cart .item .product-quantity input
{
	width: 25px;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
}

#cart .item .product-quantity label
{
	color: #CCCCCC;
	font-weight: bold;
}

#cart .item .product-remove
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 60px;
}

#cart .item .product-price
{
	float: right;
	clear: right;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	color: #666666;
	font-weight: bold;
}

#cart .bundle
{
	margin: 20px 0 0 0;
}

#cart .bundle .bundle-title
{
	background: #A3A3A3;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	margin: 0 0 1px 0;
	min-height: 20px;
}

/* IE6 only - min-height hack */
* html .bundle .bundle-title
{
	height: auto !important;
	height: 20px;
}

#cart .bundle .bundle-title .highlight
{
	color: #666666;
}

#cart .bundle .item-container
{
	border: 1px solid #A3A3A3;
}

#cart .bundle .bundle-options
{
	background-color: #FFFFFF;
	min-height: 60px;
}

#cart .bundle .bundle-options .option
{
	float: left;
	width: 50%;
}

#cart .bundle .bundle-options .option-image
{
	float: left;
	clear: left;
	margin: 0 10px 0 10px;
	width: 55px;
}

#cart .bundle .bundle-options .option-fields
{
	float: left;
	margin: 20px 0 0 0;
	color: #666666;
	font-weight: bold;
	width: 200px;
}

#cart .bundle .bundle-options .radio
{
	margin: 0 5px 0 0;
	background: none;
	border: 0;
}

#cart .bundle .product-details
{
	height: 85px;
}

#cart .bundle .product-details .product-img
{
	float: left;
	clear: left;
	width: 80px;
	text-align: center;
	margin: 10px 0 0 0;
}

#cart .bundle .product-details .product-text
{
	float: left;
	color: #666666;
	font-weight: bold;
	width: 320px;
	margin: 10px 0 0 0;
}

#cart .bundle .product-details .product-price
{
	float: right;
	clear: right;
}

#cart .bundle .product-details .product-price .price
{
	font-weight: bold;
	display: block;
	margin: 10px 10px 0 0;
	font-size: 14px;
	text-align: right;
}

#cart .bundle .promotion-price
{
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}

#cart .gift-vouchers
{
	border: 1px solid #A3A3A3;
	height: 90px;
	margin: 20px 0 0 0;
}

#cart .gift-vouchers .voucher-title
{
	background: #EFEFEF;
	color: #666666;
	font-weight: bold;
	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
	height: 25px;
}

#cart .gift-vouchers .voucher-main
{
	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
	height: 60px;
}

#cart .gift-vouchers .voucher-text
{
	float: left;
	clear: left;
	width: 250px;
	margin-right: 10px;
	color: #666666;
	font-weight: bold;
}

#cart .gift-vouchers .voucher-fields
{
	float: left;
	width: 180px;
	margin-right: 10px;
}

#cart .gift-vouchers .voucher-fields input
{
	display: inline;
	margin: 10px 3px 0 0;
	width: 80px;
}

#cart .gift-vouchers .voucher-buttons
{
	float: left;
	margin: 5px 10px 0 0;
}

#cart .total-price
{
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 10px 10px 0;
}

#cart .currency-converter
{
	height: 30px;
	background-color: #EFEFEF;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	padding: 10px 10px 0 10px;
}

#cart .currency-converter .currency-left
{
	float: left;
	clear: left;
	color: #666666;
	font-weight: bold;
}

#cart .currency-converter .currency-right
{
	float: right;
	clear: right;
	font-size: 18px;
	font-weight: bold;
}

#cart .payment-methods
{
	margin: 20px 0 0 0;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	height: 50px;
}

#cart .payment-methods .methods-left
{
	float: left;
	clear: left;
	font-weight: bold;
	padding: 20px 0 0 0;
	color: #faa905;
}

#cart .payment-methods .methods-right
{
	float: left;
	padding: 10px 0 0 0;
}

#cart .payment-methods ul
{
	display: inline;
}

#cart .payment-methods li
{
	display: inline;
}

#cart .validation-summary
{
}

#cart .validation-summary .title
{
	color: #FF0000;
}

/* Order Summary */

#ordersummary
{
	border-top: solid 1px #c3c3c3;
	border-bottom: solid 1px #c3c3c3;
	margin-bottom: 15px;
}

#ordersummary .left, #ordersummary .right
{
	width: 50%;
	float: left
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
