/*  ===== pt_customerservice Notes =====   /
	Styles for the pt_customerservice page.
	This page has a two column layout,
	
	Use this style sheet to put custom styles specific to the Content Asset Pages,
	editable in the Business Manager.
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/
/* Wider content area for customerservice pages (same as for storefront welcome pages) */
#pt_customerservice #leftColumn {
	display:none; }	
#content {
	width: 1000px;
	background-color: #ffffff;
	border: none;
	margin-left: 0px;
	/*margin-bottom:23px;
	padding-bottom:23px;*/}
	
/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	
/*
	Text from the content management system. Style are applied within the content assets.
	Default style definition in pt_default.css
*/
#pt_customerservice #content .text  {}

#pt_customerservice #content .text  h1 {
	padding: 0;
	margin: 0; }

#pt_customerservice #content .contentasset #addresstable td  {
	padding: 5px 10px; }

	#pt_customerservice #content .text a {
		font-weight: bold; }
	
	#pt_customerservice #content .text p.footnote {
		margin-top: 20px;
		border-top: 1px solid darkblue;
		padding-top: 5px;
		font-style: italic; }
	
/* BML Terms & Conditions styles BML_TC in Business Manager.
=======HTML in Business Manager needs to have font tages removed======= */		
#pt_customerservice #content #bml_termsandconditions {	
	margin: 10px; }
	
#pt_customerservice #content #bml_termsandconditions blockquote {	
	margin: 10px 0px; }
		
#pt_customerservice #content #bml_termsandconditions ul {	}
		
#pt_customerservice #content #bml_termsandconditions ul li {	
	margin-left: 20px;}		

.crossSells {
	float:left;
	width:1000px;
	height:145px;
	background: url(../images/cert_bg02.jpg);
	background-repeat:no-repeat;
		
	background-size:100%;
	padding-top:25px;
	
	
	}
	
.crossSells Table{
	float:right;
	
	padding-right:5px;
	}	
	
.crossSellHeader {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	}
	
.crossSellProductTitle {
	font-size:10px;
	text-align:center;
	width:100px;
	padding-left:13px;
	color:#000000;
	}
	
a.crossSellProductTitleLink {
	font-size:10px;
	text-align:center;
	color:#000000;
	text-decoration: underline;
	}
	
a:Hover.crossSellProductTitleLink {
	font-size:10px;
	text-align:center;
	color:#af1e23;
	}
	
.crossSell {
	padding-left:12px;
	align:center;
	}

.crossSellSpacer {
	height:10px;
	} 
	
.coordinatingItems .crossSellSpacer {
	height:5px;
	}		
