

#pricing_wrap{
	width:100%;
	margin:20px auto;
	float:left;
}

#pricing_wrap h4{
	margin:0px;
	padding:0px;
}

ol.plans {
	list-style-type:none;
	padding:0 15px;
	float:left;
}

ul, ol {
	margin-bottom:1.5em;
	padding-left:0px;
}

.borderradius .tour .chapters li.active  {
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topright:10px;
}

.csstransforms .plans .item {
	-moz-border-radius:8px 8px 8px 8px;
}

.csstransforms .plans .item:hover {
	-moz-border-radius:8px 8px 8px 8px;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-transform:scale(1.05);
}

ol.plans .item {
	background-color:#eff0f1;
	/*background-image:url(../images/price_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;*/
	border:1px solid #ccc;
	color:#202830;
	float:left;
	padding:15px 15px 0;
	text-align:center;
	text-shadow:0 1px 1px #FFFFFF;
	width:270px;
	margin-right:-1px;
}

ol.plans .item li{
	padding-bottom:15px;
	border-bottom:1px solid #d2d2d2;
	border-top:1px solid #fff;
	padding-top:15px;
	font-weight:bold;
	font-size:1.3em;
	color:#444;
}

ol.plans .item li.last{
	padding-bottom:4px;
	padding-top:15px;
	border-bottom:0px solid #d2d2d2;
	border-top:1px solid #fff;
}

ol.plans .basic .fn {
	color:#151515;
}
ol.plans .fn {
	border-bottom:1px solid #d2d2d2;
	font-size:2.2em;
	padding-bottom:8px;
	font-weight:bold;
}
ol.plans .description {
	list-style-type:none;
}

ol.plans .small2 .fn {
	color:#151515;
}

ol.plans .professional .fn {
	color:#151515;
}

ol.plans .enterprise .fn {
	color:#151515;
}

ol.plans .price {
	color:#444;
	display:block;
	font-size:0.7em;
	margin-bottom:5px;
	margin-top:2px;
}

ol.plans .fine {
	font-size:0.7em;
	font-weight:normal;
}

ol.plans .btn {
	margin-top:4px;
}


.text-block-wide {
	overflow:hidden;
	clear:both;
	padding:26px 0 30px;
	width:100%;
	border-top:1px solid #E1E1E1;
	margin-top:25px;
}

.text-block-wide p{
	margin-bottom:30px;
}

.text-block-wide ul {
	float:left;
	margin:0;
	padding:0 36px 0 0;
	width:46%;
}

.text-block-wide ul li p{
	color:#666666;
	font-size:14px;
	line-height:18px;
}

img.choose{
	margin-bottom:8px;	
}




/* MODERNIZR ------------------------------------------------------------------- */

/* borderradius */

.borderradius header.branding nav ul {
-moz-border-radius : 20px; 
-webkit-border-radius : 20px; 
border-radius : 20px; }

.borderradius a.action {
-moz-border-radius : 10px; 
-webkit-border-radius : 10px; 
border-radius : 10px; }

.borderradius .promo {
-moz-border-radius : 5px; 
-webkit-border-radius : 5px;
border-radius : 5px; }

.borderradius .highlight {
-moz-border-radius : 5px; 
-webkit-border-radius : 5px; 
border-radius : 5px; }

.borderradius .tour .chapters {
-moz-border-radius-topright : 20px;
-moz-border-radius-topleft : 20px; 
-webkit-border-top-right-radius : 20px;
-webkit-border-top-left-radius : 20px; 
border-top-right-radius : 20px;
border-top-left-radius : 20px; }

.borderradius .tour .extras {
-moz-border-radius-bottomright : 20px;
-moz-border-radius-bottomleft : 20px; 
-webkit-border-bottom-right-radius : 20px;
-webkit-border-bottom-left-radius : 20px; 
border-bottom-right-radius : 20px;
border-bottom-left-radius : 20px; }

.borderradius .tour .chapters li.active {
-moz-border-radius-topright : 10px;
-moz-border-radius-bottomright : 10px; 
-webkit-border-top-right-radius : 10px;
-webkit-border-bottom-right-radius : 10px; 
border-top-right-radius : 10px;
border-bottom-right-radius : 10px; }

/* csstransforms */

.csstransforms .plans .item {
-moz-transition-property : scale; 
-moz-transition-duration : 0.2s; 
-moz-transition-timing-function : ease-in-out;
-o-transition-property : scale; 
-o-transition-duration : 0.2s; 
-o-transition-timing-function : ease-in-out;
-webkit-transition-property : scale; 
-webkit-transition-duration : 0.2s; 
-webkit-transition-timing-function : ease-in-out;
transition-property : scale; 
transition-duration : 0.2s; 
transition-timing-function : ease-in-out;  }

.csstransforms .plans .item:hover { 
-moz-transform : scale(1.05); 
-o-transform : scale(1.05); 
-webkit-transform : scale(1.05); 
transform : scale(1.05); 
-moz-box-shadow : 0 0 10px rgba(0,0,0,.5);
-webkit-box-shadow : 0 0 10px rgba(0,0,0,.5);
box-shadow : 0 0 10px rgba(0,0,0,.5);
-moz-border-radius : 10px; 
-webkit-border-radius : 10px;
border-radius : 10px; }

.csstransforms figure.video-tour img {
-moz-transition-property : scale; 
-moz-transition-duration : 0.2s; 
-moz-transition-timing-function : ease-in-out; 
-o-transition-property : scale; 
-o-transition-duration : 0.2s; 
-o-transition-timing-function : ease-in-out; 
-webkit-transition-property : scale; 
-webkit-transition-duration : 0.2s; 
-webkit-transition-timing-function : ease-in-out; 
transition-property : scale; 
transition-duration : 0.2s; 
transition-timing-function : ease-in-out; }

.csstransforms figure.video-tour:hover img {
-moz-transform : scale(1.15); 
-o-transform : scale(1.15); 
-webkit-transform : scale(1.15); 
transform : scale(1.15); }

/* csstransitions */

.csstransitions .users .col .photo,
.csstransitions a.action,
.csstransforms figure img {
-moz-transition : all .2s ease-in-out;
-webkit-transition : all .2s ease-in-out; 
-o-transition : all .2s ease-in-out; 
transition : all .2s ease-in-out;}

/* multiplebgs */

.multiplebgs .testimonial blockquote {
padding : 0 25px;
background-image : url(../img/dark/bq-open.png), url(../img/dark/bq-close.png); 
background-repeat : no-repeat, no-repeat;
background-position : 0 0, 100% 100%; }

.multiplebgs .testimonial blockquote + .vcard {
margin-left : 25px; }

.no-multiplebgs .testimonial blockquote {
padding-left : 0;
background : url(../img/bq-open.png) no-repeat 0 0; }

/* rgba */

.rgba body {
color : rgba(255,255,255,.9);  

.no-rgba body {
color : rgb(255,255,255);  

.rgba a p {
color : rgba(255,255,255,.9); }

.no-rgba a p {
color : rgb(255,255,255); }

.rgba a p {
color : rgb(255,255,255); }

.rgba .file tr:nth-child(odd) th,
.rgba .file tr:nth-child(odd) td {
background-color : rgba(255,255,255,.2); }

.rgba .tools {
background-color : rgba(0,0,0,.3); 
color : rgba(255,255,255,.9); 

.no-rgba .tools {
background-color : rgb(0,0,0); 
color : rgb(255,255,255);
 }

.rgba h1, 
.rgba h2 { 
 }

.no-rgba h1, 
.no-rgba h2 { 
 }

.rgba a.action { 
 }

.no-rgba a.action { 
 }

.rgba img {
background-color : rgba(255,255,255,.2); }

.no-rgba img {
background-color : rgb(255,255,255); }

/* opacity */

.opacity .ui-tabs .ui-tabs-nav li a { 
opacity : .5;  }

.opacity .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { 
opacity : 1; }
