/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../graphics/icons/delete.gif);background-repeat:no-repeat;background-position:0 -16px;}
div.star-rating,div.star-rating a{background:url(../graphics/icons/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important;}
/* END jQuery.Rating Plugin CSS */

/* Social Privacy Toolbar */

.social_share_privacy_area {
    clear: both;
    margin: 20px 0 !important;
	list-style-type: none;
	padding: 0 !important;
	width: auto;
	height: 25px;
	display: block;
}
.social_share_privacy_area li {
	margin: 0 !important;
	padding: 0 !important;
	height: 21px;
	float: left;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    padding: 0;
    height: inherit;
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
.social_share_privacy_area .start, .social_share_privacy_area .center, .social_share_privacy_area .end, .social_share_privacy_area .label {
	display:inline-block;
	vertical-align:top;
	zoom:1;
	display:inline;
}
/* Facebook begin */
.social_share_privacy_area .facebook {
    width: 180px;
    display: inline-block;
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 145px;
}
.social_share_privacy_area div.fb_like_privacy_dummy {
	height:20px;
	padding-left:15px;
	background:url(../graphics/socialshareprivacy/ssp_sprite.png) no-repeat 0 -20px;
}
.social_share_privacy_area div.fb_like_privacy_dummy span {
	height:17px;
	padding-top:3px;
	display:block;
	padding-right:5px;
	position:relative;
	left:5px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	line-height: 15px;
	background:url(../graphics/socialshareprivacy/ssp_sprite.png) no-repeat 100% -20px;
	color:#575757;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
	width: 148px;
}
.social_share_privacy_area li div.tweet {
	width: 115px;
}
.social_share_privacy_area div.tweet_this_dummy {
	float:left;
	height:20px;
	padding-left:15px;
	background:url(../graphics/socialshareprivacy/ssp_sprite.png) no-repeat top left;
}
.social_share_privacy_area div.tweet_this_dummy span {
	float:left;
	height:17px;
	padding-top:3px;
	display:block;
	padding-right:5px;
	position:relative;
	left:5px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size:11px;
	line-height: 15px;
	font-weight:bold;
	color:#373737;
	background:url(../graphics/socialshareprivacy/ssp_sprite.png) no-repeat top right;
}

/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
	width: 123px;
}
.social_share_privacy_area li div.gplusone {
	width: 90px;
}
.social_share_privacy_area div.gplus_one_dummy {
	background: transparent url(../graphics/socialshareprivacy/ssp_sprite.png) no-repeat 0 -40px;
	width: 32px;
	height: 20px;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	line-height: 0;
}
/* Google+ end */
/* Switch begin */
.social_share_privacy_area li .switch {
    display: inline-block;
    text-indent: -9999em;
    background: transparent url(../graphics/socialshareprivacy/ssp_sprite.png) no-repeat -70px -40px scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}
.social_share_privacy_area li .switch.on {
    background-position: -70px -52px; 
}
/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
    position: relative; 
}
.social_share_privacy_area li.help_info .info, 
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 290px;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px #333;
    -webkit-box-shadow: 0 3px 4px #333;
    box-shadow: 0 3px 4px #333;
    background-color: #fdfbec;
    color: #000;
    z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px;
}
.social_share_privacy_area li.help_info.display .info, 
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}
.social_share_privacy_area li .help_info.icon {
    background: #fff url(../graphics/socialshareprivacy/ssp_sprite.png) no-repeat -93px -41px scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
	vertical-align: top;
	border: 2px solid #e7e3e3;
	border-right-width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
	border-top-width: 0;
	border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
	border-right-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
	position: relative;
	top: -2px;
}
.social_share_privacy_area li.settings_info a {
	text-decoration: none;
	margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    border: 2px solid #e7e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #c1c1c1;
	-webkit-box-shadow: 2px 2px 3px #c1c1c1;
    box-shadow: 3px 3px 3px #c1c1c1;
    left: 0;
    position: absolute;
    top: 0;
    width: 135px;
    z-index: 1000;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
	border-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
	display: none;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
	text-indent: -9999em;
	display: inline-block;
	background: #fff url(../graphics/socialshareprivacy/ssp_sprite.png) no-repeat -35px -40px scroll;
	width: 25px;
	height: 20px;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
	border-top-width: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form  {
    margin: 0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
	width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
	clear: both;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
	-moz-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
	transition: color .5s ease-in;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
	color: #090;
}

/* simpleSlide*/

div.simpleSlide-slide
{
	float:left;
}

div.module div.left-button, div.module div.right-button, div.article div.left-button, div.article div.right-button
{
	float:left;
	width:23px;
	min-width:23px;
	height:18px;
	min-height:18px;
	cursor:pointer;
	margin-left:8px;
	background-repeat:no-repeat;
}

div.module div.left-button, div.article div.section.widget div.left-button
{
	background-image:url(../graphics/simpleslide/arrow_left_low.png);
}

div.module div.left-button:hover, div.article div.section.widget div.left-button:hover
{
	background-image:url(../graphics/simpleslide/arrow_left_high.png);
}

div.module div.right-button, div.article div.section.widget div.right-button
{
	background-image:url(../graphics/simpleslide/arrow_right_low.png);
}

div.module div.right-button:hover, div.article div.section.widget div.right-button:hover
{
	background-image:url(../graphics/simpleslide/arrow_right_high.png);
}

div.article div.section.widget div.right-button
{
	float:right;
}

div.module div.simpleSlide-pag
{
	float:left;
	width:14px;
	height:12px;
	font-size:12px;
	line-height:12px;
	margin:0 3px 0 3px;
	padding:2px;
	text-align:center;
	background:#dedede;
	border:1px solid #333;
	border-radius:6px;
	cursor:pointer;
}

div.module div.simpleSlide-pag-act
{
	color:#fff;
	background:#339999;
}

div.simpleSlideStatus-tray
{
	width:100%;
	height:4px;
}

/* RagnaBox */

#ragnaroek
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    text-align:center;
    background-image: url('../graphics/ragnabox/transparent_bg.png');
    display:none;
    z-index:100000;
}

#ragnabox
{
    position:relative;
    width:800px;
    height:600px;
    border:1px solid #fff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    padding:0;
    background:#fff;
	z-index:100001;
}

#ragnabox iframe
{
    width:100%;
    height:99%;
    border:0;
    margin:0;
    padding:0;
}

#ragnabox div.overwatch
{
	width:800px;
	height:600px;
    overflow:auto;
	text-align:left;
}

#ragnabox div.close
{
    position:absolute;
    top:-10px;
    right:-23px;
    width:20px;
    height:20px;
    background-image: url('../graphics/ragnabox/close.png');
    background-repeat:no-repeat;
    cursor:pointer;
}

/* TouchTouch */

/* The gallery overlay */

div.galleryOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:100000;
	background-color:#222;
	background-color:rgba(0,0,0,0.8);
	overflow:hidden;
	display:none;
	
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}

/* This class will trigger the animation */

div.galleryOverlay.visible{
	opacity:1;
}

div.gallerySlider{
	height:100%;
	
	left:0;
	top:0;
	
	width:100%;
	white-space: nowrap;
	position:absolute;
	
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

div.gallerySlider .placeholder{
	background: url("../graphics/touchtouch/preloader.gif") no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

/* The before element moves the
 * image halfway from the top */

div.gallerySlider .placeholder:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

div.gallerySlider .placeholder iframe{
	display: inline-block;
	width:640px;
	height:390px;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	border:0px;
}

div.gallerySlider .placeholder img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	border:0px;
}

div.gallerySlider.rightSpring{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

div.gallerySlider.leftSpring{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-moz-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-webkit-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Arrows */

#prevArrow,#nextArrow{
	border:none;
	text-decoration:none;
	background:url('../graphics/touchtouch/arrows.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;
	
	top:50%;
	margin-top:-29px;
	
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover{
	opacity:1;
}

#prevArrow{
	background-position:left top;
	left:40px;
}

#nextArrow{
	background-position:right top;
	right:40px;
}

div.ttslide
{
	position:relative;
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	border:0px;
	font-size:12px;
	color:#fff;
}

table.ttcaption, span.ttphotographer
{
	position:relative;
	font-size:12px;
	color:#fff;
	line-height:12px;
}

table.ttcaption
{
	max-width:760px;
}

table.ttcaption tr td
{
	text-align:left;
}

span.ttphotographer
{
	float:right;
	text-align:right;
	margin:4px 0 0 4px;
}