/* Colorchips CSS Document 10/2009 */


/* Theme Template */

div.themedefault  {
	width:948px;
	text-align:left;
}

#chipname {
	text-align: center;
}

div.aitouden_etsija {
	background:url(../images/themes/aitoudenet_bg.jpg) top right no-repeat;
}

div.herkka_haaveilija {
	background:url(../images/themes/herkkahaave_bg.jpg) top right no-repeat;
}

div.luova_seikkailija {
	background:url(../images/themes/luovaseik_bg.jpg) top right no-repeat;
}

div.moderni_pelkistaja {
	background:url(../images/themes/modernipelk_bg.jpg) top right no-repeat;
}

div.valikoiva_nautiskelija {
	background:url(../images/themes/valikoivan_bg.jpg) top right no-repeat;
}

div.themedefault td.defaultblock {
	padding-top:12px;
	text-align:left;
	width:948px;
}

div.themedefault td.leftnavi {
	width:208px;
}

div.themedefault td.leftnavi .blockmargin {
	padding:0 7px 0 15px;
	margin:0;
}



/* Themebox */

div.themebox {
	width:700px;
	position:relative;
	padding-top:20px;
	margin:0 auto;
}

div.theme_back {
	float:right;
	position:relative;
	top:-7px;
	right:10px;
}

div.theme_smallimages {
	float:left;
	width:78px;
	padding-top:36px; 
	text-align:right;
}

.content div.theme_smallimages img {
	margin-bottom:8px;
}

div.theme_frame {
	width:433px;
	height:358px;
	float:left;
	background:url(../images/themes/frame_bg.png) top left no-repeat;
}
/*
div.aitouden_etsija div.theme_frame {
	background:url(../images/themes/aitoudenet_frame.jpg) top left no-repeat;
}

div.herkka_haaveilija div.theme_frame {
	background:url(../images/themes/herkkahaave_frame.jpg) top left no-repeat;
}

div.luova_seikkailija div.theme_frame {
	background:url(../images/themes/luovaseik_frame.jpg) top left no-repeat;
}

div.moderni_pelkistaja div.theme_frame {
	background:url(../images/themes/modernipelk_frame.jpg) top left no-repeat;
}

div.valikoiva_nautiskelija div.theme_frame {
	background:url(../images/themes/valikoivan_frame.jpg) top left no-repeat;
}
*/

div.theme_frame div.theme_pic {
	padding:9px 8px;
	width:409px;
	height:307px;
	overflow:hidden;
}

.content div.theme_frame p {
	padding-left:8px;
}

.content div.theme_frame p a {
	text-decoration:none;
}

.content div.theme_frame p a:hover {
	text-decoration:underline;
}

h1.themetitle, p.theme_text {
	clear:both;
	margin-left:86px;
}

.content p.theme_text {
	height:40px;
	margin-bottom:4px;
	overflow:hidden;
	padding:12px 0 20px;
	width:550px;
}

div.theme_info {
	background-color:#fff;
	border-top:1px solid #d7d6d5;
}

.content div.theme_info p {
	padding:10px 140px 10px 20px;
	font-size:10px;
	line-height:14px;
}


/* Chip selector */

div.themebox div.theme_colorchips {
	float: left;
	margin-left: 43px;
	left:556px;
	width:96px;
	height:316px;
	z-index: 100;
	background:url(../images/themes/colorbg.png) top right no-repeat;
}

.content div.themebox div.theme_colorchips a {
	text-decoration: none;	
}

.content div.themebox div.theme_colorchips a:hover {
	text-decoration: none;	
}

.content div.themebox div.theme_colorchips a:selected {
	text-decoration: none;	
}

/*div.aitouden_etsija div.themebox div.theme_colorchips {
	background:url(../images/themes/aitoudenet_colorbg.jpg) top right no-repeat;
}

div.herkka_haaveilija div.themebox div.theme_colorchips {
	background:url(../images/themes/herkkahaave_colorbg.jpg) top right no-repeat;
}

div.luova_seikkailija div.themebox div.theme_colorchips {
	background:url(../images/themes/luovaseik_colorbg.jpg) top right no-repeat;
}

div.moderni_pelkistaja div.themebox div.theme_colorchips {
	background:url(../images/themes/modernipelk_colorbg.jpg) top right no-repeat;
}

div.valikoiva_nautiskelija div.themebox div.theme_colorchips {
	background:url(../images/themes/valikoivan_colorbg.jpg) top right no-repeat;
}*/

div.chipcolor_container {
	position: relative;
	width:96px;
	height:35px;
	padding: 0px;
	margin: 0px;
}

div.chipselected {
	background:url(../images/themes/color_selected.png) center left no-repeat black;
}

div.chipcolor {
	position: absolute;
	width:69px;
	height:30px;
	margin:0;
/*	padding:3px 2px 2px 24px;*/
	left: 24px;
	top: 3px;
	border: solid white 0px;
	cursor: pointer;
}

div.chipselected div.chipcolor {
	position: absolute;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	left: 15px;
	top: -6px;
	padding: 0px;
	margin: 0px;
	width:90px;
	height:42px;
	z-index: 200;
	background: #FFFFFF;
}


div.chipcolor div {
	float:left;
	overflow:hidden;
}

div.chipcolor div.chipcolor1 {
	width:13%;
	height:100%;
}

div.chipcolor div.chipcolor2 {
	width:13%;
	height:100%;
}

div.chipcolor div.chipcolor3 {
	width:24%;
	height:100%;
}

div.chipcolor div.chipcolor4 {
	width:49%;
	height:100%;
}

