#preload{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
}
* {
	margin: 0; 
	padding: 0;
	list-style: none; 
}
body {
	background-color: #E8F0FC;
	font: 14px "Helvetica Neue",Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #004166;
}
a { color: #007AFF;
	text-decoration:none;
-webkit-transition-duration:0.3s;
-webkit-transition-timing:ease-out;
-o-transition-duration:0.3s;
-o-transition-timing:ease-out;
-moz-transition-duration:0.3s;
-moz-transition-timing:ease-out;
-ms-transition-duration:0.3s;
-ms-transition-timing:ease-out;
transition-duration:0.3s;
transition-timing:ease-out;
}
a:hover { color: #0051AA;
	text-decoration:none;
-webkit-transition-duration:0.3s;
-webkit-transition-timing:ease-out;
-o-transition-duration:0.3s;
-o-transition-timing:ease-out;
-moz-transition-duration:0.3s;
-moz-transition-timing:ease-out;
-ms-transition-duration:0.3s;
-ms-transition-timing:ease-out;
transition-duration:0.3s;
transition-timing:ease-out;
}
a img {border-color: #777; border-style: solid; border-width: 1px; margin: 1px 0px 1px 0px; text-decoration: none;}
a:hover img {border-color: #777; border-style: dashed; border-width: 1px; margin: 1px 0px 1px 0px; text-decoration: none;}
.wrapper {
	width: 1122px;
	margin: 0px auto;	
}
.header_bg {
	padding: 0px;
	margin: 0px;
	float: center;
	position: relative;
	width:100%;
	height: 130px;
border-top: solid 1px #CEE0F1;
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2U4ZjBmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGYwZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2JlYmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #ffffff 0%, #e8f0fc 60%, #e8f0fc 100%, #cbebff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#e8f0fc), color-stop(100%,#e8f0fc), color-stop(100%,#cbebff));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e8f0fc 60%,#e8f0fc 100%,#cbebff 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e8f0fc 60%,#e8f0fc 100%,#cbebff 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e8f0fc 60%,#e8f0fc 100%,#cbebff 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e8f0fc 60%,#e8f0fc 100%,#cbebff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbebff',GradientType=0 );

}
.header {
	width: 1122px;
	margin: 0px auto;
	background-image: url(/images/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
	height: 127px;
	float: center;
	position: relative;
}
.header_desc {
	margin-left: 350px;
	text-align: justify;
	font-size: 14px;
position: absolute;
}
.header_desc h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
}
.header_desc h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
}
.header_desc h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
}
.header_desc a {
	text-transform: capitalize;
}
.header_desc a:hover {
}
#logo {
	display: block;
	background-image: url(/images/logo.png);
	text-indent: -8000px;
	width: 330px;
	height: 127px;
	position: absolute;
	top: 0px;
	left: 0;
}
.c {
	clear: both;
}
.related_searches {
	display: inline;
	text-align: justify;
}
.related_searches a {
	margin: 1px 4px 2px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 6px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	background-color: #6393c1;
}
.related_searches a:hover {
	color: #6393c1;
	background-color: #deeefc;
}
.tmen {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}
.tmen {
background: #cfe7fa;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmZTdmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzkzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #cfe7fa 0%, #6393c1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe7fa), color-stop(100%,#6393c1));
background: -webkit-linear-gradient(top,  #cfe7fa 0%,#6393c1 100%);
background: -o-linear-gradient(top,  #cfe7fa 0%,#6393c1 100%);
background: -ms-linear-gradient(top,  #cfe7fa 0%,#6393c1 100%);
background: linear-gradient(to bottom,  #cfe7fa 0%,#6393c1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 );
}
.tmen {
	border-bottom:1px solid #394850;
	border-left:1px solid #cfe7fa;
	border-right:1px solid #394850;
	border-top:1px solid #cfe7fa;
	box-shadow:0 2px 4px #616161;
	float:left;
	font-size:14px;
	line-height:16px;
	margin:0;
	moz-box-shadow:0 2px 4px #616161;
	text-shadow:rgba(0,0,0,.5) -1px 0,rgba(0,0,0,.3) 0 -1px,rgba(255,255,255,.5) 0 1px,rgba(0,0,0,.3) -1px -1px;
	webkit-box-shadow:0 2px 4px #616161
}
.tmen li{
	display:inline-block;
}
.tm:hover {
background: #deeefc;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzkzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #deeefc 0%, #6393c1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deeefc), color-stop(100%,#6393c1));
background: -webkit-linear-gradient(top,  #deeefc 0%,#6393c1 100%);
background: -o-linear-gradient(top,  #deeefc 0%,#6393c1 100%);
background: -ms-linear-gradient(top,  #deeefc 0%,#6393c1 100%);
background: linear-gradient(to bottom,  #deeefc 0%,#6393c1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeefc', endColorstr='#6393c1',GradientType=0 );
}
.tm {
	border-bottom:0;
	border-right:1px solid #4D6A7A;
	color:#fff;
	float:left;
	font-weight:700;
	padding:8px 10px 9px
}
.tm:hover {
	color:#fff
}
.tm:active {
	background:#517E55;
	color:#fff
}
input.s {
	border-bottom:2px solid #aaa;
	border-left:1px solid #ccc;
	border-right:0;
	border-top:1px solid #ccc;
	color:#2b2b2b;
	display:inline;
	float:left;
	font-size:14px;
	font-style:normal;
	font-weight:700;
	height:16px;
	line-height:16px;
	margin:0;
	padding:9px 7px 7px;
	width:210px;
}

#n input.s {
	background:#fff;
	background:linear-gradient(top,#d6d6d6 1%,#e6e6e6 9%,#fff 100%);
	background:-moz-linear-gradient(top,#d6d6d6 1%,#e6e6e6 9%,#fff 100%);
	background:-ms-linear-gradient(top,#d6d6d6 1%,#e6e6e6 9%,#fff 100%);
	background:-o-linear-gradient(top,#d6d6d6 1%,#e6e6e6 9%,#fff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#d6d6d6),color-stop(9%,#e6e6e6),color-stop(100%,#fff));
	background:-webkit-linear-gradient(top,#d6d6d6 1%,#e6e6e6 9%,#fff 100%);
	border-top:1px solid #555;
	border-left:1px solid #222;
	border-bottom:1px solid #222;
	filter:progid:dximagetransform.Microsoft.gradient(startcolorstr='#d6d6d6',endcolorstr='#ffffff',gradienttype=0);
	width:474px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#n input.s:hover {
	border-color:#000;
	-moz-box-shadow:inset 0 0 1px 1px #ccc;
	-webkit-box-shadow:inset 0 0 1px 1px #ccc;
	box-shadow:inset 0 0 1px 1px #ccc;
}
#n input.s:focus {
	border-color:#000;
	-moz-box-shadow:inset 0 0 2px 1px #999;
	-webkit-box-shadow:inset 0 0 2px 1px #999;
	box-shadow:inset 0 0 2px 1px #999;
}

button#ss2 {
	background:transparent url(/images/nsz.png) no-repeat top left;
	border:0;
	float:left;
	height:49px;
	margin:-7px 0 0 -10px;
	outline:0;
	width:49px;
}
#ss2:hover {
	cursor:pointer;
}#ss2:active {
	margin:-6px 0 -1px -10px;
}
#adminbarsearch-wrap-mobile {
	display: none;
}
.menu {
	margin:0px 0px 2px 350px;
}
.menu_button {
	font: bold 16px Arial,Helvetica,sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 #DDD;
	cursor: pointer;
	float: left;
	border: 1px solid #333;
	margin: 0 1px 0 0;
	width: 100px;
	height: 30px;
	display: inline-table;
	float: left;
	text-align: center;
	vertical-align: middle;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.menu_button a {
	font: bold 16px Arial,Helvetica,sans-serif;
	color: #222;
	text-shadow: 0 1px 0 #DDD;
	margin:5px 0 0 0;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
.menu_button a:active {
	font: bold 16px Arial,Helvetica,sans-serif;
	color: #222;
	text-shadow: 0 1px 0 #DDD;
	text-decoration: none;
	}
.menu_button a:hover {
	text-shadow: 0 0px 0 #eee;
	color:#222;
	text-decoration: none;
	margin:6px 0 0 1px;
	display: inline-block;
	}

#adminbarsearch-wrap {
	float: left;
}
#adminbarsearch-wrap strong {
	float: left;
	padding-top:8px;
	font-size: 16px;
}
#adminbarsearch-wrap #adminbarsearch{
	float:right;
	padding: 0 0px;
	margin:0;
	}
#adminbarsearch-wrap #adminbarsearch .adminbar-input{
	width:450px;
	height:32px;
	float:left;
	font:12px Arial,Helvetica,sans-serif;
	color:#555;
	text-shadow:0 1px 0 #fff;
	border:1px solid #626262;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
	padding:2px 3px 3px 25px;
	margin:0 0px 0 0;
	background: #f4f4f4 url(/images/search.png) no-repeat 3px center;
	-moz-box-shadow:inset 2px 2px 1px #cdcdcd;
	-webkit-box-shadow:inset 2px 2px 1px #cdcdcd;
	box-shadow:inset 2px 2px 1px #cdcdcd;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
	}
#adminbarsearch-wrap #adminbarsearch .adminbar-button{
	font: bold 16px Arial,Helvetica,sans-serif;
	color: #fff;
	text-shadow: rgba(0,0,0,.5) -1px 0,rgba(0,0,0,.3) 0 -1px,rgba(255,255,255,.5) 0 1px,rgba(0,0,0,.3) -1px -1px;
	cursor: pointer;
	float: left;
	border: 1px solid #333;
	padding: 2px 13px 2px 13px;
	margin: 0;
	width: 100px;
	height: 32px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
	}
#adminbarsearch-wrap #adminbarsearch .adminbar-button:active{
	-moz-box-shadow:inset 1px 1px 1px #9b9b9b;
	-webkit-box-shadow:inset 1px 1px 1px #9b9b9b;
	box-shadow:inset 1px 1px 1px #9b9b9b;
	}
#adminbarsearch-wrap #adminbarsearch .adminbar-button:hover{
	text-shadow: rgba(0,0,0,.5) -1px 0,rgba(0,0,0,.3) 0 -1px,rgba(255,255,255,.5) 0 1px,rgba(0,0,0,.3) -1px -1px;
	color:#fff;
	padding: 3px 12px 1px 14px;
	}
#adminbarsearch-wrap #adminbarsearch .adminbar-button::-moz-focus-inner{
	border:none;
	}

.related a {
	text-transform: capitalize;
}
.thumbs {
	margin: 0px auto;
	margin-top: 12px;
	background: #FFF;
	-moz-box-shadow: 0 0 12px 0 rgba(71, 71, 71, 0.7);
	-webkit-box-shadow: 0 0 12px 0 rgba(71, 71, 71, 0.7);
	box-shadow: 0 0 12px 0 rgba(71, 71, 71, 0.7);
	border-radius: 4px;
	text-align: center;
}
.thumbs img {
	width: 180px;
	height: 240px;
	background-color: #eee;
}

.thumbs a:hover img {
	border-color: #7f7f7f;
}
.thumbs_header {
	display: inline-table;
	width:100%;
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.thumbs_header a:link, .thumbs_header a:visited, .thumbs_header a:active {
}
.thumbs_header a:hover {
}
.thumbs_header h3 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 6px 8px;
padding: 2px 12px;
text-shadow: 1px 1px 2px #9c9c9c;
}
.adv_wrapper {
	text-align: center;
	margin: 0px auto 12px;
	padding: 0px;
background: #FFF;
	-moz-box-shadow: 0 0 12px 0 rgba(71, 71, 71, 0.7);
	-webkit-box-shadow: 0 0 12px 0 rgba(71, 71, 71, 0.7);
	box-shadow: 0 0 12px 0 rgba(71, 71, 71, 0.7);
	border-radius: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pages {
	float: right;
	margin: 7px 8px 0 0;
}
.pages a {
	font-weight: bold;
}
.pages-mobile {
	display: none;
	float: right;
	padding-top: 3px;
}
.pages-mobile a {
	font-weight: bold;
}
.archive {
	clear: both;
	font-size:14px;
	margin-left: 6px;
}
.archive b {
	line-height: 26px;
}
.archive_links li {
	float:left;
	font-weight: bold;
	margin: 6px 2px;
}
.archive_links li A { 
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #474747;
	font-size: 12px;
	background-color: #383838;
	text-align: center;
	float: left;
	padding: 5px;
	min-width: 14px;
}
.archive_links li A:hover {
	text-decoration: underline; 
	background-color: #111; 
	border-color: #333; 
	text-decoration: none;
}
.f { 
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	text-align: center;
	float: left;
	padding: 5px;
	min-width: 14px;
	background-color: #111; 
	border-color: #333; 
}
.bookmark {
	float: right;
	font-weight: bold;
	font-size:14px;
	margin: 5px 5px 0 0;
	width:590px;
}
.bookmark span {
	float: left;
}
.bookmark img {
	width: 125px;
	height: 16px;
}
.addthis_width {
	float: right;
	width: 106px;
}

.recent_reviews {
	border: 0px solid #f00;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
	
.recent_reviews_item {
	float: left;
	border: 0px solid #ff0;
	width: 216px;
	margin: 2px 0px 10px 4px;

}
.recent_reviews_item p.rating {
	float: left;
	width: 36px;
	font-size: 22px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/1.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 0px;
	border: 0px solid #f00;
	font-weight: bold;
}
.recent_reviews_item p.name {
	width: 180px;
	float: left;
	text-align:left;
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}
.recent_reviews_item p.name a {
	font-weight: bold;
    text-decoration: underline;
}
.recent_reviews_item p.name a:hover {
	text-decoration: none;
}
.recent_reviews_item p.screen {
	float:left;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.recent_reviews_item p.screen img {
	width: 210px;
	height: 140px;
  	background-color: #000;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.recent_reviews_item p.screen a:link img    	{        BORDER: #e5e5e5 1px solid;}
.recent_reviews_item p.screen a:visited img 	{        BORDER: #e5e5e5 1px dashed;}
.recent_reviews_item p.screen a:hover img   	{        BORDER: 1px dashed #e5e5e5;}
.recent_reviews_item p.screen a:active img		{        BORDER: #e5e5e5 1px dashed;}
.recent_reviews_item p.read_full {
	float: left;
	background-image: url(/images/2.png);
	background-position: left ;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	padding-top: -2px;
	padding-left: 16px;
	border: 0px solid #ff0;
}
.recent_reviews_item p.read_full a {
	font-size: 17px;
	font-weight: bold;
	margin-left: 0px;
		
}
.recent_reviews_item p.read_full a:hover {
    text-decoration: none;
}
.searches ul {
	float: left;
	width: 19%;
	margin: 6px 0 0 10px;
}
.searches ul li {
	height: 22px;
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	background: url(/images/2.png) 0 1px no-repeat;
	text-indent: 19px;
	margin-right: 3px;
	padding-top: 1px;
	text-transform: capitalize;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.searches ul li a {
	font-weight: bold;
}
.pics_top {
	padding-left: 0px;
}
.pics_top ul {
	float: left;
}
.pics_top ul li {
	margin: 2px 0px;
	float: left;
	text-align: center;
}
.pics_top ul li img {
	width: 150px;
	height: 200px;
	border-width: 1px;
}
.pics_top A { 
	color:#394850;
	text-decoration: underline; 
	display: inline-block;
	overflow:hidden;
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	border-style: solid; 
	border-width: 1px;
	border-color: #CECECE;
	background-color: #deeefc;
	text-align: center; 
	width: 156px; 
	float: center; 
	margin:0px 1px 2px 1px; 
	padding-top:4px; 
	padding-bottom:4px;
}
.pics_top A:hover {
	text-decoration: none; 
	background-color: #FFF;
}
.pics_top ul li a:hover {
	text-decoration: none;
}
.footer {
	background: url(/images/logo.png) top left no-repeat;
	padding: 0px;
	margin: 0px auto;
	width: 80%;
	height: 130px;
	clear: both;
}
.footer_text {
	font-size: 10px;
	padding-top: 20px;
	margin-left: 350px;
}

#adminbarsearch-wrap-mobile {
	float: right;
	width:466px;
	margin:1px 8px 2px 0;
}
#adminbarsearch-wrap-mobile strong {
	float: left;
	padding-top:5px;
	font-size: 14px;
}
#adminbarsearch-wrap-mobile #adminbarsearch{
	float:right;
	padding: 0 3px;
	margin:0;
	}
#adminbarsearch-wrap-mobile #adminbarsearch .adminbar-input{
	width:316px;
	height:34px;
	float:left;
	font:12px Arial,Helvetica,sans-serif;
	color:#555;
	text-shadow:0 1px 0 #fff;
	border:1px solid #626262;
	padding:2px 3px;
	margin:0 3px 0 0;
	background:#ddd;
	-moz-box-shadow:inset 2px 2px 1px #cdcdcd;
	-webkit-box-shadow:inset 2px 2px 1px #cdcdcd;
	box-shadow:inset 2px 2px 1px #cdcdcd;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
	}
#adminbarsearch-wrap-mobile #adminbarsearch .adminbar-button{
	font:bold 14px Arial,Helvetica,sans-serif;
	color:#fff;
	text-shadow:0 1px 0 #eee;
	cursor:pointer;
	float:left;
	border: 1px solid #626262;
	padding:4px 13px 2px 13px;
	margin: 0;
	width:auto;
	height:34px;
	}
#adminbarsearch-wrap-mobile #adminbarsearch .adminbar-button:active{
	-moz-box-shadow:inset 1px 1px 1px #9b9b9b;
	-webkit-box-shadow:inset 1px 1px 1px #9b9b9b;
	box-shadow:inset 1px 1px 1px #9b9b9b;
	}
#adminbarsearch-wrap-mobile #adminbarsearch .adminbar-button:hover{
	color:#000;
	background: -moz-linear-gradient(bottom,#206B8A,#12AFE4);
	background: -webkit-gradient(linear,left bottom,left top,from(#206B8A),to(#12AFE4));
	}
#adminbarsearch-wrap-mobile #adminbarsearch .adminbar-button::-moz-focus-inner{
	border:none;
	}
.gradient {
background: #cfe7fa;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmZTdmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzkzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #cfe7fa 0%, #6393c1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe7fa), color-stop(100%,#6393c1));
background: -webkit-linear-gradient(top,  #cfe7fa 0%,#6393c1 100%);
background: -o-linear-gradient(top,  #cfe7fa 0%,#6393c1 100%);
background: -ms-linear-gradient(top,  #cfe7fa 0%,#6393c1 100%);
background: linear-gradient(to bottom,  #cfe7fa 0%,#6393c1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 );
}
.gradient:hover {
background: #deeefc;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZWVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzkzYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #deeefc 0%, #6393c1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deeefc), color-stop(100%,#6393c1));
background: -webkit-linear-gradient(top,  #deeefc 0%,#6393c1 100%);
background: -o-linear-gradient(top,  #deeefc 0%,#6393c1 100%);
background: -ms-linear-gradient(top,  #deeefc 0%,#6393c1 100%);
background: linear-gradient(to bottom,  #deeefc 0%,#6393c1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeefc', endColorstr='#6393c1',GradientType=0 );
}
ul.thumbs_desc {
	margin: 0px auto;
	display: block;
	min-height: 40px;
	padding-top: 1px;
	padding-left: 0px;
}

ul.thumbs_desc img {
	margin: 1px;
	float: left;
}
ul.thumbs_desc li {
	position: relative;
	width: 182px;
	height: 271px;
	margin: 4px 1px 2px 5px;
	text-align: left;
	float: left;
}
ul.thumbs_desc li p {
	position: absolute;
	top: 202px;
	left: 1px;
	width: 152px;
	padding: 2px 0 5px 0;
	height: 29px;
	overflow: hidden;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	display: block;
}
span.date {
	font-size: 12px;
	float: right;
	padding-right:4px;
	color: #999;
}
span.site {
	font-weight: bold;
	margin-top: 2px;
}
span.site a {
	font-size: 13px;
	text-decoration: none;
}
a.linkmore {
	font: bold 18px Arial,Helvetica,sans-serif;
	color: #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: rgba(0,0,0,.5) -1px 0,rgba(0,0,0,.3) 0 -1px,rgba(255,255,255,.5) 0 1px,rgba(0,0,0,.3) -1px -1px;
	cursor: pointer;
	border: 1px solid #394850;
	padding: 6px 10px;
	margin: 0 auto;
	width: 40%;
	text-decoration: none;
	display: block;
	float: center;
}
a:hover.linkmore {
	text-decoration: none;
	border: 1px solid #394850;
	text-shadow: rgba(0,0,0,.5) -1px 0,rgba(0,0,0,.3) 0 -1px,rgba(255,255,255,.5) 0 1px,rgba(0,0,0,.3) -1px -1px;
}
#loading {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
div.nav {
}
.fixed-panel {
    position: fixed;
    opacity: 0.7;
    top: 2px;
    z-index: 1;
	border: 0px solid #C4C4C4;
	border-top: 0px;
}
.fixed-panel:hover, .fixed-panel.search-input-focused {
	opacity: 1;
	border: 0px solid #C4C4C4;
	border-top: 0px;
}

div.at-share-open-control-left.ats-gray, div.at-share-open-control-right.ats-gray, .at-vertical-menu.ats-gray a, .at-vertical-menu.ats-gray div.at-share-close-control {
	background: #cfe7fa;
}

#ajax_listOfOptions
{
	position: absolute;
/*Never change this one*/
	width: 597px;
/*Width of box*/
	height: 252px;
/*Height of box*/
	overflow: auto;
/*Scrolling features*/
	border: 1px solid #999;
/*Dark green border*/
/*White background color*/
	text-align: left;
	font-size: 18px;
	font-weight:bold;
	z-index: 100;
	color: #333;
	background-color: #EDEDED;
	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
  opacity:0.95;
  filter:alpha(opacity=95); /* For IE8 and earlier */
}
#ajax_listOfOptions DIV
{
/*General rule for both .optionDiv and .optionDivSelected*/
	margin: 3px;
/*	padding: 1px;*/
	padding-left: 12px;
	padding-right: 12px;
	cursor: pointer;
/*	font-size: 0.9em;*/
}
#ajax_listOfOptions .optionDiv
{
/*Div for each item in list*/
}
#ajax_listOfOptions .optionDivSelected
{
/*Selected item in the list*/
/*	background-color: #5D5D5D;*/
	color: #deeefc;
}
#ajax_listOfOptions_iframe
{
/*	background-color: #F00;*/
	position: absolute;
	z-index: 5;
display:none;
}

/* iPad landscape */
@media screen and (max-device-width: 1024px) and (orientation: landscape) {
a {text-decoration: none;}
	.wrapper {width: 1000px;}
	.header {width: 1000px;}
	.header ul.top_links {display: block;}
	.header ul.top_links li {float:left; font-weight: bold;	margin-right:2px;margin-top: 1px; font-size: 12px;}
	.header_desc {display: block;}
	.no_moblie {display: none;}
	#adminbarsearch-wrap {display: none;}
	#adminbarsearch-wrap-mobile {display: block; width: 1000px;}
	#adminbarsearch-wrap-mobile #adminbarsearch .adminbar-input{width:896px;}
	.thumbs_header_top {padding: 0px 8px; margin:0; width:960px; position: relative; height: 34px; margin-left: 10px; background-color: transparent; border-width: 0px;}
	.thumbs_header_top h3 {padding-top: 6px;}
	.pages {display: none;}
	.pages-mobile {display: block;}
	.pages-mobile A {text-decoration: none; display: inline-block; margin:0; border-color: #cecece; border-style: solid; border-width: 1px; font-size: 16px; color: #E5E5E5; background-color: #EA5507; text-align: center; padding: 5px 9px;}
	.pages-mobile A:hover {text-decoration: none; display: inline-block; margin:0; border-color: #cecece; border-style: solid; border-width: 1px; font-size: 16px; color: #E5E5E5; background-color: #EA5507; text-align: center; padding: 5px 9px;}
	.thumbs_header {padding: 0px 8px; margin:0; width:960px; position: relative; height: 34px; margin-left: 10px; background-color: transparent; border-width: 0px;}
	.thumbs_header h3 {padding-top: 6px;}
	.thumbs {width: 1000px;}
ul.thumbs_desc {width: 1000px;} 
	.archive_links {display: none;}
	.bookmark {display: none;}
	.adv_wrapper {width: 1000px; margin: 0px auto; display: none;}
	.footer_text {max-width: 1000px;}
	.footer {width: 1000px;}
.menu_button {width: 70px;}
#ajax_listOfOptions{width: 896px;}
.mobile_display {display: block;}
}
/* iPad portrait */
@media screen and (max-device-width: 768px) and (orientation: portrait) {
a {text-decoration: none;}
	.wrapper {width: 740px;}
	.header {width: 740px;}
	.header ul.top_links {display: block;}
	.header ul.top_links li {float:left; font-weight: bold;	margin-right:2px;margin-top: 1px; font-size: 12px;}
	.header_desc {display: block;}
	.no_moblie {display: none;}
	#adminbarsearch-wrap {display: none;}
	#adminbarsearch-wrap-mobile {display: block; width: 740px;}
	#adminbarsearch-wrap-mobile #adminbarsearch .adminbar-input{width:636px;}
	.thumbs_header_top {padding: 0px 8px; margin:0; width:700px; position: relative; height: 34px; margin-left: 10px; background-color: transparent; border-width: 0px;}
	.thumbs_header_top h3 {padding-top: 6px;}
	.pages {display: none;}
	.pages-mobile {display: block;}
	.pages-mobile A {text-decoration: none; display: inline-block; margin:0; border-color: #cecece; border-style: solid; border-width: 1px; font-size: 16px; color: #E5E5E5; background-color: #EA5507; text-align: center; padding: 5px 9px;}
	.pages-mobile A:hover {text-decoration: none; display: inline-block; margin:0; border-color: #cecece; border-style: solid; border-width: 1px; font-size: 16px; color: #E5E5E5; background-color: #EA5507; text-align: center; padding: 5px 9px;}
	.thumbs_header {padding: 0px 8px; margin:0; width:700px; position: relative; height: 34px; margin-left: 10px; background-color: transparent; border-width: 0px;}
	.thumbs_header h3 {padding-top: 6px;}
	.thumbs {width: 740px;}
	.thumbs img {width: 175px; height: 244px;}
ul.thumbs_desc {width: 740px;} 
ul.thumbs_desc li {width: 175px; height: 274px; margin: 0px 2px 5px 2px;}
ul.thumbs_desc li p {width: 175px; top: 247px; height: 21px;}
	.archive_links {display: none;}
	.bookmark {display: none;}
	.searches ul {width: 175px;}
	.searches ul li {width: 175px;}
	.adv_wrapper {width: 740px; margin: 0px auto; display: none;}
	.footer_text {max-width: 740px;}
	.footer {width: 740px;}
.menu_button {width: 80px;}
#ajax_listOfOptions{width: 636px;}
.mobile_display {display: block;}
}
/* iPhone landscape */
@media screen and (max-device-width: 480px) and (orientation: landscape) {
a {text-decoration: none;}
#logo {width: 310px; background-image: none;}
	.wrapper {width: 470px;}
	.header {width: 470px;}
	.menu {display: none;}
	.header_desc {display: none;}
	.header ul.top_links {display: block;}
	.header ul.top_links li {float:left; font-weight: bold;	margin-right:2px;margin-top: 1px; font-size: 12px;}
	.header_desc {display: block;}
	.no_moblie {display: none;}
	#adminbarsearch-wrap {display: none;}
	#adminbarsearch-wrap-mobile {display: block; width: 470px;}
	#adminbarsearch-wrap-mobile #adminbarsearch .adminbar-input{width:366px;}
	.thumbs_header_top {padding: 0 4px; margin:0; width:440px; position: relative; height: 34px; margin-left: 10px; background-color: transparent; border-width: 0px;}
	.thumbs_header_top h3 {padding-top: 6px;}
	.pages {display: none;}
	.pages-mobile {display: block;}
	.pages-mobile A {text-decoration: none; display: inline-block; margin:0; border-color: #cecece; border-style: solid; border-width: 1px; font-size: 16px; color: #E5E5E5; background-color: #EA5507; text-align: center; padding: 5px 9px;}
	.pages-mobile A:hover {text-decoration: none; display: inline-block; margin:0; border-color: #cecece; border-style: solid; border-width: 1px; font-size: 16px; color: #E5E5E5; background-color: #EA5507; text-align: center; padding: 5px 9px;}
	.thumbs_header {padding: 0 4px; margin:0; width:440px; position: relative; height: 34px; margin-left: 10px; background-color: transparent; border-width: 0px;}
	.thumbs_header h3 {padding-top: 6px;}
	.thumbs {width: 470px;}
	.thumbs img {width: 146px; height: 203px;}
ul.thumbs_desc {width: 470px;} 
ul.thumbs_desc li {width: 146px; height: 233px; margin: 0px 2px 5px 2px;}
ul.thumbs_desc li p {width: 146px; top: 206px; height: 21px;}
	.archive_links {display: none;}
	.bookmark {display: none;}
	.adv_wrapper {width: 470px; margin: 0px auto; display: none;}
	.searches ul {width: 220px;}
	.searches ul li {width: 220px; font-size: 14px;}
	.searches ul li a {font-size: 14px;}
.last_ul {display: none;}
	.footer_text {max-width: 470px; margin-left: 0px;}
	.footer {width: 470px; background-image: none;}
	.pics_top ul li img {width: 140px; height: 185px;}
	.pics_top a {width: 145px;}
.menu_button {width: 50px;}
#ajax_listOfOptions{width: 366px;}
.mobile_display {display: block;}

}
/* iPhone portrait */
@media screen and (max-device-width: 320px) and (orientation: portrait) {
a {text-decoration: none;}
#logo {width: 310px; background-image: none;}
	.wrapper {width: 310px;}
	.header {width: 320px;  background-position: top center;}
	.header ul.top_links {display: none;}
	.header_desc {display: none;}
	.header ul.top_links li {float:left; font-weight: bold;	margin-right:2px;margin-top: 1px; font-size: 12px;}
	.no_moblie {display: none;}
	#adminbarsearch-wrap {display: none;}
	.menu {display: none;}
	#adminbarsearch-wrap-mobile {display: block; width: 320px;}
	#adminbarsearch-wrap-mobile #adminbarsearch .adminbar-input{width:216px;}
	.thumbs_header_top {padding: 0 4px; margin:0; width:290px; position: relative; height: 34px; margin-left: 4px; background-color: transparent; border-width: 0px;}
	.thumbs_header_top h3 {font-size:12px; padding-top: 10px;}
	.thumbs_header {padding: 0 4px; margin:0; width:290px; position: relative; height: 34px; margin-left: 4px; background-color: transparent; border-width: 0px;}
	.thumbs_header h3 {font-size:12px; padding-top: 10px;}
	.pages {display: none;}
	.pages-mobile {display: block;}
	.pages-mobile A {text-decoration: none; display: inline-block; margin:0; border-color: #cecece; border-style: solid; border-width: 1px; font-size: 16px; color: #E5E5E5; background-color: #EA5507; text-align: center; padding: 5px 9px;}
	.pages-mobile A:hover {text-decoration: none; display: inline-block; margin:0; border-color: #cecece; border-style: solid; border-width: 1px; font-size: 16px; color: #E5E5E5; background-color: #EA5507; text-align: center; padding: 5px 9px;}
	.thumbs {width: 310px;}
	.thumbs img {width: 145px; height: 202px;}
ul.thumbs_desc {width: 310px;} 
ul.thumbs_desc li {width: 145px; height: 232px; margin: 0px 2px 5px 2px;}
ul.thumbs_desc li p {width: 145px; top: 205px; height: 21px;}
	.archive_links {display: none;}
	.archive_links_mobile {display: block;}
	.bookmark {display: none;}
	.adv_wrapper {width: 310px; margin: 0px auto; display: none;}
	.searches ul {width: 145px;}
	.searches ul li {width: 145px;}
	.footer_text {max-width: 310px; margin-left: 0px; padding-top: 0px;}
	.footer {width: 310px; background-image: none;}
	.pics_top ul li img {width: 140px; height: 185px;}
	.pics_top a {width: 142px;}
.last_ul {display: none;}
#ajax_listOfOptions{width: 216px;}
.mobile_display {display: block;}
}