/* 
    Document    : common.sales.css
    Created on  : 2013-mar-05, 13:36:22
    Author      : henrik@toppjobbet.se
    Description : All design-settings for sales-pages
*/


/* ================================================================ */

/* Basic element-options like placement and size */

/* Strip all default whitespace */
html, body { margin: 0; padding: 0; }


/* Borderfix for all objects */
.rounded
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}


/* Header */
div.header
{
    width: 100%;
    height: 100px;
    position: static;
    float: left;
}
    div.header div.logo
    {
        width: 1000px;
        margin-left: auto;
		margin-right: auto;
    }


/* Menu and content */
div.middle
{
    width: 99%;
    height: auto;
    margin-left: 10px;
}

	div.middle div.menubar
    {
		width: 1000px;
        margin-left: auto;
		margin-right: auto;
		text-align: right;
    }
		div.middle div.menubar div.social
		{
			width: 800px;
			margin-top: 10px;
		}

    div.middle div.content
    {
        width: 1000px;
		min-height: 500px;
        margin-left: auto;
		margin-right: auto;
        padding-top: 25px;
    }

		div.middle div.content div.post
		{
			width: 800px;
			padding: 10px 0;
			margin-bottom: 20px;
			line-height: 1.5em;
		}
			div.middle div.content div.post div.date
			{
				margin-top: 10px;
				margin-left: 2px;
			}

			div.middle div.content div.post div.text
			{
				margin-top: 10px;
				margin-left: 2px;
			}

		div.middle div.content div.posts
		{
			width: 800px;
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px solid #000;
		}
			div.middle div.content div.posts div.text
			{
				margin-top: 5px;
				margin-left: 2px;
			}

		div.middle div.content div.spacer
		{
			width: 800px;
			height: 35px;
			margin: 50px 0 20px;
			padding: 10px 0 0 5px;
		}

		div.middle div.content div.bottom
		{
			float: right;
			width: 120px;
			margin: 20px 0;
		}


/* Footer */
div.footer
{
    width: 1000px;
	margin-left: auto;
	margin-right: auto;
    height: 70px;
    padding-top: 20px;
	clear: both;
}


/* Seperate settings for customer comments */
div.comments
{
	overflow-y: scroll;
	height: 140px;
}
	div.comments div.date
	{
		float: left;
		width: 170px;
		margin-bottom: 3px;
	}
	div.comments div.comment
	{
		float: left;
		width: 660px;
		margin-bottom: 3px;
	}

/* ================================================================ */

/* Content-options like text and colors */

/* Set font-options */
h1, h2, h3
{
	font-family: Arial, Verdana;
	font-weight: bold;
	margin: 4px 1px 1px 1px;
	color: #4b788f;
}
h1
{
	font-size: 18px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 12px;
	font-weight: normal;
	color: #C75000;
}

a
{
	color: #4b788f;
}

a.header
{
	color: #4b788f;
	text-decoration: none;
}

a.list
{
	color: #002C61;
	text-decoration: none;
}

ul{
 	list-style-type: none;
}
li{
	list-style-type: none;
}
table.form-table tr{
	height: 40px;
	margin-right: 40px;
}
	table.form-table{
		margin-right: 40px;
	}
div.plain-text{
	margin-top: 5px;
}
/* Header */
div.header
{
	background: url('/common/images/bg.png') repeat-x;
	margin: 0; padding: 0;
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #FFF;
}


/* Menu and content */
div.middle
{
	font-family: Arial, Verdana;
	font-size: 13px;
	background: #FFF;
}

	div.middle div.menubar
	{
		border: 2px solid #FFF;
		font-size: 14px;
		font-family: Arial, Verdana;
	}
		div.middle div.menubar div.social
		{
			font-size: 12px;
		}

	div.middle div.content
	{
	}

		div.middle div.content div.post
		{
			text-align: justify;
		}
			div.middle div.content div.post div.date
			{
				color: #C75000;
			}

		div.middle div.content div.posts
		{
		}
			div.middle div.content div.posts div.text
			{
				color: #C75000;
			}

		div.middle div.content div.spacer
		{
			background: #EFEFEF;
			border-bottom: 2px solid #CF7838;
			font-family: Arial, Verdana;
			font-size: 16px;
			font-weight: bold;
		}


/* Footer */
div.footer
{
    font-size: 16px;
    font-family: Arial, Verdana;
}
	div.footer div.footer-contact
	{
		font-size: 12px;
		font-weight: bold;
		color: #3f3f3f;
	}
	div.footer div.footer-description
	{
		font-size: 11px;
		font-style: italic;
		color: #3f3f3f;
		margin: 5px 0;
	}


/* ================================================================ */

/* TinyBox */
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(/common/images/preload.gif) no-repeat 50% 50%; border:2px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(/common/images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

/* TinyBox custom settings */
#tinybox
{
	width: 500px;
	max-height: 600px;
	overflow: auto;
}

/* Custom submit-buttons for the entire site */
.custombutton
{
	/* Border radius for various browsers */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	/* Basic settings */
	padding: 5px 10px;
	cursor: pointer;
	/* Font settings */
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
	.orange
	{
		border: 1px solid #F68F43;
		/* Gradient background for various browsers */
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F68F43), to(#DDB063));
		background: -webkit-linear-gradient(top, #DDB063, #F68F43);
		background: -moz-linear-gradient(top, #DDB063, #F68F43);
		background: -ms-linear-gradient(top, #DDB063, #F68F43);
		background: -o-linear-gradient(top, #DDB063, #F68F43);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDB063', endColorstr='#F68F43',GradientType=0 );
	}
	.blue
	{
		border: 1px solid #558AA5;
		/* Gradient background for various browsers */
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#558AA5), to(#8AC7E5));
		background: -webkit-linear-gradient(top, #8AC7E5, #558AA5);
		background: -moz-linear-gradient(top, #8AC7E5, #558AA5);
		background: -ms-linear-gradient(top, #8AC7E5, #558AA5);
		background: -o-linear-gradient(top, #8AC7E5, #558AA5);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8AC7E5', endColorstr='#558AA5',GradientType=0 );
	}
	.red
	{
		border: 1px solid #AD1A10;
		/* Gradient background for various browsers */
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AD1A10), to(#FFE2D2));
		background: -webkit-linear-gradient(top, #FFE2D2, #AD1A10);
		background: -moz-linear-gradient(top, #FFE2D2, #AD1A10);
		background: -ms-linear-gradient(top, #FFE2D2, #AD1A10);
		background: -o-linear-gradient(top, #FFE2D2, #AD1A10);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE2D2', endColorstr='#AD1A10',GradientType=0 );
	}
	.green
	{
		border: 1px solid #3CAD10;
		/* Gradient background for various browsers */
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3CAD10), to(#DCFFD2));
		background: -webkit-linear-gradient(top, #DCFFD2, #3CAD10);
		background: -moz-linear-gradient(top, #DCFFD2, #3CAD10);
		background: -ms-linear-gradient(top, #DCFFD2, #3CAD10);
		background: -o-linear-gradient(top, #DCFFD2, #3CAD10);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DCFFD2', endColorstr='#3CAD10',GradientType=0 );
	}
	input.orange-button-avregistrera {
				background:url('/common/images/orange-button-avregistrera.png') no-repeat;
				width:120px;
				height:35px;
				border:0;
				text-indent:-9999px;
				cursor:pointer;
			}
	input.orange-button-prenumerera {
				background:url('/common/images/orange-button-prenumerera.png') no-repeat;
				width:120px;
				height:35px;
				border:0;
				text-indent:-9999px;
				cursor:pointer;
			}
	input.orange-button-bestall {
				background:url('/common/images/orange-button-bestall.png') no-repeat;
				width:120px;
				height:35px;
				border:0;
				text-indent:-9999px;
				cursor:pointer;
			}