/*
	================================================================
		Standard
	================================================================
*/

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	background: #F4F3F0;
}

.full_height {
	height: 100%;
}

form {
	margin:		0px;
	padding:	0px;
}

dl {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}

dd, dt {
	margin: 0px;
	padding: 0px;
}

fieldset.csc-mailform {
	border: none;
	margin: 0px;
	background: #E5E5E5;
	padding: 0px 9px 9px 9px;
	margin-bottom: 4px;
}

#mailformformtype_mail {
	width: 70px;
	margin-top: 4px;
	float: right;
}

.csc-mailform input {
	width: 100%;
}

.csc-mailform-field label {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}

td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}

img {
	border:				solid 0px black;
}

table.contenttable tr td {
	vertical-align:		top;
}

.csc-textpic-clear {
	clear:				both;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a.underlined {
	text-decoration: underline;
}

/*
	================================================================
		menu
	================================================================
*/

.topmenuItem {
	margin-right: 17px;
}

.topmenuItem a:link, .topmenuItem a:visited, .topmenuItem a:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

#topmenuFront a {
	font-weight: bold;
	color: #A1372E;
}

.topmenuItem a:hover, .topmenuItem a.current {
	color: #999999;
}

#subMenu {
	background-color: #E5E5E5;
/*
	margin-right: 15px;
	margin-left: 15px;
*/	
}

#subMenu ul li.submenuItem ul {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#subMenu ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 12px;
}

#subMenu ul li.submenuItem{
	text-indent: 13px;
	background-image: url('grafik/menu_spiff_normal.png');
	background-position: left;
	background-repeat: no-repeat;
}

#subMenu ul li.submenuItem:hover{
	text-indent: 13px;
	background-image: url('grafik/menu_spiff_hover.png');
	background-position: left;
	background-repeat: no-repeat;
}

.contentLeft ul.csc-menu {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 17px;
	padding-left: 12px;
	background-color: #E5E5E5;
	margin-bottom: 10px;
}

#content_main_right ul.csc-menu, #autoContentRight ul.csc-menu{
	list-style-type: none;
	margin: 0px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 12px;
	background-color: #E5E5E5;
	margin-bottom: 10px;
}

#content_main_right ul.csc-menu li, #autoContentRight ul.csc-menu li{
	text-indent: 13px;
	background-image: url('grafik/menu_spiff_normal.png');
	background-position: left;
	background-repeat: no-repeat;
}

#content_main_right ul.csc-menu li:hover, #autoContentRight ul.csc-menu li:hover{
	text-indent: 13px;
	background-image: url('grafik/menu_spiff_hover.png');
	background-position: left;
	background-repeat: no-repeat;
}

#autoContentLeft ul.csc-menu{
	list-style-type: none;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 17px;
	padding-left: 12px;
	background-color: #E5E5E5;
	margin-bottom: 10px;
}


#autoContentLeft ul.csc-menu li{
	text-indent: 13px;
	background-image: url('grafik/menu_spiff_normal.png');
	background-position: left;
	background-repeat: no-repeat;
}

#autoContentLeft ul.csc-menu li:hover{
	text-indent: 13px;
	background-image: url('grafik/menu_spiff_hover.png');
	background-position: left;
	background-repeat: no-repeat;
}

#autoContentLeft ul li.subMenuSpacer {
	background-image: none;
}

#autoContentLeft ul li.subMenuSpacer:hover {
	background-image: none;
}



.submenuItem {
	margin-right: 18px;
}
.submenuItem a:link, .submenuItem a:visited, .submenuItem a:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	/*font-weight: bold;*/
	line-height: 131%;
}

.subMenu ul li.submenuItem ul li.submenuItem a {
	background: url('grafik/arrow.png') no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}

.subMenuSpacer {
	height: 14px;
}

li.submenuItem a:hover {
	color: #A1372E;
}

li.submenuItem a.current, li.submenuItem a.selected {
	color: #A1372E;
	/*font-weight: bold;*/
}


 /*csc-menu-1*/
#autoContentLeft ul.csc-menu a:link, #autoContentLeft ul.csc-menu a:visited, #autoContentLeft ul.csc-menu a:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	/*font-weight: bold;*/
	line-height: 131%;
}

#autoContentLeft ul.csc-menu.li a:hover {
	color: #A1372E;
}

#autoContentLeft ul.csc-menu a.current, #autoContentLeft ul.csc-menu a.selected {
	color: #A1372E;
	/*font-weight: bold;*/
}



/*
	================================================================
		login
	================================================================
*/

#login label {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	margin-left: 3px;
}

#login input {
	width: 66px;
	margin-left: 7px;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;	
	margin-left: 3px;
}

/*
	================================================================
		positioning
	================================================================
*/

#topMenu{	
	margin-left: 30px;
	width: 522px;
}

#login {
	margin-right: 43px;
}
	
#bundMenu {
/*	float: left;*/
	margin-left: 36px;

}

#bundMenu p.bodytext, #adresse p.bodytext, #bundMenu a:link, #bundMenu a:visited{
	font-size: 9px;
	color: #666666;
}

#adresse{
/*	float: right;*/
	margin-right: 43px;
}

.contentMain {
	margin-top:	13px;
}

.subcontentMain {
	margin-top:	2px;
}

.subcontentRight {
	margin-top: 12px;
}

.content_main_left {
	width:		453px;
}

.content_main_right {
	width:		237px;
}

/*
	================================================================
		tekst
	================================================================
*/

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 15px;
	color: #990033;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

.mark_content h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 13px;
	color: #990033;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.mark_content a {
	font-weight:	bold;
}

.header_left {
	background-image: url('grafik/header-left.png');
	padding-left: 4px;
}

.header_right {
	background: url('grafik/header-right.png') right;
	padding-right: 4px;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: #646464;
	height: 19px;
	line-height: 19px;
	padding-left: 9px;
	margin-bottom: 7px;
}

.contentLeft h2, .subcontentRight h2, .content_main_right h2 {
	margin-top: 0px;	
	margin-bottom: 7px;	
}

.csc-header h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	line-height: 182%;
	color: #5D4959;
	margin: 0px 0px 7px 8px;
	padding: 0px;
}

div p.bodytext, li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 131%;
	margin: 0px;
	padding: 0px;
}

.contenttable p.bodytext {
	color: inherit;
}

p.bodytext {
	margin-bottom: 8px;
}

.broed {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 131%;
	margin: 0px;
	padding: 0px;
}

#breadcrumbs {
	margin-bottom: 5px;
}
.product_breadcrumbs a:link, .product_breadcrumbs a:visited {
	text-decoration:	underline;
}

.mark_content .tt_content {
	margin-bottom:	3px;
	background:		#E5E5E5;
	padding:		10px 10px 10px 11px;
}

.activity_image {
	background:		#E5E5E5;
}

/*
	================================================================
		User register
	================================================================
*/

.tx-srfeuserregister-pi1 dl {
	margin:			0px;
	padding:		0px;
}

.tx-srfeuserregister-pi1 dt {
	width:			80px;
	text-align:		left;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
	display:		none;
}

.tx-srfeuserregister-pi1 fieldset {
	border:			none;
	margin:			0px;
	padding:		0px;
}

.tx-srfeuserregister-pi1 legend {
	display:		none;
}

/*
	================================================================
		User register
	================================================================
*/

.newsletter_subscription {
	background:		#E5E5E5;
	padding:		12px 10px 12px 10px;
	margin-top:		4px;
}

.newsletter_subscription h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
	font-size: 13px;
	color: #990033;
	line-height: 131%;
	margin: 0px;
	padding: 0px;
}

.newsletter_subscription p {
	margin-top:		3px;
}

.newsletter_subscription .subscription_image {
	float:			right;
}

.newsletter_subscription .field {
	margin-top:		4px;
	width:			100%;
}

.newsletter_subscription .buttons {
	margin-top:		5px;
}

#autoContentLeft #select_categories {
	border: 1px solid #666666;
}
#autoContentLeft #select_producents  {
	border: 1px solid #666666;
}

#autoContentLeft .sword {
	border: 1px solid #666666;
}

#autoContentLeft .which_newsletter select{
	border: 1px solid #666666;
}
#autoContentLeft .newsletter_subscription input {
	border: 1px solid #666666;
}

#autoContentLeft .buttons input {
	border: 0px solid #666666;
}

/* tx_korsholmshopextensions_p2 related*/

.cat_list_view {
}

.cat_list_view img {
	padding-top: 8px;
}
.cat_left {
	float: left;
	width: 164px;
	display: inline;
}
.cat_mid {
	float: left;
	width: 164px;
	padding: 0 2px;
	display: inline;
}
.cat_right {
	float: right;
	width: 164px;
	display: inline;
}

.cat_list_row {
	clear: both;
	/*border: 1px solid;*/
	display: table;
	border: 1px solid;
	width: 500px;
}






/*************************
**	Mentor IT - ALH		**
*************************/

#autoContentLeft .csc-default { .height: 27px; }