/*

GENERAL

*/

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 45px;
	background-color: #000012;
	background-image: url(http://www.innoflame.fi/store/themedata/7/jazzbg.jpg);
	background-repeat: repeat-x;
	background-position: middle top;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
}
div.container {
	width: 960px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-color: #160746;
	background-image: url(http://www.innoflame.fi/store/themedata/7/jazzbg_inner.jpg);
	background-repeat: repeat-x;
	background-position: middle top;
}
a, a:link, a:visited, a:active {
	color: #eb896e;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}

/*

BUTTONS

*/

a.btn {
	display: block;
	width: 210px;
	text-align: center;
	padding: 9px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #cccccc;
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 11px;
}
a.okbtn {
	color: #ffffff;
	background-color: #eb896e;
}
a:hover.okbtn {
	color: #ffffff;
	background-color: #eb896e;
}
a.cancelbtn {
	color: #ffffff;
	background-color: #493c65;
}
a:hover.cancelbtn {
	color: #ffffff;
	background-color: #493c65;
}

/*

FORMS

*/

input.small {
	width: 50px;
}
select.medium {
	width: 230px;
}

/*

COVER

*/

div.header {
	background-color: #000012;
	margin-bottom: 10px;
	width: 950px;
}

/*

TOP NAVIGATION

*/

div.navibar {
	margin-bottom: 10px;
	padding-bottom: 12px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #503d74;
}
div.topnavi {
}
div.topnavi a, div.langnavi a {
	margin-right: 10px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
}
div.cartnavi {
}
div.cartnavi a {
	margin-right: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 14px;
}
div.cartnavi a.buy {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #eb896e;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
div.cartnavi a.buy:hover {
	color: ;
	background-color: #eb896e;
}
div.langnavi a {
	margin-right: 0px;
	margin-left: 10px;
}
div.topnavi a.active, div.langnavi a.active {
	color: #999999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #503d74;
}
div.topnavi a.active:hover, div.langnavi a.active:hover{
	color: #999999;
}
div.langnavi {
	text-align: right;
}

/*

TITLES

*/

div.titlebar {
	margin-bottom: 10px;
}
div.lefttitle {
	margin-bottom: 10px;
	height: 90px;
}
div.middletitle {
	margin-bottom: 10px;
	height: 90px;
}
div.righttitle {
	margin-bottom: 10px;
	height: 90px;
	text-align: right;
}
div.lefttitle h1, div.middletitle h1, div.righttitle h1 {
	padding: 0px;
	margin: 0px;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	margin-top: -3px;
}
div.lefttitle h1 a, div.middletitle h1 a, div.righttitle h1 a {
	color: #ffffff;
}
div.lefttitle h1 a:hover, div.middletitle h1 a:hover, div.righttitle h1 a:hover {
	color: #eb896e;
}
div.lefttitle h2, div.middletitle h2, div.righttitle h2 {
	padding: 0px;
	margin: 0px;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	margin-top: -3px;
}
div.lefttitle h2 a, div.middletitle h2 a, div.righttitle h2 a {
	color: #ffffff;
}
div.lefttitle h2 a:hover, div.middletitle h2 a:hover, div.righttitle h2 a:hover {
	color: #eb896e;
}

/*

CATEGORY NAVIGATION

*/

div.categories {
	margin: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}
div.categories h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
}
div.categories a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #eb896e;
}
div.categories a:hover {
	color: #ffffff;
}
div.categories li.hilite a {
	background-color: ;
}
div.categories ul li {
}
div.categories ul.root {
}
div.categories ul.root li a {
}
div.categories ul.root li.selected a {
	font-weight: bold;
}
div.categories ul.path {
}
div.categories ul.path a {
	font-weight: bold;
}
div.categories ul.path li a {
}
div.categories ul.sub {
}
div.categories ul.sub a {
	background-color: #efefef;
}
div.categories ul.sub li.selected a {
	font-weight: bold;
}
div.categories ul.sub li a {
}
div.categories ul li.selected a, div.categories ul li a:hover {
}

/*

SEARCH

*/

div.search {
	margin-bottom: 10px;
}
div.search h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 4px;
}
div.search #filterform {
	margin: 0px;
	padding: 0px;
	border-top: 0px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	float: left;
	width: 214px;
	background-color: #503d74;
}
div.search #filterform input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
	width: 200px;
	padding: 0px;
	margin: 0px;
	border: 1px none #503d74;
	background-color: #503d74;
}

/*

COVER BANNERS

*/

div.banners {
	margin-bottom: 10px;
}
div.banner {
	width: 230px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #cccccc;
}

/*

COVER WELCOME

*/

div.welcome {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}
div.welcome h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 4px;
}
div.welcome p {
	line-height: 16px;
	padding-bottom: 4px;
}

/*

COVER NEWS

*/

div.news {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}
div.news h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 4px;
}
div.news p {
	line-height: 16px;
	padding-bottom: 4px;
}

/*

COVER ANIMATION

*/

div.animation {
	background-color: #000012;
	margin-bottom: 10px;
}

/*

COVER POPULAR

*/

div.popular  {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}
div.popular h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
}

/*

CATALOG

*/

div.catalog  {
	margin-bottom: 10px;
}
div.catalog h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
}

/*

CATALOG PRODUCTS

*/

div.product {
	margin-bottom: 10px;
	height: 210px;
}
div.product div.mask {
	display: none;
}
div.product div.thumb {
	width: 230px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 8px;
	background-image: url(/store/images/no_image_thumb.gif);
}
div.product div.name {
	line-height: 16px;
}
div.product span.price {
	line-height: 16px;
	padding-left: 10px;
	float: right;
	color: #999999;
	text-align: right;
}
div.product div.buy {
	line-height: 15px;
}

/*

CATALOG INACTIVE PRODUCTS

*/

div.product_inactive {
	margin-bottom: 10px;
	height: 210px;
}
div.product_inactive div.mask {
	position: absolute;
	width: 230px;
	height: 160px;
	left: 0px;
	top: 0px;
	z-index: 100;
	background-color: #efefef;
	filter: alpha(opacity=60);
	opacity: .6;
	-moz-opacity: .6;
}
div.product_inactive div.thumb {
	width: 230px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 8px;
	background-image: url(/store/images/no_image_thumb.gif);
}
div.product_inactive div.name {
	line-height: 16px;
}
div.product_inactive span.price {
	line-height: 16px;
	padding-left: 10px;
	float: right;
	color: #999999;
	text-align: right;
}
div.product_inactive div.buy {
	line-height: 15px;
}

/*

BUY

*/

a.buy {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #eb896e;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
a.buy:hover {
	color: ;
	background-color: #eb896e;
}

/*

PAGINATION

*/

div.pages  {
	margin-bottom: 10px;
}
div.pages a {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #eb896e;
	background-color: #160746;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 2px;
	border: 1px solid #eb896e;
}
div.pages a.active {
	background-color: #160746;
	color: #cccccc;
	border: 1px solid #cccccc;
}
div.pages a:hover {
	color: #ffffff;
	background-color: #160746;
	border: 1px solid #ffffff;
}
div.pages a.active:hover {
	background-color: #160746;
	color: #cccccc;
	border: 1px solid #cccccc;
}

/*

PRODUCT

*/

div.productimage {
	margin-bottom: 20px;
	width: 590px;
	background-color: #160746;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}
div.productinfo {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}
div.productinfo h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 3px;
	line-height: 15px;
}
div.productinfo h4 {
	display: block;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 4px;
}
div.productinfo p {
	line-height: 16px;
	padding-bottom: 4px;
}
option.outofstock {
	color: #666666;
}


/*

MINITHUMB BROWSER

*/

div.minithumbbrowser {
	margin-bottom: 10px;
}
div.minithumbbrowser div.minithumb {
	width: 110px;
	height: 110px;
	overflow: hidden;
	background-color: #cccccc;
	margin-bottom: 10px;
}

/*

RECOMMENDED

*/

div.recommended  {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
	background-color: #efefef;
}
div.recommended h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
}

/*

CART

*/

div.cart {
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}
#carttable {
	width: 710px;
	border-collapse: collapse;
}
#carttable td {
	line-height: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
}
#carttable tr.headrow td {
	vertical-align: top;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 12px;
}
#carttable tr.datarow td {
	vertical-align: top;
}
#carttable tr.totalrow td {
	vertical-align: top;
	white-space: nowrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}

/* HEADER ROW */

#carttable td.h_delete {
}
#carttable td.h_code {
}
#carttable td.h_image {
	width: 120px;
}
#carttable td.h_label {
}
#carttable td.h_qty {
	text-align: right;
}
#carttable td.h_price {
	text-align: right;
	width: 120px;
}
#carttable td.h_pricetotal {
	text-align: right;
	width: 120px;
}

/* DATA ROWS */

#carttable td.d_delete {
}
#carttable td.d_code {
	white-space: nowrap;
}
#carttable td.d_image {
	width: 110px;
	padding-right: 10px;
}
#carttable td.d_label {
}
#carttable td.d_qty {
	white-space: nowrap;
	text-align: right;
}
#carttable td.d_price {
	white-space: nowrap;
	text-align: right;
}
#carttable td.d_pricetotal {
	text-align: right;
	white-space: nowrap;
}

/* TOTAL ROWS */

#carttable td.t_delete {
}
#carttable td.t_code {
	white-space: nowrap;
}
#carttable td.t_image {
	width: 110px;
	padding-right: 10px;
}
#carttable td.t_label {
	text-transform: uppercase;
}
#carttable td.t_qty {
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
}
#carttable td.t_price {
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}
#carttable td a {
	text-decoration: none;
}
#carttable input.qty {
	padding: 3px;
	border: 1px solid #cccccc;
	color: #666666;
	width: 50px;
	text-align: right;
}

/*

CART FUNCTIONS

*/

div.functions {
	margin-bottom: 20px;
}

/*

DISCOUNT CODE FORM

*/

div.discountcode {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}
div.discountcode h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 3px;
	line-height: 15px;
}
div.discountcode h4 {
	display: block;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #ffffff;
	margin-bottom: 4px;
}
div.discountcode p {
	line-height: 16px;
	padding-bottom: 4px;
}

/*

HELP

*/

div.help {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}
div.help h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 3px;
	line-height: 15px;
}
div.help h4 {
	display: block;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #ffffff;
	margin-bottom: 4px;
}
div.help p {
	line-height: 16px;
	padding-bottom: 4px;
}

/*

INFO

*/

div.info {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
	padding-top: 4px;
}
div.info h3 {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 3px;
	line-height: 15px;
}
div.info h4 {
	display: block;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #ffffff;
	margin-bottom: 4px;
}
div.info p {
	padding-bottom: 10px;
}

/*

FORM

*/

div.form {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
}
#formtable {
	width: 710px;
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
}
#formtable td {
	line-height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#formtable td.formseparator {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #503d74;
}
#formtable td.formlabel {
	text-align: right;
	padding-right: 10px;
	width: 230px;
	vertical-align: middle;
}
#formtable tr.first td {
	padding-top: 10px;
}
#formtable tr.last td {
	padding-bottom: 10px;
}
#formtable td.formfield {
	text-align: left;
}
input.small, input.medium, input.large, select, textarea {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 3px;
}
select {
	padding: 2px;
}
input.small {
	width: 110px;
}
input.medium {
	width: 220px;
}
input.large {
	width: 340px;
}
textarea.full {
	width: 460px;
}
input.radio {
	padding-left: 0px;
	margin-left: 0px;
}

/*

PAYFORM

*/

div.payform {
	margin-bottom: 10px;
}
#paytable {
	width: 710px;
	border-collapse: collapse;
	background-color: #efefef;
}
#paytable td {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #503d74;
}
#paytable td.col1 {
	width: 210px;
}
#paytable td.col2 {
	width: 220px;
}

/*

MESSAGES

*/

div.errordialog {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #eb896e;
	color: #eb896e;
	margin-bottom: 20px;
}
div.notificationdialog {
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #eb896e;
	color: #eb896e;
	margin-bottom: 20px;
}

/*

FOOTER

*/

div.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #503d74;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
}
div.left, div.right {
	text-transform: uppercase;
	line-height: 12px;
	color: #ffffff;
	font-size: 10px;
}
div.left a, div.right a {
	color: #ffffff;
}
div.left a:hover, div.right a:hover {
	color: #eb896e;
}
div.right {
	text-align: right;
}

/*

CUSTOM CSS

*/

body {
	background-repeat: no-repeat;
	background-position: center top;
}
div.recommended  {
	background-color: #33225d;
}
table#paytable td {
	color: #333333;
}

/*

END

*/