<!--


/* body style  */
html, body {
      cursor: default;
	  background-color: #ffffff;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
	  margin-bottom: 0px; 
	  padding: 0px;
	  height: 100%;
	  border: none;
     }
	 






/*  font style  */

.nav_links {font-family: Tahoma, Verdana, Arial; font-size: 10pt; color: #000000; font-weight: bold; }
.cart_text {font-family: Tahoma, Verdana, Arial; font-size: 8pt; color: #666666; font-weight: normal;}
.cart_link {font-family: Tahoma, Verdana, Arial; font-size: 8pt; color: #C90000; font-weight: bold;}
.page_text_large {font-family: Tahoma, Verdana, Arial; font-size: 11pt; color: #000000; }
.page_links {font-family: Tahoma, Verdana, Arial; font-size: 9pt; color: #000000; font-weight: bold; }
.page_text {font-family: Tahoma, Verdana, Arial; font-size: 9pt; color: #555555;}
.page_text_small {font-family: Tahoma, Verdana, Arial; font-size: 10pt; color: #555555; text-decoration: line-through;}
.head_text {font-family: Tahoma, Verdana, Arial; font-size: 7pt; color: #555555;}
.page_style {font-family: Trebuchet MS, Verdana, Tahoma, Arial; font-size: 9pt; color: #555555; font-weight: normal;}
.page_bold {font-family: Trebuchet MS, Verdana, Tahoma, Arial; font-size: 9pt; color: #000000; font-weight: bold;}
.bread_text {font-family: Tahoma, Verdana, Arial; font-size: 8pt; color: #777777;}
.text_green {font-family: Tahoma, Verdana, Arial; font-size: 10pt; color: #009900; font-weight: bold;}
.shop_text {font-family: Trebuchet MS, Verdana, Tahoma; font-size: 12px; color: #C90000; font-weight: bold; }

p.list_white
{
	margin: 10px 15px 10px 15px;
	border-left: 6px solid #dcdcdc;
	padding: 0 0 0 10px;
}

/* Shopping Cart */




/*  links style */

 a {color: #000000; text-decoration: none; }
 a:hover{text-decoration: none; color: #C90000;}
 
 a.head_cart {color: #C90000; text-decoration: none; }
 a.head_cart:hover{text-decoration: none; color: #000000;}
 
 a.products {color: #C90000; text-decoration: none; }
 a.products:hover{text-decoration: none; color: #FFFFFF; background: #C90000;}
 
 a.breadcrumbs {color: #777777; text-decoration: underline; }
 a.breadcrumbs:hover{text-decoration: none; color: #FFFFFF; background: #777777;}

 a.blue { color: #88b5e2; text-decoration: underline; }
 a.blue:hover{text-decoration: none; }
 
 a.text_link {font-family: Tahoma, Verdana, Arial; font-size: 8pt; font-weight: bold; color: #ffffff; background-color: #C90000; text-decoration: underline; padding: 2px; }
 a.text_link:hover{text-decoration: underline; color: #ffffff; }



hr {
     border: 0px;
	 height: 1px;
	 background-color: #728EAA;
	 color: #728EAA; 
   }




/*  table styles */
td.body
       {
		width: 763px;
		height: 100%;
		background-color: #ffffff;	
		font-family:  Trebuchet MS, Verdana, Tahoma, Arial;
		vertical-align: top;
		border: 0px;
		font-size: 10pt;
		border-left: 0px solid #444c50; 
		border-right: 0px solid #444c50; 
		color: #555555;
	   }
	   
	   
/*  table styles */
td.body_side
       {
		width: 15px;
		height: 100%;
		background-color: #dde4ea;	
		font-family: Tahoma, Verdana, Arial;
		vertical-align: top;
		border: 0px;
		font-size: 8pt; 
		color: #696969;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	   }



table.body_main
               {
				width: 100%;
				height: 100%;
				border: 0px;
				margin-top: 0px;
				margin-left: 0px;
				margin-right: 0px;
				margin-bottom: 0px;
				padding: 0em;
				background:#dde4ea;
	            background-color: #dde4ea;
               }
			   
			   
			   
/* Form elements */
input,textarea, select
                      {
                       color : #000000;
                       font: normal 10pt Tahoma, Verdana, Arial;
                       border-color : #A9AFB7;
                       border-width : 0px;
                       background-color : #ffffff;
					   border: 1px solid #ffffff;
					   padding: 2px;
					   vertical-align: center;
                      }

input.submit 
            {
       		 background-color: #e7e7e7;
	         font: 8pt;
            }
			   
 
	 
-->