/*
 * cm - specific
 * $Id: info_page.css 34032 2010-04-29 13:44:43Z iargent $
 */ 

#info-page {
	color: #333333;
	background:#fff;
}
#info-page h2 {
	background: url(../../../static/img/cm/arrow_orange.gif) no-repeat; 
	color: #01274b;
}
#orderCardSecurityCode {
	background: #fff;
}
#orderCardSecurityCode h3 {
	color: #01274b;
}
#info-page th {
	width: 170px;
}
#info-page td {
	border-bottom: transparent 1px solid; 
	width: 170px;
}
#info-page td.lines {
	border-bottom: #333 1px dotted;
}
#comfort {
	position: relative; 
	overflow: auto;
}
#comfort dl {
	width: 95%; 
	display: block; 
	margin-bottom: 20px; 
	overflow: auto; 
	margin-right: 20px;
}
#comfort dd {
	padding-left: 100px;
}
#view-ticket {
	border: #e0e0e0 1px solid; 	
	background-color: #f2f2f2; 	
	padding:10px 10px 30px;
}
#ticket .ticket {
	border: #e0e0e0 1px solid; 	
	background-color: #f2f2f2; 
	padding: 10px 10px 20px;
}
#ticket ul {
	margin-bottom: 0px !important;
}
#ticket li {
	list-style-type: none; margin-bottom: 0px !important;
}
#ticket li.ticket-submit {
	padding-top: 36px;
}
#info-page ul {
	margin-left:20px;
}

/*=sizing chart */
#sizing-tables table .headBgColor {
	background-color: #F64A00;
	color:#fff;
}
#sizing-tables table .headingsText {
	color: #F64A00;
}
#sizing-content-thickbox table td,th {
	padding-left: 7px;
}

#sizing-content-thickbox h2 {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 25px;
	background-color:#F64A00;
	color:#fff;
}

/*= new About Us layout */
.about_p {
		border-bottom: 1px dotted #000000; 
		margin-bottom:30px; 
		padding-bottom:30px; 
		float:left; 
		width:800px;
	}
	.about_p.last {
		border-bottom: none; 
	}
	.about_titles {
		font-size:16px;
		font-weight:bold;
		color:#EA6D1F; 
		margin-left:10px; 
		text-transform:uppercase;
	}
	.about_titles.first {
		margin-left:0;
	}

	.about_img {
		width:115px; 
		display:block; 
		float:left;
	}
	.about_text {
		width:685px;  
		display:block; 
		float:left;
	}
