div.landscape {
	position: relative;
	width: 740px;
	height: 230px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 5px;
}

div.landscape_thumb {
	position: relative;
	left: 0px;
	top: 0px;
	width: 370px;
	height: 115px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 5px;
}

div.landscape img {
	position: absolute;
	border: none;
	width: 740px;
	height: 230px;
}

div.cmsblock {
	font-size: 100%;
	position: relative;
	width: 740px;
	background: #E8E5DD;
	margin-top: 5px;
}

div.cmsfirstblock {
	margin-top: 0px;
}

div.cmsblock h1 {
	font-size: 120%;
	margin: 5px 0px;
	padding: 0px;
	text-align: left;
}

div.cmsblock img.roundedtop {
	border: none;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 740px;
	height: 3px;
}

div.cmsblock div.roundedbottom {
	position: absolute;
	border: none;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 3px;
	width: 740px;
	font-size: 1px;
}

div.cmsblock div.roundedbottom img {
	position: absolute;
	border: none;
	bottom: 0px;
	height: 3px;
	width: 740px;
	margin: 0px;
}

div.cmsblock div.art_hr {
	text-align: left;
}

div.cmsblock div.art_hr img {
	width: 600px;
	height: 12px;
}

div.cmsarticles, div.cmsarticle {
	position: relative;
	background: #fff url("./images/cmsblock_bg.gif") right repeat-y;
	text-align: center;
}

div.artarea {
	position: relative;
	display: block;
	padding: 10px 5px;
}

/*
	Article navigation
 */
div.artnavigation {
	position: relative;
	float: left;
	width: 125px;
	text-align: left;
}

div.artnavigation h2 {

	display: block;
	position: absolute;
	width: 250px;


	font-weight: normal;
	font-size: 110%;
	margin: 5px 0px 10px 0px;
	color: #154374;
}

div.artnavigation h2 span {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	color: #95A2B1;
}

div.artnavigationelements {

	margin-top: 30px;

	padding: 0px 0px;
	color: #154374;
}

div.artnavigationelements a {
	/*color: #154374; */
	color: #DF7C26;
	vertical-align: top;
}

div.artnavigationelements img {
	vertical-align: top;
}

div.artimagecolors {
	margin: 15px 0px;
}

div.artimagecolors h1 {
	font-weight: normal;
	font-size: 100%;
	background-color: #CFDCEB;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px 0px 0px 4px;
}

div.artimagecolors div.coloritem {
	cursor: pointer;
	height: 15px;
}

div.artimagecolors div.coloritem div.color {
	float: left;
	display: block;
	font-size: 8px;
	padding: 0px 3px;
	height: 10px;
	border: solid 1px black;
	width: 20px;
	margin: 1px 0px 1px 2px;

}

div.artimagecolors div.coloritem div.colorname {
	display: block;
	font-size: 95%;
	color: #95A2B1;
	float: left;
	width: 55px;
	padding: 0px;
	margin-left: 5px;
	text-align: left;
}

/*
		Displaying article image ...
 */
div.artimagecont {
	position: relative;
	float: left;
	margin: 0px;
	width: 260px;
	height: auto;
	text-align: center;
}

div.artimagecont img {
}

/*
		Displaying article description ...
 */
div.artdescr {
	position: relative;
	text-align: left;
	color: #043464;
	float: right;
	width: 240px;
	background-color: #CFDCEB;
	border-top: solid 1px #154374;
	border-left: solid 1px #154374;
	border-bottom: solid 1px #154374;
	vertical-align: top;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: Alpha(opacity=90, finishopacity=90, style=2);
}

div.artdescr h2 {
	font-size: 133%;
	margin: 0px;
}

div.artdescr h2 a {
	color: #043464;
	text-decoration: none;
}

div.artdescr p {
	margin: 2px 0px;
}

div.artdescr ul {
	margin: 5px 0px;
}

div.artdescr ul li {
	margin-left: 0px;
}

div.artselector {
	position: relative;
	text-align: center;
}

div.cmsarticle div.artnav {
	text-align: left;
	padding: 5px 10px;
}

div.cmsbreadcrumbs {
	position: relative;
	padding: 5px;
	padding-bottom: 3px;
}


/* Fck Editor cmsblock styles */
div.cmsblock h1.head_orange {
	color: #F58220;
	font-family: arial,verdana,tahoma;
	font-size: 180%;
	font-weight: normal;
}

div.cmsblock h2.head_red_italic {
	color: #B72937;
	font-family: arial,verdana,tahoma;
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
	line-height:25px;
}

div.cmsblock p.normal{
	color: black;
	font-family: arial,verdana,tahoma;
	font-size: 115%;
	font-weight: normal;
	font-style: normal;
	line-height: 25px;
}

div.cmssubcategories {
	padding: 5px;
}

div.cmstextblock {
	padding: 20px;
	color: #444;
}

table {
	font-size: 100%;
}

ol {
	font-size: 100%;
	list-style-position: outside;
	padding-left: 17px;

}

ul {
	font-size: 100%;
	list-style-position: outside;
	padding-left: 17px;
}

li {
}

span.subtitle {
	color: #DF771B;
	font-size: 80%;
	font-style: italic;
}

span.important_info {
	color: #DF1B1B;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}

a.basketsummary_b2cshop,
a.basketsummary_b2bshop,
a.basketsummary_b2bpreorder {
	font-weight: bold;
	font-size: 115%;
}

a.basketsummary_b2cshop {
	color: #0080B8;
}

a.basketsummary_b2bshop {
	color: #0080B8;
}

a.basketsummary_b2cshop, a.basketsummary_b2bpreorder {
	color: #E8721D;
}

div.footer div.help  {
	visibility: hidden;
	display: none;
}


div.landscape {
	position: relative;
}

div.landscape div.title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 740px;
	background-color: white;
	padding: 0px;
	filter: Alpha(opacity=70,style=1);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

div.landscape div.title h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 40px;
	filter: Alpha(opacity=50,style=1);
	-moz-opacity: 1.5;
	opacity: 1.5;
}

div.landscape div.caption {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: auto;
	padding: 5px 20px;
	font-size: 12px;
	font-weight: normal;
}

div.landscape label {
	position: absolute;
	left: 750px;
	top: 10px;
}

div.landscape select {
	position: absolute;
	left: 790px;
	top: 10px;
}
