﻿/* Imported from /Themes/Styles.css */
@import url(../styles.css);














/*Theme Specific */
div .ptinav
{
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
}

div .ptinav .ptinav_previous
{
	position: absolute;
	display: block;
	background: transparent url(ptinav_previous.png) no-repeat;
	width: 44px;
	height: 40px;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
div .ptinav .ptinav_next
{
	position: absolute;
	display: block;
	background: transparent url(ptinav_next.png) no-repeat;
	width: 44px;
	height: 40px;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

div .ptinav .ptinav_page
{
	position: absolute;
	display: block;	
	background: transparent url(ptinav_page.png) no-repeat;
	color: #fff;
	left: 60px;
	top: 0px;
	width: 106px;
	height: 40px;
	line-height: 40px;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 14px;
	text-align: center;
}

.ptipoweredby
{
    text-align: center;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 12px;
	color: #ccc;
	padding: 20px 0;
}

.ptipoweredby span
{
    padding: 13px 0;
}

.ptipoweredby span a
{
	color: #aaa;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 12px;
	text-decoration: none;
}
.ptipoweredby span a:hover
{
    text-decoration: underline;
}

div .ptinav .ptinav_contents
{
	position: absolute;
	display: block;	
	background: transparent url(ptinav_contents.png) no-repeat;
	color: #fff;
	right: 60px;
	top: 0px;
	width: 106px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}


