/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

  Modified by Hawke AI to function with Kucak Yayıncılık website
  Date Modified: 2009-05-19 | JMW

*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding-left: 10px; padding-right: 10px;}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10pt; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10pt; color: #cc0033; }
.productsNotifications { background: #f8f8f9; }

FORM {
	display: inline;
}

td.headerNavigation {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background: #ffffff;
  color: #000000;
}

a.headerNavigation:link { 
  color: #000000; 
  text-decoration: none;
}

a.headerNavigation:visited { 
  color: #000000; 
  text-decoration: none;
}

a.headerNavigation:hover {
  color: #000000;
  text-decoration: underline;
}

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: 10pt;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #f8f8f9;
  border-left: 1px solid #cacaca; 
  border-right: 1px solid #cacaca; 
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
}

TD.infoBoxHeading {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  background: #ffffff;
  background-image: url(images/infobox/kyu_box_head_bkg.png);
  height: 27px;
  color: #000000;
}

td.infoBoxHeadingEnd {
  background: #ffffff;
  height: 27px;
}

TD.infoBoxFooter {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  background: #ffffff;
  background-image: url(images/infobox/kyu_box_botbkg.png);
  height: 27px;
  color: #000000;
}

td.infoBoxFooterEnd {
  background: #ffffff;
  height: 27px;
}

.productListingFooter {
  font-size: 7pt;
  background: #ffffff;
  background-image: url(images/infobox/kyu_box_botbkg.png);
  height: 27px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
}

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: #ffffff;
}

TABLE.productListing {
	padding: 0 0 0 0;
}

.productListing-heading {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
}

a.productListing-heading:link {
  color: #000000;
  text-decoration: underline;
}
a.productListing-heading:visited {
  color: #000000;
  text-decoration: underline;
}
a.productListing-heading:hover {
    color: #6633CC;
	text-decoration: underline;
}
a.productListing-heading:link {
	color: #6633CC;
	text-decoration: none;
}

td.productListing-heading {
  background-image: url(images/infobox/kyu_box_head_bkg.png);
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid #cacaca;
}
td.productListing-heading-right {
  background-image: url(images/infobox/kyu_box_head_bkg.png);
  padding-left: 3px;
  padding-right: 3px;
  border-right: 1px solid #cacaca;
}

.productListing-heading-left {
	background-image: url(images/infobox/kyu_box_head_bkg.png);
	padding-left: 0;
	border-left: none;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  border-left: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  padding-top: 5px;
}

TD.productListing-data-right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  border-right: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
}

a.pageResults:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-decoration: underline;
}
a.pageResults:visited {
	color: #000000;
	text-decoration: underline;
}
a.pageResults:hover {
	color: #6633CC;
	text-decoration: underline;
}
a.pageResults:active {
	color: #6633CC;
	text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
	font-size: 16px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
}

TD.main, P.main {
	/* remains empty to keep the page in line with other text */
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  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: #f0a480;
  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: #a379ce; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #bea0dc; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10pt; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10pt; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10pt; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #ff0000; }

/* added by Hawke AI */
.price {
	font-size: 11pt;
	font-weight: bold;
}

/* Input Boxes */
input.txtboxes {
	height: 18pt;
	border: 1px solid #d6d6d6;
	background-image: url(images/kyu_inputbox_bkg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

select.txtboxes {
	height: 18pt;
	border: 1px solid #d6d6d6;
	background-image: url(images/kyu_inputbox_bkg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: transparent;
}

textarea.txtboxes {
	border: 1px solid #d6d6d6;
	background-color: #FFFFFF;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.formSubdivide {
  border-left: 1px solid #cacaca; 
  border-right: 1px solid #cacaca; 
  background-color: #f8f8f9;
}

.formSubhead {
  border-left: 1px solid #cacaca; 
  border-right: 1px solid #cacaca; 
  background-image: url(images/ky_form_subfoot_bkg.jpg);
  background-color: #a5a5a5;
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  color: #000000;
  padding-left: 3px; 
  padding-right: 3px;
  padding-bottom: 2px;
}

.authorName {
	font-size: 10pt;
	margin-top: 3px;
	margin-left: 5px;
}
