/*#########################################################
###       Document Stylesheet for City Clean Oy         ###
###       Type: Formatting for Structure & Text         ###
###          Jussi Lahtinen / Smilehouse Oy             ###
#########################################################*/

body {
	font-family: "Open Sans";
	text-align: center;
	font-size: 1.0em;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(img/header_bg.gif);
	background-repeat: repeat-x;
	color:#404040;
}

#header ul.uppernav {
    margin: 1.4em 0 0.9em;
    padding: 0 0 0 0.7em;
}
#header ul.uppernav li {
    color: white;
    display: inline-block;
    font-family: "PT Sans Narrow";
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

#header ul.uppernav li a {
    border-left: 1px solid white;
    color: white;
    font-weight: bold;
    padding: 0 0.5em;
    text-transform: uppercase;
	text-decoration:none;
}

#header ul.uppernav li a:hover {
    border-left: 1px solid white;
    color: white;
    font-weight: bold;
    padding: 0 0.5em;
    text-transform: uppercase;
	text-decoration:underline;
}

#header ul.uppernav li:first-child a {
    border-left: 0 solid white;
    color: white;
    padding: 0 0.5em 0 0;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Open Sans";
    font-weight: 700;
}


h2 a {
    font-size: 1.3em;
	text-decoration:none!important;
	margin:1.2em 0 0 0;
	padding:0;
	font-family: "Open Sans";
	font-weight:400;
	color: #000!important;
}

h4 {
    border-bottom: 2px solid #000;
    font-size: 14px;
    text-transform: uppercase;
	margin:1.2em 0 0.9em 0;
	padding:0;
}

a.brand {
    display: block;
    margin-top: 1.5em !important;
}

table,img {
	border-style: none;
}

td, font, select, input {
	font-size: 0.9em;
	font-family: "Open Sans";
}

form {
	margin: 0;
}


a {
	color: #000;
	text-decoration: none;
}

a:hover  {
	color: #0096db;
}

a.blue {
	color: #0046ad;
	text-decoration: none;
}

a.blue:hover  {
	color: #0096db;
}

h1 {
	font-size: 18px;
	font-family: "Open Sans";
	margin: 0px;
	padding: 18px 0px 0px 18px;
	color: #291670;
}

h3 {
	font-size: 12px;

}
#huomio {
	color: #291670;
	text-decoration: italic;
}

.listabox {
	text-align: center;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#wrap{
	width: 975px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
	
.content {
	text-align: left;
	background-image: url(main_bg.gif);
	background-repeat: repeat-y;
	background-color: #F4F4F4;
}

#header {
	font-size: 14px;
	height: 100px;
	
}
#header td{
	color: #FFF;
	
}
.info {
	color: #4B4B4B;
	font-size: 12px;
}

.name {
	font-size: 14px;
	font-weight: bold;

}
.producttitle {
	font-size: 12px;
}

.more {
	color: #4B4B4B;
	font: bold 12px;
}

.back {
	background-image: url(back_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
	background-position: 3px 3px;
}

.advsearch {
	background-image: url(small_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 10px;
	background-position: 3px 3px;
}

.price {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.oldprice {
	color: #CCC;
	font-size: 12px;
	text-decoration: line-through;
}
.main {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	width: 600px;
}

.left {
    width:200px;
	padding-top: 7px;
	padding-bottom: 5px;

}
.left h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
}


.main h2 {
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 0px;
}
.txtpad {
	padding: 4px;
}

.tuotelistapad {
	background-color: #fff;
	padding: 15px 10px 10px 10px;
}
.nostoborder {
	background-color: #A7A7A7;
}


.notice {
	border: 1px solid #A7A7A7;
	padding: 4px;
}
.tuotekorttitext {
	border: 1px solid #A7A7A7;
	padding: 10px;
}

div.footer-left {
    float: left;
    padding: 10px;
    width: 30%;
}
div.footer-right {
    background-color: white;
    border: 1px solid #acc0c7;
    border-radius: 8px;
    float: left;
    margin-left: 30px;
    padding: 15px;
    width: 58%;
	font-size: 0.9em;
	font-family: "Open Sans";
}
ul.footer-nav {
    list-style-type: none;
    margin-left: 0;
	padding:0;
}

ul.footer-nav a {
    color: #51626f;
    font-size: 0.9em;
	font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
ul.footer-nav a:hover {
    color: #0069d6;
    text-decoration: none;
    text-transform: uppercase;
}
div.footer-wrapper {
    background: linear-gradient(to bottom, rgba(223, 229, 230, 1) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 1.2em 0;
    width: 100%;
	font-size: 0.9em;
	font-family: "Open Sans";
	text-align:left;
}
div.footer-wrapper div.row {
    margin-left: auto;
    margin-right: auto;
    width: 975px;
}

.row {
    margin-left: -20px;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
.row > [class*="span"] {
    display: inline;
    float: left;
    margin-left: 20px;
}

.span16 {
    background: linear-gradient(to bottom, rgba(223, 229, 230, 1) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 940px;
}

.login {
	padding-top: 20px;
	padding-right: 120px;
}

.headerlinks a:link, .headerlinks a:visited {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}


/** WS-styles **/		

.TableBg {
	background: #fff;
}

.TableHeader td, th {
	font-weight: bold;
	color: #000;
	padding: 4px;
	text-align: left;
	background-color: #ffff00;

}

.TableFooter td {
	font-weight: bold;
	color: #000;
	background: #f4f4f4;
	padding: 4px;
}

.TableRow td {
	padding: 2px;
	background-color: #eee;
}

.TableRowDark td {
	background: #e4e4e4;
	padding: 2px;
	font-weight: bold;
}

.TableError td {
	padding: 2px;
	font-weight: bold;
	background-color: #FF0000;
	color: #FFF;
}

.ProductSearchParameter {
	border: 1px solid #ccc;
	height: 14px;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.LoginFormUser, .LoginFormPasswd {
	border: 1px solid #ccc;
	width: 100px;

}

.ProductOptionsField  {
	font-size: 12px;
	border: 1px solid #ccc;
}
.ProductAmountField  {
	font-size: 12px;
	border: 1px solid #ccc;
	
}
.ProductAddButton {
	margin: 0px;
	padding: 0px;
}

.pun {
	color: #FF0000;
}
.blu {
	color: #3d398e;
	font-weight: bold;
}

td ul {
	font-family: "Open Sans";
	color: #291670;
	margin: 0;
    padding: 0.5em 0 1.0 0;
    list-style-type: none; 
}

td ul.li {
    color: #1a2732;
    line-height: 18px;
}

ul.ProductGroupTree
{
margin: 0px;
padding: 0px;
list-style-type: none; 
}

.ProductGroupTree li 
{
	list-style: none;
	text-align: left;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	width: 178px;
}


.ProductGroupTree li a
{
	padding: 2px 0px 2px 0px;
	display: block;
	font-weight: bold;
}


.ProductGroupTree li a:link, .ProductGroupTree li a:visited 
{
	color: #000;

}

.ProductGroupTree li a:hover
{
	color: #000;
	text-decoration: underline;	
}

.ProductGroupTree li ul
{
	margin: 0px;
	padding: 0px;
}


.ProductGroupTree li ul li 
{
	margin: 0px;
	padding: 1px 0px 0px 0px;

}

.ProductGroupTree li ul li li
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	
}

.ProductGroupTree li ul li a:link,.ProductGroupTree li ul li a:visited,.ProductGroupTree li ul li a:hover
{
	padding: 2px 0px 2px 15px;
	color: #4d4d4d;
	font-weight: normal;
}

.vaihe td {
	background-color: #e2e2e2;
	padding: 2px;
	border: 1px solid #d6d6d6;
	color: #999;
	text-align: center;
}
td.valittu {
	background-color: #f8f8f8;
	color: #007f30;
	font-weight: bold;
}


.miscinfo {
	font-size: 14px;
	color: #0062ab;
}

/** WS-editori **/	


.tinymce1 {
	font-weight: bold;
	font-size: 18px;
}
.tinymce2 {
	font-weight: bold;
	font-size: 16px;
}
.tinymce3 {
	font-weight: bold;
	font-size: 14px;
}
.tinymce4 {
	font-weight: normal;
	font-size: 12px;
}
.tinymce5 {
	font-weight: normal;
	font-size: 10px;
}
.tinymce6 {
	font-style: italic;
	font-size: 12px;
}
.tinymce7 {
	font-weight: bold;
	font-size: 12px;
	color: #CD0000;
}
.ominaisuudet td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.pad {
	padding: 7px;
}

table.lisa {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: #A7A7A7;
	border-collapse: collapse;
	background-color: white;
}

table.lisa td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #e4e4e4;
	background-color: white;
	
}

table.noborder {
	border-width: 0px;
	border-spacing: 0;
	border-style: double;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
}

table.noborder td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: #fff;
	background-color: white;

}

/*content tabs*/

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #A7A7A7;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #A7A7A7;
width: 564px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}