/* Custom Styles */
/* Please make sure all standalone selectors start with ctm_ */

/* Caption */
.ctm_caption { font-size:1.0em; color:#666; font-weight:bold; line-height:1.4; width:250px; padding:5px 0 30px; }

/* Text Arrows */
.ctm_arrow_down { background:url(/App_Images/arrow_down_blue.png) 0 0px no-repeat; padding:0 0 5px 26px; }
.ctm_arrow_up { background:url(/App_Images/arrow_up_blue.png) 0 0px no-repeat; padding:0 0 5px 26px; }
.ctm_arrow_left { background:url(/App_Images/arrow_left_blue.png) 0 0px no-repeat; padding:0 0 5px 26px; }
.ctm_arrow_right { background:url(/App_Images/arrow_right_blue.png) 0 0px no-repeat; padding:0 0 5px 26px; }

/* Image Align */
.ctm_left_image { margin:0 15px 5px 0; }
.ctm_right_image { margin:0 0 5px 15px; }

/* Blue highlight text block */
/* Overide standard p tag */
div.main p.ctm_highlight_text_block  { padding: 10px; background-color: #e8f7ff; font-size:1.2em; color:#333; line-height:1.6; width:auto; }
.ctm_highlight_text_block { padding: 10px; background-color: #e8f7ff; font-size:1.2em; color:#333; line-height:1.6; width:auto; } /* Empty tag so as appears in dropdown */

/* Homepage Promotion */
.ctm_homepage_promotion { background:url(/assets/repository/media/fce7af9f-5504-4640-b4a6-383c1185dd69/fce7af9f-5504-4640-b4a6-383c1185dd69_o.png) -100px 50% no-repeat; }

/* Word is out homepage */
.ctm_homepage_promotion_word { background:url(/assets/repository/media/737a1bdb-4a8d-4ace-933c-a52afe718be9/737a1bdb-4a8d-4ace-933c-a52afe718be9_o.png) -160px 50% no-repeat; }

/* Add to dropdown */
.small { }
.large { }

/* DOM DELETED */
/*h2.ctm_arrow_down { background:url(/App_Images/arrow_down_blue.png) 0 0 no-repeat; padding:0 0 0 26px; }*/

/*div.main div.text p a {color:#0066ff;text-decoration:none;}
div.main div.text p a:hover {color:#0066ff;text-decoration:underline;}*/

div.main div.highlightBlue p a {color:#333;text-decoration:underline;}

div.main div.highlightBlue p a:hover {color:#333;text-decoration:none;}

/* Fix for the large p tag within detail template (double-column) 02.10.08 */
div.main div.text div.double-column p.large {
	width:auto;
}

div.double-column dl dd a {
	color: #66CCFF;
	text-decoration:none;
}

div.double-column dl dd a:hover {
	color: #333;
}

/*
body.homepage td.home {
background:transparent url(/App_Images/patrick_bg.png) no-repeat scroll 0 76px;
}
*/



































