body{
	margin:0;
	padding:0;
	background:#e0d39c url(../images/bg.gif) repeat-y;
	background-position:center;
	height:100%;
	width:100%;
	font:12px Arial;
	color:#733d00;
}
input, textarea{
	font:12px Arial;
}
h2 {
	color:#733d00;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

h3 {
	color:#733d00;
	font-size:11px;
	font-weight:bold;
}

h4 {
	color:#733d00;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

h5 {
	font-size:12px;
	font-weight:bold;
}

img{
	border:none;
}

a{
	color:#733d00;
	text-decoration:none;
}

a.greenA {
	color:#827d00;
	font-size:11px;
	text-decoration:underline;
}


ul{
	margin:0;
	padding:0;
}

table#main{
	width:1000px;
	text-align:left;
}

table#main td#leftBox{
	padding-top:15px;
}

td.infoTop{
	background:url(../images/infoTop.png) no-repeat;
	width:136px;
	text-align:center;
	padding-top:20px;
	margin:0;
	font-size:11px;
}
td.infoTop div.text{
	padding: 0 15px 25px 10px;
}
td.infoBtm{
	background:url(../images/infoBtm2.png) no-repeat bottom;
	width:136px;
	height:103px;
}
a.infoMenu{
	display:block;
	font-size:10px;
	color:#827d00;
	font-size:10px;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
}

td#banners > a{
	display:block;
	clear:both;
	width:150px;
	float:left;
	text-align:center;
	margin:9px 0;
}

div#mainMenu{
	/* background:url("../images/menu.png") repeat-y; */
	/* height:51px; */
	/* width:853px; */
	height:64px;
	width:856px;
}
	div#mainMenu ul{
		margin:0;
		padding:0;
	}
		div#mainMenu ul li {
			float:left;
			list-style:none;
			padding:0 50px 0 50px;
			height: 64px;
		}

			div#mainMenu ul li.li-sub-first {
	            background: url('../images/menus_first.png') no-repeat;
	            width: 30px;
	            padding: 0;
	        }
			div#mainMenu ul li.li-sub-last {
	            background: url('../images/menus_last.png') no-repeat;
	            width: 34px;
	            padding: 0;
	        }
	        div#mainMenu ul li.li-sub-1 {
	            background: url('../images/menus_04_all.png') no-repeat;
	            width: 149px;
	            padding: 0;
	        }
	        div#mainMenu ul li.li-sub-2 {
	            background: url('../images/menus_05_all.png') no-repeat;
	            width: 171px;
	            padding: 0;
	        }
            div#mainMenu ul li.li-sub-3 {
                background: url('../images/menus_06_all.png') no-repeat;
                width: 170px;
                padding: 0;
            }
            div#mainMenu ul li.li-sub-4 {
                background: url('../images/menus_07_all.png') no-repeat;
                width: 160px;
                padding: 0;
            }
            div#mainMenu ul li.li-sub-5 {
                background: url('../images/menus_08_all.png') no-repeat;
                width: 142px;
                padding: 0;
            }
            div#mainMenu ul li:hover, div#mainMenu ul li.hover{
                background-position: center center;
            }
            div#mainMenu ul li.down {
                background-position: center bottom;
            }


			div#mainMenu ul li a{
				color:#fff5d2;
				text-transform:uppercase;
				text-decoration:none;
				line-height:45px;
				font-weight:bold;
			}

tr#login td{
	padding:40px 15px 15px 0;
}
	tr#login .helloLine{
		float:left;
		padding-left:50px;
		width:350px;
	}

	input.play{
		background: url('../images/play.png') no-repeat;
		border:none;
		width:19px;
		height:19px;
		margin-bottom: 1px;
	}
	table.customer input.play {
	   /* margin-left: 5px; */
	}


	input#address{
		background: url('../images/zip_box.png') no-repeat;
		border:none;
		width:260px;
		height:19px;
		font-size:11px;
		color:#733d00;
		padding:3px 0 0 1px;
		margin-right:8px;
	}

	td#find input#cart{
		background: url('../images/cart.png') no-repeat;
		border:none;
		width:19px;
		height:19px;
		margin-left:2px;
	}

	td#find span {
		padding-left:30px;
	}

select#loginIdent{
	width:90px;
	height:19px;
	background: url('../images/selectL.png') no-repeat;
	border:none;
}


select#recipes{
	width:140px;
	height:19px;
	background: url('../images/select2.png') no-repeat;
	border:none;
	font:12px Arial;
}

div.selectText{
	background: url('../images/selectL.png') no-repeat;
	width:74px;
	height:19px;
	float:right;
	position:relative;
}
div.selectText1{
	background: url('../images/select2.png') no-repeat;
	width:124px;
	height:19px;
	float:right;
	position:relative;
}

div.selectBtn{
	background: url('../images/selectR.png') no-repeat;
	width:19px;
	height:19px;
	float:right;
	cursor:pointer;
}

div.selectList{
	position:absolute;
	left:0;
	top:18px;
	width:74px;
	background:#fff5d2;
	border:1px solid #733d00;
	border-top:none;
	z-index:1;
	display:none;
}

	div.selectList ul li{
		list-style:none;
		cursor:default;
	}

input#selectInput{
	height:16px;
	width:72px;
	background:url('../images/0.gif');
	border:none;
	color:#733d00;
}

input#selectInput1{
	width:124px;
	height:19px;
	background:url('../images/0.gif');
	border:none;
	color:#733d00;

}

table#mainBox{
	border:none;
}

table.mikeTable td{
	padding-top:60px;
}

table.homePage{
	background:url("../images/homebg.png") no-repeat;
	background-position:90px 10px;
	width:100%;
	height:316px;
	margin-top:30px;
}

table.homePage td.homepageIn{
	padding-left:40px;
}

table.thanksPage{
    background:url("../images/thanksbg.png") no-repeat;
    background-position:center top;
    width:100%;
    height:316px;
    margin-top:30px;
}
    table.thanksPage td.thankspageIn{
        padding-left:40px;
    }

td#footer{
	height:30px;
	text-align:right;
	color:#827d00;
	font-size:10px;
	padding-top: 7px;
	margin-bottom: 5px;
	vertical-align: top;
}
td.footer {
	vertical-align: top !important;
	text-align:left;
}
td.footer div.draw {
	font-size:11px;
	padding: 0px !important;
	margin: 0px !important;
	
}
td.footer div.newsletterdiv {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	white-space: nowrap;
	width: 300px;
}

td#flagTD {
	padding-top:0px !important;
}

div#flag {
	position:relative;
}

div#flag div#flagIn {
	position:absolute;
	/* top:-6px; */
	top:-16px;
	left:20px;
}

td#mikesText {
	background-position: right bottom;
	color:#7c3a00;
	padding-bottom:120px;
}

div#signature{
	position:relative;
	float:right;
}

div#signature div#signatureIn{
	position:absolute;
	top:-49px;
	right:0;
}

td#mike_Box{
	padding-right:20px;
}

p#mike_Box_text{
	text-transform:uppercase;
}
	p#mike_Box_text span{
		display:block;
		font-weight:bold;
	}

td.brTop{
	padding:0 20px;
}

td.brTop2{
	padding-left:15px;
}

table#catalog, table#location{
	border-top:1px solid #b69664;
}

table#location p.location_box{
	font-size:11px;
}



table#catalog td{
	height:139px;
	padding:0;
	margin:0;
}

table#location td{
	padding:10px 0;
	margin:0;
	border-bottom:1px dashed #b69664;
}

	table#location tr.last td{
		border-bottom:none;
	}


td.brdTop{
	border-top:1px solid #b69664;
}

td.contact_box{
	border-top:1px solid #b69664;
	padding:10px 0 0 0;
}

td.contact_box h3{
	padding:5px 0 10px 0;
}

td.cartHead{
	background:url("../images/cart_ico.png") no-repeat 0 center;
	padding-left:15px;
	font-size:11px;
	vertical-align: middle;
	/* padding-bottom:10px; */
	border-bottom:1px solid #b69664;
}

td.cartHead.cartHead-checkout-process {
    background:none;
    /* padding-bottom:10px; */
    border-bottom:1px solid #b69664;
}

a.contactA {
	color:#827d00;
	text-decoration:underline !important;
	padding-left:35px;
	position:relative;
}
	a.contactA img{
		display:block;
		position:absolute;
		top:-2px;
		left:7px;
	}

input.long_box{
	background: url("../images/long_input.png") no-repeat;
	width:193px;
	height:19px;
	border:none;
	padding:0;
	margin:20px 0 10px 0;
	color:#733d00;
	font-size:12px;
	padding-left:1px;
}

textarea.give_text{
	background:url("../images/textarea.png") no-repeat;
	width:395px;
	height:149px;
	border:none;
	overflow-x:hidden;
	color:#733d00;
	font-size:12px;
	font-size:11px;
}

div.curryImg{
	background:url("../images/images.png") no-repeat;
	width:186px;
	height:139px;
	position:relative;
}

div.curryImg div.curryImgIn{
	position:absolute;
	top:32px;
	left:12px;
	width:159px;
	height:89px;

}

div.curryImg div.curryImgIn img{
	width:159px;
	height:89px;
}

a.viewR {
	float:left;
	background: url("../images/view.png") no-repeat;
	width:104px;
	height:23px;
	margin-top:20px;
	margin-right:12px;
}

a.printR {
	float:left;
	background: url("../images/print.png") no-repeat;
	width:104px;
	height:23px;
	margin-top:20px;
}

a.addR {
	float:right;
	background: url("../images/add.png") no-repeat;
	width:126px;
	height:30px;
	margin-top:20px;
}

div.last{
	background: url("../images/opacity.png") repeat-x;
	height:150px;
	position:absolute;
	width:808px;
	z-index:1;
}


a.direction {
	float:right;
	height:19px;
	padding:5px 23px 0 0;
	background: url("../images/direct.gif") no-repeat;
	background-position:right;
	font-size:11px;
}

table#give {
	font-size:11px;
}

table#curries td {
	align:center;
	vertical-align:top;
}
table#curries td.shade{
	padding-bottom:10px;
	color:#733d00;
	font-size:11px;
	font-weight:bold;
	text-align:center;

}
table#curries td.shade div.empty{
	background: url("../images/curries.png") no-repeat;
	height:360px;
	width:113px;
}

table#curries td.shade a.title_box{
	color:#733d00;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0 5px;
	display:block;
	text-align:center;

}

table#curries tr.last td div{
	background: url("../images/curryPast.png") no-repeat;
	height:86px;
	width:113px;
}

a.details{
	color:#827d00 !important;
	text-transform:none !important;
	width:auto !important;
	display:inline !important;
	text-decoration:underline;
	font-weight: normal;
}

input.count{
	background: url("../images/short_input.png") no-repeat;
	border:none;
	width:35px;
	height:19px;
	color:#733d00;
	font-size:12px;
	text-align:center;
}


table.center_panel{
    /* margin-left: 20px; */
}



table.customer{
    margin: 40px 0 0px 0;
    //margin: 40px 0 6px 0;
    padding-bottom: 10px;
}
    table.customer td.text
    {
        padding: 5px 0 0 15px;
        font-size:90%;
    }


table.customer div,table.customer form{
	padding:0;
	margin:0;
}
    table.customer #customer_text {
        padding-left:67px;
    }
    table.customer input.draw_edit {
        /* marning-right: 2px; */
    }


input.draw_edit{
	background: url('../images/email.png') no-repeat 1px 1px;
	color:#733d00;
    font-family: "Arial Regular", Arial;
    font-size: 10pt;
    /* width:86px; */
	width:82px;
	height:19px;
	border:none;
	padding: 2px 2px 0px 4px;
}
input.draw_edit.descript{
    color:#9b703f;
    background: url('../images/inpyt_short_119_all.png') no-repeat 1px 1px;
}
input.draw_edit.inactive{
	color: #d7c6b2;
	background: url('../images/inpyt_short_119_all.png') no-repeat 1px -39px;
}


.customer_action{
	font-size: 13px;
	color: #733d00;
	background:#fef4d1;
	border: 1px solid #733d00;
	margin: 0 4px 0 0;
}


.absclass{
	position: absolute;
	/* z-index: 2000; */
	z-index: 3500;
}

#customer_regbox{
	position: absolute;
	border: 1px solid #733d00;
	background-color: #fff5d2;
	margin: -21px 10px 10px -10px;
	padding: 20px 10px 10px 10px;
}

.error{
	color: red;
}

.ok{
	color: green;
}


.light{
	background:url('../images/light.png') no-repeat;
	background-position:center center;
	height:27px;
	width:136px;
}


.drop{
	position:absolute;
	background-position:bottom;
	height:36px;
	/* width:110px; */
	width: inherit;

	/* margin:46px 0 0 -20px; */
	margin:49px 0 0 0;

	padding: 0;
	z-index: 3000;
}

.dropTop{
	background:url('../images/dropTop3.png') no-repeat;
	height:11px;
	width:110px;
}
.dropCenter{
	width:110px;
	padding:0;
	margin:0;
	background:url('../images/dropCenter.png') repeat-y;
}
.dropCenterIn{
	margin: 0 12px;
}
.dropCenterIn a{
	display:block;
	text-align:center;
	height:29px;
	line-height:22px !important;
	font-size:10px;
	letter-spacing: 0.001px;
	font-weight: normal;
	color:#733d00 !important;
	margin:0px !important;
	padding:0px !important;
	top:0px !important;
}

.dropCenterIn a:hover, .dropCenterIn a.hover{
	background:url('../images/submenu_all.png') no-repeat center center;
	height:29px;
	/* background-position:-2px; */
	color:#f7eecd !important;
}
.dropCenterIn a.down{
    background:url('../images/submenu_all.png') no-repeat center bottom;
}

.dropBtm{
	background:url('../images/dropBtm.png') no-repeat;
	height:36px;
	width:110px;
}



table.confesion{
	margin: 10px 0 10px 10px;
}
table.confesion td.top{
	background:url('../images/textblockTop.png') no-repeat;
	height:14px;
}
table.confesion td.content{
	padding: 0 20px 0 20px;
	background:url('../images/textblockCtr.png') repeat-y;
    font-style: italic;
    font-size: 11px;
}
table.confesion td.bottom{
	background:url('../images/textblockBtm.png') no-repeat;
	height:31px;
}


div.button{
	height: 30px;
	float: left;
}
div.button a{
	float: left;
	display: block;
	padding: 6px 0 10px 0;
	margin: 0 0 0 23px;
	-margin-left: 11px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}
div.button span{
	float: left;
	display: block;
	width:23px;
	height:30px;
}

div.green{
	background:url('../images/btnRight.png') no-repeat;
}
a.green{
	color: white;
	background:url('../images/btnCenter.png') repeat-x;
}
span.green{
	background:url('../images/btnLeft.png') no-repeat;
}
span.greenGO{
	background:url('../images/btnLeftPlay.png') no-repeat;
}


div.brown{
	background:url('../images/btnRightBrown.png') no-repeat;
}
a.brown{
	color: white;
	background:url('../images/btnCenterBrown.png') repeat-x;
}
span.brown{
	background:url('../images/btnLeftBrown.png') no-repeat;
}


div.gray{
	background:url('../images/btnRightBeige.png') no-repeat;
}
a.gray{
	color: #b89762;
	background:url('../images/btnCenterBeige.png') repeat-x;
}
span.gray{
	background:url('../images/btnLeftBeige.png') no-repeat;
}

div.checkout-process{
	float: right;
}
    div.checkout-process .title{
        margin-right: 10px;
    }
	    div.checkout-process .title h2{
	        margin-top: 6px;
	    }

/* Car */
table.cart tr.commodity td{
    border-bottom: 1px dashed #966b34;
}

table.cart tr.commodity.last td , table.cart tr.commodity.only td{
    border-bottom: none;
}

table.cart td.car-img{
    padding-top: 10px;
}
table.checkout-login-guest tr.guest-checkout td {
    padding-top: 7px;
}


div.cart-footer{
	display: inline;
	/* font-weight: bold; */
}
    div.cart-footer div.separator{
        padding-top: 25px;
        border-top: 1px dashed #966b34;
    }

    div.cart-footer div.left{
        float: left;
        padding-left: 15px;
        background:transparent url(../images/car_info_sev.png) no-repeat scroll 0px 2px;
        width: 290px;
    }

    div.cart-footer div.right{
        float: right;
        width: 500px;
    }
    div.cart-footer div.right table{
        float: right;
    }

        div.cart-footer div.right span.footnote{
            font-size: 80%;
        }
        div.cart-footer div.right td.footnote{
            padding: 10px 0;
        }

        div.cart-footer div.right tr.estimated-total td.value {
	       /* border-top: 1px solid #966b34; */
	       font-weight: bolder;
        }

        div.cart-footer div.right tr.shipping-type td.value{
            text-decoration: underline;
        }

        div.cart-footer div.right span.shipping-type{
            color: #817e00;
        }


    input.checkout-cart {
        background: url('../images/checkout.png') no-repeat;
        border:none;
        width:112px;
        height:30px;
    }


div.imageEdit input{
	margin: 0 0 0 4px;
	background: url('../images/rightEdit.gif') no-repeat right top;
	border: 0 none;
	font-size: 10px;
	height: 17px;
}
div.imageEdit{
	background: url('../images/leftEdit.gif') no-repeat left;
	height: 19px;
	padding:0;
	margin:0;
	float: left;
}

div.imageSelect{
	background: url('../images/leftSelect.gif') no-repeat top left;
	height: 19px;
	padding: 0;
	margin: 0;
}

div.imageSelect select{
	display: none;
}

input.nice_select{
	margin: 0 0 0 2px;
	background: transparent url('../images/rightSelect.gif') no-repeat top right;
	cursor:default;
	color:#333;
	border:0;
	float:none;
}

ul.virtual_select{
	overflow:auto;
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	position:relative;
	top:1px;
	left:0px;
	display:none;
	z-index: 3500;
}
ul.virtual_select li{
	display:block;
	height:18px;
	padding:2px 5px 0 5px;
	margin:0;
	border:1px solid #ddd;
	border-bottom:1px solid #fafafa;
	border-top:0;
	cursor:pointer;
	background-color:#fff;
	z-index: 3500;
}
ul.virtual_select li.last{
	border-bottom:1px solid #ddd !important;
}
ul.virtual_select li.over, ul.virtual_select li.selected{
	background-color:#FAFAFA;
	color:#000;
}
ul.virtual_select li.selected{
	border:1px solid #ddd;
}

.forSelect{
	width: 89px;
}

#topSelect{
	position:absolute;
	z-index:8000;
	margin-top: 1px;
	margin-left: 2px;
	//width: 86px !important;
}

#select1 {
    width: 83px !important;
    //width: 80px !important;
}

div.widgetSelect{
	background: url('../images/leftSelect.gif') no-repeat top left;
	height: 19px;
	padding: 0;
	margin: 0;
	text-align:left;
}

div.widgetSelect select{
	position: absolute;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	font:12px Arial;
}

div.widgetSelect span{
	display: block;
	text-align:left;
	height: 19px;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0 0 2px;
	background: transparent url('../images/rightSelect.gif') no-repeat top right;
	cursor: hand;
}


div.create-accoun-guest{
	padding: 40px 0 0 0;
}
    div.create-accoun-guest div.title{
        font-weight: bold;
        text-align: center;
        padding-bottom: 20px;
    }
    div.create-accoun-guest div.title span.footnote{
        font-weight: normal;
    }

    div.create-accoun-guest div.issue{
        padding: 10px 14px 16px 14px;
        background-color: #fff5d2;
        border: 1px solid #92682e;
        -border-right-width: 4px;
        /*
        border-color:#92682e;
        border-style:solid;
        border-width:1px;
        */
    }

        div.create-accoun-guest div.issue div.separate{
            margin: 20px 5px 20px 5px;
	        border-bottom:1px solid #b8996a;
        }

        div.create-accoun-guest div.issue input{
            font-size: 10px;
            color: #733d00;
            /*
            width: 190px;
            height: 14px;
            font-size: 10px;
            margin-bottom: 5px;

            color: #733d00;
            background-color:#dfcf98;

            border-width: 1px;
            border-color: #733d00;
            border-style: inset solid solid inset;
            */
        }

        div.create-accoun-guest div.issue div.input{
            margin-top: 10px;
        }

.cat_offset{
    margin: -125px 0px 0px 0px;
}

#catprice {
	font-size: 12px;
	font-weight: bold;
}

.cat_offset input.count {
	font-size: 11px;
	text-align: right;
	padding-right: 4px;
	width: 31px;
	/*vertical-align: middle;*/
	line-height: 19px;
	background:transparent url(../images/short_input.png) no-repeat scroll 0 0%;
 	padding-top:0px;
}

.fa11b {
    font: Arial;
    font-size: 11px;
    font-weight:bold;
	color:#733d00;
}

.prod_title {
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase;
}

.prod_price {
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}

.prod_description {
	font-size: 11px;
}

.prod_green_a {
    color: #827D00 !important;
    display: inline !important;
    font-weight: regular;
    text-decoration: underline;
    text-transform: none !important;
    width: auto !important;
    font: Arial;
    font-size: 11px;
    text-transform: uppercase;
}

div.andrey-text{
	display: block;
}

div.andrey-text div.andrey-text{
	width: 5px;
	height: 19px;
	display: inline-table;
	background: url(../images/inpyt.png) no-repeat scroll right 0;
}
	input.andrey-text {
		height: 18px;

		font-family: "Arial Regular", Arial;
		font-size: 11pt;

		border:medium none;
		padding-left:5px;
		padding-right:2px;

	    background: url(../images/inpyt.png) no-repeat scroll 0 0;
	}

div.input{
    /* background:  url('../images/input.div.png') no-repeat 1px 1px; */
    background:  url('../images/inpyt_r.png') no-repeat right 1px;
    //background-position:  right 2px; 
    border:none;
    padding-right: 6px;
    -padding-right: 2px;
}
    div.input input.input{
        /* background: url('../images/input.input.png') no-repeat 1px 1px; */
        background: url('../images/inpyt.png') no-repeat 1px 1px;
        
        color:#733d00;
        font-size:12px;
        height:18px;
        -height:17px;
        border-width:0;
        border:none;
        padding: 3px 0px 0px 4px;
        width: 100%;

    }    
    
div.input.error{
        background-position: right -62px;
        //background-position: right -61px;
    }
    div.input.error input{
        color: #ff3d00;
        background-position: 1px -62px;
    }

div.input.activ{
        background-position: right 1px;
        //background-position: right 2px;
    }
    div.input.activ input{
        background-position: 1px 1px;
        color:#733d00;
    }
div.input.activ.error{
        background-position: right -62px;
        //background-position: right -61px;
    }
    div.input.activ.error input{
        color: #ff3d00;
        background-position: 1px -62px;
    }
div.input.descript{
        background-position: right 1px;
        //background-position: right -19px;
    }
    div.input.descript input{
        background-position: 1px 1px;
        color:#9b703f;
    }
div.input.descript.error{
        background-position: right -83px;
        //background-position: right -82px;
    }
    div.input.descript.error input{
        color: #ff703f;
        background-position: 1px -83px;
    }
div.input.inactive{
        background-position: right 1px;
    }
    div.input.inactive input{
        background-position: 1px 1px;
        color:#9b703f;
    }
div.input.inactive.error{
        background-position: right -104px;
        //background-position: right -103px;
    }
    div.input.inactive.error input{
        color: #ffc6b2;
        background-position: 1px -104px;
    }
    
.coming-soon {
	padding-top:24px;
}

table.replace-totals{
    border:1px solid #92682E;
    background: #FFF5D2; 
    padding: 10px 10px 10px 10px;	
}
    table.replace-totals td.title {
        padding-right: 5px;
    }

    table.replace-totals td.separator{
        padding: 0px;
    }
	    table.replace-totals td.separator div.separate{
	        border-top: 1px solid #B8996A;
	        margin:10px 0;
	    }
    table.replace-totals td.value.total{
        font-weight: bold;
        font-size: 130%;
    }

.clear{
    clear:both;
}
    .checkbox{
        height:15px;
        width:15px;
        cursor:pointer;
        margin:2px;
        background:url('/images/del_all.png') no-repeat 0 0;
        clear:both;
        float:left;
    }
    .checkbox.checked{
        background:url('/images/del_all.png') no-repeat 0 -15px;
    }    
	label{
		float:left;
		vertical-align:baseline;
	}
    .checkbox input{
        display:none;
    }
    
    
div.edit-change-info {
    border:1px solid #92682E; 
    border-top: 0 none #fff;
    padding: 0px;    
    position: absolute;
    margin-top: 49px;
    width:585px;
    left: 33.5%;
    display: none;
    z-index: 1000;
    font-size: 11pt;
}	
    div.edit-change-info div.content {
        margin-top: 6px;
        padding: 6px 10px 10px 10px;
        /*background-color:#FFF5D2;*/
        background:#E0D39C url(../images/bg.gif) repeat-y scroll center center; 
    }
        div.edit-change-info div.content form {
            margin: 0;
        }
    
        div.edit-change-info div.content td.inform {
           padding-top: 14px; 
        }
        div.edit-change-info div.content div.inform {
           font-size: 8pt;
           padding-left: 25px;
           padding-right: 17px; 
        }
    
        div.edit-change-info div.content div.input {
	       width: 260px;
        }
        div.edit-change-info div.content div.input.password {
           width: 120px;
        }
        div.edit-change-info div.content div.input.password.cpassword {
           width: 120px;
           float: right;
        }        
        
        
        div.edit-change-info div.content div.input.street {
           width: 190px;
           float: left;
        }
        div.edit-change-info div.content div.input.unit {
           width: 60px;
           float: right;
        }
        div.edit-change-info div.content div.widgetSelect {
           width: 266px;
           font-size: 9pt;
        }        
            div.edit-change-info div.content div.widgetSelect select{
                width: 266px;
                font-size: 9pt;
            }
        
        div.edit-change-info div.content table td.table_head
        {
            font-weight: bold;
        }
        div.edit-change-info div.content table.billing td
        {
            padding-right: 12px;
        }
        div.edit-change-info div.content table.shipping td
        {
            padding-left: 11px;
        }

/*----------------------------------*/

div.draw{
	height:21px;
	margin: 0 0 0 2px;
	padding: 0;
}
div.draw label{
	background:url("../images/inpyt.png") transparent left 0px no-repeat;
	color:#9b703f;
	font-size:12px;
	position: absolute;
	height: 19px;
	margin: 0 0 0 -3px;
	padding: 1px 0 0 3px;
}
div.draw input{
	color:#733d00;
	background:url("../images/inpyt.png") transparent right 0px no-repeat;
	font-size:12px;
	margin: 0;
	padding: 1px 0 0 0;
	border: 0 none;
	height: 19px;
}
div.draw input.disabled{
	background-position: right -21px;
	color:#b59a65;
}
div.draw label.disabled{
	background-position: left -21px;
	color:#b59a65;
}
div.draw input.disablederror{
	background-position: right -84px;
	color:#b59a65;
}
div.draw label.disablederror {
	background-position: left -84px;
	color:#b59a65;
}
div.draw input.error{
	background-position: right -63px;
	color:#b59a65;
}
div.draw label.error{
	background-position: left -63px;
	color:#b59a65;
}

.w82 input{
	width: 82px;
}
div.w150{
	width: 150px;
}
.w150 input{
	width: 150px;
}


div.draw.textarea label{
	background: none;
	color:#9b703f;
	font-size:12px;
	position: absolute;
	height: 21px;
	padding: 0 0 0 5px;
}
div.draw.textarea{
	background:url("../images/textarea.png") no-repeat;
	width:393px;
	height:149px;
	padding: 2px 0 0 3px;
	margin: 0;
}

div.draw.textarea textarea{
	background: transparent;
	width:386px;
	height:142px;
	font-size:12px;
	border:none;
	color:#733d00;
	overflow: hidden;
}




a.keep-shop{
	background:url("../images/keepshop.png") no-repeat;
	color: #827d00;
	text-decoration: underline;
	font-size: 12px;
	padding: 0 0 0 20px;
}