
/* =========================================

	TYPO

============================================*/	

.inline-slider {
	margin:0 auto 0;
	position:relative;
}

.inline-slider .pagination {
	float:left;
	text-align:center;
	margin:15px auto 0;
	z-index: 100;
	position:relative;
}

.inline-slider .pagination li {
	list-style:none none;
	float:left;
}

.inline-slider .pagination li a {
	display:block;
	width: 18px;
	height: 16px;
	
	background-image:url(lib/imgs/sprite.png);
	background-position: 0 -64px;
}

.inline-slider .pagination li a span {
	display:none;
}

.inline-slider .pagination li.current a {
	background-position: 0 -80px;
}

.inline-slider .slider-nextprev {
	position: static;
	
	left:0;
	top:0;
}

.inline-slider .slider-nextprev {
	visibility:hidden;
}

.inline-slider:hover .slider-nextprev {
	visibility: visible;
}

.inline-slider .slider-nextprev a {
	position:absolute;
	width: 45px;
	height: 100%;
	max-height: 400px;
	background-image:url(lib/imgs/inline_slider_navigation_arrows.png);
	background-repeat:no-repeat;
}

.inline-slider .slider-nextprev a span { display:none; }

.inline-slider .slider-nextprev a.prev {
	top:0;
	left: 2%;
	background-position: 0 50%;
}

.inline-slider .slider-nextprev a.next {
	top:0;
	right: 2%;
	background-position: -45px 50%;
}





/* =========================================

	BUTTONS

============================================*/

.button,
#content input[type=button], #footer input[type=button],
#footer input[type=submit], #content input[type=submit]{
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 5px 15px;
	color: #fff !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none !important;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	box-shadow: inset 0 1px 0 rgba(255,255,255, .2);

	background: #2e76cf;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	font: bold 13px "Helvetica Neue", Arial !important;
}

.button:hover,
#content input[type=button]:hover, #footer input[type=button]:hover,
#footer input[type=submit]:hover, #content input[type=submit]:hover {
	background: #0069BF;
	color: white !important;
}

.button:active,
#content input[type=button]:active, #footer input[type=button]:active,
#footer input[type=submit]:active, #content input[type=submit]:active {
	border-color: #20559a;
}

a.inactive {
	border: 1px solid #d5d5d5;
	border-bottom-color: #e6e2e2;
	color: #aeaeae;
	text-shadow: 0 1px 0 white;
	
	background: #e8e8e8;
}


.large {
	margin: 5px 5px 5px 0;
	padding: 7px 15px;
	font: bold 16px "Helvetica Neue", Arial !important;;
}

.with-icon {
	padding-right:20px !important;
}
	
.with-icon span {
	width:0px; 
	height:0px; 
	border:5px solid transparent;  /* left arrow slant */
	border-left:5px solid #fff; /* bottom, add background color here */
	margin: 4px 0 0 5px; /* centers the arrow within the parent container */
	font-size:0px;
	line-height:0px;
	display: inline;
	position:absolute;
}

.large.with-icon {
	padding-right:25px !important;
}

.large.with-icon span {
	margin: 7px 0 0 8px;
}

.small {
	margin: 5px 5px 5px 0;
	padding: 3px 15px;
	font: normal 11px "Helvetica Neue", Arial !important;
}


/* =========================================

	BUTTONS -> COLORS -> GREY

============================================*/

.button.grey {
	color:				#584e50 !important;
	text-shadow: 		0 -1px 0 hsla(0,100%,100%,.3) !important;
	background: 		#e1e1e2;
	border: 1px solid 	#dddede;
	border-bottom-color:#b3b3b3;
}

.button.grey:hover {
	background: 		#f2f2f3;
}

.button.grey:active {
	border: 1px solid #d5d5d5;
	border-bottom-color: #e6e2e2;
	color: #aeaeae;
	text-shadow: 0 1px 0 white;

	background: #e8e8e8;
}


/* =========================================

	BUTTONS -> COLORS -> DARK

============================================*/

.button.dark {
	color:				#fff !important;
	text-shadow: 		0 -1px 0 #000 !important;
	
	background: 		#5a5656;
	border: 1px solid 	#4b4b4b;
	border-bottom-color:#303030;
}

.button.dark:hover {
	background: 		#494646;
}

.button.dark:active {
	background: 		#444141;
}


/* =========================================

	BUTTONS -> COLORS -> PINK

============================================*/

.button.pink {	
	background: 		#bd1a8d;
	border-color:		#9f1677;
}

.button.pink:hover {
	background: 		#a01678;
}

/* =========================================

	BUTTONS -> COLORS -> GREEN

============================================*/

.button.green {
	background: 		#478264;
	border: 1px solid 	#509270;
	border-bottom-color:#3e7258;	
}

.button.green:hover {
	background: 		#3e7258;
}

/* =========================================

	BUTTONS -> COLORS -> RED

============================================*/

.button.red {
	background: 		#960059;

	border: 1px solid 	#960059;
	border-bottom-color:#82004d;

}

.button.red:hover {
	background: 		#82004d;
}


/* =========================================

	BUTTONS -> COLORS -> BROWN

============================================*/

.button.brown {
	background: 		#a14308;
	border: 1px solid 	#803405;
	border-bottom-color:#6a2b04;

}

.button.brown:hover {
	background: 		#6a2b04;
}

/* =========================================

	BUTTONS -> COLORS -> DARK BROWN

============================================*/

.button.dark_brown {
	background: 		#3d222d;
	border: 1px solid 	#6b3c50;
	border-bottom-color:#5e3243;

}

.button.dark_brown:hover {
	background: 		#82004d;
}

/* =========================================

	TIPSY - TOOLTIP

============================================*/

.tipsy {  
	background-image: url(lib/imgs/tipsy.gif); 
	background-repeat: no-repeat;

	filter: alpha(opacity=80);
	font-size: 10px;
	line-height:1.2em;

	opacity: 0.8;
	padding: 5px;
}

.tipsy-inner {
	padding: 5px 8px 4px 8px; 
  	background: #000000; /*Fallback*/

	text-shadow: 0 1px 0 #000;
	color: white; 
	max-width: 200px; 
	text-align: center;
}

.tipsy-inner { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius: 3px;}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

/* =========================================

	TITLE SHORTCODES

============================================*/

.block-title span.sub {
	display: block;	
	padding-left:0 !important;
}

.title {
	text-shadow: 0 0 1px rgba(0, 0, 0, .3);
}

.title strong {
	font-family: "Arial Black", Gadget, sans-serif;
	vertical-align:top;
}

.t3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -.07em;	
	font-weight: bold;
	color: #231F20;
}

.ts {
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
}

/* =========================================

	TWITTER SHORTCODE

============================================*/

ul.tweet_list {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

ul.tweet_list > li {
	margin-bottom: 10px;
}

ul.tweet_list li .avatar{
	float: left;
	margin: 0 10px 0 0;
}

.content .cloudfw_tweet_date {
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #ccc;
	white-space: nowrap;
}

.content a.twit-link {
	font-style: italic !important;
}

.content a.author.twit-link {
	float: left;
}

.tweet_text {
	overflow: hidden;
	display: block;
}



/* =========================================

	BLOG SHORTCODE

============================================*/

.shortcode_minimal_blog_container .blog-title {
	margin-top: 4px;	
}

.shortcode_minimal_blog_container .blog-metas {
	font-size: 11px;	
}


.shortcode_minimal_blog_container_style_2 .blog-thumbnail {
	position:relative;
}

.shortcode_minimal_blog_container_style_2 a {
	text-decoration: none;
}

.shortcode_minimal_blog_container img,
.shortcode_minimal_blog_container_style_2 img {
	max-width: 100%;	
}

.shortcode_minimal_blog_container_style_2 .blog-thumbnail .blog-title {
	position:absolute;
	top:20px;
	left:0;
	
	padding: 5px 10px;
	max-width: 70%;
	background:#fff;
	color:#333;
	
	font-size: 14px;
	font-weight:normal;
	letter-spacing: -.02em;
	
	
}



.shortcode_minimal_blog_container_style_2 .blog-excerpt {
	margin-top:15px;
	font-size: 11px;	
}

/* =========================================

	TABS

============================================*/

.framed_tabs,
.simple_tabs {
	margin-bottom: 20px;	
}

ul.tab_titles,
ul.tab_contents {
	list-style: none none;
	margin: 0 -40px;
	padding: 0 40px;
}

.tab_contents .hidden {
	top: 0;
}

.cl ul.tab_titles,
.cl ul.tab_contents {
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
}

.framed_tabs .tab_titles {
	display:block;
	height:60px;
	
	background-color:#fcfdfd;
	background-image: url(lib/imgs/patterns/pattern-1.png);
	background-repeat:repeat;

}

.tab_titles > li {
	float:left;	
}

.framed_tabs .tab_titles > li a{
	display:block;
	padding: 0 20px;
	margin:15px 5px 0 0;
	height:45px;
	line-height:45px;
	
	
	background: url(lib/imgs/ie_tr_bg_fix_white_60.png) repeat;
	background:rgba(255,255,255,.6);
	text-decoration:none !important;
}


.cl .framed_tabs .tab_titles > li.first{
	margin-left: 10px;
}

.framed_tabs .tab_titles li.current a{
	background: #fff;
}

ul.tab_contents {
	margin-top: 20px;
	min-height: 40px;	
}

.simple_tabs .tab_titles {
	display:block;
	height:45px;
	
	border-bottom: 1px solid #eff0f0;
}

.simple_tabs .tab_titles > li a {
	display:block;
	padding: 0 20px 10px;
	margin:0 5px 0 0;
	height:45px;
	line-height:30px;
	
	text-decoration:none !important;
	
}

.simple_tabs .tab_titles li a{
	color:#ccc !important;
}

.simple_tabs .tab_titles li.current a{
	background: url(lib/imgs/tab_arrow.png) no-repeat scroll 50% 100%;
}

.dark .simple_tabs .tab_titles li.current a{
	background: url(lib/imgs/dark-tab_arrow.png) no-repeat scroll 50% 100%;
}

.dark .framed_tabs .tab_titles,
.dark .framed_tabs .tab_titles > li a {
	background-color: transparent;
}


/* =========================================

	TOGGLE

============================================*/	

.toggle {
	padding: 0 0 20px;
}

.cl .toggle {
	padding-bottom: 5px;
}
	
.toggle-opened .toggle-head a {
	background-position: 0 -32px;
}
	
.toggle-closed .toggle-head a {
	background-position: -32px 0;
}

.toggle-head {
}

.toggle-head a {
	display:block;
	font:bold 14px Arial, Helvetica, sans-serif;

	padding: 8px 0 8px 36px;
	background: url("lib/imgs/expandable_bg.png") no-repeat scroll 0 0 transparent;
}

.light .toggle-head a {
	color: #333;
}

.dark .toggle-head a {
	background-image: url("lib/imgs/dark-expandable_bg.png");
}

.toggle-content {
	margin:15px 0;
}
	
.toggle-closed .toggle-content {
	display:none;
}


/* =========================================

	TYPO

============================================*/	

.dropcap {
	float:left;
	font-size:44px;
	line-height: 36px;
	margin: 0 5px -10px 5px !important;
	padding-bottom:0 !important;
	}
	
.highlight_1 {
	background: #FF6;
	padding: 1px 2px;
	}
	
.highlight_2 {
	border-bottom: dotted 1px #000;
	padding: 1px 2px;
	margin: 0 5px 0 0;
	}

.highlight_3 {
	background: #474649;
	color:#FFF !important;
	padding: 1px 2px;
	}
	
ul.list {
	list-style-type:none;
	list-style-position: outside;
	}

ul.list li {
	margin-left:5px;
	padding:2px 0 2px 24px;
	background: url(lib/imgs/lists.png) no-repeat scroll -620px -4px transparent;
	}
	
ul.list-arrow li {
	background-position:-615px -4px;
	}
	
ul.list-check li {
	background-position:-490px -132px;
	}
	
ul.list-cancel li {
	background-position:-458px -165px;
	}	
	
ul.list-download li {
	background-position:-523px -100px;
	}

ul.list-comment li {
	background-position:-552px -68px;
	}

ul.list-rss li {
	background-position:-426px -198px;
	}
	
ul.list-doc li {
	background-position:-394px -230px;
	}

ul.list-star li {
	background-position:-360px -262px;
	}

ul.list-info li {
	background-position:-329px -294px;
	}

ul.list-plus li {
	background-position:-298px -326px;
	}
	
ul.list-negative li {
	background-position:-266px -358px;
	}
	
ul.list-caution li {
	background-position:-234px -390px;
	}

ul.list-circle li {
	background-position:-168px -454px;
	}
	
ul.list-square li {
	display:list-item;
	list-style-type: square;
	background:none;
	padding-left:0;
	}

ul.list-bull li {
	display:list-item;
	list-style-type:; disc;
	background:none;
	padding-left:0;
	}

ul.list-decimal li {
	display:list-item;
	list-style-type: decimal;
	background:none;
	padding-left:0;
	}

ul.list-roman li {
	display:list-item;
	list-style-type: upper-roman;
	background:none;
	padding-left:0;
	}
	
	
/* =========================================

	BOXES

============================================*/	

.box {
	border: 1px solid #FFFFFF;
    color: #3f3f3d;
    margin: 0 2px 20px;
	word-wrap: break-word;
	
	border-radius: 2px;
	}

.cloudfw-modal .box {
	margin-bottom: 0;
}
	
.box-inline {
    padding: 25px 30px 10px 75px;
	}
		
.box .box-title {
	font: bold 16px/22px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom:10px;	}

.box-default {padding-left:30px;}
.box-default .box-inline {padding-left:30px;}
	
.box-info { background:#D1EEFB;border: solid 1px #80B7DB; text-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(140, 189, 222, 0.5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(140, 189, 222, 0.5) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(140, 189, 222, 0.5) inset;
	}
.box-info .box-inline {	background: url(lib/imgs/icons/info_button_32.png) no-repeat scroll 20px 20px;}
.box-info .box-title {color: #31a2e8;}
.box-info p {color: #1C86C9 !important;}

.box-caution,
.box-bulb,
.box-warning { background:#FFF9CC;border: solid 1px #D2BB77; text-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(192, 174, 98, 0.4) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(192, 174, 98, 0.4) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(192, 174, 98, 0.4) inset;
	}
.box-caution .box-title,
.box-bulb .box-title,
.box-warning .box-title {color: #9D8943;}
.box-caution p,
.box-bulb p,
.box-warning p {color: #9A8E00 !important;}

.box-caution .box-inline {	background: url(lib/imgs/icons/error_button.png) no-repeat scroll 20px 20px;}
.box-warning .box-inline {	background: url(lib/imgs/icons/warning_32.png) no-repeat scroll 20px 20px;}
.box-bulb .box-inline {	background: url(lib/imgs/icons/lightbulb_32.png) no-repeat scroll 20px 20px;}


.box-note,
.box-default { background:#FCFCF7;border: solid 1px #cdcdc9; text-shadow: 0 -1px 1px #fff;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(0, 0, 0, 0.1) inset;
}
.box-note .box-inline {background: url(lib/imgs/icons/note.png) no-repeat scroll 20px 20px;}
.box-note .box-title,
.box-default .box-title {color: #323231;}

.box-success { background:#D8E9BE;border: solid 1px #8BB188;  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(170, 212, 113, 0.8) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(170, 212, 113, 0.8) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(170, 212, 113, 0.8) inset;
}
.box-success .box-inline {background: url(lib/imgs/icons/success.png) no-repeat scroll 20px 20px;}
.box-success .box-title {color: #5E7248;}
.box-success p {color: #5E7248  !important;}

.box-error { background:#F9CCCC;border: solid 1px #D29191; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(210, 145, 145, 0.4) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(210, 145, 145, 0.4) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 30px rgba(210, 145, 145, 0.4) inset;
}
.box-error .box-inline {background: url(lib/imgs/icons/err.png) no-repeat scroll 20px 20px;}
.box-error .box-title {color: #fd4837;}
.box-error p {color: #C53333 !important;}

	
.iconbox {
	margin-bottom: 20px;
}

.cl .iconbox {
	margin-bottom: 0;
}

.iconbox .iconbox-icon{
	float:left;
	margin: 0 20px 0 0;
}

.iconbox .iconbox-content{
	overflow: hidden;
}

.iconbox h1,
.iconbox h2,
.iconbox h3,
.iconbox h4,
.iconbox h5,
.iconbox h6,
.iconbox strong {
	display:block;
	clear:both;
    margin: 0 0 5px;
    position: relative;
}

.iconbox strong {
	font-size: 1.2em;
}

.icon > img{
	margin: 0 10px 10px 0;
	float: left;
}


/* =========================================

	PRICING TABLE

============================================*/	

.pricing_table table {
	margin: 0 -20px 40px;
	width: 900px;
}

#withsidebar-content .pricing_table table {
	margin: 0 -20px 40px;
	width: 600px;
}

.pricing_table.column-2 td {
	width: 50%;
}

.pricing_table.column-3 td {
	width: 33%;
}

.pricing_table.column-4 td {
	width: 25%;
}

.pricing_table.column-5 td {
	width: 20%;
}

.pricing_table td {
	padding: 20px;
}

.pricing_table .table_titles .iconbox .iconbox-icon {
	float:none;
    display: block;
    margin: 0 0 20px;
}

.pricing_table .table_titles td,
.pricing_table .table_action_button td {
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.pricing_table .table_titles {
	text-align:center;
}

.pricing_table .table_prices td {
	text-align:center;
	
	font: bold 50px Arial, Helvetica, sans-serif;
	letter-spacing: -.08em;
	
	color:#babbbb;
}

.pricing_table.column-5 .table_prices td {
	font-size:40px;
	letter-spacing: -.08em;
}

.pricing_table .table_prices td span {
	font: bold 20px Arial, Helvetica, sans-serif;
	letter-spacing: -.05em;
	color:#babbbb;
	padding-left: 5px;
}

.pricing_table .table_details td {
	padding-top: 0;
	vertical-align: top;
}

.pricing_table .table_details ol, .pricing_table .table_details ul {
	margin-bottom: 0;	
}

.pricing_table .table_action_button td {
	text-align:center;
	padding-top: 0;
}


/* =========================================

	TESTIMONIALS

============================================*/

.testimonial {
	position:relative;
	padding-bottom: 20px;
	min-height: 100px;
}

.testimonial-wrap {
	margin: 0 0 20px;
}

.testimonial .testimonial-bg {
	position:absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 20px;
}

.testimonial .testimonial-bg .testimonial-bg-left {
	float:left;
	width: 50%;
	height: 20px;
	background: url(lib/imgs/divider_soft_gradient.png) no-repeat scroll 0 100%;
}

.testimonial .testimonial-bg .testimonial-bg-right {
	float: right;
	width: 50%;
	height: 20px;
	background: url(lib/imgs/divider_soft_gradient.png) no-repeat scroll 100% 100%;
}

.testimonial .testimonial-image {
	/*position: absolute;*/
	width: 140px;
	/*top:0;
	left: 0;*/
	float: left;
}

.testimonial .testimonial-content {
	display: block;
	overflow: hidden;
	margin: 0 0 -20px;
}

.testimonial .testimonial-content-init {
	padding-bottom: 20px;
	padding-left: 170px;
}

.testimonial-brand {
	text-align:right;
	font-size: 14px;
	margin: 15px 10px 0;
}

.testimonial-brand span{
	display: block;
	font-size: 10px;
	margin: 0 0 0 18px;
}

.testimonial-brand img{
	vertical-align: middle;
}
/* =========================================

	DIVIDERS

============================================*/

.d1 {
	position:relative;
	margin: 20px 0 40px;
	height: 20px;
}

.d1 .d1-bg {
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

.d1 .d1-bg .d1-bg-left {
	float:left;
	width: 50%;
	height: 20px;
	background: url(lib/imgs/divider_soft_gradient.png) no-repeat scroll 0 100%;
}

.d1 .d1-bg .d1-bg-right {
	float:right;
	width: 50%;
	height: 20px;
	background: url(lib/imgs/divider_soft_gradient.png) no-repeat scroll 100% 100%;
}

.d2 {
	display: block;
	margin: 30px -40px 40px;

	padding-left: 40px;
	padding-right: 40px;

	height: 1px;
	background: #EBECEC;
}

.cl .d2 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;

	padding-left: 0;
	padding-right: 0;
}


/* =========================================

	FRAMED IMAGES

============================================*/
.frame {

}

.image-frame,
.frame img {
	padding: 5px;
	border: 1px solid #f9f9f9;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.image-frame:hover,
.frame img:hover {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
	
.image-left {
	float:left;
	margin: 20px 20px 20px 10px;
}

.image-right {
	float:right;
	margin: 20px 10px 20px 20px;
}

/* TABLES */	


.table
{
	margin: 0 0 20px;
	text-align: left;
	border-collapse: separate;
	width:100%;
}
.table th
{
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px;
	border-bottom: 1px solid #E0E4E5;
}
.table td
{
	padding: 10px 15px;
	border-bottom: 1px solid #E4E3DE;
	border-top: 1px solid #fff;
	color:#655a5e;
}
.table .group {
	background: #f9f9f9;
	border-right: 1px solid #E4E3DE;
	max-width:30%;
}

.table tr:hover td
{
	color: #000;
	background: #f1f1f1;
}

/* FLICKR */	

.flickr_container {
}

.flickr_container a {
	float: left;
	margin: 0 10px 15px 0;
}

.flickr_container a img {
	-moz-box-shadow: 0 1px  2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px  2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.flickr_container a:hover img {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

/* CONTACT FORM */	

.contact_form {
	position: relative;
}

.modal-loading {
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;

	left: 0;
	top: 0;

	background-image: url('lib/imgs/loading_1.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.contact_form p label {
	display: block;
	margin-bottom: 5px;
}

.contact_form p input[type="text"] {
	width: 60%;
}

.contact_form p textarea {
	width: 85%;
}

.contact_form p.error input[type="text"],
.contact_form p.error textarea {
	border:	1px solid #ed1c24 !important;
}

/* YES/NO */

.sign_yes {
	width: 20px;
	height:20px;
	display:block;
	background: url(lib/imgs/icons/yes.png) no-repeat scroll 50% 50% transparent;
}
	
.sign_no {
	width: 20px;
	height:20px;
	display:block;
	background: url(lib/imgs/icons/no.png) no-repeat scroll 50% 50% transparent;
}