/* Connexxions CSS Document */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
headline{
font-weight: bold; color: #C41562; font-size: 16px;}
a {color:#e19630;}

h1 { font-weight: bold; color: #C41562; font-size: 16px; }

h5 { color: #C41562; font-size: 11px; color: black;}

.cart_options_label { font-weight: bold; color: #C41562; font-size: 16px; text-align: right; }

.header { font-weight: bold; color: #C41562; font-size: 14px; text-decoration: underline; } 

.cartsection {  font-weight: bold; color: #C41562; font-size: 16px; }

.label { font-weight: bold; color: #C41562; font-size: 12px; } 

.content { 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; } 

.titles {
	padding: 5px;
	font-size: .9em;
}

.titles a {
	text-decoration: none;
}

.required { 
   font-family: "Verdana", "Arial" , "Times New Roman"; 
   font-size: 12px; 
   background-color: #ffff99; 
   border: 1px solid black; 
   padding: 2px;
} 

.normal { 
   font-family: "Verdana", "Arial" , "Times New Roman"; 
   font-size: 12px; 
   background-color: #e3e3e3; 
   border: 1px solid black; 
   padding: 2px;
} 


#infinite_right {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:97px;
	background-color:#C41562;
	z-index:1;
}
#main_container {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
	background-image:url(images/main_repeat.jpg);
	z-index:10;
}
#top_nav {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:43px;
}
#head_1 {
	position:relative;
	top:0;
	left:0;
	width:361px;
	height:59px;
}
#head_1b {
	position:absolute;
	top:43px;
	left:361px;
}
#head_2 {
	position:relative;
	top:0;
	left:0;
	width:408px;
	height:80px;
	background-image:url(images/logo-left2.jpg);
}
#content {
	position:relative;
	top:0;
	left:220px;
	width:100%;
	height: 100%;
	
}
#left_side {
   background-color: #e19630;
	position:absolute;
	top:182px;
	left:0;
	padding-top:10px;
	width:189px;
	height:auto;
}
#left_side ul,li {
	margin:0;
	padding:0;
	list-style:none;
}
#left_side ul a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 0 12px;
	height:20px;
	margin:0;
}
#left_side ul a:hover {
	background-color:#C41562;
}
#left_side ul ul {
	padding-left:20px;
}
#left_side li#home {
	margin-top:10px;
}
#clear {
	position:relative;
	clear:both;
}
#left_popup {
	position:absolute;
	top:193px;
	left:189px;
	width:197px;
	height:auto;
	z-index:100;
	visibility:hidden;
}
.floatL{
	float:left;
	clear:left;
	padding: 5px;
	border: 2px #C41562 solid;
}
td.products_border{
	padding: 5px;
}
td.products_border img {
	border: 1px solid #e19630;
}
td.orange {
	border-bottom: 1px solid #e1962f;
}