﻿/*
	Block styles
*/

div.Block
{
	float : left;
	padding : 5px 5px 5px 5px;
	margin : 5px 5px 5px 5px;
	max-width : 272px;
	min-width : 272px;
	width : 272px;
}

div.DoubleBlock
{
	float : left;
	padding : 5px 5px 5px 5px;
	margin : 5px 5px 5px 5px;
	max-width : 574px;
	min-width : 574px;
	width : 574px;
}

div.DoubleBlock_right
{
	float : right;
	padding : 5px 5px 5px 5px;
	margin : 5px 5px 5px 5px;
	max-width : 574px;
	min-width : 574px;
	width : 574px;
}

div.PageBlock
{
	float : left;
	padding : 5px 5px 5px 5px;
	margin : 5px 5px 5px 5px;
	max-width : 870px;
	min-width : 870px;
	width : 870px;
}

div.BlockWrapper
{
	float : left;
	max-width : 300px;
	min-width : 300px;
	width : 300px;
}

div.BlockHeaderDefault
{
	color : #FFFFFF;
	font-weight : bold;
	vertical-align : middle;
	line-height : 22px;
	padding-left : 10px;
	background-image : url(../Images/Blocks/Blue/header.png);
	background-repeat : no-repeat;
	border-bottom : 1px solid #1F7CD6;
	width : 265px;
	height : 23px;
}

div.DoubleBlockHeaderDefault
{
	color : #FFFFFF;
	font-weight : bold;
	vertical-align : middle;
	line-height : 22px;
	padding-left : 10px;
	background-image : url(../Images/Blocks/Blue/header.png);
	background-repeat : no-repeat;
	border-bottom : 1px solid #1F7CD6;
	width : 564px;
	height : 23px;
}

div.PageBlockHeaderDefault
{
	color : #FFFFFF;
	font-weight : bold;
	vertical-align : middle;
	line-height : 22px;
	padding-left : 10px;
	background-image : url(../Images/Blocks/Blue/header.png);
	background-repeat : no-repeat;
	border-bottom : 1px solid #1F7CD6;
	width : 860px;
	height : 23px;
}

div.PageBlockHeaderBanner
{
	color : #000000;
	vertical-align : middle;
	line-height : 78px;
	padding-left : 10px;
	background-image : url(../Images/Header/Products.png);
	background-repeat : no-repeat;
	width : 860px;
	height : 78px;
}

div.BlockHeaderRed
{
	color : #FFFFFF;
	font-weight : bold;
	vertical-align : middle;
	line-height : 22px;
	padding-left : 10px;
	background-image : url(../Images/Blocks/Red/header.png);
	background-repeat : no-repeat;
	border-bottom : 1px solid #FF0000;
	width : 263px;
	height : 23px;
}

div.DoubleBlockHeaderRed
{
	color : #FFFFFF;
	font-weight : bold;
	vertical-align : middle;
	line-height : 22px;
	padding-left : 10px;
	background-image : url(../Images/Blocks/Red/header.png);
	background-repeat : no-repeat;
	border-bottom : 1px solid #FF0000;
	width : 560px;
	height : 23px;
}

div.BlockContent
{
	color : #000000;
	text-align : justify;
}

div.BlockContentHighLight
{
	color : #000000;
	text-align : justify;
	border : solid 2px #b1d2ff;
	width : 100%;
}

div.BlockContentHighLightBlue
{
	color : #000000;
	text-align : justify;
	border : solid 2px #b1d2ff;
	width : 100%;
}

a.BlockLink
{
	padding : 8px 5px 8px 5px;
	display : block;
	width : 100%;
	font-weight : bold;
}

a.LargeBlockLink
{
	padding : 8px 5px 8px 5px;
	display : block;
	float : left;
}

a.BlockLink:hover
{	
}

a.BlockLinkRed
{
	padding : 8px 5px 8px 5px;
	display : block;
	width : 100%;
	font-weight : bold;	
	color : #000000;
}

a.BlockLinkRed:hover
{
	color : #FF0000;
}

a.NewsItem
{
	padding : 5px 5px 5px 5px;
	display : block;
	font-weight : normal;
	width : 100%;
}

img.Gallery
{
}

div.ContentBlock
{
	padding-left : 10px;
	float : left;
}
