/*
  $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
*/

.boxText { font-family: Tahoma; font-size: 11px; }
.errorBox { font-family: Tahoma; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Tahoma; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #6a3660; }
.orderEdit { font-family: Tahoma; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #030303;
  color: #a883a2;
  margin: 0px;
}

A {
  color: #FFFFFF;
  text-decoration: none;
  font-weight:normal;
}

A:hover {
  color: #ffcef7;
  text-decoration: none;
}

FORM {
	display: inline;
}

/* az template settings */
.pagewidth {
	width:1000px;
	font-family: Tahoma;
}

#sitelink {
	background:url(images/az_template/az_sitelink_center.gif) repeat-x;
	width:100%;
	height:38px;
	text-align: center;
}
#sitelink a {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	background:url(images/az_template/az_arrow_white.gif) left center no-repeat;
	padding-left:10px;
}
#sitelink a:hover {
	color:#ffcef7;
}
#topbox {
	background:url(images/az_template/az_topbox_center.gif) repeat-x;
	height:38px;
	width:100%;
}

#menubox_center {
	background:url(images/az_template/az_topnav_center.gif) repeat-x;
	height:78px;
	width:663px;
}

.az_main_menu {
	height:100%;
}
.az_main_menu td {
	text-align:center;
	width:129px;
}
.az_main_menu a img {
	margin:2px 0 4px 0; 
	behavior: url(js/iepngfix.htc);
	padding:0;
}
.az_main_menu a {
	background:url(images/az_template/az_menu.png) no-repeat;
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	font-family: Tahoma;
	height:76px;
	text-transform:uppercase;
}
.az_main_menu a:hover {
	background:url(images/az_template/az_menu_sel.png) no-repeat;
}
.az_main_menu TD.menu_sep {
	width:1px;
}

#searchbox {
	background:url(images/az_template/az_searchbox_center.gif) repeat-x;
	width:100%;
	height:38px;
}

TD.pathway {
	background:url(images/az_template/az_pathway_left.gif) left top no-repeat;
	height:46px;
}
DIV.pathway {
	background:url(images/az_template/az_pathway_right.gif) right top no-repeat;
	padding:17px 0 17px 0;
}

TABLE#main_content {
	background:url(images/az_template/az_body_bg.gif) 204px top no-repeat;
}
TD.main_content {
	background:url(images/az_template/az_bottom1_bg.gif) right bottom no-repeat;
	padding-bottom:38px;
	width:100%;
}

TABLE.bottom_nav {
	background:url(images/az_template/az_bottombox_center.png) left top repeat-x;
	height:38px;
}
TD.bottom_nav {
	background:url(images/az_template/az_bottombox_right.png) right top no-repeat;
	height:38px;
	width:100%;
}

.footerText {
	font-family: Tahoma;
	font-size: 11px;
	color:#793f6f;
	font-weight:bold;
}

TD#bottom_bg {
	background:url(images/az_template/az_bottom2_bg.gif) right top no-repeat;
	height:55px;
}

#az_bottom_nav {
	font-family:Tahoma;
	font-size:10px;
}
#az_bottom_nav a {
	color:#ffcef7;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}
#az_bottom_nav a:hover {
	color:#a883a2;
	text-decoration:none;
}
TD.bottom_nav_sep {
	padding:0 10px 0 10px;
	font-weight:bold;
	color:#ffcef7;
}

.topboxText {
	color:#ffffff;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}

.cartItems {
	 color:#da98d1;
	 font-weight:normal;
}

ul.pagenav {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	margin-right:10px;
}
ul.pagenav li {
	float:left;
	font-family:Tahoma;
	font-size:10px;
	background:url(images/az_template/az_arrow_pink.gif) left 6px no-repeat;
	text-indent:8px;
}
ul.pagenav a {
	color:#ffffff;
	text-decoration:underline;
	margin-right:14px;
}
ul.pagenav a:hover {
	color:#ffcef7;
}

.az_cat_nav {
	margin-bottom:4px;
	width:96%;
	text-indent:8px;
	text-align:left;
	color:#ffcef7;
}
.az_cat_nav a {
	color:#ffcef7;
	font-family:Tahoma;
	font-size:11px;
}
.az_cat_nav a:hover {
	color:#a883a2;
	text-decoration:none;
}

A.az_link {
	color:#ffcef7;
	font-family:Tahoma;
	font-size:11px;
}
A.az_link:hover {
	color:#a883a2;
	text-decoration:none;
}

#main_col {
	padding:0 6px 0 6px;
}

.az_button_submit, .az_button_submit2, .az_button_submit3 {
	padding:0;
	border:none;
	color:#FFFFFF;
	cursor: pointer;
	white-space:nowrap;
	margin:0;
	vertical-align:top;
	height:20px;
}
.az_button_submit, .az_button_submit3 {
	background:url(images/az_template/az_button1_center.gif) repeat-x;
	text-transform:lowercase;
}
.az_button_submit2 {
	background:url(images/az_template/az_button2_center.gif) repeat-x;
	text-transform:uppercase;
}
.az_button_submit3 {
	text-transform:none;
}

.az_button {
	background:url(images/az_template/az_button1_center.gif) repeat-x;
	text-transform:lowercase;
}
.az_button2 {
	background:url(images/az_template/az_button2_center.gif) repeat-x;
	text-transform:uppercase;
}
.az_button, .az_button2 {
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	height:20px;
	white-space:nowrap;
	text-align:center;
}
/* eof: az template settings */

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: Tahoma;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: #b6b7cb;*/
  border:1px solid #a883a2;
}
.az_infoBox {
}

.az_infoBoxContents {
  background:url(images/az_template/az_infobox_top_bg.gif) left top no-repeat;
}
.az_catBoxContents {
  background:url(images/az_template/az_catbox_top_bg.gif) left top no-repeat;
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Tahoma;
  font-size: 11px;
}

#infoBoxL {
  background:url(images/az_template/az_infobox_side_left.gif) left top repeat-y;
  width:2px;
}
#infoBoxC {
  width:100%;
  background:url(images/az_template/az_infobox_bg.gif) left bottom no-repeat;
}
#infoBoxR {
  background:url(images/az_template/az_infobox_side_right.gif) right top repeat-y;
  width:2px;
}
#infoBoxBottomC {
  background:url(images/az_template/az_infobox_bottom_bg.gif) left bottom repeat-x;
  height:11px;
  width:100%;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma;
  font-size: 10px;
}

TABLE.catBoxHeading {
  background:url(images/az_template/az_catbox_center_bg.gif) repeat-x;
}
TD.catBoxHeadingR {
  /*background:url(images/az_template/az_catbox_right.gif) no-repeat;
  width:12px;*/
}
TD.catBoxHeadingC {
  background:url(images/az_template/az_catbox_center.gif) right top no-repeat;
}

TABLE.infoBoxHeading {
  background:url(images/az_template/az_infobox_center_bg.gif) repeat-x;
}
TD.infoBoxHeadingR {
  /*background:url(images/az_template/az_infobox_right.gif) no-repeat;
  width:12px;*/
}
TD.infoBoxHeadingC, TD.catBoxHeadingC, .infoBoxHeadingText {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-transform:uppercase;
}
TD.infoBoxHeadingC {
  background:url(images/az_template/az_infobox_center.gif) right top no-repeat;
}
TD.infoBoxHeading {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  text-indent:2px;
  /*background: #bbc3d3;*/
  color: #eabae1;
  text-transform:uppercase;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma;
  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: #a883a2;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Tahoma;
  font-size: 11px;
  background: #814376;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Tahoma;
  font-size: 11px;
}

.az_productListing-heading {
  font-family: Tahoma;
  font-size: 11px;
  color: #ffffff;
  text-transform:uppercase;
  height:22px;
  vertical-align:top;
}
.az_productListing-heading a {
  color: #ffffff;
  font-weight: bold;
  padding-bottom:2px;
  border-bottom:1px solid #8f8f8f;
}
.az_productListing-heading a:hover {
  text-decoration:none;
  color: #ffcef7;
}

A.pageResults {
  color: #ffcef7;
}

A.pageResults:hover {
  color: #a883a2;
  background: #620062;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
  color: #eabae1;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma;
  font-size: 10px;
}

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

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

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

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Tahoma, 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: Tahoma;
  font-weight:normal;
  font-size:18px;
  color: #ffcef7;
}
.smallCur {
  font-size:11px;
}
.productPrice {
  font-family: Tahoma;
  font-size:18px;
  color:#ffcef7;
  font-weight:normal;
}
.productPrice s, .pageHeading s {
  font-size:12px;
  font-weight:normal;
}

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

.moduleRow { }
.moduleRowOver { background-color: #6a3660; cursor: pointer; }
.moduleRowSelected { background-color: #6a3660; }

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

/* message box */

.messageBox { font-family: Tahoma; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma; font-size: 10px; background-color: #ffb3b5; color:#000000; }
.messageStackSuccess { font-family: Tahoma; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

/* ANIMATED BOXES css controls */
.animBox {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.animBoxDropover {
    position: absolute;
    visibility: visible;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#animBoxCart {
	position:absolute;	
	border: #7f7f7f solid 1px;
	background-color: #edd6f2;
	display:none;
	width: 236px;
	top:auto;
	margin-left:-14em;
	z-index: 100;
}
.animBoxCartImage { }
.animBoxCartImage a img {
	border:none;
}
.animBoxCartContent {
	vertical-align: top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}
.animBoxCartContent A:link, .animBoxCartContent A:active, .animBoxCartContent A:visited {
	color: #6e3c65;
	text-decoration: underline;
}
.animBoxCartContent A:hover {
	text-decoration: none;
	color: #d700b1;
}
.animBoxCartName, .animBoxCartName A:link, .animBoxCartName A:active, .animBoxCartName A:visited  {
	font-weight: bold;
	color: #6e3c65;
	text-decoration: none;
}
.animBoxCartName A:hover {
	font-weight: bold;
	color: #d700b1;
	text-decoration: underline;
}
.animBoxCartLink, .animBoxCartLink A:link, .animBoxCartLink A:active, .animBoxCartLink A:visited  {
	font-weight: bold;
	color: #6e3c65;
	text-decoration: none;
}
.animBoxCartLink A:hover {
	font-weight: bold;
	color: #d700b1;
	text-decoration: underline;
}
.animBoxCartTotal, .animBoxCartLink {
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #6e3c65;
}
.animBoxCartLink { border-bottom: #7f7f7f solid 1px; }
.animBoxCartTotal { border-top: #7f7f7f solid 1px; }
.animBoxCartNotice {
	padding: 5px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #6e3c65;
}
TD.infoBoxHeadingBilgi {
  font-family: Verdana, Arial, sans-serif;
  background-image: url('images/infobox/bilgi.gif');
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
} 


#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; } 

/* Points/Rewards Module V2.1rc2a BOF */
SPAN.pointWarning {
  color: #f00;
}

.pointFaq {
  background-color:#f8f8f9;
  border: 1px dashed #bbc3d3;
  display: none;
  position: relative;
  padding:4px;
  margin:2px;
  text-align:justify;
}
/* Points/Rewards Module V2.1rc2a EOF */
