/*
* Styles for Nivå5
*/


body
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 0.78em;
	text-align:left; /* for IE */ 
	background-color: white;
	color: #666; 
	/* lägg också in länkar, mm */
}

a
{
	text-decoration: none;
	color: black;
}

a:visited,a:link
{
	text-decoration: none;
	color: #333;
}

a:hover
{
	text-decoration: underline;
}

.fontSale
{
	color: #bf0000;
	font-weight: bold;
}

TD
{
	font-size: 0.75em;
}

H1
{
	font-family: Verdana;
	font-size: 2em;
	margin-top: 1em;
	font-weight: lighter;
	color: #999;
}


H2
{
	font-family: Verdana;
	font-size: 1.4em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
	font-weight: lighter;
	color: #999;
}

H3
{
	font-size: 1em;
	margin-top:0.5em;
	margin-bottom: 0.4em;
	color: #666;
}

H4
{
	color:Red;
}

hr { color: #ccc; height: 1px;}
/* hr.dotted { color: #fff; border-bottom: 1px dotted #006699; } */

/* forms */
.btnDefault
{
	border: solid 1px #666;
	font-size: 85%;
	font-weight: bold;
	color: #333;
	cursor: hand;
}

.btnBig
{
	border: solid 1px gray;
	font-size: 110%;
	font-weight: bold;
	margin: 1em;
	color: #333;
	cursor: hand;
}

input
{
	font-size: 1em;
}
input.quickSearchText
{
	width: 8em;
	height: 1.5em;
}

input.defaultText
{
	/* border: solid 1px #ccc; */
}



/* END forms */

/* Cart Pay methods */
.firstRow
{
	width: 100%;
	background-color: #cbcbcb;
	padding: 0.1em;
}
.firstRowCol1
{
	width: 59%;
	float: left;
}
/* Cart Pay methods END */

/* register */
.registerFields
{
	width:100%;
	background-color: #f6f6f6;
	padding: 0.5em;
}
.registerText
{
	width: 30%;
	float: left; 
}
.registerInput
{
	width: 30%;
}

.registerColumn1
{
	width: 50%;	
	float: left;
}

.registerColumn2
{
	width: 100%;
}
.registerTextBox
{
	width: 12em;
	height: 1.6em;
	font-size: 90%;
}
.btnRow
{
	width: 100%; 
	float: left;
	text-align: center;
}
/* register END */


.bgDefault
{
	background-color: #f6f6f6;
	border: solid 1px #ccc;
	padding: 1em;
	margin:0.2em;
}


.cartPriceBox
{
	width: 100%;
	/*background-color: Red;*/
	padding: 0.5em 0 0.5em 0;
}
.cartPriceText
{
	text-align: right;
	font: 1.1em;
	float: right;
}


/* ShopCart DataGrid */
.CartListItemAlt{ background-color: #f6f6f6; }


.lblError
{
	background-color:#f6f6f6;
	width: 100%;
	border: solid: gray;
	padding: 1em;
}


.popupLargeImagesMainDiv
{
	height: 600;
}

.popupLargeImagesVerticalTextDiv
{
	writing-mode:tb-rl;
	width: 10%;
	background-color: #ccc;
	height: 100%;
	float: left;
}

.popupLargeImagesContentDiv
{
	padding: 1em;
	width: 90%;	
	float: left;
}