@charset "iso-8859-1";
/*======================================*
** stylesheet.css
**======================================*/

/*---------------------------------------*
** Original Author: M S Rahman
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: "Palatino Linotype", serif;
/*	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;*/
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	background: #7d543b url(images/gradbg.jpg) repeat-x;
}
#wrapper {
	width: 710px;
	margin: auto;
	background: #fff8e7;
}

img { border: 0; }

h2 {
	color: #b74426;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
h3 {
	font-weight:normal;
	}
	
a {
	color: #bd9508;
}


/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
	height: 189px;
	margin-top: 0px;
	border: 5px solid #fff8e7;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
} 

td.headerNavigation {
	background: #fff8e7;
	color: #b74426;
	font-size: 9pt;
	font-weight: bold;
}

#headerAddress {
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 12px; 
	color: #fff8e6;
	position: relative;
	z-index: 3;
	left: -5px;
	top: -35px;
}


/*------------------------------------------------------------*
**  Column Left
**------------------------------------------------------------*/
#colLeft {
	width: 160px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	float: left;
	margin: 2px;
}


/*------------------------------------------------------------*
**  Column Right
**------------------------------------------------------------*/
#colRight {
	color: #b35a00;
	width: 500px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


/*------------------------------------------------------------*
**  Infobox and Product tables
**------------------------------------------------------------*/

#colRight .infoBox {
  background: #fff8e7;
}


.infoBox {
  background: #f3e5c1;
}

TD.infoBoxHeading {
  font-size: 10pt;
  font-weight: bold;
  font-family: "Palatino Linotype", serif;
  background: #e6d9b7 url(images/infobox/corner_right_left.gif) repeat-x;
  margin: 0px;
}

td.pageHeading {
  padding-top: 5px;
  font-weight: bold;
}

.productListing-heading {
  font-size: 10pt;
  font-weight: bold;
  background-color: #fff1cb;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #fff1cb;
  border-spacing: 1px;
}

td.main {
  padding-bottom: 8px;
}

TD.productListing-data img {
       border: 5px solid white;
}


td.smallText {
     font-size: 10px;
}

td.smallText img {
     border: 3px solid white;
}



/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 175px;
	color: #b35a00;
	font-size: 11pt;
}

#Navigation select {
	background-color: #f3e5c1;
}

#Navigation a {
	text-decoration: none;
}

#Navigation a:hover {
	text-decoration: underline;
}


td.boxText{
	padding-left: 10px;
}

.checkoutBarFrom, .checkoutBarTo { 
	color: #8c8c8c;
	background-color: #fff1cb;
}

.checkoutBarCurrent {
	color: #000000; 
	background-color: #fff1cb;
}




/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer {
	height: 22px;
	clear: both;
	/* border: 1px solid #e6d9b7; */
	color: #aaaaaa;
	text-align: right;
	padding-top: 3px;
	font-size: 8pt;
}
/*------------------------------------------------------------*
**  End_of
**------------------------------------------------------------*/	

.title {
	font-size: 17px;
	color: #B4FF05;
	height: 20px;
	padding-top: 20px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}

/*
.allpara {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin: 0px;
}
*/

.smallSpacer {
	height: 600px;
	width: 5px;
	float: left;
}
#menuTab {
	color:#32556B;
	font-size:1.2em;
	text-align:center;
	/* background-image: url(images/navtab.gif); */
	background-repeat: no-repeat;
	background-position: center center;
	width: 175px;
	height: 25px;
	padding-top: 2px;
}

.stockWarning {
	color: #cc3333;
}

.messageStackError {
	color: #cc3333;
	border: 1px solid #cc3333;
	background-color: white;
}

.messageStackSuccess {
	color: #339933;
        border: 1px solid #339933;
        background-color: white;
}
