
body {
	margin: 0;
	padding: 0;
	background-color: #DEDEDE;
}

body, div, p, td, input {
	font-family: Arial;
	color:#2F2F2F;
}

a, a:visited {
	color:#666666;
	text-decoration: none;
}

.head {
	background-image: URL(../gfx/header-bg.gif);
	height: 158px;

	font-size: 11px;
	color: #ABABAB;
}

.head h1 {
	color: #FFFFFF;
	margin: 25px 0 0 25px;
}

.content {
	background-image: URL(../gfx/content-bg.gif);
	background-repeat: repeat-x;
	background-color: #E9ECEE;

	font-size: 11px;
}

.content .center {
	background-color: #FFFFFF;
}

.foot {
	background-image: URL(../gfx/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #808080;

	color: #4E4E51;
	font-size: 11px;
}

.foot .center div {
	padding: 0 10px;
}


.dropdown, .dropdown li, .dropdown li a {
	color: #AAAAAA;
	font-size: 13px;

	list-style: none;

	padding: 0;
	margin: 0;
}

.dir .category_main {
	font-weight: bold;

	display: block;
	padding: 15px 10px 0 10px !important;
	height: 30px;
	background-image: URL(../gfx/navigation-div.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.dir {
	padding: 0px 4px;
}

.center {
	width: 932px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

a, a:visited, a:active, a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

input[type="text"], input[type="password"] {
	border: 1px solid #DEDEDE;
	padding: 3px;
	font-size: 12px;
}

input[type=button], input[type=submit] {
	background-image: URL(../gfx/box-header-bg.gif);
	background-repeat: repeat-x;
	background-color: #FCFDFD;
	padding: 3px 12px;

	font-weight: bold;
	color: #666666;
	font-size: 12px;

	border: 1px solid #CCCCCC;
}

.box {
	width: 193px;
	border: 1px solid #CCCCCC;
}

.box_header {
	background-image: URL(../gfx/box-header-bg.gif);
	background-repeat: repeat-x;
	background-color: #FCFDFD;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px;

	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

.box_content {
	background-image: URL(../gfx/box-content-bg.gif);
	background-repeat: repeat-x;
	background-color: #FCFCFC;

	padding: 12px;

	color: #777777;
	font-size: 12px;
}

.sidebar_subcat {
	margin-bottom: 5px;
}

.layout_table {
	margin: 0;
	padding: 0;
}

.layout_table td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.template_table {
	border-collapse: collapse;
}

.template_table tr td {
	padding: 5px;
	border: 1px solid #D9DDE3;

	font-size: 12px;
	color: #2F2F2f;
}

.page_title {
	background-image: URL(../gfx/box-header-bg.gif);
	background-repeat: repeat-x;
	background-color: #FCFDFD;
	padding: 6px 12px;
	margin-top: 0px;

	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

.page_subtitle {
	padding: 6px 12px;
	margin-top: 6px;

	font-weight: bold;
	color: #666666;
	font-size: 13px;

	border-bottom: 1px solid #CCCCCC;
	border-left: 10px solid #FFE400;
}

.page_infobar {
	padding: 6px 12px;
	margin-top: 6px;

	font-size: 11px;

	border-bottom: 1px solid #CCCCCC;
}

.product_list {
	border-bottom: 1px solid #CCCCCC;
	font-size: 13px;
	margin: 10px 0;
}

.highlight1 {
	color: #666666;
	font-weight: bold;
}

.highlight2 {
	font-size: 10px;
	color: #2F2F2f;
}

.highlight2 a {
	color: #2F2F2f;
}

.img_preview {
	border: 2px solid #DDDDDD;
	margin: 5px;
}

.normalheading {
	font-size: 14px;
	font-weight: bold;
	color: #2F2F2f;
}

.normaltext {
	font-size: 12px;
	color: #2F2F2f;
}

.bold {
	font-weight: bold;
}

.ralign {
	text-align: right;
}

.calign {
	text-align: center;
}

.indentcontent {
	margin: 10px;
}

.tl-error {
	margin: 3px 0;
	padding: 2px;
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.tl-info {
	margin: 3px 0;
	padding: 2px;
	border: 1px solid #ffdc00;
	background-color: #fff9d1;
}
