/*Pricing info modules*/
/*CATEGORY LIST*/
#pricingCategory,
#pricingCategory2 {
	float:left;
	position: relative;
	top: -6px;
	margin-top: 5px;
	margin-bottom: -15px;
}
#pricingCategory2 {
	position: relative;
	top: -3px;
	margin-top: 2px;
	margin-bottom: -2px;
}
#pricingCategory .section,
#pricingCategory2 .section {
	padding-bottom: 4px;
	font-size: 1.36em;
	font-weight: bold;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom:5px;
}

.tableType1 tr td.costs, .tableType1 tr th.costs {
	text-align: right;
}

.tableType1 caption.alternateA {
	padding: 10px; 
	text-align: left; 
	background-color: #e7f2fd; 
	border-bottom:1px solid #dfdfdf;
}

/*COST OF CALL MODULE*/
div.containerCostOfCall, div.containerCostOfCall2{
	float:left;
	margin-bottom:10px;
	width:100%;
}
div.containerCostOfCall2{
	margin-bottom:10px;
}
.costOfCall{
	background-color:#F4F9FF;
	border-bottom:1px solid #E7F2FF;
	padding:10px 10px 7px 10px;
	display:block;
}
.costOfCall .twoCols .colLeft{
	width:40%;
	float:left;
}
.costOfCall .twoCols .colRight{
	width:60%;
	float:left;
}


.colRight label {
	margin-right: 8px;
	position: relative;
	top: -3px;
}

.costOfCall select{
	width:170px;
	float:left;
	margin-right:7px;
}
/*AZ-MODULE*/
#directoryButton {
	padding-bottom:10px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:10px;
}
/* the below overide global_navigation.css to ensure A-Z does 
   not spill over to two lines in narrower layout 1 */
#directoryButton li {
	margin: 0 4px 0 0;
	padding: 1px;
}

/* RELATED DOWNLOADS */
ul.fileLinks{
	float: left;
	padding: 0.4em 0 0 0;
}
ul.fileLinks li{
	float: left;
	list-style: none;
	display: list-item;
	margin: 0;
	border-bottom: solid 1px #e7f2ff;
	padding: 5px 5px;
	width: 510px;
}

ul.fileLinks li.firstChild{
	border-top: solid 1px #cccccc;
}
ul.fileLinks li.lastChild{
	border-bottom: solid 1px #cccccc;
}
ul.fileLinks li.odd{
	background-color: #f1f8ff;
}
ul.fileLinks li.even{
	background-color: #fbfdff;
}
ul.fileLinks li.onlyChild {
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
ul.fileLinks span.file{ 
	float: right;
	width: 130px;
	padding:0;
	position: relative;
	top: 181px;
	margin-top: -185px;
}

ul.fileLinks span.file a img {
	position: relative;
	top: 3px;

}
blockquote {
	margin: 0;
	padding:1em 0 0 0;
}
blockquote p{
	color:#666 !important;
}
/*RELATED INFO*/
.relatedInfo{
	background: url(../img/css/bg_grad_blue_1x110.jpg) repeat-x top;
	overflow:hidden;
	width:100%;
	min-height:110px;
	float:left;
}
.relatedInfo .container {
	padding: 0.8em;
}
/*SEARCH*/
.search{
	margin-bottom:10px;
}
.search h5{
	color:#0066CC;
	font-weight:normal;
}
.search .colLeft{
	padding-top:2px;
}
.search .container{
	padding:0 0 7px 0;
	border-bottom:2px solid #dfdfdf;
	vertical-align:bottom;
}
.search input{
	float:left;
	margin-right:15px;
}
.search input#search{
	width:80px;
}
.searchResults{
	padding:10px 5px 10px 20px;
	background-color:#F1F8FF;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	margin-bottom:10px;
}
.noResults h3{
	padding: 10px 0;
}
.noResults ul {
	list-style-type: none;
}
.noResults li {
	margin-left: 0;
	padding-left: 15px;
	background: url(../img/css/bg_list_bullet.gif) no-repeat 5px 0.7em;
}
/* SEARCH */
#headerWide {
	margin: 0;
}
#headerWide h1 {
	margin: 0 0 10px 0;
	padding: 0;
}

#search3 {
	width: 550px !important;
	margin: 0;
	padding: 0;
}
div.tipsLink {
	margin: 0;
	padding: 0;
}
div.tipsLink {
	margin: 0 0 12px 0;
}
div.tipsLink p a {
	font-weight: normal;
}

#search3 label {
	float: left; 
	width: 130px;
	margin-top: 18px;
}

#search3Field {
	float: left; 
	width: 140px; 
	margin: 15px 15px 0px 0;
	
}
#search3Button {
	float: left;
	margin: 14px 15px 0px 0;
}

.resultsInfo2 {
	background:#f1f8ff;
	/*margin-top: 0.5em;*/
	padding: 7px 5px 5px 5px; 
	border-bottom: 1px solid #DFDFDF;
	margin: 0;
}

.resultsInfo2 p.floatLeft {
	float: left;
	width: 440px;
}

.resultsInfo2 p.floatRight{
	float: right;
	width: 200px;
	text-align: right;
}

ul.resultsList {
	margin: -10px 0 0 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

ul.resultsList li {
	display: block;
	margin: 25px 0 0 0;
	list-style-type: none;
	padding: 0;
}

ul.resultsList h3.first {
	margin: 0 0 0 0;
	color: #666666; 
	padding: 0;
}

ul.resultsList h3, ul.resultsList p {
	color: #666666; 
	margin: 0; 
	padding: 0;
	font-weight: normal;
}
ul.resultsList h3, ul.resultsList h3.first {
	font-size: 1.2em;
}


.paginationContainer .product-pagination {
	border-top: 1px solid #DFDFDF;
	padding-top: 10px;
	margin-top: 20px;
}
/*END SEARCH */
/*PAGINATION*/
.pagination{
	float:left;
	padding:15px 0 8px 0;
	margin-bottom: 15px;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	width:100%;
}
.pagination .previous{
	float:left;
	position:relative;
	left:0;
}
.pagination div.pageNumbers{
	text-align:center;
	margin:0 100px;
	padding-bottom:10px;
}
.pagination div.pageNumbers a,
.pagination div.pageNumbers span {
	font-weight: bold;
}
.pagination .next{
	float:right;
}
/*CALL RESULTS POPUP*/
p.calcResults {
	margin:1em 0 1em 10px;
}





