@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(http://wwww.creativeshiftdesign.com/pocketeers/backgrnd_ddots.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#36909d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom:30px;
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#popup {
	width: 680px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:30px;
}

/************** Header ****************/

#header {
	height:150px;
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/************** top nav / member / cart  ****************/

#topnav {
	height:40px;
}
.yellow-nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#60babd;
}
.yellow-nav a:link, .yellow-nav a:visited, .yellow-nav a:active {
	color:#60babd;
}
.mem_login {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#60babd;
	text-align:right;
}
.mem_login a:link, .mem_login a:visited, .mem_login a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#60babd;
}
.mem_login a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:underline;
}
#register {
	list-style-type:none;
	margin-top:0px;
}
ul#register {
	list-style-type:none;
	margin:0px;
	padding-left:50px;
}
ul#register li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #898989;
	list-style-image:url(/img/bullet.gif);
	list-style-position:inside;
	vertical-align:text-top;
}
ul#register li a:link, ul#register li a:visited {
	color:#898989;
	text-decoration:none;
}
ul#register li a:hover {
	color:#008b6c;
	text-decoration:underline;
}

/************** left nav ****************/

#list_content { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	vertical-align:top;
	padding-left:15px;
}
#product_listings { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sub_nav {
	width:185px;
}
#leftpadding {
	padding-left:25px;
}
#left_panel {
	width:200px;
	vertical-align:text-top;
	background-repeat:repeat-y;
	display:block;
	float:left;
}
#product_nav {
	margin-top:0px;
}
.nav_list {
	list-style-type:none;
	margin-top:0px;
}
.nav_list ul {
	list-style-type:none;
	margin:0px;
}
.nav_list li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	line-height:20px;
	text-decoration:none;
	text-indent:-10px;
	list-style-position:outside;
	color:#8a8a8a;
}
.nav_list li a:link,  {
	text-decoration:none;
	color:#8a8a8a;
}
.nav_list li a:visited {
	text-decoration:none;
	color:#8a8a8a;  /**60babd**/
}
.nav_list li a:hover, .nav_list a.selected {
	color:#fff;
	background-color:#e87078; /**color:#e87078;**/
}
.product {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:2px;
	text-decoration:underline;
	line-height:24px;
	color:#7fb886;
}
.cat_list {
	list-style-type:none;
	margin-top:0px;
}
.cat_list ul {
	list-style-type:none;
	margin:0px;
}
.cat_list li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:2px;
	line-height:24px;
	color:#7fb886;
	text-decoration:underline;
	list-style-type:none;
	list-style-position:inside;
	vertical-align:text-top;
	text-indent:-15px;
}
.cat_list li a:link,  {
	text-decoration:underline;
	color:#7fb886;
}
.cat_list li a:visited {
	text-decoration:underline;
	color:#7fb886;  /**60babd**/
}
.cat_list li a:hover, .cat_list a.selected {
	text-decoration:none;
	color:#ffffff;
	background-color:#7fb886; /**color:#e87078;**/
}
.prod_list {
	list-style-type:none;
	margin-top:0px;
}
.prod_list ul {
	list-style-type:none;
	margin:0px;
}
.prod_list li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#8a8a8a;
	text-decoration:none;
	list-style-type:none;
	list-style-position:outside;
	vertical-align:text-top;
}
.prod_list li a:link,  {
	text-decoration:none;
	color:#8a8a8a;
}
.prod_list li a:visited {
	text-decoration:none;
	color:#8a8a8a;  /**60babd**/
}
.prod_list li a:hover, .prod_list a.selected {
	color:#fff;
	background-color:#e87078; /**color:#e87078;**/
}



/******* product page nav ***********/



/************** content ****************/

#mainContent {
	height:100%;
	width:920px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:70px;
	background-image:url(file:///Macintosh%20HD/Users/Kathryn/images/white_fill.png);
	background-repeat:repeat-y;
}
#contentbox {
	height:100%;
	width:975px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:20px;
	background-image:url(file:///Macintosh%20HD/Users/Kathryn/images/white_fill.png);  /***--background-image:url("$storeVersion.images['images/white_fill.png']");--***/
	background-repeat:repeat-y;
	vertical-align:top;
}
#closedbox {
	height:400px;
	width:975px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:20px;
	background-image:url(file:///Macintosh%20HD/Users/Kathryn/images/white_fill.png);  /***--background-image:url("$storeVersion.images['images/white_fill.png']");--***/
	background-repeat:repeat-y;
	vertical-align:top;
	background-image:url(file:///Macintosh%20HD/Users/Kathryn/images/white_fill.png);
}
.template {
	padding-right:30px;
}
.template_listings {
	padding-right:30px;
	display:table-cell;
}
.subhead {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:3px;
	font-size:14px;
	line-height:16px;
	color:#ac7ab5;
}
.section {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	font-size:14px;
	line-height:16px;
	color:#ac7ab5;
}
.faq_section {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:16px;
	color:#60babd;
}
.paragraph {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-right:25px;
	list-style-type:none;
	color:#898989;
	vertical-align:top;
}
.paragraph ul {
	list-style-position:inside;
	text-indent:-40px;
}
.paragraph li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	list-style-type:none;
	color:#898989;
}
.paragraph a:link, .paragraph a:visited {
	text-decoration:none;
	color:#60babd;
}
.paragraph a:hover  {
	text-decoration:underline;
	color:#60babd;
}
.table-sec {
	margin-top:5px;
	vertical-align:top;
}
.label {      /***--this is on the form pages --***/
	font-family:Arial, Helvetica, sans-serif;
	width:100px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#898989;
	vertical-align:middle;
}
.error {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	padding-top:10px;
	font-size:12px;
	line-height:16px;
	color:#e87078;
}
.note {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	font-size:11px;
	line-height:13px;
	color:#ac7ab5;
}
.note a:link, .note a:visited, .note a:hover {
	text-decoration:underline;
	color:#ac7ab5;
}
.field {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:3px;
	padding-top:3px;
	font-size:12px;
	line-height:14px;
	color:#8c8989;
}
input.field, select {
	border:none;
}
.proceed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-right:25px;
	padding-left:45px;
	padding-top:5px;
	color:#898989;
}
.mailinglist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	text-align:center;
	color:#fff;
	padding-right:40px;
	padding-top:10px;
}
.email a:link, .email a:visited {
	text-decoration:none;
	color:#60babd;
}
.email a:hover  {
	text-decoration:underline;
	color:#60babd;
}
.order_main  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
	background-color:#e87078;
}
.order_sub  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#898989;
	background-color:#f1f1f1;
}
.order_p  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#898989;
}
.policies  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:25px;
	color:#ac7ab5;
}
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	line-height:16px;
	color:#898989;
} 
.questions  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#ac7ab5;
}
#pages {
	list-style-type:none;
	margin-top:0px;
}
ul#pages {
	list-style-type:none;
	margin:0px;
	padding-left:30px;
}
ul#pages li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #898989;
	list-style-image:url(/img/bullet2.gif);
	list-style-position:inside;
	vertical-align:text-top;
}
ul#pages li a:link, ul#pages li a:visited {
	color:#898989;
	text-decoration:none;
}
ul#pages li a:hover {
	color:#fab113;
	text-decoration:underline;
}
ul#sitemap {
	list-style-type:none;
	margin:0px;
	padding-left:40px;
}
ul#sitemap li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #898989;
	list-style-image:url(/img/bullet2.gif);
	list-style-position:inside;
	vertical-align:text-top;
}
ul#sitemap li a:link, ul#sitemap li a:visited {
	color:#898989;
	text-decoration:none;
}
ul#sitemap li a:hover {
	color:#fab113;
	text-decoration:underline;
}
.more  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#7fb886;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7fb886;
	line-height:20px;
	padding-bottom:10px;
}
.top a:link {
	color: #7fb886;
	text-decoration: none;
}
.top a:visited {
	color: #60babd;
	text-decoration: none;
}
.top a:hover {
	color: #7fb886;
	text-decoration: underline;
}
.top a:active {
	color: #7fb886;
	text-decoration: none;
}
.closed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#6b6b6b;
	vertical-align:top;
}

/************** general clasees ****************/

.label_sm {      /***--this is on the forgot pass pg --***/
	font-family:Arial, Helvetica, sans-serif;
	width:90px;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color:#898989;
	vertical-align:middle;
}
.label_message {      /***--this is on the email friend pass pg --***/
	font-family:Arial, Helvetica, sans-serif;
	width:90px;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color:#898989;
	vertical-align:top;
}
.email_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7fb886;
	line-height:25px;
	padding-bottom:10px;
	padding-top:10px;
}
.email_page a:link {color: #7fb886; text-decoration: none;}
.email_page a:visited {color: #60babd;text-decoration: none;}
.email_page a:hover {color: #7fb886;text-decoration: underline;}
.email_page a:active {color: #7fb886;text-decoration: none;}

.buttons {
	padding-bottom:8px; /**--was 15px--**/
	padding-top:5px; 
}
.hrules {
	padding-bottom:3px;
	padding-top:3px;
}
.yellowbox {
	background-color:#fff9c2;
}
.dropdown { background-color: #EFF3F4; border : 1px solid #7F9CBA; }
.dropdown_small { width: 80px; background-color: #EFF3F4; border : 1px solid #7F9CBA; } 
.dropdown_medium { width: 100px; background-color: #EFF3F4; border : 1px solid #7F9CBA; } 
.dropdown_large { width: 200px; background-color: #EFF3F4; border : 1px solid #7F9CBA; }

/************** product list pages ****************/

#prod-list {
	height:100%;
	width:650px;
	float:right;
	padding-right:30px;
	padding-bottom:10px;
	vertical-align:top;
}
.prod_perpage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#898989;
	vertical-align:top;
}
.prod-listthumb {
	vertical-align:top;
	padding-bottom:5px;
}
.prod-listitem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-left:10px;
	color:#898989;
	vertical-align:top;
}
.prod-listitem a, .prod-listitem a:visited {
	text-decoration:none;
	color:#898989;
}
.prod-listitem a:hover  {
	text-decoration:underline;
	color:#898989;
}
.list-name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:10px;
	color:#fff;
	background-color:#a380aa /* #d7bcde; */
}

/************** product deatil pages ****************/

#prod-deatil {
	height:100%;
	width:650px;
	float:right;
	position:absolute;
	padding-right:100px;
	padding-bottom:10px;
	vertical-align:top;
}
#deatil-left {
	height:100%;
	width:325px;
	margin-right:20px;
	padding-bottom:10px;
	vertical-align:top;
}
#deatil-right {
	height:100%;
	width:325px;
	float:right;
	position:absolute;
	padding-bottom:10px;
	vertical-align:top;
}
#deatil-veiwlarge {     /* this is in the prod descrip code */
	float:left;
	vertical-align:top;
}
#detail-links {
	margin-top:15px;
/*	float:left;
	display:block;
	clear:both;     */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#898989;
}
#attributes {
	position:relative;
	margin-top:15px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#898989;
}
.prod_img {
	width:280px;
	vertical-align:top;
	padding-right:20px;
}
.detail_links {
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#898989;
}
.detail_links a:link, .detail_links a:visited {
	text-decoration:none;
	color:#898989;
}
.detail_links a:hover  {
	text-decoration:underline;
	color:#898989;
}
.prod_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	padding-bottom:5px;
	color:#29b7cc;
}
.prod_table {
	width:325px;
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}
.prod_desc {
	font-size:12px;
	padding-right:10px;
	list-style-type:none;
	color:#898989;
}
ul.prod_desc { list-style-type:none; margin:0px; padding-left:30px;}
ul.prod_desc li {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #898989; list-style-position:outside; vertical-align:text-top;}
ul.prod_desc li a:link, ul.prod_desc li a:visited {	color:#898989; text-decoration:none;}
ul.prod_desc li a:hover {color:#898989; text-decoration:underline;}

.bullets {
	font-size:12px;
	color:#60babd;
}
.colors {
	font-size:14px;
	line-height:20px;
	padding-left:15px;
	color:#60babd;
}
.price {
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	color:#898989;
}
.mag_glass {
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	color:#898989;
}
.mag_glass a:link, .mag_glass a:visited {
	text-decoration:none;
	color:#898989;
}
.mag_glass a:hover  {
	text-decoration:underline;
	color:#898989;
}
#prod_features {
	list-style-type:none;
	margin-top:0px;
}
ul#prod_features {
	list-style-type:none;
	margin:0px;
	padding-left:30px;
}
ul#prod_features li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #898989;
	list-style-image:url(/img/bullet.gif);
	list-style-position:outside;
	vertical-align:text-top;
}
ul#prod_features li a:link, ul#prod_features li a:visited {
	color:#898989;
	text-decoration:none;
}
ul#prod_features li a:hover {
	color:#008b6c;
	text-decoration:underline;
}

/************** purchase pages ****************/

.purchase-subhead {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:3px;
	font-size:13px;
	line-height:16px;
	color:#ac7ab5;
}
.remove_item  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#60babd;
}
.remove_item a:link {color: #60babd; text-decoration: none;}
.remove_item a:visited {color: #60babd;text-decoration: none;}
.remove_item a:hover {color: #60babd;text-decoration: underline;}
.remove_item a:active {color: #60babd;text-decoration: none;}

.purchase-pRT {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-right:15px;
	list-style-type:none;
	color:#898989;
	vertical-align:center;
}
.purchase-pRT a:link {color: #60babd; text-decoration: underline;}
.purchase-pRT a:visited {color: #60babd;text-decoration: underline;}
.purchase-pRT a:hover {color: #60babd;text-decoration: underline;}
.purchase-pRT a:active {color: #60babd;text-decoration: underline;}

.subtotal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	list-style-type:none;
	color:#898989;
	vertical-align:center;
}
.note_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#898989;
}
.oops {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#ac7ab5;
}
.sizechart {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#ac7ab5;
}
.reset-btn {
	background-image:url(https://www.pocketeersclothing.com/images/store_version1/btn_Clear.png);
	background-repeat:no-repeat;
	width:80px;
	height:30px;
}

/************** contact ****************/

#contact {
	float:right;
	width: 510px;
	padding-left: 10px;
}

/************** popup ****************/

body#popup {
	width:400px;
	margin:10px;	
}
	body#popup.popUtilities{ background:url(file:///Macintosh%20HD/images/poputilityBG.gif) no-repeat top right;	}
	
#popupContent{
	width:400px;
	padding:0 20px 20px 20px;
	font-family:Arial;}
	#popupContent div.error { margin:2px 0;}
	#popupContent ol, 
	#popupContent ul {
		list-style:none;
		overflow:hidden;}
		#popupContent ul li {
			clear:left;
			border-bottom:1px dotted #A3A3A3;
			margin:0 0 10px;}
	#popupContent h2 {
		font-size:8pt;
		margin:.5em 0;
		color:#858585;}
	#popupContent h3 {
		margin:.5em 0;
		font-size:7pt;
		font-weight:normal;
		color:#710a01;}
	#popupContent ol li{
		float:left;
		clear:none;
		margin:0 2px 9px;
		border:1pt none;}	

.close_win {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7fb886;
	line-height:20px;
	padding-bottom:10px;
}
.close_win  a:link {
	color: #7fb886;
	text-decoration: none;
}
.close_win  a:visited {
	color: #60babd;
	text-decoration: none;
}
.close_win  a:hover {
	color: #7fb886;
	text-decoration: underline;
}

/************** email a friend ****************/

#email-box {
	width:auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom:20px;
	text-align:left;
}
.email-content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#898989;
	padding-top: 20px;
	padding-right: 80px;
	padding-left: 50px;
	padding-bottom:30px;
	text-align:left;
}
.email-content a:links {
	color:#7fb886;
	text-decoration:underline;	
}
.email-content a:hover {
	color:#7fb886;
	text-decoration:underline;
}
.email-content a:visited {
	color:#60babd;
	text-decoration:underline;
}


/************** Footer ****************/

#footer {
	height:120px;
}
.footer-text {
	color:#9cd2da;
}
.footer p {
	padding-left:65px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8a8a8a;
}
.footer p a:link, a:visited, a:active  {
	text-decoration:none;
	color:#8a8a8a;
}
.footer p a:hover  {
	text-decoration:underline;
	color:#8a8a8a;
}
.style1 {
	color: #60babd;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#9cd2da;
	padding-left:60px;
}
.copyright a:link  {
	text-decoration:none;
	color:#9cd2da;
}
.copyright a:visited  {
	text-decoration:none;
	color:#ffefa2;
}
.copyright a:hover  {
	text-decoration:underline;
	color:#ffefa2;
}
.thawte {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ebebeb;
	vertical-align:top;
}
.thawte a:link  {
	text-decoration:none;
	color:#ebebeb;
}
.thawte a:visited  {
	text-decoration:none;
	color:#ffefa2;
}
.thawte a:hover  {
	text-decoration:underline;
	color:#ffefa2;
}
.csd {
	text-align:right;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9cd2da;
}
.csd a:link  {
	text-decoration:none;
	color:#9cd2da;
}
.csd a:visited  {
	text-decoration:none;
	color:#ffefa2;
}
.csd a:hover  {
	text-decoration:underline;
	color:#ffefa2;
}