/*
*
* Shortcode CSS styling.
* RadiumThemes Shortcodes Plugin
*
*/


/* Dividers */
.separatordots {
    height: 1px;
    width: 100%;
	border-bottom: dashed 1px #ccc;
    margin:15px 0;
	}
	
.separatorline {
    height: 1px;
    width: 100%;
	border-bottom: solid 1px #ccc;
    margin: 15px 0;
	}

/* tab content */
.tabs, 
.tabs li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}
	
.tabs {
	width:100%;
	border-bottom:1px solid #c3c3c3;
	margin-top: 15px;;
	}
	
.tabs li {
	margin-right:4px;
	}
	
.tabList li a {
	border-bottom: none !important;
	}
		
.tabs a {
	padding:7px 20px 7px 20px;
	text-decoration:none;
	margin-bottom:-1px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	}
	
.tabs a:hover {
	}
	
.tabs a.active, 
.tabs a.active:hover { 
	background: #fcfcfc;
	border: 1px solid #c3c3c3;
	}
	
.tab { 
	border:1px solid #c3c3c3;
	border-top:0; 
	clear:both;
	position:relative;
	 padding:15px;
	 margin-bottom: 35px;
	background:#fcfcfc;
	}	
	
/* toggle content */
.toggleItem	{
	border: 1px solid #c3c3c3; 
	margin: 35px 0;
	padding: 1px;
	}
	
.toggleItem .iconSymbol {
	width: 13px;
	height: 13px;
	float: left;
	margin: 9px 10px 10px 10px;
	}

.toggleItem a{
	border-bottom: none !important;
	}
	
.toggleItem .minus{
	background: url(images/toggle.png) no-repeat bottom center;
	}

.toggleItem .plus{
	background: url(images/toggle.png) no-repeat top center;
	}
		
.toggleItem .togTitle   {
	background: #fcfcfc;
	border-bottom:none !important;
	display: block;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	cursor: pointer;
	}
	
.toggleItem .togTitle .title{
	border-left: 1px solid #c3c3c3;
	padding: 7px 20px 7px 20px;
	}
	
.toggleItem .togDesc { 
	border-top: 1px solid #c3c3c3;
	padding: 12px 12px 0px 0px;
	background: white;
	margin-left: 33px;
	}

/* Lists */
div.arrow1_bullets {
	list-style-image: url(images/arrow1_bullet.png);
	}

div.arrow1_bullets ul {
	list-style-image: url(images/arrow1_bullet.png);
	}

div.arrow1_bullets li {
	margin: 4px 0;
	}

div.arrow2_bullets {
	list-style-image: url(images/arrow2_bullet.png);
	}

div.arrow2_bullets ul {
	list-style-image: url(images/arrow2_bullet.png);
	}

div.arrow2_bullets li {
	margin: 4px 0;
	}


/* Message boxes */
.messageBox { 
	font-size: 14px; 
	border-width: 1px 1px 2px 1px; 
	padding: 10px 10px 10px 20px;
	background:#f6f6f6;
	border: 1px solid #c6c6c6;
	margin: 10px 0 20px 0;
	font-size: 12px;
	}

.messageBox .closeBox {
	float: right;
	font-size: 12px; 
	font-weight: bold;
	margin: 0 5px 8px 10px; 
	cursor: pointer; 
	color: #535354; 
	color: rgba(0,0,0,.65); 
	}
	
.messageBox.icon { 
	background-position: 15px 2px;
	background-repeat: no-repeat;
	padding-left: 63px;
	}

/* note */
.messageBox.note {
	background: #fff0bd;
	color: #664;
	border: 1px solid #ffd751;
	}

.messageBox.note .closeBox { color: #585546; }

/* Info box */
.messageBox.info {
	background: #ddf8ff;
	color: #737e84;
	border: 1px solid #68cae4;
	}

.messageBox.info .closeBox { 
	color: #1E414F;
	}
  
/* Error box */
.messageBox.error { 
	background: #ffd5d5;
	color: #7c7479;
	border: 1px solid #ffa8a8;
	}

.messageBox.error .closeBox { 
	color: #7c7479;
	}
 
/* Success box */
.messageBox.success { 
	background: #ddffdd;
	color: #737f7b;
	border: 1px solid #7ec77e;
	}
 
.messageBox.success .closeBox { 
	color: #737f7b;
	}
