/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

@import url(scripts/skin.css);
@import url(scripts/jcarousel.css);
@import url(scripts/imagebox.css);


.ui-widget {
  font-family: Verdana, Arial, sans-serif; font-size: 16px;//'HelveticaNeueLTPro77BoldConde', 
}

body {
	width: 990px;
  	background: #fff;
  	color: #000;
  	margin: 0px;
  	font-size: 11px;
  	font-family: 'HelveticaNeueLTPro55Roman', Verdana, Arial, sans-serif;
	margin-left: auto; margin-right: auto;
}

#bodyWrapper {
}

#bodyContent {
}

#header {
  height: 60px;
}

#storeLogo {
  float: left;
  margin-top: 5px;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
}

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 2px;
  font-size: 11px;
}

.infoBoxContents {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.contentContainer {
  padding-bottom: 10px;
}

.contentContainer h2 {
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable {
  padding: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

h1 {
	margin-bottom: 0;
	padding-bottom: 5px;
	font-family: 'HelveticaNeueLTPro77BoldConde'; 
	font-size: 18px; 
	color: #007aff; 
	text-transform: uppercase; 
	padding-top: 5px; 
	font-weight: normal;
}

h2 {
	margin-bottom: 0;
	padding-bottom: 5px;
	font-family: 'HelveticaNeueLTPro77BoldConde'; 
	font-size: 16px; 
	color: #555555; 
	text-transform: uppercase; 
	padding-top: 5px; 
	font-weight: normal;
}

img {
  border: 0;
}

table, p {
  font-size: 11px;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
  height: 30px;
  margin-bottom: 10px;
}

.buttonAction {
  float: right;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #ffffff;
  text-decoration: none;
}

A.productTitle { font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 14px; color: #007aff; text-decoration: none; }
A.productTitle:hover { font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 14px; color: #007aff; text-decoration: none; }

.footerText { font-family: 'HelveticaNeueLTPro55Roman'; font-size: 12px; }

#headerNavigation { width: 990px; height: 50px; float: left; background: url(images/pmg/menu-bg.png) no-repeat; }
.headerNavigation { 
	font-family: 'HelveticaNeueLTPro47LightCond';
	font-size: 18px; font-weight: normal;
	color: #ffffff; 
}

tr.headerNavigation { background-color: transparent; }
td.headerNavigation { background-color: transparent; }

A.headerNavigation { color: #cccccc; text-decoration: none }
A.headerNavigation:hover { color: #FFF; text-decoration: none }

A.bluelink { color: #18acf1; text-decoration: none }
A.bluelink:hover { color: #43c7e8; text-decoration: none }



A.breadcrumb { 
  color: #999999;
  text-decoration: none;
}

A.breadcrumb:hover {
  color: #333333;
  text-decoration: none;
}

#breadcrumb { width: 600px; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; float: left; display: none; }

.breadcrumb { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999; }

#facebook-like { width: 600px; margin-top: 10px; margin-bottom: 10px; margin-left: 30px; float: left; }

#social-ikoner { width: 330px; margin-top: 10px; margin-bottom: 10px; float: left; text-align: right; }

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #007aff; 
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

===========================================================================================================================================
========================================== POWER MEDIA GROUP CSS ==========================================================================
===========================================================================================================================================

/*
	OsCommerce Webshop styling by POWER MEDIA GROUP
	http://www.powermediagroup.dk
*/

@font-face {
	font-family: 'HelveticaNeueLTPro75Bold';
	src: url('fonts/helveticaneueltpro-bd-webfont.eot');
	src: local('☺'), url('fonts/helveticaneueltpro-bd-webfont.woff') format('woff'), url('fonts/helveticaneueltpro-bd-webfont.ttf') format('truetype'), url('fonts/helveticaneueltpro-bd-webfont.svg#webfontdpW8mDQX') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTPro77BoldConde';
	src: url('fonts/helveticaneueltpro-bdcn-webfont.eot');
	src: local('☺'), url('fonts/helveticaneueltpro-bdcn-webfont.woff') format('woff'), url('fonts/helveticaneueltpro-bdcn-webfont.ttf') format('truetype'), url('fonts/helveticaneueltpro-bdcn-webfont.svg#webfontFyCam1Xg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTPro57Condensed';
	src: url('fonts/helveticaneueltpro-cn-webfont.eot');
	src: local('☺'), url('fonts/helveticaneueltpro-cn-webfont.woff') format('woff'), url('fonts/helveticaneueltpro-cn-webfont.ttf') format('truetype'), url('fonts/helveticaneueltpro-cn-webfont.svg#webfontm2pqnCKu') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTPro47LightCond';
	src: url('fonts/helveticaneueltpro-ltcn-webfont.eot');
	src: local('☺'), url('fonts/helveticaneueltpro-ltcn-webfont.woff') format('woff'), url('fonts/helveticaneueltpro-ltcn-webfont.ttf') format('truetype'), url('fonts/helveticaneueltpro-ltcn-webfont.svg#webfontr45Nkkro') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTPro55Roman';
	src: url('fonts/helveticaneueltpro-roman-webfont.eot');
	src: local('☺'), url('fonts/helveticaneueltpro-roman-webfont.woff') format('woff'), url('fonts/helveticaneueltpro-roman-webfont.ttf') format('truetype'), url('fonts/helveticaneueltpro-roman-webfont.svg#webfontgcMAbsLb') format('svg');
	font-weight: normal;
	font-style: normal;
}

body { background: #585858 url(images/pmg/bg-repeat.jpg) repeat-x; font-family: 'HelveticaNeueLTPro55Roman', arial, helvetica, verdana, tahoma; }

#container { 
	width: 990px; margin-top: 37px;
	margin-left: auto; margin-right: auto;
}

#header { width: 990px; height: 129px; background: transparent url(images/pmg/header-bg.png) no-repeat; }

#bodyWrapper { position: relative; float: left; }

#columnRight { display: none; }
#headerShortcuts { display: none; }

#storeLogo { margin-top: 20px; margin-left: 20px; }

.footer { 
	width: 990px; height: 100px;
	position: relative; float: left;
	background: url(images/pmg/footer-bg.png) transparent no-repeat;
	font-family: 'HelveticaNeueLTPro55Roman';
}

#body { background: transparent url(images/pmg/body-bg.png) repeat-y; float: left; }

#sidebarContainer { width: 285px; background-image: url(images/pmg/sidebarHeaderBg.png); background-repeat: no-repeat; }
#sidebarHeaderTitle { width: 255px; padding-left: 20px; padding-top: 15px; padding-bottom: 25px; font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 18px; color: #ffffff; text-transform: uppercase; font-weight: normal; }
#sidebarContent { width: 235px; padding-left: 25px; padding-bottom: 15px; }

.sidebarPadding { margin-left: 25px; margin-bottom: 25px; width: 240px; }

A.sidebarHeaderTitle { color: #FFF; text-decoration: none; }
A.sidebarHeaderTitle:hover { color: #ccc; text-decoration: none; }

#productBox { width: 202px; height: 257px; position: relative; float: left; margin-right: 10px; margin-bottom: 10px; background-image: url(images/pmg/productBoxBg.jpg); background-repeat: no-repeat; }
#productBoxTitle { width: 195px; height: 25px; overflow: hidden; text-align: center; margin-top: 8px; margin-bottom: 8px; font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 12px; color: #007AFF; }
#productBoxImage { width: 202px; text-align: center; margin-top: 8px; margin-bottom: 8px; }
#productBoxPrice { width: 202px; text-align: center; margin-top: 8px; margin-bottom: 8px; font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 12px; color: #555555; }
#productBoxOldPrice { width: 95px; text-align: right; margin-right: 6px; margin-top: 0px; margin-bottom: 8px; font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 12px; color: #555555; position: relative; float: left; }
#productBoxNewPrice { width: 95px; text-align: left; margin-left: 6px; margin-top: 0px; margin-bottom: 8px; font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 12px; color: #555555; position: relative; float: left; }
#productBoxButtons { width: 202px; text-align: center; margin-top: 8px; margin-bottom: 8px; }

A.productBoxLink { font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 14px; color: #007AFF; text-decoration: none; }
A.productBoxLink:hover { font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 14px; color: #555555; text-decoration: none; }

#searchBoxInput { width: 185px; height: 30px; position: relative; float: left; }
#searchBoxSubmit { width: 50px; height: 30px; position: relative; float: left; }
#searchBoxText { width: 235px; height: 50px; position: relative; }

strong { font-family: "HelveticaNeueLTPro75Bold", Arial, Helvetica, sans-serif; }

.fieldKey { font-family: "HelveticaNeueLTPro75Bold", Arial, Helvetica, sans-serif; }

b { font-family: "HelveticaNeueLTPro75Bold", Arial, Helvetica, sans-serif; }

A.pageResults { color: #333333; text-decoration: none; }
A.pageResults:hover { color: #000000; text-decoration: none; background-color: transparent; }

span.productSpecialPrice { font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 16px; color: #99cc33; }

.infoBoxHeading {  }

li {
	display: list-item; margin-bottom: 5px; margin-top: 5px;
}

.productListing-heading { font-family: 'HelveticaNeueLTPro77BoldConde'; font-size: 14px; text-transform: uppercase; }

.produktbillede { max-height: 150px; max-width: 150px; }

font { color: inherit; }
