/* 
 * page css here 
 *
 ***********************************/

h2.pTitle {font-size:16px; color:#4e4e50; background:url(../images/line-1.gif) top right no-repeat; text-transform:capitalize; background-position:130px 8px; margin-bottom: 20px;}
p.pPText{color:#858585; font-size:12px; line-height:1.8em; padding-bottom:25px;}


.paddingspace {padding: 10px 0;}

/*
 * info-box
 *
 *******************************/
.info-box{border:1px solid #dfe2e3; padding:20px; background:#fff url(../images/amuse/info.png) 20px 50% no-repeat;}
	.info-box p{color:#747474; font-size:15px; padding:5px 0 5px 65px; min-height:28px; font-style:italic;}


/*
 * success-box
 *
 *******************************/
.success-box{border:1px solid #c5df9e; padding:20px; background:#d8eda6 url(../images/amuse/success.png) 20px 50% no-repeat;}
	.success-box p{color:#819367; font-size:15px;  padding:5px 0 5px 65px; min-height:28px; font-style:italic; background-position:0 -91px;}
	
	
/*
 * warning-box
 *
 *******************************/
.warning-box{background:#fff09c url(../images/amuse/attention.png) 20px 50% no-repeat; border:1px solid #ffd885; padding:20px; }
	.warning-box p{color:#c08445; font-size:15px; padding:5px 0 5px 65px; min-height:28px; font-style:italic; background-position:0 -182px;}
	

/*
 * error-box
 *
 *******************************/
.error-box{background:#ffbfa3 url(../images/amuse/error.png) 20px 50% no-repeat; border:1px solid #ef9e85; padding:20px; }
	.error-box p{color:#9b4e36; font-size:15px; padding:5px 0 5px 65px; min-height:28px; font-style:italic; background-position:0 -272px;}
	

/*
 * tabbed-content
 *
 **************************************/
 .tabbed-content{padding-top:20px; float: left; width: 100%; margin-bottom: 20px;}
 	ul.tabList{list-style:none; height:36px; border-left:1px solid #dfe2e3; margin: 0!important; padding: 0!important;}
	ul.tabList li{float:left; font-size:13px; padding: 0!important; margin: 0!important; font-weight:bold; border-right:1px solid #dfe2e3!important; border-top:1px solid #dfe2e3!important;  height:35px!important; line-height:2.8em!important; text-transform:capitalize; background-image: none!important}
	ul.tabList li a{background-color:#eeefef; color:#acacac; height:35px; display:block; padding:0 35px;}
	ul.tabList li:hover a, ul.tabList li.ui-state-active a{background:url(../images/tabListBg.png) repeat-x; color:#4e4e50;}
	
	.tabed-contentIn{background-color:#fff; border:1px solid #dfe2e3; padding:20px 30px;}
	.tabed-contentIn h3{color:#4e4e50; font-size:16px; font-weight:bold;}
	.tabed-contentIn p{padding-top:15px; line-height:1.7em; font-size:12px; color:#858585;}
	
	.ui-helper-hidden, .ui-tabs-hide { display: none; }
	.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
	.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
	.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.ui-helper-clearfix { display: inline-block; }
	/* required comment for clearfix to work in Opera \*/
	* html .ui-helper-clearfix { height:1%; }
	.ui-helper-clearfix { display:block; }
	/* end clearfix */
	.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
	
/*
 * toggleable-content
 *
 **************************************/
 .toggleable-content{margin-top:10px; background-color:#fff; border:1px solid #dfe2e3; border-top:none; margin-bottom: 10px;}
 	.toggleable-content h3{color:#4e4e50; font-weight:bold; border-top:1px solid #dfe2e3; text-transform:capitalize; background:url(../images/tabListBg.png) repeat-x; height:25px; padding:5px 5px 5px 17px; margin: 0!important; font-size:13px;}
	.toggleable-content h3 a{display:block; color:#4e4e50; background:url(../images/amuse/toggles.png) right -50px no-repeat; height:25px; line-height:2.1em;}
	.toggleable-content h3.ui-state-active a {background-position:right 0px;}
	.toggleable-content h3.ui-state-active a:hover{background-position:right -25px!important;}
	.toggleable-content h3 a:hover{background-position:right -75px;}
	#accordion div{border-top:1px solid #dfe2e3; padding:20px 30px;}
	#accordion h4{font-size:16px; font-weight:bold; text-transform:capitalize;}

	
	
/*
 * unordered-list
 *
 ***************************************/
 .unordered-list-check {margin-top:30px;}
 	h4.unorderedTitle{margin-bottom:18px; font-weight:bold; font-size:16px;}
	 .unordered-list-check ul {list-style:none; padding-left:6px!important;}
	 .unordered-list-check ul li{font-size:12px!important; background:url(../images/uIcon-1.png) top left no-repeat!important; padding-left:20px!important; min-width:20px!important; background-position:0 3px!important; margin-top:8px!important;}
	 


/*
 * unordered-list-star
 *
 ***************************************/
 .unordered-list-star{margin-top:30px;}
	 .unordered-list-star ul{list-style:none!important; padding-left:6px!important;}
	 .unordered-list-star ul li{font-size:12px; background:url(../images/uIcon-2.png) top left no-repeat!important; padding-left:20px!important; min-width:20px!important; background-position:0 1px!important; margin-top:8px!important;}
	 
	 
/*
 * unordered-list-arrow
 *
 ***************************************/
 .unordered-list-arrow{margin-top:30px;}
	 .unordered-list-arrow ul, .post ul {list-style:none; padding-left:6px;}
	 .unordered-list-arrow ul li, .post ul li {font-size:12px; color: #858585; background:url(../images/uIcon-3.png) top left no-repeat; padding-left:20px; min-width:20px; background-position:0 1px; margin-top:8px;}
	 
	 
/*
 * ordered-list
 *
 ***************************************/
	 ol { list-style:decimal inside; margin-left:-15px}
	 ol li{font-size:12px;   padding-left:20px; min-width:20px; margin-top:8px;}

