/****
	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_news.css";
@import "module_order_form.css";
@import "module_massemail.css";


/* Stuff that are supposed to be accessed through the mceEditor */
.generalTable
{
	font-size: 11px;
}
.leftPuff
{
	background: #ddd9c9; 
}
.leftPuff img
{
	padding: 2px;
}
.leftPuff p
{
	font-size: .9em;
	line-height: 1.15em; 
	padding: 0 15px;
}
.leftPuff h2
{
	padding: 15px 0 0 0;
	font-size: 14px;
	color: #592506 !important;
	padding: 10px 15px 5px 15px;
}
.button
{
	width: 73px;
	height: 25px;
	margin: 7px;
	float: right;
	display: block;
	text-align: center;
	background: url(../files/button.gif) no-repeat;
}
a.button
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 0 0;
	color: #fff !important;
	text-decoration: none;
}
a.button:hover
{
	text-decoration: underline;
}
.rightPuff
{
	border: 2px solid #643f65;
}
.rightPuffTop
{
	background: #643f65;
	padding:7px;
}
.rightPuffTop h2
{
	font-size: 12px; 
	font-weight: bold;
	color: #fff !important;
	padding: 0 !important;
}
.rightPuffCenter
{
	margin: 5px 0 5px 0;
}
html>body .rightPuffCenter
{
	margin: 5px 0 5px 5px;
}
.product
{
	background: #ddd9c9;
	width: 137px;
	height: 22px;
}
.product a
{
	color: #6b3d20;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 5px;
}
.product a:hover
{
	color: #000;
	text-decoration: underline;	
}
.contactTable
{
	font-size: 10px;
	padding: 0 0 5px 0;
}
