body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#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 {
  float: left;
  background: url('/images/logo.png') 230px 1px no-repeat;
  width: 270px;
	padding: 10px 20px;
	font-size: 200%;
}
.logo-en {
  background-position-x: 187px !important;
  background-position: 187px 1px !important;
}

#mainmenu
{
	background:white url('/css/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: #6399cd;
	background-color:#EFF4FA;
	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: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

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

.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;
}


.red {
  color: red;
}
.red2 {
  color: #A30000;
}
.grey {
  color: #888888;
}
.color-buy {
  color: #2D8033;
}
.color-important {
  color: #A30000;
}
.back-buy {
  background-color: #E8F5E9;
}
.back-important {
  background-color: #F8E6E5 !important;
}

span.link, a.link{
  border-bottom:1px dashed;
  text-decoration:none;
  /*color:#265672;*/
  cursor:pointer;
}

.title {
  border-bottom: 1px solid #C9E0ED;
  font-size: 1.5em;
}
.author {
  color: #888888;
  margin: 0 0 5px;
}
.info {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  -moz-border-radius-bottomleft:7px;
  -moz-border-radius-bottomright:7px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  background:#EFFDFF none repeat scroll 0 0;
  padding:5px;
}
.frieze {
  border:1px solid #ddd;
}
.shop-list {
  vertical-align: top !important;
}

.popup {
 	display: none;
 	position: absolute;
 	background-color: #fff;
  /*overflow: auto;*/
	padding: 1em;
	border: 1px solid #C9E0ED;
	z-index: 200;
}
.show {
 	display: block !important;
}
.view {
  cursor: pointer;
}
.focus {
  color:#09f;
}
.ver {
  min-height: 150px;
}

.toggle-add {
  background: url('/images/note_add.png') 0 3px no-repeat;
  padding-left: 20px;
}
.toggle-edit {
  background: url('/images/note_edit.png') 0 1px no-repeat;
  padding-left: 19px;
}
.toggle-picker {
  background: url('/images/note_view.png') 0 3px no-repeat;
  padding-left: 20px;
}
.important-orders {
  background: url('/images/note_pinned.png') 0 3px no-repeat;
  padding-left: 20px;
}
.toggle-setting {
  background: url('/images/preferences.png') 0 3px no-repeat;
  padding-left: 20px;
}
.delete-order {
  background: url('/images/note_delete.png') 0 1px no-repeat;
  padding-left: 19px;
}