﻿/*
Theme Name: Al's design
Theme URI: http://als-design.com
Description:  Al's design template 
Version: 2.9.2
Author: Al
Author URI: http://als-design.com
Tags: clean, stylish
*/

@import "reset.css";
/*@import "typography.css";
@import "layout.css"; */
body, html {
	height: 100%;
}
body {
	background:#757575 url(images/bg.jpg) repeat-x;
}
body, td, th {
	font:14px Arial, Helvetica, sans-serif;
	color:#464646;
}
a, a:link, a:visited {
	color:#62b4eb;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	color:#62b4eb;
	background: url(images/bg-hr.gif) bottom repeat-x;
	padding-bottom:10px;
}
h1, h2, h3 a {
	text-decoration:none;
}
h1, h2, h3 a:hover {
	text-decoration:none;
}
.home div.title h2 {
font-size:138.5%;
}
sup {
	font-size:9px;
	vertical-align:top;
}
small {
	font-size:75%;
}
/* forms START */
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text], input[type=password] {
	background: url(images/bg-forms.gif) repeat-x;
}
input[type="submit"] {
	background:#000 url(images/bg-forms.gif) 0 -30px repeat-x;
	color:#FFF;
	border:none !important;
}
input[type="submit"]:hover {
	background:#000 url(images/bg-forms.gif) 0 -60px repeat-x;
	color:#FFF;
}
input[type=text], input[type=password], textarea {
	width:200px;
}
label {
	vertical-align:middle;
}
.default-value {
	color:#8c8c8c;
}
#si_contact_form1 textarea, #si_contact_form1 input {
	width:300px;
}
#si_contact_form1 textarea {
	height:150px;
}
#si_contact_form1 label.error {
	display:block;
}
#si_contact_form1 span.required, #si_contact_form1 small.required {
	font-size:11px;
}
input, button, textarea, select, option, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding:5px;
	border:#cfcfcf 1px solid;
	margin-bottom:10px;
}
.custom_checkbox {
	background:url(images/bg-forms.gif) 0 -120px no-repeat;
	float:left;
	width:14px;
	height:15px;
	margin:3px;
	position:relative;
}
.custom_checkbox_selected {
	background:url(images/bg-forms.gif) -14px -120px no-repeat;
}
label.error {
	padding-left:10px;
	color:red !important;
}
/* forms END */
.clear {
	clear:both;
	height:0;
	visibility:hidden;
}
.error {
	color:red;
}
.zero {
	margin:0;
	padding:0;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.float-left {
	float:left;
}
.center-margin {
	margin:auto;
}
.float-right {
	float:right;
}
.nospace {
	margin:0 !important;
	padding:0 !important;
}
div.hr {
	height: 20px;
	background: url(images/bg-hr.gif) bottom repeat-x;
}
div.hr hr {
	display: none;
}
ul.ul-reset {
	margin:0;
	padding:0
}
ul.ul-reset li {
	margin:0;
	padding:0;
	list-style:none;
}
/* page layout */
.wrap_page {
	width:980px;
	margin:0 auto;
	background: url(images/bg-header.jpg) no-repeat;
}
#header {
	width:980px;
	height:230px;
	margin:auto;
	position:relative;
}
#logo {
	padding:50px 0px 20px 7px;
	float:left;
}
/* main menu START*/
ul#menu {
	float:right;
	margin:0 22px 0 0;
	padding:90px 0 0 0;
	position:relative;
	z-index:100;
}
ul#menu li {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
ul#menu li a {
	display:block;
	color:#464646;
	padding:14px 14px 10px 27px;
	text-decoration:none;
	background:url(images/bg-menu.png) 0 0 no-repeat;
}
ul#menu li a:hover {
	color:#62b4eb;
	background:url(images/bg-menu.png) 0 -40px no-repeat;
	text-decoration:none;
}
/* second level menu*/
#menu li ul {
	font-size:13px;
	margin:0;
	padding:0 0 0 0;
	position: absolute;
	right:0px;
	width:700px;
	visibility: hidden;
	background:url(images/bg-menu.png) bottom right no-repeat;
}
#menu li ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	background:none;
}
#menu li ul li a {
	padding:9px 14px 4px 27px;
	width: auto;
	background:url(images/bg-menu.png) 0 -80px no-repeat;
}
#menu li ul li a:hover {
	background:url(images/bg-menu.png) 0 -110px no-repeat;
}
/* menu follow */
div#icons_follow {
	position:absolute;
	top:50px;
	right:50px;
	z-index:100;
	width:175px;
}
div#icons_follow p {
	float:left;
	padding:8px 5px 0 0;
	font-size:12px;
	color:#8c8c8c;
}
div#icons_follow ul {
	padding:0;
	margin:0;
	float:right;
}
div#icons_follow li {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
#icons_follow a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-3000px;
	background:url(images/icons-follow.png) no-repeat;
}
#icons_follow a.facebook {
	background-position:0 0;
}
#icons_follow a.facebook:hover {
	background-position:0 -30px;
}
#icons_follow a.twitter {
	background-position:-30px 0;
}
#icons_follow a.twitter:hover {
	background-position:-30px -30px;
}
#icons_follow a.rss {
	background-position:-60px 0;
}
#icons_follow a.rss:hover {
	background-position:-60px -30px;
}
#promo {
	/*padding:0 0 0 190px;
	margin:35px 20px 0 30px;*/
	padding:35px 20px 0 220px;
	text-align:center;
	color:#9d9d9d;
	font-size:26px;
}
/* content area columns START*/
#content {
	background:url(images/bg-content.png) no-repeat 0 480px;
}
#leftcol {
	width:200px;
	float:left;
	margin:0 30px 0 20px;
}
#rightcol {
	width:690px;
	float:left;
	padding-right:20px;
}
#content p {
	line-height:1.5;
}
#rightcol li {
	padding-top:5px;
	padding-bottom:5px;
}
/* sidebar */
#sidebar h2 {
	font-size:138.5%;
	margin-bottom:5px;
}
#sidebar .wrap {
	margin-left:27px;
	margin-right:20px;
}
#sidebar small {
	color:#8c8c8c;
}
ul#menu_portfolio {
	margin:15px 0 40px 0;
	padding:0;
}
ul#menu_portfolio li {
	list-style:none;
	margin:0;
	padding:0;
}
ul#menu_portfolio li a {
	display:block;
	position: relative;
	color:#464646;
	padding:20px 30px 4px 30px;
	text-decoration:none;
	background:url(images/bg-menu-portfolio.png) 0 0 no-repeat;
}
ul#menu_portfolio li a:hover {
	color:#62b4eb;
	background:url(images/bg-menu-portfolio.png) 0 -40px no-repeat;
}
/* sidebar newsletter */
#form_newsletter label {
	margin-left:5px;
	display:block;
	float:left;
	width:125px;
	font-size:11px;
	color:#8c8c8c;
	text-align:justify;
}
#form_newsletter input[type=checkbox] {
	display:block;
	float:left;
	color:#8c8c8c;
	padding:0;
	margin:0 0 0 0;
	filter:alpha(opacity=0.0);
	opacity:0.0;
	outline:0
}
#form_newsletter .custom_checkbox {
	margin-top:7px;
}
#form_newsletter input[type=submit] {
	display:block;
	margin:10px 0 0 0px;
	clear:both;
	width:100%;
}
/* main body sibscribe */
#form_newsletter2 label {
	margin-left:5px;
	display:block;
	float:left;
	width:125px;
	font-size:11px;
	color:#8c8c8c;
	text-align:justify;
	padding-right:5px;
}
#form_newsletter2 input[type=checkbox] {
	display:block;
	float:left;
	color:#8c8c8c;
	padding:0;
	margin:0 0 0 0;
	filter:alpha(opacity=0.0);
	opacity:0.0;
	outline:0
}
#form_newsletter2 .custom_checkbox {
	margin-top:7px;
}
#form_newsletter2 input[type=submit] {
	display:block;
	margin:10px 0 0 0px;
	clear:both;
	width:100%;
}
/* sidebar search */
.screen-reader-text {
	display:none;
}
#sidebar input[type=text], input[type=password], textarea {
	width:140px;
}
#sidebar #searchform #s {
	/*height:30px;*/
width:110px;
	float:left;
	padding:3px;
	margin:0 5px 0 0;
}
#sidebar #searchform #searchsubmit {
	width:30px;
	height:24px;
	padding:3px;
	margin:0;
	border:none;
	float:right;
	background:#000 url(images/bg-forms.gif) 0 -93px repeat-x;
	text-indent:-3000px;
	overflow: hidden;
	font-size: 0;
	display:block;
	line-height: 0;
}
#sidebar ul.recent_posts {
	margin:0;
}
#sidebar ul.recent_posts li {
	padding:2px 0 2px 20px;
	list-style:none;
	background:url(images/bg-li.png) left top no-repeat;
}
#sidebar ul.recent_posts li a {
	text-decoration:none;
}
#sidebar ul.recent_posts li a:hover {
	text-decoration:underline;
}
/* main content styling START*/
.title {
	position:relative;
}
.title h1 {
	/*margin-right:20px;*/
	z-index:0;
}
.title div.date {
	position:absolute;
	right:200px;
	top:2px;
	margin:0;
	z-index:1;
	font-size:12px;
	color:#8c8c8c;
}
.page-id-15 .title div.date {
right:5px;
font-size:1em;
}
.page-id-15 .title h1 {
margin-right:0;
}
.page-id-15 div.sociable {
right:5px !important;

}
/* sociable CSS */
div.sociable {
	margin:0;
	z-index:3;
	position:absolute;
	right:5px;
	top:0px;
	width:163px;
	max-height:23px;
	overflow:hidden !important;
}
div.sociable_tagline {
	float:left;
	padding:2px 0 2px 0;
	font-size:12px;
	color:#8c8c8c;
}
/*span.sociable_tagline {
position:relative;
}
span.sociable_tagline span {
display:none;
width:14em;
}
span.sociable_tagline:hover span {
background:none repeat scroll 0 0 #FFFFEE;
border:1px solid #CCCCCC;
color:black;
display:block;
line-height:1.25em;
position:absolute;
top:-5em;
}
.sociable span {
display:block;
}
.sociable ul {
display:inline;
margin:0 !important;
padding:0 !important;
}
.sociable ul li {
background:none repeat scroll 0 0 transparent;
display:inline !important;
list-style-type:none;
margin:0;
padding:1px;
}
.sociable ul li:before {
content:"";
}*/
.sociable img {
	border:0 none;
	float:none;
	height:16px;
	margin:0;
	padding:0;
	width:16px;
}
.sociable-hovers {
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
}
.sociable-hovers:hover {
	opacity:1;
}
/* main content styling END */
/* footer START */
#footer {
	width:980px;
	background:url(images/bg-footer.png) center top no-repeat;
	padding:50px 0 20px 0;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	color:#959595;
}
#footer ul {
	margin:0;
	padding:0 100px 10px 0;
	text-align:right;
}
#footer ul li {
	display:inline;
	padding:0;
	border-right:1px #828282 solid;
	background:none;
	list-style: none;
}
#footer ul li.last {
	border:0px none !important;
}
#footer ul li a {
	color:#c3c3c3;
	padding:5px 15px;
	text-decoration:none;
}
#footer ul li a:hover {
	color:#FFF;
	padding:5px 15px;
	text-decoration:none;
}
#footer p {
	padding-top:30px;
	color:#292318;
}
/* footer END */
.width48 {
	width:48%;
}
.date {
	font-size:10px;
	margin-top:-10px
}

/* custom css */
.post-edit {
	display:block;
	padding:5px;
	position:fixed;
	left:0px;
	top:0px;
	background:#333;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
.post-edit a {
	color:#FFF;
}
a.more-link  {
display: block;
text-align:right;
color:#FFF;
padding:3px 10px;
background:#000000 url("images/bg-forms.gif") 0 -30px repeat-x;
margin:10px 0;
}
/*** J carousel */
#carousel_sociable {
	overflow: hidden !important;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 180px;
}
#carousel_sociable li {
	padding-top:0;
	padding-bottom:0;
}
/* Jcarousel MAIN */
.jcarousel-skin-main {
	background:url(images/bg.jpg);
}
#carousel_main  li{
	padding-top:0;
	padding-bottom:0;
}
.jcarousel-skin-main .jcarousel-container {
}
.jcarousel-skin-main .jcarousel-container-horizontal {
	width: 630px;
	padding:0 30px;
	height:350px;
	overflow:hidden !important;
}
.jcarousel-skin-main .jcarousel-clip-horizontal {
	width:630px;
	height:350px;
	overflow:hidden !important;
}
.jcarousel-skin-main .jcarousel-item {
	width: 200px;
	height: 350px;
}
.jcarousel-skin-main .jcarousel-item-horizontal {
	margin:0 5px;
}
.jcarousel-skin-main .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-main .jcarousel-next-horizontal {
	position: absolute;
	top:142px;
	right:0px;
	width: 29px;
	height: 65px;
	cursor: pointer;
	background:url(images/controls.png) no-repeat -69px 0;
}
.jcarousel-skin-main .jcarousel-next-horizontal:hover {
	background-position: -69px -65px;
}
.jcarousel-skin-main .jcarousel-next-disabled-horizontal, .jcarousel-skin-main .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-main .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -69px -65px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal {
	position: absolute;
	top:142px;
	left:0px;
	width: 29px;
	height: 65px;
	cursor: pointer;
	background:url(images/controls.png) no-repeat 0px 0px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal:hover {
	background-position:0 -65px;
}
.jcarousel-skin-main .jcarousel-prev-horizontal:active {
	background-position: 0 -65px;
}
.jcarousel-skin-main .jcarousel-prev-disabled-horizontal, .jcarousel-skin-main .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-main .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	/*filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;*/
}

/* Jcarousel SOCIABLE */
.jcarousel-skin-tango {
	float:right;/*display:none;*/
}
.jcarousel-skin-tango .jcarousel-container {
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 60px;
	padding: 2px 20px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:60px;
	height:18px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 18px;
	height: 18px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin:0 1px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top:0px;
	right:0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background:url(images/btn-carousel-sociable.png) no-repeat -20px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	/*background-position: 0 0;*/
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	/*background-position: -64px 0;*/
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top:0px;
	left:0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background:url(images/btn-carousel-sociable.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position:0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
}
/* contact page */
.contact_list {
	width: 48%;
	float: left;
}
.contact_list ul {
	margin:0;
	padding:0;
	height:280px;
	background:url(images/icons-contact.gif) no-repeat 0 0;
}
.contact_list ul li {
	list-style:none;
	margin-left: 60px;
	padding:12px 0 !important;
}
/* comment form */
#commentform label {
	vertical-align:top;
}
#commentform #comment {
	width:670px;
}
/* main profolio page */
#portfolio_main {

}
#portfolio_main  div{
width:324px;
height:110px;
float:left;
padding-left:20px;
padding-bottom:40px;
background: url(images/bg.jpg);
}
#portfolio_main  div h2 {
margin-bottom:0;
}
#portfolio_main  div ul {
margin:0.5em 0 0.5em 1em;
}
/* portfolio pagination */
ul.pagination {
	margin-bottom:10px !important;
	overflow:auto;
}
ul.pagination li {
	color:#000 !important;
	padding:5px 0 5px 5px !important;
	float:left !important;
	font-size:12px !important;
}
ul.pagination span {
	display:block;
	padding:5px;
	margin-right:5px;
}
ul.pagination span.pagination-page-link-selected {
	font-weight:bold;
}
ul.pagination a {
	display:block;
	border:1px solid #CFCFCF;
	padding:5px;
	float:left;
	text-decoration:none;
	margin-right:5px;
}
ul.pagination a:hover {
	color:#FFF;
	background:#000 url("images/bg-forms.gif") repeat-x scroll 0 -30px;
}
/* portfolio list CSS */
.banners-showcase  {
border:collapse;
border:0px none;
vertical-align:top;
}
.banners-showcase td{
padding:0;
border:collapse;
border:0 none;
vertical-align:top;
}
.banners-showcase td img{
vertical-align:top;
}
.banners-showcase div img{
vertical-align:top;
}
.banners-showcase img{
margin-bottom:15px;

}
ul.ul-portfolio li {
	float:left;
}
ul.ul-portfolio li h2 {
	font-size:12px;
	background:none;
	font-weight:normal;
	text-align:center;
	margin:0;
}
ul.ul-portfolio li h2 a {
	text-decoration:none;
	text-align:center;
}
ul.logos li h2 {
	display:none !important;
}
ul.logos li {
	padding:8px 8px 0 0;
	background:url("images/bg-loading.png") right top no-repeat;
}
ul.logos li a{
	width:160px;
	height:160px;
	border:2px transparent solid;
	display:block;
	overflow:hidden !important;
	text-align:center;

}
ul.logos li a:hover {
	border:2px #CCCCCC solid;
}
ul.banners li {
	width:135px;
}
ul.banners li h2 a {
	display:block;
	padding:2px 1px 2px 1px;
	text-align:left;
}
ul.banners li h2 a sup {
	color:#9d9d9d;
}
ul.banners li h2 a:hover {
	color:#FFF;
	background:#cccccc;
}
ul.pageads li {
	width:162px;
	height:125px;
	padding:10px 10px 0 0;
	background:url("images/bg-loading.png") right top no-repeat;
}
ul.pageads li h2 {
	display:none !important;
}
ul.pageads li a {
	width:160px !important;
	overflow:hidden !important;
	height:120px;
	display:block;
	text-align:center;
	border:2px transparent solid;
	}
ul.pageads li a:hover{
	border:2px #6e6e6e solid;
}
ul.websites li {
	width:162px;
	height:200px;
	padding:10px 10px 0 0;
	background:url("images/bg-loading.png") right top no-repeat;
}
ul.websites li h2 {
	display:none !important;
}
ul.websites  li a {
	width:160px !important;
	overflow:hidden !important;
	height:200px;
	display:block;
	text-align:center;
	border:2px transparent solid;
	}
ul.websites li a:hover{
	border:2px #6e6e6e solid;
}
.print-sample  {
height:250px !important;}
.print-sample ul.websites li {
width:690px;
height:241px;
}
.print-sample ul.websites  li a {
width:690px !important;
max-height:241px;
height:241px;
}
/**  styling price table */
.pretty-table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 1px dotted #cdcdcd; /* solid */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #fff;
}
.pretty-table caption {
	caption-side: top;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	padding: 0.5em 0;
}
.pretty-table th, .pretty-table td {
	border: 1px dotted #cdcdcd !important;
	padding: 0.5em;
	text-align:left;
	background:#FFF url("images/bg-forms.gif") 0 -140px repeat-x;
}
.pretty-table th[scope=col] {
	color: #FFF;
	background:#FFF url("images/bg-forms.gif") 0 -30px repeat-x;
	text-transform: uppercase;
	font-size: 0.9em;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px dotted #cdcdcd;
}
.pretty-table th+th[scope=col] {
	color: #fff;
	background:#FFF url("images/bg-forms.gif") 0 -30px repeat-x;
	border-right: 1px dotted #cdcdcd;
}
.pretty-table th[scope=row] {
	background-color: #FFF;
	border-right: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
}
.pretty-table tr.alt th, .pretty-table tr.alt td {
	color: #2a4763;
}
.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td {
	background:#4D4D4D url("images/bg-forms.gif") 0 -30px repeat-x;
	color: #fff;
}
.pretty-table tr:hover th[scope=row] a, .pretty-table tr:hover td a {
	color: #fff;
	text-decoration:underline;
}
.pretty-table sup {
}
.pretty-table td.price {
	text-align:right;
}
.pretty-table td.description {
	font-size:12px;
	color:#8c8c8c;
}
.pretty-table td.sample {
	font-size:12px;
}
.price-more {
	padding:25px 0 0 30px;
	margin-top:0px;
	font-size:20px;
	width:390px;
	text-align:center;
}
.price-more p {
	padding:0px 0;
	margin:0px 0;
}
.price-more ul {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
/* link  blogroll */
ul.blogroll {
	margin-left:0;
}
ul.blogroll li {
	margin:0 15px 15px 0;
	padding:0;
	list-style:none;
	float:left;
}
#leftcol ul.blogroll li {
	padding-left:20px;
}
/* IE7 */

#ie6overlayOuter {
	background:#000;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:100001;
}
* html #ie6overlayOuter {
	height:100%;
}
#ie6overlayInner {
	margin:0 auto;
	margin-top:150px;
	background:#FFF;
	padding:20px;
	width:500px;
	top:40%;
	width:500px;
	z-index:100001;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background:#000;
}
#colorbox {
}
#cboxContent {
	margin-top:20px;
}
#cboxLoadedContent {
	background:#000;
	padding:5px;
}
#cboxTitle {
	position:absolute;
	top:-20px;
	left:0;
	color:#ccc;
}
#cboxCurrent {
	position:absolute;
	top:-20px;
	right:0px;
	color:#ccc;
}
#cboxSlideshow {
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff;
}
#cboxPrevious {
	position:absolute;
	top:50%;
	left:5px;
	margin-top:-32px;
	background:url(images/controls.png) top left no-repeat;
	width:28px;
	height:65px;
	text-indent:-9999px;
}
#cboxPrevious.hover {
	background-position:bottom left;
}
#cboxNext {
	position:absolute;
	top:50%;
	right:5px;
	margin-top:-32px;
	background:url(images/controls.png) top right no-repeat;
	width:28px;
	height:65px;
	text-indent:-9999px;
}
#cboxNext.hover {
	background-position:bottom right;
}
#cboxLoadingOverlay {
	background:#000;
}
#cboxLoadingGraphic {
	background:url(images/loading.gif) center center no-repeat;
}
#cboxClose {
	position:absolute;
	top:5px;
	right:3px;
	display:block;
	background:url(images/controls.png) top center no-repeat;
	width:38px;
	height:19px;
	text-indent:-9999px;
}
#cboxClose.hover {
	background-position:bottom center;
}
iframe img {
	margin:auto;
}
/* link page */
.table-font-11 td, .table-font-11 th {
font-size:11px;	
}
