/*
	== CrossSell.css ==
	Controls the appearance and different layouts used for
	the Cross-Sell page. Current layouts include:
	
	- Standard/Normal
	- Epson Ink Club
	
	Also controls layout for the product listing layouts for
	the following pages:
	
	- Buy Ink
	- Paper & Media
	
	Created: May 2, 2006 (S. Rashid)
	Last Modified: January 5, 2007 (S. Rashid)
*/

h2.bar { font-size: 14px; }
	
/* Product Table Styles */
.products {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.products td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 4px 8px;
	border-top: 1px solid #ccc;
	text-align: center;
}

.products td.prodItem { text-align: left; }
.products td.prodItemCross { width: 250px; text-align: left; }
.products td.prodItemCrossPaper { width: 200px; text-align: left; padding-left: 15px; }

.products .heading td {
	font-weight: bold;
	color: #039;
	border: 0;
}

td.icon { width: 40px; }
td.iconCross { width: 102px; }


/* Style to Position Checkout Buttons */
.checkoutBtn {
	float: right;
	margin: 10px 4px 20px 4px;
}


/* Text style for online deals */
.onlineDealMsg { color: #666; }




/* Common Cross-Sell Header Styles */
.CrossSell_Header {
	width: 730px;
	margin: 0 0 10px 0;
	padding: 0;
}

.CrossSell_ProdImage {
	width: 216px;
	float: left;
	margin: 1px 0;
	padding: 0;
}



/* Standard Cross-Sell: Item Added Box */
.Standard_ItemAdded {
	width: 418px;
	padding: 20px;
	margin-top: 20px;
	background-color: #e7e7e7;
	border: 1px solid #c00;
	font: normal normal bold 18px verdana, arial, helvetica, sans-serif;
	text-align: center;
	color: #c00;
	float: right;
}



/* Ink Club Cross-Sell: Banner Image */
.InkClub_Banner {
	width: 490px;
	padding: 0;
	margin: 0;
	float: right;
	background-color: #000;
	border: 0;
}

.InkClub_UserInput {
	height: 95px;
	padding: 0 4px 0 150px;
	margin: 0;
	font: normal normal normal 10px verdana, arial, helvetica, sans-serif;
	color: #fff;
	background: url("/images/ClubOffer/InkClub_SampleSavings.gif") no-repeat;
}

.InkClub_UserInput p {
	margin: 0;
	padding: 2px 0;
}

.InkClub_Error {
	width: 490px;
	padding: 0;
	margin: 0;
	float: right;
	border: 0;
	color : #FF0000;
}

.InkClub_AcceptError { color: #ff0; }

.InkClub_UserInput a { color: #fff; }



/* Styles for the Product Sub-Sections */

.sectionHeader {
	border: 1px solid #039;
	background-color: #EDF3F9;
	margin: 4px 0px;
}

.sectionImg {
	width: 80px;
	float: left;
}

.sectionMsg {
	width: 620px;
	margin: 10px;
	float: left;
}


/* CSS for Buy Ink and Paper & Media Pages */

#BuyNowTop {
	background: url('/2005redesign/dot.gif') bottom repeat-x;
	padding: 6px 0;
}

#BuyNowTop input{
	float: right;
}

#BuyNowTop h2 {
	border: 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0 0 0;
	padding: 0;	
	background: none;
}

.wholeColumn .products {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}

.wholeColumn .products th {
	color: #039;
	padding: 4px;
	font-size: 10px;
	vertical-align: bottom;
	font-size: 10px;
}

.wholeColumn .products td {	
	vertical-align: top;
	border-top: 1px solid #ccc;
	padding: 4px;
	font-size: 10px;
}

.wholeColumn .icon {
	text-align: center;
	width: 40px;
}

.wholeColumn .iconCross {
	text-align: center;
	width: 102px;
}

td.item, th.item { text-align: left; }

.item h3 {
	font-weight: normal;
	font-size: 11px;
	margin: 0;
}

.item h3 a:link, .item h3 a:visited {
	text-decoration: none;
	color: #000;
}

.item h3 a:hover { text-decoration: underline; }

.prodnum, .price { text-align: center; }

td.price { font-weight: normal; }


.qty, .wheretobuy, .addtocart {
	width: 50px;
	text-align: center;
}

.notify { text-align: center; }

.offer { color: #999; }



/* Row styling to show where error occurred */

tr.error td { color: #000; }
			
tr.error .qty input { background-color: #ff9; }


/* CSS for Paper Products */
#paper .prodnum { width: 65px; }

.size, .count {
	text-align: center;
	width: 65px;
}

/* CSS for Ink products */
.code { text-align: center; }


.BuyNow {
	width: 100%;
	background-image: url('http://www.epson.com/2005redesign/dottedline.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
	text-align: right;
	margin-bottom: 20px;
}


#TopBanner { margin: 6px 0; }

.selectprinter { float: left; }
.browseprinters { float: right; }


#footnote {
	width: 80%;
	text-align: center;
	margin: 10px auto;
	font-size: 10px;
}


