/* BLANKO CSS				 																*/
/*																							*/
/*																							*/
/* copyright (c) Medusaworks Oy 2008 / ML													*/
/* Portions of this document are licensed under CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/> or are in Public Domain */
/*																							*/
/* General notes: _Always_ use element name if possible, do not use a class/ID alone. IE6	*/
/* and Opera inheritance is buggy as hell - so ".hmenu .menuitem .hsmenu" is baaad, m'kay?	*/

/* INITIAL STYLES																			*/

/* CSS RESETS   by Eric A. Meyer (http://meyerweb.com/), Public Domain						*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {
	outline: 1px dotted gray;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Assist styles */
.clrbrk {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: -1000em;	/* overkill hiding from all browsers; use "&nbsp;" for content */
	}

/* MAIN LAYOUT ELEMENTS																		*/

html {
	width: 100%;
	height: 98%;
	}
body {
	color: #000000;
	margin: 0px;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 112%;
	background: #ffffff url(./imgs/frame-bk.gif) repeat-y center center;
	}

/* LAYOUT BLOCKS */

#frame-top {
	position: relative;
	width: 100%;
	height: 176px;
	padding: 0px;
	background: url(./imgs/frame-top-bk.gif) repeat-x;
	text-align: center;
	}
#top {
	position: relative;
	width: 767px;
	height: 176px;
	margin: 0px auto;
/*	background: url(./imgs/top-bk.gif) repeat-y;	*/
	font-size: 62%;
	text-align: left;
	}
#frame-main {
	position: relative;
	width: 100%;
	padding: 0px;
	text-align: center;
	}
#main {
	position: relative;
	width: 767px;
	margin: 0px auto;
	padding: 0px 0px 80px 0px;
	font-size: 62%;
	text-align: left;
	}

/* LOGOHOLDER */
a#logo {
	display: block;
	position: absolute;
	top: 45px;
	left: -2px;
	#left: -1px;
	width: 199px;
	#width: 198px;
	height: 51px;
	margin: 0px;
	background: url(./imgs/character-logo.gif) no-repeat;
	}
a#logo span {
	display: none;
	}

/* Frontpage is ever so slightly different */
body#frontpage {
	background-color: #000000;
	}
body#frontpage #frame-top {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	height: 96px;
	overflow: hidden;
	}
body#frontpage #frame-main {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: url(./imgs/frame-main-frontpage-bk.gif);
	}
body#frontpage #main {
	}
#fauxgrid {
	position: absolute;
	top: 0px;
	left: 0px;
	_left: 5px;
	width: 767px;
	height: 4500px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-left: -1px;
	}
body#frontpage #footer {
	display: none;
	}

/* Framing background images according to #body */
body#contacts #frame-main {
/*	background: url(./imgs/frame-main-single-bk.gif) repeat-x 0px 359px;  */
	}
body#contacts #main {
/*	background: url(./imgs/top-bk.gif) repeat-y; */
	}

body#retailers #frame-main {
	background: url(./imgs/frame-main-single-bk.gif) repeat-x 0px 317px;
	}

body#blogs #frame-main {
	background: url(./imgs/frame-main-single-bk.gif) repeat-x 0px 7893px;
	}

body#product_list #frame-main {
	background: url(./imgs/frame-main-prodlist-bk.gif) repeat;
	}
body#product_list #main {
	background: url(./imgs/prodlist-bk.gif) repeat-y;
	_background: url(./imgs/prodlist-bk.gif) repeat-y 3px 0px;
	}

body#product #frame-main {
	background: url(./imgs/frame-main-product-bk.gif) repeat-x;
	}
body#product #main {
	background: url(./imgs/main-product-bk.gif) repeat-y;
	}

body#concept #frame-main {
/*	background: url(./imgs/frame-main-concept-bk.gif) repeat-x 0px 191px;	*/
	}
body#concept #main {
/*	background: url(./imgs/techspecs-bk.gif) no-repeat 20px 191px;	*/
	}

body#mags #frame-main {
	background: url(./imgs/frame-main-mags-bk.gif) repeat-x;
	}

body#wish_list #frame-main {
	background: url(./imgs/frame-main-single-bk.gif) repeat-x 0px 148px;
	}
body#wish_list #main {
	background: url(./imgs/wishlist-bk.gif) repeat-y -60px 0px;
	padding-bottom: 0px;
	}

#content {
	position: relative;
	width: 735px;
	padding: 0px 17px 0px 15px;
	margin-left: -2px;
	#margin-left: -1px;
	_margin-left: 1px;
	}
#textcontent {
	padding: 19px 11px;
	}

/* Content block backgrounds */
body#retailers #content {
	background: url(./imgs/content-retail-bk.gif) no-repeat top right;
	height: 317px;
	padding-bottom: 10px;
	}
body#contacts #content {
	background: url(./imgs/content-contact-bk.gif) no-repeat 1px 160px;
	height: 379px;
	padding: 0px;
	}
body#contacts #textcontent {
	margin: 0px 0px 0px 310px;
	padding: 0px;
	}

body#product_list #content, body#shopping_cart #content, body#frontpage #content {
	width: 770px;
	padding: 0px;
	}
body#product #content, body#product_list #content, body#shopping_cart #content {
	width: 770px;
	padding: 0px;
	}
body#product_list #content {
	_padding-left: 1px;
	}

body#product #content {
	width: 767px;
	padding: 0px;
	}
body#concept #content {
	width: 767px;
	background: url(./imgs/content-concept-bk.gif) no-repeat -1px 0px;
	padding: 190px 0px 0px 0px;
	_margin-left: 30px;
	margin-top: -1px;
	}
body#wish_list #content {
	width: 767px;
	padding: 0px;
	height: 149px;
	background: url(./imgs/content-wishlist-bk.gif) no-repeat top right;
	_margin-left: -1px;
	}

body#mags #content, body#blogs #content {
	width: 767px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}


/* MENUS: position and size */
/* use overrides in menu.css for theming */
#navi {
	position: absolute;
	top: 80px;
	right: 0px;
	}
#cart {
	position: absolute;
	top: 42px;
	right: 0px;
	}
#shop {
	position: absolute;
	top: 42px;
	right: 155px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#navi {
		right: 2px;
		}
	#cart {
		right: 2px;
		}
	#shop {
		right: 155px;
		}
}


#ftmenu {
	position: relative;
	width: 450px;
	}

#shopping_cart td.main{
	/*display: block; */
	width: 300px;
	text-align:left;
}
#shopping_cart td.main2{
	/*display: block; */
	width: 300px;
	text-align:right;
}
/* MENU ELEMENTS																			*/

/* Horizontal menu */

ul.menu {
	padding-top: 1px\9
	}
ul.menu li {
	position: relative;
	height: 17px;
	line-height: 17px;
	float: left;
	}

/* Drop-down */
ul.menu li ul {
	display: none;
	}
ul.menu li:hover ul {
	display: block;
	position: absolute;
	}
ul.menu li:hover ul li {
	display: block;
	float: none;
	}

/* Vertical menu: links */
.menu a, a#cart, a#shop {
	display: block;
	_display: inline;
	padding: 0px 0px 0px 38px;
	line-height: 17px;
	height: 17px;
	font-size: 17px;
	text-transform: uppercase;
	color: #000000;
	outline: none;
	}
a#cart, a#shop {
	padding-top: 1px\9	/* all versions of IE */
	}
.menu a:hover, a#cart:hover, a#shop:hover {
	color: #cccccc;
	}
a#shop {
	margin-right: 38px;
	}
a#press {
	cursor: default;
	}


/* Frontpage: negative */
body#frontpage .menu a, body#frontpage a#cart, body#frontpage a#shop {
	color: #ffffff;
	}/* CONTENT STYLING																			*/

/* CONTENT headers */

#content h2 {
	display: block;
	font-size: 1.4em;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0px 0px 14px 0px;
	color: #ffffff;
	}
#content h3 {
	margin: 0px 0px 8px 0px;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 18px;
	color: #292929;
	}
#content h4 {
	display: block;
	clear: both;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	}
#content h5 {	
	display: block;
	clear: both;
	width: 320px;
	line-height: 14px;
	height: 14px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #2B1D0F;
	}

/* CONTENT: main text content */

#content p {
	font-size: 1.0em;
	line-height: 16px;
	}
#content b, #content strong {
 	font-weight: bold;
	}
#content i, #content em {
	font-style: italic;
	}
#content p a {
	color: #2b1d0f;
	font-weight: bold;
	}
#content p a:hover {
	color: #cccccc;
	}
#content ul, #content ol {
	display: block;
	margin: 0px 0px 10px 0px;
	line-height: 14px;
	}
#content li {
	text-indent: 12px;
	}

#textcontent h2 {
	color: #000000;
	}
#textcontent p {
	line-height: 19px;
	margin-bottom: 19px;
	}

/* CONTENT forms */

#content fieldset {
	margin-left: 30px;
	}
#content label {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	line-height: 18px;
	}
#content input {
	width: 220px;
	height: 16px;
	margin-bottom: 4px;
	background-color: #eae7e4;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#content textarea {
	margin-bottom: 4px;
	background-color: #eae7e4;
	border: none;
	font-size: 12px;
	width: 220px;
	}
#content input.button {
	width: 80px;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0px;
	border: 1px solid ffffff;
	height: 18px;
	padding: 0px 16px;
	color: #000000;
	background-color: #ffffff;
	}
#content input.button2 {
	display: block;
	width: 80px;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0px 0px 0px 100px;
	border: 1px solid ffffff;
	height: 18px;
	padding: 0px 16px;
	color: #000000;
	background-color: #ffffff;
	}

/* WISH LIST form */

body#wish_list #content fieldset {
	margin-left: 0px;
	float: left;
	width: 200px;
	}
body#wish_list #content table {
	display: block;
	width: 200px;
	#width: 198px;
	line-height: 14px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	}
body#wish_list #content table td {
	border: 1px solid #000000;
	padding: 0px;
	height: 16px;
	line-height: 16px;
	#padding-bottom: 1px;
	}
body#wish_list #content table tr.titlerow td, body#wish_list #content table tr.submitrow td {
	height: 21px;
	line-height: 21px;
	font-size: 1.6em;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	width: 205px;
	#padding-bottom: 2px;
	}
body#wish_list #content label {
	display: block;
	width: 54px;
	height: 16px;
	padding-left: 6px;
	}
body#wish_list #content input {
	width: 130px;
	height: 16px;
	margin: 0px;
	margin-top: -2px;
	background-color: #ffffff;
	border: none;
	}
body#wish_list #content a#submitwish {
	display: block;
	float: right;
	width: 91px;
	height: 21px;
	margin: 0px;
	background: url(./imgs/btn_send.gif) no-repeat;
	}
body#wish_list #content a#submitwish span {
	display: none;
	}
body#wish_list #content input#submitwish {
	width: 100%;
	height: 21px;
	display: block;
	background: #000000;
	color: #FFFFFF;
	font-size: 1.0em;
	cursor:pointer;
}
/* CONTENT: page-specific classes */

/* ENTRY page intro texts */
#content p.introtext {
	margin: 29px 0px 28px 0px;
	#margin: 27px 0px 27px 0px;
	font-size: 42px;
	line-height: 43px;
	}
#content img.introimg {
	display: block;
	width: 800px;
	height: 640px;
	overflow: hidden;
	margin-bottom: 1px;
	margin-top: 0px;
	padding: 0px;
	margin-left: -17px;
	}
#content p#frontpagenotice1 {
	position: absolute;
	top: 540px;
	right: -2px;
	text-align: right;
	font-size: 90px;
	line-height: 43px;
	z-index: 800;
	color: #ffffff;
	white-space: nowrap;
	}
#content p#frontpagenotice2 {
	position: absolute;
	top: 600px;
	right: 3px;
	text-align: right;
	font-size: 44px;
	line-height: 43px;
	z-index: 800;
	color: #ffffff;
	white-space: nowrap;
	}

/* CONTACT/RETAIL page */
body#contacts #content p, body#retailers #content p  {
	line-height: 19px;
	font-size: 16px;
	margin-bottom: 21px;
	}
body#contacts #content h4, body#retailers #content h4 {
	clear: none;
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	}
body#contacts #contactinfo {
	float: left;
	width: 300px;
	}
body#contacts .textitem {
	float: left;
	width: 200px;
	}
.retailer-area {
	padding: 19px 0px;
	color: #d0d0d0;
	}

/* WISH LIST page */
body#wish_list p#wishtext {
	width: 190px;
	margin-left: 230px;
	}

/* MAGAZINES page */
body#mags #content img {
	float: left;
	margin: 0px 2px 0px -1px;
	}

/* PRODUCT LIST */

body#product_list .productListing-data {
	padding: 0px;
	border: none;
	}

body#product_list .product1, body#product_list .product2, body#product_list .product3 {
	display: block;
	position: relative;
	width: 197px;
	#width: 198px;
	_width: 196px;
	height: 406px;
	overflow: hidden; 
	border: 1px solid #000000;
	background-color: #000000;
	margin: 0px 83px 85px 0px;
	#margin-right: 80px;
	_margin-right: 79px;
	}
body#product_list .product1, body#product_list .product2, body#product_list .product3 {
	height: 406px;
	}
body#product_list .product1 {
	}
body#product_list .product3 {
	margin-right: 0px;
	_margin-right: -1px;
	_width: 198px;
	}

body#product_list #content table.productListing table {
	position: relative;
	width: 200px;
	border-collapse: collapse;
	#margin-left: -1px;
	}
body#product_list #content table.productListing table td {
	line-height: 18px;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding-left: 4px;
	}
body#product_list #content table tr.imagerow td {
	position: relative;
	padding: 0px;
	border: none;
	background-color: #000000;
	}
body#product_list #content table tr.imagerow img {
	display: block;
	width: 200px;
	height: 235px;
	overflow: hidden;
	}
body#product_list .soldoverlay {
	position: absolute;
	top: 90px;
	left: 50px;
	width: 100px;
	height: 65px;
	background: url(./imgs/sold.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.character.fi/includes/sts_templates/character/style/imgs/sold.png', sizingMethod='crop');
	}


body#product_list tr.imagerow td .soldoverlay p {	/* Safari AbsPos inheritance overflow bugfix */
	position: relative;
	}
body#product_list #content table tr.heightrow td {
	height: 26px;
	line-height: 26px;
	font-size: 1.6em;
	text-align: center;
	background-color: #000000;
	color: #ffffff;	
	}
body#product_list #content table tr.pricerow td, body#product_list #content table tr.cartrow td {
	height: 22px;
	background-color: #000000;
	color: #ffffff;
	}
body#product_list #content table tr.pricerow td input {
	width: auto;
	}
body#product_list #content table tr.cartrow td input {
	display: block;
	height: 22px;
	width: 198px;
	margin: 2px 0px 0px -4px;
	}
h5 .prodclasstitle {
	display: none;
	}

/* CONTENT: Product view */

body#product #product_imgs {
	float: left;
	width: 522px;
	height: 385px;
	overflow: hidden;
	}
body#product #product_imgs img {
	float: left;
	width: 326px;
	height: 383px;
	border: 1px solid #000000;
	overflow: hidden;
	}
body#product #product_imgs .product_imgs_alt {
	float: right;
	width: 146px;
	}
body#product #product_imgs a.product_img_thumb {
	display: block;
	width: 144px;
	height: 168px;
	border: 1px solid #000000;
	overflow: hidden;
	margin-bottom: 45px;
	}
body#product #product_imgs a.product_img_thumb img {
	width: 144px;
	height: 168px;
	border: none;
	}
body#product #product_info {
	position: relative;
	float: right;
	height: 385px;
	}
body#product #content .product_desc {
	width: 198px;
	}
body#product #content .product_desc p {
	width: auto;
	}
body#product #content table {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 198px;
	border-collapse: collapse;
	}
body#product #content table td {
	height: 18px;
	line-height: 18px;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding-left: 4px;
	}
body#product #content table tr.imagerow td {
	padding: 0px;
	border: none;
	}
body#product #content table tr.imagerow img {
	display: block;
	width: 198px;
	height: 235px;
	overflow: hidden;
	}
body#product #content table tr.heightrow td {
	height: 26px;
	line-height: 26px;
	font-size: 1.6em;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	}
body#product #content table tr.pricerow td, body#product #content table tr.cartrow td {
	height: 22px;
	background-color: #000000;
	color: #ffffff;
	}
body#product #content table tr.pricerow td input {
	width: auto;
	height: 22px;
	float: right;
	margin: 0px;
	padding: 0px;
	}
body#product #content table tr.cartrow td input {
	width: auto;
	height: 22px;
	margin: 0px;
	padding: 0px;
	}


/* CONTENT: Cart view */

body#shopping_cart #content table.productListing {
	width: 740px;
	vertical-align: top;
	}
body#shopping_cart .pageHeading {
	font-size: 2.4em;
	padding: 4px 0px;
	}
body#shopping_cart .cart_total {
	clear: both;
	width: 752px;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	margin-bottom: 24px;
	font-size: 1.6em;
	color: #ffffff;	
	background-color: #000000;
	}

body#shopping_cart .product {
	clear: both;
	}
body#shopping_cart .product img {
	display: block;
	float: left;
	width: 144px;
	height: 168px;
	margin-bottom: 24px;
	margin-right: 28px;
	overflow: hidden;
	border: 1px solid #000000;
	}
body#shopping_cart table {
	}
body#shopping_cart table td {
	height: 18px;
	line-height: 18px;
	padding-left: 4px;
	}
body#shopping_cart #content table tr.imagerow td {
	padding: 0px;
	border: none;
	}
body#shopping_cart #content table table {
	width: 440px;
	vertical-align: top;
	}
body#shopping_cart input {
	width: auto;
	height: auto;
	}
body#shopping_cart td.buttonrow {
	background-color: #000000;
	text-align: right;
	}
body#shopping_cart td.buttonrow table {
	background-color: #000000;
	display: block;
	float: right;
	vertical-align: center;
	}
body#shopping_cart td.buttonrow table td {
	height: 26px;
	}
body#shopping_cart td.buttonrow table input {
	}
body#shopping_cart td.buttonrow table td a {
	display: block;
	}

/* CONTENT: common shop elements */

a.zoom {	/* to be used with a product image wrapper */
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	z-index: 900;
	width: 198px;
	height: 235px;
	background: url(./imgs/zoom.png) no-repeat 166px 4px;
	}
a.buynow-btn {
	display: block;
	#display: inline;
	position: relative;
	float: right;
	width: 110px;
	width: 100px;
	height: 22px;
	background: url(./imgs/btn_moreinfo-neg.gif) no-repeat;
	}
a.buynow-btn {
	width: 100px\9
	}
a.addtocart-btn {
	display: block;
	_display: inline;
	width: 197px;
	height: 22px;
	margin: 2px 0px 0px -4px;
	background: url(./imgs/btn_addtocart.gif) no-repeat;
	}
a.remove-btn {
	display: block;
	_display: inline;
	width: 197px;
	height: 22px;
	margin: 2px 0px 0px -4px;
	background: url(./imgs/btn_remove.gif) no-repeat;
	}
a.checkout-btn {
	display: block;
	_display: inline;
	float: right;
	width: 134px;
	height: 22px;
	margin: -23px 2px 0px 0px;
	background: url(./imgs/btn_checkout.gif) no-repeat;
	}
/* Button text hiders */
a.zoom span, a.buynow-btn span, a.addtocart-btn span, a.remove-btn span, a.checkout-btn span {
	display: none;
	}

/* CONTENT: Tech specs */

body#tech_specs #content table {
	float: left;
	width: 230px;
	border-collapse: collapse;
	margin-top: 6px;
	}
body#tech_specs #content table td {
	height: 18px;
	line-height: 18px;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding-left: 4px;
	}
body#tech_specs #content table tr.titlerow td {
	background-color: #000000;
	color: #ffffff;	
	}
body#tech_specs #content p {
	float: left;
	width: 230px;
	text-align: justify;
	line-height: 19px;
	margin: 0px 0px 0px 30px;
	}

/* CONTENT: Concept */

body#concept #content table {
	float: right;
	width: 232px;
	border-collapse: collapse;
	margin: 1px 3px 0px 0px;
	}
body#concept #content table td {
	height: 18px;
	line-height: 18px;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding-left: 4px;
	}
body#concept #content table tr.titlerow td {
	background-color: #000000;
	color: #ffffff;	
	}
body#concept #content p {
	text-align: justify;
	font-size: 1.8em;
	line-height: 28px;
	margin: 44px 0px 0px 0px;
	}
body#concept #content p.first {
	margin: 0px;
	}


td.checkoutBarFrom, td.checkoutBarCurrent, td.checkoutBarTo {
	width: 115px;
	display: block;
	float: left;
	text-align: center;
	overflow: visible;
}

body#press img.pressImg {
		margin-left: -17px;
		margin-top: -1px;	
	}

/* validation styles*/
.validation-advice {
	background: #000000;
	color: #FF0000;
	font-weight: bold;
}