/*	
	UnicaCorp - Modern Business Template
	Stefano Giliberti, kompulsive@gmail.com - lessbit.com
*/

/* Main */
body {
	background: url(../img/back-grad.gif) repeat-x #FFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
	line-height: 1.4em;
	color: #a6a6a6;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.spacer { padding-bottom: 20px; }

/* General text */
small {
	font-size: .7em;
	color: #c6c6c6;
}
strong {
	font-weight: bold;
	color: #848484;
}
p {
	font-size: .9em;
}
.content p {
	padding: 7px 0;
	font-size: .8em;
}

/* Quotes */
blockquote {
	background: url(../img/quote.gif) no-repeat;
	font-style: italic;
	font-size: .9em;
	padding-left: 55px;
	margin: 20px 0;
	color: #b9b9b9;
}

/* Lists */
ol, ul {
	padding: 5px 0;
}
.content ol, .content ul {
	padding-left: 22px;
	font-size: .8em;
}
.content ul { padding-left: 17px; }

/* Hyperlinks */
a {
	color: #118ad6; /*** Colored ***/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Layout Styles */
img.framed {
	margin: 20px 0;
	border: 1px solid #eee;
	background: #F7F7F7;
	padding: 7px;
}

div.get-started {
	width: 50%;
	margin: 0 auto;
}
a.start {
	width: 162px;
	background: transparent url(../img/start.gif) 0 0;
	line-height: 51px;
	text-indent: -999em;
	margin: 0 10px;
	cursor: pointer;
}
a.start.en { background: transparent url(../img/start_en.gif) 0 0; }

	a:hover.start { background-position: -162px 0; }
	a:active.start { background-position: -324px 0; }

/* Form Styling */
label {
	display: block;
	margin: 15px 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #118ad6; /*** Colored ***/
}
input, select,
textarea {
	background: url(../img/upper-shade.gif) repeat-x top;
	border: 1px solid #e8e8e8;
	padding: 7px;
	margin-bottom: 5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
}
input {
	width: 210px;
}
	input.smaller {
		width: 100px;
	}
	input.larger {
		width: 400px;
	}
	input.wide {
		width: 798px;
	}
select { width: 225px; cursor:pointer; }
input[type=checkbox] { width:auto; padding:0; line-height:0; margin: 4px 0 0 0;}
.submit, a.submit {
  border: none;
	width: 120px;
	height: 37px;
	margin: 10px 5px 0 0;
	padding-bottom: 2px;
	padding:0;
	font-weight: bold;
	color: #fff;
	font-size: 0.8em;
  background: url(../img/button.gif) no-repeat 0 0;
}
a.submit {
	margin-bottom: 5px;
	width: 120px;
	height: 37px;
	display: block;
	padding:0;
	margin:0 auto;
	line-height:1.5em;
	font-size: 0.9em;

	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, sans-serif;
}

a.submit:hover { display:block; text-decoration:none}

.submit:hover, a.submit:hover, button.submit.active:hover, button.submit.disabled:hover {
		background-position: 0 -37px;
		cursor: pointer;
}
.button {
	border:1px solid #2E3136;
	background:#45494F;
	padding:5px 15px;
	color:white;
	font-weight:bold;
	font-size:1.2em;
}

/* Headings */
h1 {
	font-size: 1.5em;
	color: #aaabb4;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1.5em;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h2, h3 {
	font-size: 1.4em;
	color: #0d7ccf; /*** Colored ***/
	line-height: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4, h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
	color: #8f9099;
}
h5, h6 {
	font-size: .9em;
	font-weight: bold;
}
h6 {
	font-size: .8em;
}

/* Tables */
table {
	padding: 10px 0;
	color: #848484;
}
td {
	padding: 17px 7px;
	border-bottom: 1px solid #e2e2e2;
	font-size: .8em;
	text-align: center;
}
tr.table-header {
	background: url(../img/shade.gif) repeat-x center;
}
tr.table-header h5 {
	padding: 10px 0;
	color: #FFF;
}
th {
	padding: 0px 10px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
}

table.account-details th
{
	padding: 17px 7px;
	font-size: .8em;
	text-align: center;
	width: 200px;
	cursor:pointer;
	border:0;
	border-right: 1px solid #f1f1f1;
}
table.account-details td { border:0; cursor:pointer; }
table.account-details td strong, table.account-details td a { color: inherit; }
table.account-details td a { font-weight:bold;}

/* Layout */
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
	#head {
		position: relative;
		height: 129px;
	}
		/* Logo */
		#head h1#logo, #header h1#logo a { 
			display: block;
			height: 46px;
			width: 232px;
		}
		#head h1#logo { 
			background: url(../img/logo.png) no-repeat;
			border: none;
			height: 46px;
			left: 0px;
			margin: 0;
			padding: 0;
			position: absolute;
			text-indent: -999em;
			top: 54px;
		}
		/* Navigation */
		ul#navigation {
			list-style: none;
			position: absolute;
			top: 65px;
			right: 0;
			margin: 0;
			padding: 0;
		}
		ul#navigation li {
			float: left;
			background: url(../img/mi-standby.gif) no-repeat left top;
			padding-left: 3px;
			margin-left: 6px;
		}
		ul#navigation a {
			float: left;
			display: block;
			background: url(../img/mi-standby.gif) no-repeat right top;
			padding: 5px 15px 4px 13px;
			text-decoration: none;
			font-weight: bold;
			font-size: .7em;
			color: #b9b9b9;
		}
		ul#navigation a:hover {
			color: #777;
		}
			/* Current list item */
			ul#navigation .current {
				background: url(../img/mi-active.gif) no-repeat left top;
			}
			ul#navigation .current a {
				background: url(../img/mi-active.gif) no-repeat right top;
				color: #e6e6e6;
			}
			/* Highlighted (last) list item */
			ul#navigation .highlighted {
				background: url(../img/mi-highlighted.gif) no-repeat left top;
			}
			ul#navigation .highlighted a {
				background: url(../img/mi-highlighted.gif) no-repeat right top;
				padding: 5px 15px 10px 14px;
				color: #FFF;
			}
			ul#navigation .highlighted a:hover {
				color: #93ddff; /*** Colored ***/
			}

	/* Promo-box */
	#promo-box {
		background: url(../img/box-slice.gif) 0 0 no-repeat;
		position: relative;
		padding: 8px 0;
		margin-bottom: 35px;
	}
		#promo-box .inner {
			border-left: 1px solid #eee;
			border-right: 1px solid #eee;
			background: #F7F7F7;
			padding: 0 6px;
		}
		#promo-box .box-end {
			height: 8px;
			background: url(../img/box-slice.gif) -970px 0 no-repeat;
		}
		#promo-box #slides-dock {
			width: 265px;
			height: 187px;
			background: url(../img/slides-dock.png) no-repeat;
			position: absolute;
			right: 33px;
			top: 33px;
			overflow: hidden;
		}
			#slides-dock img{
				margin: 7px 0 0 9px;
			}
			#slides-dock div.introduction
			{
        margin: 7px 0 0 9px;
			}
			#slide-label {
				float: left;
				position: absolute;
				left: 6px;
				bottom: 20px;
				background: url(../img/semi-000.png) repeat;
				z-index: 999;
				padding: 7px 7px 7px 15px;
				color: #FFF;
				font-size: .9em;
				cursor: default;
			}
		#promo-box .intro {
			width: 285px;
			padding: 15px;
			color: #ababab;
			font-size: .7em;
			line-height: 1.4em;
		}
			#promo-box .intro span {
				color: #808397;
				font-size: 1.2em;
				line-height: 1.7em;
			}
		
	/* Homepage infos */
	.info-strip {
		width:460px;
		min-height: 140px;
		padding: 0 10px 25px 10px;
		font-size: .9em;
		color: #919191;
	}
		.info-strip h3 {
			font-size: 1.2em;
			padding-bottom: 5px;
		}
	
	/* Layout Columns */
	#left-column {
		width: 609px;
		float: left;
		min-height: 200px;
	}
	
	.rounded-box, .folio-box {
		width: 298px;
		background: url(../img/column-slice.gif) 0 0 no-repeat;
		position: relative;
		padding: 5px 0;		
	}
		.rounded-box {
			float: right;
		}
		.rounded-box .inner, .folio-box .inner {
			border-left: 1px solid #eee;
			border-right: 1px solid #eee;
			background: #F7F7F7;
			padding: 0 6px;
		}
		.rounded-box .box-end, .folio-box .box-end {
			height: 8px;
			background: url(../img/column-slice.gif) -308px 0 no-repeat;
		}
		
		.rounded-box h6 {
			line-height: 37px;
			padding: 0 0 0 15px;
			background: url(../img/col_heading.gif) no-repeat;
			margin-left: 1px;
		}
		.rounded-box p {
			padding: 4px 7px;
		}
		.rounded-box ol, .rounded-box ul { padding: 10px 0; }
		.rounded-box ol { padding-left: 30px; }
		.rounded-box ul { padding-left: 25px; }
	
	.folio-box {
		margin: 0 0 5px 15px;
		text-align: center;
		float: left;
	}
		.folio-box .inner {
			padding: 7px 0;
		}
		.folio-box .inner a.jfancy {
			display: block;
		}
		.folio-box .proj-label {
			background: url(../img/semi-000.png) repeat;
			line-height: 2.1em;
			padding: 0 8px;
			position: absolute;
			right: 0px;
			top: 0px;
			z-index: 5;
			color: #FFF;
			font-size: .8em;
			cursor: default;
		}

	/* Footer */
	#footer {
		border-top: 1px solid #e9e9e9;
		padding: 10px 0 40px;
		margin-top: 30px;
		color: #ababab;
		font-size: .7em;
	}
#footer p { float: left; }
#footer span { float: right; }
.wt-icon.small { margin:4px 0 0 0; }
.wt-icon.big { margin:9px 0 0 0; }

div.clear_line { clear:both; border-bottom: 1px solid #f1f1f1; display:block; padding: 10px 0 0px 0; margin: 0 0 10px 0;}

div.small-box { width: 320px; }
div.small-box.send-form {margin:35px 0 0 0;}
div.small-box.checkbox { font-size:12px; width: 225px; line-height:1em; font: 10px Tahoma;}
div.small-box.checkbox-medium { font: 10px Tahoma; width: 550px; margin-left:95px; line-height:1em;}
div.small-box.checkbox-medium.none { margin-left:0; width: 100%;}
div.small-box div.box-wrapper { width: 230px; float:left; margin-top:3px;}
div.small-box.normal {width:230px;}

div.error_input { background:#ffc9c9; width: 213px; font-size: 11px; padding: 5px; color:#cc1d00; text-align:center; border: 1px dashed #e82100; }
h6.center{text-align:center; padding:0;}
div.center{text-align:center;}
div.box-button-submit {width:249px; margin:0 auto;}
div.box-button-submit .submit { margin: 10px 0 10px 0;}
div.small-width { width: 230px;}
div.message { background:#C9FFD0; border:1px solid #4FFF56; display:block; padding: 5px; margin: 5px 0px; color:#00db09; text-align:center; display:none; }
div.message.error { background: #ffc9c9; border:1px solid #ff4f4f; color: #db0000; }

ul.list-menu { margin:0; padding:0;}
ul.list-menu li { list-style:none; margin: 3px 0; padding:0; }
ul.list-menu li a { display:block; padding:5px; background:#fff; }
ul.list-menu li a:hover { background:#0087e5; color:#fff;}
table td { border-right: 1px solid #f1f1f1; }

div.payment_method_box { background: #fff;}
div.inner-white { background: #fff; width:100%; height:100%; 	color: #a6a6a6;}

.payment {
	text-align: center;
	display: inline;
}

div.framed {
	margin: 20px 0;
	border: 1px solid #eee;
	background: #F7F7F7;
	padding: 7px;
}
table.white-table { background: #fff; width: 100%;}
div.small-box.sms { width: 237px; border: 1px dashed #f0f0f0; margin-right: 1px; margin-bottom: 5px;}
h4.red { color:red;}
div.hidden {display:none;}
div#tv-wrzuc-to-by-pass-unlocker { width: 609px; height: 400px; background: #000 url(../img/loading.gif) center center no-repeat; }
div.facebook-widget {Width:270px; margin:0 auto; background: #fff; margin-top:5px;}
ul.list-style-none { list-style:none;}
div.tv-wrzuc-to-insert-link { margin: 0 0 10px 0; }
div.tv-wrzuc-to-insert-link label { margin: 0; }

.mv-thumb {
	overflow:hidden;
	position:relative;
	width:270px;
	height:146px;
	margin: 0 auto;
}
.mv-thumb img{
  top:-20px;
  left:-55px;
}
div#standard p.pagination{text-align:center;padding:10px 0}
div#standard p.pagination a{border:solid 1px #DDD;margin-right:2px;display:inline;background:#f8f8f8;color:#000;font-size:20px;text-decoration:none;padding:5px}
div#standard p.pagination a:hover{background:#a4005c;color:#fff;text-decoration:underline}
div#standard p.pagination a.active{background:#002b7d;color:#fff}

div.languages { float:right;}
div.languages ul { list-style:none;}
div.languages ul li { display:inline;}

div#right-column {float:right;}
div#cXc { width:700px; height:100px; position:absolute; margin-top: 170px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0;overflow:hidden; }

div.movie-thumb {
	overflow:hidden;
	position:relative;
	width:270px;
	height:146px;
	margin: 0 auto;
}
div.movie-thumb img{
  top:-20px;
  left:-55px;
}
button.submit.disabled
{
	font-size: 1em !important;
  background: url(../img/button-disabled.gif) no-repeat 0 0;
}
button.submit.active
{
	font-size: 1em !important;
  background: url(../img/button-active.gif) no-repeat 0 0;
}
.red-upper
{
  font-size:9px;
  color: red;
  position:absolute;
  margin-top:-4px;
  margin-left:4px;
}


.jquery-msgbox
{
  background:url(images/background.png) repeat-x left bottom;
  padding-bottom:55px;
}

.jquery-msgbox-wrapper
{
  padding:20px 20px 20px 100px;
}

.jquery-msgbox-buttons
{
  padding:15px;
  text-align:right;
  position:absolute;
  bottom:0;
  right:0;
}

.jquery-msgbox-buttons button,
.jquery-msgbox-buttons input
{
  margin-left:10px;
  min-width:85px;
  cursor:pointer;
}

.jquery-msgbox-inputs
{
  margin-top:4px;
}

.jquery-msgbox-inputs input
{
  display:block;
  padding:3px 2px;
  border:1px solid #dddddd;
  margin:3px 0 6px 0;
  width:95%;
}

.jquery-msgbox-label
{
  font-weight:bold;
  font-size:11px;
}

.jquery-msgbox-alert
{
  background: url(../img/msgbox/alert.png) no-repeat 20px 20px;
}

.jquery-msgbox-info
{
  background: url(../img/msgbox/info.png) no-repeat 20px 20px;
}

.jquery-msgbox-error
{
  background: url(../img/msgbox/error.png) no-repeat 20px 20px;
}

.jquery-msgbox-prompt
{
  background: url(../img/msgbox/question.png) no-repeat 20px 20px;
}

.jquery-msgbox-confirm
{
  background: url(../img/msgbox/confirm.png) no-repeat 20px 20px;
}