body {
	background-color: #d2dee1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table, td, tr, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #333333;
	line-height : 22px;
	letter-spacing: -0.5px;
}
.header_large, a.header_large, a.header_large:hover, h2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 54px; color: #333333; font-weight: bold; letter-spacing: -4px; text-decoration:none; line-height: 58px;
}
.header_small, a.header_small, a.header_small:hover {
	font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #666666; font-weight: bold; letter-spacing: -1.5px; text-decoration:none; line-height: 24px;
}
.subheading, h3, a.subheading {
	font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #485154; font-weight: bold; letter-spacing: -1px; text-decoration:none; line-height: 24px;
}
.specifications {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
}
.text_small {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.price {
	font-family: Arial, Helvetica, sans-serif; font-size: 48px; color: #000000; font-weight: bold; letter-spacing: -2px; line-height: 54px;
}
.footer {
	font-family : Arial, Helvetica, sans-serif; font-size : 13px; color : #333333; line-height : 16px;
}
.button_background {
	background:url(images/spacer.gif); 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color:#666666; 
	font-weight: normal;
	margin: 2px;
	padding: 8px;
	text-decoration:none; 
	border: 2px solid;
}
.button_shop {
	background:url(images/spacer.gif); 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 	
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	color: #c03f64;
	background-color: #d2dee1;
	border: 2px solid #c03f64;
	height: 45px;
}
.button_cart {
	background:url(images/spacer.gif); 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 	
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	color: #c03f64;
	background-color: #fff;
	border: 2px solid #c03f64;
	height: 45px;
}
.tiny {
	font-size: 9px; font-family: Arial, Helvetica, sans-serif;	line-height: 10px;
}
.tiny_pink, a.tiny_pink, a.tink_pink:hover {
	font-size: 9px; font-family: Arial, Helvetica, sans-serif;	line-height: 10px; text-decoration: none; color: #be1e2d; 
}
.small {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-align: center;
}
.error, a.error, a.error:hover {
	font-size : 15px;
	text-decoration : none;
	color : #990000;
	font-weight: bold;
	letter-spacing : 0 px;
}
input.shaded, select.shaded {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : black;
	background-color: #FFFFCC;
	}
input.shaded_inactive, select.shaded_inactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	background-color: #CCCCCC;
}
input.shaded[class], input.shaded_inactive[class] {
	padding: 6px;
}
input.shadow, textarea.shadow, select.shadow{
  border: 1px solid #ccc;
  background-image: url(../images/bg_inputs.png);
  background-repeat: no-repeat;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  background-color: #FFF;
}
input.shadow[class] {
  padding: 6px;
}
input.shadow:hover, select.shadow:hover {
  border: 1px solid #515151;
}
input.shadow:focus, textarea.shadow:focus, select.shadow:focus {
  border: 1px solid #515151;
}
/* root element for tabs  */
ul.css-tabs {  
	margin: 0 !important; 
	padding: 0px;
	height: 25px;
	/* border-bottom: 4px solid #be1e2d; */
}

/* single tab */
ul.css-tabs li {  
	float: right;	 
	padding: 4px; 
	margin: 0;
	height: 25px;
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	color: #c03f64;
	background-color: #d2dee1;
	border: 2px solid #c03f64;
	height: 25px;
}

ul.css-tabs a:hover {
	background-color: #fff;
	height: 25px;
	color: #be1e2d;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color: #fff;
	border: 2px solid #be1e2d;	
	color: #be1e2d;
	padding: 8px;
	height: 25px;
	cursor:default;

}
/* tab pane */
div.css-panes div {
	display:none;	
	min-height:100px;
}


