/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 0px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    font-family: verdana;
    margin: 0;
    padding: 0px 0;
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;

}
ul {
    list-style: none;
}
dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #0099CC;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}

/*
======================Global layaout==========================*/




#outer-wrapper {
    max-width: 970px;
    background-color:#FFFFFF;
    width: 970px;
    margin: 0 auto;
    text-align: left;
     background: url('http://www.izognmovies.com/themes/default/images/izogn/outerShadow.gif');
    background-repeat:repeat-y;

}
#header {
    position: relative;
}
#top-nav {
    position: relative;
}
#inner-wrapper {
	margin-left:35px;
    clear: both;
    width: 914px;

}
#footer {
    clear: both;
}



/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background: #FFFFFF;
}
#middleCol .inner {

}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 320px;
}
#layout-3Cols #middleCol {
    width: 564px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 728px;
}
#layout-rightCol #middleCol {
    width: 738px;
}
#layout-noCols #middleCol {
    width: 914px;
}
#leftCol {
    float: left;
    width: 180px;
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
    float: right;
    width: 170px;
    background: #FFFFFF;
}
#rightCol .inner {
	/*
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
    border: 1px solid #BBBBBB;
    */
}

/*
=========================Header===============================*/
#holiday {

	margin-left:35px;
	width: 914px;
    height: 80px;

    text-align:center;

}

.holidayDiscount {
	color:#84a11b;
	font-weight:bold;
	font-family:georgia;
}

#header {
	margin-left:35px;
	width: 914px;
    height: 101px;
    background: url('http://www.izognmovies.com/themes/default/images/izogn/NavBar_Background.gif');
}

#header .links {
	color:#FFFFFF;
	font-family: verdana;
	position:absolute;
	top:44px;
	left:309px;
}

#header .links a {
	color:#FFFFFF;

}

#header .lspacer {
	padding-left:14px;
	color:#333333;
	padding-right:14px;
}

#slogan {
	font-weight:normal;
	font-size:1.0em;
	text-align:center;
	color:#838582;
	margin-bottom:10px;
}

#search {
	margin-left:35px;
	font-family:Arial;
	width: 914px;
    height: 39px;
    font-size:1em;
    color:#212b1c;
    background: url('http://www.izognmovies.com/themes/default/images/izogn/SearchBar_Background.gif');
}

#search .leftSide {

	float:left;

}

#search .positionMiddle {
	margin-top:8px;
	float:left;

}

#search .rightSide {

	float:right;
}

#search .searchBox {
	margin-left:5px;
	width:220px;
	font-size:1.0em;
	height:17px;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#search a {
	color:#212b1c;
	text-decoration:underline;
}

#search a:hover {

	text-decoration:none;
}

#search .searchSpacingLeft {
	float:left;
	padding-left:13px;
	padding-right:5px;
	margin-top:10px;
}
#search .searchSpacingRight {
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {



}
#inner-wrapper .inner-container {



}



/*
======================Main Content============================*/
#content h1 {
    font-size: 1.2em;
}
#content h1.pageTitle {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;

}
#content li {
    padding-left: 0.5em;
}
#content a {
    color: #66A326;
}

/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: verdana;
    font-size: 0.9em;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==================Default Tables Styling======================*/


/*
=========================Footer===============================*/
#footer {
	margin-left:35px;
	width: 914px;
	height:200px;
	color:#ffffff;
	background: url('http://www.izognmovies.com/themes/default/images/izogn/FooterRight_Background.gif');
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#2e1303;
}

#footer .copyright {
	text-align:center;
	color:#FFFFFF;
	font-family: verdana;
	float:right;
	font-size:.8em;
	padding-top:105px;
	padding-right:58px;
	/*
	position:relative;
	top:105px;
	left:52px;
	*/
}

#footer .copyright a {
	color:#ff9300;

}

#footer .levelone {

	color:#ff9300;
	font-weight:bold;
	font-size:10px;
	line-height:1.8em;
}

#footer .levelone a {

	color:#ff9300;
	font-weight:bold;
	font-size:10px;
}

#footer .leveltwo {

	color:#ffffff;
	margin-left:10px;
	font-size:10px;
	line-height:1.8em;
}

#footer .leveltwo a {

	color:#ffffff;
	font-size:10px;
}

#footer .footerLinks {

	padding-left:40px;
	padding-top:22px;
}

#footer .col1 {
	float:left;

}
#footer .col2 {
	float:left;
	padding-left:50px;

}

#footer .col3 {
	float:left;
	padding-left:50px;

}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 100%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
/*
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;

}
*/
.errorMessage {
    margin: 0 auto;
    margin-bottom:15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border:		1px solid #dd3c10;

    background-color: #ffebe8;
    text-align: left;
    color: #000000;
    width: 100%;
    display:block;
   font-weight:bold;
   font-size:.9em;
   font-family:arial;
}

.infoMessage {
    border:		1px solid #dbdd10;
    background-color: #fdffe8;
    text-align: left;
    color: #000000;

    width: 99%;

   font-size:.9em;
   padding-top: 5px;
    padding-bottom: 5px;
     padding-left: 5px;
     font-family:arial;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: verdana;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/


.childCategories {
display:none;
}


#staticPage {

    padding-top:30px;
    padding-left:135px;
    padding-right:195px;

	padding-bottom:30px;
	background: url('http://www.izognmovies.com/themes/default/images/izogn/Static_BG1.gif');
	background-repeat:no-repeat;

}

#staticPage p {
	margin-bottom:15px;
	line-height:1.5em;
}


#staticPage h2 {
  margin-bottom:20px;
  padding-bottom:10px;
  font-family:arial;
  font-size:1.7em;
  color:#171717;
  border-bottom: 1px solid #8CB63A;
}

#staticPage h3 {
  padding-top:15px;
}


#staticPageWithLeftColumn {
	background: url('http://www.izognmovies.com/themes/default/images/izogn/Static_BG2.jpg');
	background-repeat:no-repeat;
    padding-top:30px;

	line-height:1.5em;
	padding-bottom:30px;
}

#staticPageWithLeftColumn p {
	margin-bottom:15px;
}


#staticPageWithLeftColumn h2 {
  margin-bottom:20px;
  padding-bottom:10px;
  font-family:arial;
  font-size:1.7em;
  color:#171717;
  border-bottom: 1px solid #8CB63A;
}

#staticPageWithLeftColumn h3 {
  padding-top:15px;
}

#staticPageWithLeftColumn .leftColumn {

	float:left;
	width:180px;
	text-align:center;
	color:#FFFFFF;

}

#staticPageWithLeftColumn .rightColumn {

	float:left;
	width:520px;
	padding-left:25px;
}




.formLabel {
	margin-top:20px;
	margin-bottom:5px;
}

.textInput {

	width:250px;
	font-size:1.1em;
}



/* PRODUCT TEMPLATE STYLES */
#content a {
    color:#EE752E;
}




.inner {
	background: url('http://www.izognmovies.com/themes/default/images/izogn/SearchBar_Shadow.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;

}


#categories {

	text-align:center;
	background-color:#FFFFFF;
	width:142px;
	margin-left:6px;
	padding-left:5px;
	padding-right:8px;
	margin-top:10px;

}



.languageBackground {
	padding-top:6px;
	width:142px;
	height:25px;
	text-align:center;
	background-image: url(../images/izogn/Cat_Language_Background_Black.gif);
	margin:0px;
	background-repeat:no-repeat;
	font-size:1.1em;
	color:#ffffff;
	margin-top:5px;
}

#categories .languageBackground a {

	color:#FFFFFF;
	font-weight:normal;
}

#categories a {

	color:#000000;
	font-weight:normal;
}




#content  ul {
	margin:0px;

}

#categories  li {

	margin-bottom:7px;

}

#categories .selected {
	width:133px;
	padding:3px;
	background-color:#FFFFFF;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;

}

#categories .selected a {

	color:#000000;
}

#categories .childCategories {
	border: 1px solid #CCCCCC;
	padding-top:10px;
	padding-bottom:6px;
	margin-bottom:10px;
	width:139px;
}

#dynamicLinks {
	padding-top:10px;
	width:162px;
	text-align:center;
	line-height:1.9em;
	font-size:.85em;
}

#dynamicLinks a {
	color:#000000;
}


#dynamicLinks a:hover {
	color:#000000;
	text-decoration:underline;
}

.dselected {

	font-weight:bold;
}



.productRightBlock{

}

.productRightBlock a {

	text-decoration:underline;
}

.productRightBlock a:hover {
	text-decoration:none;
	color:#000000;
}



#checkOutNow {
	padding:5px;
	border: 1px solid #efefef;
	width:148px;

}

#checkOutNow img {
	float:left;
}

#checkOutNow a {

	text-decoration:underline;
}

#checkOutNow a:hover {
	text-decoration:none;
	color:#000000;
}


.cart {
	float:left;
}
.price {
	float:left;
	font-size:.9em;
	padding-left:4px;
	padding-top:5px;
}

.price i {
	font-size:.9em;
	font-style:normal;
	color:#a8a8a8;
}

#quickLinks {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	width:139px;
	padding:7px;
	padding-left:12px;
	line-height:1.5em;
	padding-bottom:10px;
	font-size:.9em;
	margin-bottom:15px;
}

#quickLinks a {
	text-decoration:none;
}

#quickLinks a:hover {
	text-decoration:underline;
	color:#000000;
}

/***TABS*****/

.tab {
	float:left;
	margin-left:0px;
	width:80px;

	height:20px;
	padding-left:10px;
	padding-top:12px;
	text-align:center;

	background: url('http://www.izognmovies.com/themes/default/images/izogn/Tab_Background_Off.gif');
}

.tabSelected {
	float:left;
	margin-left:0px;
	width:80px;
	background: url('http://www.izognmovies.com/themes/default/images/izogn/Tab_Background.gif');
	background-repeat:no-repeat;
	height:20px;
	padding-left:10px;
	padding-top:12px;
	text-align:center;
}

#tabArea .tabSelected a {
	color:#FFFFFF;
	text-decoration:none;
}

#tabArea .tabSelected a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


#tabArea .tabSelected a:visited {
	color:#FFFFFF;
}

#tabArea a {
	color:#000000;
	text-decoration:underline;
}
#tabArea a:hover {
	color:#eb691b;
	text-decoration:none;
}
#tabArea a:visited {
	color:#000000;
}


.tabContent {
	border-top: 6px solid #eb691b;
	width:97%

}

.tabData {
	padding-top:5px;
	display:block;
	line-height:1.5em;
	margin-bottom:25px;
}

.tabDataHidden {
	padding-top:5px;
	display:none;
}

.descriptionBox #shortSummary {
	display:block;
}
.descriptionBox #fullSummary {
	display:none;
}


.reviewPreviewBox {
	margin-top:8px;
	border: 1px solid #ffe6d6;
	padding:8px;
	line-height:1.9em;
}

.reviewPreviewBox .viewAll {
	text-align:right;

}


/****REVIEW******/

.writeReviewLink {
	background-color:#ffe6d6;
	text-align:right;
	font-size:.85em;
	padding-bottom:3px;
	padding-right:10px;
}

.reviewItemBox {
	border: 1px solid #ffe6d6;
	padding:8px;
	margin-bottom:8px;
	font-size:.85em;
}

.replyItemBox {
	border: 1px solid #ffe6d6;
	padding:8px;
	margin-bottom:8px;
	font-size:.85em;
	margin-left:15px;
}

.reviewPostedBy {
	color:#666666;
}

.addReview {
	display:none;
	padding:8px;
	padding-left:20px;
	margin-bottom:20px;
	border: 1px solid #ffe6d6;
}

.addReview textarea {
	width:500px;
	height:80px;
}

.addReply {
	display:none;

}

.addReply textarea {
	width:300px;
	height:80px;
}


#content .star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url('../images/izogn/star_rating.gif') top left repeat-x;
}
#content .star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
#content .star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
#content .star-rating li a:hover{
	background: url('../images/izogn/star_rating.gif') left bottom;
	z-index: 1;
	left: 0px;
}
#content .star-rating a.star-1{
	left: 0px;
}
#content .star-rating a.star-1:hover{
	width:20px;
}
#content .star-rating a.star-2{
	left:20px;
}
#content .star-rating a.star-2:hover{
	width: 40px;
}
#content .star-rating a.star-3:hover{
	width: 60px;
}
#content .star-rating a.star-3{
	left: 40px;
}
#content .star-rating a.star-4{
	left: 60px;
}
#content .star-rating a.star-4:hover{
	width: 80px;
}
#content .star-rating a.star-5{
	left: 80px;
}
#content .star-rating a.star-5:hover{
	width: 100px;
}

.star1 {
	background: url('../images/izogn/star_rating.gif') left bottom;
	z-index: 1;

	width:0px;
	left: 0px;
}

.star2 {
	background: url('../images/izogn/star_rating.gif') left bottom;
	z-index: 1;
	width:20px;
}

.star3 {
	background: url('../images/izogn/star_rating.gif') left bottom;
	z-index: 1;
	width: 60px;
}

.star4 {
	background: url('../images/izogn/star_rating.gif') left bottom;
	z-index: 1;
	width: 80px;
}

.star5 {
	background: url('../images/izogn/star_rating.gif') left bottom;
	z-index: 1;
	width: 100px;

}


table {

	padding:0px;
	margin:0px;
	font-size:.9em;
	width:100%;
	border: 1px solid #ffe6d6;
}

td {
	border-left: 1px solid #ffe6d6;
	border-top: 1px solid #ffe6d6;
	padding:4px;

}

td a:hover {
	text-decoration:underline;
}

th {
	border: 1px solid #f3660e;
	color:#FFFFFF;
	background-color:#f3660e;
	padding:4px;
}

.registrationTable table {

	padding:0px;
	margin:0px;
	font-size:1em;
	width:310px;
	border: 0px;
}

.registrationTable td {
	border: 0px;
	padding:4px;
	font-size:1.1em;
}

.registrationTable td a:hover {
	text-decoration:underline;
}

.registrationTable th {
	border: 0px;
	color:#000000;
	background-color:#ffffff;
	padding:4px;
	font-size:1.1em;
}



.pager {
	text-align:center;

	margin-bottom:25px;

	margin-top:10px;
	font-size:.85em;


}
.pager a {
	padding:5px;
	border: 1px solid #EEEEEE;
	margin-left:1px;
	margin-right:1px;
	padding-left:8px;
	padding-right:8px;

}

.pager a:hover {

	background-color:#EEEEEE;
	text-decoration:none;
}

.currentPage {
	padding:5px;
	border: 1px solid #EEEEEE;
	margin-left:1px;
	margin-right:1px;
	font-weight:bold;
	padding-left:8px;
	padding-right:8px;
	background-color:#EE752E;
	color:#ffffff;
}

.pager .firstPage {
	background: url('http://www.izognmovies.com/themes/default/images/izogn/firstIcon.gif');
	background-repeat:no-repeat;
}
.pager .prevPage {
	background: url('http://www.izognmovies.com/themes/default/images/izogn/prevIcon.gif');
	background-repeat:no-repeat;
}
.pager .nextPage {
	background: url('http://www.izognmovies.com/themes/default/images/izogn/nextIcon.gif');
	background-repeat:no-repeat;
}

.pager .lastPage {
	background: url('http://www.izognmovies.com/themes/default/images/izogn/lastIcon.gif');
	background-repeat:no-repeat;
	padding-right:1px;
}

.smaller {
	font-size:.7em;
}

.larger {
	font-size:1.1em;
}

/****NEW 2 COLUMN LA YOUT **/
#izogn2Column {

	padding:30px;
	padding-top:30px;
	padding-right:20px;
	background-image:url(../images/izogn/Izogn2ColumnBackground.gif);
	background-repeat:no-repeat;
}

#izogn2Column #izognLeftColumn {
	width:615px;
	float:left;
}

#izogn2Column #izognRightColumn {

	float:right;
}

#izogn2Column h1 {

	margin-top:0px;
	color:#7d7d7d;
	margin-bottom:5px;
	font-weight:normal;
	font-size:1.4em;
}


#izogn2Column .greyrow {
	margin-bottom:5px;
}

#izogn2Column .greenrow {
	margin-bottom:5px;
}


#izogn2Column .greenrow .top {

	background-image:url(../images/izogn/TableRow600Green_Top.gif);
	background-repeat:no-repeat;
	width:600px;

	line-height:1px;
	font-size: 0px;
	height:5px;

}


#izogn2Column .greenrow .content {
	width:580px;
	background-image:url(../images/izogn/TableRow600Green_Middle.gif);
	background-repeat:y-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	line-height:1.5em;

}

#izogn2Column .greenrow .bottom {
	width:600px;
	height:9px;
	background-image:url(../images/izogn/TableRow600Green_Bottom.gif);
	background-repeat:no-repeat;
}


#izogn2Column .greyrow .top {
	width:600px;
	line-height:1px;
		font-size: 0px;
	height:5px;
	background-image:url(../images/izogn/TableRow600Grey_Top.gif);
	background-repeat:no-repeat;
}

#izogn2Column .greyrow .content {
	width:580px;
	background-image:url(../images/izogn/TableRow600Grey_Middle.gif);
	background-repeat:y-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	line-height:1.5em;
}

#izogn2Column .greyrow .bottom {
	width:600px;
	height:9px;
	background-image:url(../images/izogn/TableRow600Grey_Bottom.gif);
	background-repeat:no-repeat;
}

#izogn2Column #izognRightColumn .box {


	margin-bottom:10px;

}

#izogn2Column #izognRightColumn .box .title {
	width:209px;
	height:28px;

	padding-left:30px;
	padding-top:5px;

	background-image:url(../images/izogn/IzognRightColumnBoxHeader.gif);
	background-repeat:no-repeat;

	color:#ffffff;
	font-size:1.1em;
}

#izogn2Column #izognRightColumn .box .data {
	width:219px;

	padding:10px;

	background-image:url(../images/izogn/IzognRightColumnBoxData2.gif);
	background-repeat:x-repeat;
	background-color:#000000;
	color:#ffffff;

	font-size:.9em;
	line-height:1.3em;
}

#izogn2Column #izognRightColumn .box .footer {
	width:239px;
	background-image:url(../images/izogn/IzognRightColumnBoxFooter.gif);
	background-repeat:no-repeat;
	height:24px;
}

#izogn2Column #izognRightColumn .box a {
	color: #ffffff;
	font-weight:bold;
}

#izogn2Column .message
{
	width:600px;

}


.alignRight {
text-align:right;
}/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0099CC;
    color: #0099CC;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: verdana;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}
#leftCol .content a {
    color: #66A326;
}
/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    background: #EEF7D4;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 180px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {

}
#top-nav li {
    float: left;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #66A326;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #99CC00;
    color: #FFFFFF;
    text-decoration: none;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #99CC00;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 1.3em;
    font-weight: bold;
    color: WHITE;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #99CC00;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
#izogn2Column h1 {
	
	margin-top:10px;
	}

#izogn2Column #categories {

	margin:0px;	
	margin-top:15px;
	padding-left:0px;
	float:left;
}

#izogn2Column .childCategories {}

#izogn2Column .childCategories ul {
	padding-left:0px;
	margin:0px;
}
#izogn2Column .childCategories li {
	padding-left:0px;
	
}



#izogn2Column .childCategories a {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

#izogn2Column .childCategories a:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}



#izogn2Column .faqCategories .selectedCategory {
	
	font-weight:bold;
}

#izogn2Column .faqQuestions {
	margin-top:15px;
	margin-left:5px;
	float:left;
}

#izogn2Column .faqQuestions .selectedCategory{
	color: #666666;
}

#izogn2Column .question {
	width:433px;
	background-image:url('../images/izogn/FAQQuestionBackground.gif');
	background-repeat:no-repeat;
	height:37px;
	padding-left:15px;
	padding-top:18px;
}

#izogn2Column .question a {
	
	color:#000000;
}

#izogn2Column .answer {
	
	display:none;
	margin-bottom:5px;
	margin-left:4px;
	width:410px;
	padding-left:15px;
	padding-right:15px;
	padding-top:18px;
	padding-bottom:18px;
	background-color:#e8e8e8;
}

#izogn2Column .answer a {
	
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

#izogn2Column .answer a:hover {
	
	text-decoration:none;
}
