@import "reset.css";

#TB_overlay {
position: fixed;
z-index: 100;
top: 0;
left: 0;
height: 100%;
width: 100%;
background:url('/img/constructor/loader.gif') no-repeat 50% 0%;
/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
-moz-opacity: 0.55;
-khtml-opacity: 0.55;
opacity: 0.55;*/
}
* html #TB_overlay {
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_overlay_agree {
position: fixed;
z-index: 100;
top: 0;
left: 0;
height: 100%;
width: 100%;
background:#000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
-moz-opacity: 0.55;
-khtml-opacity: 0.55;
opacity: 0.55;
}
* html #TB_overlay_agree {
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#blockonchange {
	text-align:center;
	font-weight:bold;
}

#blockonchange span {
color:#fff;
}

.clear:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.page {
	width: 1012px;
	margin: 0 auto;
}

.preview {
	padding:0 10px;
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
}

.header {
	position: relative;
}

.header .logo {
	position: absolute;
	left: 29px;
	top: 38px;
}

.site-name {
	text-align: center;
	padding: 42px 0 34px;
}

.site-name h1 {
	font-size: 33px;
}

.header .links {
	position: absolute;
	top: 59px;
	right: 39px;
}

.header .links a {
	padding-left: 14px;
	color: #146d00;
}

.header .menu {
	position: relative;
	border: 1px solid #004f00;
}

.header .menu .tl, .header .menu .tr, .header .menu .bl, .header .menu .br {
	position: absolute;
	width: 5px;
	height: 5px; 
}

.header .menu .tl {
	top: -1px;
	left: -1px;
	background: url(../img/m-lt.gif) no-repeat;
}

.header .menu .tr {
	top: -1px;
	right: -1px;
	background: url(../img/m-rt.gif) no-repeat;
}

.header .menu .bl {
	left: -1px;
	margin-top: -4px;
	background: url(../img/m-lb.gif) no-repeat;
}

.header .menu .br {
	right: -1px;
	margin-top: -4px; 
	background: url(../img/m-rb.gif) no-repeat;
}

.header .menu .steps {
	position: absolute;
	left: 40px;
	top: 6px;
}

.header .menu .steps dt {
	font-size: 20px;
	float: left;
	margin-top: 8px;
}

.header .menu .steps dd {
	float: left;
	font-size: 33px;
	margin-left: 20px;
}

.header .menu .steps dd a {
	color: #000;
}

.header .menu .steps .select {
	background: url(../img/select.png) no-repeat;
	width: 39px;
	height: 40px;
	text-align: center;
	color: #fff;
	margin-top: 2px;
}

.header .menu .steps .select span {
	position: relative;
	top: -2px;
}

.header .menu .actions {
	padding: 13px 34px 15px 0;
	text-align: right;
}

.header .menu .actions input {
	font-size: 12px;
	margin-left: 20px;
	border: 0 none;
	padding: 5px 20px;
	color: #fff;
	cursor:pointer;
}

.header .menu .actions .key-grey {
	background: #868686;
}

.header .menu .actions .key-green {
	background: #005100;
}

.header .menu .actions .key-green-yellow {
	background: #005100;
	color: #fcf9c7;
}

.header .desc {
	position: relative;
	padding: 11px 40px 16px 113px;
	background: #cee0cf;
	border-bottom: 1px solid #dbdbdb;
}

.step-2 .header .desc {
	padding-left: 151px;
}

.step-3 .header .desc {
	padding-left: 189px;
}

.header .closed {
	padding-bottom: 14px;
}

.header .closed span {
	display: none;
}

.header .desc .arrow {
	top: 3px;
	left: 5px;
	position: absolute;
	display: block;
	width: 16px;
	height: 12px;
	background: url(../img/arrow-2.gif) no-repeat;
}

.header .closed .arrow {
	top: 5px;
	width: 12px;
	height: 16px;
	background: url(../img/arrow-1.gif) no-repeat;
}

.header .desc .bl, .header .desc .br {
	position: absolute;
	width: 4px;
	height: 3px;
	bottom: -1px;
}

.header .desc .bl {
	left: 0;
	background: url(../img/d-bl.gif) no-repeat;
}

.header .desc .br {
	right: 0;
	background: url(../img/d-br.gif) no-repeat;
}

.control-panel {
	position: relative;
	height: 229px;
	z-index: 100;
}

.step-2 .control-panel {
	padding: 0 20px 0 30px;
	text-transform: lowercase;
}

.control-panel .column {
	float: left;
	width: 235px;
	padding: 10px 10px 0 0;
}

.control-panel .column-last {
	width: 195px;
}	

.control-panel .column dt {
	margin-bottom: 2px;
}

.control-panel .column dd {
	margin-bottom: 8px;
}

.control-panel .column span {
	position: absolute;
	margin: 3px 0 0 -15px;
}

.control-panel .column .long {
	width: 215px;
}

.control-panel .column .short {
	width: 70px;
}

.column-last dd {
	margin: 0 0 8px 20px;
}

.column-last dd label {
	float: left;
	margin-top: 2px;
}

.column-last dd input {
	display: block;
	margin-left: 95px;
}

.control-panel .button {
	padding-top: 10px;
	text-align: center;
}

.jcarousel-container {
	position: relative;
}

.control-panel .jcarousel-clip {
	width:880px;
	margin-left:55px;
	height:1000px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.control-panel .jcarousel-list {
	overflow: inherit;
	height:1000px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	position: relative;
	z-index: 1;
}

.control-panel .jcarousel-clip li, .step-3 .left {
	float: left;
	width: 168px;
	text-align: center;
}

.jcarousel-item {
	width: 168px;
	height:150px;
}

.control-panel .jcarousel-clip li img {
	cursor: pointer;
}

.control-panel .jcarousel-clip li .sub-list img {
	cursor: default;
}

.control-panel .jcarousel-clip .over {
	padding: 0 11px 16px;
}

.step-3 .left {
	cursor: pointer;
	background: #fff;
}

.step-3 .right {
	float: right;
	width: 730px;
}

.step-3 .right ol {
	float: left;
	width: 230px;
	padding-right: 16px;
	list-style: decimal;
}

.step-3 .right .col-1 {
	padding-left: 10px;
	background: url(../img/home-icon.gif) no-repeat;
}

.step-3 .right li {
	margin: 0 0 5px 33px;
}

.step-3 .right li span {
	margin: 0 3px;
}

.step-3 .right li .handle {
	cursor: move;
}

.step-3 .right li img {
	border: 0 none;
}

.step-3 .message, .step-3 .dialog-1 {
	display: none;
}

.control-panel .jcarousel-item h4 {
	margin-bottom: 9px;
	font-weight:bold;
}

.control-panel .jcarousel-prev-horizontal, .control-panel .jcarousel-next-horizontal {
	position: absolute;
	width: 46px;
	height: 32px;
	top: 90px;
	z-index: 3;	
}

.control-panel .jcarousel-prev-horizontal {
	left: 10px;
	background: url(../img/prev.gif) no-repeat;
	cursor: pointer;
	z-index: 3;
}

.control-panel .jcarousel-next-horizontal {
	right: 10px;
	background: url(../img/next.gif) no-repeat;
	cursor: pointer;
	z-index: 3;
}

.control-panel .jcarousel-prev-disabled {
	background: url(../img/prev-dis.gif) no-repeat;
	cursor: default;
	z-index: 3;
}

.control-panel .jcarousel-next-disabled {
	background: url(../img/next-dis.gif) no-repeat;
	cursor: default;
	z-index: 3;
}

.control-panel img {
	border: 1px solid #b5b3b3;
}

.step-2 .control-panel img {
	border: 0 none;
}

.control-panel h4 {
	margin-bottom: 5px;
}

.control-panel .select img {
	margin-top: -2px;
	border: 3px solid #005100;
}

.control-panel .jcarousel-clip .select img {
	cursor: default;
}

.control-panel .over {
	position: relative;
	width: 190px;
	margin: -1px -12px 0;
	padding-bottom: 16px;
	border: 1px solid #868686;
	z-index: 11;
}

.control-panel .over .border-bot {
	position: absolute;
	top: 159px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 1001;
}

.control-panel .select .border-bot {
	top: 161px;
}

.control-panel .sub-list {
	position: absolute;
	top: 159px;
	left: -156px;
	display: none;
	width: 503px;
	z-index: 1000;
}

.control-panel .select .sub-list {
	top: 161px;
}

.control-panel .sub-list .c {
	padding: 20px 0 0 30px;
	background: #fff;
	border-left: 1px solid #868686;
	border-right: 1px solid #868686;
}

.control-panel .sub-list .page-item {
	position: relative;
	float: left;
	width: 127px;
	margin: 0 30px 30px 0;
}

.control-panel .left .sub-list .page-item {
	cursor: pointer;
}

.control-panel .sub-list .page-item .plus {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../img/add.png) no-repeat;
	top: 100px;
	left: 100px; 
}

.control-panel .sub-list img {
	border: 1px solid #b5b3b3;
}

.control-panel .over .sub-list {
	display: block;
	cursor: default;
}

.control-panel .over .tl, .control-panel .over .tr, .control-panel .over .bl, .control-panel .over .br {
	position: absolute;
	width: 10px;
	height: 10px;
}

.control-panel .over .tl {
	left: -1px;
	top: -1px;
	background: url(../img/tl-li.gif) no-repeat;
}

.control-panel .over .tr {
	right: -1px;
	top: -1px;
	background: url(../img/tr-li.gif) no-repeat;
}

.control-panel .over .t, .control-panel .over .b {
	position: relative;
	margin: 0 10px;
	height: 9px;
	background: #fff;
	border-top: 1px solid #868686;
}

.control-panel .over .b {
	border-top: 0 none;
	border-bottom: 1px solid #868686;
}

.control-panel .over .t .tl {
	left: -10px;
	background: url(../img/tl.gif) no-repeat;
}

.control-panel .over .t .tr {
	right: -10px;
	background: url(../img/tr.gif) no-repeat;
}

.control-panel .over .b .bl {
	left: -10px;
	background: url(../img/bl.gif) no-repeat;
}

.control-panel .over .b .br {
	right: -10px;
	background: url(../img/br.gif) no-repeat;
}

.step-3 .control-panel {
	padding: 29px 30px 0;
	height: 200px;
}

.step-3 .left .add {
	text-align: left;
	padding: 5px 0 0 30px;
}

.step-3 .over .add {
	padding-left: 41px;
}

.step-3 .left .add span {
	display: block;
}

.step-3 .left .add img {
	position: absolute;
	margin: -14px 0 0 15px;
	border: 0 none;
}

.control-panel .left .sub-list {
	left: -1px;
	top: 190px;
	cursor: default;
}

.control-panel .left .border-bot {
	top: 190px;
}

.step-3 .right li .select_page{
	background-color: #fef2c0;
}

.nodelete {
display:none;
}

.preview .footer {
	clear:both;
}

.maxlimits {
	font-size:11px;
	color:#cc0000 !important;
}

.step-3 .right li .load_page {
	padding: 0 7px;
	cursor: pointer;
}