html {
	width: 100%;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
body
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#wait
{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -50px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 5px #990000 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
#wait img
{
	width: 79px;
	height: 9px;
	vertical-align: middle;
}

a#note
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 5px;
	float: left;
}
#topListPlacer
{
	color: #666666;
	border: #ccc 1px dashed;
	border-top: 0;
	margin-bottom: 10px;
}
#workspace, #topListPlacer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#workspace
{
	width: 100%;
	height: 87px;
	position: fixed;
	left: 274px;
	bottom: 0;
	z-index: 300;
}
#wswrap
{
	position: relative;
	display: block;
	padding-right: 410px;
}
#ws
{
	height: 82px;
}
#wsbg
{
	position: relative;
	width: 100%;
	height: 87px;
	border-top: #394F97 5px solid;
	border-bottom: none;
	background-color: #EEEEEE;
	/*opacity: .8;
	-khtml-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);*/
}
#wsbg div
{
	padding: 5px;
}

#toolbox
{
	position: absolute;
	top: 0;
	right: 273px;
	width: 137px;
	height: 87px;
	background-color: #394F97;
	overflow: hidden;
}

#toolbox a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px 2px 2px 2px;
	margin: 0px 0;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
	#toolbox a:hover
	{
		background-color: #838EAF;
	}

#content
{
	width: 100%;
}
a:focus
{
	outline: 0;
}

#leftTree
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: fixed;
	left: 11px;
	top: 0;
	width: 250px;
	height: 100%;
	padding-right: 6px;
	overflow: auto;
	z-index: 2;
}

#newcat
{
	padding-bottom: 20px;
}

#rightHolder
{
	padding: 12px 12px 12px 274px;
	overflow: hidden;
}
a#newcat
{
	clear: both;
	float: right;
	margin-top: 5px;
	color: #000000;
	text-decoration: none;
}
a#newcat:hover
{
	text-decoration: underline;
}
a#newcat img, a#newart img, a#upprice img
{
	width: 13px;
	height: 16px;
	border: 0;
	vertical-align: text-bottom;
}

#articleList, #articleInnerList
{
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#articleList
{
	float: left;
}
#edit, #details
{
	padding: 0;
	float: left;
	display: block;
	width: 690px !important;
}

#edit
{
	width: 100% !important;
}

ul#cattree, ul#topmenu
{
	width: 100%;
}

ul#topmenu, ul#cattree, ul#cattree ul
{
	padding: 0;
	margin: 0;
	display: block;
}
ul#topmenu
{
	margin-top: 2px;
	margin-bottom: 2px;
}

ul#topmenu li, ul#cattree li
{
	display: block;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
	background-color: #394f97;
	border-top: 1px solid #FFFFFF;
}
ul#cattree ul li
{
	border-left: 1px solid #FFFFFF;
	background-color: #ddd;
}

ul#cattree ul ul li
{
	background-color: #eee;
}
ul#cattree ul ul ul li
{
	background-color: #fff;
}

ul#cattree ul
{
	overflow: hidden;
}

ul#topmenu a, ul#cattree a
{
	display: block;
	margin-left: -5px;
	padding: 2px 2px 2px 20px;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
	padding-right: 32px;
}
ul#cattree a
{
	background-image: url(./img/plus.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

ul#cattree ul a
{
	padding-left: 23px;
	background-position: 8px center;
}
ul#cattree ul ul a
{
	padding-left: 26px;
	background-position: 11px center;
}
ul#cattree ul ul ul a
{
	padding-left: 29px;
	background-position: 14px center;
}
ul#cattree ul ul ul ul a
{
	padding-left: 33px;
	background-position: 17px center;
}

ul#cattree a.o
{
	background-image: url(./img/minus.gif);
}
ul#cattree a.e
{
	background-image: none !important;
}

ul#cattree ul a
{
	color: #000000;
}

ul#topmenu li.active, ul#cattree li.active
{
	background-color: #990000;
}
ul#topmenu li.active a, ul#cattree li.active a
{
	color: #FFFFFF;
}

ul#cattree li.active li a
{
	color: #000000;
}

ul#cattree li.draging a
{
	color: #000 !important;
	background-color: #fff !important;
}
ul#cattree li.draging ul
{
	display: none;
}

ul#cattree .de
{
	position: relative;
	width: 1px;
	height: 1px;
}
ul#cattree a.del, ul#topmenu a.edit, ul#cattree a.edit
{
	position: absolute;
	background-color: transparent !important;
	background-image: none;
	padding: 0;
	margin: 0;
	width: 13px;
	top: 1px;
}
ul#cattree a.del
{
	right: 2px;
}
ul#cattree a.edit, ul#topmenu a.edit
{
	right: 17px;
}
ul#cattree a.del img, ul#cattree a.edit img, ul#topmenu a.edit img
{
	width: 13px;
	height: 16px;
	border: 0;
}

ul#ws
{
	position: relative;
	width: 100%;
	margin: 0 -1px 0 0;
	padding: 0;
	left: 0;
	top: -87px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

ul#topList, ul#list, ul#nonmarket, ul#relArt
{
	display: inline;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul#frontList
{
	display: block;
	margin: 0 auto;
	padding: 8px;
	overflow: hidden;
}

ul#list
{
	padding: 0 0 10px 0;
}
ul#topList.highlight li, ul#relArt.highlight li
{
	background-color: #bec5dd;
}

ul#frontList li, ul#topList li, ul#relArt li, ul#list li, ul#nonmarket li, ul#ws li
{
	list-style: none;
	float: left;
	margin: 0;
	display: inline;
	width: 230px;
}
ul#topList li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 240px;
}
ul#frontList li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
}
ul#frontList a
{
	width: 230px;
	padding: 3px 0 5px 0;
	display: block;
	text-decoration: none;
	background-color: #990000;
	color: #FFFFFF;
	overflow: hidden;
	cursor: hand;
	position: relative;
}

ul#frontList div
{
	display: block;
	margin: 0 5px 2px 5px;
	padding: 0;
	border: 0;
	width: 220px;
	height: 35px;
	text-align: center;
	_position: relative;
}
ul#frontList span
{
	display: table-cell;
	_display: block;
	width: 220px;
	height: 35px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

ul#frontList li img
{
	margin: 0 5px;
	border: 0;
	display: block;
	width: 220px;
	height: 150px;
}
ul#list li
{
	height: 80px;
}
#adminmain, #main
{
	padding-bottom: 90px;
}
#adminmain ul#topList li
{
	height: 210px;
}
#adminmain ul#list li
{
	height: 73px;
}

ul#list li, ul#ws li, ul#relArt li, ul#nonmarket li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}
ul#topList a, ul#list a, ul#ws a, ul#relArt a, ul#nonmarket a
{
	width: 230px;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	color: #000000;
	overflow: hidden;
	cursor: hand;
}

ul#topList a
{
	padding-bottom: 10px;
}

ul#topList div
{
	width: 220px;
	overflow: hidden;
	margin: 0 5px;
}
ul#list div, ul#ws div, ul#relArt div, ul#nonmarket div
{
	width: 162px;
	overflow: hidden;
	float: left;
}

ul#topList li img, ul#list li img, ul#ws li img, ul#relArt li img, ul#nonmarket li img
{
	margin: 0 5px;
	border: 0;
}
ul#topList li img
{
	display: block;
	width: 220px;
	height: 150px;
	margin-bottom: 5px;
}
ul#list li img
{
	width: 50px;
	height: 50px;
	margin-right: 5px;
	float: left;
}
ul#ws li img, ul#relArt li img, ul#nonmarket li img
{
	width: 30px;
	height: 30px;
	margin-right: 5px;
	float: left;
}

ul#topList li.draging, ul#list li.draging, ul#ws li.draging, ul#relArt li.draging, ul#nonmarket li.draging
{
	opacity: .33;
	-khtml-opacity: .33;
	-moz-opacity: .33;
	filter: alpha(opacity=33);
}

ul#topList li a.popLeft
{
	width: 228px;
	border-left: 2px #000 solid;
}
ul#topList li a.popLeft img, ul#topList li a.popLeft div
{
	margin-left: 3px;
}
ul#topList li a.popRight
{
	width: 228px;
	border-right: 2px #000 solid;
}
ul#topList li a.popRight img, ul#topList li a.popRight div
{
	margin-right: 3px;
}

ul#topList a.b, ul#list a.b, ul#nonmarket a.b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	color: #999999;
	background-color: #FFFFFF;	
	border: #CCCCCC solid 1px;
	padding: 2px;
	margin: -4px 0 0 61px;
	display: inline;
	width: 115px;
	height: auto;
	float: left;
}
ul#nonmarket a
{
	color: #999999;
}

ul#ws li a.popLeft
{
	width: 228px;
	border-left: 2px #000 solid;
}
ul#ws li a.popLeft img
{
	margin-left: 3px;
}
ul#ws li a.popRight
{
	width: 228px;
	border-right: 2px #000 solid;
}


ul#relArt li a.popUp
{
	border-top: 2px #000 solid;
}
ul#relArt li a.popDown
{
	border-bottom: 2px #000 solid;
}


#pager
{
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	line-height: 21px;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#pager a
{
	cursor: pointer;
	padding: 3px;
	border: 1px solid #ddd;
	color: #000000;
	text-decoration: none;
}
#pager span
{
	padding: 4px;
	color: #999;
}

#pager a:hover
{
	background-color: #990000;
	border: 1px solid #990000;
	color: #FFFFFF;
	text-decoration: underline;
}
#pager .curP
{
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #394f97;
	background-color: #394f97;
}

#editCat
{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#whiteout
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: .75;
	-khtml-opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}
#editCategory
{
	border: 10px #990000 solid;
	border-bottom-width: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -250px;
	width: 800px;
	height: 500px;
	background-color: #FFFFFF;
}
#editCategory h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-align: center;
	margin: 5px 10px 0px 10px;
}
#edit
{
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#editToolbox
{
	position: fixed;
	background-color: #990000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	right: 12px;
	bottom: 100px;
	width: 124px;
	height: 102px;
}

#editToolbox a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 4px;
	margin: 0px 0;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}
	#editToolbox a:hover
	{
		background-color: #9F4F4F;
	}

#editCatHeader
{
	background-color: #990000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#editCatHeader
{
	position: absolute;
	bottom: 0;
	left: 0;
}
#editResetImg, #editCatSave, #editCatClose, #editCatResetImg, #editCatResetImg2, #editCatResetImgT, #editCatResetImg2T
{
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 0 5px;
	line-height: 24px;
	font-weight: normal;
	float: right;
}
#editCatSave
{
	float: left;
	font-weight: bold;
}
#editSave img, #editSaveAndClone img, #editDelete img, #editCatSave img
{
	width: 13px;
	height: 16px;
	border: 0;
	vertical-align: middle;
}

#editImg, #detailsImg
{
	width: 400px;
	height: 220px;
}
#editCatImg, #editCatImg2, #editCatImgT, #editCatImg2T
{
	width: 220px;
	height: 150px;
	margin: 3px auto;
}
#detailsImg
{
	margin: 6px;
}
#editResetImg, #editCatResetImg, #editCatResetImg2, #editCatResetImgT, #editCatResetImg2T
{
	float: none;
	position: absolute;
	right: 0;
	top: 200px;
	color: #990000;
	display: none;
}
#editCatResetImg, #editCatResetImg2, #editCatResetImgT, #editCatResetImg2T
{
	top: 0px;
	right: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#editData, #editCatData, #editCatDataT, #detailsData
{
	position: relative;
	float: left;
	width: 420px;
	/*overflow: hidden;*/
}
#editCatData, #editCatDataT
{
	width: 50%;
	padding-top: 10px;
	text-align: center;
}

#relatedData
{
	float: left;
	width: 250px;
	overflow: hidden;
}


#editData input, #editData select, #editData textarea, #editCatData input, #editCatData select, #editCatData textarea, #editCatDataT input, #editCatDataT select, #editCatDataT textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	float: left;
	width: 125px;
	margin-bottom: 2px;
	line-height: 14px;
}
input#aName, input#aNameT, input#aPic, input#aKeywords, input#aKeywordsT { width: 250px; }
input#aHide { border-style: dashed; }
#editCatData input, #editCatData select, #editCatData textarea, #editCatDataT input, #editCatDataT select, #editCatDataT textarea { width: 200px; }
#editData label, #editData span, #editCatData label, #editCatData span, #editCatDataT label, #editCatDataT span
{
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#editCatData label, #editCatDataT label
{
	margin-left: 10px;
}
#editData label, #editData span, #editData input.section, #editCatData label, #editCatData span, #editCatDataT label, #editCatDataT span
{
	font-weight: bold;
}
#editData textarea
{
	width: 400px;
	height: 75px;
}
#editData span.section, #editData span.value, #editData span.unit
{
	margin-top: 5px;
}
#editData span.section, #editData span.value, #editData span.unit, #editData input
{
	padding-left: 2px;
	padding-top: 2px;
}
#editData input.section, #editData span.section
{
	float: left;
	width: 152px;
	border-right: 0;
}
#editData input.section
{
	width: 124px;
	padding-left: 28px;
	background-image: url(img/flags/0.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}
#editData input.value, #editData span.value
{
	float: left;
	width: 171px;
	border-right: 0;
}
#editData input.unit, #editData span.unit
{
	float: left;
	width: 48px;
	overflow: hidden;
}
#editData input.newsel, #editData input.newselh
{
	border-left: 0;
	padding-left: 3px;
}
#editData input.newselh
{
	color: #999999;
	font-style: italic;
}
#editData input.save
{
	border: 0;
	background-color: #990000;
	color: #FFFFFF;
	width: 400px;
}
#editData br
{
	clear: both;
}
#descList
{
	display: block;
	overflow: hidden;
	width: 100%;
}
#descList .row
{
	width: 100%;
	/*overflow: hidden;*/
	clear: both;
	position: relative;
	display: block;
	border-top: 1px solid #999999;
	margin-top: 2px;
}
#descList .row .yui-ac-content
{
    z-index: 100;
    position: absolute;
    width: 126px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-right-width: 2px;
    border-bottom-width: 3px;
    _height: 94px;
    max-height: 94px;
    overflow: auto;
    overflow-x: hidden;
    left: 0;
    top: 0;
    padding: 2px 0;
    margin: 19px 0 0 0;
}
#descList .row .yui-ac-content ul {padding:0;margin:0;width:100%;display:block;list-style:none;position:relative;}
#descList .row .yui-ac-content li {padding:0 5px;margin:0;cursor:default;white-space:nowrap;display:block;list-style:none;}
#descList .row .yui-ac-content li.yui-ac-highlight {background:#B0062A;color:#ffffff;}
#descList .row .yui-ac-content li.yui-ac-prehighlight {background:#eee;}
#descList .row input
{
	margin: 0;
	border-top: 0;
}
#descList .row input.Tr
{
	margin-bottom: 1px;
}
#descList div.a input, #descList .a .yui-ac-content
{
	background-color: #EDEDED;
}
#descList img
{
	width: 13px;
	height: 16px;
	border: 0;
}
#descList img.move
{
	cursor: move;
}

#relatedData h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding: 0;
	margin: 5px 0;
}

ul#relCat
{
	width: 100%;
}
ul#relCat, ul#relCat ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 12px;
	padding: 0;
	line-height: 0;
	display: block;
}
ul#relCat a
{
	color: #394F97;
	text-decoration: none;
}
ul#relCat a:hover
{
	color: #990000;
	text-decoration: underline;
}
ul#relCat li
{
	line-height: 14px;
	list-style: none;
	margin: 2px 0 2px 0;
	padding: 0;
	display: block;
}
ul#relCat li a.e
{
	font-weight: bold;
}
ul#relCat img
{
	width: 13px;
	height: 16px;
	border: 0;
	vertical-align: middle;
}

div#relArtOut
{
	display: block;
	width: 230px;
}
ul#relArt
{
	display: block;
	width: 230px;
}
div#relArtHit
{
	display: block;
	width: 230px;
	height: 50px;
}


#login
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -200px;
	width: 200px;
}
#login form
{
	padding: 5px 10px 10px 10px;
	margin: 0;
	background-color: #394F97;
}
#login #logo
{
    background-color: #FFFFFF;
    width: 100%;
    padding: 10px 0;
	margin: 0 -5px;
}
#login h2
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0;
}

#login label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0;
	display: block;
}

#login p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0;
	display: block;
}

#login input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
#login input.submit
{
	width: auto;
	margin: 5px auto;
}

#leftTree form
{
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#leftTree label, #leftTree #search, #leftTree #search_button, #leftTree #section, #leftTree #brand
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftTree #search
{
	float: left;
	width: 165px;
	margin: 12px 0 0 0;
	height: 14px;
	padding: 2px;
}
#leftTree #search_button
{
	background-color: #990000;
	color: #FFFFFF;
	border: 1px solid #990000;
	height: 22px;
	float: right;
	margin: 12px 0 0 1px;
	width: 57px;
	font-weight: bold;
	padding: 0;
}
#leftTree label
{
	float: left;
	clear: both;
	width: 94px;
	overflow: hidden;
	margin: 1px 0 0 0;
	line-height: 20px;
}
#leftTree #section, #leftTree #brand
{
	float: right;
	width: 140px;
	margin: 1px 0 0 0;
}

#head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #990000;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
}
#headTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	margin-top: 1px;
	background-color: #394f97;
	height: 58px;
	line-height: 58px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
}

#head span
{
	float: left;
	display: inline;
	padding: 6px;
}
#head a.back
{
	float: right;
	display: inline;
	padding: 6px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#head a.back:hover
{
	background-color: #b0062a;
}

#head #breadcrumbs
{
	font-weight: normal;
	margin-bottom: 6px;
}
#head #breadcrumbs a
{
	color: #FFFFFF;
	text-decoration: underline;
}
#head #breadcrumbs a:hover
{
	text-decoration: none;
}

#details p
{
	margin: 8px 3px;
}
#details dl
{
	margin: 0;
}

#details dl, #details p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	padding: 2px 0;
	width: 100%;
}

#details dl.a
{
	background-color: #EEEEEE;
}

#details dt
{
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	clear: both;
	font-weight: bold;
	white-space: nowrap;
}
#details dd
{
	float: right;
	margin: 0 3px 0 0;
	padding: 0;
	width: 50%;
}

#detailsData form
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px 0;
}
#detailsData input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 2px;
	padding: 1px;
	width: 35px;
}
#detailsData form .submit
{
	width: 135px;
	font-weight: bold;
	background-color: #990000;
	border: 0;
	color: #FFFFFF;
	padding: 1px 1px;
	cursor: pointer;
}

#detailsData form .submit:hover
{
	background-color: #394f97;
}


#basket
{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 0;
	z-index: 3;
}
#basket form
{
	margin: 0;
	display: block;
}
#basket .form
{
	margin-left: 274px;
	margin-right: 12px;
	display: block;
}
#basket .brd
{
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	height: 12px;
	background-color: #FFFFFF;
	overflow: hidden;
	opacity: .75;
	-khtml-opacity: .75;
	-moz-opacity: .75;
	filter: alpha(opacity=75);
}
#basket .outinner
{
	position: relative;
	width: 100%;
	bottom: 0;
	height: 1px;
}
#basket .inner
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0 0 12px 0;
}
#basket h3, #basket td, #basket th, #basket input, #basket .sum, #basketPrint td, #basketPrint th, #basketPrint .sum
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#basket h3
{
	background-color: #394f97;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
	position: relative;
	overflow: hidden;
}
#basket h3 input
{
	position: absolute;
	left: 100%;
	top: 1px;
}
#basket .sum, #basketPrint .sum
{
	background-color: #394f97;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
	width: 100%;
	height: 23px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	position: relative;
}
#basket span
{
	vertical-align: middle;
}
#basket .sum input
{
	height: 23px;
	vertical-align: middle;
	cursor: pointer;
}
#basket .bord
{
	padding: 1px;
	background-color: #000000;
	display: block;
	position: relative;
	height: 88px;
}
#basket .scroll
{
	width: 100%;
	background-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	height: 88px;
	position: relative;
}
#basket table, #basketPrint table
{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
#basket table .c input, #basketPrint table .c input
{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 50px;
	text-align: right;
	padding: 1px 3px 0 3px;
	line-height: 16px;
	height: 16px;
}
#basket table th, #basketPrint table th
{
	background-color: #DDDDDD;
}
#basket table tr.a td, #basketPrint table tr.a td
{
	background-color: #EEEEEE;
}
#basket table tr.a .c input
{
	background-color: #EEEEEE;
	border-color: #EEEEEE;
}
#basket table td.d input
{
	cursor: pointer;
	height: 20px;
}
#basket table td, #basket table th, #basketPrint table td, #basketPrint table th
{
	color: #000000;
	margin: 0;
	text-align: right;
	padding: 0 3px;
	line-height: 20px;
	width: 1%;
	white-space: nowrap;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}
#basket table th, #basketPrint table th
{
	border-bottom: 1px solid #000000;
	padding: 0px 10px 0px 3px;
	text-align: left;
}
#basket table td.c, #basket table td.d
{
	padding: 0;
}
#basket table .n, #basketPrint table .n
{
	text-align: left;
}
#basket table .w, #basketPrint table .w
{
	text-align: left;
	width: auto;
}
#basket table th.d
{
	text-align: center;
}
#basket table td.w
{
	padding: 0;
	overflow: hidden;
}
#basket table a
{
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 0 3px;
	height: 20px;
	line-height: 20px;
}

#basket table .c input:focus, #basket table .c input.f
{
	background-color: #FFFFFF !important;
	border: 1px #000000 solid !important;
}
#basket table a:hover
{
	background-color: #990000;
	color: #FFFFFF;
}
#basket table a:hover, #basket table .hover td, #basket table .hover td a
{
	background-color: #990000;
	color: #FFFFFF;
}

#logo
{
	display: block;
	margin: 2px auto 5px auto;
}

#basketPrint .inner
{
	border: 1px #000000 solid;
}

#toTBK
{
	float: right;
	height: 100%;
	_height: 30px;
	background-color: #FFFFFF;
	padding: 0 0 0 5px;
}
#toTBK input
{
	margin: 3px 0 4px 0;
	border: 0;
}

#ErrMsg
{
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

#companyName {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 0 0 5px;
	margin-bottom: 1px;
	line-height: 30px;
	min-height: 30px;
	_height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #394F97;
}
#companyData {
	font-size: 9px;
	line-height: 13px;
	min-height: 20px;
	_height: 20px;
	padding: 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.light, #nonmarkettitle
{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#nonmarkettitle
{
	border-top: solid 1px #cccccc;
	padding-top: 5px;
	clear: both;
	display: none;
	width: 100%;
	padding-bottom: 5px;
}

.Changed
{
	background-color: #EECCCC !important;
}

.flag
{
	width: 16px;
	height: 10px;
	vertical-align: top;
}

@media print
{

#leftTree
{
	display: none;
}
#rightHolder
{
	padding-left: 12px;	
}
#basket
{
	display: none;
}
.back
{
	display: none !important;
}
#detailsData form
{
	display: none;
}
ul#topList a.b, ul#list a.b, ul#nonmarket a.b
{
	display: none;
}
#edit, #details, #basketPrint
{
	width: 100% !important;
}

}