﻿

	ul.expmenu {
	width: 200px;
	border:#3584c7 solid 2px
}
ul.expmenu * {
	list-style: none;
}
ul.expmenu > li > div.header {
	padding: 12px; text-align:center; color:#333;
}
ul.expmenu > li:last-child > div.header {
	border-bottom: none;
}
ul.expmenu > li ul li {
	padding: 12px;
	border-top: 1px solid #fff;
	color: #727272; text-align:center;
}
ul.expmenu > li ul li:last-child {
	border-bottom: none;
}
ul.expmenu > li ul li.selected {
	background-color: #f4f4f4;
}
ul.expmenu div.header {
	color: #203f61;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	background: -moz-linear-gradient(top, #4d7fb8 0%, #4572a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d7fb8), color-stop(100%, #4572a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d7fb8 0%, #4572a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d7fb8 0%, #4572a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d7fb8 0%, #4572a5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d7fb8 0%, #4572a5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7fb8', endColorstr='#4572a5', GradientType=0 ); /* IE6-9 */
}
ul.expmenu > li > div.header > .label {
	background: no-repeat; text-align:center;
}
ul.expmenu > li > div.header > .arrow {
	display: block;
	width: 16px;
	height: 16px;
	background: no-repeat center;
	float: right;
}
ul.expmenu > li > div.header > .arrow.up {
	background-image: url(../images/arrow_u.png);
}
ul.expmenu > li > div.header > .arrow.down {
	background-image: url(../images/arrow_d.png);
}
/* Mouse Events */
		ul.expmenu div.header:hover {
	background: -moz-linear-gradient(top, #4d7fb8 0%, #4571a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d7fb8), color-stop(100%, #4571a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d7fb8 0%, #4571a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d7fb8 0%, #4571a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d7fb8 0%, #4571a0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d7fb8 0%, #4571a0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7fb8', endColorstr='#4571a0', GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}
 ul.expmenu > li ul li:not(.selected):hover {
 cursor: pointer;
}
 ul.expmenu > li ul li:not(.selected):active {
 cursor: pointer;
}

ul#pagination-freebie {
	display: table;
	padding-right: 20px;
	margin: 20px auto;
	list-style: none;
}
ul#pagination-freebie:last-child {
	padding-right: 0;
}
ul#pagination-freebie li {
	float: left;
	margin-bottom: 20px
}
ul#pagination-freebie li:last-child {
	margin-right: 0;
}
div#text {
	text-align: center;
	font-size: 20px;
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 80px;
}
div#smalltext {
	text-align: center;
	font-size: 18px;
	width: 600px;
	margin: 0 auto;
}
div#content {
	display: table;
}
.slider {
	height: 7px;
	position: relative;
	cursor: pointer;
	width: 100%;
	clear: right;
	top: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 0 0 8px #000;
}
/* progress bar (enabled with progress: true) */
.progress {
	height: 7px;
	position: relative;
	background: #5389c5; /* Old browsers */
	background: -moz-linear-gradient(top, #5389c5 0%, #4775a9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5389c5), color-stop(100%, #4775a9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5389c5 0%, #4775a9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5389c5 0%, #4775a9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5389c5 0%, #4775a9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5389c5 0%, #4775a9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5389c5', endColorstr='#4775a9', GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top: 0px;
	border: 1px solid #4b7bb1;
	-moz-box-shadow: inset 0 .7px 0 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 .7px 0 0 rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 .7px 0 0 rgba(255, 255, 255, 0.3);
}
/* drag handle */
.handle {
	background: url(../images/handle.png) repeat-x center;
	height: 26px;
	width: 26px;
	top: -5px;
	position: absolute;
	display: block;
	margin-top: 1px;
	cursor: pointer;
}
/* the input field */
.range {
	display: none;
}

.header{ background: none !important;}
#expmenu-freebie ul li{ border-bottom:#ccc 1px solid !important; font-size:16px}
#expmenu-freebie ul li ul li{border-bottom: none !important;}
.bt01{ width:204px; height:50px; background:#3584c7; color:#fff; font-size:16px; line-height:50px; text-align:center;}
#content{ width:200px !important;}





















