/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/


#head table{border-collapse:collapse;border-spacing:0;}
#head fieldset,#head img{border:0;}
#head li{list-style:none;}


/**
 * Pocketknives Design by PCSG www.pcsg.de
 * @copyright Pocketknives GmbH
 */

/* MAIN STYLES
-------------------------------------------*/



* {
	color: #1d1d1d;
}

html, body {
	height: 100%;
	width: 100%;	
}

#head , #head ul {
	width: 100%;
	margin:0;
	padding:0;
	text-align:center;
}


body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body { background: url('images/pocketknive/images/bg.jpg') repeat-x; }



 /* ELEMENTS
--------------------------------------------------*/
h1 {
	margin-bottom: 10px;
 	font-size: 22px;
 	color: #263a5f;
 	letter-spacing: 1pt;
}
 
h2 {
	margin-top: 25px;
	padding: 5px 10px 6px 10px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1pt;
	background: #515151;
	border: 1px solid #565656
}

h2 a { color: #fff; }

h3 {
	padding: 3px 10px 4px 10px;
	color: #fefefe;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1pt;
	background: #646464;
	border: 1px solid #636262;
	clear: both;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #570000
}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #570000
}

p {padding-bottom: 10px;line-height: 18px}

a {color: #00369c; text-decoration: none; cursor: pointer;}
a:hover { text-decoration: none !important; }

 
 /* LAYOUT STRUCTURE
--------------------------------------------------*/
.container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 120px;
	position: relative;
}

#navigation {
	width: 960px;
	margin: 0 auto;
	height: 60px;
	z-index: 100;
	position: relative;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	background-color: #4a4a4a;
	height: 100px;
}



.right {
	margin: 10px 10px 10px 30px;
	width: 300px;
	float: left;
	position: relative;
	padding-bottom: 20px;
}


.logo {
	background: url('images/pocketknive/images/logo.png') no-repeat;
	width: 149px;
	height: 82px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.logo span { display: none; }

.shopContent {
	margin:0 auto;
	width:95%;
}


 /* DESIGN
--------------------------------------------------*/
.current { background-color: #5368A6 !important; border: 1px solid #263A5F !important; }
.content a {text-decoration: underline;}
 
.sheets a.active,
.sheets a:hover {
	color: #606060 !important;
	background-color: #EAECF2 !important; 
	border: 1px solid #606060 !important; 
}

.logo {
	background: url('images/logo.png') no-repeat;
	width: 149px;
	height: 82px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.logo span { display: none; }


#navigation a {
	float: left;
	color: #fff;
	margin: 0 10px;
	width: 140px;
	text-align: center;
	height: 50px;
	position: relative;
}

#navigation a.active,
#navigation a:hover { background-color: #606060; }

#navigation a strong { 
	padding-top: 7px;
	font-size: 16px;
	color: #fff;
	float: left;
	font-weight: bold;
	width: 100%;
}

#navigation a span {
	color: #fff;
	float: left;
	clear: both;
	width: 100%;
	font-size: 10px;
}

#navigation li { position: relative; float: left;}

#portalgalery {
	background: url('images/fstapel.png') no-repeat;
	width: 350px;
	height: 260px;
	position: relative;
	top: 0px;
	left: -23px;
	float: left;
	margin-bottom: 30px;
	
}
#slide {
	overflow: hidden;
	position: absolute; 
	top: 55px;
	height: 150px;
	width: 250px;
	left: 48px;
}
#portalgalery ul {
	position: absolute;
	top: 0px;
	height: 150px;
}
#portalgalery li {float: left; width: 250px;}
#portalgalery li a {float: left; text-align: center; width: 250px;  text-align: center;}
#sliderprev {
	position: absolute;
	width: 30px;
	height: 150px;
	top: 55px;
	left:37px;
	cursor: pointer;
	z-index: 10;
	background: url('images/prev.png') center center no-repeat;
}
#slidernext {
	position: absolute;
	width: 30px;
	height: 150px;
	top: 55px;
	left:277px;
	cursor: pointer;
	z-index: 10;
	background: url('images/next.png') center center no-repeat;
}

.news a { float: left; width: 100%; border-bottom: 1px dashed #263A5F; padding-bottom: 10px; cursor: pointer;}
.news a span { margin: 5px; float: left; }

.news .title {font-size: 14px; color: #263A5F; font-weight: bold; float: left;}
.news .date {font-size: 14px; color: #263A5F; font-weight: normal; float: left;}
.news .short { clear:both; float: left; margin-bottom: 10px; padding: 0 10px; width: 95% }
 
#right_nav {
	margin-bottom: 20px;
	float: left;
	width: 295px;
	position: relative;
}

#right_nav li {clear: both;}
#right_nav ul ul { margin-left: 20px;}

#right_nav li a {
	clear: both;
	float: left;
	width: 100%;
	margin: 2px;
}

#right_nav li a:hover, .news a:hover {
	background-color: #EAECF2;
	color: #000;
}

#right_nav span { 
	padding: 5px 5px 5px 20px; 
	float: left; 
	color: #565656;
	background: url('images/16x16/bullet_go.png') no-repeat 0px 4px
}

#right_nav a.now span, #right_nav a.active span {
	font-weight: bold;
}

#topiclinks { width: 295px; margin: 0 0 20px; float: left;}
#topiclinks a { float: left;color: #000; margin: 0 10px 0 0; padding: 5px 5px 5px 20px; background: url('images/16x16/bullet_go.png') no-repeat 0px 4px}
#topiclinks a:hover { background-color: #EAECF2; color:#000}

#splash {
	position: absolute; 
	top: -30px;
	right: -30px; 
	z-index: 100;
	width: 280px;
}
	
 /* CONTENT
--------------------------------------------------*/

.content ul {
	margin-left: 20px;
	list-style-type: square;
}

.content li {
	list-style-type: square;
	padding: 2px 0;
}
	
		
 /* BREADCRUMB
--------------------------------------------------*/
.breadcrumb { float: left; width: 100%; margin: 10px;}
.breadcrumb span {float: left; margin-right: 10px;}
.breadcrumb li {float: left; margin-right: 10px;}
.breadcrumb a { text-decoration: underline; }

 /* FOOTER
--------------------------------------------------*/
#footer a {
	color: #fafafa;
	text-decoration: none;
	float: left;
	clear: both;
	padding: 2px;
	margin: 2px;
	border: 1px solid #949490;
}

#footer a:hover {
	color: #fafafa;
	text-decoration: none;
	border: 1px solid #fafafa;
}

#footer h3 {
	font-family: serif,sans-serif;
	color: #fff;
}

#footer .previous {
	width: 460px;
	float: left;
	margin: 10px;
}

#footer .top10 {
	width: 460px;
	float: left;
	margin: 10px;
}

#footer ul {
	border-top: 1px dashed #BCBAAC;
	margin: 10px 0;
	padding: 0;
	width: 460px;
}
#footer li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
	clear: both;
	width: 100%;
}
#footer li a {
	display: block;
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}

#footer li a span {
	font-weight: bold;
}

#footer li a:hover {
	color: #553;
	background: #D2D0C0;
	border: 1px solid #D2D0C0;
}

#footer img {
	height:  auto;
	width: 50px;
	float: left;
	border: 0px;
	padding-right: 10px;
}


/**  BOXEN  **/

.infoBox  {
	margin-bottom: 15px;

	
}


.boxtable {
	margin:0 15 0 15;
		
}

.boxText {
 padding:5px;	
}


.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 {
	color:#646464;
	text-decoration:underline;
}
form {
	display:inline;
}






.shopContent FORM {
	display: inline;
}

TR.headerNavigation {
  background: #646464;

}

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

}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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;
}

.shopContent TR.footer {
  background: #646464;
}

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

.infoBox {
  background: #646464;
}



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

.infoBoxNotice {
  background: #FF8E90;
}

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

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

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

.shopContent 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: #f4f4f4;
  border:
}

.shopContent 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: #ffffff;

}

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

.shopContent .productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #646464;
  color: #FFFFFF;
  font-weight: bold;
}

.shopContent TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.shopContent A.pageResults {
  color: #0000FF;
}

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

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

.shopContent TR.subBar {
  background: #f4f7fd;
}

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

.shopContent TD.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding-left:5px;
  padding-right:5px;
}


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

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

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

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

.shopContent TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

.shopContent 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; }


/* menu.php */



a.mainlevel:link, a.mainlevel:visited {
	display: block;
	//background: url(images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-top: 8px;
	padding-left: 5px;

	width: 100%;
	text-decoration: none;
}

.tax_info {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #758389;
}

a.mainlevel:hover {
	background-position: 0px -28px;
	text-decoration: underline;
	color: #000000;
}

a.mainlevel#active_menu {
	color:#052562;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #666666;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: left;

}

a.sublevel:hover {
	color: #052562;
	text-decoration: none;
}

a.sublevel#active_menu {	
	color: #052562;
	
}



