/* CSS Document */

/****** Import */

	@import url("selector.css");
	@import url("structure.css");
	
/****** fin Import */
body{
	background-image:none;
	background-color:#FFFFFF;
	text-align:left;
}
select, input, textarea{
	background-color:#FFFFFF;
}
#DocumentValrona{
	margin:0;
}
#DocumentValrona, #mainContent{
	width:640px;
	background-color:#FFFFFF;
}

h3{
	border-bottom:1px solid #231F19;
	width:100%;
	line-height:1.7em;
	padding:0 0 0 10px;
}
#mainTitle{
	top:0;
	left:0;
}
#footer, #basket, #mainNavigation, #leftNav{
	display:none;
}

#catDisplay{
	width:640px;
	padding:120px 0 0 0;
}
#catStandard{
	padding:0 0 0 0;
}

/*CATALOG MANAGE PRODUCT LIST*/
#catDetails{
	display:none;
}
.catItem{
	background:url(../imgs/cat/cat_details_bg.jpg) no-repeat bottom left;
	width:215px;
	padding:30px 0 0 30px;
	height:203px;
	float:left;
}
.catItem dt{
}
.catItem dt a{
	color:#A27E4D;
	font-weight:bold;
}

/*CATALOG MANAGE PRODUCT COLLECTION*/
#catCollection{
	background:url(../imgs/cat/cat_collection_bg.gif) no-repeat left center ;
	width:100%;
	padding:20px 0 10px 0;
}
#catCollection img.product{
	display:block;
	margin:0 0 0 0;
	display:inline; /*USED TO CORRECT IE DOUBLE MARGIN BUG */
	float:left;
}
#catCollectionDetails{
	width:340px;
	float:right;
	padding:30px 0 0 0;
}

/*CATALOG MANAGE PRODUCT STANDARD*/
#catStandard{
	width:100%;
	padding:20px 0 10px 0;
}
#catStandard img.product{
	display:block;
	margin:0 0 0 0;
}
#catStandardDetails{
	width:640px;
	padding:30px 0 0 0;
}
#catStandardDetails h2{
	padding:0 0 5px 0;
}
#catPushBasket{
	padding:10px 0 0 0;
}
#catPushBasket #content3{
	padding:0 0 10px 0;
}
#catPushBasket img.product{
	display:inline;
	margin:0 15px 10px 0;
	display:inline; /*USED TO CORRECT IE DOUBLE MARGIN BUG */
	float:left;
}
/*PUSH PRODUCT FORM*/
#catPushBasketForm{
	display:block;
	float:left;
	width:180px;
}
#catPushBasketForm label{
	display:block;
	font-size:12px;
}
.PushBasketPrice{
	font-weight:bold;
	margin:0 0 10px 0;

}
.PushBasketQuantity{
	margin:0 0 10px 0;
}
#catPushBasket .catList li{
	background:url(../imgs/common/list_arrow_bg.gif) no-repeat left center;
	padding:0 10px 0 18px;
	float:left;
}
#catPushBasket .closeBtn{
	float:right;
}
/*DELIVERY INFORMATION*/
#catPushBasket dt{
	font-weight:bold;
}
/*SEND A FRIEND FORM*/
#catSendFriend{
	padding:10px 0 10px 0;
}
#catSendFriend label{
	display:block;
	height:22px;
}
#catSendFriend .col_1{
	width:160px;
}
#catSendFriend .col_2{
	width:180px;
}
#catSendFriend .col_2 input{
	width:144px;
	height:15px;
	margin:0 0 3px 0;
}
html > body #catSendFriend .col_2 input{
	height:15px;
	margin:0 0 5px 0;
}




/*CATALOG MANAGE INFORMATIONS BLOCK*/
#catInfo{
	border:1px solid #231F19;
	padding:10px 10px;
	margin:10px 0 0 0;
}
#catInfo table th, #catInfo table td{
	vertical-align:top;
	text-align:left;
}
#catInfo table th, #catInfo table td{
	vertical-align:top;
	text-align:left;
}
.tableHeading{
	color:#BD925A;
	font-weight:bold;
}
/*LIST ARROW*/
.catList li{
	background:url(../imgs/common/list_arrow_bg.gif) no-repeat left center;
	padding:0 0 0 18px
}
/* Numeric UpDown */

.numericUpDownContainer{
	border: 2px solid #2e2923;
	width: 66px;
	margin:0 0 10px 0;
}

html>body .numericUpDownContainer{
	margin-left: 2px;
}

input.numericUpdown{
	padding: 0 0 0 5px;
	margin: 0;
	height: 17px;
	line-height: 17px;
	width: 45px;
	border: none;
}

html>body input.numericUpdown {
	padding: 2px 0 0 0;
	width: 50px;
	text-align:center;	
}

.buttonInc, .buttonDec{
	margin: 0 -1px 0 0;
	padding: 0;
	width: 15px;
	height: 9px;
	vertical-align: top;
	background-color: #201e18;
	text-indent: -999px;
	overflow: hidden;
	background: #201e18 url(../imgs/chk/numericup_btn.gif) no-repeat 50% 50%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 9px;
}

html>body .buttonInc, html>body .buttonDec{
	margin: 0;		
    height: 9px;
}

.buttonDec{
	margin: 10px 0 0 -14px;
	background:#201e18 url(../imgs/chk/numericdown_btn.gif) no-repeat 50% 50%;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 11px 0 0 -14px;
}

html>body .buttonDec{
	margin: 11px 0 0 -15px;
}
