/* CSS Document */
.categories {
	border:1px solid #CCCCCC;
}
.categories th {
	font-size: 18px;
	color:#FFFFFF;
	height: 25px;
	vertical-align: middle;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-top:1px solid #94b2c6;
	border-left:1px solid #94b2c6;
	border-right:1px solid #94b2c6;
	border-bottom:1px solid #666666;
	text-align:center;
	background-image:url(icons/button_title.jpg);
}

.categories tr {
}

.categories td {
font-size: 15px;
color: #000000;
}

.categoriesbutton {
	font-size: 15px;
	font-weight:bolder;
	border-top:1px solid #CCCCCC;
	height: 25px;
	text-align:center;
	color:#333333;
	background-image:url(icons/button.jpg);
}

.categoriesresume {
	font-size: 10px;
	color: #666666;
	text-align: justify;
}

.product_list {
	border:1px solid #CCCCCC;
}
.product_list th {
	font-size: 18px;
	color: #666666;
	height: 25px;
	vertical-align: middle;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align:center;
	background-color:#e6eff6;
}

.product_list tr {
}

.product_list td {
font-size: 15px;
color: #000000;
}

.product_listbutton {
	font-size: 15px;
	font-weight:bolder;
	border-top:1px solid #CCCCCC;
	height: 25px;
	text-align:center;
	color:#333333;
	background-image:url(icons/button.jpg);
}

.product_listresume {
	font-size: 10px;
	color: #666666;
	text-align: justify;
}

.product_listprice {
	font-size: 18px;
	color: #6aaaf9;
}

.product_editprice {
	font-size: 10px;
	color: #6aaaf9;
}

.product_listcart {
	font-size:18px;
	height:32px;
	width:100%;
	color: #FFFFFF;
	background-color:#1180aa;
	vertical-align:middle;
}

.cart {
border:1px solid #005b9a ;
padding:0;
margin-top:10px;
}
.cart th {
background-color: #005b9a ;
padding:3px 7px 3px 7px;
font-size: 15px;
color: #FFFFFF;
height: 30px;
vertical-align: middle;
border-bottom:1px solid #efefef;
}

.cart tr:hover {
height: 20px;
background-color: #e6eff6;
border-bottom:1px solid #efefef;
}
.cart tr {
height: 20px;
background-color: #fff8d9;
h: expression(onmouseover=new Function("this.style.backgroundColor='#e6eff6'; this.style.color='#000000';"),
onmouseout=new Function("this.style.backgroundColor='#fff8d9'; this.style.color='#000000';"));
}

.cart td {
padding:3px 7px 3px 7px;
font-size: 15px;
border-bottom:1px solid #efefef;
}

.cartChekout {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	letter-spacing: -2px;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	margin-right:25px;
}

.buypass {
font-size: 13px;
color: #FFFFFF;
height: 15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.price {
font-family:Arial, Helvetica, sans-serif;
size:20px;
color: #666600;
}
.fieldname {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	size:20px;
	color: #990000;
	font-weight: 500;
}
.inputboxmini {
	font-size: 11px;  
	border: 1px solid #666666;
	background-color: #ffffff;
	color: #666666;
	padding: 1px;
}
.buttonmini {
	color: #FFFFFF;
	background-color:#005B9A;
	border: 1px dot #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	height: 20px;
	width: 60px;
	align: left;
}

/*accordion*/
.stretcher {
	background: none !important;
	background: #fff;
}

h4 {
	margin: 5px 0 0;
	height: 40px;
	width: 440px;
	cursor: pointer;
	font-size: 0.99em;
}

h4 a:link, h4 a:visited {
	background: url(icons/stretchtoggle.jpg) no-repeat;
	color: #fff;
	text-shadow: 2px 2px 1px #8fc80d;
	padding: 4px 8px 0;
	-moz-outline-style: none;
	display: block;
	height: 40px;
	width: 440px;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 20px;


}

.editable{
     color: #000;
     background-color: #ffffd3;
 }
 
 .makeEditable
 {
	display: block;
 }
