/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #ffffff;
}
body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, h4, ul, li, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	outline: none;
}
sup, sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	outline: none;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	vertical-align: top;
	text-align: left;
}
.colortable td {
	border: 1px solid #dddddd;
	padding: 0px 0px 0px 3px;
}
.colortablerow td {
	background-color: #eeeeee;
	font-weight: bold;
}


/* DEFAULT LIST STYLES */
ul li {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: decimal;
}


/* LINK STYLES */
a {
	color: #6b1312;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.shoparticle_front, .news_front{
	color: #333333;
}
.shoparticle_front:hover, .news_front:hover{
	color: #bc1c0d;
	text-decoration: none;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}


/* TEXT COLORS */
.textre {
	color: #ae0000;
}
.textgr {
	color: #999999;
}
.textstrike {
	text-decoration: line-through;
}


/* IMAGE STYLES */
img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
.imageleft {
	float: left;
	margin-right: 20px;
	margin-top: 8px;
}
.imageright {
	float: right;
	margin-left: 20px;
	margin-top: 8px;
}
.imagecenter {
	margin: 0px;
	vertical-align: middle;
}
.imagecenter, .imageleft, .imageright {
	display: inline;
}


/* EDITOR STYLES */
h1 {
	font-size: 13px;
	display: block;
	font-weight: bold;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #881111;*/
	margin-bottom: 4px;
}
h2 {
	font-size: 13px;
	display: block;
	font-weight: bold;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #881111;*/
	margin-bottom: 4px;
}
h3, h3 * {
	font-size: 13px;
	display: block;
	font-weight: bold;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 4px;
}
h4 {
	font-size: 13px;
	display: block;
	font-weight: bold;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-bottom: 4px;
}


/* EDITOR FILETYPES */
.xls {
	padding-left: 20px;
	background-image: url(../image/web/filetype/xls.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.doc {
	padding-left: 20px;
	background-image: url(../image/web/filetype/doc.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.pdf {
	padding-left: 20px;
	background-image: url(../image/web/filetype/pdf.gif);
	background-position: left;
	background-repeat: no-repeat;
}


/* EDITOR LINKS */
.prevlink {
	background-image: url(../image/web/prevlink_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.prevlinkwhite {
	background-image: url(../image/web/prevlink_white_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.morelink {
	background-image: url(../image/web/morelink_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
}
.morelinkwhite {
	background-image: url(../image/web/morelink_white_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
	color: #ffffff;
}
.nextlink {
	background-image: url(../image/web/nextlink_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.nextlinkwhite {
	background-image: url(../image/web/morelink_white_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #ffffff;
}
.linkwhite {
	color: #ffffff;
}
.linkwhitedivider {
	color: #ffffff;
	margin: 0px 7px;
}