body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: rgb(85, 43, 43);
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid rgb(255, 120, 120);
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid rgb(160, 150, 120);
}

#content
{
    padding: 20px;
    min-height:400px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: rgb(240, 230, 220);
	background-color:rgb(220, 150, 120);
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: rgb(250, 180, 150);
	border-left: 5px solid rgb(150, 80, 40);
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #EEEEEE;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}
.view_product{
	padding: 10px;
	margin: 10px 10px 0 10px;
	border: 1px solid #C9E0ED;
	width: 350px;
	height:150px;
	float: left;
	position: relative;
}
.view_product .product_money {position: absolute; bottom: 10px;}
.view_product img{
	float:right;
	max-width:200px;
	max-height:110px;
}
.view_product h2 
{
	padding-bottom: 5px;
	border-bottom: dotted 1px #CCCCCC;
}
.view_product A:link {text-decoration: none}
.view_product A:visited {text-decoration: none}
.view_product A:active {text-decoration: none}
.view_product A:hover {text-decoration: none}

.pager{
	clear:both;
	padding-top:10px;
}
#content a, .breadcrumbs a, #sidebar a{
	color: rgb(220, 150, 120);
}

.min_view_product{ height:50px; width:200px; margin-left:12px; border-left: dotted 1px; padding-left: 5px;}
.min_view_product img { margin-top:5px; float:right; max-height:40px; min-width: 30px; max-width: 100px; } 
.min_view_product .price_fr { width:70px; display:block; float:left;} 
.min_view_product .title .name{ line-height:30px; }
.min_view_product~.min_view_product{border-top: dotted 1px #CCCCCC;}

