html {
    height: 100%;
    padding-top: 0 !important;
}

body
{
  height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	behavior: url(/wwwroot/css/csshover.htc);
}

body, td
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, verdana, sans-serif;
	font-size: 12px;
}

a
{
	font-size: 12px;
	color: #d6323a;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none !important;
}

h1, h2, h3, h4
{
	margin: 4px 0;
}

h1, h2 {
  color: #333333;
  font-family: Georgia;
  font-size: 17px;
  font-weight: bold;
}

h2.ptitle {
    color: #333333;
    float: left;
    font-family: Georgia;
    font-size: 17px;
    font-weight: bold;
    width: 500px;
}

h2.negative{
  margin: 0 0 -30px 0;
}

/************************************************body************************************************/

#full_area{
  .height: 100%;
  margin: 0 auto;
  min-height:100%;
  padding: 0 0 40px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#container{
  margin: 0 auto;
  padding-bottom: 80px;   /* Height of the footer */
  text-align: left;
  width: 100%;
}

#full_area .inner 
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/************************************************header************************************************/

#admin-header
{
	background: #2776bf url(../images/admin/bg-header.jpg) 0 0 repeat-x;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

#admin-header .logo
{
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	height: 100px;
	width: 343px;
	background: url(../images/admin/logo-power-panel.png) no-repeat top left;
}

#admin-header .actions
{
	float: right;
	height: 100px;
}

#admin-header .actions a
{
	float: left;
	display: block;
	padding-top: 47px;
	width: 55px;
	text-align: center;
	text-transform: lowercase;
	height: 20px;
	margin-top: 15px;
	text-decoration: none;
	color: white;
}

#admin-header .actions a:hover
{
	color: black;
}

#admin-header .actions a.log-out
{
	background: url(../images/admin/ic-log-out.gif) no-repeat top center;
}

#admin-header .actions a.view-site
{
	background: url(../images/admin/ic-view-site.gif) no-repeat top center;
}

#admin-header .actions a.admin-site
{
	background: url(../images/admin/ic-admin.png) no-repeat top center;
}

#admin-header .actions a.manage-site
{
	background: url(../images/admin/ic-manage.png) no-repeat top center;
}

#admin-header .information
{
	float: right;
	padding: 16px 10px;
	height: 40px;	
	font-weight: bold;
	text-align: right;
}

#admin-header .information .site-name
{
	color: #b62a31;
	font-size: 17px;
  padding-bottom: 4px;
}

#admin-header .information .change-password,
#admin-header .information .change-password a
{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#admin-header .information .change-password a:hover
{
	text-decoration: underline;
}

#admin-header .information .login,
#admin-header .information .login a
{
	color: #000;
	font-size: 13px;
}

#admin-header .information .username,
#admin-header .information .username a
{
	color: #000;
	text-decoration: none;
	font-weight: normal; 
}

/************************************************navigation************************************************/

#nav
{
	height: 65px;
	background: url(../images/admin/bg-menu.gif) repeat-x top center;
	margin: 0 auto;
	padding-bottom: 8px;
  position: relative;
	text-align: center;
  width: 100%;
	z-index: 1000;
}

#nav ul
{
	list-style: none;
	margin: 0 auto;
  padding:0;
  position: relative;
  width: 100%;
}

#nav ul li 
{
	float: left;
	margin-top: 8px;
	margin-right: 1px !important;
  position: relative;
  width: 80px;
	text-align: center;
}

#nav ul li a
{
  display: block;
	height: 25px;
	padding: 7px 10px 0 10px;
	color: white;
	font-size: 14px;
	line-height: 25px;
  position: relative;
	text-decoration: none;
}

#nav ul li:hover
{
	background: #aeb9ba;
}

#nav ul li:hover a{
  color: #000;
}

#nav ul li.current
{
	background: #aeb9ba;
}

#nav ul li.current a
{
  color: #000;
}

#nav ul li.classifieds{
	width: 90px !important;
}

#nav ul li ul
{
  display: none;
	position:absolute;
	top:32px;
	left:0;
}

#nav ul li:hover ul
{
  display:block;
	margin: 0 !important;
  width: 200px;
}

#nav ul li ul li
{
	background: #d3dbdc !important;
  border-bottom: 1px solid #aeb9ba;
  border-right: 1px solid #aeb9ba;
  border-left: 1px solid #aeb9ba;
	margin-top: 0 !important;
	margin: 0 !important;
	padding: 0 3px 3px 3px;
  position: relative;
	width: 200px;
  text-align: left;
}

#nav ul li ul li:hover{
  background-color: #dce8f1 !important;
}

#nav ul li ul li a
{
  padding-top: 4px !important;
  color: #000;
	text-decoration: none;
}

/************************************************content************************************************/

#content
{
	position: relative;
}

/************************************************footer************************************************/

#footer
{
	background: #e0e5e6 url(../images/admin/bg-footer.jpg) 0 0 repeat-x;
  bottom: 0;
  float: left;
	left: 0;
	min-width: 1200px;
  position:absolute;
  text-align: center;
	width: 100%;
	height: 60px;
  padding: 10px 0 0 0;
	z-index: 0;
}

#footer ul{
	list-style-type: none;
}

#footer ul li 
{
	float: left;
  margin: 0 20px 0 0;
}

#footer a, #footer ul li a
{
	color: #828c8d !important;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover, #footer ul li a:hover
{
	color: #9fa8a9 !important;
}

.copyright{
  color: #8f9c9d !important;
}

.side
{
	float: right;
}

.side .section
{
	width: 278px;
}

.side .section.alert
{
	background: url(../images/admin/bg-section-highlight-header.gif) repeat-x top center;	
}

.side .section.contact, .side .section.help
{
  border: 1px solid #E5E8EB;
	padding-bottom: 10px;
}

.webimpakt td{
  padding: 5px 5px 5px 0;
}

.side .section .image
{
	float: right;
}

.side .section .title
{
	padding: 15px 10px 30px;
}

.side .section .body
{
	padding: 5px 10px;
}

.section
{
	width: 698px;
	background: url(../images/admin/bg-section-header.jpg) repeat-x top center;
	margin-bottom: 8px;
}

.section span
{
	display: block;
}

.side .cart_info
{
	border: 1px solid #e5e8eb;
}

.section .image
{
	float: left;
	height: 93px;
	width: 93px;
}

.section .data
{
	padding: 18px 0 0 7px;
	float: left;
	color: #333333;
	width: 598px;
}

.section a
{
	text-decoration: none;
}

.section .body a
{
	text-decoration: underline;
}

.section .title {
  color: #333333;
  font-family: Georgia;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 4px;
  text-decoration: none;
}

.section .title .smaller
{
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

.section.help .image
{
	background: url(../images/admin/ic-help.png) no-repeat 50% 10%;
}

.section.contact .image
{
	background: url(../images/admin/ic-help.png) no-repeat 50% 10%;
}

.section.alert .image
{
	background: url(../images/admin/ic-help.png) no-repeat 50% 10%;
}

.section.content .image
{
	background: url(../images/admin/ic-content.png) no-repeat center center;
}

.side .section .image{
}

.section.store .image, .side .cart_info .image
{
	background: url(../images/admin/ic-store.png) no-repeat center center;
}

.section.security .image
{
	background: url(../images/admin/ic-permissions.png) no-repeat center center;
}

.section.blog .image
{
	background: url(../images/admin/ic-blog.png) no-repeat center center;
}

.section.extra .image
{
	background: url(../images/admin/ic-extras.png) no-repeat center center;
}

.section.setting .image
{
	background: url(../images/admin/ic-settings.png) no-repeat center center;
}

.section.ad .image, .section.ads .image
{
	background: url(../images/admin/ic-ad.png) no-repeat center center;
}
.section.ad_advertisers .image
{
	background: url(../images/admin/ic-ad_advertisers.png) no-repeat center center;
}
.section.ad_zones .image
{
	background: url(../images/admin/ic-ad_zones.png) no-repeat center center;
}
.section.ad_sizes .image
{
	background: url(../images/admin/ic-ad_sizes.png) no-repeat center center;
}
.section.classifieds .image
{
	background: url(../images/admin/ic-classifieds.png) no-repeat center center;
}
.section.classified_categories .image
{
	background: url(../images/admin/ic-classified_categories.png) no-repeat center center;
}
.section.classified_listings .image
{
	background: url(../images/admin/ic-classified_listings.png) no-repeat center center;
}

.section.reports .image
{
	background: url(../images/admin/ic-report.png) no-repeat center center;
}

.section.dropdowns .image
{
	background: url(../images/admin/ic-dropdowns.gif) no-repeat center center;
}
.section.rotating_images .image
{
	background: url(../images/admin/ic-rotating_images.gif) no-repeat center center;
}

.section.testing .image
{
	background: url(../images/admin/ic-testing.gif) no-repeat center center;
}

.section.product_categories .image
{
	background: url(../images/admin/ic-categories.png) no-repeat center center;
}

.section.countries .image
{
	background: url(../images/admin/ic-countries.png) no-repeat center center;
}

.section.import .image
{
	background: url(../images/admin/ic-import.png) no-repeat center center;
}

.section.products .image
{
	background: url(../images/admin/ic-products.png) no-repeat center center;
}

.section.forum .image
{
	background: url(../images/admin/ic-forum.png) no-repeat center center;
}

.section.forum_threads .image
{
	background: url(../images/admin/ic-forum-thread.png) no-repeat center center;
}

.section.forum_categories .image
{
	background: url(../images/admin/ic-categories.png) no-repeat center center;
}

.section.states .image
{
	background: url(../images/admin/ic-states.png) no-repeat center center;
}

.section.taxes .image
{
	background: url(../images/admin/ic-taxes.png) no-repeat center center;
}

.section.pages .image
{
	background: url(../images/admin/ic-pages.png) no-repeat center center;
}

.section.contentareas .image
{
	background: url(../images/admin/ic-contentareas.png) no-repeat center center;
}

.section.blog_authors .image
{
	background: url(../images/admin/ic-blog_authors.png) no-repeat center center;
}

.section.events .image
{
	background: url(../images/admin/ic-events.png) no-repeat center center;
}

.section.search_site .image
{
	background: url(../images/admin/ic-search2.png) no-repeat center center;
}

.section.blog_categories .image
{
	background: url(../images/admin/ic-blog_categories.png) no-repeat center center;
}

.section.blog_posts .image
{
	background: url(../images/admin/ic-blog.png) no-repeat center center;
}

.section.blog_comment_pending .image
{
	background: url(../images/admin/ic-blog_comment_pending.png) no-repeat center center;
}

.section.users .image
{
	background: url(../images/admin/ic-blog_authors.png) no-repeat center center;
}

.section.groups .image
{
	background: url(../images/admin/ic-groups.png) no-repeat center center;
}

.section.settings .image
{
	background: url(../images/admin/ic-system.png) no-repeat center center;
}

.system_messages p
{
	margin: 1px 5px 1px 20px;
}

.clean-filters
{
	padding-left: 18px;
	line-height: 16px;
	padding-bottom: 2px;
	background: url(../images/cms/broom.png) no-repeat top left;
}

.preview
{
	padding-right: 18px;
	line-height: 16px;
	padding-bottom: 2px;
	background: url(../images/cms/ic-search.png) no-repeat top right;
}

table.cart-info{
  border-collapse: collapse;
  width: 100%;
  .width: 90%;
}

table.cart-info td{
  border-bottom: 1px solid #e5e8eb;
  line-height: 22px;
	padding: 10px 0;
}

table.cart-info td.cart-label{
  font-weight: bold;
  line-height: 15px;
	width: 65%;
}

table.cart-info-i{
  float: right;
	margin: -15px 0 0 0;
  width: 90%;
}

.no-border{
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
	padding: 10px 0 0 0 !important;
}

/************************************************tablesorter************************************************/

table.tablesorter{
  margin-top: 15px;
}

table.tablesorter td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

table.tablesorter .header {
  background-image: url("../images/admin/table-sorter-bg.jpg") !important;
  padding-left: 17px !important;
  padding-top: 6px !important;
}

table.tablesorter th.headerNoSort {
  background: url("../images/admin/blank.jpg") repeat-x !important;
}

table.tablesorter .headerSortDown {
  background-image: url("../images/admin/desc.jpg") !important;
  background-position: -7px 0 !important;
}

table.tablesorter .headerSortUp {
  background-image: url("../images/admin/asc.jpg") !important;
  background-position: -7px 0 !important;
}

table.tablesorter .odd {
  background-color: #F0F0F0 !important;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

a.addnew{
  background: #84bae6 url("../images/admin/btn-bg.jpg") left center repeat-x;
  border: 1px solid #4a91ca;
  color: #fff;
	float: right;
  font-weight: bold;
  padding: 5px 7px;
	position: relative;
  text-decoration: none;
  z-index: 1;
}

a:hover.addnew{
  background: #84bae6 url("../images/admin/btn-bg-hover.jpg") left center repeat-x;
}

a.addnew span{
}

.reports-filter{
  margin: 7px 0 0 0;
}

.reports-filter label, .tlist label{
  color: #2876C0;
	font-weight: bold;
}

.tlist td{
  vertical-align: top;
	padding-right: 10px;
}

/*
.ui-widget-header {
  background: none !important;
	border: 0 !important;
	border-bottom: 1px solid #000 !important;
}
*/

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #90C5EF !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #FFFFFF !important;
}

/************************************************order details************************************************/

.order-details table {
  border-collapse: collapse;
}

.order-details table th {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
	padding: 10px;
}

.order-details table td {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  color: black;
  font-size: 12px;
  line-height: 17px;
  padding: 10px 80px 10px 10px;
}

.order-details table td.even, .order-details table th.even{
  background: #F0F0F0;
}

.sales-price{
  color: red;
}

.form .form_item{
  padding: 5px 0 !important;
} 
