@font-face {
	font-family: 'MYRIADPROREGULAR';
	src: url('fonts/myriadpro/MYRIADPROREGULAR.eot');
	src: local('MYRIADPROREGULAR'), url('fonts/myriadpro/MYRIADPROREGULAR.woff') format('woff'), url('fonts/myriadpro/MYRIADPROREGULAR.ttf') format('truetype');
}

@font-face {
    font-family: 'pt_sansbold';
    src: url('fonts/ptsans/ptsans_bold_macroman/PTS75F-webfont.eot');
    src: url('fonts/ptsans/ptsans_bold_macroman/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans/ptsans_bold_macroman/PTS75F-webfont.woff') format('woff'),
         url('fonts/ptsans/ptsans_bold_macroman/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/ptsans/ptsans_bold_macroman/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('fonts/ptsans/ptsans_italic_macroman/PTS56F-webfont.eot');
    src: url('fonts/ptsans/ptsans_italic_macroman/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans/ptsans_italic_macroman/PTS56F-webfont.woff') format('woff'),
         url('fonts/ptsans/ptsans_italic_macroman/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/ptsans/ptsans_italic_macroman/PTS56F-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/ptsans/ptsans_regular_macroman/PTS55F-webfont.eot');
    src: url('fonts/ptsans/ptsans_regular_macroman/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptsans/ptsans_regular_macroman/PTS55F-webfont.woff') format('woff'),
         url('fonts/ptsans/ptsans_regular_macroman/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/ptsans/ptsans_regular_macroman/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('fonts/opensans/opensanscondensed_light_macroman/OpenSans-CondLight-webfont.eot');
    src: url('fonts/opensans/opensanscondensed_light_macroman/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensanscondensed_light_macroman/OpenSans-CondLight-webfont.woff') format('woff'),
         url('fonts/opensans/opensanscondensed_light_macroman/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('fonts/opensans/opensanscondensed_light_macroman/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; outline: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; font-family:  pt_sansbold, arial }
em { font-style: oblique; }


.blue {color: #55a7ff;}
.orange {color: #ff783d;}

body {line-height: 1;height: 100%;font: 12px/18px  pt_sansregular;background: #fff;Overflow:auto;}

h1 {font-family: open_sanscondensed_light, helvetica, arial;font-size:32pt;font-weight:normal;color:#444;margin-bottom: 20px;text-shadow: 1px 1px rgba(0,0,0,0.3);}
h1.blue {color:#57bdff;}

h2 {font-size: 250%;font-family: open_sanscondensed_light, helvetica, arial;margin-bottom: 10px;}

h3 {font-family: open_sanscondensed_light, helvetica, arial;margin: .5em 0;line-height: 1.2em;font-size: 180%;}
h3.blue {color: #55a7ff;}
h3 a {color: inherit;}

p {font-family: open_sanscondensed_light, helvetica, arial;font-size:12pt;font-weight:normal;color:#888;text-align: justify; line-height: 1.1em}
p.big {font-size:14pt;font-weight:normal;color:#666;} 
p.small_note {font-size:10pt;}

a {font-weight: bold;text-decoration: none;color: #55a7ff;}

label {display: block;padding: .5em 0;font-weight: bold;}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

input {
	padding: 5px;
	outline: 0;
	background: #fff;
	background-image:         linear-gradient(bottom, #fff 67%, #f0f0f0 100%);
	background-image:        -webkit-gradient(linear, left bottom, left top, color-stop(0.67, #fff), color-stop(1, #f0f0f0));
	background-image:      -o-linear-gradient(bottom, #fff 67%, #f0f0f0 100%);
	background-image:     -ms-linear-gradient(bottom, #fff 67%, #f0f0f0 100%);
	background-image:    -moz-linear-gradient(bottom, #fff 67%, #f0f0f0 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 67%, #f0f0f0 100%);
	color: #666;
	border: 1px solid #ccc;
	        box-shadow: 0 0 .2em #ccc;
	     -o-box-shadow: 0 0 .2em #ccc;
	   -moz-box-shadow: 0 0 .2em #ccc;
	-webkit-box-shadow: 0 0 .2em #ccc;
	border-radius: .3em;
}
input:focus {color: #333;border-color: #aaa;}
input.fullwidth, select.fullwidth {width: 80%;}
input.smallwidth, select.smallwidth {width: 40%;}
input.verysmallwidth, select.verysmallwidth {width: 20%;}
button {
	padding: 5px 15px;
	font-weight: bold;
	background: #eee;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
	background-image:         linear-gradient(bottom, #ddd 37%, #f0f0f0 100%);
	background-image:        -webkit-gradient(linear, left bottom, left top, color-stop(0.37, #ddd), color-stop(1, #f0f0f0));
	background-image:      -o-linear-gradient(bottom, #ddd 37%, #f0f0f0 100%);
	background-image:     -ms-linear-gradient(bottom, #ddd 37%, #f0f0f0 100%);
	background-image:    -moz-linear-gradient(bottom, #ddd 37%, #f0f0f0 100%);
	background-image: -webkit-linear-gradient(bottom, #ddd 37%, #f0f0f0 100%);
	border: 1px solid #ccc;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	        box-shadow: 0 0 .2em #ccc;
	     -o-box-shadow: 0 0 .2em #ccc;
	   -moz-box-shadow: 0 0 .2em #ccc;
	-webkit-box-shadow: 0 0 .2em #ccc;
	border-radius: .3em;
}
button:active {
	padding: 6px 15px 4px;
	background: #d0d0d0;
	background-image:         linear-gradient(bottom, #ddd 37%, #ccc 100%);
	background-image:        -webkit-gradient(linear, left bottom, left top, color-stop(0.37, #ddd), color-stop(1, #ccc));
	background-image:      -o-linear-gradient(bottom, #ddd 37%, #ccc 100%);
	background-image:     -ms-linear-gradient(bottom, #ddd 37%, #ccc 100%);
	background-image:    -moz-linear-gradient(bottom, #ddd 37%, #ccc 100%);
	background-image: -webkit-linear-gradient(bottom, #ddd 37%, #ccc 100%);
	border-color: #aaa;
	        box-shadow: 0 .1em .2em #ccc, inset 0 .1em .2em #aaa;
	     -o-box-shadow: 0 .1em .2em #ccc, inset 0 .1em .2em #aaa;
	   -moz-box-shadow: 0 .1em .2em #ccc, inset 0 .1em .2em #aaa;
	-webkit-box-shadow: 0 .1em .2em #ccc, inset 0 .1em .2em #aaa;
}
button > img {margin: 0 .5em;vertical-align: middle;}
button:active > img {opacity: .8;}
button.big {padding: 10px 25px;font-size: 120%;}

p.info {font-weight: bold;}

#langselect {position: fixed;right: 5px;top: 5px;z-index: 1100;}
#langselect li {float: left;margin: 13px;color: #fff;opacity: .5;}
#langselect li.selected {opacity: 1;}

/* Bottom Pannel */
#bottom_panel {background: url("bottom-bar.png") repeat scroll center top ;bottom: 0;height: 23px;overflow: hidden;position: fixed;width: 100%;z-index: 10000;border:1px solid #888;}
#bottom_panel span{position:relative;top:0px;left:260px;color:#aaa;font-weight:bold;}
#bottom_panel a{position:relative;left:270px;color:#ff783d;}
#bottom_panel_icon {display:none; background: url("icons/avatar_75px.png") no-repeat scroll center top ;bottom: 5px;left: 190px;height: 75px;width: 75px;position: fixed;z-index: 11000;}
#bottom_panel_text {display:none;font-size:10pt;}

/*
* Header and Logos
*/
#header {position: fixed;top: 0;height: 50px;width: 100%;z-index: 1000;background: url("headerPannel.png") repeat scroll center top ;}
#logo {position: absolute;left: 0;top: 5px;}
/*
*Menu
*/
#menu {position:absolute;top:10px;right:20px;width: 600px;font-size: 11pt;font-weight: normal;list-style: none;}
#menu li{position: relative;float: left;text-align: center;}
#menu li a {	display: block;color: #eee;text-decoration: none;padding: 5px;padding-right: 20px;}
#menu li a:hover {color:#fff;color: #ff783d;}
#menu .private{color:#ff783d;font-size:15pt;width: 200px;text-align: left;font-weight: bold;}
#menu .private:hover{color:#FF944D;}

.dropdown-menu{
	position: absolute;
	top: 60px;
	right: 50px;
	width: 750px;
	height: 300px;
	background: rgb(0,0,0);
	-moz-opacity: 0.80;
	opacity:.80;
	filter: alpha(opacity=80);
	color: #fff;
	border: 2px solid #fff;
	border-radius: 15px;
	display: none;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
}
.dropdown-menu h1 {font-size: 18pt;color: #fff;margin-bottom:10px;}
.dropdown-menu h2 {font-size: 13pt;color: #6AB4FF;	margin-bottom:10px;text-shadow: 1px 1px rgba(255,255,255,0.4);}
.dropdown-menu h3 {font-size: 10pt;color: #ff783d;	margin-top:0px;margin-bottom:10px;}
.dropdown-menu h3.blue{color: #6AB4FF;	}
.dropdown-menu h3.white{color: #fff;}
.dropdown-menu p {font-size: 9pt;color: #fff;margin-bottom:10px;	}
.dropdown-menu a {text-decoration: none;color:#fff;font-size: 10pt;}
.dropdown-menu a.blue {text-decoration: none;color:#6AB4FF;font-size: 10pt;}
.dropdown-menu a:hover {color:#ff783d;}
.dropdown-menu .info{background-image: url('icons/infoxsmall.png');background-repeat: no-repeat;padding-left: 20px;  /* width of the image plus a little extra padding */display: block;font-size:9pt;}
.dropdown-menu .contactform-icon{background-image: url('icons/commentsmall.png');background-repeat: no-repeat;padding-left: 52px;  padding-top: 10px;display: block;font-size:14pt;}
.dropdown-menu .smallinfo{font-size: 9;color: #999;}
.dropdown-menu .cell{padding-left: 25px;padding-right: 25px;}
.dropdown-menu .cell.line {border-right: 1px solid #999;}
.menu-selected{color: #fff;background: #eee;}

/*
*Index Playground with Slider Banner
*/
#playground {position: relative;margin-top: 0px;margin-left: 0px;height: 580px;width: 100%;}
#banner {margin-top:0px;margin-left:0px;height: 550px;}

/*
* Content & Other Pages
*/
#content_banner {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:20px;
	height: 200px;
	width: 100%;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
}


/*
* Footer
*/
.footer {padding: 2em 0 5em;height:124px;width:100%;background: url("footer-bar.png") repeat scroll left  #2f3439;color:#aaa;}
.footer_table {width:700px;margin:0 auto;text-align:left;}
.footer_title {color: #ff783d;font-size:14pt;font-weight:normal;text-align:left;}
.footer_links {color: #aaa;font-size:10pt;font-weight:normal;text-align:left;}
.footer_links a {font-weight: normal;text-decoration: none;color: #aaa;}
.footer_links a:hover {font-weight: normal;text-decoration: none;color: #55a7ff;}


#signature{position: relative;top:30px;text-align: center;font-size: 8pt;letter-spacing: .1em;}
#news_box {margin-top:0px;margin-bottom:30px;margin-left:auto;margin-right:auto;width:1000px;height:110px;}
.box {
	height: 100px;
	width: 320px;
	padding: 0px;
	margin: 0 10px 1em 0;
	text-align: center;
	background: #eee;
	background-image:         linear-gradient(bottom, #ebe6eb 0%, #fafafa 10%);
	background-image:        -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebe6eb), color-stop(0.1, #fafafa));
	background-image:      -o-linear-gradient(bottom, #ebe6eb 0%, #fafafa 10%);
	background-image:     -ms-linear-gradient(bottom, #ebe6eb 0%, #fafafa 10%);
	background-image:    -moz-linear-gradient(bottom, #ebe6eb 0%, #fafafa 10%);
	background-image: -webkit-linear-gradient(bottom, #ebe6eb 0%, #fafafa 10%);
	        box-shadow: 0 .1em .5em #aaa;
	     -o-box-shadow: 0 .1em .5em #aaa;
	   -moz-box-shadow: 0 .1em .5em #aaa;
	-webkit-box-shadow: 0 .1em .5em #aaa;
	border-radius: .3em;
	border:1px solid #fff;
}
.box:hover{
	box-shadow: 0 .1em .5em #666;
	-o-box-shadow: 0 .1em .5em #666;
	-moz-box-shadow: 0 .1em .5em #666;
	-webkit-box-shadow: 0 .1em .5em #6666;
	border-radius: .3em;
	border:1px solid #fff;
}

.box_img {height:100px;width:100px;}
.box_img img{border-radius: 5px;}
.box_title {position:relative;height:30px;width:200px;top:-95px;left:110px;text-align:left;font-size:15pt;font-weight:bold;}
.box_title.blue{color:#57bdff;text-shadow:#fff 0px 1px 0, #1a83c6 0 -1px 0;}
.box_title.orange{color:#ff783d;text-shadow:#fff 0px 1px 0, #c15b2e 0 -1px 0;}

.box_text {position:relative;height:50px;width:200px;top:-80px;left:110px;text-align:left;font-size:10pt;font-weight:normal;color:#aaa;text-shadow:#fff 0px 1px 0, #999 0 -1px 0;}

.content {color: #444;background: #fff;width:1000px;margin-left:auto;margin-right:auto;}

#plan_price{position:relative;left:60px;top:30px;}
.price_box {position:relative;margin-left:100px;font-size:12pt;}
.price_box span.price_euros {font-size:30pt;font-weight:bold;color:#57bdff;}
.price_box span.price_cents {font-size:15pt;font-weight:bold;color:#57bdff;}
.price_box span.euros {font-size:21pt;font-weight:bold;color:#999;}
.price_box span.info {font-size:11pt;font-weight:normal;color:#999;}
.price_box a {font-size:14pt;}

#price_from {
	display:block;

	writing-mode: tb-rl;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer 7 & 8*/
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        /* Internet Explorer 9+*/
	transform: rotate(90deg);

	position: relative;
	top:-85px;
	left:-50px;
	display: inline-block;
	font-size:9pt;
	color:#999;
	background:#fff;
}

.grid {width: 100%;border: 1px solid #dfdfdf;}
.grid td, .gridcell {padding: .5em;color: #9d9d9d;background: #fafafa;border: 1px solid #dfdfdf;border-top-color: #fff;border-left-color: #fff;}
.grid, .gridcell {
	margin: 1em 0;
	        box-shadow: 0 .1em .5em #aaa;
	     -o-box-shadow: 0 .1em .5em #aaa;
	   -moz-box-shadow: 0 .1em .5em #aaa;
	-webkit-box-shadow: 0 .1em .5em #aaa;
}
.grid td:first-child, .gridcell {
	background-image:         linear-gradient(left , #ebe6eb 0%, #fafafa 10%);
	background-image:        -webkit-gradient(linear, left top, right top, color-stop(0, #ebe6eb), color-stop(0.1, #fafafa));
	background-image:      -o-linear-gradient(left , #ebe6eb 0%, #fafafa 10%);
	background-image:     -ms-linear-gradient(left , #ebe6eb 0%, #fafafa 10%);
	background-image:    -moz-linear-gradient(left , #ebe6eb 0%, #fafafa 10%);
	background-image: -webkit-linear-gradient(left , #ebe6eb 0%, #fafafa 10%);
	vertical-align:middle;
}
.grid td.yes {background: url("yes.png") no-repeat scroll center;}
.grid td.info {text-align:center ;background: no-repeat scroll center #fff;vertical-align:middle;}
.grid em {font-size:8pt;}
.grid h4, .gridcell h4 {margin-top: 1em;color: #535353;font-weight: bold;}
.grid h1 {font-size:12pt;font-weight:normal;color:#ff783d;}
.grid h1.blue {color:#57bdff;}
.grid h2 {font-size:10pt;color:#777;margin-left:2em;}
.grid h4:first-child, .gridcell h4:first-child {margin-top: 0;}
.grid p, .gridcell p {margin: .5em 0;text-align: justify;}
.grid p[align=right], .gridcell p[align=right] {margin-top: 1em;text-align: right;}
.grid img[align=left], .gridcell img[align=left] {margin-right: .5em;}


/* Dropdown control */
.selectBox-dropdown {
	min-width: 150px;
	position: relative;
	border: solid 1px #BBB;
	line-height: 1.5;
	text-decoration: none;
	color: #444;
	outline: none;
	vertical-align: middle;
	background: #F2F2F2;
	background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	        box-shadow: 0 0 .2em #ccc;
	     -o-box-shadow: 0 0 .2em #ccc;
	   -moz-box-shadow: 0 0 .2em #ccc;
	-webkit-box-shadow: 0 0 .2em #ccc;
	cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {border-color: #666;}
.selectBox-dropdown.selectBox-menuShowing {-moz-border-radius-bottomleft: 0;-moz-border-radius-bottomright: 0;-webkit-border-bottom-left-radius: 0;-webkit-border-bottom-right-radius: 0;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.selectBox-dropdown .selectBox-label {padding: 2px 8px;display: inline-block;white-space: nowrap;overflow: hidden;}
.selectBox-dropdown .selectBox-arrow {position: absolute;	top: 0;right: 0;width: 23px;height: 100%;background: url(jquery.selectBox-arrow.gif) 50% center no-repeat;border-left: solid 1px #BBB;}
.selectBox-dropdown-menu {position: absolute;z-index: 99999;max-height: 200px;min-height: 1em;border: solid 1px #BBB; background: #FFF;-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);box-shadow: 0 2px 6px rgba(0, 0, 0, .2);overflow: auto;}
.selectBox-inline {min-width: 150px;outline: none;border: solid 1px #BBB;background: #FFF;display: inline-block;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;overflow: auto;}
.selectBox-inline:focus {border-color: #666;}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {list-style: none;display: block;cursor: default;padding: 0;margin: 0;}

.selectBox-options LI A {line-height: 1.5;padding: 0 .5em;white-space: nowrap;overflow: hidden;color: #444;background: 6px center no-repeat;}
.selectBox-options LI.selectBox-hover A {background-color: #EEE;color: #444;}
.selectBox-options LI.selectBox-disabled A {color: #888;background-color: transparent;}
.selectBox-options LI.selectBox-selected A {background-color: #888;color: #FFF;}
.selectBox-options .selectBox-optgroup {color: #666;background: #EEE;font-weight: bold;line-height: 1.5;padding: 0 .3em;white-space: nowrap;}


/* Disabled state */
.selectBox.selectBox-disabled {color: #888 !important;}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {opacity: .5;filter: alpha(opacity=50);border-color: #666;}
.selectBox-inline.selectBox-disabled {color: #888 !important;}
.selectBox-inline.selectBox-disabled .selectBox-options A {background-color: transparent !important;}

.feature-list{font-size: 13pt;color: #777;}
.feature-list td{padding-bottom:15px;}
.feature-list td:hover{color: #55a7ff;}
.feature-list td.icon{width:50px;text-align: center}
.feature-list i{font-size: 18pt;margin-right:5px;}

.box-collapsed-head{width:100%;height:30px;line-height: 30px;background:#ccc;color: #333;font-size:12pt;padding-left: 10px;border-radius: 15px;}
.box-collapsed-content{font-size:10pt;color: #666;display:none;}
.box-collapsed-content table{width:100%;}
.box-collapsed-content table .head{font-family: helvetica, arial;font-weight: bold;font-size: 12pt;color: #333;}
.box-collapsed-content table tr{font-family: helvetica, arial;font-weight: normal;font-size: 10pt;color: #777;border-bottom:1px solid #ccc;line-height: 25px;}
.box-collapsed-content table .key{ font-weight: bold; width: 200px;}
.box-collapsed-content table i{ font-size:12pt;}

.box {width:450px;margin-bottom: 20px}
.box_text {width:400px;}
.box_title {width:400px;}	
#content_box {height: 100%; width: 100%;}
#content_box_left {float: left; height: 100%; width: 50%;}
#content_box_right {height: 100%;overflow: hidden;}
#content_box_clear {clear: both; height: 1px; overflow: hidden; font-size:0pt; margin-top: -1px;}

#price-box{margin-left: 40px;width:300px;height:300px;background:#fff;color:#666; border:1px solid #ccc;border-radius:10px;box-shadow: 5px 5px 5px rgba(0,0,0,0.1)}
#price-box h3 {color:#000}
#price-box-bar {background: #CCFF66; height:5px;width:100%}
#price-box-price-big {text-align:center;margin-top:60px;color:#333}
#price-box-price-small {font-size:20pt}
#price-box-price-details {text-align:center;margin-top:5px;color:#888}
#price-box-info {margin-left: 40px; margin-right:20px;margin-top:30px}
#price-box-info-small {font-size:7pt;margin-left:5px}

.contact-table{font-size: 10pt;color: #666;}
.contact-table td{padding-bottom:5px;}
.contact-table td.icon{width:50px;text-align: center}
.contact-table i{font-size: 13pt;margin-right:5px;}

