a img { border: 0; }

.commenttitle {
  font-weight: bold;
}

span.commenttitle:after {
  content: ":";
}

.screenonly { display: none; }
@media screen {
	body {
	  background: url("/img/backgrounds/background01.png") repeat top left;
	  font-family: Georgia, Times, Serif;
	  font-size: 12px; /* ns 11 / 14 */
	  line-height: 15px;
	  overflow-x: auto;
	  overflow-y: scroll;
	}

	div.sitemenu {
	  color: white;
	  height: 33px;
	  width: 100%;
	  position: absolute;
	  top: 0; left: 0;
	  padding: 0;
	}

	div.sitemenu div {
	  margin: 2px;
	}

	input {
		border: 1px solid #aaaaaa;
	}

	textarea {
		border: 1px solid #aaaaaa;
	}

	button {
	  color: white;
	  padding: 0;
	  margin: 0;
	  border: none;
	  background: none;
	  cursor: pointer;
	}

	.screenonly {
	  display: block;
	}

	#top_menu {
	  position: absolute;
	  top: 54px;
	  width: 907px;
	  font-size: 10px;
	  text-align: right;
	  text-transform: uppercase;
	  font-weight: bold;
	  font-family:  "Lucida Grande", "Lucida Sans", Arial, Helvetica, Geneva, Sans-serif;
	}

	#top_menu ul { padding: 0; display: inline; top: 20px; }
	#top_menu ul li { padding: 0; display: inline; margin-left: 7px; }
	#top_menu a { text-decoration: none; color: black; }

	#menu_banner {
	  height: 89px;
	  width: 880px;
	  background: url("/img/topp.png") no-repeat black;
	  padding: 10px;
	  margin-bottom: 7px;
	}

	#menu_banner ul { padding: 0; display: inline; }
	#menu_banner ul li { padding: 0; display: inline; margin-right: 8px; }
	#menu_banner a { text-decoration: none; color: white; }
	#menu_banner > div > ul > li > ul { display: none; }

	#wrapper {
	  margin-top: 42px;
	  width: 900px;
	  min-height: 417px;
	  background: #ffffff;
	  padding: 7px;
	  padding-bottom: 10px;
	  margin-left: 32px;
	  border: 1px #cccccc solid;
	}

	address {
	  font-style: normal;
	  font-family:  "Lucida Grande", "Lucida Sans", Arial, Helvetica, Geneva, Sans-serif;
	  font-size: 10px;
	}

	#address {
	  margin-left: 32px;
	}

	address img {
	  margin-top: 4px;
	}

	.row {
		display: table-row;
	}

	.left {
		width:396px;
		display: table-cell;
		vertical-align: top;
		padding-right: 7px;
	}

	#left {
		margin-top: 7px;
	}

	.right {
		width:497px;
		display: table-cell;
		vertical-align: top;
	}

	h2 {
		font-size: small;
		display: inline;
	}

	h2 a {
		text-decoration: none;
		color: black;
	}

	.postmetadata {
		font-size: 10px;
		font-family:  "Lucida Grande", "Lucida Sans", Arial, Helvetica, Geneva, Sans-serif;
	}

	.postmetadata a {
		text-decoration: none;
	}

	.postclass {
		text-transform: uppercase;
	}

	.more {
		font-size: 10px;
		font-family:  "Lucida Grande", "Lucida Sans", Arial, Helvetica, Geneva, Sans-serif;
		text-transform: uppercase;
		color: black;
	}

	div.post + div.post {
		margin-top: 14px;
	}
	
	div.post img {
		float: left;
		margin: 0;
		margin-right: 7px;
		margin-bottom: 14px;
	}

	.entry {
		margin-top: 7px;
	}

	.entry img {
		float: right;
		margin: 10px;
		margin-right: 0;
		margin-left: 7px;
	}

	.entry .alignright {
		float: right;
		margin-left: 14px;
	}

	.entry img.aligncenter {
		float: none;
		clear: both;
	}

	div.img {
		font-style: italic;
		margin-bottom: 14px;
	}

	div.img>div {
		padding-top: 5px;
		clear: both;
	}

	.img img {
		float: none;
	}

	.img a {
		text-decoration: none;
		color: black;
	}

	.firstpost {
		margin-top: 7px;
	}

	div.post .entry {
		margin-top: 7px;
	}

	div.post .postmetadata a {
		color: #aaaaaa;
	}

	.postsleft {
		width:187px;
		display: table-cell;
		padding-right: 7px;
		border-right: 1px dashed #aaaaaa;
	}

	.postsright {
		width:187px;
		display: table-cell;
		padding-left: 7px;
	}

	.moreposts {
		clear: left;
		margin-top: 21px;
	}

	.submenu {
		position: absolute;
		top: 114px;
		text-transform: lowercase;
		width: 500px;
		height: 66px;
	}

	.submenu a:hover {
		background-color: #00b9e9;
	}

	.submenu_girls a:hover {
		background-color: #eb1e79;
	}

	.entry a:hover,
	.left a:hover {
		background-color: #cccccc;
		text-decoration: none;
	}

	#page_menu {
		width: 280px;
		margin-right: 10px;
		line-height: 1.5em;
		display: table-cell;
		vertical-align: top;
		padding-left: 20px;
		text-transform: lowercase;
	}

	#page_menu a {
		color: #666666;
		text-decoration: none;
	}

	#page_menu a:hover {
		background-color: #cccccc;
	}

	#page_menu ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	#page_menu>ul ul ul {
		padding-left: 1em;
	}

	#page_menu .current_page_item>a {
		border-bottom: 1px dashed #cccccc;
	}

	#wc {
		display: table-row;
		margin-bottom: 35px;
	}

	#wc .content {
		display: table-cell;
		vertical-align: top;
		padding-right: 20px;
	}

	#ads {
	  position: absolute;
	  top: 70px; left: 966px;
	  padding: 0;
	}

	.ads {
		width: 200px;
	}

	.ads ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.ads li {
		margin: 0;
		padding: 0;
	}

	.links {
		margin-top: 150px;
		width: 140px;
	}

	.links ul {
		margin: 0;
		margin-top: 7px;
		padding: 0;
		text-align: center;
	}

	.links li {
		margin: 0;
		padding: 0;
	}

	div.searchresult {
		margin-top: 7px;
		margin-bottom: 28px;
	}

	div.searchresult+div.searchresult {
		margin-top: 7px;
		border-top: 1px dashed #aaaaaa;
		padding-top: 7px;
	}

	.share a {
		text-decoration: none;
	}

	.gallery img {
		width: 130px;
		height: 130px;
		margin: 0;
		margin-right: 2px;
		margin-bottom: 2px;
		float: none;
	}

	div.gallery {
		clear: both;
		margin-bottom: 21px;
	}
}

.printonly { display: none; }
@media print {
	.printonly { display: block; }
	.noprint { display: none; }
}

#xls_include_crumbtrail ul { display: inline; }
#xls_include_crumbtrail ul li { display: inline; }
#xls_include_crumbtrail a { text-decoration: none; color: grey; }
tr.ls_cart_list_item td { border-top: 1px solid grey; }
.ls_cart_list_subtotal { font-weight: bold; }

.shop_button { background: black; color: white; font-family: Georgia, Times, Serif; }

table.variants th {
	font-weight: normal;
	text-align: left;
}

#xls_include_minicart:hover { cursor: pointer; }

.webpris {
	color: red;
}

iframe { background-color: #ffffff } /* facebook box */

.weatherforecast {
 	font-size: 12px !important;
	font-family: font-family:Georgia,Times,Serif;
	line-height: 15px;
}
