
/********************************** S T Y L E S     F O R     T H E   S T O R 
												 



/*Styling the Tabs in the Products' detail pages
****************************************************************************/
a {outline:none;}

#prod_detail {
  float:left;
  width:95%;
  background: url("/imgs/bgk2.gif") repeat-x bottom;
  font-size:10px;
  line-height:normal;
  }
#prod_detail ul {
  margin:0;
  padding:7px 10px 0;
  list-style:none;
  }
#prod_detail li {
  float:left;
  background:url("/imgs/leftk.gif") no-repeat left top;
  margin:0 2px;
  padding:0 0 0 9px;
  }
#prod_detail a {
  float:left;
  display:block;
  background:url("/imgs/rightk.gif") no-repeat right top;
  padding:2px 15px 2px 6px;
  text-decoration:none;
  color:#000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#prod_detail a {float:none;}
/* End IE5-Mac hack */
#prod_detail a:hover {
  color:#333;
  }
#prod_detail .current_product_tab {
  background-image:url("/imgs/left_onk.gif");
  }
#prod_detail .current_product_tab a {
  background-image:url("/imgs/right_onk.gif");
  color:#333;
  padding-bottom:3px;
  }


body{
	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	/*letter-spacing: 3px;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}


/*Styling the Rows in the Shopping Cart tables
*******************************************************/
.reg_row_color{
background-color:#fff;

}
.alt_row_color{
background-color:#DAE6FA;

}
/*END of Styling the Rows in the Shopping Cart tables*/


.light_color{
	color: #F4F4F4;
}
.medium_color{
	color: #797979;
}
.dark_color{
	color: #132E6A;
}
.largetext {
	font-size:12px
}

.smalltext {
	font-size:9px

}

.border_light{
	border: 1px solid #B0C8F4;

}

.border_dark{
	border: 1px solid #174CB4;

}
.alert {
	color:#267E41;
	font-weight: bold;
}


.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797979;
}

.strikeout {
	text-decoration: line-through;
}
.background_light {
	background-color: #DAE6FA;
}


/* styles for  links*/

													 
/* styles for the featured/new products table*/
.prod_navUp{
/*	border-bottom: 1px solid #797979;*/
	background-color: #FFF;
	vertical-align: top;
}
.prod_navDown{
/*	border-top: 1px solid #797979;*/
	background-color: #FFF;
	vertical-align: top;
}





/* styles for the shopping cart **************************************************************************************/
.shopping_table {
}

.shopping_table  th{
	background-color: #797979;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
}


.shopping_table td {
	padding: 5px;
	vertical-align: top;
}

/*Store Tables*/

.store_table {
border: 1px solid #B0C8F4;
}

.store_table  th{
	background-color: #797979;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:15px;
	padding: 5px;
	text-align:left;
}


.store_table td {
	padding: 5px;
	vertical-align: top;
}




/*styling the products details (catalog.asp)*/
#catalog_table td{
	vertical-align: top;
	padding:5px;
}



/*  styles for the buttons  */
#main_content a.button:link, #main_content a.button:active, #main_content a.button:visited{
	background-color: #797979;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor:pointer;
	padding: 2px 3px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration:none;
}
/*  rollover state the buttons  */
#main_content a.button:hover{
	background-color: #1F7E41;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor:pointer;
	text-decoration: none;
}


#main_content a.button2:link, #main_content a.button2:active, #main_content a.button2:visited{
border:1px solid #797979;
	color: #797979;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor:pointer;
	padding: 1px 3px;
/*	font-weight: bold;*/
	text-transform: capitalize;
	margin-right:4px;
	text-decoration:none;
}
/*  rollover state the buttons  */
#main_content a.button2:hover{
	background-color: #1F7E41;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor:pointer;
	text-decoration: none;
}

#main_content .grey_button{
border:1px solid  #797979;
	color: #1F7E41;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 1px 3px;
/*	font-weight: bold;*/
	text-transform: capitalize;
	margin-right:4px;
	text-decoration:none;
}


#main_content a.headerlink {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #EEEEEE;
text-decoration: underline;
}

#content a.headerlink:hover {
color: #FFFFFF;
text-decoration: none;
}


/* styles for breadcrumbs trails in the checkout process*******************************************************************/

div#breadcrumbs{
	border-bottom:1px solid #CFCFCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	padding:2px;

}

#breadcrumbs ul, #breadcrumbs li{
	margin:0;
	padding:0;

}



#breadcrumbs li {
	display:inline;
	margin-right:6px;
	padding:2px;

}

#breadcrumbs .selected{
	background-color: #fff;
	font-weight: bold;
	padding-left:2px;
	padding-right:2px;
}


/* styles for the forms *******************************************************************************/


input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #797979;
	background-color: #fff; 
}
.noborder {
	border:none;
}
option, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	cursor:pointer;


}
/* submit button style  */
input.submit{
	border:none;
	background-color: #797979;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor:pointer;
	padding: 2px;
}

input:focus, select:focus, textarea:focus, option:focus {
	border: 1px solid #1F7E41;
	outline:none;

}

/* submit button rollover style  */
input.submitover{
	background-color: #1F7E41;
	border:none;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor:pointer;
	font-weight: bold;
	padding: 2px;
}
	/*
	border: 3px double #999;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-repeat: repeat-x;
	padding: 0.25em;
	background-image: url(/newstore/imgs/button_bg.jpg);
	background-color: #FFFFFF;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor:pointer;
	*/
.clientlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
	border-bottom: 1px solid #666666;
}
#clients td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
}

#clients a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
}

#clients a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
	text-decoration: underline;
}



