/* inc/template/css/kryn_defaults.css: */

p {
    padding: 0px;
    margin: 0px;
}



/* inc/template/slimbox/slimbox.css: */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 999009;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/inc/template/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/inc/template/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/inc/template/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/inc/template/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



/* inc/template/th_grayEvolution/base.css: */

body {
    font-family: sans-serif;
    text-align: center;
    margin: 0px auto;
    font-size: 12px;
    color: #444;
    background-color: white;
    background-image: url(/inc/template/th_grayEvolution/images/body-bg.jpg);
    background-repeat: repeat-x;
    padding: 0px;
}

h1 {
    font-size: 24px;
    line-height: 26px;
    border-bottom: 1px solid #ddd;
    color: #444;
    font-weight: bold;
}

h2 {
    font-size: 16px;
}

a, a:link {
    color: #111;

}

div.border {
    text-align: left;
    width: 805px;
    margin: auto;
}

img {
    border: 0px;
}

a.logo,
a.logo:link {
    border: 0px;
}

div.header {
    position: relative;
    padding-top: 30px;
}

div.naviTop {
    background-image: url(/inc/template/th_grayEvolution/images/navi-bg.png);
    padding: 13px 15px;
    margin: 14px 0px;
    background-repeat: no-repeat;
}

div.header .naviTop a,
div.header .naviTop a:link {
    text-decoration: none;
    color: black;
    padding: 12px 20px 9px 20px;
    font-weight: bold;
    border: 0px;
    outline: 0;
}

div.header .naviTop a:hover,
div.header .naviTop a.active,
div.header .naviTop a.active:link {
    background-color: #e5e5e5;
}


.search {
    position: absolute;
    right: 17px;
    top: 87px;
}
.search input {
    border: 1px solid black;
    border: 0px;
    background-color: transparent;
    width: 156px;
    font-size: 11px;
    color: #666;
    outline: 0;
}

div.middle {
    padding: 0px 4px;
}


td.sidebar {
    padding: 5px 0px;
    padding-left: 25px;
}

div.sidebarBox {
    background-image: url(/inc/template/th_grayEvolution/images/sidebar-box.png);
    background-repeat:no-repeat;
    position: relative;
    padding: 5px 7px 0px 7px;
    margin-bottom: 14px;
}

div.sidebarBox h2 {
    padding: 3px 0px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    margin-bottom: 8px;
}

div.sidebarBoxEnd {
    background-image: url(/inc/template/th_grayEvolution/images/sidebar-box.png);
    background-repeat:no-repeat;
    position: absolute;
    bottom: -10px;
    height: 10px;
    background-position: left bottom;
    width: 100%;
    left: 0px;
}

td {
    vertical-align: top;
}


.naviHistory {
    margin-bottom: 6px;    
    color: #ccc;
}

.naviHistory a,
.naviHistory a:link {
    color: #aaa;
    text-decoration: none;
}

div.footer {
    text-align: right;
    padding: 8px 15px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}

div.navigationDefault a,
div.navigationDefault a:link {
    display: block;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    padding: 5px 0px;
}




