*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	background: #ddd;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a{
	outline: none;
}
p{
    margin-bottom: 18px;
}


/* Heading */
h1,
h2,
h3{
    margin: 18px 0;
    text-shadow: #999 1px 1px 2px;
}
h1{
	font-size: 2.6em;
}


/* Layout */
#container{
	margin: 0 auto;
}


/* Header */
#header_wrap{
	width: 720px;
	margin: 0 auto;
	background: transparent url(../img/header-background.png) 0 0 repeat-x;
	color: #fff;
	-moz-border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;

	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	box-shadow: 0 0 3px #666;
}
#header{
	float: left;
	width: 92px;
	margin: 0;
	padding: 0;
}
#header h1{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#header a img{
	border: none;
}



/* Logo */
#logo{
	float: left;
	padding: 5px 16px 9px 16px;
}


/* Quicklinks */
#quicklinks{
	position: absolute;
	top: 36px;
	margin-left: 480px;
	padding-bottom: 4px;
}
#quicklinks a{
	display: block;
	line-height: 22px;
	margin: 0 0 0 16px;
	padding: 4px 8px;
	color: #ddd;
	text-decoration: none;
	text-align: center;
	background: #900;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
#quicklinks a:hover{
	color: #fff;
}
#quicklinks .arrow{
	color: #d0d000;
}



/* Menu */
#menu{
	float: left;
	width: 628px;
	margin: 0;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style:none;
    line-height: 20px;
}
#menu li{
	float: left;
	padding: 0;
	margin: 0;
}
#menu a{
	display: block;
	line-height: 20px;
    color: #ccc;
    text-decoration:none;
    text-align: center;
    text-shadow: #000 1px 1px 2px;
	padding: 8px 16px;
	background-repeat: repeat-x;
	outline: none;
    background-image: url(../img/menu.png);
	border-right: 1px solid #333;
}
#menu a:hover{
	background-position: 0 -36px;
}
/* Home Menu */
#container.products #menu a.products,
/* Pages Menu */
#container.pages #menu a.active{
    background-position: 0 -72px;
}




/* Bar */
#bar_wrap{

}
#bar{
	width: 720px;
	margin: 0 auto;
	padding: 0;
}




/* Status */
#status{
	float: right;
	width: 171px;
	text-align: right;
}
#status ul{
	float: right;
	padding: 0;
	margin: 0;
	list-style:none;
}
#status li{
    float: left;
	padding: 0;
	margin: 0;
	list-style:none;
}
#status a{
	display: block;
	line-height: 22px;
	margin: 0 0 0 16px;
	padding: 4px 8px;
	color: #ddd;
	text-decoration: none;
	text-align: center;
	background: #778905;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}
#status a:hover{
	color: #fff;
	text-decoration: none;
}



/* Content */
#content_wrap{
	width: 720px;
    margin: 0 auto;
    padding: 0;
}
#content{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#content_left{
	float: left;
	width: 536px;
	padding: 0;
	margin: 0 24px 0 0;
}
#content_right{
	float: left;
	width: 160px;
	padding: 0;
	margin: 0;
}




/* Footer */
#footer_wrap{
	width: 720px;
	margin: 20px auto;
	background: #353535 url(../img/footer-background.png) 0 0 repeat-x;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;

	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	box-shadow: 0 0 3px #666;
}
#footer{
	margin: 0 auto;
	padding: 16px;
}
#footer img{
	float: left;
	padding: 0 18px 0 0;
}
#footer ul{

}
#footer li{
	float: left;
	margin: 0;
	list-style:none;
	padding: 0 18px 0 18px;
	border-left: 1px solid #ccc;
}
#footer a{
	color: #ccc;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
	text-decoration: none;
}
#footer a img{
	border:none;
}



/* Notices and Errors */
#flashMessage,
#authMessage,
#flashMessageSort{

}
div.message {
	clear: both;
	background: #ff8080;
	padding: 10px;
	margin: 10px 0;
	color: #000;
}
div.error-message {
	clear: both;
	color: #ff8080;
	font-weight: bold;
}
p.error {
	background-color: #ff8080;
	color: #000;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice, .warning {
	clear: both;
	background: #ffc;
	color: #000;
	display: block;
	padding: 10px;
	margin: 10px 0;
}
.info {
	clear: both;
	background: #ace3ee;
	color: #000;
	display: block;
	padding: 10px;
	margin: 10px 0;
}
.success {
	clear: both;
	background: #aceeb1;
	color: #000;
	display: block;
	padding: 10px;
	margin: 10px 0;
}



/* Admin top title */
.top{
	margin: 0;
	clear: both;
}
.top h2{
	float: left;
	font-weight: normal;
    margin: 18px 0;
}
.bottom{
	clear: both;
}


/* Actions */
.actions ul{
	float: right;
	margin: 18px 0;
	padding: 0;
}
.actions li{
	list-style: none;
	float:left;
	border-left: 1px solid #e0e0e0;
	margin-left: 10px;
    line-height: 22px;
}
.actions li.name{
	border: none;
	font-weight: bold;
}
.actions a{
	margin-left: 10px;
	color: #778905;
	text-decoration: none;
}
.actions a:hover{
	color: #5d6b00;
	text-decoration: none;
}


/* Form */
.form{
	margin: 0 0 24px 0;
}
form{
	padding: 16px 0 9px 18px;
	margin: 0 0 18px 0;
}
fieldset{
	border: none;
    margin: 0;
    padding: 0;
}
legend{
	font-weight: bold;
	padding: 0 0 12px 0;
	color: #778905;
}
form .text label,
form .password label,
form .file label,
form .date label,
form .datetime label,
form .select label{
	float: left;
	width: 124px;
	padding: 4px 18px 0 0;
	text-align: right;
	color: #808080;
}
form .input{
	padding: 12px 0 8px 0;
}
form .text input,
form .password input{
	padding: 4px;
	width: 436px;
	background: url(../img/text-background.png) 0 0 no-repeat;
	border-color: #777 #bbb #ddd;
	border-style: solid;
	border-width: 1px;
}
form .textarea label{
	display: none;
}
form .textarea textarea{
    font-size: 13px;
	padding: 2px;
	width: 708px;
    height: 410px;
	background: url(../img/text-background.png) 0 0 no-repeat;
	border-color: #777 #bbb #ddd;
	border-style: solid;
	border-width: 1px;
}
form .wysiwyg{
    margin-left: 162px;
}
form .submit{
	clear: both;
	padding: 12px 0 0 162px;
}
form .submit input{
	padding: 2px;
}
form .checkbox input{
	margin: 4px 0 0 162px;
}
form .checkbox label{
	padding: 0 0 0 4px;
	color: #808080;
}
form .select select{
	padding: 2px 2px 0 2px;
}
form .select option{
	padding: 4px;
}
form .input .error-message{
	padding: 4px 0 0 142px;
	color: #f00;
}



/* Listing */
table{
	width: 100%;
	border: none;
    margin: 0 0 8px 0;
}
table th{
	background: #EAF2B8;
	color: #606000;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	font-weight: normal;
	padding: 8px;
}
table th a{
	color: #778905;
	text-decoration: none;
	display: block;
}
table th a:hover{
	color: #5d6b00;
	text-decoration: none;
	display: block;
}
table td{
	background: #F5FCC7;
	padding: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: top;
}
table th.actions{
	width: 310px;
}
table td.actions{
	text-align: center;
	vertical-align: top;
}
table td.actions a{
	margin: 1px;
}
table td.currency{
	text-align: right;
}
table tr.total{
	text-align: right;
	background: transparent;
	font-weight: bold;
}
table tr.total td{
	background: transparent;
}




/* Pagination */
.pagination{
	clear:both;
	color: #666;
	margin: 24px 0;
	padding: 8px;
	background: #fafafa;
	border: 1px solid #ddd;
}
.paging {
	float: right;
}
.pagination .counter{
	float: left;
}
.paging span {

}
.paging span.current {
	padding: 4px 2px;
	font-weight: bold;
}



/* Previous and Next links */
.paging a.previous:link,
.paging a.previous:visited,
.paging a.previous:active{
	padding: 4px;
	height: 24px;
	text-decoration: none;
	color: #778905;
}
.paging a.previous:hover{
	height: 24px;
	padding: 4px;
	text-decoration: none;
	color: #5d6b00;
}
.paging a.next:link,
.paging a.next:visited,
.paging a.next:active{
	padding: 4px;
	height: 24px;
	text-decoration: none;
	color: #778905;
}
.paging a.next:hover{
	height: 24px;
	padding: 4px;
	text-decoration: none;
	color: #5d6b00;
}



/* Previous and Next disabled links */
.paging .previous-disabled{
	display: none;
}
.paging .next-disabled{
	display: none;
}



/* Number links */
.paging span a:link,
.paging span a:visited,
.paging span a:active{
	color: #778905;
	padding: 4px 2px;
	text-decoration: none;
}
.paging span a:hover{
	color: #5d6b00;
	padding: 4px 2px;
	text-decoration: none;
}



/* Index and View*/
.index{
	margin: 0 0 24px 0;
	padding: 0;
}
.index h2{
    margin: 0 0 18px 0;
}
.view{
	margin: 0 0 24px 0;
	padding: 0;
}
.index dt,
.view dt{
	float: left;
	width: 100px;
	text-align: right;
	color: #808080;
	padding: 4px 18px 4px 0;
}
.index dd,
.view dd{
	float: left;
	width: 602px;
	padding: 4px 0 4px 0;
}
.created-modified{
	color: #999;
	font-style: italic;
	margin: 18px 0;
}



/* Page Description */
.description{
	margin: 0 0 18px 0;
}



/* Sortable items */
#sortable li,
#sortable tbody tr{
	cursor: move;
}
