/*
  $Id: stylesheet.css,v 1.12 2004/12/16 17:15:29 magicx Exp $

  Script Connector CastleKart, Open Source E-Commerce Solutions
  http://www.scriptconnector.org/

  Copyright (c) 2004-2005 Script Connector Corporation
  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Tahoma,arial,verdana; font-size: 11px; }

.errorBox {
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	background: #FFFF99;
	font-weight: bold;
	border-bottom: 1px dotted black;
}

.stockWarning { font-family : Tahoma,arial,verdana; font-size: 11px; color: #cc0033; }
.productsNotifications { background: #EAEAEA; }
.orderEdit { font-family : Tahoma,arial,verdana; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background-color: #383431;
  background-image: url("../../themes/castlekart/images/net/background.png");
  background-repeat: repeat-x;
  background-position: 0px 100px;
  color: black;
  margin: 0px;
}

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

A:hover {
  text-decoration: underline;
}

a img	{
  border:0px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /*background: #bbc3d3;*/
}

TD.headerNavigation {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBox {
  /*background: #b6b7cb;*/
}

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

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFFFA6;
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  font-weight: bold;
  color: #e2001a;
  text-decoration:underline;
}

TD.infoBoxHeading font {
  font-size: 11px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
}

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: #666666;
  border-spacing: 1px;
}

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

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma,arial,verdana;
  font-size: 26px;
  color: #e2001a;
  padding-bottom:1px;
/*   padding-left:8px; */
}

ul {
	margin-left:14px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
}

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

TD.accountCategory {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
}

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

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

SPAN.newItemInCart {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  color: #ff0000;
}

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

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

SPAN.greetUser {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma,arial,verdana;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma,arial,verdana;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Tahoma,arial,verdana;
  color: #ff0000;
}

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

.moduleRow td { padding-top:3px; padding-bottom:3px; }
.moduleRowOver td { padding-top:3px; padding-bottom:3px; }
.moduleRowSelected td { padding-top:3px; padding-bottom:3px; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma,arial,verdana; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma,arial,verdana; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma,arial,verdana; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Tahoma,arial,verdana; font-size: 11px; color: #000000 }
.messageStackSuccess { font-family: Tahoma,arial,verdana; font-size: 11px; }

/* input requirement */

.inputRequirement { font-family: Tahoma,arial,verdana; font-size: 11px; color: #ff0000; }

A.buybothPrice {
	font-family: Palatino Linotype;
	font-size: 18px;
/*	color: b2d524; */
	color: #59118E;
}

A.buybothHeading {
	font-family: Palatino Linotype;
	font-size: 18px;
/*	color: b2d524; */
	color: #59118E;
}

.buybothText {
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	color: #506b00;
}

.specialsHeading{
	background-color: #666666;
	height:15px;
	padding-left:4px;
}
.newproductsHeading{
	background-color: #666666;
	height:15px;
	padding-left:4px;
}
.specialsLink,.newproductsLink{
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	font-weight: bold;
	color:white !important;
}


div.popup_negotiation	{
  font-family: Tahoma,arial,verdana;
  color: black;
  font-size:11px;
  width:100%;
  height:100%;
  padding:10;
  margin:0;
  background:white;
  line-height:18px;
/*  background-image:url("../../images/netarch_logo.jpg");
  background-repeat:no-repeat;
  background-position:277px 15px;*/
}
div.popup_negotiation input	{
  font-family: courier, Verdana, Arial, sans-serif;
  color: black;
  font-size:11px;
  background:white;
  border:1px solid gray;
}
div.popup_negotiation textarea	{
  font-family: courier, Verdana, Arial, sans-serif;
  width:350px;
  color: black;
  font-size:11px;
  background:white;
  border:1px solid gray;
}

.hand_link	{
   cursor: pointer; cursor: hand;
}

/* ------------------------------------------------------------------------- */

span.price_without_discount {
	text-decoration:line-through;
}
span.price_with_discount {
	color:green;
}
span.promo_price {
	color:red;
}

/* ------------------------------------------------------------------------- */

div#site_container {
	width:883px;
	margin-left:auto;
	margin-right:auto;
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
}
div#login_div {
	height:47px;
	font-size:12px;
	position:relative;
	color:white;
}
div#login_label {
	position:absolute;
	right:0px;
	top:17px;
}
div#login_inputs {
	position:absolute;
	top:14px;
	right:0px;
}
div#login_inputs input {
	border:1px solid #5d5854;
	background-color:#615d5c;
	width:125px;
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
	color:white;
}
div#login_inputs input#login_submit {
	font-weight:bold;
	padding-left:2px;
	padding-right:0px;
	width:20px;
	border:none;
	background-color:#fe0000;
}

.login_submit {
	font-weight:bold;
	padding-left:2px;
	padding-right:0px;
	width:20px;
	border:none;
	background-color:#fe0000;
	border:1px solid #5d5854;

	width:25px;
	font-size:12px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:8px;
	padding-right:8px;
	color:white;

}
.search_inputs {
	border:1px solid #5d5854;
	/*	background-color:#615d5c; */
	width:175px;
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
	color:black;
}
div#union_div {
	height:158px;
	background-color:white;
	position:relative;
}
div#union_div img.union1 {
	position:absolute;
	left:287px;
	top:-1px;
}
div#union_div img.union2 {
	position:absolute;
	left:620px;
	top:-5px;
}
div#union_div img.union3 {
	position:absolute;
	right:14px;
	top:2px;
}
div#union_div div {
	color:#666666;
	width:579px;
	position:absolute;
	top:72px;
	right:14px;
	text-align:left;
}
div#footer_div {
	color:silver;
	padding-left:290px;
	padding-top:10px;
	padding-bottom:35px;
	text-align:left;
	border-top:1px solid white;
}

div#footer_div a {
	color:silver;
}
div#menu_div {
	text-align:left;
	height:53px;
	border-right:1px solid #211d1a;
}
a#logo_link {
	float:left;
	width:147px;
	height:53px;
	background-image:url("../../themes/castlekart/images/net/logo.png");
	background-repeat:no-repeat;
	display:block;
}
table#menu_table {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	width:736px;
	_width:731px;
}
table#menu_table td {
	background-color:#0a0b0d;
	height:54px;
	border-bottom:1px solid #3c362a;
	border-top:1px solid #211d1a;
}
table#menu_table a {
	letter-spacing:1px;
	color:white;
}
table#menu_table a:hover {
	text-decoration:none;
	color:red;
}
table#menu_table a.is_current {
	color:red;
}
div#mainpage_baner_div {
	height:378px;
	width:883px;
	background-image:url("../../themes/castlekart/images/net/mainpage.png");
	background-repeat:no-repeat;
	position:relative;
}

div#others_baner_div {
	height:141px;
	width:883px;
	background-image:url("../../themes/castlekart/images/net/others.png");
	background-repeat:no-repeat;
	position:relative;
}
div#change_language_div {
	position:absolute;
	top:17px;
	left:-30px;
}
div#change_language_div a {
	display:block;
	margin-bottom:6px;
}
table#content_table {
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	color:black;
}
td#column_left {
	width:262px;
	height:211px;
	padding-top:10px;
}
td#column_main {
	width:579px;
/* 	padding-top:14px; */
	padding-top:10px;
	padding-bottom:14px;
}
div#content_div {
	background-color:white;
}
div#cart_div {
	background-color:white;
	text-align:right;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
/* 	font-family: Tahoma,arial,verdana; */
	font-weight:bold;
	text-transform:uppercase;
	color:#868789;
	padding-top:12px;
	padding-right:14px;
}
div#cart_div a {
	color:#868789;
}

/* ------------------------------------------------------------------------- */

table#pListing_table {
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	color:black;
}
table#pListing_table td {
	border-bottom:2px solid #e7e7e7;
}
.pListing_imageDiv {
	position:relative;
	width:184px;
}
.pListing_imageDiv a.absol {
	display:block;
	position:absolute;
	z-index:1;
	font-weight:bold;
	width:20px !important;
	height:20px !important;
	background-color:#fe0000;
	font-size:12px;
	color:white;
	bottom:0px;
/* 	left:164px; */
	right:0px;
	text-align:center;
}
.pListing_imageDiv a:hover {
	text-decoration:none;
}
.pListing_pNameDiv {
	font-size:12px;
	text-transform:uppercase;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:6px;
}
.pListing_separatorTd {
	width:14px !important;
	border-bottom:0px !important;
}
.pListing_pDescDiv {
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
}
.pListing_pPriceDiv {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:16px;
	font-size:12px;
	position:relative;
}
.pListing_pPriceDiv a {
	display:block;
	position:absolute;
/* 	right:40px; */
	left:123px;
	top:1px;
	z-index:2;
}
.pListing_pPriceDiv a:hover {
	text-decoration:none;
}
.special_price {
	display:block;
	position:absolute;
	top:0px;
	left:65px;
	z-index:2;
}
.field_after_new_products {
	height:25px;
	background-color:#dededc;
	margin-top:3px;
}
.recommended_heading {
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	color:#868789;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#dededc;
	padding-left:15px;
	margin-top:14px;
	margin-bottom:3px;
}
div#pListing_cat_image {
	padding-bottom:4px;
}
div#pListing_cat_desc {
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
}
div#pListing_cInfo_separator {
	height:2px;
	background-color:#e7e7e7;
	margin-top:8px;
	margin-bottom:12px;
}

/* ------------------------------------------------------------------------- */

a.cats_first_level {
	display:block;
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	color:#868789;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#dededc;
	margin-bottom:2px;
	position:relative;
}
a.cats_first_level:hover {
	text-decoration:none;
}
a.cats_other_level {
	display:block;
	color:#1a171b;
	font-weight:normal;
	text-transform:uppercase;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding-bottom:3px;
	padding-left:15px;
}
span.demand_color a.cats_first_level {
	color:inherit !important;
}
span.demand_color a.cats_other_level {
	color:inherit !important;
}
a.cats_first_level img.box_corner {
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
}

/* ------------------------------------------------------------------------- */

table#contact_info {
	margin-bottom:20px;
}
table#contact_info td {
	background-color:#dededc;
	font-family: Tahoma,arial,verdana;
	font-size:14px;
	padding:8px;
	line-height:18px;
}
table#contact_info td.with_corner {
	background-image:url("../../themes/castlekart/images/net/contact_corner.png");
	background-repeat:no-repeat;
	background-position:top right;
}
table#contact_info a {
	color:#e2001a;
}
td#contact_form input {
	background-color:#dededc;
	padding-left:7px;
	padding-bottom:7px;
	padding-top:7px;
	border:none;
	margin-bottom:9px;
	width:281px;
	font-size:11px;
}
td#contact_form textarea {
	background-color:#dededc;
	padding-left:7px;
	padding-bottom:7px;
	padding-top:7px;
	border:none;
	margin-bottom:9px;
	width:281px;
	height:100px;
	font-size:11px;
}
input#contact_form_submit {
	width:auto !important;
	height:auto !important;
	background-color:#e2001a !important;
	color:white;
	font-size:11px;
	font-family: Tahoma,arial,verdana;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px !important;
	padding-bottom:2px !important;
	padding-left:3px !important;
	padding-right:1px !important;
}

/* ------------------------------------------------------------------------- */

table#pInfo_table {
	font-family: Tahoma,arial,verdana;
	font-size:11px;
}
.pInfo_pImages_container img {
	border:1px solid silver;
}
#pInfo_first_image {
	display:block;
	float:left;
}
#pInfo_other_photos {
	position:relative;
	text-align:right !important;
	width:200px;
	float:right;
}
#pInfo_other_photos img {
	margin-bottom:6px;
}
div#pInfo_pName {
	font-family: Tahoma,arial,verdana;
	font-size: 18px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:15px;
	position:relative;
	padding-right:155px;
}
a#pInfo_buy {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	height:21px;
	padding-right:25px;
	background-image:url("../../themes/castlekart/images/net/to_cart.png");
	background-repeat:no-repeat;
	background-position:top right;
	font-family: Tahoma,arial,verdana;
	font-weight:bold;
	font-size:11px;
	color: #e2001a;
	text-transform:uppercase;
	padding-top:6px;
}
a#pInfo_buy:hover {
	text-decoration:none;
}
div#pInfo_pDesc {
	background-color:#dededc;
	color:#555555;
	padding:10px;
	padding-right:30px;
	margin-top:9px;
	margin-bottom:10px;
	background-image:url("../../themes/castlekart/images/net/contact_corner.png");
	background-repeat:no-repeat;
	background-position:top right;
}
.pInfo_field {
	font-family: Tahoma,arial,verdana;
	font-size:12px;
	margin-bottom:4px;
}
.pInfo_fieldLabel {
	font-family: Tahoma,arial,verdana;
	font-weight:bold;
	font-size:12px;
}
table.pInfo_pAttributes_table {
	font-family: Tahoma,arial,verdana;
	font-size:11px;
}
div.pInfo_attributes_separator {
	height:15px;
	width:100%;
}

/* ------------------------------------------------------------------------- */

a#distributors_box {
	display:block;
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	color:#868789;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#dededc;
	margin-top:2px;
	position:relative;
}
a#distributors_box:hover {
	text-decoration:none;
}
a#distributors_box img.box_corner {
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
}
a#distributors_box_img {
	display:block;
	width:188px;
	height:168px;
	margin-left:35px;
	margin-top:28px;
	margin-bottom:29px;
	background-image:url("../../themes/castlekart/images/net/distributors_thumb.png");
	background-repeat:no-repeat;
}


a#fb_box {
	display:block;
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	color:#868789;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#dededc;
	margin-top:25px;
	position:relative;
}
a#fb_box:hover {
	text-decoration:none;
}
a#fb_box img.box_corner {
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
}
a#fb_box_img {
	display:block;
	width:188px;
	height:168px;
	margin-left:35px;
	margin-top:28px;
	margin-bottom:29px;
	background-image:url("../../themes/castlekart/images/net/distributors_thumb.png");
	background-repeat:no-repeat;
}




div#distributors_state_name {
	color:#e2001a;
	font-family: Tahoma,arial,verdana;
	font-size: 15px;
	font-weight:bold;
}
.distributors_info {
	font-family: Tahoma,arial,verdana;
	font-size: 12px;
	padding-top:10px;
	padding-right:5px;
}
div.distributors_border {
	width:95%;
	height:2px;
	background-color:#e7e7e7;
	margin-top:9px;
	font-size:0px;
}
img#distribute_map {
	position:absolute;
	top:-32px;
	right:15px;
}
div#temp area {
	border:1px solid yellow;
	background:yellow;
}
