/* Standard brødtekster */
.standard
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}
.marked
{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	background-color: #f3f3f3;
}

p {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

/* Overskrifter */
h1.heading1
{
	font-family: verdana;
	font-size: 20px;
	color: #000000;
}
h1 {
	font-family: verdana;
	font-size: 20px;
	color: #000000;
}
h2.heading2
{
	font-family: verdana;
	font-size: 16px;
	color: #000000;
	margin-top: 3px;
}
h2
{
	font-family: verdana;
	font-size: 16px;
	color: #000000;
	margin-top: 3px;
}
h3.heading3
{
	font-family: verdana;
	font-size: 14px;
	color: #000000;
}
h3
{
	font-family: verdana;
	font-size: 14px;
	color: #000000;
}

/* Flash Boxes */
div.boks
{
	margin: 0px;
	padding: 10px;
	background-color:#F3F3F3;
	border: solid 1px #333333;
}

.theHR
{
	height: 1px;
	border: 0px;
	background-color: #020202;
}
.theHR HR
{
	display: none;
}

/* Mail formularen */

div.mailField
{
	border: solid 1px #333333;
	background-color: #f3f3f3;
	padding: 10px;
}
table.mailField
{
	border: solid 1px #333333;
	background-color: #f3f3f3;
	padding: 10px;
}

td.mailText
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-right: 5px;
	vertical-align: middle;
}

input.mailText
{
	width: 100%;
}

textarea.mailText
{
	width: 100%;
	height: 150px;
}
input.mailSubmit
{
	margin-top: 10px;
	cursor: pointer;
	font-size: 10px;

}

td.mailContent_text
{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-right: 5px;
	vertical-align: middle;
	padding-bottom: 6px;
	
}
.mailField input.textField
{
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	color: #3333333;
	border: solid 1px #3333333;
}
.mailField input.textField_err
{
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	color: red;
	border: solid 1px #3333333;
}
.mailField select.multipleSelectField
{
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	border: solid 1px #333333;
}
.mailField select.selectField
{
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	border: solid 1px #333333;
}
.mailField textarea.textarea
{
	width: 100%;
	height: 150px;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	border: solid 1px #333333;
}

/* Link */
a.txtLink
{
	text-decoration: none;
	color: #5D9900;
}

a.txtLink:hover
{
	text-decoration: underline;
	color: #000000;
}

/* Tailor Shop */
.pris_boks {
	border: 3px;
	border-style: outset;
	background-color: #EEEEEE;
	padding: 10px;
}
.pris_boks INPUT {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	width: 165px;
}
.pris_boks INPUT.checkbox {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	width: 15px;
}
.pris_boks INPUT.tilb_antal {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	width: 60px;
}

.pris_boks SELECT {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	width: 150px;
}

.pris_boks BUTTON {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	width: 150px;
	cursor: pointer;
}


/* Basket */
TH.basket {
	background-color: #339900;
	font-family: arial;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: solid 1px #E3E3E3;
}
.basket_antal {
	font-family: arial;
	color: #000000;
	font-size: 12px;
	width: 75px;
	text-align: right;
	padding-right: 3px;
	padding-left: 3px;
}
td.basket {
	font-family: arial;
	font-size: 12px;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
td.basket_sub {
	font-family: arial;
	font-size: 10px;
	padding-top: -3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Kassen */
.kassen {
	width: 100%;
}
.kassen TD {
	font-family: arial;
	font-size: 12px;
	width: 50%;
}
.kassen TD INPUT.txt {
	width: 100%;
}
.kassen TD textarea.txt {
	width: 100%;
	height: 50px;
	font-family: arial;
	font-size: 12px;
}
.kassen_textarea {
	width: 100%;
	font-size: 10px;
	font-family: arial;
}

.creditcard_form TD{
	font-family: arial;
	font-size: 12px;
	padding-right: 5px;
}
.creditcard_name {
	width: 250px;
	font-family: arial;
	font-size: 10px;
}
.creditcard_cvc {
	width: 65px;
	font-family: arial;
	font-size: 10px;
}

/* DS 2010-03-09 */
input.butWhite
{
	background-image: url(/img/j_knap_hvid.png);
	height: 20px;
	padding-bottom: 2px;
	border: 0px;
}

input.butWhitesmall
{
	background-image: url(/img/j_knap_hvid_small.png);
	height: 20px;
	padding-bottom: 2px;
	border: 0px;
}

input.butRed
{
	background-image: url(/img/j_knap_roed.png);
	height: 20px;
	padding-bottom: 2px;
	border: 0px;
	color: #FFFFFF;
}

input.grayed
{
	color: #A0A0A0;
}