/**** MAIN LAYOUT ****/
BODY
{
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background: url(/design/loocky/bg.jpg) repeat-y center #FFF;
	margin: 0;
	padding: 0;
}

P
{
	margin: 0 0 0.8em 0;
}

/**** MAIN CONTENT ****/

DIV#main
{
	background: url(/design/loocky/bg_main.jpg) no-repeat top center #FFF;
	min-height: 730px;
	position: relative;
}

DIV#header
{
	height: 150px;
	margin: 0 0 20px 0;
}

DIV#content B
{
	color: #333;
}

A
{
	text-decoration: none;
	color: #3B687F;
}

A:hover
{
	color: #C33;
}

DIV#content H1
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #3B687F;
}

DIV#content H1 SPAN.prolog
{
	line-height:5px;
	display: block;
	font-weight: bold;
	color: #999;
	font-size: 11px;
}

DIV#content H2
{
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #3B687F;
}

IMG#logo
{
	position: absolute;
	left: 20px;
	top: 20px;
}

/**** NEWSLETTER BOX ****/
DIV#newsletterbox
{
	position: absolute;
	width: 363px;
	height: 62px;
	right: 58px;
	top: 70px;
	background: url(/design/loocky/bg_newsletterbox.jpg) no-repeat;
	font-size: 11px;
}

DIV#newsletterbox DIV.inner
{
	padding: 10px 0 0 30px;
}

DIV#newsletterbox INPUT.email, DIV#newsletterbox INPUT.name
{
	width: 110px;
	padding: 1px 1px 1px 20px;
	background: url(/design/icons/email.png) no-repeat #FFF 2px 0;
	border: 1px solid #80960A;
	font-size: 11px;
}

DIV#newsletterbox INPUT.name
{
	background: url(/design/icons/user.png) no-repeat #FFF 0 0;
	margin: 0 5px 0 0;
}

DIV#newsletterbox INPUT.button
{
	position: relative;
	top: 2px;
	margin: 0 0 0 5px;
}

DIV#newsletterbox INPUT.email_clear
{
	font-style: italic;
	color: #999;
}

/**** NAVIGATION ****/

DIV#navigation
{
	position: absolute;
	right: 78px;
	top: 0;
	background: #000;
	font-size: 11px;
	color: #FFF;
	cursor: default;
	padding: 1px 2px 3px 2px;
	height: 17px;
	width: 318px;
	text-align: center;
}

DIV#navigation_right
{
	position: absolute;
	top: 0;
	right: -18px;
	width: 18px;
	height: 21px;
	background: url(/design/loocky/bg_navright.png) no-repeat;
}

DIV#navigation_left
{
	position: absolute;
	top: 0;
	left: -18px;
	width: 18px;
	height: 21px;
	background: url(/design/loocky/bg_navleft.png) no-repeat;
}


DIV#navigation A
{
	color: #FFF;
}

DIV#navigation A:hover
{
	color: #B1CA31;
}

/**** FORM OVERWRITES ****/

table.formtable td.separator div
{
	border-bottom: 1px solid #80960A !important;
	color: #000;
}

table.formtable input, table.formtable select, table.formtable textarea
{
	border-color: #80960A !important;
}

TABLE.formtable INPUT.submit, DIV.formsavebar INPUT
{
	background: #80960A;
	color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
}

TR.cf_errorrow LABEL
{
	color: #C33 !important;
}

TR.cf_errorrow INPUT, TR.cf_errorrow SELECT, TR.cf_errorrow TEXTAREA
{
	border-color: #C33 !important;
}

TABLE.formtable TD.label
{
	color: #000 !important;
}

DIV.formsavebar
{
	border-bottom: none !Important;
	border-top: 1px solid #80960A !important;
	background: transparent !Important;
}

/**** LOGIN FORMS ****/

FORM.loginform
{
	float: left;
	margin: 1em 0 1em 0;
	border: 1px solid #999;
	padding: 5px;
	background: #EEE;
	clear: both;
}

FORM.loginform LABEL
{
	float: left;
	font-weight: bold;
	color: #666;
	padding-right: 16px;
	min-width: 100px;
}

/**** ERROR AND SUCCESS FEEDBACK ****/
DIV.successblock, DIV.errorblock, DIV.infoblock
{
	float: left;
	margin: 1em 0 1em 0;
	clear: both;
	
	border: 1px solid #090;
	background: #CEC;
	padding: 10px;
}

DIV.errorblock
{
	border-color: #900;
	background: #FEE;
}

DIV.infoblock
{
	border-color: #999;
	background: #EEE;
}

DIV.codebox
{
	margin: 1em 0 1em 0;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
	font-family: Courier new, Courier, monospace;
}

DIV.successblock UL, DIV.errorblock UL, DIV.infoblock UL
{
	margin-bottom: 0;
}

/**** TITLE PAGE ****/

DIV#secondheader
{
	margin: 0 55px 0 40px;
	height: 128px;
	position: relative;
}

H1.maintitle
{
	padding: 30px 0 0 0;
	color: #DDD;
	font-size: 30px;
	font-weight: normal;
	line-height: 35px;
}

DIV.maintext
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 363px;
}

DIV#maincontent
{
	margin: 40px;
	background: #FFF;
}

UL.portraitlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.portraitlist LI
{
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

UL.portraitlist A
{
	display: block;
	margin: 0 1px 0 0;
}

UL.portraitlist A SPAN.title
{
	display: block;
	background: #FFF;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	color: #80960A;
}

UL.portraitlist A SPAN.title SPAN
{
	padding: 0 0 0 15px;
	background: url(/design/loocky/triangle.png) no-repeat 0 4px;
}

UL.portraitlist A:hover SPAN.title
{
	background: #80960A;
	color: #FFF;
}

UL.portraitlist A:hover SPAN.title SPAN
{
	background-image: url(/design/loocky/triangle_white.png);
}

/**** GENERIC PAGES ****/

DIV#textcontent
{
	margin: 0 20px;
}

DIV#textcontent H1
{
	color: #FFF;
}

DIV#textcontent H2
{
	color: #000;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
}

/**** RIGHT ROW ****/
DIV#rightcol
{
	margin: 0 20px;
	padding: 15px;
	background: url(/design/loocky/bg_column.jpg) repeat-x #FFF;
	min-height: 560px;
}

DIV#rightcol H2
{
	font-size: 14px;
	border-bottom: 1px solid #4F5D06;
	color: #4F5D06;
	margin-bottom: 10px;
}

DIV.contactblock DIV.portrait_wrapper IMG
{
	float: left;
	border: 1px solid #CCC;
	padding: 1px;
	background: #FFF;
	margin: 0 10px 16px 0;
}

SPAN.contact_wrapper
{
	display: block;
	width: 152px;
	overflow: hidden;
}

/**** WEBOFFICE OVERWRITES ****/


SPAN.weboffice_blogdate
{
	color: #4F5D06 !important;
}

UL.blog_filelist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.blog_filelist LI
{
	list-style: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 0 23px;
	background: url(/design/icons/page_white.png) no-repeat 0 2px;
}

UL.blog_filelist LI SPAN.size
{
	font-size: 10px;
	color: #666;
}

TEXTAREA
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

/**** MINI CONTACT ****/
DIV.minicontact
{
	color: #666;
	margin: 50px 0 16px 0;
}

DIV#textcontent DIV.minicontact H2
{
	font-size: 16px;
	color: #666;
	border: none;
	margin-bottom: 0;
	font-weight: normal;
	
}

DIV.minicontact TABLE.formtable INPUT
{
	width: 300px;
}

DIV.minicontact TABLE.formtable TD.doublecol INPUT
{
	width: 147px;
}

DIV.minicontact TABLE.formtable TD.label
{
	width: 100px;
	font-weight: normal;
}

DIV.minicontact_button
{
	float: left;
	width: 163px;
	height: 31px;
	background: url(/design/loocky/btn_contact.jpg) no-repeat;
	cursor: pointer;
	padding: 6px 0 0 42px;
	font-size: 11px;
	color: #000;
}

A#loocky_shopbutton
{
	display: block;
	height: 38px;
	background: url(/design/loocky/btn_loocky.jpg) no-repeat;
	cursor: pointer;
	padding: 8px 0 0 52px;
	font-size: 14px;
	color: #000;
	margin: 80px 0 0 8px;
}

A#loocky_shopbutton:hover, DIV.minicontact_button:hover
{
	color: #C33;
}

DIV.mockvideo
{
	border: 1px solid #999;
	border-bottom: none;
	padding: 10px;
	width: 543px;
	height: 315px;
	cursor: default;
	background: url(/design/loocky/bg_mockvideo.jpg);
}

DIV.mockvideo H3
{
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	margin: 30px 0 10px 0;
	
}

DIV.mockvideo UL
{
	padding: 0;
	margin: 0;
	list-style: none;
}

DIV.mockvideo LI
{
	padding: 0 0 0 23px;
	width: 230px;
	margin: 0 10px 10px 0;
	list-style: none;
	float: left;
	background: url(/design/icons/tick.png) no-repeat;
}

DIV.mockvideo DIV.video
{
	clear: left;
	text-align: center;
	padding: 20px 0;
	font-style: italic;
	font-weight: bold;
	color: #4F5D06;
}