/* -------------
 * Buttons
 * ------------- */
a.upcodelink { text-decoration: none; display: inline-block;}
.upcodebutton { margin: 0 10px 0 0; padding: 0px; border: none; background-color: transparent; cursor: pointer; overflow: hidden; font-family: Arial; outline: none; }
*:first-child+html .upcodebutton[type]{width: 1;} /* IE7 */

/* -------------
 * Normal
 * ------------- */
.upcodebutton span {background: transparent url(../images/shortcodes/btn.right.gray.png) no-repeat right top; display: inline-block; float: left; padding: 0px 4px 0px 0px; margin: 0px; height: 33px; }
.upcodebutton span span { background: transparent url(../images/shortcodes/btn.left.gray.png) no-repeat top left; color: #000; font-weight: bold; padding: 8px 16px 0px 20px; font-size: 12px; line-height: 19px; display: inline-block; float: left; text-decoration: none; height: 33px; *min-width: 82px; text-align: center; text-shadow: none;}
.upcodebutton span span span{ *min-width: 16px;}
/*Gray*/
.upcodebutton.gray span { background: transparent url(../images/shortcodes/btn.right.gray.png) no-repeat right top; }
.upcodebutton.gray span span { background: transparent url(../images/shortcodes/btn.left.gray.png) no-repeat top left; }
/*Blue*/
.upcodebutton.blue span { background: transparent url(../images/shortcodes/btn.right.blue.png) no-repeat right top; }
.upcodebutton.blue span span { background: transparent url(../images/shortcodes/btn.left.blue.png) no-repeat top left; color: #fff; }
/*Red*/
.upcodebutton.red span { background: transparent url(../images/shortcodes/btn.right.red.png) no-repeat right top; }
.upcodebutton.red span span { background: transparent url(../images/shortcodes/btn.left.red.png) no-repeat top left; color: #fff;}
/*Green*/
.upcodebutton.green span {background: transparent url(../images/shortcodes/btn.right.green.png) no-repeat right top;}
.upcodebutton.green span span {background: transparent url(../images/shortcodes/btn.left.green.png) no-repeat top left; color: #fff;}
/*Orange*/
.upcodebutton.orange span {background: transparent url(../images/shortcodes/btn.right.orange.png) no-repeat right top;}
.upcodebutton.orange span span {background: transparent url(../images/shortcodes/btn.left.orange.png) no-repeat top left; color: #fff;}
/*Black*/
.upcodebutton.black span {background: transparent url(../images/shortcodes/btn.right.black.png) no-repeat right top;}
.upcodebutton.black span span {background: transparent url(../images/shortcodes/btn.left.black.png) no-repeat top left; color: #fff;}
/*Brown*/
.upcodebutton.brown span {background: transparent url(../images/shortcodes/btn.right.brown.png) no-repeat right top;}
.upcodebutton.brown span span { background: transparent url(../images/shortcodes/btn.left.brown.png) no-repeat top left; color: #fff;}
/*Pink*/
.upcodebutton.pink span { background: transparent url(../images/shortcodes/btn.right.pink.png) no-repeat right top; }
.upcodebutton.pink span span {   background: transparent url(../images/shortcodes/btn.left.pink.png) no-repeat top left; color: #fff;}

/* -------------
 * Small
 * ------------- */
.upcodebutton.small span { background: transparent url(../images/shortcodes/btn.right.blue.small.png) no-repeat right top; height: 22px; }
.upcodebutton.small span span { background: transparent url(../images/shortcodes/btn.left.blue.small.png) no-repeat top left; padding: 0px 10px 0px 14px; font-size: 11px; line-height: 22px; height: 22px;}
/*Gray*/
.upcodebutton.gray.small span { background: transparent url(../images/shortcodes/btn.right.gray.small.png) no-repeat right top; }
.upcodebutton.gray.small span span { background: transparent url(../images/shortcodes/btn.left.gray.small.png) no-repeat top left; }
/*Blue*/
.upcodebutton.blue.small span { background: transparent url(../images/shortcodes/btn.right.blue.small.png) no-repeat right top; }
.upcodebutton.blue.small span span { background: transparent url(../images/shortcodes/btn.left.blue.small.png) no-repeat top left; color: #fff; }
/*Red*/
.upcodebutton.red.small span { background: transparent url(../images/shortcodes/btn.right.red.small.png) no-repeat right top; }
.upcodebutton.red.small span span { background: transparent url(../images/shortcodes/btn.left.red.small.png) no-repeat top left; color: #fff;}
/*Green*/
.upcodebutton.green.small span {background: transparent url(../images/shortcodes/btn.right.green.small.png) no-repeat right top;}
.upcodebutton.green.small span span {background: transparent url(../images/shortcodes/btn.left.green.small.png) no-repeat top left; color: #fff;}
/*Orange*/
.upcodebutton.orange.small span {background: transparent url(../images/shortcodes/btn.right.orange.small.png) no-repeat right top;}
.upcodebutton.orange.small span span {background: transparent url(../images/shortcodes/btn.left.orange.small.png) no-repeat top left; color: #fff;}
/*Black*/
.upcodebutton.black.small span {background: transparent url(../images/shortcodes/btn.right.black.small.png) no-repeat right top;}
.upcodebutton.black.small span span {background: transparent url(../images/shortcodes/btn.left.black.small.png) no-repeat top left; color: #fff;}
/*Brown*/
.upcodebutton.brown.small span {background: transparent url(../images/shortcodes/btn.right.brown.small.png) no-repeat right top;}
.upcodebutton.brown.small span span { background: transparent url(../images/shortcodes/btn.left.brown.small.png) no-repeat top left; color: #fff;}
/*Pink*/
.upcodebutton.pink.small span { background: transparent url(../images/shortcodes/btn.right.pink.small.png) no-repeat right top; }
.upcodebutton.pink.small span span { background: transparent url(../images/shortcodes/btn.left.pink.small.png) no-repeat top left; color: #fff;}

/* -------------
 * Large
 * ------------- */
.upcodebutton.large span { background: transparent url(../images/shortcodes/btn.right.blue.large.png) no-repeat right top; height: 44px; }
.upcodebutton.large span span { background: transparent url(../images/shortcodes/btn.left.blue.large.png) no-repeat top left; padding: 0px 20px 0px 24px; font-size: 14px; line-height: 44px; height: 44px; }
/*Gray*/
.upcodebutton.gray.large span { background: transparent url(../images/shortcodes/btn.right.gray.large.png) no-repeat right top; }
.upcodebutton.gray.large span span { background: transparent url(../images/shortcodes/btn.left.gray.large.png) no-repeat top left; }
/*Blue*/
.upcodebutton.blue.large span { background: transparent url(../images/shortcodes/btn.right.blue.large.png) no-repeat right top; }
.upcodebutton.blue.large span span { background: transparent url(../images/shortcodes/btn.left.blue.large.png) no-repeat top left; color: #fff; }
/*Red*/
.upcodebutton.red.large span { background: transparent url(../images/shortcodes/btn.right.red.large.png) no-repeat right top; }
.upcodebutton.red.large span span { background: transparent url(../images/shortcodes/btn.left.red.large.png) no-repeat top left; color: #fff;}
/*Green*/
.upcodebutton.green.large span {background: transparent url(../images/shortcodes/btn.right.green.large.png) no-repeat right top;}
.upcodebutton.green.large span span {background: transparent url(../images/shortcodes/btn.left.green.large.png) no-repeat top left; color: #fff;}
/*Orange*/
.upcodebutton.orange.large span {background: transparent url(../images/shortcodes/btn.right.orange.large.png) no-repeat right top;}
.upcodebutton.orange.large span span {background: transparent url(../images/shortcodes/btn.left.orange.large.png) no-repeat top left; color: #fff;}
/*Black*/
.upcodebutton.black.large span {background: transparent url(../images/shortcodes/btn.right.black.large.png) no-repeat right top;}
.upcodebutton.black.large span span {background: transparent url(../images/shortcodes/btn.left.black.large.png) no-repeat top left; color: #fff;}
/*Brown*/
.upcodebutton.brown.large span {background: transparent url(../images/shortcodes/btn.right.brown.large.png) no-repeat right top;}
.upcodebutton.brown.large span span { background: transparent url(../images/shortcodes/btn.left.brown.large.png) no-repeat top left; color: #fff;}
/*Pink*/
.upcodebutton.pink.large span { background: transparent url(../images/shortcodes/btn.right.pink.large.png) no-repeat right top; }
.upcodebutton.pink.large span span { background: transparent url(../images/shortcodes/btn.left.pink.large.png) no-repeat top left; color: #fff;}

/* -------------
 * Icons
 * ------------- */
.upcode-ico { position: relative; top: 3px; width: 16px!important; height: 16px!important; margin-right: 10px!important; margin-top: 1px!important; padding: 0!important; float: left!important;}
.upcodebutton .upcode-ico {top: 0; }
.upcodebutton.comment .upcode-ico{ background: url(../images/shortcodes/icons.png) 0px 0 no-repeat!important; }
.upcodebutton.download .upcode-ico { background: url(../images/shortcodes/icons.png) -16px 0 no-repeat!important;}
.upcodebutton.print .upcode-ico { background: url(../images/shortcodes/icons.png) -32px 0 no-repeat!important;}
.upcodebutton.delete .upcode-ico { background: url(../images/shortcodes/icons.png) -48px 0 no-repeat!important;}
.upcodebutton.tick .upcode-ico { background: url(../images/shortcodes/icons.png) -64px 0 no-repeat!important;}
.upcodebutton.info .upcode-ico { background: url(../images/shortcodes/icons.png) -80px 0 no-repeat!important;}
.upcodebutton.demo .upcode-ico { background: url(../images/shortcodes/icons.png) -96px 0 no-repeat!important;}
.upcodebutton.warning .upcode-ico { background: url(../images/shortcodes/icons.png) -112px 0 no-repeat!important;}
.upcodebutton.error .upcode-ico { background: url(../images/shortcodes/icons.png) -128px 0 no-repeat!important;}

/*hover Normal*/
.upcodebutton:hover span span { background-position: left -33px ; }
.upcodebutton:hover span { background-position: right -33px ; }

/*clicked Normal*/
.upcodebutton:active span span { background-position: left -66px ; }
.upcodebutton:active span { background-position: right -66px ; }

/*hover Large*/
.upcodebutton.large:hover span span { background-position: left -44px ; }
.upcodebutton.large:hover span { background-position: right -44px ; }

/*clicked Large*/
.upcodebutton.large:active span span { background-position: left -88px ; }
.upcodebutton.large:active span { background-position: right -88px ; }

/*hover Small*/
.upcodebutton.small:hover span span { background-position: left -22px ; }
.upcodebutton.small:hover span { background-position: right -22px ; }

/*clicked Small*/
.upcodebutton.small:active span span { background-position: left -44px ; }
.upcodebutton.small:active span { background-position: right -44px ; }

/* IE 6 */
* html .upcodebutton { height:33px; }
* .upcodebutton span span { height: 33px; }
/* IE 7 */
*+ html .upcodebutton { height:33px; }
*+ .upcodebutton span span { height: 25px; }
/* IE 6 Large */
* html .upcodebutton.large { height:44px; }
* .upcodebutton.large span span { height: 44px; }
/* IE 7 Large */
*+ html .upcodebutton.large { height:44px; }
*+ .upcodebutton.large span span { height: 44px; }
/* IE 6 Small */
* html .upcodebutton.small { height:22px; }
* .upcodebutton.small span span { height: 22px; }
/* IE 7 Small */
*+ html .upcodebutton.small { height:22px; }
*+ .upcodebutton.small span span { height: 22px; }

/* -------------
 * Dividers
 * ------------- */
.upcode-hr, .upcode-divider { clear: both; display: block; width: 100%; }
.upcode-hr { border-bottom: 1px solid #E6E6E6; }

/* -------------
 * Blockquote
 * ------------- */
.upcode-blockquote { display: block; *display: inline-block;}
.upcode-blockquote p { margin: 1em 20px; padding: 0 0 0 40px; background: url(../images/shortcodes/quote.png) no-repeat 0 3px; font-style: italic; color:gray; min-height: 25px; }
.upcode-blockquote.left { float:left; width:40%;}
.upcode-blockquote.right { float:right; width:40%;}
.upcode-blockquote.boxed { background: #f7f7f7; border: 1px solid #f7f7f7; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px; -khtml-border-radius: 6px;}
.upcode-blockquote.boxed.left { margin: 0 1.5em 1em 0;}
.upcode-blockquote.boxed.right { margin: 0 0 1em 1.5em;}

/* -------------
 * Boxes
 * ------------- */
.upcode-box { float: left; width: 100%; position: relative; clear: both; margin: 1em 0 1.5em 0; padding:0; color: #555; -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;}
.upcode-box div.fl, .upcode-box div.fr{padding: 10px;min-width: 20%;}
.upcode-box div.fl {max-width: 70%;}
.upcode-box div.fl span, .upcode-box div.fr span{
	position: absolute;
}

.upcode-box div.fl span, .upcode-box div.fr span{
	left:0px;
}

.upcode-box div.fl p.box-content, .upcode-box div.fr p.box-content{
	padding-left: 35px;
}
p.box-content:last-child {
    margin: 0;
}
.upcode-box.large div.fl, .upcode-box.large div.fr {padding:25px; }

.upcode-box h5 {font: italic normal 18px Georgia, "Times New Roman", Times, serif; margin-bottom: 15px; display: block; padding-left: 35px; position: relative;}
.upcode-box.large h5 {font: 20px"Helvetica", Arial, serif;margin-top: 0;}

.upcode-box .fr { 
	padding: 20px 10px; 
	text-align: center; 
	position: absolute;
	height: 100%;
	right: 0;
	max-width: 30%;
}

.upcode-box.large .fr { padding: 40px 25px 40px 60px;}
.upcode-box.large .fr { padding: 40px 25px; }

.upcode-box .fr a{font: italic normal 16px Georgia, "Times New Roman", Times, serif; color: white; }

.upcode-box .fr a span.desc {
    color: #DEDEDE;
    display: block;
    font: 11px Helvetica,Arial,sans-serif;
}
.upcode-box .fr {background-color: rgba(0,0,0,0.2);}

.upcode-box.default{ background: #F2F2F2; color: #414141;} 
.upcode-box.search{  background: #f7f7f7; color: #414141;}
.upcode-box.comments  {  background: #f7f7f7; color: #414141;}
.upcode-box.tick {background: #78AD0F; color: #FFF;}
.upcode-box.info {  background: #386ebd; color: #fff;}
.upcode-box.full-box .fl {  max-width: 100%; }
.upcode-box.download { background: #3E9388; color: #FFF;}
.upcode-box.warning { background: #FFD800; color: #414141;}
.upcode-box.error { background: #FC1200; color: #FFF;}

/* -------------
 * List Styles - Unordered List
 * ------------- */
.upcode-unorderedlist ul, .upcode-orderedlist ol { margin:0 0 1.5em 0; padding: 0; }
.upcode-unorderedlist ul li i{ padding-right: 5px; font-size: 16px; }
.upcode-unorderedlist ul li, .upcode-unorderedlist ul li ul { list-style-type: none!important; }
.upcode-unorderedlist.tick ul li i { color: #55d747; }
.upcode-unorderedlist.cancel ul li i { color: #f55225; }
.upcode-unorderedlist.bullet ul li i { color: #c9c9c9; }
.upcode-unorderedlist.arrow ul li i { color: #7cae63; }
.upcode-unorderedlist.star ul li i { color: #ffb300; }

/* -------------
 * List Styles - Ordered List
 * ------------- */
.upcode-orderedlist ol li, .upcode-orderedlist ol li ol, .upcode-orderedlist ol li { list-style-type: none; margin-left: 25px; }
.upcode-orderedlist.armenian ol li, .upcode-orderedlist.armenian ol li { list-style-type: armenian; }
.upcode-orderedlist.decimal ol li, .upcode-orderedlist.decimal ol li { list-style-type: decimal; }
.upcode-orderedlist.decimal-leading-zero ol li, .upcode-orderedlist.decimal-leading-zero ol li { list-style-type: decimal-leading-zero; }
.upcode-orderedlist.georgian ol li, .upcode-orderedlist.georgian ol li { list-style-type: georgian; }
.upcode-orderedlist.lower-alpha ol li, .upcode-orderedlist.lower-alpha ol li { list-style-type: lower-alpha; }
.upcode-orderedlist.lower-greek ol li, .upcode-orderedlist.lower-greek ol li { list-style-type: lower-greek; }
.upcode-orderedlist.lower-latin ol li, .upcode-orderedlist.lower-latin ol li { list-style-type: lower-latin; }
.upcode-orderedlist.lower-roman ol li, .upcode-orderedlist.lower-roman ol li { list-style-type: lower-roman; }
.upcode-orderedlist.upper-alpha ol li, .upcode-orderedlist.upper-alpha ol li { list-style-type: upper-alpha; }
.upcode-orderedlist.upper-latin ol li, .upcode-orderedlist.upper-latin ol li { list-style-type: upper-latin; }
.upcode-orderedlist.upper-roman ol li, .upcode-orderedlist.upper-roman ol li { list-style-type: upper-roman; }

/* -------------
 * Highlight and Abbreviation
 * ------------- */
span.upcode-highlight { background: #FFFFAA; padding: 3px 3px 1px; }
abbr { border-bottom: 1px dashed #999999; cursor: help; }

/* -------------
 * Dropcap
 * ------------- */
span.dropcap { font-size: 400%; font-weight: bold; float: left; position: relative; margin:5px 7px 0 0; line-height: 0.7em; }

/* -------------
 * Tabs - Horizontal
 * ------------- */
.upcode-tabs {clear: both; display: block; margin: 20px 0; background: #fff;  color: #444; border: 1px solid #efefef; float: none; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
@media projection, screen { .upcode-tabs .tabs-hide { display: none; } }
@media print {.upcode-tabs .tabs-nav { display: none;} }
.upcode-tabs ul.tabs-nav{ -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px 3px; list-style: none; margin: 0; padding: 0; height: 39px; border-bottom: 1px solid #efefef; background: #fafafa; float: none!important;}
.upcode-tabs .tabs-nav li { float: left; margin: 0; min-width: 68px; width: auto!important; border-right: 1px solid #efefef; height: 40px; padding: 0!important; background: none!important; list-style-type: none!important;}
.upcode-tabs .tabs-nav li.first{ -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px 4px; }
.upcode-tabs .tabs-nav a, .upcode-tabs .tabs-nav a span { display: block; padding: 0 10px; cursor: pointer;}
.upcode-tabs .tabs-nav a { position: relative; top: 1px; z-index: 2; padding-left: 0; color: #444; text-shadow: 0 1px 0 #fff; font-size: 12px; font-weight: bold; line-height: 14px;  text-align: center; text-decoration: none;}
.upcode-tabs .tabs-nav .tabs-selected a { color: #000; }
.upcode-tabs .tabs-nav .tabs-selected a, .upcode-tabs .tabs-nav a:hover, .upcode-tabs .tabs-nav a:focus, .upcode-tabs .tabs-nav a:active { outline: 0;}
.upcode-tabs .tabs-nav a span { width: 46px; min-width: 46px; height: 28px; min-height: 28px; padding-top: 12px; padding-right: 0; }
*>.upcode-tabs .tabs-nav a span { width: auto; height: auto;}
.upcode-tabs .tabs-nav .tabs-selected {  background: #fff!important; border-bottom: none;}
.upcode-tabs .tabs-container { padding: 15px; background: #fff; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px 3px; }

 
/* -------------
 * Tabs - Vertical
 * ------------- */
.upcode-tabs.vertical {position: relative;}
.upcode-tabs.vertical ul.tabs-nav{ float: left!important; height: auto; width: 20%; border-bottom: none; *background: none; }
.upcode-tabs.vertical .tabs-nav li {float: none; border-right: 1px solid #efefef; border-bottom: 1px solid #efefef; height: 38px;}
.upcode-tabs.vertical .tabs-nav li.last { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px 4px; border-bottom: none;}
.upcode-tabs.vertical .tabs-nav .tabs-selected { border-right: 1px solid #fff; }
.upcode-tabs.vertical .tabs-nav li.first.tabs-selected {border-top: none;}
.upcode-tabs.vertical .tabs-nav a span { }
.upcode-tabs.vertical .tabs-container { margin-left: 20%; padding: 10px 20px; }
.upcode-tabs.vertical .tabs-container p{ margin: 0; padding: 0; }

/* -------------
 * Accordion
 * ------------- */
.upcode-accordion h2.upcode-acc-trigger { float: none;width:auto;padding: 0;  margin: 2px 0 0 0; background: #fafafa; height: 39px; line-height: 39px; font-size: 14px; border: 1px solid #efefef; text-shadow: 0 1px 0 #fff; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}
.upcode-accordion h2.upcode-acc-trigger a { color: #444; text-decoration: none; display: block; padding: 0 0 0 20px; margin: 0 0 0 20px; outline: none; background: url(../images/shortcodes/accordion.arrows.png) left 15px no-repeat; height: 30px;}
.upcode-accordion h2.upcode-acc-trigger.active a{background-position: left -10px;}
.upcode-acc-container {  margin: 0 0 4px 0; line-height: 1.8; padding: 15px 20px; background: #fff; color: #444; border: 1px solid #efefef; border-top: none; overflow: hidden; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}

/* -------------
 * Columns
 * ------------- */
.twocol_one{width:48%;}
.threecol_one{width:30.66%;}
.threecol_two{width:65.33%;}
.fourcol_one{width:22%;}
.fourcol_two{width:48%;}
.fourcol_three{width:74%;}
.fivecol_one{width:16.8%;}
.fivecol_two{width:37.6%;}
.fivecol_three{width:58.4%;}
.fivecol_four{width:67.2%;}
.twocol_one,.threecol_one,.threecol_two,.fourcol_one,.fourcol_two,.fourcol_three,.fivecol_one,.fivecol_two,.fivecol_three,.fivecol_four{float:left;margin-right:4%;position:relative; margin-top:10px; margin-bottom:10px;}
.last{clear:right;margin-right:0 !important;}

/* -------------
 * Toggle
 * ------------- */
.upcode-toggle {clear: both; display: block; margin: 20px 0;}
.upcode-toggle h2.upcode-toggle-h2 { float: none;width:auto;padding: 0; margin: 0; background: #fafafa; height: 39px; line-height: 39px; font-size: 14px; border: 1px solid #efefef; text-shadow: 0 1px 0 #fff; cursor: pointer; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}
.upcode-toggle h2 a.show, .upcode-toggle h2 a.toggle_close  { color: #444; text-decoration: none; display: block; margin: 0 0 0 20px; padding: 0 0 0 20px; outline: none; background: url(../images/shortcodes/toggle.arrows.png) left 15px no-repeat; height: 30px;}
.upcode-toggle h2 a.toggle_close  { background-position: left -11px;}
.upcode-toggle .upcode-toggle-container { line-height: 1.8; margin: 0 0 4px 0; padding: 15px 20px; background: #fff; color: #444; border: 1px solid #efefef; border-top: none; overflow: hidden; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}
.upcode-toggle h2{margin: 0;}
div.hidden, span.hidden { display:none }

/*--------------
* Admin upcode Ico
*-------------*/
img.upcode-icon { float: left; margin: 0 10px 0 0; }

/*Pricing box*/
.pricing_box  { border: 1px solid #ccc; float: left; text-align: center; padding: 0 0 20px 0; margin-left:-1px; box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5); background: #fff;}
.pricing_box.radius-left { -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px;}
.pricing_box.radius-right { -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px;}
.pricing_box .header  { text-shadow: 0 1px 1px #fff; border-bottom: 1px solid #ccc; background: url(../images/shortcodes/price.bg.png) repeat; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-top-left-radius: 5px;}
.pricing_box .header { width: 100%; height: 68px; }
.pricing_box .header span { position: relative; top: 20px; font-size: 16px; font-weight: bold; line-height: 28px;}
.pricing_box .header span.info { position: relative; font-size: 12px; font-weight: normal; top: 2px; display: block; color: gray; } 
.pricing_box p { line-height: 28px;}
.pricing_box ul { list-style: none; margin: 0 0 15px 0!important; text-align: left;}

.cols-2 .pricing_box { width: 49.8%; }
.cols-3 .pricing_box  { width: 33%; }
.cols-4 .pricing_box { width: 24.8%; font-size: 1em; }
.cols-5 .pricing_box { width: 19.5%; font-size: 0.9em;}

.pricing_box ul li { line-height: 4em; padding-left: 20px!important; list-style-type: none!important;}
.pricing_box ul li.odd { background: #F9F9F9;}
.pricing_box ul li.even { background: #fff;}
.pricing_box strong { background: url(../images/shortcodes/price.sprite.png) no-repeat 0 -9999px; height: 12px; padding-left: 20px; font-style: normal; color: gray; }
.pricing_box strong.no { background-position: 0 0;}
.pricing_box strong.yes { background-position: 0 -15px;}
.pricing_box strong.single { background-position: 0 -30px; }
.pricing_box strong.unlim { background-position: 0 -45px; }
.pricing_box strong.more{ background: url(../images/shortcodes/price.more.png) no-repeat 0 0; height: 20px; width: 20px; cursor: pointer; float: right; padding: 0; margin: 14px 14px 0 0;}
.pricing_box strong.nopad { padding: 0;}
.pricing_box h3{ margin: 20px 0; font-size: 24px; display: block;}
.pricing_box h3 em{ font-size: 12px; font-weight: normal;}

.pricing_box p.button { height: 40px; background: url(../images/shortcodes/price.readmore.png) no-repeat left 0; float: none; }
.pricing_box p.button a { font-size: 14px; line-height: 40px; background: url(../images/shortcodes/price.readmore.png) no-repeat right -40px; padding:0 40px; }

.pricing_box p.button:hover {background-position:left -80px;}
.pricing_box p.button a:hover{background-position:right -120px;}

.pricing_box.large { position: relative; z-index: 9; margin-top: -20px; -moz-box-shadow: 0 1px 10px #cbcbcb; -webkit-box-shadow: 0 1px 10px #cbcbcb; box-shadow: 0px 1px 10px #cbcbcb; padding: 0 0 40px 0; border-radius: 5px;}
.pricing_box.large .header { color: #303E0E; text-shadow:0 1px 0 #C7DD90; height: 88px; background: url(../images/shortcodes/price.bg.signup.png) repeat; border-bottom: 1px solid #b2d850;}
.pricing_box.large .header  span{ top: 30px; }
.pricing_box.large .header  span.info{ top: 14px; color: #576e1f; text-shadow:none; }

.pricing_box.large p.button { background-position:left -160px;}
.pricing_box.large p.button a{ background-position:right -200px; color: #303E0E; text-shadow:0 1px 0 #C7DD90; }

.pricing_box.large p.button:hover { background-position:left -240px;}
.pricing_box.large p.button a:hover{ background-position:right -280px; }

/*Tables*/
#content .upcodetable { border: none; margin: 0 -1px 30px 0; text-align: left; width: 100%; border-collapse: separate; border-spacing: 1px;}
#content .upcodetable.default{ background-color: #dfdfdf;}
#content .upcodetable tr th { padding: 7px; font-weight: bold; color: black; background: #f1f1f1;}
#content .upcodetable tr td { padding: 7px; text-align: center; background: #fafafa;}

#content .upcodetable.blue tr th { background: #68b5dc;}
#content .upcodetable.blue tr td { background: #addbe4;}

#content .upcodetable.green tr th { background: #94c847;}
#content .upcodetable.green tr td { background: #ddf3bb;}