﻿
#windown-box {
	border: 0px solid #000000; 
	background: #FFF;
	text-align: left;
	width:940px;
	height:600px;
	overflow:auto;
	margin-top:10px;
}
#windown-title {
	position: relative;
	height: 30px;
	border: 0px solid blue;  
	overflow: hidden;	

}
#windown-title h2 {
	position: relative;
	left: 10px;
	top: 0px;
	font-size: 14px;
	color: #666;
}

#windown-close {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 10px;
	height: 16px;
	text-indent: -10em;
	vertical-align:sub;	
	cursor: pointer;
}
#windown-content-border {
	position: relative;
	top: -1px;
	border: 0px solid #A6C9E1;
	padding: 5px 0 5px 5px;	
}
#windown-content {
	position: relative;
	overflow: auto;
	text-align: center;
	width:100%;
}
#windown-content img,#windown-content iframe{
	display: block;
}
#windown-content .loading {
	position: absolute;
	left: 30%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}

.ProductList
{
	overflow: hidden;
	width: 97%;
}

.ProductListItem
{
	float: left;	 
	margin: 25px 0 0 16px;
	padding: 2px 2px 5px 2px;
	text-align: center;

}
.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #201e1b;
	text-align: left;
}
.subheadtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #f5a01a;
	text-align: left;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #736357;
	padding-left:20px;
	padding-right:20px;
}
.bodytext label {
	padding-right:10px;
}

div.headerline {
	border-bottom:1px solid #e0dcd1;
	margin-bottom:7px;
}

.bodytext.row {
	padding:5px 0;
}

.bodytext.row span {
	color:#898989;
	margin-left:10px;
}

.bodytext input {
	background:url(/ka-personalizer/personalized/common/textbox-bg.png) center no-repeat;	
	width:140px;
	height:20px;
	border:none;
	padding:0 4px;
}


.pinktabrule {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #db0962;
}

.orangetabrule {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F5A01A;
}


.cbk {
	color:#e91c2c;
	font-size:smaller;
	font-weight:normal;
}

