.cMainTable {   background: url('fileadmin/template/res/none.jpg') no-repeat left top;}

.slider {
	background: url('../res/sl-mid.png') repeat-y top left;
	position: relative;
/* 	margin: -10px 0px; */
}

.cSliderTop {
	z-index: 1;
	position: absolute;
	top: -6px;
	width: 13px;
	height: 6px;
	background: url('../res/sl-top.png') no-repeat top left;
}

.cSliderBot {
	z-index: 1;
	position: absolute;
	bottom: -6px;
	width: 13px;
	height: 6px;
	background: url('../res/sl-bot.png') no-repeat bottom left;
}
	
	
.knob {
	height: 16px;
	width: 25px;
	z-index: 20;
	background: url('../res/sl-knob.png') no-repeat top left;
	position: absolute;
	top: 0px;
}

.max {
	top: auto;
	bottom: -5px;
}


.cSliderLabels {
	list-style: none;
	margin: 0px;
	color: #b7c3c6;
}

.cSliderLabels LI {
	height: 16px;
	line-height: 14px;
	font-size: 14px;
}














.beta {
	background: url('../res/beta.png') no-repeat top left;
	width: 45px;
	height: 45px;
	position: absolute;
	top: -10px;
	left: -10px;
}





.cBoardToolTop {
	padding: 20px;
	background: url('../res/top-bg.gif') repeat-x top left;
	margin-bottom: 20px;
	color: white;
	position: relative;
}

.cBoardToolTop H1 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 25px;
	font-family: "Arial Narrow", Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

H1 .col1 {
	color: #FFCC00;
}

.bExit {
	display: block;
	float: right;
	width: 100px;
	height: 20px;
}

.cBoardToolExtender {
	padding-top: 20px;
}

.cExtenderHandle H2 {
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	font-size: 18px;
	line-height: 20px;
	font-family: "Arial Narrow", Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 20px;
	color: white;
}

#btStep1Handle H2 {
	background: url('../res/step1.png') no-repeat center left;
}

#btStep2Handle H2 {
	background: url('../res/step2.png') no-repeat center left;
}

#btStep3Handle H2 {
	background: url('../res/step3.png') no-repeat center left;
}

.cExtenderHandle {
	background: url('../res/handle-bg.png') repeat top left;
	margin: 0px 0px 11px 0px;
	position: relative;
	padding-right: 5px;
}

.cExtenderHandleTop {
	background: url('../res/handle-top.png') no-repeat top left;
	width: 860px;
	height: 5px;
	top: -5px;
	position: absolute;
	overflow: hidden;
}

.cExtenderHandleBot {
	background: url('../res/handle-bot.png') no-repeat bottom left;
	width: 860px;
	height: 5px;
	bottom: -5px;
	position: absolute;
	font-size: 5px;
}

.cExtenderDeco {
	float: right;
	width: 16px;
	height:20px;
	background: url('../res/handle-extend.png') no-repeat center right;
}
	
.bt1Opts {
	width: 840px;
	padding: 10px 20px;
	margin-bottom: 5px;
}

.bt1Opts .sep {
	width: 61px;
	background: url('../res/step-sep.gif') repeat-y center top;
}

.bt1Opts TD {
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	font-family: "Arial Narrow", Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px;
}

.bt1Opts LABEL {
	color: #b7c3c6;
	padding-left: 5px;
}

.bt1Opts H3 {
	color: white;
	padding: 0px 0px 15px;
	margin: 0px;
	font-size: 14px;
	line-height: 16px;
}

.bt1Opts H3 EM {
	font-style: normal;
	color: #b7c3c6;
}

#btStep3 .inner {
	padding: 10px 20px;
	font-size: 14px;
	color: #b7c3c6;
}

#btStep3 .inner EM {
	font-style: normal;
	color: white;
}



.bt2Opts {
	padding: 10px 20px;
	width: 820px;
	font-size: 14px;
	line-height: 16px;
	font-family: "Arial Narrow", Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.bt2Opts TH {
	text-align: right;
	color: #b7c3c6;
}

.bt2Opts TD {
	color: #b7c3c6;
	padding: 0px 0px;
}

.bt2Opts INPUT {
	border: 1px solid #b7c3c6;
	height: 15px;
}

.bt2Opts SELECT{
	border: 1px solid #b7c3c6;
	height: 15px;
	font-size: 10px;
}

.bt2Opts .sep {
	width: 41px;
	background: url('../res/step-sep.gif') repeat-y center top;
}







.cBoardToolList {
	overflow: auto;
	position: relative;
}

.cBoardToolList .cBoard {
	width: 120px;
	padding: 3px;
	height: 210px;
	float: left;
}

.cBoardToolList .cBoard .name {
	background-color: #7cb00c;
	font-family: "Arial Narrow", Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: white;
	overflow: hidden;
	white-space: nowrap;
}

.cBoardToolList .cBoard .image {
	text-align: center;
	height: 170px;
	padding-top: 10px;
}


.cBoardToolLoading {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url('../res/loading.gif') no-repeat center center;
	z-index: 100;
}







.tx-commerce-pi8 .list-item {
	display: block;
	float: left;
	padding: 30px 4px;
	width: 120px;
	height: 540px;
	text-align: center;
}

.tx-commerce-pi8 .list-item .image {
	height: 230px;
	position: relative;
	text-align: center;
}

.tx-commerce-pi8 .list-item .image .tag {
	position: absolute;
	right: 0px;
	top: 0px;
}

.tx-commerce-pi8 .list-item .details,
.tx-commerce-pi8 .list-item .custom {
	background: url('../res/bg/result-size-bg.gif') repeat-x top left;
	padding: 5px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}

.tx-commerce-pi8 .list-item .csize,
.tx-commerce-pi8 .list-item .size {
	font-size: 22px;
	line-height: 24px;
	color: white;
}

.tx-commerce-pi8 .list-item .title A,
.tx-commerce-pi8 .list-item .title {
	font-weight: bold;
	text-decoration: none;
	color: white;
	line-height: 18px;
	font-size: 14px;
}

.tx-commerce-pi8 .list-item .title {
	height: 2.5em;
}

.tx-commerce-pi8 .list-item .size-label, 
.tx-commerce-pi8 .list-item .csize-label {
	color: #2a3c02;
}

.tx-commerce-pi8 .list-item .teaser {
	text-align: left;
	background-color: #E1E9F3;
	height: 75px;
	overflow: hidden;
	color: #47656e;
	padding: 5px;	
}







.tooltip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url('../res/bubble.png') top left;
}
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../res/bubble.png') bottom right;
}

.cBoardToolListNoPro {
	position: absolute;
	top: 100px;
	left: 250px;
	right: 250px;
	background-color: #446068;
	padding: 20px;
	z-index: 90;
}

.cBoardToolListNoPro H3 {
	line-height: 22px; 
	padding: 20px; 
	color: white;
}
