/* all theme */
a {	text-decoration:none;	color: #E2760A;	}

/* LEFT TAB */
#vtab {
	float:left;
	text-align:center;
	margin-left:20px;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	width: 180px;
	padding-right:10px;
	background-color:#ffffff;
	border-style:solid; border-color:#E0D9B8; border-width: 15px;
}

/* PRODUCT TAB */
#pricebg {
	float:left;
	width:74px; height:33px;
	margin-top:2px;
	position:relative; left:-11px;
	background-image:url(../images/sticker1.gif);
	background-repeat:no-repeat;
	text-align:right;
}

#pricetxt {
	font-size:14px; font-weight:bolder; color:#673b15;
	text-align:center;
	margin-left:40px;
	padding-right:5px;
	padding-top: 9px;
}

div.itemtreehover {
	min-height: 21px;
	height:auto;
	line-height:21px;
	vertical-align:middle;
	padding-left:10px;
	background-color:#e2760a;
	border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#E0D9B8;
	cursor: url('../images/cursors/hand_white.png'), auto;
	font-weight:600; color:#FFFFFF;
}

div.tabprodbox {
	display: table;
	height: 100px;
	width: 100px;
	position: relative;
	float:left;
	background-color:#ffffff;
	border-style:solid; border-color:#E0D9B8; border-width: 7px;
}

span.producttitle {
font-size:28px; color:#D27611;	}

#pricebgbig {
	height:54px; width:122px;
	background-image:url(../images/sticker1_big.gif);
	background-repeat:no-repeat;
	margin-top:2px;
	position:relative; left:-3px; top:0px;
	text-align:center;
	padding-left:32px;
	line-height:54px;
	vertical-align:middle;
	font-size:20px; color:#523A21;
	font-weight:600;
	text-align:center;
}

/* field focus style */
input.x-form-focus, textarea.x-form-focus{
	border: 1px solid #cf7f16;
}

.x-combo-list .x-combo-selected{
	border:1px dotted #e9cfa3 !important;
    background:#fde0bb;
    cursor: url('../images/cursors/hand_white.png'), auto!important;
	cursor: url('./images/cursors/hand_white.cur'), auto;
}

.x-combo-list {
    border:1px solid #D27611;
    background:#ddecfe;
    zoom:1;
    overflow:hidden;
}

/* button */
td.button {
background-image:url(../images/buttonbg_all.gif);
background-repeat:repeat-x;
padding:0 10px 1px 10px;
vertical-align:middle;
}


td.buttonhover {
background-image:url(../images/buttonbg_all_hover.gif);
background-repeat:repeat-x;
padding:0 10px 1px 10px;
vertical-align:middle;
}

input.quantity {
	text-align:center;
	width: 28px;
	height: 16px;
	padding-top:2px;
	border-style:solid; border-width:1px;  border-color:#D27611;
	font-size:11px; color:#666666;
	background:#fff url(../images/form/text-bg.gif) repeat-x;
}