/*
*
* 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 #c1c1c1;
	margin: 15px 0;
	-moz-box-shadow: 0 1px 0 #ffffff;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	box-shadow: 0 1px 0 #ffffff;
	}

/* tab content */
.tabs, 
.tabs li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}
	
.tabs {
	margin-top: 6px;
	margin-bottom: 7px;
	height: 30px;
	cursor: pointer;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
	border: 1px solid #969696;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
	box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
		-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
		-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	transition: 0.1s linear all;
		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
	}
		
.tabs a {
	padding:0 12px;
	text-decoration:none;
	display: block;
	font-weight: bold;
	line-height: 30px !important;
	font-size: 12px;
	border-left: 1px solid #fff;
	border-right: 1px solid #969696;
	height: 30px;
	}

.tabs li:last-child a {
	border-right: none !important;
	}
				
.tabs a.active, 
.tabs a.active:hover { 
	background-image: linear-gradient(bottom, rgb(242,242,242) 15%, rgb(250,250,250) 58%);
	background-image: -o-linear-gradient(bottom, rgb(242,242,242) 15%, rgb(250,250,250) 58%);
	background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 15%, rgb(250,250,250) 58%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 15%, rgb(250,250,250) 58%);
	background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 15%, rgb(250,250,250) 58%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.15, rgb(242,242,242)),
		color-stop(0.58, rgb(250,250,250))
	);
	}
	
.tab { 
	clear:both;
	position:relative;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #c1c1c1;
	}
	
	
/* Toggle content */
.toggleItem	{
	margin: 20px 0;
	padding: 1px;
	width: 100%;
	display: block;
	}
	
.toggleItem .iconSymbol {
    float: left;
    margin: 0;
    width: 30px;
    height: 30px;
    float: left;
    z-index: 1;
	}

.toggleItem .iconSymbol.minus {
	background-image: url(images/toggle.png);
	background-position: 2px -22px;
	background-repeat: no-repeat;
	display: block;
	}

.toggleItem .iconSymbol.plus {
	background-image: url(images/toggle.png);
	background-position: 2px 3px;
	background-repeat: no-repeat;
	display: block;
	}
		
.toggleItem .togTitle {
	display: block;
	line-height:30px;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	height: 30px;
	cursor: pointer;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
	border: 1px solid #969696;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
	box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
		-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
		-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		transition: 0.1s linear all;
		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
	}
	
.toggleItem .togDesc { 
	border-bottom: 1px solid #c1c1c1;
	-moz-box-shadow: 0 1px 0 #ffffff;
	-webkit-box-shadow: 0 1px 0 #ffffff;
	box-shadow: 0 1px 0 #ffffff;
	padding: 12px 12px 15px 0px;
	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:5px 0 0 -6px;
	}

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;
	}

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

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

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


/* Message boxes */
.messageBox { 
	border-width: 1px 1px 2px 1px; 
	padding: 10px 10px 10px 20px;
	margin: 10px 0 20px 0;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(236,236,236) 1%, rgb(193,193,193) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(1%,rgb(236,236,236)), color-stop(100%,rgb(193,193,193))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(236,236,236) 1%,rgb(193,193,193) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(236,236,236) 1%,rgb(193,193,193) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(236,236,236) 1%,rgb(193,193,193) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,255,255) 0%,rgb(236,236,236) 1%,rgb(193,193,193) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #969696;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
		-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
		-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	color: #515151;
	font-size: 12px;
	line-height: 20px;
	transition: 0.1s linear all;
		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.1s linear all;
		-ms-transition: 0.1s linear all;
		-o-transition: 0.1s linear all;
	}

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

/* note */
.messageBox.note {
	background: rgb(255,252,231); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,252,231) 1%, rgb(252,228,7) 1%, rgb(242,204,23) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(255,252,231)), color-stop(1%,rgb(252,228,7)), color-stop(100%,rgb(242,204,23))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,252,231) 1%,rgb(252,228,7) 1%,rgb(242,204,23) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,252,231) 1%,rgb(252,228,7) 1%,rgb(242,204,23) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,252,231) 1%,rgb(252,228,7) 1%,rgb(242,204,23) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,252,231) 1%,rgb(252,228,7) 1%,rgb(242,204,23) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce7', endColorstr='#f2cc17',GradientType=0 ); /* IE6-9 */
	
	color: #614200;
	border: 1px solid #a66b05;
	}

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

/* Info box */
.messageBox.info {
	background: rgb(195,223,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(195,223,244) 1%, rgb(168,212,247) 1%, rgb(81,187,224) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(195,223,244)), color-stop(1%,rgb(168,212,247)), color-stop(99%,rgb(81,187,224))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(195,223,244) 1%,rgb(168,212,247) 1%,rgb(81,187,224) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(195,223,244) 1%,rgb(168,212,247) 1%,rgb(81,187,224) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(195,223,244) 1%,rgb(168,212,247) 1%,rgb(81,187,224) 99%); /* IE10+ */
	background: linear-gradient(top,  rgb(195,223,244) 1%,rgb(168,212,247) 1%,rgb(81,187,224) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3dff4', endColorstr='#51bbe0',GradientType=0 ); /* IE6-9 */
		color: #093d70;
	border: 1px solid #1e6cb8;
	}

.messageBox.info .closeBox { 
	color: #093d70;
	}
  
/* Error box */
.messageBox.error { 
	background: rgb(250,210,212); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(250,210,212) 1%, rgb(245,171,174) 1%, rgb(236,119,124) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(250,210,212)), color-stop(1%,rgb(245,171,174)), color-stop(100%,rgb(236,119,124))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(250,210,212) 1%,rgb(245,171,174) 1%,rgb(236,119,124) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(250,210,212) 1%,rgb(245,171,174) 1%,rgb(236,119,124) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(250,210,212) 1%,rgb(245,171,174) 1%,rgb(236,119,124) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(250,210,212) 1%,rgb(245,171,174) 1%,rgb(236,119,124) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad2d4', endColorstr='#ec777c',GradientType=0 ); /* IE6-9 */
		color: #7d0509;
	border: 1px solid #952f32;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.48);
}

.messageBox.error .closeBox { 
	color: #7d0509;
	}
 
/* Success box */
.messageBox.success { 
	background: rgb(232,242,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(232,242,183) 1%, rgb(203,225,95) 1%, rgb(165,191,44) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(232,242,183)), color-stop(1%,rgb(203,225,95)), color-stop(100%,rgb(165,191,44))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(232,242,183) 1%,rgb(203,225,95) 1%,rgb(165,191,44) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(232,242,183) 1%,rgb(203,225,95) 1%,rgb(165,191,44) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(232,242,183) 1%,rgb(203,225,95) 1%,rgb(165,191,44) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(232,242,183) 1%,rgb(203,225,95) 1%,rgb(165,191,44) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f2b7', endColorstr='#a5bf2c',GradientType=0 ); /* IE6-9 */
		color: #414f00;
	border: 1px solid #5a7307;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
	}
 
.messageBox.success .closeBox { 
	color: #414f00;
	}
	
	
/* Social Icons
---------------------------------------------- */
a.social-icons {
	float: left;
	display: block;
	position: relative;
	padding-right: 5px;
	}

.icon32 {display: inline-block; width: 33px; height: 32px; }

/* social icons */
.icon32.iconSocial { background:url(images/social-bar.png) no-repeat 0 0;}

.icon32.iconSocial.facebook { background-position: 0 -32px; }
.icon32.iconSocial.dribbble { background-position: 0 -160px; }
.icon32.iconSocial.rss { background-position: 0 -224px; }
.icon32.iconSocial.twitter { background-position: 0 -96px; }
.icon32.iconSocial.forrst { background-position: 0 -608px; }
.icon32.iconSocial.zerply { background-position: 0 -544px; }
.icon32.iconSocial.digg  { background-position: 0 -480px; }
.icon32.iconSocial.youtube  { background-position: 0 -352px; }
.icon32.iconSocial.envato  { background-position: 0 -416px; }
.icon32.iconSocial.flickr  { background-position: 0 -288px; }

.icon32.iconSocial.facebook:hover { background-position: 0 0; }
.icon32.iconSocial.twitter:hover {  background-position: 0 -64px; }
.icon32.iconSocial.rss:hover { background-position: 0 -192px; }
.icon32.iconSocial.dribbble:hover { background-position: 0 -128px; }
.icon32.iconSocial.twitter:hover { background-position: 0 -64px; }
.icon32.iconSocial.forrst:hover { background-position: 0 -576px; }
.icon32.iconSocial.zerply:hover { background-position: 0 -512px; }
.icon32.iconSocial.digg:hover  { background-position: 0 -448px; }
.icon32.iconSocial.youtube:hover  { background-position: 0 -320px; }
.icon32.iconSocial.envato:hover  { background-position: 0 -384px; }
.icon32.iconSocial.flickr:hover  { background-position: 0 -256px; }

	
/* Pricing Tables */
.price-column { 
	border: 1px solid #BBB;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left; 
	margin: 20px 0;
	background: #fff; 
   }
   
.price-column ul {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 0 0;
	}
  
.price-column li {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin-top: -1px;
	padding: 10px 0 10px 40px;
	background: transparent url('images/enabled.png') no-repeat 10px 10px; 
	}

.price-column li.enabled {}
.price-column li.disabled {	background: transparent url('images/disabled.png') no-repeat 10px 10px;}
 
.price-column li:last-child{
	background: none;
	border-bottom: none;
	padding-left: 10%;	 
	}
	
.price-column p { 
	padding: 10px 0;
	margin: 0 15px; 
	}
	
.price-column .column-title {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: linear-gradient(bottom, rgb(221,221,221) 32%, rgb(232,232,232) 66%, rgb(243,243,243) 83%);
	background-image: -o-linear-gradient(bottom, rgb(221,221,221) 32%, rgb(232,232,232) 66%, rgb(243,243,243) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(221,221,221) 32%, rgb(232,232,232) 66%, rgb(243,243,243) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,221,221) 32%, rgb(232,232,232) 66%, rgb(243,243,243) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(221,221,221) 32%, rgb(232,232,232) 66%, rgb(243,243,243) 83%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, rgb(221,221,221)),
		color-stop(0.66, rgb(232,232,232)),
		color-stop(0.83, rgb(243,243,243))
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-bottom: 1px solid #969696;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 1px 0px rgba(213, 213, 213, 0.8), 0 1px 1px 0px rgba(204, 204, 204, 0.8);
	-ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 1px 0px rgba(213, 213, 213, 0.8), 0 1px 1px 0px rgba(204, 204, 204, 0.8);
	-o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 1px 0px rgba(213, 213, 213, 0.8), 0 1px 1px 0px rgba(204, 204, 204, 0.8);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	padding: 15px 10px;
	margin-bottom: 0;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #515151;
	line-height: normal;
	}

.price-column .column-title>span {
	background: url('images/divider.png') repeat-x center center;
	padding: 0 20px;
	}

.price-column .column-title span span {
    padding: 0 5px;
    background: rgb(232,232,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(222,222,222,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(222,222,222,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
	}

.price-info {
	color: #454545;
	font-size: 20px;
	font-family: georgia;
	font-weight: bold;
	display: block;
	padding: 20px 0;
	text-align: center;
	}

.price-info .cost {
	font-size: 20px;
	line-height: 24px;
	}
	
.price-info .details {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	}
	
.price-column .signup {}
		
.price-column .last-divider{
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: linear-gradient(bottom, rgb(221,221,221) 32%, rgb(232,232,232) 66%, rgb(243,243,243) 83%);
	background-image: -o-linear-gradient(bottom, rgb(221,221,221) 32%, rgb(232,232,232) 66%, rgb(243,243,243) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(221,221,221) 32%, rgb(232,232,232) 66%, rgb(243,243,243) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,221,221) 32%, rgb(232,232,232) 66%, rgb(243,243,243) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(221,221,221) 32%, rgb(232,232,232) 66%, rgb(243,243,243) 83%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, rgb(221,221,221)),
		color-stop(0.66, rgb(232,232,232)),
		color-stop(0.83, rgb(243,243,243))
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	-ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	-o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	font-weight: 600;
	color: #515151;
	line-height: normal;
	height: 10px;
	width: 100%;
	}
		
.price-table .highlight-column {
	margin: 10px 0;
	background: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	z-index: 99;
   }

.price-table .highlight-column .column-title {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0; 
	border-radius: 2px 2px 0 0; 
	}

.price-table .highlight-column .cost{
	font-size: 28px;
	line-height: 35px; 
	}
   
.price-table .even-column {
	margin: 20px 2.2%;
	}

.two-column-table .price-column { 
	width: 40%;
	}
	
.three-column-table .price-column {
 	width: 31%;
 	}
  
.four-column-table .price-column {
	width: 24%; 
	}
 
.five-column-table .price-column { 
	width: 19%; 
	}

.five-column-table .price-column .column-title {
	font-size: 18px;
	}
	
.five-column-table	.price-info {
	font-size: 15px;
	}

.five-column-table	.price-info .details{
	font-size: 14px;
	}
	
.five-column-table .price-column ul {
	font-size: 14px;
	padding: 20px 10px 10px 10px;
	}
	
.five-column-table .price-column li {
	padding: 8px 0 8px 5px;
	margin: 0 15px;
	line-height: 1em;
	min-height: 18px;
	}
	
.six-column-table .price-column { width: 16%; }
.six-column-table .price-column .column-title {	font-size: 18px;}
.six-column-table	.price-info { font-size: 15px; }
.six-column-table .details { font-size: 14px; }
.six-column-table .price-column ul {
	font-size: 14px;
	padding: 20px 10px 10px 10px;
	}
	
.six-column-table .price-column li {
	padding: 8px 0 8px 5px;
	margin: 0 15px;
	line-height: 1em;
	min-height: 18px;
	}	
	
	
/* --------------------------------------------------
:: =Mobile
-------------------------------------------------- */
	
/* =Tablet screens (portrait  mode)*/
@media only screen and (max-width: 800px) {
    
    .toggleItem .togTitle .title { max-width: 87.3%;}
    
    .price-column .btb, 
    .price-column .button, 
    .price-column .button.signup, 
    .price-column .btn.signup {
        padding: 10px 20px;
        font-size: 12px;
        }
}

/* =Mobile */
@media only screen and (max-width: 767px) {
    .toggleItem .togTitle .title { max-width: 80.3%;}
    .price-column {
         position: relative;
         display: block;
         float: none !important;
         margin: 20px auto !important;
         min-width: 250px !important;
    }
    
    .price-column .btb, 
    .price-column .button, 
    .price-column .button.signup, 
    .price-column .btn.signup {
        max-width: 140px;
        }

    .price-table,
    .price-table .even-column,
    .price-table .highlight-column { margin: 20px auto !important; clear: both;  }
    
}

/* =Tablet screens */
@media only screen and (device-width: 768px), (device-width: 800px) {
	
}
