div.sidemenu {
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0 10px;
}

div.sidemenu h2 {
	margin: 0px;
	padding: 3px;
	font-size: 14px;
}

div.sidemenu ul.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

div.sidemenu ul.list li {
	background: url(../Admin/images2/divet4.gif) no-repeat 0px 7px;
	line-height: 20px;
	padding-left: 10px;
	margin: 0px 0px 0px 18px;
}

div.sidemenu a {
}

div.sidemenu a:hover {
}

div.navigation {
	background-color: transparent;
	min-height: 45px;
	padding: 0px 6px;
	border: solid 1px #CCCCCC;
	border-radius: 4px;
}

div.paging {
	margin-bottom: 5px;
}

div.paging a {
	border: solid 1px #CCCCCC;
	padding: 2px;
}

div.item {
	border: solid 1px #CCCCCC;
	padding: 5px 8px;
	border-radius: 4px;
	margin-bottom: 25px;
}

div.form {
	margin-top: 10px;
}

table.form td {
	padding: 2px 4px;
}

table.form td input.form {
	margin: 2px;
	padding: 1px 4px;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}

table.form td select.form {
	margin: 2px;
	padding: 1px 4px;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}

table.form td textarea.form {
	margin: 2px;
	padding: 1px 4px;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}

table.form td input.form:focus {
	margin: 2px;
	outline: solid 2px #65acdc;
}

table.form td select.form:focus {
	margin: 2px;
	outline: solid 2px #65acdc;
}

table.form td textarea.form:focus {
	margin: 2px;
	outline: solid 2px #65acdc;
}

div.auth {
	height: 1px;
}

div.auth a {
	float: right;
	margin-top: -22px;
	margin-left: 4px;
	padding: 7px;
	border: solid 1px #999;
	font-weight: bold;
	background-color: #ddd;
	color: #505050;
	-mox-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

div.auth a:hover {
	text-decoration: underline;
}

div.auth.save a {
	margin-top: -10px;
}

/* Content Editor */
body {
}
/* End Content Editor */

/* Photo Gallery Styles */
div.pictures div.filter {
	position: relative;
}

div.pictures div.filter select {
	float: right;
	background-color: #333;
	width: 180px;
	height: 40px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

div.pictures .showmore {
	display: block;
	height: 25px;
	width: 160px;
	padding: 10px;
	background-color: #4c4c4c;
	color: #e9e9e9;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	line-height: 25px;
	margin: 0px auto;
}

div.pictures .showmore:hover {
	text-decoration: none;
	background-color: #000;
}

div.pictures div.picture {
	float: left;
	padding: 10px;
	border: solid 2px #cacaca;
	margin: 0px 10px 10px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	backface-visibility: hidden;
	overflow: hidden;
	cursor: pointer;
}

div.pictures div.picture div.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	display: none;
}

div.pictures div.picture div.preview-icon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #ffffff;
}

div.pictures div.picture div.preview-icon icon.zoom-in {
	font-size: 28px;
	display: block;
	width: 28px;
	height: 28px;
	margin-left: -14px;
	margin-top: -14px;
	cursor: pointer;
}

div.pictures div.picture h3 {
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	background-color: rgba(0,0,0,.8);
	background-color: #000000\9;
	text-align: center;
	font-size: 14px;
	color: #fff;
	bottom: 0px;
	margin: 0px;
	height: 40px;
	z-index: 2;
	line-height: 16px;
	padding-top: 6px;
	text-transform: none;
	vertical-align: middle;
}

div.pictures div.startDown {
	transform-origin: 50% 100% 0;
	transform: scale(1, 1) perspective(500px) rotateX(90deg);
}

div.pictures div.flipUp {
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	transition: all 0.5s ease-in;
	filter: alpha(opacity=100);
}

div.pictures div.startUp {
	transform-origin: 50% 0 0;
	transform: scale(1, 1) perspective(500px) rotateX(-90deg);
}

div.pictures div.flipDown {
	transform: scale(1, 1) perspective(500px) rotateX(0deg);
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in;
}

div.pictures div.startHide {
	opacity: 0;
	filter: alpha(opacity=0);
}

div.pictures div.fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in;
}

div.gallery {
	position: relative;
	float: left;
	margin: 10px 5px;
}

div.gallery div.ImageGrid a {
	display: block;
	position: relative;
	margin: 0px auto;
}

div.gallery div.ImageGrid a div.bigcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	background-color: #000000\9;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 20px;
}

div.gallery div.ImageGrid img {
	opacity: 0;
	filter: alpha(opacity=0);
}

div.gallery div.ImageGrid a div.hover {
	display: none;
}

div.gallery div.ImageGrid a .shade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 83%;
	background-color: #000000;
	opacity: .58;
	filter: alpha(opacity=58);
}

div.gallery div.ImageGrid a .viewbg {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -115px;
	width: 230px;
	height: 60px;
	background-color: #ffffff;
	opacity: .3;
	filter: alpha(opacity=30);
	border-radius: 10px;
}

div.gallery div.ImageGrid a .view {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -115px;
	width: 228px;
	height: 58px;
	border-radius: 10px;
	border: solid 1px #ffffff;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 60px;
	vertical-align: middle;
}

div.gallery div.ImageGrid a .view span {
	position: absolute;
	top: 0px;
	left: 65px;
	font-size: 18px;
	display: block;
}

div.gallery div.ImageGrid a .view icon {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 38px;
}

div.gallery div.thumb {
	position: relative;
	width: 270px;
	height: 152px;
	border: solid 1px #d6d6d6;
}

div.gallery div.thumb a.name {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 270px;
	height: 70px;
	font-size: 14px;
	color: #ffffff;
	background-color: rgba(0,0,0,.7);
	background-color: #000000\9;
	text-align: center;
	line-height: 70px;
}

div.gallery div.thumb a.name icon {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
	color: #ffffff;
}

div.gallery a.btn {
	display: none;
	margin: 10px auto 0px auto;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #cccccc;
	border-radius: 10px;
	background-color: #f5f5f5;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	color: #4b4b4b;
}

div.gallery a.btn:hover {
	background-color: #dcdcdc;
	text-decoration: none;
}

div.gallery div.caption {
	display: none;
	width: 250px;
	height: 100px;
	padding: 10px;
	position: absolute;
	top: 110px;
	left: 240px;
	z-index: 10;
	border: solid 1px #e2e2e2;
	background-color: rgba(0,0,0,.8);
	background-color: #000000\9;
	color: #ffffff;
}
/* End Photo Gallery Styles */

/* Blog Styles */
h2.blogname {
	border: solid 1px #dddddd;
	border-bottom: none;
	line-height: 50px;
	padding: 2px 8px;
	margin-bottom: 20px;
}

div.blog div.item {
}

div.blog div.byline {
	font-size: 11px;
	color: #999;
}

div.blog div.content {
}

div.blog div.divider {
	margin: 7px 0px;
	border-top: dotted 1px #CCCCCC;
	clear: both;
}

div.blog div.end {
}

div.blog div.end a.video {
	text-decoration: none;
}

div.blog div.end a.video:hover span {
	text-decoration: underline;
}

div.blog div.end div.comments {
	line-height: 32px;
	padding-right: 8px;
}

div.blog.comment {
	background-color: #f2f2f2;
	margin-top: 20px;
}

div.blog div.separator {
	height: 10px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 7px;
	clear: both;
}

div.blog div.addcomment textarea {
	width: 98%;
	height: 100px;
	margin-bottom: 14px;
	margin-top: 18px;
}

div.blog div.category {
	border: dotted 1px #ccc;
	padding: 5px;
	background-color: #f2f2f2;
	clear: both;
}

div.blog div.category a {
	text-decoration: none;
}

div.blog div.category a:hover {
	text-decoration: none;
}

div.blog div.category a span {
	text-decoration: underline;
}

div.blog div.category a em {
	color: #909090;
}

div.blog div.category div {
	font-size: 11px;
}
/* End Blog Styles */

/* Review System Styles */
div.reviews {
}

div.reviews div.reviews_widget {
	margin-top: 15px;
}

div.reviews h1 {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

div.reviews div.divider {
	margin: 10px 0px;
	border-top: solid 1px #cccccc;
	clear: both;
}

div.reviews div.share {
	padding-top: 10px;
}

div.reviews div.share a {
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
}

div.reviews div.share a:hover {
	text-decoration: none;
	color: #666;
}

div.reviews div.share div.social {
	display: inline-block;
}

div.reviews a.addreviewbtn img {
	background-image: url(../Shared/images2/Systems/Reviews_Icons.png);
	width: 10px;
	height: 17px;
	background-position: -14px -5px;
	border: none;
}

span.rating {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 20px;
	margin: 0px 10px;
}

span.rating span.starsgray {
	width: 120px;
	height: 20px;
	background-image: url(../Shared/images2/Systems/Reviews_Icons.png);
	background-position: -7px -29px;
	display: inline-block;
	margin-right: 10px;
}

span.rating span.stars {
	height: 20px;
	width: 0px;
	background-image: url(../Shared/images2/Systems/Reviews_Icons.png);
	background-position: -7px -55px;
	position: absolute;
	top: 0px;
	left: 0px;
}

span.rating span.stars.rating05 {
	width: 12px;
}

span.rating span.stars.rating1 {
	width: 24px;
}

span.rating span.stars.rating15 {
	width: 36px;
}

span.rating span.stars.rating2 {
	width: 48px;
}

span.rating span.stars.rating25 {
	width: 60px;
}

span.rating span.stars.rating3 {
	width: 72px;
}

span.rating span.stars.rating35 {
	width: 84px;
}

span.rating span.stars.rating4 {
	width: 96px;
}

span.rating span.stars.rating45 {
	width: 108px;
}

span.rating span.stars.rating5 {
	width: 120px;
}

div.clientreviews div.excerpt {
	height: 15px;
	margin: 15px 0px;
}

div.clientreviews div.excerpt div.title {
	font-size: 20px;
	float: left;
}

div.clientreviews div.excerpt div.leftquote {
	background-image: url(../Shared/images2/Systems/Reviews_Icons.png);
	background-position: -39px -6px;
	width: 16px;
	height: 15px;
	float: left;
	margin-right: 8px;
}

div.clientreviews div.excerpt div.rightquote {
	background-image: url(../Shared/images2/Systems/Reviews_Icons.png);
	background-position: -65px -6px;
	width: 16px;
	height: 15px;
	float: left;
	margin-left: 8px;
}

div.clientreviews div.reviewinfo {
	font-size: 12px;
}

div.clientreviews div.clientrating {
	font-size: 16px;
	margin-top: 15px;
}

div.reviews span.textlight {
	color: #888888;
}

div.divider.dashed {
	border-top: dashed 1px #ccc;
	clear: both;
	margin-bottom: 20px;
}

div.addreview {
	background: #f2f2f2;
	padding: 20px;
	border: solid 1px #ccc;
}

div.addreview td {
	vertical-align: top;
	padding: 2px 8px 2px 0px;
}

div.reviews.addreview span.textlight {
	font-size: 12px;
}

div.addreview h3 {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 10px;
}

div.addreview div.auth a {
	margin-top: 10px;
}

div.reviews div.thankyou {
	background-color: #7D7D7D;
	color: #FFFFFF;
	padding: 10px;
}

.webwidget_rating_simple {
	padding: 0px;
	margin: 0px;
	float: left;
}

.webwidget_rating_simple li {
	line-height: 0px;
	width: 24px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}

.webwidget_rating_simple li span {
	display: none;
}
/* End Review System Styles */