@charset "UTF-8";
/* CSS Document */

/* ----- this sheet contains text and layout style specific to home products ----- */

.cartHeaderBkd {
	background:url(/global-images/sub-page/cart-hdr-bkd.jpg) center top repeat;
	text-align:left;
	padding: 0 0 0 25px;
	margin:0 5px;
}

/* ----- created for top blocks that need gradient with heading text but not step icons ----- */

.cartHeaderBkdTop {
	background:url(/global-images/sub-page/cart-hdr-bkd.jpg) center top repeat;
	text-align:left;
	padding: 0 0 0 ;
	margin:0 5px;
	min-height:60px;
}

.cartProductHdr-h1 {
	color:#FF731B;
	font-size:22px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}

.cartProducts-h1 {
	color:#FF731B;
	font-size:18px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	/*padding: 0 0 0 25px;*/
}

.cartProducts-h2 {
	color:#FF731B;
	font-size:16px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.green {color:#339900; font-weight:bold;}

.bundleGreen {color:#339900; font-weight:bold; font-size:16px;}
.bundleRed {color:#D93337; font-weight:bold; font-size:12px;}

/* ----- add padding to td that final check out message apprears in ----- */
td#finalMessage {padding:10px; margin:0;}

td#finalMessage ol {
	margin:0 0 10px 30px;
}

/* ----- class for ul used in custom block for related links in cart adds arrow image bullet ----- */

.customBullets li {
	list-style: none;
	background: url(/global-images/arrow-bullet.jpg) no-repeat center left;
	padding:0 0 0 25px;
	margin: 0;
	line-height:16px;
}

/* ----- li style created for faq content block in cart ----- */

.cartList {
	list-style: none;
	margin:0 0 0 15px;
	padding:0 0 0 20px;
	line-height:18px;
	background: url(/global-images/arrow-bullet.jpg) no-repeat center left;
}

/* ----- breadcrumbs in partners areas ----- */
.breadcrumbDelimiter {
	padding:15px 0 0 0;
}

/* ----- styles created for special offers block ----- */
.offerButtons {padding:10px 0;}

.bl_offers {width:405px;}

/* ----- used on special offer and product details block to change width to 450px ----- */
.titleTop2 {width:405px; background: url(/global-images/cart/405-col-bkd.jpg) repeat-y left; padding: 0; margin:0;}

.blockTD2 {background: url(/global-images/cart/405-col-bkd.jpg) repeat-y left; padding: 0; margin:0;}

table#contentHeight {height:350px; background: url(/global-images/cart/405-col-bkd.jpg) repeat-y left; padding: 0; margin:0;}

.bl_productdetails {margin-top:20px;}
.bl_offers {margin-top:20px;}

/* ----- used to reformat widths of support pages and add rt nav block through the cart ----- */

.bl_support {}

/* -----  styles for special offer block ----- */

.offerBkd {
	background: url(/global-images/cart/offer-gradient.jpg) no-repeat top;
	height:66px;
	margin-bottom:20px;
}

.offerTitle div {
	color:#fff;
	font-size:20px;
}

/*------ custom block for reseller marketing kit ----- */

/* ----- left column product placement and description ----- */

#marketingKit {
	margin:0; padding:0 0 20px 0;
	width:765px;
}

#marketingKitPic {
	padding:0 0 0 20px; margin:0;
	float:left;
	width:125px;
}

#marketingKitDescription {
	padding:0 15px 0 15px; margin:0;
	float:right;
	width:560px;
}