@charset "utf-8";
/* CSS Document */
.innerfoot .black2 {
    padding: 0px;

}
#mainContent .innerfoot {
    background: url("../../img/dialinterfaces/Table_tr.gif") repeat-x scroll 0 0 transparent;
    border-radius: 0 0 5px 5px;
    clear: both;
    color: #FFFFFF;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    visibility: visible;
    width: 990px;
    z-index: 3;
}

.publicwait {
    background-color: #FFF1A8;
    border-radius: 2px 2px 2px 2px;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
}

.btnstyle {
	background: #5a7fab url(../../img/management_templates_img/popuplayer/buttonground_1_17.gif) repeat-x; 
	border:1px solid #697581;
	color:#ffffff;
	cursor:pointer;
	-moz-border-radius:5px;
	height:19px;
	*padding:0 3px;/* Style for IE */
	*height:20px;/* Style for IE */
	onfocus: expression(onfocus=function (){this.style.border='1px solid #697581'});
	onblur: expression(onblur=function (){this.style.border='1px solid #697581'});
}


.btnstyle:hover {
	background:#5a7fab url(../../img/management_templates_img/popuplayer/buttonground_1_17_on.gif) repeat-x;
	border:1px solid #697581; 
	cursor:pointer;
	color:#000000;
	-moz-border-radius:5px;
	height:19px;
	*padding:0 3px;/* Style for IE */
	*height:20px;/* Style for IE */
}

.width100Percent{
	width:100%;
}

.optionProducts{
	margin-top:10px;
	background:#dce0e3;
	border-radius:5px 5px 0 0;
	padding:10px;
}

.optionProductTable{
	line-height:25px;
	font-size:12px;
	background:#dce0e3;
}
.optionProductTr{
	background-color: #E7E7E7;
}
.optionProductTr td{
	padding:3px;
}

.relateProductTableDiv{
	border-radius:5px 5px 0 0;
}
.relateProductTable{
	line-height:25px;
	font-size:12px;
	background:#dce0e3;
}
.relatedProductTr{
	background-color: #E7E7E7;
}

.relatedProductATagDiv{
	padding-top:10px;
	padding-bottom:5px;
	font-size:13px;
}
.relatedProductATag{
	color:red;
}

.parameterColor{
	background-color:#CAE8EA;
}

.chosenProductsTable{
	font-size:12px;
	margin-top:10px;
	/*background:#dce0e3;*/
	border-left: 1px solid #98AAB7;
	border-top: 1px solid #98AAB7;
	line-height: 25px;
}

.chosenProductsTable tr td{
	border-bottom: 1px solid #98AAB7;
    border-right: 1px solid #98AAB7;
}

.productOrderTable{
	font-size:12px;
	margin-top:10px;
	border-left: 1px solid #98AAB7;
	border-top: 1px solid #98AAB7;
	line-height: 25px;
}
.productOrderTable tr td{
	border-bottom: 1px solid #98AAB7;
    border-right: 1px solid #98AAB7;
}


