
/********************************** S T Y L E S     F O R     T H E   S T O R 
													 



/*Styling the Tabs in the Products' detail pages
****************************************************************************/
#prod_detail {
  float:left;
  width:100%;
  background: url("/imgs/bgk2.gif") repeat-x bottom;
  font-size:9px;
  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 1px;
  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;
  }





/*Styling the Rows in the Shopping Cart tables
*******************************************************/
.reg_row_color{
background-color:#fff;

}
.alt_row_color{
background-color:#F0E0C6;

}
/*END of Styling the Rows in the Shopping Cart tables*/


.light_color{
	color: #F4F4F4;
}
.medium_color{
	color: #742000;
}
.dark_color{
	color: #D66225;
}
.largetext {
	font-size:12px
}

.smalltext {
	font-size:9px

}

.border_light{
	border: 1px solid #D66225;

}

.border_dark{
	border: 1px solid #742000;

}
.alert {
	color:#742000;
	font-weight: bold;
}


.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #742000;
}

.strikeout {
	text-decoration: line-through;
}
.background_light {
	background-color: #F0E0C6;
}


/* styles for  links*/

													 
/* styles for the featured/new products table*/
/*.prod_navUp{
	background-color: #FFF;
	vertical-align: top;
}
.prod_navDown{
	background-color: #FFF;
	vertical-align: top;
}
*/




/* styles for the shopping cart **************************************************************************************/
.shopping_table {
}

.shopping_table  th{
	background-color: #D66225;
	font-weight: bold;
	color: #FFFFFF;
	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 #D66225;
}

#store_table  th{
	background-color: #D66225;
	font-weight: bold;
	color: #ffffff;
	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;
}
#store_table th a{
	color: #742000;
	text-decoration:underline;
}
#store_table th a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
/*styling the products details (catalog.asp)*/
#catalog_table td{
	vertical-align: top;
	padding:5px;
}

#store a{
margin:0px;
color: #D66225;
text-decoration:none;
}
#store a:hover{
margin:0px;
color: #742000;

}

/*  styles for the buttons  */
a.button:link, a.button:active, a.button:visited{
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor:pointer;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: capitalize;
	margin:0px;
	background-image: url(/imgs/go_btn1.gif);
	background-position: center center;
	border: 1px solid #742000;
	text-decoration:none
}
/*  rollover state the buttons  */
a.button:hover{
	background-color: #742000;
	cursor:pointer;
	text-decoration: none;
	background-image: url(/imgs/go_btn1.gif);
}


/* styles for breadcrumbs trails in the checkout process*******************************************************************/

div#breadcrumbs{
	border-bottom:1px solid #742000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:0px;
	margin:0px;

}

#breadcrumbs ul, #breadcrumbs li{
	margin:0;
	padding:0;

}



#breadcrumbs li {
	display:inline;
	margin-right:6px;
	padding:4px;
	background-color: #D66225;


}

#breadcrumbs .selected{
	color: #FFFFFF;
    background-color: #742000;
	font-weight: bold;
}


/* styles for the forms *******************************************************************************/


input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D66225;
	border: 1px solid #742000;
}
 select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #95371e;
	background-color: #fff;
	cursor:pointer;
	border: thin solid #D66225;


}
/* submit button style  */
input.submit{
	color: #d66225;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor:pointer;
	background-image: url(/imgs/go_btn1.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	padding:2px;

}

input.submitover{
	color: #742000;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	background-image: url(/imgs/go_btn1.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	padding:2px;

}

/*input:focus, select:focus, textarea:focus, option:focus {
	border: thin solid #D66225;

}
*/
/* submit button rollover style  */
/*input.submitover{
	background-color: #D66225;
	border:none;
	color: #FFFFFF;
	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: #D66225;
	border-bottom: 1px solid #666666;
}
#clients td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D66225;
}

#clients a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #742000;
}

#clients a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D66225;
	text-decoration: underline;
}



