/* CONTENT STYLES */

p, td p, li, code {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

p, td p, li {
	color: #686868;
}

p {
	margin-top: 0;
	margin-bottom: 1.0em;
}


a, a:link, a:visited {
	color : Black;
	font-weight: normal;
	text-decoration : none;
}
a:hover, a:active {
	color : #686868;
	font-weight: normal;
	text-decoration : underline;
}

img {
	border: 0;
}



/* Headings */
h1, h2, h3, h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin: 0 0 1.5em 0;
}

h1 {
	font-size : 16px;
	color: #707070;
}

h2 {
	font-size : 14px;
	color: #e65415;
}

h3 {
	font-size : 12px;
	color: #e65415;
}

h4 {
	font-size : 11px;
	color: Black;
}

.h1subtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	color: Black;
}

fieldset {
	border: solid 1px #999999;
	padding: 8px;
	background-color: #F8F8F8;
}

legend {
	color: #707070;
	font-size : 12px;
	font-weight: bold;
	background-color: #fff;	
}

/* Yleiset asemointimääritykset */
.left {
	text-align : left;
}
.center {
	text-align : center;
}
.right {
	text-align : right;
}


.error {
	color: Red;
}

.note {
	font-size: 10px;
}

.required {
	color: #c00000;
}

.offline {
	color: Gray;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


/* Form Styles */
input, textarea, formfield, button, select {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; 
	font-weight: normal;
	border: solid 1px #999999;
}

input.button {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fbe188;
	color : #333333;
	border: 1px solid #999999;
	font-weight: normal;
	font-size: 11px;
}


.noborder, input.noborder {
	border: 0;
	background-color: transparent;
}



.deleted, h1.deleted, a.deleted, a.deleted:link, a.deleted:visited {
	text-decoration: line-through;
}

a.deleted:hover, a.deleted:active {
	text-decoration: line-through;
}


/* Content Section Styles */
td.pagesectioncell, td.maincontents td.pagesectioncell {
	padding: 0;
}

td.imagesleft {
	padding-right: 10px;
}
td.imagesright {
	padding-left: 10px;
}


/* Images with thumb border */
.thumbborder, img.thumbborder, td.maincontents img.thumbborder {
	border: 1px solid Black;
}

.thumbborderactive, img.thumbborderactive, td.maincontents img.thumbborderactive {
	border: 1px solid Red;
}


/* Product List Styles */
table.listitem {
	border: 0;
	border-bottom: 1px dashed #BFBFBF;
}

table.listitemon {
	border: 1px solid #9a9a9a;
}

table.listitem, table.listitemon {
	margin-bottom: 15px;
}

table.listitem td, table.listitemon td {
	padding: 10px;
}

td.productinfocell {
}

.discountprice {
	color: #990000;
	font-size: 105%;
	font-weight: bold;
}

.normalprice {
	color: Black;
	font-size: 100%;
	font-weight: normal;
}




/* Notification Box Styles */
td.huombox {
	background-color: #D8EAFB;
	border: 1px solid #003466;
	/* background-color: #FFD9DF;
	border: 1px solid #cc0000; */
	padding: 10px;
	vertical-align: middle;
}
td.huombox p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

td.notice {
	background-color: #FBEDBB;
	border: 1px solid #999999;
	padding: 10px;
	vertical-align: middle;
}

td.notice p, li {
	color: #333333;
}

td.notice p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}



/* Image Teaser Styles */
.imageteaser {
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

/* Shopping cart teaser styles */
td.maintopgraphics {
	padding: 0;
	vertical-align: bottom;
}
table.cartteaserwrapper {
	margin-left: auto;
	margin-right: 20px;
}
table.cartteaserwrapper td {
	padding: 2px 4px 0px 4px;
}

table.cartteaserwrapper td p {
	margin-top: 0;
	margin-bottom: 0;
}

a.cartlink, a.cartlink:link, a.cartlink:visited {
	color : Black;
	font-weight: normal;
	text-decoration : underline;
}
a.cartlink:hover, a.cartlink:active {
	color : #686868;
	font-weight: normal;
	text-decoration : underline;
}



/* Shopping cart Styles */
.centercart {
	text-align: center;
}

.centercart table.centeredcart {
	margin: 0 auto 0 auto;
}

.centercart table {
	text-align: left;
}


table.shoppingcart td, table.cartcontents td {
	padding: 8px;
}

table.shoppingcart td p {
	margin: 0;
}

table.cartcontents td p {
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0;
}

table.cartwrapper {
	border: 1px solid Black;
}

td.cartheader {
	background-color: #003466;
	padding: 5px;
}

td.cartheader p {
	margin: 0;
	color: White;
	font-size: 13px;
	font-weight: bold;
}

td.cartheader a, td.cartheader a:link, td.cartheader a:visited {
	color: White;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
td.cartheader a:hover, td.cartheader a:active {
	color: White;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}


table.cartbox {
	border: 1px solid #E3E3E3;
	background-color: #F0F0F0;
}
table.cartbox td {
	padding: 4px;
}
table.cartbox td p {
	margin: 2px;
}

table.cartbox td.stageoff p {
	color: Gray;
	font-weight: normal;
	font-size: 11px;
}

table.cartbox td.stageon {
	background-color: White;
}

table.cartbox td.stageon p {
	color: Black;
	font-weight: bold;
	font-size: 11px;
	background-color: White;
}

tr.otsakkeet, td.header {
	background-color : White;
}

tr.otsakkeet td, td.header {
	padding : 2px;
	/* border-left: 1px solid White;
	border-right: 1px solid White; */
	border-bottom: 1px solid #666666;
}

tr.otsakkeet td p, td.header p, table.edit p {
	margin: 0px;
}

tr.otsakkeet td p, td.header p, td.total p {
	color : #666666;
	font-size : 11px;
	font-weight: bold;
}

td.productrow {
	border-top: 1px solid Silver;
}

a.cartitemlink, a.cartitemlink:link, a.cartitemlink:visited {
	font-weight: bold;
	text-decoration : none;
}
a.cartitemlink:hover, a.cartitemlink:active {
	font-weight: bold;
	text-decoration : underline;
}


td.total {
	padding: 0;
}

td.total p {
	color : #666666;
	font-size : 11px;
	font-weight: bold;
	margin: 0;
}

td.colored {
	background-color: #F0F0F0;
}

table.buttontable td {
	padding: 0 2px 0 2px;
}

div#productdetailspace a {
	font-family: Tahoma, Arial, Verdana;
	text-decoration: underline;
}