body
{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFF;
}

/* wrapper */

div#wrapper
{
	width: 980px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}

div#wrapper .top
{
	background-image: url(/images/top1.jpg);
	background-repeat: no-repeat;
	height: 130px;
}

div#wrapper td.menu
{
	width: 188px;
}

div#wrapper td.menu ul
{
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-left: 20px;
	list-style: none;
}

div#wrapper td.menu li
{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

div#wrapper td.menu ul li ul
{
	padding-top: 0;
	padding-bottom: 0;
}

div#wrapper td.menu ul li ul li
{
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}

div#wrapper td.menu ul li.selected ul li ul
{
	padding-top: 0;
}

div#wrapper td.menu a.selected
{
	text-decoration: underline;
}

div#wrapper td.menuSpacer
{
	width: 17px;
	height: 440px;
	background-image: url(/images/menuSpacer_bak.jpg);
	background-repeat: no-repeat;
}

div#wrapper td.content
{
	width: 745px;
	padding-top: 35px;
	padding-left: 30px;
}

/*homePage*/

#homePage td.leftSide
{
	width: 481px;
}

div#homePage .newsList .homePageNewsBox
{
	border: 5px solid white;
}

#homePage .newsList
{
	/*background-image: url(/images/homePageNewsBg.jpg);*/
	/*background-repeat: no-repeat;*/
	height: 403px;
	width: 254px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#homePage .newsList .link
{
	padding-top: 10px;
	padding-bottom: 5px;
	/*padding-bottom: 20px;*/
	font-weight: bold;
}

#homePage .newsList h1
{
	font-size: 14px;
	font-weight: bold;
}

/*newsList*/

#newsList .newsListItem
{
	background-image: url(/images/productListBg.jpg);
	background-repeat: no-repeat;
	width: 705px;
	height: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
}

/*productMainList*/

#productMainList td
{
	width: 212px;
	text-align: center;
}

#productMainList img
{
	border: 1px solid #000;
}

#productMainList .text
{
	padding-top: 3px;
	padding-bottom: 10px;
}


/*productList*/
div#productList
{
	width: 745px;
}

div#products div.odd,
div#products div.even
{
	background-image: url(/images/productListBg.jpg);
	background-repeat: no-repeat;
	width: 745px;
	height: 100px;
	overflow: hidden;
}

div#products td
{
	vertical-align: top;
}


div#products td.thumb
{
	padding: 5px;
	padding-left: 25px;
	
}

div#products td.name
{
	padding: 5px;
	padding-right: 20px;
	width: 585px;
}

div#products td.name h6
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/*productDetail*/
div#productDetail
{
	width: 745px;
}

div#productDetail .image
{
	float: right;
	margin-left: 20px;
}

div#productDetail .image img
{
	border: 1px solid #d4d4d4;
}

/*productOrderForm*/
#productOrderForm
{
	font-weight: bold;
	padding-bottom: 20px;
}

#productOrderForm td.variantName
{
	padding-right: 20px;
	width: 300px;
}

#productOrderForm td.variantPrice
{
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 3px solid #c68f5e;
	text-align: right;
}



/*footer*/

div#footer
{
	width: 769px;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding-top: 15px;
	font-size: 14px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #000000;
	/*color: #c3c3c3;*/
	text-align: center;
}

div#footer a
{
	color: #c3c3c3;
}

div#footer div.tmedia
{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #c3c3c3;
}


/* inputs */
.CheckboxInput
{
	height: 30px;
}

.CheckboxInput .label
{
	float: right;
	width: 505px;
	text-align: left;
}

div.LineInput,
div.PasswordInput{
	width: 100%;
	padding-bottom: 10px;
}

div.LineInput .label,
div.PasswordInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.LineInput .input,
div.PasswordInput .input{
	width: 100%;
}

div.LineInput .input input{
	width: 100%;
}

div.PasswordInput .input input{
	width: 100px;
}

div.LineInput .input input.SmallLine{
	width: 100px;
}

div.TextInput{
	width: 100%;
	padding-bottom: 10px;
}

div.TextInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.TextInput .input{
	width: 100%;
}

div.TextInput .input textarea{
	width: 100%;
	height: 66px;
}

div.SubmitButton,
div.ResetButton{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.SubmitButton .input{
}

div.ResetButton .input input,
div.SubmitButton .input input{
	cursor: hand;
	cursor: pointer;
	border: 1px solid #000;
	border-left: 5px solid #ed2025;
}

div.TwoButtonInput .SubmitButton
{
	float: left;
	padding-right: 35px;
}

div.TwoButtonInput .ResetButton
{
	padding-top: 10px;
}

/*Typografi*/

td,
div{
	font-family: "Georgia", serif;
	font-size: 12px;
	color: #545353;
	vertical-align: top;
}

a
{
	color: #545353;
	text-decoration: none;
}

h1
{
	font-size: 18px;
	margin-top: 0;
	padding-top: 0;
}

div#EditLink
{
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
}

div#EditLink a
{
	color: #cfcfcf;
	text-decoration: none;
}