.jswinK3Cart{
	/* if browser is ie6 jsWin will automaticly change fixed position to absolute */
	position:fixed;
	background-color:#fff;
	border:1px solid #000;
	top:200px;
	left:200px;
	z-index:999;	
	font-size:11px;
}
.jswinK3Cart .titleBar{
	display:none;
}
.jswinK3Cart .footerBar{
	/*background-color:gray;*/
	margin-right:20px;
	margin-left:20px;
	margin-bottom:4px;
}
.jswinK3Cart .title{
	height:23px;
	margin-left:20px;
	line-height:23px;
	float:left;
	font-size:11px;
	font-weight:bold;
}
.jswinK3Cart .close{
	height:13px;
	width:13px;
	margin-right:5px;
	margin-top:4px;
	line-height:30px;
	float:right;
	font-size:0px;
	background-image:url(img/close-b.png);
	background-repeat:no-repeat;
	text-indent: -10000px;
	overflow:hidden;	
}
.jswinK3Cart .content{
	margin:10px 5px 20px 5px;
	overflow:auto;
	display:block;
	visibility:visible;
}
.jswinK3Cart_modal{
	background-color:#000;
	opacity:0.7;
	filter: alpha(opacity = 50);
	position:fixed;
	top:0;
	left:0;
	z-index:998;
}
.jswinK3Cart h3{
	color: inherit; 
}
.jswinK3Cart span.numberItemInfo{
	display:block;
}
.jswinK3Cart span.totalCostInfo{
	display:block;
	padding-bottom:15px;
}
.jswinK3Cart .btncart{
	display:block;
	float:left;
	border:1px solid gray;
	padding:2px;
	background-color:#efefef;
	margin-right:15px;
	text-decoration:none;
	color:black;
	font-weight:bold;
}
.jswinK3Cart a.btnContinueShopping{
}
.jswinK3Cart a.btnGoToBasket{

}
#k3Cart table {
	border-collapse: collapse;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-spacing: 2px;
	border: none;
	text-ident: 0;
}
#k3Cart table thead {
	display: table-header-group;
	vertical-align: middle;
}
#k3Cart table tr {
	display: table-row;
	vertical-align: inherit;
}
#k3Cart table thead td {
	background: #c9c9c9 url(img/tablehead.png) repeat-x scroll 0 0;
	border-bottom: 1px solid #ffffff;
	border-top: 2px solid #c6c6c6;
	border-right: 1px #c6c6c6 solid;
	color: #000000;
	font-size : 13px;
	padding: 8px;
}
#k3Cart table tbody td {
	background: #ededed url(img/tablebody.png) repeat-x scroll 0 0;
	border-bottom: 1px solid #ffffff;
	border-top: 2px solid #c6c6c6;
	border-right: 1px #e9e9e9 solid;
	color: #000000;
	font-size : 13px;
	padding: 8px;
}

#k3Cart table tbody td.productThumb{
	text-align:center;
}


#k3Cart table tbody td.productThumb img {
	border:1px solid gray;
}


#k3Cart table tfoot .tfoot {
	background: #ededed url(img/tablebody.png) repeat-x scroll 0 0;
	border-bottom: 1px solid #ffffff;
	border-right: 1px #e9e9e9 solid;
	border-left: 1px #e9e9e9 solid;
	color: #000000;
	font-size : 13px;
	padding: 8px;
	font-weight: bold;
}
#k3Cart table a {
	color: #285b93;
	text-decoration: none;
}
#k3Cart .removeItem {
	background: transparent url(../../admin/ui/img/icon16/cross.png) repeat scroll 0 0;
	height: 16px;
	width: 16px;
	display: block;
	text-indent: -6000px;
}

/*****************************************/
/*************** ORDER STATUS ************/

ul.orderStatus{
	list-style-type:none;
	padding-left:15px;
}

ul.orderStatus li{
	height:20px;
}

ul.orderStatus li span.status_yes{
	color:green;
}
ul.orderStatus li span.status_no{
	color:gray;
}
ul.orderStatus li span.status_error{
	color:red;
}
ul.orderStatus li span.icon_yes{
	background: transparent url(../../admin/ui/img/icon16/accept.png) no-repeat scroll 0 0;
	height: 16px;
	width: 16px;
	text-indent: -6000px;
	font-size:0;
	display:block;
	float:left;
	margin-top:2px;
}
ul.orderStatus li span.icon_no{
	background: transparent url(../../admin/ui/img/icon16/time.png) no-repeat scroll 0 0;
	height: 16px;
	width: 16px;
	text-indent: -6000px;
	font-size:0;
	display:block;
	float:left;
	margin-top:2px;
}
ul.orderStatus li span.icon_error{
	background: transparent url(../../admin/ui/img/icon16/delete.png) no-repeat scroll 0 0;
	height: 16px;
	width: 16px;
	text-indent: -6000px;
	font-size:0;
	display:block;
	float:left;
	margin-top:2px;
}
ul.orderStatus .status_date{
	font-size:11px;
	color:black;
}

/*****************************************/
/*************** INVOICE ************/

table.invoiceTable {
	border-collapse: collapse;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-spacing: 2px;
	border: none;
	text-ident: 0;
	margin-bottom: 20px;
}
table.invoiceTable thead {
	display: table-header-group;
	vertical-align: middle;
}
table.invoiceTable tr {
	display: table-row;
	vertical-align: inherit;
}
table.invoiceTable thead td {
	background: #c9c9c9 url(img/tablehead.png) repeat-x scroll 0 0;
	border-bottom: 1px solid #ffffff;
	border-top: 2px solid #c6c6c6;
	border-right: 1px #c6c6c6 solid;
	color: #000000;
	font-size : 13px;
	padding: 8px 20px;
}
table.invoiceTable tbody td {
	border-top: 1px solid #AFA4A4;
	color: #000000;
	font-size : 13px;
	padding: 8px 20px;
}
table.invoiceTable tfoot .tfoot {
	background: #ededed url(img/tablebody.png) repeat-x scroll 0 0;
	border-bottom: 1px solid #ffffff;
	border-right: 1px #e9e9e9 solid;
	border-left: 1px #e9e9e9 solid;
	color: #000000;
	font-size : 13px;
	padding: 8px;
	font-weight: bold;
}




