/*
  $Id: stylesheet.css,v 1.1.1.1 2003/09/18 19:06:01 wilt Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/*	clear fixes	*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*	clear fixes	*/

.cat_description {  font-size : 10px; color: #800000; font-weight: bold }
.boxText { font-size: 11px; }
.centertable { border-left:1px solid #798CCC; border-right:1px solid #798CCC; background-color:#D2DBF5 }
.navBlue     { color: #00CBC9; font-size: 8pt }
.errorBox {  font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #B33C13; }
.productsNotifications { }
.orderEdit {  font-size : 10px; color:#960606; text-decoration: underline; }

body{
padding:0px;
font-family:arial,helvetica,sans-serif;
}

A {
  color: #898989;
  }
TD 	{
		color:#686868;
		font-size:11px;
		}
A:hover {
}

FORM {
        display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
 font-size: 11px;
 color: #7587A9;
 text-decoration: none;
}

A.headerNavigation:hover {
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}





.templateinfobox     {FONT-SIZE: 11px }

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  color: #000000; padding-top:4
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TD.contentBoxHeading {

  font-size: 10px;
  font-weight: bold;
  color: #534F4D; padding-top:5
}

TR.accountHistory-odd,
TR.addressBook-odd,
TR.alsoPurchased-odd,
TR.payment-odd,
TR.productListing-odd,
TR.productReviews-odd,
TR.upcomingProducts-odd,
TR.shippingOptions-odd {
  ;
}

TR.accountHistory-even,
TR.addressBook-even,
TR.alsoPurchased-even,
TR.payment-even,
TR.productListing-even,
TR.productReviews-even,
TR.upcomingProducts-even,
TR.shippingOptions-even
 {  ;
}

TABLE.productListing {
  border-spacing: 1px
}

.productListing-heading {
 padding:7px 5px 7px 5px;
	font-size:10px;
	color:#202020;
	font-weight:bold;
	background-color:#D7D5CC;
	vertical-align:top;
}

TD.productListing-data {
  font-size: 10px;
  padding:5px;
  vertical-align:middle;
}
TD.productListing-data a {color:#252525;}

A.pageResults {
  color:#3A4750;
}

a:hover.pageResults {
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #CB006C;
}

TD.main, P.main {
  padding-left:1px;
  font-size: 11px;
  line-height: 2.75;
  color:#141414;;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
 }

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

TD.category_desc {
  font-size: 11px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #00CBC9;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

select	{
		width:110px;
		}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

.productSpecialPrice {
  color: #C41111;
}

SPAN.errorText {
  color: #00CBC9;
}

.moduleRow { }
.moduleRowOver {cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #3A4750; }

/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #FFE1E1;
	font-weight: bold;
	color: #c00;
	padding: 8px;
}
.messageStackSuccess {  font-size: 10px; background-color: #e1ffe1/*#99ff00*/;
	font-weight: bold;
	color: #0c0;
	padding: 8px;
}

/* input requirement */

.inputRequirement {  font-size: 10px; color:red; }

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-size: 10px;
  font-weight: bold;
  background: #BDCAF3;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #F5F7FC;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */
.content        {BACKGROUND: none; COLOR: #CB006C; FONT-SIZE: 10px;}

/* Show Cart Details */
TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
/* <FONT COLOR="bbc3d3" FACE="Arial" SIZE="1"> */
  font-size: 11px;
  line-height: 1.5;
  color: #BDCAF0;
}

 /* Show Header Page Links */
TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
  background-image: url('images/button_blank_left.gif');
}
TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
  background-image: url('images/button_blank_right.gif');
}
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  background-image: url('images/button_blank_middle.gif');
  font-size: 10px;
  font-weight: bold;
  color: #CB006C
}
A.HeaderPageLinks {
  font-size: 10px;
  font-weight: bold;
  color: #CB006C;
}
a:hover.HeaderPageLinks {
  font-size: 10px;
  font-weight: bold;
}

TD.cookieUsage {
  font-size: 10px;
  font-weight: bold;
  background: #CB006C;
  color: #FFFFFF;
}

/* WebMakers.com Added: Editing Attributes */
.attributeBoxContent {  font-size: 10px; color: #CB006C; background-color: #808080; }
.TR.attributeBoxContent { font-size: 10px; color: #CB006C; background-color: #808080; }
.TD.attributeBoxContent { font-size: 10px; color: #CB006C; background-color: #C0C0C0; }

.storyboxtitle  {COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; BACKGROUND: none;}
.storyboxtitle A:link           {COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; BACKGROUND: none;}
.storyboxtitle A:active         { COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; BACKGROUND: none;}
.storyboxtitle A:visited        { COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; BACKGROUND: none;}
.storyboxtitle A:hover          {FONT-SIZE: 10px; FONT-WEIGHT: bold;}
.yearHeader { font-size: 14px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;} .calendarMonth { background-color: #BBC3D3; cursor: default; width: 100%;}
.calendarHeader { font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 22px;}
.calendarToday { font-size: 10px; color: #000000; background-color: #FFCF00; padding-left : 3px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendarWeekend { font-size: 10px; color: #000000; background-color: #CAEEFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendar {font-size: 10px; color: #000000; background-color: #FFFFFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px; }
.event {  font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6; }
.empty { background-color: #F0FAFF; line-height: 14px; height: 22px; width: 18px; }
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {}



 /* mumumu*/
body {margin:0; padding:0;}
table, td {border-collapse:collapse;}
/*table, td, img {border:0;}*/
td, img {border:0;}
form, td {margin:0; padding:0;}
td, tr {font:11px/12px; color:#B6B4B4; vertical-align:top;  text-align:left;}


/*top*/
.a1 img{
/*
margin:23px 0 12px 4px;
*/}
.a2{ margin-top:32px;}
.a3 img{ vertical-align:middle; margin:0 0 0 0px;}
.a3{ color:#191919; font-weight:bold;}
.a3 select{ width:119px; height:18px; border:1px solid; margin-left:9px; border-color:#959595 #D9D5CE #D9D5CE #959595; color:#7F7F7F; font-size:11px; padding:2px 0 1px 2px}
.a4 img{ margin:3px 14px 3px 2px; float:left}
.a4{ color:#fff; font-size:11px; font-weight:bold; line-height:14px;}
.a5{width:100%; background:url(images/1t2.jpg) top right no-repeat;}
.a6{background:url(images/1t4.jpg) bottom right no-repeat; width:100%;}
.a7{background: #191919 url(images/1t1.jpg) top left no-repeat;}
.a8{width:100%; background:url(images/1t3.jpg) bottom left no-repeat;}

.b1{ padding:22px 0 10px 26px; color:#121212; font-size:14px; font-weight:bold;}
.d_line img { margin:3px 0 4px 8px;}
.b2{ padding-left:20px;}
.d2{width:8px; float:left;}
.d2 img{ margin:4px 0 0 0;}
.d3{width:121px; float:left}
.d3 a{ color:#7F7F7F; text-decoration:none}
.d3 a:hover{ color:#2C8DD6; text-decoration:none}
/*footer*/

.end{width:100%; height:100%}
.end td img{ float:right; margin:12px 9px 33px 45px;}
.end td{ color:#2C6386; line-height:14px;}
.end td a{ color:#2C6386; text-decoration:none}
.end td a:hover{ color:#2C6386; text-decoration:underline}
.end td strong{ color:#000;}
.end td span{ color:#000;}

.end1{padding:14px 0 0 9px}

/*content*/
.cen1{background: #000/*url(images/3t2.jpg) top left repeat-x*/; width:100%; padding:17px 0 11px 22px;}
.cen1 span{ color:#FFFFFF; font-size:14px; font-weight:bold;}
.deep1{ padding:9px 0 11px 0; color:#4C5451;}
.deep1 span{ font-size:11px; color:#4C5451; font-weight:bold}

.deep2{ text-indent:20px;}
.deep2 a{ color:#1D1D1D; text-decoration:none}
.deep2 a:hover{ color:#1D1D1D;text-decoration:underline}
.deep3 img{ margin:0 16px 9px 0;}
.deep4 td{ color:#1D1D1D;}
.deep4 td strong{ color:#1D1D1D; font-size:14px;}

.f{ font-size:11px; color:#1D1D1D; padding:1px 0 1px 4px; vertical-align:middle}
.f1 select{ width:119px; height:20px; margin:0 0 0 8px;}
.f2 select{ width:159px; height:20px; margin:0 0 0 18px;}

.cen4{ border:1px solid #ABABAB; width:100%;}
.cen5{ margin:3px 0 0 3px; width:362px;}

.cc1{ background:#DBDBDB; font-weight:bold; text-indent:9px; padding:7px 0 11px 0;}

.x1{margin:7px 0 0 19px;}
.t1{ width:35px;}
.t{ width:12px; height:12px; margin:41px 0 0 0;}
.t2{ width:124px;}
.t3{ width:78px;}
.t3 table{ width:70px; margin-top:5px;}
.t3 td{ color:#1D1D1D; font-size:11px;}
.t3 td strong{ color:#2B7DCC; font-size:11px;}

.t4{ width:50px;}
.t4 input{ width:39px; height:18px; border:1px solid #818181; color:#303030; direction:rtl; padding:1px 0 1px 0; font-size:11px; margin-top:35px;}

.cc2{ text-indent:200px;}
.cc2 span{ color:#2B7DCC; font-size:12px; font-weight:bold;}

/*left*/
/*.lef_hed{ color:#191919; font-size:14px; font-weight:bold; padding:17px 0 9px 4px;}*/
.lef_hed{ color:#191919; font-size:14px; font-weight:bold; padding: 5px 0 9px 4px;}
.lef_1{ width:132px; float:left}
.lef_2{ width:8px; float:left;}
.lef_2 img{ margin:4px 5px 0 0;}
.lef_3{ width:124px; float:left}
.lef_3 a{ color:#7F7F7F; text-decoration:none}
.lef_3 a:hover{ color:#171717; text-decoration:none}
.lef_line img{ margin:3px 0 4px 6px;}
.lef_4{ padding-left:4px;}
.deep td strong{ color:#1D1D1D; font-size:14px;}
.deep td b{ color:#2B7DCC;}
.deep td a b{ color:#2B7DCC;}
.cen2{ margin-right:14px; float:left;margin-bottom:5px;}
.cen3{ margin:3px 0 6px 0;}


/*right*/
.rig1 img{ margin:10px 0 0 2px;}

.c1{background: #191919 /*url(images/bgr1.jpg) top left repeat-y*/;width:100%;}
/*
.c2{background:url(images/2t1.jpg) top left no-repeat; width:100%; height:100%;}
.c3{background:url(images/2t3.jpg) bottom left no-repeat; width:100%; height:100%;}
.c4{background:url(images/2t2.jpg) top right no-repeat; width:100%; height:100%;}*/
.c5{/*background:url(images/2t4.jpg) bottom right no-repeat; */width:100%; height:100%; padding:18px 0 18px 22px; color:#FFFFFF; font-weight:bold;}
.c5input{ width:131px; height:19px; margin:4px 0 5px 0; color:#1181D2; font-weight:bold; font-size:11px;}
.c5 img{ margin-left:85px;}

/*center*/

.moduletable_bookmarks ul {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
}

.moduletable_bookmarks ul li {
	height: 24px;
}
.moduletable_bookmarks ul li a {
	line-height: 24px;
}

.moduletable_bookmarks img {
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin-right: 8px;
}
.save_amount span,.save_amount{
	color: #cc0000;

}
#quoteform div {
	margin: 10px 0;
	display:block;
}
#quoteform label.col1,#quoteform .inputbox {
		float:left;
}
#quoteform label.col1{
		width:120px;
}
#quoteform .inputbox {
	width: 200px;
}

.errors, #system-message {
	background-color:#E6C0C0;
	border-bottom:2px solid #DE7A7B;
	border-top:2px solid #DE7A7B;
	color:#CC0000;
	margin-bottom:6px;
	padding:4px;
}
.cart_content {
	padding:5px 10px;
	float:right;
	margin-right: 70px;
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
}
.cart_content a{
	color: #fff;
}