/* @override 
	http://meosoft/code/plugins/wp-content/plugins/uPricing/css/pricing.css?ver=3.4.1
	http://meosoft/code/plugins/wp-content/plugins/uPricing/css/pricing.css?ver=2.0.0 */

/* Default styling */

.uds-pricing-table [class*="column"] + [class*="column"]:last-child {
	float: none;
}

.uds-pricing-table table {
	border: none;
	margin: auto;
}

.uds-pricing-table.css3 .uds-properties-list h3.uds-product-name {
	background-color: transparent;
}

.uds-pricing-table.css3 .uds-properties-list .uds-pricing-header {
	border-left-color: transparent;
}

.uds-pricing-property-name {
	line-height: 26px;
}

.uds-pricing-property-type-divider .uds-pricing-property-name {
	line-height: 26px;
	font-weight: bold;
}

.css3 .uds-pricing-property.uds-pricing-property-type-checkbox {
	padding: 10px 0px;
}

.css3 .uds-pricing-property.uds-pricing-property-type-checkbox 

.uds-pricing-table table {
	width: 100%;
	text-align: center;
	border: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	background: transparent;
}

.uds-pricing-table table thead,
.uds-pricing-table table tfoot {
	background: none;
}

.uds-pricing-table th {
	line-height: 18px;
	padding: 9px 24px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.uds-pricing-table thead th.uds-header-shadow.column-0 {
	border: none !important;
}

.uds-pricing-table thead th .uds-product-name,
.uds-pricing-table thead th p {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.uds-pricing-table thead th p.uds-price {
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 1px white;
	margin-bottom: 9px;
	padding: 0px;
	line-height: 40px;
	color: #666;	
}

.uds-pricing-table thead th p.unit {
	font-size: 12px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 1px white;
}

.uds-pricing-table thead th .uds-product-name {
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
	background-color: #c1c1c1;
	color: #fafafa;
	text-shadow: 1px 1px 1px #999;
	padding: 5px 0px;
	margin: 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.uds-pricing-table thead th {
	padding: 0px 0px 9px;
}

.uds-pricing-table thead th.uds-odd {
	background-color: #f3f3f3;
}

.uds-pricing-table thead th.column-0 {
	background-color: transparent;
}

.uds-pricing-table tr.uds-odd td {
	background-color: #fff;
}

.uds-pricing-table tr.uds-even td {
	background-color: #eee;
}

.uds-pricing-table tbody tr.uds-even {
	background-color: #eee;
	padding: 15px;
}

.uds-pricing-table thead th.uds-header-shadow {
	background-color: transparent !important;
	border: none !important;
}

.uds-pricing-table tbody th {
	padding-left: 9px;
	text-align: left;
	font-weight: normal;
}

.uds-pricing-table tbody td {
	min-width: 110px;
	padding: 9px;
	text-align: center;
}

.uds-pricing-table tfoot th {
	text-align: center;
	padding: 30px 0px 30px 0px;
}

.uds-pricing-table tfoot th.uds-footer-shadow {
	border: none;
	background: none;
	padding: 0px;
	height: 5px;
} 

.uds-pricing-table tbody td img {
	float: none;
	background: transparent;
}

/* Shadows */

.uds-pricing-table thead th.uds-featured-l .uds-product-name {
	background-image: url(../images/shadow-left.png);
	background-repeat: repeat-y;
	background-position: top right;
}

.uds-pricing-table thead th.uds-featured-r .uds-product-name {
	background-image: url(../images/shadow-right.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.uds-pricing-table th.uds-featured-l,
.uds-pricing-table td.uds-featured-l {
	background-image: url(../images/shadow-left.png);
	background-repeat: repeat-y;
	background-position: top right;
}

.uds-pricing-table th.uds-featured-r,
.uds-pricing-table td.uds-featured-r {
	background-image: url(../images/shadow-right.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.uds-pricing-table thead tr th.uds-header-shadow.uds-featured {
	background-color: transparent;
	background-image: url(../images/shadow-top.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	border: none;
}

.uds-pricing-table.ie6 thead tr th.uds-header-shadow.uds-featured {
	background-image: none;
}

.uds-pricing-table thead tr th.uds-header-shadow.uds-featured-l {
	background-color: transparent;
	background-image: url(../images/shadow-top-left.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.uds-pricing-table thead tr th.uds-header-shadow.uds-featured-r {
	background-color: transparent;
	background-image: url(../images/shadow-top-right.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.uds-pricing-table tfoot tr th.uds-footer-shadow.uds-featured {
	background-color: transparent;
	background-image: url(../images/shadow-bottom.png);
	background-repeat: repeat-x;
	background-position: top left;
	border: none;
}

.uds-pricing-table.ie6 tfoot tr th.uds-footer-shadow.uds-featured {
	background-image: none;
}

.uds-pricing-table tfoot tr th.uds-footer-shadow.uds-featured-l {
	background-color: transparent;
	background-image: url(../images/shadow-bottom-left.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.uds-pricing-table tfoot tr th.uds-footer-shadow.uds-featured-r {
	background-color: transparent;
	background-image: url(../images/shadow-bottom-right.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.uds-pricing-table tfoot tr th.uds-footer-shadow.uds-featured,
.uds-pricing-table tfoot tr th.uds-footer-shadow.uds-featured-l,
.uds-pricing-table tfoot tr th.uds-footer-shadow.uds-featured-r,
.uds-pricing-table thead tr th.uds-header-shadow.uds-featured,
.uds-pricing-table thead tr th.uds-header-shadow.uds-featured-l,
.uds-pricing-table thead tr th.uds-header-shadow.uds-featured-r {
	border: none !important;
}

/* END Shadows */

/* Buttons */

.uds-pricing-table tfoot th .read-more {
	margin: 0 auto;
	background: url(../images/button.png) no-repeat top left;
	font-size: 13px;
	padding: 14px 7px 14px 26px;
	position: relative;
	color: #555;
	text-decoration: none;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
	height: 43px;
	outline: none;
}

.uds-pricing-table tfoot th .read-more-right {
	background: url(../images/button.png) no-repeat top right;
	display: block;
	float: right;
	width: 20px;
	height: 43px;
	position: absolute;
	top: 0px;
	right: -20px;
}

.uds-pricing-table tfoot th .read-more:hover {
	background-position: 0px -44px;
}

.uds-pricing-table tfoot th .read-more:hover .read-more-right {
	background-position: -281px -44px;
}

.uds-pricing-table tfoot th .read-more:active {
	background-position: 0px -88px;
	outline: none;
}

.uds-pricing-table tfoot th .read-more:active .read-more-right {
	background-position: -281px -88px;
}

.uds-pricing-table.ie6 tfoot th .read-more {
	background-color: #efefef;
	color: black;
	padding: 7px 15px;
}

.uds-pricing-table.ie6 tfoot th .read-more-right {
	display: none;
}

/* END Buttons */

.uds-pricing-table tfoot tr {
	border: none;
}

.uds-pricing-table tr th.uds-featured,
.uds-pricing-table tr td.uds-featured {
	background-color: #f5f5f5;
}

/* Dark with green featued column */

.uds-pricing-table.dark th,
.uds-pricing-table.dark td {
	color: #eee;
}

.uds-pricing-table.dark thead th {
	padding: 0px 0px 9px;
}

.uds-pricing-table.dark tfoot tr th.uds-featured {
	border: none;
}

.uds-pricing-table.dark thead th.uds-odd {
	background-color: #404040;
}

.uds-pricing-table.dark thead th.uds-even {
	background-color: #666;
}


.uds-pricing-table.dark thead th .uds-product-name {
	background-color: #242424;
	text-shadow: 1px 1px 1px black;
	color: #fff;
}

.uds-pricing-table.dark thead th.uds-featured .uds-product-name {
	background-color: #819835;
	border: none;
}

.uds-pricing-table.dark thead th p.uds-price, .uds-pricing-table.dark thead th p.unit {
	text-shadow: 1px 1px 1px black;
	color: #fff;	
}

.uds-pricing-table.dark tr.uds-even td, .uds-pricing-table.dark tr.uds-even th {
	background-color: #666;
}

.uds-pricing-table.dark tr.uds-odd td, .uds-pricing-table.dark tr.uds-odd th {
	background-color: #404040;
}

.uds-pricing-table.dark tbody td, .uds-pricing-table.dark tbody th {
	text-shadow: 1px 1px 1px #222;
}

.uds-pricing-table.dark thead th.column-0 {
	background-color: transparent;
}

.uds-pricing-table.dark thead tr th.uds-featured {
	border: none;
}

.uds-pricing-table.dark tr th.uds-featured,
.uds-pricing-table.dark tr td.uds-featured {
	background-color: #90aa3c;
}

.uds-pricing-table.ie6.dark tr th.uds-featured,
.uds-pricing-table.ie6.dark tr td.uds-featured {
	background-color: #90aa3c !important;
}

.uds-pricing-table.dark tr.uds-even th.uds-featured,
.uds-pricing-table.dark tr.uds-even td.uds-featured {
	background-color: #819835;
}

/* Dark CSS3 */

.uds-pricing-table.dark,
.uds-pricing-table.dark,
.uds-pricing-property a  {
	color: #eee;
}

.uds-pricing-table.dark .uds-pricing-header .uds-product-name {
	color: #eee;
	background-color: #111;
}

.uds-pricing-table.dark .uds-pricing-header.uds-odd .uds-product-name {
	background-color: #222;
}

.uds-pricing-table.dark tfoot tr th.uds-featured {
}

.uds-pricing-table.dark .uds-pricing-product.uds-odd .uds-pricing-header {
	background-color: #404040;
}

.uds-pricing-table.dark .uds-pricing-product.uds-even .uds-pricing-header {
	background-color: #666;
}


.uds-pricing-table.dark thead th .uds-product-name {
	background-color: #242424;
	text-shadow: 1px 1px 1px black;
	color: #fff;
}

.uds-pricing-table.dark thead th.uds-featured .uds-product-name {
	background-color: #819835;
	border: none;
}

.uds-pricing-table.dark .uds-pricing-header p.uds-price, .uds-pricing-table.dark .uds-pricing-header p.unit {
	text-shadow: 1px 1px 1px black;
	color: #fff;	
}

.uds-pricing-table.dark .uds-pricing-property.uds-even {
	background-color: #666;
}

.uds-pricing-table.dark .uds-pricing-property.uds-odd {
	background-color: #404040;
}

.uds-pricing-table.dark .uds-pricing-property {
	text-shadow: 1px 1px 1px #222;
}

.uds-pricing-table.dark .uds-pricing-product.uds-featured .uds-pricing-header {
	border: none;
}

.uds-pricing-table.dark tr th.uds-featured,
.uds-pricing-table.dark .uds-featured .uds-pricing-property {
	background-color: #90aa3c;
	border-right: none;
}

.uds-pricing-table.ie6.dark tr th.uds-featured,
.uds-pricing-table.ie6.dark tr td.uds-featured, {
	background-color: #90aa3c !important;
}

.uds-pricing-table.dark .uds-featured .uds-pricing-header,
.uds-pricing-table.dark .uds-featured .uds-pricing-properties {
	background-color: #819835;
}

.uds-pricing-table.dark .uds-featured .uds-pricing-property.uds-even,
.uds-pricing-table.dark .uds-pricing-product.uds-featured .uds-pricing-header,
.uds-pricing-table.dark .uds-pricing-property-type-divider.uds-even {
	background-color: #819835;
}

.uds-pricing-table.dark .uds-pricing-property-type-divider {
	border-right: none;
}

/* Light */

.uds-pricing-table.light thead th {
	padding: 0px 0px 9px;
}

.uds-pricing-table.light thead th.uds-odd {
	background-color: #dddfe4;
}

.uds-pricing-table.light thead th.uds-even {
	background-color: #f7f9fe;
}


.uds-pricing-table.light thead th .uds-product-name {
	background-color: #b8bbc0;
	text-shadow: 1px 1px 1px #76868a;
	color: #fff;
}

.uds-pricing-table.light thead th.uds-featured .uds-product-name {
	background-color: #ecf1f2;
	border: none;
	color: #666;
	text-shadow: 1px 1px 1px white;
}

.uds-pricing-table.light tr.uds-even td, .uds-pricing-table.light tr.uds-even th {
	background-color: #f7f9fe;
}

.uds-pricing-table.light tr.uds-odd td, .uds-pricing-table.light tr.uds-odd th {
	background-color: #dddfe4;
}

.uds-pricing-table.light tbody td, .uds-pricing-table.light tbody th {
	text-shadow: 1px 1px 1px #fff;
}

.uds-pricing-table.light thead th.column-0 {
	background-color: transparent;
}

.uds-pricing-table.light tr th.uds-featured,
.uds-pricing-table.light tr td.uds-featured {
	text-shadow: 1px 1px 1px #fff;
	background-color: #c5d0d3
}

.uds-pricing-table.light  tr.uds-even th.uds-featured,
.uds-pricing-table.light  tr.uds-even td.uds-featured {
	background-color: #ecf1f2;
}

/* CSS3 Light skin */

.uds-pricing-table.light .uds-pricing-property a {
	color: #111; 
}

.uds-pricing-table.light .uds-pricing-header .uds-product-name {
	background-color: #DDDFE4;
}

.uds-pricing-table.light .uds-pricing-header.uds-odd .uds-product-name {
	background-color: #DDDFE4;
}

.uds-pricing-table.light .uds-pricing-product.uds-odd .uds-pricing-header {
	background-color: #dddfe4;
}

.uds-pricing-table.light .uds-pricing-product.uds-even .uds-pricing-header {
	background-color: #f7f9fe;
}

.uds-pricing-table.light .uds-pricing-property.uds-even {
	background-color: #f7f9fe;
}

.uds-pricing-table.light .uds-pricing-property.uds-odd {
	background-color: #dddfe4;
}

.uds-pricing-table.light .uds-pricing-property {
	text-shadow: 1px 1px 1px #fff;
}

.uds-pricing-table.light .uds-pricing-product.uds-featured .uds-pricing-property {
	text-shadow: 1px 1px 1px #fff;
	background-color: #c5d0d3
}

.uds-pricing-table.light .uds-pricing-product.uds-featured .uds-pricing-property.uds-even, .uds-pricing-table.light .uds-pricing-product.uds-featured .uds-pricing-header  {
	background-color: #ecf1f2;
}

.uds-pricing-table.light .uds-pricing-property-type-divider.uds-even,
.uds-pricing-table.light .uds-pricing-property-type-divider.uds-odd  {
	background-color: #fff;
}

.uds-pricing-table.dark .uds-featured .uds-pricing-header,
.uds-pricing-table.dark .uds-featured .uds-pricing-properties {
	background-color: #ecf1f2;
}

/* Lime */

.uds-pricing-table.lime thead th .uds-product-name {
	background-color: #878b83;
	text-shadow: 1px 1px 1px #76868a;
	color: #fff;
}

.uds-pricing-table.lime thead th.uds-featured .uds-product-name {
	background-color: #878b83;
	color: #fff;
}

.uds-pricing-table.lime tr.uds-even td, .uds-pricing-table.lime tr.uds-even th {
	background-color: #d8f0c0;
}

.uds-pricing-table.lime thead th.uds-featured {
	background: inherit;
}

.uds-pricing-table.lime tr.uds-odd td, .uds-pricing-table.lime tr.uds-odd th {
	background-color: #a8d848;
}

.uds-pricing-table.lime tbody td, .uds-pricing-table.lime tbody th {
	text-shadow: 1px 1px 1px #fff;
}

.uds-pricing-table.lime thead th.column-0 {
	background-color: transparent;
}

/* CSS3 lime skin */

.uds-pricing-table.lime .uds-pricing-header .uds-product-name {
	background-color: #adb1a9;
}

.uds-pricing-table.lime .uds-pricing-header.uds-odd .uds-product-name {
	background-color: #c4cabf;
}

.uds-pricing-table.lime .uds-pricing-property.uds-even {
	background-color: #d8f0c0;
}

.uds-pricing-table.lime thead th.uds-featured {
	background: inherit;
}

.uds-pricing-table.lime .uds-pricing-property.uds-odd {
	background-color: #a8d848;
}

.uds-pricing-table.lime .uds-pricing-property {
	text-shadow: 1px 1px 1px #fff;
}

.uds-pricing-table.lime .uds-pricing-property a {
	color: #111;
}

.uds-pricing-table.lime .uds-pricing-property-type-divider.uds-even,
.uds-pricing-table.lime .uds-pricing-property-type-divider.uds-odd {
	background-color: #fff;
}

.uds-pricing-table.lime .uds-featured .uds-pricing-header,
.uds-pricing-table.lime .uds-featured .uds-pricing-properties {
	background-color: #fff;
}

.clear {
	clear: both;
}


th.uds-header {
	position: relative;
}

.uds-ribbon {
	background: url(../images/ribbon.png) no-repeat;
	position: absolute;
	width: 91px;
	height: 90px;
	top: -7px;
	left: -7px;
	text-align: center;
}

.uds-ribbon span {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	color: white;
	font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	width: 70px;
	height: 15px;
	top: 20px;
	left: -5px;
}

.uds-pricing-tooltip {
	display: none;
	background: #333;
	color: #eee;
	text-shadow: none;
	padding: 5px;
	left: 0px;
	position: absolute;
	z-index: 3;
	border-radius: 3px;
	border: none;
	-webkit-backface-visibility: hidden;
	font-size: 13px;
	font-weight: bold;
}

.uds-pricing-tooltip:after {
	content: "";
	width: 0px;
	height: 0px;
	display: block;
	border: 7px solid transparent;
	border-top: 7px solid #333;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -7px;
	z-index: -10;
}

.uds-pricing-property a {
	text-decoration: none;
	cursor: pointer;
}

.uds-pricing-property a:hover {
	text-decoration: underline;
}

.uds-pricing-property-name {
	display: block;
	font-size: 12px;
	text-align: center;
}

.uds-pricing-property-value {
	font-family: Arial Unicode MS, Arial, sans-serif;
	text-align: center;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}

.css3 .uds-pricing-property .uds-pricing-property-type-checkbox {
	padding: 9px;
}

/* CSS3 Tables */
.uds-pricing-table.css3 {
	width: 100%;
	padding: 30px 0px;
	cursor: default;
	position: relative;
}

.css3 .uds-pricing-product {
	min-width: 150px;
	float: left;
	position: relative;
	z-index: 1;
}

.css3 .uds-pricing-product.uds-featured {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0px 0px 8px #555;
	border-radius: 3px;
	z-index: 2;
}

.css3 .uds-pricing-header {
	position: relative;
}

.css3 .uds-featured .uds-pricing-header {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.css3 .uds-properties-list .uds-pricing-header {
	border: none;
}

.css3 h3.uds-product-name {
	font-size: 16px;
	padding: 0px 0px;
	margin: 0px 0px;
	text-align: center;
}

.css3 .uds-featured h3.uds-product-name {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.css3 .uds-properties-list h3.uds-product-name {
	background-color: transparent;
}

.css3 .uds-price {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	height: 40px;
	line-height: 40px;
	padding-top: 20px;
}

.css3 .uds-unit {
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.css3 .uds-pricing-property {
	padding: 10px 0px;
	position: relative;
}

.css3 .uds-properties-list .uds-pricing-property-type-checkbox {
	padding: 10px 0px 10px 0px;
}

/* Button */

.uds-pricing-product .uds-pricing-call-to-action {
	text-align: center;
	background-color: white;
	padding: 20px 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.uds-pricing-button {
	background-color: #EEE;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #CCC));
	background-image: -webkit-linear-gradient(top, #EEE, #CCC);
	background-image: -moz-linear-gradient(top, #EEE, #CCC);
	background-image: -ms-linear-gradient(top, #EEE, #CCC);
	background-image: -o-linear-gradient(top, #EEE, #CCC);
	background-image: linear-gradient(top, #EEE, #CCC);
	border: 1px solid #CCC;
	border-bottom: 1px solid #BBB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	font: bold 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 8px;
	text-align: center;
	text-shadow: 0 1px 0 #EEE;
	width: 150px;
}

.uds-pricing-button:hover {
background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; 
}

.uds-pricing-button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }
}