/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #888;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
     }

a {
     color: #000;
     text-decoration: underline;
     cursor: pointer;
     }

h1 {
	margin: 0; 
	padding: 8px;
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	margin: 0; 
	padding: 0 0 6px 0;
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	margin: 0; 
	padding: 4px 0 6px 0;
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}
	 
p {
     margin: 5px 0px 7px 0px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
     color: #555555;
     }

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     font-size: 11px;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 14px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #000;
     font-weight: normal;
     text-decoration: none;
     cursor: pointer;
     }

a.unfancy:hover {
     text-decoration: underline;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_header_wrap {
	width: 100%;
	height: 254px;
	background-image: url(../media/cl_body_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	text-align: center;
	}

#skin_main_wrap{
	width: 100%;
	background-color: #fff;
	text-align: center;
}

#skin_main{
	margin: 0 auto;
	width: 960px;
}

#skin_ct {
     width: 100%;
     padding: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
	 width: 960px;
	 height: 254px;
     padding: 0;
     margin: 0 auto;
	 text-align: left;
     vertical-align: top;
     }

#skin_ct_lcol_head  a img {
	padding: 48px 0 0 20px;
}

#skin_ct_rcol_head {}

#skin_ct_lcol {
	float: left;
	font-family: helvetical, arial;
	font-size: 1.1em;
	padding: 8px;
	margin: 0px;
	vertical-align: top;
	width: 224px;
	text-align: left;
     }

#skin_ct_mcol {
	float: left;
     background-color: #FFFFFF;
	 width: 720px;
     padding: 0px;
     margin: 0px;
     vertical-align: top;
	 text-align: left;
     }

#skin_ct_rcol {
     background-color: #FFFFFF;
	 width: 0px; /* disabled column */
     padding: 0;
     margin: 0;
     vertical-align: top;
     width: 240px;
     }

#skin_footer_wrap {
	clear: both;
	background-color: #e0dacd;
	height: 170px;
	text-align: center;
	}

#skin_footer {
	width: 960px;
	height:  170px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../media/cl_footerbg.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

#skin_footer p {
	color: #666;
	font-size: .9em;
	text-transform: uppercase;
}
	
#skin_footer p a{
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
}

#skin_footer p a:hover{
	text-decoration: underline;
}

#skin_pgtitle {
     color: #30569D;
     padding: 0px 0px 2px 0px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     border-bottom: 1px solid #999999;
     }

#skin_content {
	background-color: #fff;
	width: 740px;
	margin: 0;
	padding: 24px 0 0px 0;
	}
	
#skin_content p {
	margin: 10px 0 10px 0;
	padding: 0;
	}

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
     color: #000;
	 margin: 12px 20px 6px 20px;
     padding: 5px 0 5px 0;
     font-weight: bold;
	 font-size: 1.1em;
	 text-transform: uppercase;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 8px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
     list-style: none;
     }

.skin_fenav ul li a {
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	margin: 0 20px 0 20px;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #000;
	}

.skin_fenav ul li a:hover {
	color: #3c2022;
     }

.skin_headacct {
	text-align: right;
	}

.skin_fenavmini {
	float: left;
	background-color: #f2f1e0;
	margin: 0 20px 0 20px;
	padding: 8px;
	border: 1px solid #999999;
	}

#skin_minicart{
	float: right;
	padding: 4px 0 0 25px;
	text-transform: uppercase;
	background-image: url('../media/cl_basket.gif');
    background-repeat: no-repeat;
    background-position: center left;
}

#skin_minicart_link a {
     font-weight: normal;
	 text-decoration: none;
}
	 
#skin_menu_head ul {
     padding: 10px 0px 0px 20px;
     margin: 0px 0px 0px 0px;
     list-style: none;
     border-bottom: 0;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #000;
     font-weight: normal;
     text-decoration: none;
	 font-family: Georgia;
	 font-size: 1.2em;
     margin: 0px 30px 0px 0px;
     padding: 0px 0px 0px 10px;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
	float: left;
	 text-transform: uppercase;
     width: 50%;
	 padding: 8px 0px 0 28px;
	 color: #000;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Divs                                         | */
/* +------------------------------------------------------------+ */

#khxc_debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 10px auto 10px auto;
     }

#khxc_printable {
     background-color: #FFFFFF;
     border: 1px solid #999999;
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Messages                            | */
/* +------------------------------------------------------------+ */

.khxc_error {
     color: #FF0000;
     font-weight: bold;
     }

.khxc_confirm {
     color: #339933;
     font-weight: bold;
     }

.khxc_imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.khxc_inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Monospace Code                | */
/* +------------------------------------------------------------+ */

.khxc_preboxed {
     margin: 5px 0px 0px 0px;
     padding: 5px;
     border: 1px solid #999999;
     font-family: Fixed, monospace;
     overflow: hidden;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Fields                         | */
/* +------------------------------------------------------------+ */

.khxc_formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.khxc_formfield {
     background-color: transparent;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.khxc_formfield:hover {
     background-color: #eee;
     }

.khxc_formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.khxc_formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.khxc_formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.khxc_formbutton {
     color: #333;
     background-color: transparent;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 160px;
     border: 1px solid #333;
     }

.khxc_formbutton:hover {
     color: #333;
     background-color: #eee;
     }

.khxc_quickbutton {
     color: #333;
     background-color: transparent;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 160px;
     border: 1px solid #555;
     }

.khxc_quickbutton:hover {
     color: #333;
     background-color: #eee;
     }

.khxc_quickform {
     margin: 5px 0px 0px 0px;
     }

.khxc_quickfield {
	width: 160px;
     background-color: #fff;
     border: 1px solid #333;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.khxc_quickfield:hover {}

.khxc_formfieldradcb_rnc {
     background-color: #FFA4A4;
     }

.khxc_formfield_rnc {
     background-color: transparent;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 5px 5px 0px 2px;
     }

.khxc_formfield_rnc:hover {
     background-color: #eee;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Form Table Displays                 | */
/* +------------------------------------------------------------+ */

.khxc_formsecthead {
		display: block;
		height: 28px;
		background-color: #fff;
		font-size: 1.2em;
		color: #333;
		margin: 0 0 0 0px;
		padding: 8px 5px 0 0px;
		font-weight: bold;
		text-transform: uppercase;
		clear: both;
     }

table.khxc_formtblone {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.khxc_formtbltwo {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_formtbltwo {
     padding: 4px 0px 4px 0px;
     width: 50%;
     vertical-align: top;
     /*border-bottom: 1px solid #DEDEDE;*/
     }

td.khxc_formtbltwospan {
     padding: 4px 2px 4px 2px;
     width: 100%;
     vertical-align: top;
     /*border-bottom: 1px solid #DEDEDE;*/
     }

td.khxc_formtblone {
     padding: 4px 0px 4px 0px;
     width: 100%;
     vertical-align: top;
     /*border-bottom: 1px solid #DEDEDE;*/
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Sort Table Displays                 | */
/* +------------------------------------------------------------+ */

table.khxc_sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.khxc_sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.khxc_sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Regular Table Displays              | */
/* +------------------------------------------------------------+ */

.khxc_regtablehead {
     color: #FF6600;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     /*border-bottom: 1px solid #999999;*/
     font-weight: bold;
     clear: both;
     }

table.khxc_regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 98%;
     }

td.khxc_regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.khxc_regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Ghost Table Displays                | */
/* +------------------------------------------------------------+ */

table.khxc_ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.khxc_ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.khxc_ghost form {
     display: inline;
}

td.khxc_ghost img {
     margin: 0px;
     margin: 0px;
     }

td.khxc_ghost p {
	color: #000;
     margin: 0px 0px 6px 6px;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Boxed Paragraphs                    | */
/* +------------------------------------------------------------+ */

p.khxc_ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Online Store Displays               | */
/* +------------------------------------------------------------+ */

.khxc_storehead {
	display: block;
	height: 26px;
	font-size: 1.2em;
	color: #000;
	margin: 0;
	margin: 0px 0 6px 6px;
	/*border-bottom: 1px dotted #d1d1d1;*/
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	}

#khxc_storelink {
	display: block;
	height: 1.1em;
    margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 6px;
  
    }

#khxc_storelink p {
     color: #000;
     margin: 0px;
	font-weight: bold;
	text-transform: uppercase;  
     }
	 
#khxc_storelink p a{
	font-weight: normal;
	margin: 0 2px;
	color: #666;
}

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */
	 
table.khxc_cptbl_cat { 
	width: 720px;
	margin: 0;
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
    }

tr.khxc_cptbl_cat {
	background-color: #fff;

}

td.khxc_cptbl_cat {
     padding: 0px 0px 0px 0px;
     vertical-align: top;
     }

td.khxc_cptbl_cat a {
	font-size: 1.2em;
	color: #000;
	font-weight: normal;
	text-decoration: none;
     }

td.khxc_cptbl_cat_blank {
     padding: 0px 0px 0px 0px;
	 background-color: #fff;
	 background-image: url(../media/empty.jpg);
	 background-repeat: no-repeat;
	 background-position: 50% 0;
     vertical-align: top;
     }	

/* +-------------------------------------------------------------------+ */
/* | KHXC Required Classes: Category List Header Display Tables        | */
/* +-------------------------------------------------------------------+ */
	 
table.khxc_cptbl_cathead { 
	width: 720px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-left: 6px solid #c5c2a6;
	border-bottom: 12px solid #c5c2a6;
	border-top: 6px solid #c5c2a6;
    }

tr.khxc_cptbl_cathead {
	background-color: #3c2022;
}

td.khxc_cptbl_cathead {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	border-right: 6px solid #c5c2a6;
	}

td.khxc_cptbl_cathead a {
	font-size: 1.2em;
	color: #ccc;
     font-weight: normal;
	 text-decoration: none;
     }
	 

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product List Display Tables         | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_prod {
	width: 714px;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 4px;
	border-spacing: 0px;
	border-collapse: collapse;
    }
	 
tr.khxc_cptbl_prod {
	background-color: #fff;
}

td.khxc_cptbl_prod {
     padding: 0px 0px 0px 0px;
     vertical-align: top;
     }

td.khxc_cptbl_prod a {
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
	text-decoration: none;
     }

td.khxc_cptbl_prod_blank {
     padding: 0px 0px 0px 0px;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Product Detail Display Tables       | */
/* +------------------------------------------------------------+ */

table.khxc_cptbl_det {
	background-color: #fff;
	color: #000;
     margin: 16px 0px 16px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

td.khxc_cptbl_det {
     padding: 0px 0px 0px 0px;
     vertical-align: top;
     }

td.khxc_cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Price Displays                      | */
/* +------------------------------------------------------------+ */

.khxc_pricediv {
color: #333;	
     margin: 5px 0px 7px 0px;
     }

.khxc_price {
     color: #333;
     font-weight: bold;
     display: inline;
     }

.khxc_pricex {
     color: #FF0000;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */

.khxc_cartbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 125px;
     border: 1px solid #555555;
     text-decoration: none;
     }

.khxc_cartbutton:hover {
     color: #555555;
     background-color: #cbbea3;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | KHXC Required Classes: Misc                                | */
/* +------------------------------------------------------------+ */

.khxc_clearboth {
     clear: both;
     }

.khxc_outstock {
     color: #FF0000;
     }

a.khxc_hrefbutton {
     color: #333;
     background-color: transparent;
     padding: 3px;
	 margin: 4px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #333;
     text-decoration: none;
     }

a.khxc_hrefbutton:hover {
     color: #000;
     background-color: #eee;
     text-decoration: none;
     cursor: default;
     }

.khxc_outline {
     border: 1px solid #333;
     padding: 5px;
     margin-top: 5px;
     }

.khxc_outline p { 
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | Chocolate Library Specific Classes                                      | */
/* +------------------------------------------------------------+ */
	
#cl-leftcolumn {
	float: left;
	width: 360px;
}

#cl-leftcolumn-narrow {
	float: left;
	width: 240px;
}

#cl-rightcolumn {
	float: left;
	width: 340px;
}

#cl-rightcolumn-wide {
	float: left;
	width: 460px;
}

#cl-rightcolumn p{
	font-size: 1.1em;
	line-height: 1.6em;
}

.cl-casestudy {
	display: block;
	margin: 12px 0px 14px 30px;
	padding: 0 0px 0 4px;
	border-left: 5px solid #cc2735;
	text-align: left;
}

.cl-back {
	display: block;
	margin: 12px 0px 0px 0px;
	text-align: left;
}

.cl-back a {
	text-decoration: none;
}

.cl-back a:HOVER {
	text-decoration: underline;
}

.cl-red {
	color: #cc2735;
	font-weight: bold;
}

.cl-casestudy  a{
	font-size: 1.2em;
	text-decoration: none;
}

.cl-casestudy  a:hover{
	text-decoration: underline;
}	
	
.ci_cat { /*not in use*/
	display: block;
	width: 232px;
	height: 276px;
	background-color: #3c2022;
}

.ci_cat p a { /*not in use*/
	font-family: georgia;
	font-size: 1.3em;
	font-weight: normal;
	color: #ccc;
}

.ci_cat_list_header {
	display: block;
	height: 30px;
	font-size: .9em;
	text-align: left;
	padding: 0px 0 4px 8px;
	text-transform: uppercase;
}

.ci_cat_list_header a:hover {
	color: #555;
}

.ci_cat_header {
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
	padding: 10px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}

.ci_cat_detail {
	margin: 8px 0 0 8px;
	font-family: georgia;
	font-size: 1.8em;
	font-weight: normal;
	color: #eee;
}

.ci_cat_header p.strong{
	font-size: 1.6em;
	font-weight: normal;
}
	
#ci_taskbar {
	margin: 0;
	padding: 22px 0 0 0;
	width: 960px;
	height: 34px;
	text-align: left;
}
	
#ci_bottommenu {
	padding: 0 0 0 236px;
	color: #000;
	text-align: left;
}

.ci_paymentprovider{
float: left;
	display: block;
	margin: 26px 0 0 40px;
	width: 125px;
	height:104px;
}

.ci_botmenucolumn {
	padding: 30px 36px 20px 12px;
	margin: 0 0 8px 0;
	float: left;
	display: block;
	width: 192px;
}

.ci_botmenucolumn  table{
	border-collapse: collapse;
}

.ci_botmenucolumn  td{
	padding: 2px 6px 2px 0;
	font-size: 1.1em;
	font-weight: normal;
}

.ci_botmenucolumn  ul{
	margin: 0;
	padding: 0;
}

.ci_botmenucolumn  ul li{
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	list-style: none;
}

.ci_botmenucolumn  ul li a{
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.ci_botmenucolumn  ul li a:hover{
	text-decoration: underline;
}

.ci_botmenuheader{
	margin: 0 0 8px 0;
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	height: 20px;
	color: #000;
	border-bottom: 1px dotted #000;
}

#ci_splashflash {
	width: 720px;
	height: 400px;
}

#ci_slideshow {
	width: 720px;
	height: 470px;
}

#ci_splashinfo {
	padding: 0 0 12px 0;
	background-color: #3c2022;
	width: 720px;
}

#ci_splashinfo p {
	color: #ccc;
}

tr.ci_rowspacer {
	/*display: block;*/
	/*background-color: #c5c2a6;*/
	margin:0 0 8px 0;
	padding: 0;
	/*height: 8px;*/
}

#ci_pagecolumnleft {
	float: left;
	width: 480px;
}

#ci_pagecolumnleft p{
	line-height: 1.8em;
}

#ci_pagecolumnleft img{
	margin: 0 15px 0 8px;
}

.ci_pageheader{
	font-family: georgia;
	font-size: 1.4em;
	font-weight: normal;
}

.ci_floatleft {
	display: block;
	float: left;
}

.ci_clearleft {
	clear: left;
}

#ci_pagecolumnright {
	float: right;
	width: 240px;
}

#ci_pagecolumnright img{
	margin: 40px 0 0 0;
}

#ci_contactpage {
	margin: 0;
	padding: 14px 0 0 12px;
	color: #fff;
	background-color: #c5c2a6;
	height: 650px;
	background-image: url(../media/contact_us_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#ci_prodname {
	font-size: 1.3em;
}

.ci_signup {
	display: block;
	height: 60px;
	color: #000;
	background-image: url(../media/bg_signup.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 4px 18px 0 68px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.9em;
}

.ci_signup a {
	font-family: Georgia;
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
}

.ci_signup a:hover {
	color: #3c2022;
}

.ci_contactbox {
	margin: 0 0 6px 0;
	padding: 4px;
	width: 340px;
	background-color: #3c2022;
	font-family: georgia;
	font-size: 1.3em;
	font-weight: normal;
}

.ci_contactbox  img{
	margin: 0 10px 0 0;
}

.ci_contactbox  p{
	margin: 0 0 0 0;
}

.ci_contactbox  p a{
	color: #fff;
	font-weight: normal;
}


/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */