/* Columns */
.fresh-one-half,
.fresh-one-third,
.fresh-two-third,
.fresh-one-fourth,
.fresh-three-fourth{
	display:inline;
	float:left;
	margin-right:3.125%;
	min-height:1px;
	position:relative;
}
.fresh-one-half{
	width:48.4375%;
	*width:48.4375%
}
.fresh-one-third{
	width:31.25%;
	*width:31.25%
}
.fresh-two-third{
	width:65.625%;
	*width:65.625%
}
.fresh-one-fourth{
	width:22.65625%;
	*width:22.65625%
}
.fresh-three-fourth{
	width:74.21875%;
	*width:74.21875%
}
.fresh-one-half.last,
.fresh-one-third.last,
.fresh-two-third.last,
.fresh-one-fourth.last,
.fresh-three-fourth.last{
	clear:right;
	margin-right:0
}

/* Button */
a.fresh-btn,
.fresh-btn{background: #f49717;
	

	-webit-border-radius:3px;
	  -moz-border-radius:3px;
	    -o-border-radius:3px;
	       border-radius:3px;
		   
	
	color:#555;
	cursor:pointer;
	display:inline-block;
	*display:inline;
	font:inherit;
	font-weight:normal;
	line-height:inherit;
	margin:0 0 20px;
	padding:6px 20px;
	white-space:nowrap;
	zoom:1;
}
a.fresh-btn:hover,
.fresh-btn:hover{
	color:#555;
	text-decoration:none;
}
a.fresh-btn:active,
.fresh-btn:active{
	-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.1);
	     -o-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.1);
	        box-shadow:inset 1px 1px 3px rgba(0,0,0,0.1);
	text-decoration:none;
}

/* Button Size */
a.fresh-btn.small,
.fresh-btn.small{
	font-size:11px;
	padding:2px 10px;
}
a.fresh-btn.large,
.fresh-btn.large{
	font-size:14px;
	padding:12px 20px;
}

/* Button Color */
a.fresh-btn.black,
.fresh-btn.black{
	background:#555555; /* Old browsers */
	color:#FFF;
}

a.fresh-btn.blue,
.fresh-btn.blue{
	background: #25a5ea; /* Old browsers */
	color:#FFF;
}

a.fresh-btn.green,
.fresh-btn.green{
	background: #66bc20;
	color:#FFF;
}

a.fresh-btn.orange,
.fresh-btn.orange{
background: #f49717;
	color:#FFF;
}

a.fresh-btn.pink,
.fresh-btn.pink{
	background: #ef64a0; /* Old browsers */
	color:#FFF;
}

a.fresh-btn.purple,
.fresh-btn.purple{
	background: #b92aed; /* Old browsers */
	color:#FFF;
}

a.fresh-btn.red,
.fresh-btn.red{
	background: #ea2a2a; /* Old browsers */
	color:#FFF;
}

/* Dropcap ---------------------- */
.fresh-dropcap{
	display:block;
	float:left;
	font-size:36px;
	font-weight:bold;
	line-height:1;
	margin:0 10px 0 0;
	padding:0;
}

/* Divider ---------------------- */
.fresh-divider{
	display:block;
	height:0px;
	border-bottom:1px solid #ededed;
	margin:0 0 30px;
	padding:10px 0 0 0;
	clear:both;
}
.fresh-divider:before,
.fresh-divider:after{
	clear:both;
	content:'\0020';
	display:block;
	height:1px;
	width:100%;
	visibility:hidden;
}
.fresh-divider.dotted{
	border-bottom:2px dotted #ededed;
}
.fresh-divider.dashed{
	border-bottom:1px dashed #ededed;
}
.fresh-divider.double{
	border-bottom:5px double #ededed;
}
.fresh-divider.striped{
	border:none;
	height:5px;
	background:transparent url('../images/stripes.png') repeat;
	border-bottom:1px solid #ededed;
}

/* Accordion -------------------------------- */
.fresh-accordion{
	margin-bottom:20px;
}
.fresh-accordion .fresh-accordion-title{
	background:#FAFBFB;
	border:1px solid #ededed;
	display:block;
	cursor:pointer;
	color:#555555;
	margin-bottom:10px;
	padding:8px 20px;
	text-decoration:none
}
.fresh-accordion .fresh-accordion-title:hover{
	text-decoration:none
}
.fresh-accordion .fresh-accordion-pane{
	background:#FFF;
	border:1px solid #ededed;
	margin:-11px 0 10px 0;
	padding:20px;
	display:none;
}

/* Tabs ------------------------------------- */
.fresh-tabs{
	margin-bottom:20px;
}
.fresh-tabs ul.fresh-tabs-nav{
	list-style:none;
	margin:0;
	padding:0;
}
.fresh-tabs ul.fresh-tabs-nav li{
	float:left;
	margin:0 -1px 0 0;
	padding:0;
}
.fresh-tabs ul.fresh-tabs-nav li a{
	background:#FAFBFB;
	border:1px solid #ededed;
	color:#555555;
	display:block;
	margin:0 0 -1px;
	padding:8px 20px;
	position:relative;
}
.fresh-tabs ul.fresh-tabs-nav li a:hover{
	text-decoration:none
}
.fresh-tabs ul.fresh-tabs-nav li a.current{
	background:#FFF;
	border-bottom:1px solid #FFF;
	color:#252525;
}
.fresh-tabs .fresh-panes{
	clear:both;
	border:1px solid #ededed
}
.fresh-tabs .fresh-panes > div{
	padding:20px
}

/* Alert Message ------------------------------------- */
.fresh-alert{
	background:#FFF;
	border:1px solid #ededed;
	color:#555;
	padding:8px 50px 8px 20px;
	border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
	margin-bottom:20px;
}
.fresh-alert span.close{
	position:absolute;
	color:#ccc;
	display:inline-block;
	font-size:20px;
	line-height:100%;
	font-weight:700;
	width:20px;
	height:20px;
	text-align:center;
	cursor:pointer;
	right:10px;
	top:6px;
}
.fresh-alert span.close:hover{
	color:#999;
}
.fresh-alert.blue{
	background:#dbf3f9;
	border:1px solid #c5e3ea;
}
.fresh-alert.green{
	background:#e2ffc9;
	border:1px solid #c5eda3;
}
.fresh-alert.red{
	background:#ffe2e2;
	border:1px solid #fcd1d1;
}
.fresh-alert.yellow{
	background:#fcf7d1;
	border:1px solid #f4d800;
}