﻿
#windownbg1 {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
}
#windown-box {
	position: fixed;
	_position: absolute;
	border: 0px solid #000000; 
	background: #FFF;
	text-align: left;
	 width:950px;
}
#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:940px;
}
#windown-content img,#windown-content iframe{
	display: block;
}
#windown-content .loading {
	position: absolute;
	left: 30%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	
}


#windownbg     
{
    position:absolute;
            left:0;
            top:0;
            width:100%;
            height:100%; 
    background-color:#ccc;   
    filter:alpha(opacity=70);    
    opacity:0.7;
    display: none;
}

.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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5a01a;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #201e1b;
}

.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:#E83A78;
	font-weight:bold;
}
