html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
/***********************************************  BODY  ***********************************************/

body { background-image:url('images/template/body-bg.gif'); background-repeat:repeat-x; color:#565858; font-size:11px; }
a { color:#78b01f; text-decoration:none; }
a:hover { text-decoration:underline; }
h2 { margin:0 0 10px; }

#bd {
	clear:both;
	padding-top:10px;
	text-align: center;
}

.container {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align: center;
}

#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/**********************************************  HEADER  **********************************************/

#headerWrapper {
	height: 191px;
	background: url('images/template/header-bg-repeat.png') repeat-x center top;
	min-width: 960px;
	border-bottom: 1px #999 solid;
	text-align: center;
}

#header {
	width: 960px;
	position: relative;
	margin: 0 auto;
	height: 117px;
}
#header h1 {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-size: 1.25em;
	position: absolute;
	bottom: 43px;
	left: 320px;
}
#header #headerLogo {
	position: absolute;
	left: 0;
	top: 12px;
}
#header ul {
	position: absolute;
	top: 91px;
	left: 0;
	height: 26px;
}
#header ul li {
	float: left;
	background: url('images/template/menu-item-bg.gif') no-repeat right top;
	height: 26px;
	margin: 0 2px 0 0;
}
#header ul a {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	height: 19px;
	display: block;
	background: url('images/template/menu-item-bg.gif') no-repeat left -52px;
	padding: 7px 11px 0 11px;
	float: left;
	text-align: center;
}
#header ul li:hover, #header ul li.hover {
	background: url('images/template/menu-item-bg.gif') no-repeat right -26px;
}
#header ul a:hover {
	background: url('images/template/menu-item-bg.gif') no-repeat left -78px;
}

#login {
	width: 960px;
	position: relative;
	margin: 0 auto;
	height: 75px;
}

/*******************************************  SEARCH PANEL  *******************************************/

#searchPanel {
	width: 660px;
	margin: 0 auto;
	position: relative;
	height: 74px;
	z-index: 10;
}
#searchPanel label {
	position: absolute;
	left: 0;
	top: 27px;
	width: 80px;
	height: 23px;
}
#searchPanel .searchTerm {
	width: 325px;
	border: 1px #999 solid;
	font-size: 14px;
	padding: 6px 0 6px 14px;
	color: #555;
	font-weight: bold;
	position: absolute;
	top: 23px;
	left: 92px;
}
#searchPanel .searchCat, #searchCat_container, #searchCat_input {
	position: absolute;
	top: 28px;
	left: 444px;
	font-size: 12px;
	color: #000;
	width: 230px;
}
#searchPanel .bookmark {
	position: absolute;
	left: 530px;
	top: 30px;
}
#searchPanel .searchSubmit {
	border:0;
	position: absolute;
	left: 445px;
	top: 22px;
}
#searchPanel .fontSizing {
	position: absolute;
	right: 0;
	top: 29px;
	font-size: 11px;
	color: #565858;
	border-left: 1px #ccc solid; 
	height: 16px;
	padding: 0 0 0 10px;
}
#searchPanel .fontSizing img {
	cursor: pointer;
	margin: 0 0 0 2px;
	position: relative;
	top: 1px;
}

#searchPanel span {
	position: relative;
	top: 27px;
	left: 255px;
}
#searchPanel span a:link, #searchPanel span a:visited, #searchPanel span a:active, #searchPanel span a:hover {
	color:#78b01f;
	font-size:11px;
}

/***********************************************************************************************/
.sidebar-title { 
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd; 
	border-right:1px solid #dddddd; 
	padding:15px 20px; 
	margin:0px;
}
.sidebar-content { 
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd; 
	border-right:1px solid #dddddd; 
	padding:15px 20px; 
	margin:0 0 5px; 
}

.sidebar-title-in h1 { color:#78b01f; margin:0 0 10px; padding:6px 8px 0 8px; }
.sidebar-title-in h1 a:link, .sidebar-title-in h1 a:active, .sidebar-title-in h1 a:visited {color:#78b01f;}
.sidebar-content-in {color:#565858;padding-left:8px;padding-bottom:5px;padding-right:8px;}
.mainbar-content-in {color:#565858;padding-left:8px;padding-bottom:5px;padding-right:8px; margin:8px; width:520px;}
/************************************* breadcrumb **********************************************/
#pageControls {
	border: 1px #c8c8c8 solid;
	overflow: hidden;
	margin: 5px 0;
	width: 960px;
}
#pageControls a {
	color: #d86115;
	font-size: 1em;
}
#pageControls a:hover {
	text-decoration: underline;
}
#breadcrumb {
	float:left;
}
#breadcrumb li {
	float: left;
	background: url('images/template/ico-breadcrumb-divider.gif') no-repeat center right;
	padding: 4px 15px 5px 10px;
	margin: 0px;
}
#breadcrumb li.current {
	background: none;
}
#pageControls ul{
	line-height:1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/*******************************************  FOOTER  *******************************************/

#footerLinks { background:#78b01f url('images/template/footerLinks-bg.gif') scroll repeat-x; margin-top:10px; padding:10px 0 10px; text-align:center; color:#565858; font-size:11px }
#footerLinks a { color:#565858; text-decoration: none; }
#footerLinks a:hover { text-decoration: underline; }

/***********************************************************************************************/

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

.introProductList {
border: 1px solid #f3f2f2;
padding:5px;
margin:2px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

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;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #3486b8;
  color: #ffffff;
  background:transparent url(images/custom/tdbg.gif) repeat scroll center bottom;
}

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

TABLE.productListing {
	border-top:1px solid #C8C8C8;
}

.productListing-heading {
	border-bottom:1px solid #C8C8C8;
	color:#565858;
	font-size:10px;
	font-weight:bold;
	padding:8px 10px 5px;
	min-width:50px;
}
.productListing-heading-link, .productListing-heading-link a:link, .productListing-heading-link a:hover, .productListing-heading-link a:active{
	font-size:10px;
	font-weight:bold;
	color:#565858;
}
.productDesc{
	padding-left:25px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  vertical-align: top;
  padding: 7px;
}
.display-count {
margin: 5px 0;
}
.productListing-odd, .productListing-even {
	border-bottom:1px solid #c8c8c8;
}

A.pageResults:hover {
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family:Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	color:#78b01f;
	font-size:18px;
	margin:0 0 0.5em;
	padding: 8px 0;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding:3px 3px 3px 0;
}
.headTitle {
	font-weight: bold;
	font-size: 12px;
	padding:4px 0;
	border-bottom:1px solid #c8c8c8;
	margin: 5px 0;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: 10px;
  color: #ff0000;
}



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: #c00000;
}

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

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

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

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:#ffffff;}
.messageStackSuccess, .messageStackError, .messageStackWarning {
	padding:3px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
}
.messageStackError, .messageStackWarning { 	
	background-color: #e57914; 
	color:#ffffff; 
}
.messageStackSuccess { 
	background-color: #02a05e; 
	color:#ffffff;
}

/* input requirement */

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

/*********************************************/


.priceFin{
font-weight:bold;
}
TD.pageHeading_ex, DIV.pageHeading_ex {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font: italic;
  color: #000000;
}

.products_new_in {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

SPAN.productSpecialPriceEX {
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  color: #c00000;
}

SPAN.productPriceEx {
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
}

/********************************************************************NEW*********************************************************************/

INPUT,SELECT,TEXTAREA,TT,TH,TD {
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Sans-serif; 
	COLOR: #565858;
	FONT-SIZE: 11px;
}

CHECKBOX, INPUT, RADIO, SELECT,TEXTAREA {
  border:1px solid #DDDDDD;
  padding:2px;
}

A:link {
	COLOR: #565858;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #565858;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #565858;
	TEXT-DECORATION: underline;
}
A:active  {
	COLOR: #565858;
	TEXT-DECORATION: none;
}
H1 {
	FONT-SIZE: 15px;
}
H2 {
	FONT-SIZE: 13px;
}
H3 {
	COLOR: #BD0A0A;
	FONT-SIZE: 14px;
}
HR {
	COLOR: #565858;
	HEIGHT: 1px;
	border:1px solid #565858;
}

FORM {
	MARGIN: 0px;
}
TABLE,IMG {
	BORDER: 0px;
}

.Bottom {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #CF907F;
}
A.Bottom:link {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #CF907F;
	TEXT-DECORATION: underline;
}
A.Bottom:visited {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #CF907F;
	TEXT-DECORATION: underline;
}
A.Bottom:hover {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #CF907F;
	TEXT-DECORATION: underline;
}
A.Bottom:active {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #CF907F;
	TEXT-DECORATION: underline;
}
TD.Button {								 
	BACKGROUND-IMAGE: url(images/custom/butbg.gif);
	BACKGROUND-COLOR: #FFC240;
	COLOR: #5B0907;
	BACKGROUND-REPEAT: repeat-x;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	VERTICAL-ALIGN: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button {								 
	COLOR: #5B0907;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}
A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	COLOR: #330000;
	FONT-WEIGHT: bold;
}

.SmallText {
	COLOR: #565858;
	TEXT-DECORATION: none;
	FONT-SIZE: 9px;
}

/*
	Skin classes
*/
A.hcLink:link {
	COLOR: #6C0300;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
}
A.hcLink:visited {
	COLOR: #6C0300;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
}
A.hcLink:hover {
	COLOR: #6C0300;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: bold;
}
A.hcLink:active  {
	COLOR: #6C0300;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
}

.L_side{
padding-right:10px;
}
.R_side{
padding-left:10px;
}
