/*
#####################
1. GENERAL STYLES
2. LINK STYLES
3. TABLE STYLES
4. FORM FIELD STYLES
5. NAMED STYLES
##################### */



/* 
1. GENERAL STYLES
##################### */

body {
	background-color: #d3cfc1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{ margin-top: 0; margin-left: 0; margin-bottom: 3px; font-family: verdana, ariel, helvetica, sans-serif; font-size: 18px; font-style: normal; color:#756759; font-weight: normal; line-height: 24px; word-spacing: 0; letter-spacing: 0; }
h2{ margin-top: 4px; margin-left: 0; margin-bottom: 1px; font-family: verdana, ariel, helvetica, sans-serif; font-size: 14px; font-style: normal; color:#756759; font-weight: normal; line-height: 21px; word-spacing: 0; letter-spacing: 0; }
h3{ color: black; margin-top: 0; margin-left: 0; font-family: verdana, ariel, helvetica, sans-serif; color:#761827; font-size: 11px; margin-bottom: 1px; }
h4{ color: gray; margin-top: 1px; margin-left: 0; font-family: verdana, ariel, helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: italic; margin-bottom: 1px; }
h5{ color: #6699cc; margin-top: 1px; margin-left: 0; font-family: verdana, ariel, helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: underline; margin-bottom: 0; }
h6{ color: black; margin-top: 1px; margin-left: 0; font-family: verdana, ariel, helvetica, sans-serif; font-size: 11px; margin-bottom: 0; }
p{ font-family: verdana, helvetica, sans-serif; font-size: 11px; color:#756759; line-height: 14px; word-spacing: 0; letter-spacing: 0; margin: 0 0 10px; }
li{ font-size: 11px; margin-left: 0; margin-top: 3%; margin-bottom: 0.2em; font-family: verdana, ariel, helvetica, sans-serif; line-height: 14px; }
ul{ list-style-type: square; margin-top: 0%; margin-left: 0; margin-top: 0; margin-bottom: 0; font-family: verdana, ariel, helvetica, sans-serif; color:gray; font-size: 11px; line-height: 14px; }
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 13px;color: #756759;}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #756759;}
.style5 {color: #999999;font-family: Arial, Helvetica, sans-serif;}
.style6 {font-size: 10px;}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;}




/*
2. LINK STYLES
##################### */
a:link {
	color: #761827;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #761827;
}
a:hover {
	text-decoration: none;
	color: #c47978;
}
a:active {
	text-decoration: none;
	color: #761827;
}




/*
3. TABLE STYLES
##################### */
.tblGry {
  width: 580px;
/*  background-color: #efefef; */
 }

.tblProductList {
		width: 170px;
/*		background-color: #efefef; */
 }

.tblProductList td {
		text-align: left;
		vertical-align: top;
		padding-top: 2px;
		padding-bottom: 5px;
		padding-right: 20px;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #756759;
/*		border : 1px solid #cc0000;  */
	}

.tblProductList .ProductName {
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #494c75;
	}
  
.tblProductOne {
		width: 600px;
/*		background-color: #efefef; 
		border : 1px solid #cc6633; */
 }

.tblProductOne td {
/*	border : 1px solid #cc6633; */
 }
 
.tblProductOneDetail {
		width: 430px;
/*		background-color: #ccff99; 
		border : 1px solid #cc6633; */
 }
 
.tblProductOneDetail td {
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-bottom: 5px;
/*		border : 1px solid #ffcc99; */
 }

.tblProductOneDetail .ProductName {
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #494c75;
	}

.tblCheckout {
		width: 400px;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
/*		background-color: #efefef; */
 }	

.tblCheckout th {
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #494C75;
		padding-left: 0px;
		padding-right: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cccccc;
/*		border : 1px solid #cc6633; */
	}	

.tblCheckout td {
	vertical-align: top;
		padding-bottom: 5px;
/*		border: 1px solid #cc6633;*/
	}	


.tblCheckout .ProductName {
		font-weight: bold;
		color: #494C75;
	}
	
	
.tblCheckout td .greyline {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cccccc;
	}		

.tblCheckoutPrice {
		width: 95%;
	}		

	
.tblCheckoutPrice td {
	padding-bottom: 0px;
}		
	
.tblCheckoutPrice td .greyline {
		padding-top: 0px;
		border-bottom: 1px solid #cccccc;
	}		


	
/*
4. FORM FIELD STYLES
##################### */

input, textarea, select {
	padding: 2px 3px 1px 3px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}	  
  
.inp20, .inp200, .inp250, .inp350, .inpAuto {
	background: #ededed;
	border: solid 1px #cccccc;
	color: #756759;
}

.inp20 {
	width: 20px;
	text-align:center;
}

.inp200 {
	width: 200px;
}

.inp250 {
	width: 250px;
}

.inp350 {
	width: 350px;
}

 .inpPrice {
   	color: #494C75;
	font-weight: bold;
	enabled: false;
	border: solid 1px #cccccc;
}





/*
5. NAMED STYLES
##################### */

#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	visibility: visible;
}
#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	visibility: hidden;
}
#Layer3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	visibility: hidden;
}
#Layer4 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	visibility: hidden;
}
	  

