/*
	Version 1.0
	Author: Atrox Development
	Contact: web@atrox.se
*/


/* Import main structure and markup */

@import "layout.css";
@import "markup.css";
@import "custom.css";


/* Import modules used by this site */

@import "module_product.css";


/* Stuff that are supposed to be accessed through the mceEditor*/
.teaser1
{
	background: url(../images/teaser_bg_1.jpg) no-repeat;
	width: 300px;
	height: 200px;
	padding: 0 10px 10px 10px;
}
.teaser2
{
	background: url(../images/teaser_bg_2.jpg) no-repeat;
	width: 280px;
	height: 200px;
	padding: 0 10px 10px 10px;
}
.boxTop
{
	background: url(../images/module_main/box_bg_top.gif) no-repeat;
	height: 4px;
	line-height: 0;
	width: 630px;
}
.boxMiddle
{
	background: white url(../images/module_main/box_bg_middle.gif) bottom no-repeat;
	width: 610px;
	height: auto !important;
	height: 182px;
	min-height: 182px;
	padding: 0 10px 10px 10px;
	border-left: #bbb solid 1px;
	border-right: #bbb solid 1px;
}
.boxBottom
{
	background: url(../images/module_main/box_bg_bottom.gif) no-repeat;
	height: 4px;
	line-height: 0;
	width: 630px;
}
.boka
{
	font: 11px arial, helvetica, sans-serif;
}
