.tick {
	background: url('../img/yes.png');
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	margin-right: 0.5em;
}
.cross {
	background: url('../img/no.png');
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	margin-right: 0.5em;
}
.x-tree-node .product img.x-tree-node-icon {
	background: url('../img/product.png');
}
#ajax {
	width: 100%;
	position: absolute;
	top: 0;
	height: 25px;
	background: #fdfdfd;
	border-bottom: 1px solid #dedede;
	text-align: center;
	left: 0;
	padding-top: 0.2em;
}
.add { background-image:url('../img/edit_add.png') !important; }
.edit { background-image:url('../img/edit.png') !important; }
.delete { background-image:url('../img/edit_delete.png') !important; }
.up { background-image:url('../img/up.png') !important; }
.down { background-image:url('../img/down.png') !important; }
.red {
	border: 1px solid red;
	background-color: #fdcece;
}


.images .image {
background: white none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin-right:10px;
padding:10px;
margin-bottom: 10px;
margin-top: 10px;
}
.images {
	margin-top: 1em;
}

.images .first {
	margin-left: 0;
}
.images .last {
	margin-right: 0;
}

.imagetotheleft {
	float: left;
	clear: left;
	margin: 0 1ex 1ex 0;
}
.imagetotheright {
	float: right;
	clear: right;
	margin: 0 0 1ex 1ex;
}

.pricing {
	font-size: 15px;
	margin-top: 0.5em;
	width: 100%;
}
.pricing img {
	vertical-align: -30%;
}
.price_section {
	clear: both;
}

.pricing .price {
	color: #d60303;
	font-weight: bold;
}

.desc {
	float: left;
	clear: both;
	margin-left: 0;
}
.buy a {
	font-weight: bold;

}
img {
	border: 0;
}
body {
		background: white url('../img/page-background.png') repeat-x;
		padding:0;
		margin:0;
		font-family: arial, verdana, sans-serif;
		color:#616161;
		font-size: 13px;
		line-height: 1.4em;
		text-align: center;/*old ie hack*/
}
body > div {/*fix old ie hack*/
	text-align: left;
}
#page-border, #footer{/*fix old ie hack*/
	text-align: left;
}
#page-border {
		/*width: 854px;
		padding: 0 53px;
		min-height: 461px;*/
		width: 960px;
		padding: 0;
		background: white url('../img/page-wrapper.png') no-repeat;
		margin: 10px auto;
}
* html #page-border {
		/*height: 461px;*/
}
#header {
	padding: 84px 53px 40px;
	text-align: right;
}
#menu.left {
		width: 190px;
		float: left;
		/**/padding-left: 53px;
}

#menu ul {
		list-style-type: none;
		padding: 0;
		margin:0;
		margin-left:7px;
		margin-bottom: 1em;
}
#menu li {
		line-height: 140%;
}
#menu .heading {
		font-size: 1.2em;
		line-height: 140%;
		margin-top: 1.4em;
		color: #cc0a00;
}
#content {
		width: 640px;
		float: right;
		/**/padding-right: 53px;
}
h1 {
		font-size: 1.5em;
		font-weight: normal;
		margin-top: 2em;
		color:#254b97;
}
h2 {
		font-size: 1.4em;
		font-weight: normal;
}
h3 {
		font-size: 1.2em;
		font-weight: normal;
}
h4 {
		font-size: 1.1em;
}
h5 {
		font-size: 1.0em;
		color: #888888;
}
h6 {
		font-size: 1.0em;
		color: #aaaaaa;
}
.calc {
		background: url('../img/calc-background.png');
		width: 453px;
		height: 149px;
		padding: 20px;
		padding-top: 1px;
}
table.table_normal {
background:#FEFEFE none repeat scroll 0 0;
border-left:1px solid #DEDEDE;
border-top:1px solid #DEDEDE;
margin-bottom:1em;
margin-top:1em;
}

table.table_normal td, table.table_normal th {
border-bottom:1px solid #DEDEDE;
border-right:1px solid #DEDEDE;
padding:4px 10px;
}
table th h1, table th h2, table th h3, table th h4 {
		margin: 0;
}
#menu a, #header a {
	color: #616161;
	text-decoration: none;
}
#menu a:hover, #header a:hover {
	color: #212121;
	text-decoration:underline;
}
#menu a.highlight {
	color: red;
}
a{
	color:#5278c4;
	text-decoration:underline;
	}
a:hover{
	color:#254b97;
	text-decoration:none;
}
#footer {
	margin-top: 80px;
	background: #edf7ff url('../img/page-background-bottom.png') repeat-x left top
}
#sitemap {
	width: 854px;
	padding: 0 46px 3em;
	margin: 0 auto;
	background-color: #ffffff;
	border: #edf7ff solid;
	border-width: 0 thin;
}
#sitemap .col {
	border-right: 2px solid #edf7ff;
	float: left;
	padding: 0 10px;
	position: relative;
	width: 197px;
	min-height: 180px;
	font-size: 13px;
}
#sitemap .col.frst {
	padding-left: 0;
}
#sitemap .col.lst {
	padding-right: 0;
	border-right-width: 0;
}
#sitemap a {
	margin-left: 5px;
	color: #888;
}
tr.error td {
	background: #ffcccc;
	border: 1px solid #eebbbb;
}
td p.error {
	padding:0;
	margin: 0;
	color: red;
	font-weight: bold;
}
#sitemap span a {
	color: #676767;
	/*font-size: 1.1em;*/
	font-weight: bold;
}
#sitemap h2 a {
	margin-left: 5px;
	color: #777;
}
div.error, div.info, div.commonbox {
	margin-top: 1em;
	background: #fafafa url('../img/info-box-bg.png') repeat-x bottom;
	padding: 0em 1em 1em 1em;
	border: 1px solid #dedede;
}
/*trbl*/
div.error h2 {
	color:red;
}
.content-first {
	margin-top: 0 !important;
}
.product-list-image {
	background: white;
	padding: 10px;
	border: 1px solid #eaeaea;
}
td.field_required {
	background: transparent url('../img/required_bullet.png') no-repeat 95% center;
}
td.field_required {
	border-right: 0px;
}
