
/* administration_boutique.css : use for "administration boutique" */

#AdminBoutique
{
	position: relative;
	left: 48px;
	top: 33px;
	width: 904px;
	height: 585px;
	background: transparent;
}

#AdminBoutique #ZoneButtons
{
	float: left;
	width: 100%;
	height: 40px;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #E6E7C3;
	background: transparent;
}

#AdminBoutique #Title
{
	float: left;
	width: 100%;
	height: auto;
	font-family: Verdana;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #E6E7C3;
	background: #392F15;
	border-top: 1px solid #CAD23E;
	border-bottom: 1px solid #CAD23E;
}

#AdminBoutique #Title #Designation
{
	float: left;
	width: 490px;
	height: 30px;
	border-left: 1px solid #CAD23E;
	border-right: 1px solid #CAD23E;
	background: #392F15;
}

#AdminBoutique #Title #Price
{
	float: left;
	width: 130px;
	height: 30px;
	background: #392F15;
	border-right: 1px solid #CAD23E;
}

#AdminBoutique #Title #Operations
{
	float: right;
	width: 238px;
	height: 30px;
	text-transform: uppercase;
	border-right: 1px solid #CAD23E;
	background: #392F15;
}

#AdminBoutique #Products
{
	float: left;
	width: 100%;
	height: 520px;
	overflow: auto;
	background: transparent;
}

#AdminBoutique .Article
{
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CAD23E;
	background: #6A5E2D;
}

#AdminBoutique .Article .Name
{
	float: left;
	width: 490px;
	height: 148px;
	border-left: 1px solid #CAD23E;
	border-right: 1px solid #CAD23E;
	background: transparent;
}

#AdminBoutique .Article .Name .Title
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 470px;
	height: 20px;
	font-family: Verdana;
	text-decoration: underline;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #C7D935;
	background: transparent;
	display:inline;
}

#AdminBoutique .Article .Name .Description
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 470px;
	height: 100px;
	font-family: Verdana;
	text-decoration: none;
	text-align: justify;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #C7D935;
	background: transparent;
	display:inline;
}


#AdminBoutique .Article .Price
{
	float: left;
	width: 130px;
	height: 148px;
	border-right: 1px solid #CAD23E;
	background: #977F2B;
}

#AdminBoutique .Article .Price .PriceValue
{
	float: right;
	margin-top: 40px;
	margin-right: 10px;
	width: 100px;
	height: 20px;
	font-family: Verdana;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #C7D935;
	background: transparent;
	display:inline;
}

#AdminBoutique .Article .Operations
{
	float: right;
	width: 258px;
	height: 148px;
	border-right: 1px solid #CAD23E;
	background: #6A5E2D;
}
