body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 1px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 70%;
	min-width:1px;
	min-height:1px;
}

.art-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 1px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 2px;
	height: 2px;
	background-image: url('images/Sheet-s.png');
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 1px;
	right: 1px;
	height: 2px;
	background-image: url('images/Sheet-h.png');
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 1px;
	bottom: 1px;
	width: 2px;
	background-image: url('images/Sheet-v.png');
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 1px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 1px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #FAFAFA;
}


.art-Sheet
{
	margin-top: 10px !important;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:998px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 4px 2px 0px 2px;
}

.art-nav
{
	position: relative;
	height: 27px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 27px;
	background-image: url('images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 998px;
	clip: rect(auto, auto, auto, 998px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 23px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 69px;
	background-image: url('images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:6px;
}

.art-menu a .r
{
	width:412px;
	right:0;
	clip: rect(auto, auto, auto, 406px);
}

.art-menu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FAFAFA;
	padding: 0 7px;
	margin: 0 6px;
	line-height: 23px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-23px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-23px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-23px;
}
.art-menu a:hover .t
{
	color: #FAFAFA;
}

.art-menu li:hover a .t
{
	color: #FAFAFA;
}

.art-menu li:hover>a .t
{
	color: #FAFAFA;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -46px;
}

.art-menu a.active .t
{
	color: #141414;
}


/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 220px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #FAFAFA;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #FAFAFA;
	background-position: 0 -26px;
}

.art-menu ul li:hover>a
{
	color: #FAFAFA;
	background-position: 0 -26px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #FAFAFA;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #FAFAFA;
}


/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 998px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.art-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
	position:absolute;
	z-index:-1;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/Block-s.png');
}

.art-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.art-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.art-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.art-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.art-Block-tc, .art-Block-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/Block-h.png');
}

.art-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.art-Block-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/Block-v.png');
}

.art-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.art-Block-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.art-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #FAFAFA;
}


.art-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 8px;
	margin-bottom: 0px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 8px;
	line-height: 30px;
}





.art-header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	min-height: 14px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc,.art-BlockContent-cr, .art-BlockContent-cl
{
	position:absolute;
	z-index:-1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}

.art-BlockContent-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.art-BlockContent-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.art-BlockContent-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.art-BlockContent-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.art-BlockContent-tc, .art-BlockContent-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/BlockContent-h.png');
}

.art-BlockContent-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.art-BlockContent-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.art-BlockContent-cr, .art-BlockContent-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/BlockContent-v.png');
}

.art-BlockContent-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.art-BlockContent-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.art-BlockContent-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #E5E5E5;
}


.art-BlockContent-body
{
	color:#595959;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-BlockContent-body a:link
{
	color: #4F4F4F;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #828282;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #696969;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #242424;
	padding:0;
}

.art-BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.art-BlockContent-body ul 
{
	padding:0px 0 0px 8px;
	background-repeat:no-repeat;
	margin:2px 0 2px 0;
}

.art-BlockContent-body li
{
    padding-left: 11px;
    vertical-align: top;
    margin-bottom: 5px;
    position:relative;
    left: 10px;
}

/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Post-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}

.art-Post
{
	margin: 10px;
}

/* Start images */
a img
{
	border: 0;
}

.art-article img, img.art-article
{
	border: solid 1px #A6A6A6;
	margin: 1em;
}

.art-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #B5B5B5;
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #3D3D3D;
}

.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #3D3D3D;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4A4A4A;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #616161;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #737373;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #525252;
}

.art-PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #525252;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #737373;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #737373;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #383838;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #737373;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #575757;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #737373;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #737373;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #666666;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #666666;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #666666;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #3D3D3D;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.art-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.art-Post ol li, .art-Post ul ol li
{
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-Post ol ul li 
{
	background-image:none;
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#141414;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		border:solid 1px #C7C7C7; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#FAFAFA;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 34px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #000000 !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #EBEBEB !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:11px;
}

.art-button-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -34px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -68px;
}


/* end Button */

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 998px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 998px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
}




.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#1A1A1A;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #4D4D4D;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #1A1A1A;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #4D4D4D;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#666666;
}

.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#666666;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 248px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 748px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 748px;
}
/* end LayoutCell */


/* Search Form */
fieldset.search {
	border: none;
	margin: 0 auto;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #fff;
	font-size: 1.2em;
	font-weight:bold;
	width: 468px;
	height: 30px;
	padding: 8px 5px 0;
	background: #FFFFFF url(images/search_bg2.gif) no-repeat;
	margin-right: 5px;
}
.search input.box:focus {
	background: #616161 url(images/search_bg2.gif) no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(images/search_bg2.gif) no-repeat top right;
}
.search button.btn:hover {
	background: #fbc900 url(images/search_bg2.gif) no-repeat bottom right;
}


.style1 {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.style2 {color: #333333}



a.button{
	background:url('images/button.gif');
	display:block;
	color: #555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:5px;
	text-decoration:none;
	width:191px
}
a:hover.button{
	color:#0066CC;
}

a.button2{
	background:url('images/button2.gif');
	color: #000000;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:5px;
	text-decoration:none;
	width:150px;
	float:left;
	margin-right:3px;
}
a:hover.button2{
	color:#000000;
}

a.button3{
	background:url('images/button_comparsion.gif');
	color: #000000;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:5px;
	text-decoration:none;
	width:191px;
	float:left
}

a.button4{
	background:url('images/button.gif');
	color: #000000;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:5px;
	text-decoration:none;
	width:191px;
	float:left
}



.empfehlen{
	background:url('images/msg.gif') no-repeat 10px 8px;
	text-indent:30px;
	display:block
}
.merkliste{
	background:url('images/cart.png') no-repeat 10px 8px;
	text-indent:20px;
	display:block
}

.produkt_merken{
	background:url('images/cart_put.png') no-repeat 10px 8px;
	text-indent:30px;
	display:block
}

.produkt_details{
	background:url('images/detailed.png') no-repeat 10px 8px;
	text-indent:30px;
	display:block
}

.produkt_preisvergleich{
	background:url('images/icon_compare.png') no-repeat 10px 4px;
	text-indent:30px;
	display:block
}

.produkt_entfernen{
	background:url('images/cart_delete.png') no-repeat 10px 8px;
	text-indent:30px;
	display:block
}

.produkt_gutschein{
	background:url('images/tagplus.png') no-repeat 10px 8px;
	text-indent:20px;
	display:block
}

.fehler{
	background:url('images/alert.gif') no-repeat 10px 8px;
	text-indent:30px;
	display:block
}
.link{
	background:url('images/link_16x16.png') no-repeat 10px 8px;
	text-indent:30px;
	display:block
}

.goback{
	background:url('images/link_error.png') no-repeat 10px 8px;
	text-indent:30px;
	display:block
}

.tree_sub_categorys ul {
 margin-left:-20px
}
	
.TableTopBorder{
font-size: 11px; 
padding-top: 0px; 
padding-right: 0px; 
padding-bottom: 0px; 
padding-left: 0px; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
border-bottom-width: 1px; 
border-bottom-style: dashed; 
border-bottom-color: rgb(225, 225, 225);
}

.TableMainBorder{
font-size: 11px; 
margin: 0px; 
padding-left: 12px; 
padding-right: 12px; 
padding-top: 8px; 
padding-bottom: 8px; 
background-image: url('images/dotted.png'); 
background-position: 50% 50%
}

.TableBottomBorder{
font-size: 11px; 
padding-top: 0px; 
padding-right: 0px; 
padding-bottom: 0px; 
padding-left: 0px; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
border-bottom-width: 1px; 
border-bottom-style: dashed; 
border-bottom-color: rgb(225, 225, 225);
}





.TableCatTitle{
font-size: 14px; 
font-weight: bold; 
font-family: Arial, verdana;
color: rgb(51, 51, 51); 
text-decoration: none;

}

.TableSubTitle{
list-style-type: none; 
margin-left: 0px; 
margin-right: 0px; 
margin-top: 10px; 
margin-bottom: 0px; 
padding: 0px;
font-family: Arial, verdana;

}


.TableSubTitle2 a{
text-decoration:none
}

.TableSubTitle2 a:hover{
text-decoration:underline
}

.TableSubTitle2 {
list-style-type: none;
background-image: none;
font-size: 11px;
color: rgb(51, 51, 51); 
margin: 0px; 
padding-left: 0px; 
padding-right: 0px;
padding-top: 0px; 
font-family: Arial, verdana;
padding-bottom: 0px;
}


.infiniteCarousel {
  width: 715px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 615px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 80px;
  margin: 0 40px;
  position: relative;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 120px;
  background-image:none;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/carousel_arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 17px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

.ebay_alert {
	background: #fff6bf url(images/basket_error.png) 15px center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.news_line {
	background: #FFFFFF url(images/newspapers.png) 15px center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom:5px;
}

.VoucherLine {
  height: 30px;
  width:100%;
  background: url(images/dotted_bottom.gif);
}

#rnd_container {background: #FFFFFF; margin:1px;}    
.rnd_top, .rnd_bottom {display:block; background:#FFFFFF; font-size:1px;}
.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
.rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
.rnd_b2, .rnd_b3, .rnd_b4 {background:#FFFFFF; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.rnd_b1 {margin:0 5px; background:#CCCCCC;}
.rnd_b2 {margin:0 3px; border-width:0 2px;}
.rnd_b3 {margin:0 2px;}
.rnd_b4 {height:2px; margin:0 1px;}
.rnd_content {
    display:block;
    border:0 solid #CCCCCC;
    border-width:0 1px;
    padding: 4px;
    background:#FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
    color: #666666;
}
.VoucherHeadline {
	font-family: Lucida, Courier New, Courier;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color:#CCCCCC;
	margin-bottom:3px;
}
.VoucherFooter {
	display:block;
	text-align:right;
	background:url("images/roundarr.gif") 115px 50% no-repeat;
	padding:0 24px 0 0;
	text-decoration:none;
	color:#44a;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

.VoucherFooter:hover {
	text-decoration:underline;
}
.VoucherSmall{ width:138px; margin-right:3px; margin-top:3px }


#search_box {
    width: 400px;
    height: 31px;
    background: url(images/bg_searchbox.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 350px;
	height:19px;
    background: none;

	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;

}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

#pagination-products li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:4px;
}
#pagination-products a{
border:solid 1px #9aafe5
margin-right:4px;
}
#pagination-products .previous-off,
#pagination-products .next-off {
border:solid 1px #DEDEDE;
color: #CCCCCC;
display:block;
float:left;
font-weight:bold;
margin-right:4px;
padding:3px 4px;
}
#pagination-products .next a,
#pagination-products .previous a {
font-weight:bold;
} 
#pagination-products .active{
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-products a:link,
#pagination-products a:visited {
color:#0e509e
display:block;
float:left;
padding:3px 6px;
border:1px solid #CCCCCC;
text-decoration:none;
margin-right:3px;

}

#pagination-products .prefix {
color:#0e509e
display:block;
float:left;
padding:1px 1px;
border:1px solid #FFFFFF;
text-decoration:none;
margin-right:0px;

}

#pagination-products a:hover{
border:solid 1px #0e509e;
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
}

.prettyGalleryContainer{clear:both;float:left;margin:0 0 0px 0}
.prettyGalleryContainer a:focus{outline:none}
.prettyGalleryContainer img{border:1px solid #333333}
.prettyGalleryContainer ul{margin:0;padding:0;list-style-type: none;background-image:none; }
.prettyGalleryContainer ul li{display:block;float:left;list-style-type: none;background-image:none; margin: 0;padding:0;}
.prettyGalleryContainer ul li a,.prettyGalleryContainer ul li a img{display:block;list-style-type: none;background-image:none; padding:0; margin: 0;}
.prettyGalleryBackground{background:url(images/prettyGallery/content_background.png) top left repeat;padding:10px;-moz-border-radius:10px;-webkit-border-radius:10px;margin:0 0 10px 0}
.pp_alignleft{float:left}.pp_alignright{float:right}
.pp_aligncenter{margin:0 auto; padding:0}
.pg_paging .pg_prev{background:url(images/prettyGallery/pagingNav.png) top left no-repeat;display:block;float:left;height:14px;margin:1px 3px 5px 0;text-indent:-10000px;width:9px}
.pg_paging .pg_prev:hover{background-position:0 -14px}
.pg_paging .pg_next{background:url(images/prettyGallery/pagingNav.png) top right no-repeat;display:block;float:left;height:14px;margin:1px 0 0 3px;text-indent:-10000px;width:9px}
.pg_paging .pg_next:hover{background-position:100% -14px}
.pg_paging ul{text-align:center; list-style-type: none;background-image:none; list-style-image:none; list-style:none;margin: 0;padding:0; margin:0 }
.pg_paging li{text-align:center;list-style-type: none;background-image:none; list-style-image:none; list-style:none;margin: 0;padding:0; margin:0}
.pg_pages{background:url(images/prettyGallery/pagingBackgroundLeft.png) top left no-repeat;float:left;padding-left:8px;margin: 0;padding:0; margin:0}
.pg_pages ul{background:url(images/prettyGallery/pagingBackgroundRight.png) top right no-repeat;float:left;height:15px;padding-right:9px;margin: 0;padding:0; margin:0}
.pg_pages ul li{line-height:15px,padding:0; margin:0}
.pg_pages ul li.selected{font-weight:bold;padding:0; margin:0}
.pg_pages a{color:#fff;font-family:Arial;font-size:11px;text-decoration:none;padding:2px}
.pg_pages a:hover{color:#c4c4c4}
.pg_pages a.circle{display:block;background:url(images/prettyGallery/pagingPageNumber.png) top left no-repeat;height:8px;margin:3px 1px 0 3px;padding:0;text-indent:-10000px;width:8px}
.pg_pages a.circle:hover,.pg_pages .selected a.circle{background-position:bottom left}

/* font-size */
.T8  a{font-size:8pt;color:#0000FF; text-decoration:none}
.T9  a{font-size:9pt;color:#0000FF; text-decoration:none}
.T10 a{font-size:10pt;color:#0000FF; text-decoration:none}
.T11 a{font-size:11pt;color:#0000FF; text-decoration:none}
.T12 a{font-size:12pt;color:#0000FF; text-decoration:none}
.T13 a{font-size:13pt;color:#0000FF; text-decoration:none}
.T14 a{font-size:14pt;color:#0000FF; text-decoration:none}
.T16 a{font-size:16pt;color:#0000FF; text-decoration:none}
.T20 a{font-size:20pt; color:#0000FF; text-decoration:none}
.valign_top{vertical-align: top;}


.ProductList{padding:8px 12px 8px 12px; background-position: center 50%; background-image: url(images/dotted_line.gif); margin: 0px;}
.ProductListUnderLine{padding:0px; margin: 0px; border-bottom: 1px dashed #e1e1e1;} 
.ProductListImage{padding:5px 5px 5px 5px; margin: 0px;}
.ProductListZoom{padding:0px 0px 15px 0px; margin: 0px;}
.ProductListDesc{padding:10px 5px 5px 5px; margin: 0px; vertical-align: top; }
.ProductListTitle a{padding:5px 0px 2px 0px; margin: 0px; font-weight: bold; font-size: 15px; font-family: Arial, Helvetica, sans-serif; color:#0033cc}
.ProductListShortDesc{color: #444444; line-height: 17px;font-size: 12px; font-family: Arial, Helvetica, sans-serif}
.ProductListShortDesc a{color: #444444; line-height: 17px;font-size: 12px; font-family: Arial, Helvetica, sans-serif}
.ProductListRating{padding:5px 0px 5px 0px; color: #444444; margin: 0px;font-family: Arial, Helvetica, sans-serif;font-size: 12px;}
.ProductListPrice{padding:15px 5px 5px 5px; margin: 0px; vertical-align: top; text-align: center;}
.ProductPrice{padding:5px 0px 5px 0px; margin: 0px; font-weight: bold; font-size: 12px; white-space: nowrap;}
.ProductPriceLimit{font-weight: bold; font-size: 16px; white-space: nowrap; font-family: Arial, Helvetica, sans-serif}
.ProductPriceLimit a{text-decoration: none;}
.PriceComparsionBtn{background: url(images/btn.gif) no-repeat right top; height: 28px; margin: 5px 0px; padding: 0px; margin: 5px auto 5px auto;}
.PriceComparsionBtn a{display: block; background: url(images/btn.gif) no-repeat left top; height: 26px; padding: 3px 8px; color: #fff; font: bold 11px Verdana,Arial, Helvetica, sans-serif; text-decoration: none; white-space: nowrap;}
.PriceComparsionBtn a:hover{text-decoration: none; color: #fff;}
.PriceComparsionBtn a:active, .PriceComparsionBtn a:visited{color: #fff;}

.GotoShopBtn{ background-image: url(images/btnshop.png) no-repeat right top; height: 28px; margin: 5px 0px; padding: 0px; margin: 5px auto 5px auto;}
.GotoShopBtn a{display: block; background: url(images/btnshop.png) no-repeat left top; height: 26px; padding: 3px 8px; color: #fff; font: bold 11px Verdana,Arial, Helvetica, sans-serif; text-decoration: none; white-space: nowrap;}
.GotoShopBtn a:hover{text-decoration: none; color: #fff;}
.GotoShopBtn a:active, .GotoShopBtn a:visited{color: #fff;}


#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid gray;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(images/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(images/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: #0033cc;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: #0033cc;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}

tr.odd td,
tr.odd .column1 {
	background:#f4f9fe url(images/background.gif) no-repeat;
	}	
.column1	{
	background:#f9fcfe;
	}

thead.tbl8 th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}				
tfoot.tf8 th {
	background:#f4f9fe;
	text-align:center;
	}	
tfoot.tf8 th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot.tf8 th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}
