﻿.jecwarning .jec
{
	background-color: #FFFFFF;
}
.jecfade
{
	background-color: #999999;
}
table.jec
{
	position: absolute;
	background-color: #FFFFFF;
}
table.jec .jeccontainer
{
	background-color: #FFFFFF;
	color: orange;
	font-weight: bold;
	width: 300px;
	margin: 15px 10px 0px 10px;
}
table.jec .jecinput
{
	margin: 10px auto;
	border: 1px solid #0d8900;
}
table.jec .jecmessage
{
	background-color: #FFFFFF;
	padding-left: 15px;
	color: #cc0000;
	line-height: 20px;
}
table.jec .jecmessage td
{
	vertical-align:top;
	line-height:22px;
	padding:5px 0px;
}
table.jec .jecmessage input
{
	border:1px solid #0d8900;
}
table.jec .jecbuttons
{
	text-align: center;
	padding: 5px 0 0 0;
}
table.jec .jecbutton
{
	margin: 10px;
	background: url(/App_Themes/Theme/Images/ShowBox/button.gif);
	width: 74px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: none;
}
table.jec .jecbuttonover
{
	margin: 10px;
	background: url(/App_Themes/Theme/Images/ShowBox/button.gif);
	width: 74px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: none;
	cursor: pointer;
}
table.jec .jecclose
{
	float: right;
	width: 12px;
	height: 12px;
	background: #0d8900 url(/App_Themes/Theme/Images/ShowBox/Close.gif) no-repeat top;
	margin: 10px 1px 0px 0px;
}
table.jec .jeccloseover
{
	cursor: pointer;
	float: right;
	width: 12px;
	height: 12px;
	background: url(/App_Themes/Theme/Images/ShowBox/Close.gif) no-repeat top;
	margin: 11px 0px 0px 0px;
}
table.jec .jectitle
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	float: left;
}
table.jec .ject
{
	height: 31px;
	background-color: #0d8900;
}
table.jec .jecb
{
	border-bottom: 5px solid #0d8900;
}
table.jec .jecl
{
	border-left: 5px solid #0d8900;
}
table.jec .jecr
{
	border-right: 5px solid #0d8900;
}
td.jeclb_corner
{
	border-left: 5px solid #0d8900;
	border-bottom: 5px solid #0d8900;
}
td.jecrb_corner
{
	border-right: 5px solid #0d8900;
	border-bottom: 5px solid #0d8900;
}
td.jeclt_corner
{
	background: #0d8900;
}
td.jecrt_corner
{
	background: #0d8900;
}
.jec #jecimg
{
	width: 80px;
	height: 80px;
}
.jec .jecinfotitle
{
	text-indent: 2em;
	background: #0d8900 url(/App_Themes/Theme/Images/ShowBox/info.gif) no-repeat 0px 6px;
}
.jec .jecasktitle
{
	text-indent: 2em;
	background: #0d8900 url(/App_Themes/Theme/Images/ShowBox/ask.gif) no-repeat 0px 6px;
}
.jec .jecerrortitle
{
	text-indent: 2em;
	background: #0d8900 url(/App_Themes/Theme/Images/ShowBox/error.gif) no-repeat 0px 6px;
}
.jec .jecoktitle
{
	text-indent: 2em;
	background: #0d8900 url(/App_Themes/Theme/Images/ShowBox/ok.gif) no-repeat 0px 6px;
}
.jec .jecwarntitle
{
	text-indent: 2em;
	background: #0d8900 url(/App_Themes/Theme/Images/ShowBox/warn.gif) no-repeat 0px 6px;
}
.jec .jecimgtitle
{
	text-indent: 0em;
}
.jec .jecimg img
{
	width: 60px;
	height: 80px;
}
/*****SHOP CART BOX******/
.tocartwarning .tocart
{
	background-color: #FFFFFF;
}
.tocartfade
{
	background-color: #999999;
}
table.tocart
{
	position: absolute;
	background-color: #FFFFFF;
}
table.tocart .tocartcontainer
{
	background-color: #FFFFFF;
	color: orange;
	width: 450px;
	height:200px;
	vertical-align:top;
}
table.tocart .tocartinput
{
	margin: 10px auto;
	border: 1px solid #0d8900;
}
table.tocart .tocartmessage
{
	background-color: #FFFFFF;
	padding-left: 15px;
	color: #444444;
	line-height: 20px;
}
table.tocart .tocartmessage .goodsInfo
{
	width:300px;		
	margin:20px 0px;
}
table.tocart .tocartbuttons
{
	text-align:right;
	background: #0d8900;
	height: 40px;
	vertical-align:middle;
}
table.tocart .tocartbutton
{
	margin: 10px;
	background: url(/App_Themes/Theme/Images/ShowBox/button.gif);
	width: 74px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: none;
}
table.tocart .tocartbuttonover
{
	margin: 10px;
	background: url(/App_Themes/Theme/Images/ShowBox/button.gif);
	width: 74px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: none;
	cursor: pointer;
}
table.tocart .tocartclose
{
	display: none;
}
table.tocart .tocartcloseover
{
	display: none;
}
table.tocart .tocarttitle
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	float: left;
}
table.tocart .tocartt
{
	height: 31px;
	background-color: #0d8900;
}
table.tocart .tocartb
{
	border-bottom: 2px solid #0d8900;
	background: #0d8900;
	font-size: 0px;
}
table.tocart .tocartl
{
	border-left: 2px solid #0d8900;
	background: #0d8900;
	font-size: 0px;
}
table.tocart .tocartr
{
	border-right: 2px solid #0d8900;
	background: #0d8900;
	font-size: 0px;
}
td.tocartlb_corner
{
	border-left: 2px solid #0d8900;
	border-bottom: 2px solid #0d8900;
	background: #0d8900;
	font-size: 0px;
}
td.tocartrb_corner
{
	border-right: 2px solid #0d8900;
	border-bottom: 2px solid #0d8900;
	background: #0d8900;
	font-size: 0px;
}
td.tocartlt_corner
{
	background: #0d8900;
	background: #0d8900;
	font-size: 0px;
}
td.tocartrt_corner
{
	background: #0d8900;
	background: #0d8900;
	font-size: 0px;
}
.tocart .tocartimgtitle
{
	background: #0d8900 url(/App_Themes/Theme/Images/ShowBox/cart.gif) no-repeat 0px 3px;
	text-indent: 2em;
}
.tocart .tocartimg
{
	vertical-align:top;
}
.tocart .tocartimg img
{
	width: 81px;
	height: 108px;
	margin:20px 15px 0px 15px;
	border:0px solid #0d8900;
}
