#scrollarea
{
	left: -295px;
}

#contentcontainer
{
	width: 715px;
	background-position: bottom left;
	background-image: url('/content/img_v2/diary/tile2.png');
	overflow: hidden;
}

#content_end
{
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('/content/img_v2/diary/bottom2.png');
	width: 715px;
	height: 112px;
	overflow: hidden;
}

#contentpadding
{	/** effective content area = 715-120-120=475px **/
	padding-top: 20px;
	padding-left: 120px;
	padding-right: 120px;
}

a
{
	color: black;
}

a:hover
{
	text-decoration: none;
}

.text
{
	color: black;
}

.image
{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.imgLeftCol
{
	float: left;
	width: 180px;
	height: 250px;
	margin-left: 80px;
	overflow: hidden;
}

.imgRightCol
{
	float: left;
	width: 120px;
	height: 250px;
	margin-left: 2px;
}

.imgRightCol img
{
	border: 0;
	margin-bottom: 2px;
}

.products
{
	width: 100%;
	margin-top: 20px;
}

.products .preview
{
	width: 250px;
	height: 400px;
	float: left;
	margin-left: 40px;
	overflow: hidden;
	border: 1px solid #A0A0A0;
}

.products .desc
{
	width: 120px;
	float: left;
	margin-left: 20px;
	color: black;
}

.products .sizes
{
	margin-left: 36px;
}

.products .sizes div
{
	background: white;
	border: 1px solid #A0A0A0;
	float: left;
}

.products .sizes .size1-1
{
	width: 30px;
	height: 20px;
	margin-left: 22px;
}

.products .sizes .size1-2
{
	width: 90px;
	height: 130px;
	margin-left: 20px;
	font-style: italic;
	font-size: 10px;
}

.products .sizes .size2-1
{
	width: 32px;
	height: 20px;
	margin-left: 26px;
}

.products .sizes .size2-2
{
	width: 96px;
	height: 130px;
	margin-left: 20px;
	font-style: italic;
	font-size: 10px;
}

.products .sizes .size3-1
{
	width: 50px;
	height: 20px;
	margin-left: 24px;
}

.products .sizes .size3-2
{
	width: 130px;
	height: 130px;
	margin-left: 20px;
	font-style: italic;
	font-size: 10px;
}

.orderForm
{
	margin-top: 10px;
	font-size: 11px;
	color: black;
}

.orderForm input
{
	border: 1px solid black;
	margin-left: 5px;
}

.orderForm .orderCol1
{
	float: left;
	width: 200px;
	text-align: right;
	margin-top: 6px;
	margin-right: 6px;
}

.orderForm .orderCol2
{
	float: left;
	width: 82px;
	margin-top: 8px;
}

.orderForm .orderCol3
{
	float: left;
	width: 118px;
	margin-top: 8px;
}

.orderForm .orderCol4
{
	float: left;
	width: 60px;
	font-size: 11px;
	margin-top: 4px;
}

.orderForm .colLeft
{
	width: 70px;
	float: left;
	margin-top: 2px;
}

.orderForm .colRight
{
	width: 360px;
	float: left;
}

.orderForm .orderTotal
{
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.orderForm .orderTotal #txtOrderShippingCost
{
	display:block;
	margin-right: 24px;
	margin-bottom: 6px;
}

.orderForm .orderTotal #txtOrderTotalSEK
{
	font-weight: bold;
	font-size: 12px;
	margin-right: 30px;
}

.orderForm .orderTotal #txtOrderTotalEUR
{
	font-weight: bold;
	margin-right: 24px;
}

.line
{
	color: black;
	background-color: black;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	width: 100%;
	margin-top: 10px;
}

.footer
{
	color: black;
	margin-top: 10px;
	width: 100%;
	text-align:center;
}

#dlgSendingOrderContainer
{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 97;
}

#dlgSendingOrder
{
	position: relative;
	margin-left: 50%;
	left: -170px;
	top: 200px;
	width: 340px;
	height: 203px;
	background-image: url('/content/img_v2/home/oddSmallFrameRight.png');
	z-index: 99;
}

#dlgSendingOrder div
{
	position: relative;
	top: 28px;
	left: 42px;
	width: 248px;
	height: 148px;
	background: white;
	padding: 10px 10px 10px 10px;
	z-index: 98;
}
