/*
Theme Name: Lady Esther DE
Theme URI: http://www.megmedia.de/
Description: Standard-Template für Lady Esther Deutsch + English.
Version: 1.0
Author: Ralph Barthmes / Christian Sattel
Author URI: http://www.megmedia.de/
Tags: lady esther
*/

/*  ---------------   General definitions, Typography & Colors   ---------------  */

body, div, table, td, img, a img {
	border: 0;
	margin: 0;
	padding: 0;
	font: normal 12px/17px arial, verdana, helvetica, sans-serif;
	color: #4e5c66;
}
body {
	background-color: #fff;
}
table {
	border-collapse: collapse;     /* necessary for IE */
}
hr {
	margin: 12px 0px;
	color: #bec3c7;
	height: 1px;
	border: 0px;
	background: transparent url(img/line.gif) repeat-x center;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
p {
	margin: 0px 0px 12px 0px;
}
p.info {
	font: normal 10px/15px arial, verdana, helvetica, sans-serif;
	color: #5d686e;
}
label {
	cursor: pointer;
}

/* --- Basic-list with arrows, to use within Main-area ---  */

ul {
	margin: 2px 0px 12px 0px;
	padding: 0;
	list-style-type: none;
}
ul li {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	list-style-image: url(img/arrow-li-light-ff.gif);
}
* html ul li,                     /* HACK for IE5-IE6 Mac/PC */
*+html ul li {                    /* HACK for IE7 */
  list-style-image: url(img/arrow-li-light-ie.gif); 
}
.left {
	margin: 0px 20px 8px 0px;
	float: left;
}
.right {
	margin: 0px 0px 8px 12px;
	float: right;
}
/*  --- Page-specific List (AGB)  ---  */
ol {
	margin: 0px 0px 12px 0px;
	padding: 0;
}
ol ul {
	margin: 0px 0px 12px 0px;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 0;
	list-style-position: inside;           /* IMPORTANT */
	list-style-image: none;                /* IMPORTANT */
	background: none;                      /* IMPORTANT */
	list-style-type: decimal;
	font: bold 12px/17px arial, verdana, helvetica, sans-serif;
}
ol ul li {
	margin: 0;
	padding: 0;
	list-style-position: inside;           /* IMPORTANT */
	list-style-image: none;                /* IMPORTANT */
	background: none;                      /* IMPORTANT */
	list-style-type: none;
	font: normal 12px/17px arial, verdana, helvetica, sans-serif;
}

/*  --- WORDPRESS Classes additional definitions ----   */
/* --- Definition classes for images, to use within Main-area ---  */
.alignleft {
	margin: 0px 20px 8px 0px;
	float: left;
	border: 3px solid #edeff0;
}
.alignright {
	margin: 0px 0px 8px 12px;
	float: right;
	border: 3px solid #edeff0;
}
/* --- Definition classes for tables, to use within Main-area ---  */
table.alignleft {
	margin: 0px 20px 8px 0px;
	float: left;
	border: none;
}
table.alignright {
	margin: 0px 0px 8px 20px;
	float: right;
	border: none;
}
table.alignleft img,
table.alignright img {
	border: 3px solid #edeff0;
}
/* etc. */


/*  ---------------   Headlines  ---------------   */


h1, h2, h3, h4, h5, h6 {
	background: none;
}
h1 {
	font: normal 20px/24px arial, verdana, helvetica, sans-serif;
	color: #4e5c66;
	background: transparent url(img/line.gif) repeat-x bottom;
	padding: 28px 0px 10px 0px;
	margin: 0px 0px 18px 0px;
	letter-spacing: 1px;
}
h2 {
	font: normal 20px/24px arial, verdana, helvetica, sans-serif;
	color: #4e5c66;
	letter-spacing: 1px;
	padding: 9px 0px;
	margin: 0;
}
h3 {
	font: bold 12px/17px arial, verdana, helvetica, sans-serif;
	color: #4e5c66;
	margin: 2px 0px 0px 0px;
	padding: 0;
}
h4 {
	font: normal 12px/17px arial, verdana, helvetica, sans-serif;
	color: #4e5c66;
	margin: 0px 0px 12px 0px;
	padding: 0;
}
h5 {
	width: 280px;
	font: normal 12px/17px arial, verdana, helvetica, sans-serif;
	color: #a4882e;                /* Basic-color is gold */
	background: transparent url(img/line.gif) repeat-x bottom;
	padding: 7px 0px;
	margin: 10px 20px 0px 20px;
	letter-spacing: 1px;
	text-indent: 5px;
	text-transform: uppercase;
}
h6 {
	font: normal 16px/20px arial, verdana, helvetica, sans-serif;
	color: #4e5c66;
	letter-spacing: 1px;
	padding: 2px 0px 9px 0px;
	margin: 0;
}

/* --- Page-specific definitions h5 ---  */
#site_home h5,
#site_impressum h5,
#site_agb h5,
#site_fachhandel h5,
#site_endverbraucher h5,
#site_unternehmen h5,
#site_kontakt h5 {
	color: #a4882e;
}
#site_produkte_hautpflege h5 {
	color: #51a49c;
}
#site_produkte_ampullen h5 {
	color: #da972b;
}
#site_produkte_parfum h5 {
	color: #70001c;
}
#site_produkte_makeup h5 {
	color: #ac2853;
}
#site_produkte_kabinett h5 {
	color: #3b8098;
}
#site_cmg h5 {
	color: #12336c;
}
/*  --------------------------------------------------------  */
/*  ---------------   Links  ---------------   */


a, a:link {
	color: #4e5c66;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}


/*  ----  Site structure HEADER   ----  */


#page {
	background: transparent url(img/sidebar-left-bg.gif) repeat-y 0 0;
}
#header_wrapper {
	height: 353px;
}
#header {
	height: 347px;
	background: transparent url(img/header-bg.gif) repeat-y 0 0;
	border-bottom: 6px solid #fff;
}
#beauty {
	height: 347px;
	width: 320px;
}

/*
im php-template definierte body-id's:

site_home
site_impressum
site_agb
site_produkte_hautpflege
site_produkte_ampullen
site_produkte_parfum
site_produkte_makeup
site_produkte_kabinett
site_fachhandel
site_endverbraucher
site_unternehmen
site_cmg
site_kontakt
site_404
site_search
*/

/*  --- Page-specific definitions of Beauty-Images ... will be completed  ---  */
#site_home #beauty,
#site_impressum #beauty,
#site_agb #beauty,
#site_404 #beauty,
#site_search #beauty {
	background: transparent url(img/beauty-1.jpg) no-repeat 0 0;
}
#site_produkte_hautpflege #beauty {
	background: transparent url(img/beauty-2.jpg) no-repeat 0 0;
}
#site_produkte_ampullen #beauty {
	background: transparent url(img/beauty-3.jpg) no-repeat 0 0;
}
#site_produkte_parfum #beauty {
	background: transparent url(img/beauty-4.jpg) no-repeat 0 0;
}
#site_produkte_makeup #beauty {
	background: transparent url(img/beauty-5.jpg) no-repeat 0 0;
}
#site_produkte_kabinett #beauty {
	background: transparent url(img/beauty-6.jpg) no-repeat 0 0;
}
#site_fachhandel #beauty {
	background: transparent url(img/beauty-7.jpg) no-repeat 0 0;
}
#site_endverbraucher #beauty {
	background: transparent url(img/beauty-8.jpg) no-repeat 0 0;
}
#site_unternehmen #beauty {
	background: transparent url(img/beauty-9.jpg) no-repeat 0 0;
}
#site_cmg #beauty {
	background: transparent url(img/beauty-10.jpg) no-repeat 0 0;
}
#site_kontakt #beauty {
	background: transparent url(img/beauty-11.jpg) no-repeat 0 0;
}

/*  --------------------------------------------------------  */

#logo {
	position: absolute;
	top: 56px;
	left: 770px;
	height: 114px;
	width: 154px;
}
#language_search_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 27px;
	width: 100%;
	border-top: 6px solid #7a868c;  /* Basic-color is grey */
	background: transparent url(img/line.gif) repeat-x bottom;
}

/*  --- Page-specific definitions border-top ---  */
#site_home #language_search_wrapper,
#site_impressum #language_search_wrapper,
#site_agb #language_search_wrapper,
#site_fachhandel #language_search_wrapper,
#site_endverbraucher #language_search_wrapper,
#site_unternehmen #language_search_wrapper,
#site_kontakt #language_search_wrapper,
#site_search #language_search_wrapper,
#site_404 #language_search_wrapper {
	border-top: 6px solid #c0a147;
}
#site_produkte_hautpflege #language_search_wrapper {
	border-top: 6px solid #5db1a8;
}
#site_produkte_ampullen #language_search_wrapper {
	border-top: 6px solid #e8af3f;
}
#site_produkte_parfum #language_search_wrapper {
	border-top: 6px solid #7d0e26;
}
#site_produkte_makeup #language_search_wrapper {
	border-top: 6px solid #bb375e;
}
#site_produkte_kabinett #language_search_wrapper {
	border-top: 6px solid #498ca5;
}
#site_cmg #language_search_wrapper {
	border-top: 6px solid #113d75;
}
/*  --------------------------------------------------------  */

#language {
	font: normal 10px/15px arial, verdana, helvetica, sans-serif;
	color: #5d686e;
	padding-top: 5px;
	margin: 0px 0px 0px 340px;
}
#language ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#language li {
	float: left;
	margin: 0;
	padding: 0px 18px 0px 0px;
	list-style-position: outside;           /* IMPORTANT */
	list-style-image: url(img/disc-1.gif);  /* IMPORTANT */
	text-indent: 0px;
}
#language .first {
	display: inline;                        /* IMPORTANT */
	list-style-image: none;
	padding: 0px 18px 0px 0px;
	text-indent: 0;
}
*>html #language li {  
     list-style-image: none;                /* HACK for IE5 Mac */
}
#language a, #language a:link {
	text-decoration: none;
}
#language a:hover, #language a:active, #language .current a {
	text-decoration: underline;
}

/*  ----  SEARCH-Form Elements   ----  */

#searchform {
    display: inline;
	margin: 0;
	padding: 0;
	width: 300px;
	text-align: left;
}	
#searchform #s {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 13px;
	border: 1px solid #bec3c7;
	font: normal 10px/15px arial, verdana, helvetica, sans-serif;
	color: #5d686e;
	vertical-align: bottom;
}
#searchform label {
    margin: 0;
    padding: 0px 4px 0px 0px;
	font: normal 10px/15px arial, verdana, helvetica, sans-serif;
	color: #5d686e;

}
#searchform #searchsubmit {
	padding: 0px 1px;
	vertical-align: bottom;
}

/*  ----  Main Menu   ----  */

#menu_container {
	margin: -156px 0px 0px 320px;
	height: 32px;
	background-color: #7a858b;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
#menu, #menu_en {             /* menu = german, menu_en = english */
	width: 640px;
	height: 32px;
	font: normal 10px/15px arial, verdana, helvetica, sans-serif;
	color: #c8cdd0;
}
#menu ul, #menu_en ul {
	list-style-type: none;
	margin: 0px 0px 0px 8px;	
	padding: 0;
}
#menu li, #menu_en li {
	list-style-position: outside;  /* IMPORTANT */
	list-style-image: none;	       /* IMPORTANT */
	float: left;
	margin: 0;
	padding: 9px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu_en li {
	padding: 9px 14px 0px 0px;     /* different padding german/english */
}
#menu a, #menu_en a {
	color: #c8cdd0;
	height: 26px;
	padding: 9px 11px 9px 12px;
	text-decoration: none;
}
#menu a:hover, #menu a:active, #menu .current_page_item a, #menu .current_page_ancestor a,
#menu_en a:hover, #menu_en a:active, #menu_en .current_page_item a, #menu_en .current_page_ancestor a {
	color: #fff;
}

/*  ----  End Site structure HEADER   ----  */
/*  ----  Site structure CONTENT   ----  */

#content_wrapper { 
    position: relative;
	margin-top: -123px;
	clear: both;
}

/*  ----  Sidebar left   ----  */

#sidebar_left {
    position: relative;            /* IMPORTANT for IE6 to get leftmenu a working */
	margin-top: 123px;
	width: 320px;
    float: left;
	height: 320px;                 /* minimal height for making bg visible */
	overflow: visible;
	background: transparent url(img/sidebar-left-top-bg.gif) no-repeat 0 0;
}

/*  ----  Left Menu   ----  */

#leftmenu_container {
	margin: 16px 0px 8px 20px;
	width: 280px;
}
#leftmenu_1 {
	width: 120px;
	float: left;
}
#leftmenu_2 {
	width: 135px;
	float: right;
}
#leftmenu_1 ul, #leftmenu_2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#leftmenu_1 li {
	list-style-image: none;         /* IMPORTANT */
	list-style-position: outside;   /* IMPORTANT */
	margin: 0;
	height: 22px;
}
#leftmenu_2 ul li {
    list-style-image: none;         /* IMPORTANT */
	list-style-position: outside;   /* IMPORTANT */
	margin: 0;
}
#leftmenu_1 a {
    display: block;
	width: 105px;
	height: 21px;
	font: normal 11px/21px arial, verdana, helvetica, sans-serif;
	color: #4e5c66;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 15px;
	background: transparent url(img/arrow-grey.gif) no-repeat 0 0;
}
#leftmenu_2 a {
    display: block;
	width: 120px;
	font: normal 11px/15px arial, verdana, helvetica, sans-serif;
	color: #4e5c66;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 3px 0px 4px 15px;
	background: transparent url(img/arrow-grey.gif) no-repeat 0 0;
}

#leftmenu_1 a:hover, 
#leftmenu_1 a:active, 
#leftmenu_1 .current_page_item a,
#leftmenu_1 .current_page_parent a {
	color: #fff;
	background: #7a858b url(img/arrow-white.gif) no-repeat 0 0;  /* Basic-color for leftmenu_1 background is grey */
}

/*  --- Page-specific definitions position leftmenu_2 ---  */
#site_produkte_ampullen #leftmenu_2 ul {
	margin-top: 22px;
}
#site_produkte_parfum #leftmenu_2 ul {
	margin-top: 44px;
}
#site_produkte_makeup #leftmenu_2 ul {
	margin-top: 66px;
}
#site_produkte_kabinett #leftmenu_2 ul {
	margin-top: 88px;
}

/* --- Page-specific definitions leftmenu_1 --- */ 
#site_home #leftmenu_1 .current_page_item a,
#site_home #leftmenu_1 .current_page_ancestor a,

#site_impressum #leftmenu_1 .current_page_item a,
#site_impressum #leftmenu_1 .current_page_ancestor a,

#site_agb #leftmenu_1 .current_page_item a,
#site_agb #leftmenu_1 .current_page_ancestor a,

#site_fachhandel #leftmenu_1 .current_page_item a,
#site_fachhandel #leftmenu_1 .current_page_ancestor a,

#site_endverbraucher #leftmenu_1 .current_page_item a,
#site_endverbraucher #leftmenu_1 .current_page_ancestor a,

#site_unternehmen #leftmenu_1 .current_page_item a,
#site_unternehmen #leftmenu_1 .current_page_ancestor a,

#site_kontakt #leftmenu_1 .current_page_item a,
#site_kontakt #leftmenu_1 .current_page_ancestor a {
	background-color: #c0a147;
}
#site_produkte_hautpflege #leftmenu_1 .current_page_item a,
#site_produkte_hautpflege #leftmenu_1 .current_page_ancestor a {
	background-color: #5db1a8;
}
#site_produkte_ampullen #leftmenu_1 .current_page_item a,
#site_produkte_ampullen #leftmenu_1 .current_page_ancestor a {
	background-color: #e8af3f;
}
#site_produkte_parfum #leftmenu_1 .current_page_item a,
#site_produkte_parfum #leftmenu_1 .current_page_ancestor a {
	background-color: #7d0e26;
}
#site_produkte_makeup #leftmenu_1 .current_page_item a,
#site_produkte_makeup #leftmenu_1 .current_page_ancestor a {
	background-color: #bb375e;
}
#site_produkte_kabinett #leftmenu_1 .current_page_item a,
#site_produkte_kabinett #leftmenu_1 .current_page_ancestor a {
	background-color: #498ca5;
}
#site_cmg #leftmenu_1 .current_page_item a,
#site_cmg #leftmenu_1 .current_page_ancestor a {
	background-color: #113d75;
}
/*  --------------------------------------------------------  */

/* --- Page-specific definitions leftmenu_2 --- */
#site_produkte_hautpflege #leftmenu_2 a:hover, 
#site_produkte_hautpflege #leftmenu_2 a:active, 
#site_produkte_hautpflege #leftmenu_2 .current_page_item a {
	color: #51a49c;
	background: transparent url(img/arrow-mint.gif) no-repeat 0 0;
}
#site_produkte_ampullen #leftmenu_2 a:hover, 
#site_produkte_ampullen #leftmenu_2 a:active, 
#site_produkte_ampullen #leftmenu_2 .current_page_item a {
	color: #da972b;
	background: transparent url(img/arrow-orange.gif) no-repeat 0 0;
}
#site_produkte_parfum #leftmenu_2 a:hover, 
#site_produkte_parfum #leftmenu_2 a:active, 
#site_produkte_parfum #leftmenu_2 .current_page_item a {
	color: #70001c;
	background: transparent url(img/arrow-winered.gif) no-repeat 0 0;
}
#site_produkte_makeup #leftmenu_2 a:hover, 
#site_produkte_makeup #leftmenu_2 a:active, 
#site_produkte_makeup #leftmenu_2 .current_page_item a {
	color: #ac2853;
	background: transparent url(img/arrow-redviolet.gif) no-repeat 0 0;
}
#site_produkte_kabinett #leftmenu_2 a:hover, 
#site_produkte_kabinett #leftmenu_2 a:active, 
#site_produkte_kabinett #leftmenu_2 .current_page_item a {
	color: #3b8098;
	background: transparent url(img/arrow-blue.gif) no-repeat 0 0;
}
#site_cmg #leftmenu_2 a:hover, 
#site_cmg #leftmenu_2 a:active, 
#site_cmg #leftmenu_2 .current_page_item a {
	color: #12336c;
	background: transparent url(img/arrow-darkblue.gif) no-repeat 0 0;
}
/*  --------------------------------------------------------  */

/*  ----  Main   ----  */

#main { 
	margin-left: 320px;
	width: 640px;
	background-color: #fff;
}
*>html #main {  
     margin-top: -443px;       /* HACK for IE5 Mac */
}
#content {
	width: 600px;
	margin: 0px 20px 6px 20px;
}
*>html #content {
     height: 437px;            /* HACK for IE5 Mac - minimal height */
}

/* --- General definitions for table-containers for images and img-subtitles, to use within Main-area ---  */
/* --- Tables not floating, to use with 1-3 images (in columns) aligned horizontal ---  */
table.s,
table.m,
table.l,
table.xl,
table.xxl {
	margin: 0px 0px 8px 0px;
}
table.s td,
table.m td,
table.l td,
table.xl td,
table.xxl td {
	padding-right: 10px;
	height: 17px;
}
table.s td {
	width: 110px;
}
table.m td {
	width: 180px;
}
table.l td {
	width: 230px;
}
table.xl td {
	width: 260px;
}
table.xxl td {
	width: 470px;
}
table.s img {
	width: 104px;               /* Images have size [s] */
	border: 3px solid #edeff0;
}
table.m img {
	width: 174px;               /* Images have size [m] */
	border: 3px solid #edeff0;
}
table.l img {
	width: 224px;               /* Images have size [l] */
	border: 3px solid #edeff0;
}
table.xl img {
	width: 254px;               /* Images have size [xl] */
	border: 3px solid #edeff0;
}
table.xxl img {
	width: 464px;               /* Images have size [xxl] */
	border: 3px solid #edeff0;
}

/* --- Tables floating left, to use with one or more images (in rows) aligned vertical ---  */
table.left_s,
table.left_m,                /* !!! Most important one, to add in CSS with button */
table.left_l,
table.left_xl {
	margin: 0px 10px 8px 0px;
	float: left;
}
table.left_s td,
table.left_m td,
table.left_l td,
table.left_xl td {
	padding-right: 10px;
	height: 17px;
	font: normal 10px/14px arial, verdana, helvetica, sans-serif;   /* in case there is no <p> defined */
	color: #5d686e;
	margin: 2px 0px 15px 3px;
	padding: 0;
}
table.left_s img {
	width: 104px;               /* Images have size [s] */
	border: 3px solid #edeff0;
}
table.left_m img {
	width: 174px;               /* Images have size [m] */
	border: 3px solid #edeff0;
}
table.left_l img {
	width: 224px;               /* Images have size [l] */
	border: 3px solid #edeff0;
}
table.left_xl img {
	width: 254px;               /* Images have size [xl] */
	border: 3px solid #edeff0;
}
table.left_s td {
	width: 110px;
}
table.left_m td {
	width: 180px;
}
table.left_l td {
	width: 230px;
}
table.left_xl td {
	width: 260px;
}
table.s p,
table.m p,
table.l p,
table.xl p,
table.xxl p,
table.left_s p,
table.left_m p,
table.left_l p,
table.left_xl p {
	font: normal 10px/14px arial, verdana, helvetica, sans-serif;
	color: #5d686e;
	margin: 2px 0px 15px 3px;
	padding: 0;
}

/*  ----  Tables News and Products   ----  */

table.productbox {
	margin-top: 18px;
}
table.productbox td,
table.newsbox td  {
	padding: 0px 20px 16px 0px;   /* General definition, VERY IMPORTANT */
}
table.newsbox td.col1,
table.productbox td.col1 {
	width: 180px;
	padding: 0px 20px 16px 0px;
}
table.productbox td.col1 {
	width: 260px;
}
table.productbox td.col1 p {
	margin: 0;                     /* IMPORTANT */
}
table.newsbox td.col2,
table.productbox td.col2 {
	width: 380px;
	padding: 0px 20px 16px 0px;
}
table.productbox td.col2 {
	width: 300px;
}
table.newsbox td.col1 img { 
	border: 3px solid #edeff0;
	width: 174px;                  /* Images have size [m] */
	margin-bottom: 15px;
}
table.productbox td.col1 img,
table.productbox td img {          /* additional definition, VERY IMPORTANT */
	border: 3px solid #edeff0;
	width: 254px;                  /* Images have size [xl] */
	margin-bottom: 15px;
}
table.newsbox td.col2 ul,
table.productbox td.col2 ul,
table.productbox td ul {            /* additional definition, VERY IMPORTANT */
	margin: 8px 0px;
	padding: 0;
	list-style-type: none;
}
table.newsbox td.col2 ul li,
table.productbox td.col2 ul li,
table.productbox td ul li {         /* additional definition, VERY IMPORTANT */
	margin: 0;
	padding: 0px 0px 0px 15px;
	list-style-position: outside;   /* IMPORTANT */
	list-style-image: none;         /* IMPORTANT */
	background: transparent url(img/arrow-li-light.gif) no-repeat left top;
}

/*  ----  Table Downloads   ----  */

table.downloads {
	margin-top: 18px;
}
table.downloads th {
    font: bold 12px/17px arial, verdana, helvetica, sans-serif;
	color: #4e5c66;
	background-color: #e7eaeb;
	text-align: left;
	padding: 4px 10px;
	border-top: 16px solid #fff;	
}
table.downloads td  {              /* General definition, VERY IMPORTANT */
	padding: 10px 20px 10px 0px;
	border-top: 1px solid #e7eaeb;
}
table.downloads td.col1 {
	width: 110px;
}
table.downloads td.col2 {
	width: 150px;
}
table.downloads td.col1 img,
table.downloads td img {           /* additional definition, VERY IMPORTANT */
	border: 3px solid #edeff0;
	width: 104px;                  /* Images have size [s] */
}
table.downloads td.col2 ul,
table.downloads td ul {           /* additional definition, VERY IMPORTANT */
	margin: 0px 0px 8px 0px;
	padding: 0;
	list-style-type: none;
}
table.downloads td.col2 ul li,
table.downloads td ul li {        /* additional definition, VERY IMPORTANT */
	margin: 0;
	padding: 0px 0px 0px 15px;
	list-style-image: none;        /* IMPORTANT */
	list-style-position: outside;  /* IMPORTANT */
	background: transparent url(img/arrow-li-light.gif) no-repeat left top;
}

/*  ----  Table Prices   ----  */

table.prices {
	margin: 4px 0px 20px 0px;
}
table.prices th {
    font: normal 12px/17px arial, verdana, helvetica, sans-serif;
	color: #adb1b6;
	text-align: left;
	padding: 4px 0px;
	border-top: 1px solid #e7eaeb;
	border-bottom: 1px solid #e7eaeb;
	text-transform: uppercase;
	letter-spacing: 1px;	
}
table.prices td {
	padding: 10px 4px 2px 0px;   /* General definition, VERY IMPORTANT */
}
table.prices td.col1 {
	width: 296px;
	/* width: 280px; */
	/* padding: 10px 20px 2px 0px; */
}
table.prices td.col2 {
    width: 96px;
	text-align: right;
	/* padding: 10px 4px 2px 0px; */
}
table.prices p {
	margin-bottom: 8px;
}
table.prices ul {
	margin: 0px 0px 8px 0px;
	padding: 0;
	list-style-type: none;
}
table.prices ul li {
	margin: 0;
	padding: 0px 0px 0px 15px;
	list-style-image: none;       /* IMPORTANT */
	list-style-position: outside; /* IMPORTANT */
	background: transparent url(img/arrow-li-light.gif) no-repeat left top;
}

/*  ----  End Site structure CONTENT   ----  */
/*  ----  Site structure FOOTER   ----  */

#footer {
    position: relative;           /* IMPORTANT for IE6 and IE7 */
    margin: 0;
    clear: both;
	background: #fff url(img/line.gif) repeat-x 0px 6px;
	padding: 12px 0px 16px 0px;
}
#footer p {
	font: normal 10px/15px arial, verdana, helvetica, sans-serif;
	color: #5d686e;
	padding: 0;
	margin: 0px 0px 0px 340px;
}

/*  --- WORDPRESS Classes additional definitions CONTACT-FORM ----   */
/*  ---- main 'top-level' form elements ----  */
.cform {
    margin: 10px 0;
    width: 440px;
	padding-bottom: 10px;
}
.cform fieldset {
    margin-top: 10px;
    padding: 5px 0 15px 0;
    border: 1px solid #bec3c7;
    background: #fff;
}
.cform .cf_hidden {
    display: none;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.cform legend {
    margin-left: 10px;
    padding: 0 2px;
}
ol.cf-ol {
    margin: 0 !important;
    padding: 0 !important;
}
ol.cf-ol li {
    background: none !important;
    margin: 5px 0 !important;
    padding: 0;
    list-style: none !important;
    text-align: left;
    line-height: 1.3em;
}

/* ---- just for text-only fields (no input) ----  */
ol.cf-ol li.textonly {
    background: #fff !important;
    font-weight: normal;
    padding: 10px 0px;
}

/* ---- global definitions for field labels ---- */
.cform label {
    width: 130px;
    margin: 3px 20px 0 0px;
    display: -moz-inline-box;        /* for mozilla */
    display: inline-block;           /* for Opera & IE */
    text-align: left;
    vertical-align: top;
	font-weight: normal;
}
.cform label span {
    width: 130px;                     /* must be the same as above! */
    display: block;
}
label.cf-before {
    margin: 3px 20px 0 10px;
}
label.cf-after {
    margin: 3px 0 0 5px;
    text-align: left;
    width: 130px;
}
label.cf-after span {
    width: 130px;
    display: block;
}
label.cf-group-after {
    margin: 3px 5px 0 0px;
    width: 65px;
    text-align: left;
}
label.cf-group-after span {
    width: 65px;
    display: block;
}

/* ---- FORM FIELDS general formatting ---- */
.cform input,
.cform textarea,
.cform select {
    padding: 3px;
    background: #fff;
    border: 1px solid #bec3c7;
    vertical-align: top;
    font: normal 12px/17px arial, verdana, helvetica, sans-serif;
	color: #4e5c66;	
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover {
    background-color: #f0f0f0;
}
.cform input:focus,
.cform textarea:focus,
.cform select:focus {
    background-color: #f0f0f0;
}
.cform textarea,
.cform input {
    width: 270px;
}
.cform select {
    width: 278px;                     /* attempt to have equal length */
    padding: 2px 0;
}
.cform select.cfselectmulti {
    height: 7.5em;
}

/* ---- radio button title ---- */
ol.cf-ol li.cf-box-title {
    font-weight: bold;
    padding: 10px 10px 10px 0px;            /* check with label 'width' incl. */
}

/* ---- check boxes ---- */
.cform input.cf-box-a,
.cform input.cf-box-b {
    margin: 2px 0 0 0;
    width: 14px;
    height: 22px;
    border: none !important;
    background: none !important;
}
.cform input.cf-box-a     {
    margin-left: 10px;                /* check with label 'width' incl. */
}

/* ---- check box groups ---- */
ol.cf-ol li.cf-box-group {
    margin: 0px 0px 10px 0px !important;
    padding: 0px 10px 10px 2px;
}

/* ---- formatting for text: "(required)" & other ---- */
span.reqtxt,
span.emailreqtxt {
    margin: 3px 0 0 0px;
    font-size: 0.9em;
	color: #ac2853;
    display: -moz-inline-box;
    vertical-align: top;
}
/* ---- FORM submit button ----  */
p.cf-sb {
    text-align: right;
    padding: 0 !important;
    margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton {
    width: 100px; 
    padding: 5px;
    margin: 10px 10px 0 0px;
    background: url(img/button-bg.gif) repeat-x;
    border: 1px solid #bec3c7 !important;
    border-left-color: #ececec !important;
    border-top-color: #ececec !important;
}
.cform input.resetbutton {
    width: auto;
    padding: 5px;
}
.cform input.backbutton {
    width: auto;
    padding: 5px 1em;
}
/* ---- FORM FIELDS enhanced error display ---- */
ol.cf-ol li.cf_li_err {
    /* background: #f2ecda url(img/li-err-bg.gif) repeat !important; */
	background-color: #f2ecda !important;
    border-top: 1px solid #bec3c7;
	border-bottom: 1px solid #bec3c7;
    padding: 5px 0 !important;
    margin: 5px 0 !important;
}
ol.cf-ol li.cf_li_err span {
    padding-left: 10px;
	width: 120px;
}
ol.cf-ol li ul.cf_li_text_err {
    height: 1%;
    min-height: 1%;
    margin: 0 0 0 10px;
    padding: 0;
    color: #ac2853;
}
ol.cf-ol ul.cf_li_text_err li {
    background: url(img/icon-alert.png) no-repeat left 1px !important;
    list-style: none !important;
    font-weight: bold;
    text-indent: 0;
    margin: 0 0 2px !important;
    padding-left: 15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
    content:'';
}
/* ---- 'visitor verification' related styles ---- */
label.secq,
label.seccap {
    vertical-align: text-bottom;
    margin-bottom: 4px;
}
input.secinput {
    vertical-align: text-bottom;
}
#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
    height: 15px;
    width: 50px;
    padding: 4px 4px;
    margin: 0;
}
img.captcha    {
    vertical-align: text-bottom;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    border: none !important;
    float: none !important;
}
img.captcha-reset {
    vertical-align: text-bottom;
    background: url(img/captcha_reset_grey.gif) no-repeat;
    margin: 0 0 2px 3px;
    width: 21px;
    height: 21px;
    border: none;
}
img.imgcalendar {
    border:none;
}

/* ---- change formatting of response msgs here ---- */
div.cf_info {
    color: #4e5c66;
    display: none;
    padding: 10px 10px !important;
    width: 420px;
    line-height: 1.3em;
    margin: 10px 0;
}
div.cf_info ol {
    margin: 0;
    padding: 5px 15px 0 30px;
}
div.cf_info ol li {
    padding: 1px 0;
    margin: 2px 0;
}
div.cf_info a {
    color: #4e5c66 !important;
    text-decoration: underline !important;
}
div.success {
    background: #f2ecda none repeat scroll 0% 50%;
    color: #4e5c66;
    display: block;
}
div.failure {
    display: block;
    /* background: #f2ecda url(img/li-err-bg.gif) repeat !important; */
	background-color: #f2ecda !important;
    border-top: 1px solid #bec3c7;
	border-bottom: 1px solid #bec3c7;
}
div.waiting {
    background: #f2ecda;
    color: #4e5c66;
    display: block;
}

/* ---- formatting for invalid user inputs ---- */
.cform .cf_error {
    color: #ac2853;
    border: 1px solid #bec3c7;
}
div.mailerr {
    display: block;
}
.mailerr,
.cform .cf_errortxt {
    color: #ac2853;
}

/* ---- disabled fields [disabled] does not work on IE! ---- */
[disabled] {
    color: #4e5c66;
    border-color: #bec3c7 !important;
    background: none !important;
}
.disabled {
    border-color: #bec3c7 !important;
}

/* ---- upload box styling ---- */
.cform input.cf_upload {
    width: 220px;
    background: #f2ecda;
    border: 1px solid #bec3c7;
}

/* ---- Other: link love ---- */
.linklove {
    width: 440px;
    margin: 10px 0 !important;
    padding: 0 !important;   
    text-align: left !important;
}
.linklove a,
.linklove a:visited {
    font-size: 0.8em;
    font-family: Tahoma;
    color: #4e5c66 !important;
}

/* ---- Other: browser hacks ---- */
* html .cform fieldset {
    position: relative;
    margin-top: 15px;
    padding-top: 25px;
}
* html .cform legend {
    position: absolute;
    top: -10px;
    left: 10px;
    margin-left: 0;
}
*+html .cform fieldset {
    position: relative;
    margin-top: 15px;
    padding-top: 25px;
}
*+html .cform legend {
    position: absolute;
    top: -10px;
    left: 10px;
    margin-left: 0;
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt {
    display: inline-block;            /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
    display: inline-block;            /*for ie7*/
}
* html img.captcha {
    margin-bottom: 1px !important;
}
*+html img.captcha {
    margin-bottom: 1px !important;
}

/* shiva */
.searchterm1, .searchterm2, .searchterm3, .searchterm4, .searchterm5 {
	padding: 2px 4px !important;
}
.pagi {
	border: none;
}
small {
	font-size: 10px;
}