/**
 * Wishlist
 */
 
#ajaxloadimage	{
	position: fixed;
	top: 200px;
	left: 200px;
	display: none;
}

div#categories	{
	width: 149px; 
	height: 150px; 
	float: left; 
	overflow: auto;
	border-right: 1px solid #e6e6e6;
}

div#brands	{
	width: 149px; 
	height: 150px; 
	float: left; 
	overflow: auto;
	border-right: 1px solid #e6e6e6;
}

div#products	{
	width: 412px;
	height: 150px; 
	float: left; 
	overflow: auto;
}

div#selecteditems	{
	width: 100%;
	background: #c6c6c6;
	height: 150px; 
	overflow: auto; 
	clear: left;
	border-top: solid 1px #666666;
}

div#categories div.getbrands,
div#brands div.getproducts,
div#products div.cartprodid,
div#selecteditems {
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

div.cartprodid	{
	width: auto;
	height: 25px;
	border-bottom: 1px solid #e6e6e6;
	display: block;
	float: none;
}

.listitem_bold	{
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

.listitem_bold_left	{
	float:left; 
	width: 290px; 
}

.listitem_bold_right	{
	float: right; 
	width: 80px; 
	text-align: right;
}

.listitem_variant	{
	font-family: verdana;
	font-size: 9px;
	text-align: left;
	text-decoration: none;
	color: #c6c6c6;
	padding: 0 5px 0 5px;
}

.listitem_variant_left	{
	float: left;
	width: 200px; 
}

.listitem_variant_right	{
	float: right; 
	width: 150px; 
	text-align: right;
}

.selecteditem_row	{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
	display: block;
	float: none;
}

.selectedlistitem_bold	{
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

.selectedlistitem_variant	{
	font-family: verdana;
	font-size: 9px;
	text-align: left;
	text-decoration: none;
	color: #666666;
	padding: 0 5px 0 5px;
	clear: both;
}

.listitem_variant a,
.listitem_variant a:link,
.listitem_variant a:hover,
.listitem_variant a:visited
.selectedlistitem_variant a,
.selectedlistitem_variant a:link,
.selectedlistitem_variant a:hover,
.selectedlistitem_variant a:visited	{
	font-family: verdana;
	font-size: 9px;
	text-align: left;
	text-decoration: none;
	color: #666666;
}

.listitem_variant a:hover,
.selectedlistitem_variant a:hover{
	color: black;
}

/**
 * About
 */
#about	{
	width: 510px;
	float: left;
}

#aboutboxholder	{
	width: 100%;
}

#abouttabholder	{
}

.aboutbox {
	background-color: #e6e6e6;
	/*margin: 0 0 2px 2px;*/
	height: 120px;
	width: 100%;
	overflow: auto;
	clear: both;
	display: none;
}


.aboutbox p {
	color: #666; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 2px;
	background-color: #ffffff;
	height: 116px;
}

#buttonabout a {
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 171px;
	height: 20px;
	display: block;
	background-image: url('images/button_about.gif'); 
	background-repeat: no-repeat;
	float: left;
	}

#buttonabout a:hover {
	color: #CA252B;
	}

#buttonabout a span {
	padding-top: 4px;
	text-align: center;
	display: block;
	width: 100%;
}

#buttoninfo a {
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 171px;
	height: 20px;
	display: block;
	background-image: url('images/button_info.gif'); 
	background-repeat: no-repeat;
	float: left;
	}

#buttoninfo a:hover {
	color: #CA252B;
	}

#buttoninfo a span {
	padding-top: 4px;
	text-align: center;
	display: block;
	width: 100%;
}

/**
 * Shops
 */
#shops	{
	width: 510px;
	float: left;
	display: none;
}

#shopsboxholder	{
	width: 100%;
	background-color: #666666;
	height: 100px;
}

.shopsbox,
.detailsbox{
	background-color: #e6e6e6;
	height: 98px;
	width: 506px;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	overflow: auto;
	clear: both;
}

.detailsbox p	{
	font-family: verdana;
	font-size: 11px;
	margin: 5px 5px 5px 5px;
}


#shopsheader,
#detailsheader	{
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 510px;
	height: 20px;
	display: block;
	background-image:url('images/shopsheader.gif');
	background-repeat: no-repeat;
}

#shopsheader span,
#detailsheader span	{
	padding-top: 4px;
	padding-left: 5px;
	text-align: left;
	display: block;
	width: 100%;
}

#detailsheader span	a {
	text-decoration: none;
	color: #ffffff;
}

#shopcountries	{
	width: 99px;
	height: 98px;
	color: #666666;
	float: left;
	background-color: #ffffff;
	font-size: 11px;
	font-family: verdana;
	overflow: auto;
	border-right: 1px solid #e6e6e6;
}

#shopnames	{
	width: 199px;
	height: 98px;
	color: #666666;
	float: left;
	background-color: #ffffff;
	font-size: 11px;
	font-family: verdana;
	overflow: auto;
	border-right: 1px solid #e6e6e6;
}

#shopdetails	{
	width: 205px;
	height: 98px;
	color: #666666;
	float: left;
	background-color: #ffffff;
	font-size: 11px;
	font-family: verdana;
	overflow: auto;
}

#shopcountries a:hover,
#shopnames a:hover	{
	cursor: pointer;
}

/****************
*/


/**
 * Layout
 */

body { 
	color: black; 
	background-color: #3c70ab; 
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/back.gif); 
	background-repeat: repeat-x; 
	margin: 10px 10px 10px 10px;
	}

#header { 
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/header.gif); 
	background-repeat: no-repeat; 
	position: relative; 
	width: 760px; 
	height: 95px; 
	}

#content_top { 
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/content_top.gif);
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	width: 760px;
	}

#footer { 
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/footer.gif); 
	background-repeat: no-repeat; 
	position: relative; 
	width: 760px; 
	height: 27px; 
	clear: both;
	}

/**
 * Menus
 */
#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover,
#breadcrumb-act,
#breadcrumb-act a:link,
#breadcrumb-act a:visited,
#breadcrumb-act a:hover {   
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 9px;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	}

#breadcrumb	{
	padding: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 9px;
}

#topmenu {
	position: absolute;
	left: 60px;
	top: 20px;
	width: 700px;
	z-index: 50;
	text-align: right;
	}

#clicklogo a {
	position: absolute;
	display: block;
	left: 10px;
	top: 10px;
	width: 200px;
	height: 90px;
	z-index: 50;
	}

/**
 * Sitemenu
 */
.csc-menu { 
	margin: 0 20px 0 20px; 
	}

.csc-menu-4 dt {
	width: 300px;
	height: 30px;
	margin: 1px 0 0 0;
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/blogmenu_underlay.gif); 
}

.csc-menu-4 dt a:link,
.csc-menu-4 dt a:visited,
.csc-menu-4 dt a:hover,
.csc-menu-4 dt a:link {
	text-decoration: none;
	display: block;
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 9px 0 0 20px;
}

.csc-menu-4 dt a:hover {
	color: #CA252B;
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/blogmenu_underlay_mouseover.gif); 
	}


.csc-menu-4 dd {
	color: #666; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-top: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
	}

/**
 * Text
 */

p.bodytext { 
	color: #666; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0 20px 0 20px;
	position: relative;
	top: 0;
	}

p.bodytext a:link,
p.bodytext a:visited,
p.bodytext a:hover,
p.bodytext a:active { 
	color: blue; 
	text-decoration: none;
	border-bottom: 2px solid white;
	}

p.bodytext a:hover { 
	border-bottom: 2px solid #666;
	}

ol li {
	color: #666; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0 20px 0 60px;
}

a:focus {
	outline: none; /*remove border around focused links*/
}

table {
  border-collapse: collapse; /* remove all cellspacing*/
} 

/**
 * Images
 */
.csc-textpic-imagewrap {
	margin: 0 20px 0 20px;
	}

.csc-textpic-caption {
	color: #666;
	font-size: 10px; 
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
	}

.csc-header {
	padding: 0 0 0 10px;
}

/**
 * Forms
 */
.csc-mailform {
	margin: 0 20px 0 20px;
	border: 0px solid #98B1D0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	}

.csc-mailform label {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	}

.csc-mailform input,
.csc-mailform textarea {
	width: 150px;
	margin-bottom: 5px;
	}

/**
 * Bikeproducts
 */
div#bikeproducts {
	width: 716px;
	margin: 0 20px 0 20px;
	padding: 0px 0px 0px 0px;
	border: 0px solid white;
	}

#bikeproducts_header {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_header_bg.gif);
	background-repeat: no-repeat;
	width: 716px;
	height: 20px;
	margin: 2px 0 0 0;
}

div#bikeproducts table tr td {
	vertical-align: top;
	}

div.show_cat {
	margin: 0px 0px 0px 0px;
	display: none;
	border-top: 0px solid #98B1D0;
	border-bottom: 0px solid #98B1D0;
	width: 101%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	}

div.show_cat form a,
div.show_cat form a:link,
div.show_cat form a:hover,
div.show_cat form a:visited,
div.show_cat a,
div.show_cat a:link,
div.show_cat a:hover,
div.show_cat a:visited	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div.show_cat form a:hover,
div.show_cat a:hover	{
	color: #CA252B;
}

div.show_cat form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div.showoptions {
	margin: 0px 0px 0px 0px;
	display: block;
	border-top: 0px solid #98B1D0;
	border-bottom: 0px solid #98B1D0;
	width: 584px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	}

div.showoptions_cat form a,
div.showoptions_cat form a:link,
div.showoptions_cat form a:hover,
div.showoptions_cat form a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div.showoptions_cat form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div.showdetails	{
	width: 584px;
	float: left;

	margin-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_details_bg.gif); 
	background-repeat: repeat-y;
}

div.showdetails div.top	{
	font-size: 0;
	height: 3px;
	width: 584px;
	padding: 0;
	margin: 0;
	background: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_details_top.gif) top white; 
	background-repeat: no-repeat;
}

div.showdetails div.bottom	{
	font-size: 0;
	background: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_details_bottom.gif) bottom white; 
	height: 3px;
	width: 584px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

div.showdetails div	{
	margin: 2px 5px 2px 5px;
}

#showdetails	{
	display: none;
	position: fixed;
	z-index: 3000;
	width: 510px;
	height: 200px;
	left: 150px;
	top: 200px;
}

div.column1 a:link,
div.column1 a:visited,
div.column1 a:hover,
div.column1 a:active {
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 130px;
	height: 20px;
	display: block;
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/categorybutton_up.gif); 
	background-repeat: no-repeat;
	}

div.column1 a:hover {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/categorybutton_down.gif); 
	background-repeat: no-repeat;
	color: #CA252B;
	}

div.column1 a:link span,
div.column1 a:visited span,
div.column1 a:hover span,
div.column1 a:active span	{
	padding-top: 4px;
	padding-left: 5px;
	display: block;
	width: 125px;
}

div.row { 
	width: 716px;
	clear: both;
	height: 20px;
	margin: 0 0 2px 0;
	}

div.detailsrow { 
	width: 716px;
	clear: both;
	display: none;
	margin: 0 0 2px 0;
	}


div.catitem,
div.selected_catitem,
div.optitem	{
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_selected_catitem.gif); 
	background-repeat: no-repeat;
	width: 584px;
	height: 20px;
	float: left;
	margin-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.catitem span.left,
div.selected_catitem span.left,
div.optitem span.left {
	float: left;
	width: 400px;
	height: 20px;
	padding-left: 5px;
	padding-top: 3px;
}

div.catitem span.left form,
div.optitem span.left form	{
	display: inline;
}

div.catitem span.middle,
div.selected_catitem span.middle,
div.optitem span.middle	{
	float: left;
	width: 40px;
	height: 20px;
	padding-top: 2px;
}

div.catitem span.middle a,
div.selected_catitem span.middle a,
div.optitem span.middle a {
	float: left;
	display: block;
	width: 16px;
	padding-right: 4px;
}

div.catitem span.right,
div.selected_catitem span.right,
div.optitem span.right	{
	float: right;
	width: 100px;
	height: 20px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
}

div.opt_showtotal	{
	width: 292px;
	height: 20px;
	float: right;
	text-align: right;
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_totalincoptions.gif); 
	background-repeat: no-repeat;
	color: #CA252B;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.opt_showtotal span	{
	padding-right: 5px;
	padding-top: 3px;
	height: 20px;
	width: 287px;
	float: right;
	display: block;
}

div.columnheader1,
div.columnheader2,
div.columnheader3,
div.columnheader4,
div.columnheader5 {
	padding-top: 3px;
	height: 20px;
	text-align: center;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	}

div.columnheader1 {
	width: 130px;
	float: left;
	}

div.columnheader2 {
	width: 430px;
	float: left;
}

div.columnheader3 {
	width: 20px;
	text-align: right;
	float: left;
	}

div.columnheader4 {
	width: 60px;
	float: left;
	text-align: right;
	}

div.columnheader5 {
	width: 60px;
	padding-right: 5px;
	float: right;
	text-align: right;
	}

div.column1 {
	width:130px;
	height: 20px;
	display: block;
	float: left;
	}

div.column1 form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div.column2 {
	width: 430px;
	height: 20px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	float: left;
	padding-left: 10px;
	}

div.column3	{
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

div.column4 {
	width: 100px;
	height: 20px;
	display: block;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
	padding-right: 5px;
}

div.allfromcat_row	{
	width: 714px;
	clear: both;
	height: 22px
}

div.allfromcat_leftcolumn	{
	width:130px;
	height: 22px;
	display: block;
	background-color: #aad0f5;
	float: left;
}

div.allfromcat_rightcolumn	{
	width: 584px;
	height: 22px;
	display: block;
	float: left;
}

div.allfromcat_rightcolumn a	{
	width: 584px;
	height: 20px;
	display: block;
	border-bottom: 2px solid gray;
}

div.allfromcat_rightcolumn a:hover	{
	border-bottom: 2px solid black;
}

div.allfromcat_rightcolumn span.left	{
	width: 500px;
	height: 20px;
	float: left;
}

div.allfromcat_rightcolumn span.right	{
	width: 84px;
	height: 20px;
	float: right;
	text-align: right;
	padding-right: 5px;
}

div.opt_row {
	width: 714px;
	clear: both;
	height: 20px;
}

div.opt_column1	{
	width:130px;
	height: 20px;
	display: block;
	float: left;
}

div.opt_column2	{
	width:20px;
	height: 20px;
	display: block;
	float: left;
}

div.opt_column2 form	{
	width:20px;
	height: 20px;
	display: inline;
}

div.opt_column3	{
	width:450px;
	height: 20px;
	display: block;
	float: left;
}

div.opt_column4	{
	width: 100px;
	height: 20px;
	display: block;
	float: right;
	text-align: right;
	padding-right: 5px;
}



#bikeproducts-wishlist {
	width: 714px;
}

#bikeproducts_bottom {
	width: 714px;
	font-size: 0;
	margin: 0;
	padding: 0;
}

div#clearall a:link,
div#clearall a:visited,
div#clearall a:hover,
div#clearall a:active {
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 200px;
	height: 24px;
	display: block;
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_clearall.gif); 
	background-repeat: no-repeat;
	text-align: center;
	background-position: top right;
	}

div#clearall a:hover {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_clearall_hover.gif); 
	background-repeat: no-repeat;
	color: #CA252B;
	}

div#clearall a:link span,
div#clearall a:visited span,
div#clearall a:hover span,
div#clearall a:active span	{
	padding-top: 5px;
	display: block;
	width: 195px;
}

div#clearall,
div#totals,
div#currency {
	float: right;
	width: 200px;
	clear: right;
}

div#totals	{
	height: 86px;
	display: none;
}

#clearall	{
	display: none;
	margin-top: 10px;
}

div#currency	{
	height: 140px;
}

div#currency form	{
	margin: 0;
	padding: 0;
}

div#currency div.currencyrow	{
	height: 17px;
	width: 50px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#totals div.inner,
div#currency div.inner	{
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	border-left: solid 2px #666666;
	border-right: solid 2px #666666;
	border-bottom: solid 2px #666666;
}

div#totals div.inner	{
		height: 62px;
}

div#currency div.inner	{
	height: 108px;
}

div#totals	{
	/*
	margin: 2px 0 0 0 ;
	*/
}

div#totals div.inner a:link,
div#totals div.inner a:visited,
div#totals div.inner a:active,
div#currency div.inner a:link,
div#currency div.inner a:visited,
div#currency div.inner a:active {
	color: blue; 
	text-decoration: none;
	border-bottom: 2px solid white;
}

div#totals div.inner a:hover,
div#currency div.inner a:hover {
	border-bottom: 2px solid #666;
}


div#totals div.header,
div#currency div.header	{
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_totals_header.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 200px;
	height: 20px;
	color: white;
	text-align: left;
	margin: 0;
}

div#totals div.header span.left,
div#currency div.header span.left,
div#mailform div.header span.left {
	padding: 4px 0 0 5px;
	display: block;
	float: left;
}

div#totals div.header span.right,
div#currency div.header span.right {
	padding: 4px 5px 0 0;
	display: block;
	float: right;
}

div#mailform div.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	height: 16px;
	background-color: #666;
	color: white;
	text-align: left;
}


img {
	border: 0px;
	}

div.clear {
	clear: both;
}

div#mailform {
	width: 710px;
	border: solid 0px #666;
	margin-top: 5px;
	height: 370px;
}

#step2 {
	width: 716px;
	border: solid 0px #666;
	margin-top: 5px;
}

#step2 div.header {
	font-weight: bold;
	color: #ffffff; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_header_bg.gif); 	
	width: 716px;
	height: 20px;
}

#step2 div.header span.left {
	padding: 4px 0 0 5px;
	display: block;
	float: left;
}

#step2 div.inner	{
	border: solid 2px #666666;
}

div#mailform label {
	display: block;
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	color: #666; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

div#mailform input,
div#mailform textarea,
div#mailform select {
	width: 250px;
}

input.submitbutton{
	width: 120px;
	height: 20px;
	background-image: url('/fileadmin/templates/naf5/images/button_submit.gif');
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer; /* hand-shaped cursor */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

div#mailform-form {
	width: 702px;
	border-left: solid 2px #666666;
	border-right: solid 2px #666666;
	border-bottom: solid 2px #666666;
	padding: 0 5px 0 5px;
}

div#mailform-info {
	width: 290px;
	height: 180px;
	float: right;
	margin: 5px;
	color: #666; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

div#mailform div.header {
	font-weight: bold;
	color: #ffffff; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/wishlist_header_bg.gif); 	
	width: 716px;
	height: 20px;
}

/*
div#bikeproducts divdiv#mailform-listshops {
	width: 290px;
	height: 180px;
	margin: 5px;
	float: right;
	color: #666; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: none;
}
*/

div#mailform-listshops {
	display: none;
}

div#mailform-listshops div#inner {
	overflow: auto;
	height: 160px;
	width: 290px;
	margin-top: 5px;
}

.mailform-shopdetails {
	width: 290px;
	height: 180px;
	margin: 5px;
	float: right;
	color: #666; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: none;
}

div#bikeproducts_list {
	margin: 20px 20px 20px 20px;
	border: 1px solid #98B1D0;
	width: 720px;
}

div#bikeproducts_list table th {
	background-color: #98B1D0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


#frontpage {
	width: 720px;
	margin: 0 0 0 20px;
}

#frontpage tr {
	vertical-align: top;
}

#frontpage tr td {
	vertical-align: top;
}

#frontpage_left {
	width: 410px;
}

#frontpage_left_brands a,
#frontpage_left_wishlist a,
#frontpage_left_inspiration a,
#frontpage_left_blog a,
#frontpage_left_about a,
#frontpage_left_contact a {
	width: 202px;
	height: 122px;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
}

#frontpage_left_brands a {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/brands.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_brands a:hover {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/brands_mouseover.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_wishlist a {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/wishlist.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_wishlist a:hover {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/wishlist_mouseover.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_inspiration a {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/inspiration.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_inspiration a:hover {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/inspiration_mouseover.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_blog a {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/blog.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_blog a:hover {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/blog_mouseover.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_about a {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/about.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_about a:hover {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/about_mouseover.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_contact a {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/contact.jpg); 
	background-repeat: no-repeat;
}

#frontpage_left_contact a:hover {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/contact_mouseover.jpg); 
	background-repeat: no-repeat;
}

#frontpage_right {
	width: 310px;
	padding: 0 0 0 5px;
}

#frontpage_right p.bodytext,
#frontpage_right .blogmenu li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#frontpage_right .csc-header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.blogmenu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.blogmenu ul li.csc-section {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
}

.blogmenu li.csc-section a {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/blogmenu_underlay.gif); 
	background-repeat: no-repeat;
	width: 300px;
	height: 30px;
	text-decoration: none;
	display: block;
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 9px 0 0 20px;
}

.blogmenu li.csc-section a:hover {
	background-image: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/frontpage/blogmenu_underlay_mouseover.gif); 
	background-repeat: no-repeat;
	color: #CA252B;
}

.center {
	text-align: center;
}

#brandmenu_container {
	margin: 0 20px 0 20px;
}

.brandmenu {
	float: left;
}

.brandmenu a {
	display: block;
}

.brandmenu_abstract {
	float: right;
}

.brandmenu_abstract p {
	width: 500px;
	overflow: auto;
	color: #666; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

.brandmenu_abstract p a:link,
.brandmenu_abstract p a:visited,
.brandmenu_abstract p a:hover,
.brandmenu_abstract p a:active { 
	color: blue; 
	text-decoration: none;
	border-bottom: 2px solid white;
	}

.brandmenu_abstract p a:hover { 
	border-bottom: 2px solid #666;
	}

.showhide a {
	font-size: 8px;
	text-decoration: none;
	color: white;
}

.showhide a:hover {
	color: #CA252B;
}

/**
 * Mailforms
 */

div.mailform {
	width: 530px;
	margin: 0 0 0 0;
}

 div.mailform_row {
  clear: both;
  }

div.mailform_row span.label {
  float: left;
  width: 150px;
  text-align: right;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  }

 div.mailform_row span.labelreq {
  float: left;
  width: 150px;
  text-align: right;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: red; 
  }

div.mailform_row span.formw {
  float: right;
  width: 350px;
  text-align: left;
  font-family: verdana;
  font-size: 10px;
  } 
 
div.mailform_row span.formw input {
	width: 200px;
}

div.mailform_row span.formw input[type="radio"],
div.mailform_row span.formw input[type="checkbox"]		{
	float: left;
	width: 20px;
}

div.mailform_row span.formw input.submitbutton{
	width: 140px;
	height: 40px;
	background-image: url('http://www.northamericanflyers.com/fileadmin/templates/naf5/images/gray_button_skicka.gif');
	background-color: transparent;
	border: none;
	cursor: pointer; /* hand-shaped cursor */
}

div.mailform_row span.formw textarea {
	width:	200px;
	height: 350px;
}

div.mailform_spacer {
	clear: both;
  }

div.mailform div.errors {
	border: 1px dotted red;
	margin: 0 20px 0 40px;
}

div.mailform div.errors ul li	{
	list-style-type: none;
	list-style-image: url('http://www.northamericanflyers.com/fileadmin/templates/naf5/images/list_image.gif');
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0 0 5px 0;
}

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 18px;}
#JT_copy p, #JT_copy ul{font-size: 11px;}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/arrow_left.gif) no-repeat left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
}

#JT_arrow_right{
	background: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/arrow_right.gif) no-repeat left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
}

/* for consistency between firefox and IE */
body > #JT_arrow_right {
  margin-left: 3px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #666666;
	background-color: #fff;
	overflow: hidden;
}

#JT_copy{
	padding:10px;
	color:#333;
}

.JT_loader{
	background: url(http://www.northamericanflyers.com/fileadmin/templates/naf5/images/loader.gif) no-repeat center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #ccc;
}

.jTip{
cursor:help;
}

#JT iframe{
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	height:3000px;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #ffffff;}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}