/* Default stylesheet */
html{background: url(http://img3.custompublish.com/getfile.php/2230021.1093.ctaftqwxaq/tilesBg.png) repeat;}
body {
	background: url(http://img3.custompublish.com/getfile.php/2230423.1093.wsuctvdutr/topBG.png) repeat-x;
	color: #000000;
	/* font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif; */
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	/*font-family: "Myriad Pro", Myriad, Tahoma, "DejaVu Sans Condensed", FreeSans, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif	;*/
	/*font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 8px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
	font-family: "Myriad Pro", Myriad, Tahoma, "DejaVu Sans Condensed", FreeSans, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 0 5px;
}
.body img[align="left"] {
	margin-right: 10px;
}
.body img[align="right"] {
	margin-left: 10px;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a {color:#0069C2; text-decoration: none;}
a:visited { color: #999; }
a:hover { text-decoration: underline;}

/* read more.. links */
.pagebar a, .social{
	color: #9F0000;
	font-weight: 500;	
	font-family: "Myriad Pro", Myriad, Tahoma, "DejaVu Sans Condensed", FreeSans, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif;
}
.social > a{
	margin: 0 5px 0 0;
}
.pagebar{text-align: center;}
.pagebar a {
    font-size: 1.2em;
    text-decoration: none;

}
.pagebar a:hover {
    text-decoration: underline;
}

.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}
.menu .itemselected > a:link, .menu .itemselected > a:visited {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
#copyright {color: #999; text-align: center;}
#cp a {color: #999;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
/* Navigation path links */
.path { }
a.path:link { text-decoration: none; }
a.path:visited { text-decoration: none; }
a.path:hover { text-decoration: underline; }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/

/* default form styling */
form.cpsimpleform {
	background-color: rgba(0,0,0,0.05);
	padding: 1em;
	margin: 1em auto; 
	max-width: 40em;
	float: left;
}

input:invalid{
    box-shadow: 0 0 5px red;
}

input, textarea {
	max-width: 98%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 0 3px 0 rgba(0, 0, 0, 0.03);
	border: 1px solid #999999;
}

.cpsimpleform input[type="text"]:not([size]), .cpsimpleform input[type="email"]:not([size]), .cpsimpleform input[type="tel"]:not([size]) {
	max-width: 20em;
	width: 98%;
	padding: 5px 10px;
}
.cpsimpleform input[type="tel"]:not([size]) {
	width: 10em;
}


label, .cpstextheading {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
}
fieldset {
	border: 1px solid #999999;
	margin: 1em 0;
	padding-top: 1em;
}
legend {
	font-weight: bold;
}
.cpsimpleform input[type="submit"] {
	display: block;
	margin-left: auto;
	margin-right : 0;
	background: #F58A24;
	color: #fff;
	border: none;
	padding: 5px;
	cursor: pointer;
}

input.newslettersubemail {
    float: left;
    width: 210px !important;
    border-radius: 2px;
    margin-right: 10px;
    padding: 5px;
    color: #999;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.30);
    border: none;
}

.newslettersunlabel{display: none;}
#newslettersub {
    position: relative;
    border-radius: 4px;
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.30) inset, 0 0 3px 0 rgba(0, 0, 0, 0.03);
    padding: 5px;
}

#newslettersubantispamdiv{
	float: left;
}
.newslettersubsubmit {
    background:#C1262E;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 0 #999999;
    color: #FFFFFF;
    display: block;
    padding: 5px;
    width: 64px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.30);
    cursor: pointer;
}

/* Cp forms */
.cpstextheading {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 2px;
}
.cpselementcontainer {
	/*border-bottom: 1px solid #E1E1E1;*/
	margin-bottom: 5px;
	padding: 2px 0 5px;
}
.cpsoptionsclear {
	clear: both; 
	font-size: 1px; 
	height: 0px;
}
.cpsoptionlabel {
	font-weight: normal;
}
.cpselementcontainer.horizontal .cpstextheading {
	float: left;
	width: 32%;
}
.cpselementcontainer.horizontal .cpsoptions, .cpselementcontainer.horizontal .cpsstatictext  {
	float: right;
	text-align: left;
	width: 66%;
}
.cpselementcontainer .cpsstatictext {
	margin: 2px 0 5px 0;
	padding-top: 2px;
}
.optionshorizontal .cpsradiooption {
	float: left;	
}
.mandatory {
	color: #FF0000;
}
div.date, span.date { color: #999999; font-size: 0.9em; }
.eventdate {
	background: url("http://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 

/* Standard tools */
div.tools { width: 92%; margin: 15px 0px; position: absolute; bottom: 0;}
div.tool { margin: 2px 0px; }
.pgn_omshopalot div.tools { display: none; }

div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */

.articlelist.threecol{
	padding: 0 8px;
}

div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.3em;

}
h1.headlineview {
	font-size: 2.05em;
	color: #B64141;
	border-bottom: 1px solid #ccc;
	padding: 8px;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}

.articleview .subheadline, .articleview h2.subheadline {
	font-size: 1.4em;
}

h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
	font-style: italic;
	font-size: 1.2em;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}

.viewarea div.photobox {
	background: #FFFFFF;
    border: 10px solid #DDDDDD;
    float: left;
    padding: 20px;
    width: 390px;
  
}
.viewarea div.listingpic{
	  text-align: center;
}
 
/* SECTION: Articlemedia */
div.articlemedia.video { 
	margin-bottom: 10px;
}
div.articlemedia.images { 
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage, div.articlemovie { 
	margin-bottom: 10px;
}
div.articlemovie .articlemovieplayer{
	text-align: center;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* storefront header hack */
div.articlemedia.headerbg { 
	width: 480px;
	position: absolute;
	top: 0;
	left: 0;
}

.content{
	position: relative;
	z-index: 999;
}

/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol > .col { 
	width: 49%;
}
div.twocol > .col.col0 { 
	clear: both;
	float: left;
}
div.twocol > .col.col1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol > .col { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol > .col.col0 { 
	clear: both;
}
div.threecol > .col.col1 { 
	margin-right: 0;
}
div.threecol > .col.col2 { 
	clear: right;
	float: right;
	margin-right: 0;
}
div.threecol .textwrap, div.threecol .imgwrap {
	float: none;
	width: auto;
}
/* 4-spalter */
div.fourcol > .col { 
	width: 23%;
	float: left;
	margin-right: 2%;
}
div.fourcol > .col.col0 { 
	clear: both;
}
div.fourcol > .col.col2 { 
	margin-right: 0;
}
div.fourcol > .col.col3 { 
	clear: right;
	float: right;
	margin-right: 0;
}
div.fourcol .textwrap, div.fourcol .imgwrap {
	float: none;
	width: auto;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #ccc;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
 	background: #fff;
 	margin: 0px 0px 22px 0px;
 	float: right;
 	padding: 2%;
 	width: 48%;
 	line-height: 20px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 0 3px 0 rgba(0, 0, 0, 0.03); 	
	min-height:600px;
	position: relative;
}

.body.nopic {
	width: 96%;
	float: none;
}
div.body table{
	width: 100%;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
.hidewhitespace { display: none; }

/* SECTION: page containers */ 
#page, .inner {
	width: 1020px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#top {
	margin: 0px;
	padding: 0px;
	height: 278	px;
	position: relative;
}
#top .bannerimg {
    box-shadow: 0 0 6px #999999;
}
#top .inner{


}
.logo {
    position: relative;
    top: 5px;
}
#logo {
    float: left;
}
#top .banner {
    float: left;
    margin: 30px 0 0 55px;
}
#top .articlelist{
	float: right;
	position: absolute;
	right: -55px;
	top: 50px;
	text-align: center;	
}
#top .headline .headlinelink{
	color: #3f4040;
	font-size: 20px;
	text-align: center;	
	word-wrap: break-word;
	position: relative;
	z-index: 9;
}
#top .col1{
	position: relative;
	left: -60px;
}
.topbanner{		
	background: url("http://img3.custompublish.com/getfile.php/2231449.1093.yscxsautwu/shopalotTopBanner[1].png") no-repeat scroll 0 0;
	margin-bottom: 10px;
	height: 193px;
}
#topnav {
	background: url(http://img3.custompublish.com/getfile.php/2231484.1093.evpfsppdfy/menuBg[1].png) no-repeat;
	height: 55px;
	margin-bottom: 20px;
}
#middle {
	padding: 0 20px;
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#main {
	float: left;
	width: 100%;
	min-height: 500px; /* ref .viewarea */
}

/* .frontpage.articlelisting #main{width: 100%;} */
.viewarea{
	margin: 20px 0;
}
.viewareacontent {
	min-height: 460px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 180px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}


#footer {
    background: url("http://img3.custompublish.com/getfile.php/2233141.1093.xwvvbqutae/footerBg.png") no-repeat scroll center center 	transparent;
    clear: both;
    height: 80px;
    padding: 30px;
    margin-bottom: 20px;
}
#footer .twocol {
    margin-left: 320px;
}
.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}

.box{
	background: url(http://img3.custompublish.com/getfile.php/2231429.1093.ttyubdeqsd/storefront_03.png) no-repeat;
	height: 326px;	
}

.box .imgwrap{
	margin: 70px 80px 0;
	float: none;
	width: 305px;
	text-align: center;	
}
.box .textwrap{
    background: url("http://img3.custompublish.com/getfile.php/2231614.1093.ttyruqtdac/nameTag_03.png") no-repeat scroll 0 0 transparent;
    bottom: 30px;
    height: 30px;
    left: 75px;
    padding: 5px 40px;
    position: absolute;
    width: 225px;
	
}

.box .subheadline, .box h2.shortingress {
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1;
    margin: 5px 0 0;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.box .editlink {
    bottom: 0;
    left: 0;
    position: absolute;
}

.box .cell {
	 height: 316px;
    padding: 5px;
    width: 470px;
}

.box .header h1.headline{
	font-size: 2.0em;
	text-align: center;
	margin-top: 10px;	
}
.box .header h1.headline, .box .header a.headlinelink{
	color: #fff;	
	text-decoration: none;	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.threecol .box{
	background: url(http://img3.custompublish.com/getfile.php/2231856.1093.wtvtcqeqwp/storeFrontSmall_03.png) no-repeat;
	height: 321px;
}
.threecol .box .cell{
	width: 292px;
}
.threecol .box .imgwrap{
	margin: 30px 8px 0;
}
.threecol .box .textwrap {
	background: url(http://img3.custompublish.com/getfile.php/2231864.1093.vrcyyuevew/nameTagSmallNew_03.png) no-repeat;
    bottom: 20px;
    left: 12px;
    width: 225px;
}

.shareon {
       background: url("http://img3.custompublish.com/getfile.php/2233146.1093.wxyffypvsf/shareListingIcon.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    width: 23px;
}
.threecol .shareon {
    right: 40px;
}


.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0 0 5px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box .caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

ul.topmenu {
	list-style-type: none;
	padding: 8px 0 0 7px;

}
ul.topmenu li {
	display: inline;
	float: left;
}
ul.topmenu li a{
	display: block;
	padding: 10px;
	color: #b64141;
	padding: 11px 32px;
	border-right: 1px solid #DDDDDD;
	font-family: "Myriad Pro", Myriad, Tahoma, "DejaVu Sans Condensed", FreeSans, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif;
	font-size: 1.1em;
	font-weight: 600;
}
ul.topmenu li:last-child a{border: none;}

input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}


/*
.addthis_toolbox {
    position: absolute;
    right: 50px;
    top: 15px;
}
*/
.addthis_toolbox .custom_hover {

}
.addthis_toolbox .custom_hover .custom_button {
    cursor: pointer;
}
.addthis_toolbox .custom_hover .custom_button.active {
    color: #FFFFFF;
}
.addthis_toolbox .hover_menu {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    position: absolute;
    z-index: 999;
    right: -70px;
    top: 40px;
}
.addthis_toolbox .custom_hover .tower {
}
.addthis_toolbox .hover_menu {
    border: 3px solid #333;
    padding: 1px;
    width: 136px;
}
.addthis_toolbox .hover_menu a {
    color: #534741;
    display: block;
    padding: 4px 0 4px 34px;
    position: relative;
    text-decoration: none;
    width: 102px;
}
.addthis_toolbox .hover_menu a:hover {
    background: none repeat scroll 0 0 #F5F5F5;
    text-decoration: none;
}
.addthis_toolbox .hover_menu span {
    left: 14px;
    position: absolute;
    top: 4px;
}
.addthis_toolbox .hover_menu .more {
    border-top: 1px solid #EEEEEE;
    margin: 10px 10px 0;
    padding: 10px 0 0;
    text-align: center;
}
.addthis_toolbox .hover_menu .more a {
    margin: 0;
    padding: 4px 0;
}
.addthis_toolbox .hover_menu .more a:hover {
    background: none repeat scroll 0 0 transparent;
}
.addthis_toolbox .hover_menu .more span {
    display: none;
}


.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}