/*Blue Store CSS*/ 

.center {
text-align: center;
margin: 0px auto;
}

body {
font-family: Verdana,Arial,Helvetica,sans-serif; background-image: url(/images/stripe_tf3.png); background-repeat: repeat;}

h1{
color: #36627E;
}

/*links*/
a {
color: #36627E;
text-decoration: none;
}
a:hover {
color: #ff860d;
text-decoration: underline;
}
a:vistited {
color: #00006e;
}

/*Underline*/
.underline{
border-bottom: 1px solid;
border-bottom-color: #dedede;}

/*Bold Font*/
.bold {
font-size: 12px;
font-weight: bold;
}
/*stripe*/
.stripe {
background-image: url(/images/skinnygrey.png);
background-repeat: repeat;
}
.bluestripe{
background-image: url(/images/bluestripe.png);
background-repeat: repeat;
}
/*accordian*/
	.ui-accordian ul {
	list-style-type:none;
	text-decoration:none;
	}
	#accordian li {
	list-style-type: none;
	text-decoration: none;
	margin: 3px;
	float:right;
	clear:left;
	}
/* header */
    #header
	{background-color: #424242; 
	width: 950px;
	height:120px;
	margin-bottom: 60px;
	/*background-image: url("/images/circ.png"); 
	background-repeat: no-repeat;*/
	}

/*Rounded Corners Blue*/
   .rbroundbox { background: url("/images/nt.gif") repeat; }
   .rbtop div { background: url("/images/tl.gif") no-repeat top left; }
   .rbtop { background: url("/images/tr.gif") no-repeat top right; }
   .rbbot div { background: url("/images/bl.gif") no-repeat bottom left; }
   .rbbot { background: url("/images/br.gif") no-repeat bottom right; }
   
   
   .rbtop div, .rbtop, .rbbot div, .rbbot { width: 100%; height: 7px; font-size: 1px;}
   .rbcontent {margin: 0 7px;}
   .rbroundbox { width: 100%; margin: 0 auto; }
	
	.circ {
	z-index: 0;
	float: right;
	margin-right: 10px;
	top: 0px;
	}
	#headerlinks {
	letter-spacing: 1px;
	height: 32px;
	background-color: #36627E;
	text-align: left;
	padding-left: 15px;
	padding-top: 3px;
	}	
	#headerlinks a{
	text-decoration: none;
	font-size: 14pt;
	font-family: Impact;
	text-decoration: none;
	color: white;
	padding-right: 10px;
	}
	#headerlinks a:hover {
	color:#dedede;
	}
	#headerlinks a:active {
	color: #ff860d;
	}
	
	#headersocial {background:#5DA5D2; color: #FFFFFF; height: 32px; }
	
	/*Footer*/
	#footer {color: #FFFFFF; margin:0px auto; padding-top: 20px; }
/*Footer Links*/
	#flink{
	float: left;
	display:block;
	font-size: 1.2em;
	}
	#flink a:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}
	#flink a:visited {
	color:#f4f4f4;
	font-weight:bold;
	text-decoration: none;
	}
	#flink a:hover, code, pre {
	color:#dedede;
	font-weight:bold;
	text-decoration: none;
	}
	#flink a:active, .a:focus {
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
	}
/*accordian*/
    #accordian .content ul {
	list-style-type:none;
	text-decoration:none;
	}
	#accordian .content li {
	list-style-type: none;
	margin: 3px;
	float:right;
	clear:left;
	}
/*social buttons*/
.sublist li {
	text-align: center;
	float: left; 
	margin: 0px 10px; 
	list-style-type: none; 
	list-style-position:inside; 
	}
.hlist {
	margin-right: 11px;
} 	
.hlist li {
	float: right; 
	margin: 6px 4px 0 4px; 
	list-style-type: none; 
	display: block;
	}
#description ul, #description li{
	margin: 5px 20px;
	list-style-position: inside;
	list-style-type: square;
}
/*Borders
.borders {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}*/
/* Qtip */
#qTip  {
 padding: 10px;
 display: none;
 background: #e4f2fd;
 border: 1px solid #666666;
 -moz-opacity:0.90;
 filter:alpha(opacity=90);
 color: #424242;
 font: 10px Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

