@charset "utf-8";

/* ====================
   STYLES FOR X-IPRINT
   All rights reserved.
   ==================== */


/* --- BASIC STYLES AND CLASSES --- */

/* Document */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: .7em;
	line-height: 1.1;
	color: #222;
	background: #f0f9f9;
}
body, input, select, button, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Arial, sans-serif;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	font-style: normal;
}
h1 {font-size: 1.75em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.25em;}
h4 {font-size: 1em;}
h5 {font-size: 1em; font-weight: normal; font-style: italic;}

/* Lists */
ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
dl {
	margin: .75em 0;
	padding: 0;
}
dt {
	margin: .75em 0 0 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: .25em 0 .25em 32px;
	padding: 0;
}

/* Paragraphs and quotations */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}
address {
	font-style: normal;
}
blockquote {
	margin: .75em 0 .75em 20px;
	padding: 0 0 0 10px;
	border-left: solid 2px #ccc;
}
q {font-style: italic;}
cite {font-style: italic;}

/* Links */
a {
	color: #0c4467;
	text-decoration: none;
}
/*a:visited {color: #3e5767;}*/
a:hover, a:focus, a:active {
	color: #136ca3;
	text-decoration: underline;
}
a img {border: none;}

/* Misc inline elements */
em {font-style: italic;}
strong {font-weight: bold;}
del {text-decoration: line-through;}
sup, sub {
	vertical-align: baseline;
	font-size: .65em;
	position: relative;
}
sup {top: -0.6em;}
sub {bottom: -0.25em;}

/* Forms */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle;
}
select {
	padding: 1px 0;
	color: #444;
}
input.text, textarea {
	padding: 7px 6px 6px 6px;
	font-size: 100%;
	color: #555;
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	background: white url(/images/form-textinput-bg.png) no-repeat;
}
input.text:focus, input.text:active,
textarea:focus, textarea:active {color: #333;}
input.button {
	text-decoration: underline;
}
input.radio, input.checkbox {
	margin: 0;
	padding: 0;
	vertical-align: -3px;
}


/* --- HEADER --- */

/* Container */
#header {
	min-width: 960px;
	overflow: hidden;
	border-top: 1px solid #f7f7f7;
	background: white url(/images/top-bg.png) repeat-x left bottom;
}
#header .inner-block {
	position: relative;
	width: 960px;
	min-height: 120px;
	margin: 0 auto;
}

/* Logo */
#header h1 {
	position: absolute;
	left: -30px;
	bottom: -42px;
	width: 432px;
	height: 190px;
	font-weight: normal;
	font-size: 2.4em;
	background: url(/images/header-title-bg.png) no-repeat center center;
}
#header h1 img {
	display: block;
	margin: 60px 0 0 38px;
}

/* Language links */
#language-links {
	float: right;
	margin: 0;
	padding: 0 0 0 2px;
	font-size: .9em;
	background: url(/images/languagelinks-bg.png) no-repeat left bottom;
}
#language-links p {
	margin: 0;
	padding: 4px 5px 4px 3px;
	background: url(/images/languagelinks-bg.png) no-repeat right bottom;
}
#language-links .sep {position: absolute; top: -1000px;}
#language-links span,
#language-links a {
	padding: 3px;
}

/* Login box */
#login {
	clear: right;
	overflow: hidden;
	margin: 0 0 0 576px;
	padding: 8px 0 20px 0;
}

/* Login box: tabs */
#login ul.tabs {
	overflow: hidden;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	list-style: none;
	background: url(/images/login-tabs-bg.png) no-repeat right bottom;
}
#login ul.tabs li {
	float: left;
	padding: 4px 6px 2px 6px;
}
#login ul.tabs li.current {
	background: url(/images/login-tabs-bg.png) no-repeat right top;
}
#login ul.tabs li.current a {
	cursor: default;
	outline: none;
	text-decoration: none;
	color: #333;
}

/* Login box: forms */
#loginform {
	display: block;
}
#lostpwform {
	display: none;
}
#login form p {
	margin: 0;
	line-height: 26px;
}
#login form input {
	margin: 0;
}
#login form input.text {
	width: 152px; /* total 162px */
	height: 14px; /* total 22px */
	padding: 4px 5px;
	color: #8c9191;
	border: 1px solid #c1c8c8;
	border-top-color: #b2b9b9;
	border-bottom-color: #ced5d5;
	background: white url(/images/login-textinput-bg.png) no-repeat;
}
#login form input.text:focus,
#login form input.text.focus {
	color: #333;
}
#login form .first {
	float: left;
	width: 164px;
	margin-right: 1px;
}
#login form .second {
	float: left;
	width: 164px;
}
#login form .send {
	float: right;
	width: 54px;
	text-align: center;
}
#login form .links {
	clear: both;
	padding: 4px;
}
#login form .message {
	display: block;
	line-height: 1.1;
	font-size: .95em;
	color: #c00000;
}
#login form .message a {font-weight: bold;}
#login form .first .message {
	text-align: center;
	padding: 2px 5px;
}

/* Login box: links */
#loggedinlinks {
	width: 100%;
	overflow: hidden;
	padding: 1px 0 5px 0;
	line-height: 28px;
}
#loggedinlinks a.spbutton {
	margin-right: 5px;
	line-height: 1.1;
}
#loggedinlinks a.spbutton span.current {
	color: white;
	background: #64B22A;
}
#loggedinlinks a.normal {
	margin: 0 3px;
}


/* --- TOP NAVIGATION --- */

/* Container */
#top-nav {
	min-width: 960px;
	height: 69px;
	background: white url(/images/top-bg.png) repeat-x left top;
}
#top-nav .inner-block {
	width: 965px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

/* Block links */
#top-nav li {
	position: relative;
	top: -3px;
	float: left;
	width: 190px;
	height: 69px;
	margin: 0 2px 0 1px;
	padding: 0;
}
#top-nav .box {
	display: block;
	height: 69px;
	overflow: hidden;
	padding: 0 12px 0 42px;
	text-decoration: none;
	background: #eff0f0 url(/images/topnav-buttons.png) no-repeat 0 -71px;
}
#top-nav a.box {
	background-position: 0 0;
	background-color: #7ce032;
	cursor: pointer;
}

/* Link title */
#top-nav .main {
	float: left;
	height: 17px;
	overflow: hidden;
	margin: 9px 0 0 0;
	padding: 0 2px 0 0;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	color: #0c4467;
	background: url(/images/topnav-linktitle-bg.png) no-repeat right -60px;
}
#top-nav a .main {
	background-position: right 0;
	color: #457d1c;
}
#top-nav .main span {
	display: block;
	padding: 3px 4px 5px 6px;
	background: url(/images/topnav-linktitle-bg.png) no-repeat left -60px;
}
#top-nav a .main span {
	background-position: left 0;
}

/* Link description */
#top-nav .text {
	display: block;
	clear: left;
	padding: 5px 8px 0 2px;
	line-height: 1.2;
	font-size: 1.05em;
	color: #666;
}
#top-nav a .text {color: white;}

/* Numbers */
#top-nav .box .deco {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 19px;
	height: 20px;
	background: url(/images/topnav-numbers-in.png) no-repeat 0 bottom;
}
#top-nav span.n1 .deco {background-position: 0 bottom;}
#top-nav span.n2 .deco {background-position: -20px bottom;}
#top-nav span.n3 .deco {background-position: -40px bottom;}
#top-nav span.n4 .deco {background-position: -60px bottom;}
#top-nav span.n5 .deco {background-position: -80px bottom;}
#top-nav a.n1 .deco {background-position: 0 top;}
#top-nav a.n2 .deco {background-position: -20px top;}
#top-nav a.n3 .deco {background-position: -40px top;}
#top-nav a.n4 .deco {background-position: -60px top;}
#top-nav a.n5 .deco {background-position: -80px top;}

/* Tooltips */
#top-nav .tooltip {
	display: none;
	position: absolute;
	bottom: 63px;
	left: -22px;
	float: left; /* empêche dépassement des flottants */
	width: 184px; /* total 195px */
	min-height: 45px;
	padding: 2px 3px 14px 8px;
	background: url(/images/tooltip-topnav-bg.png) no-repeat left bottom;
}
#top-nav li:hover .tooltip,
#top-nav li.hover .tooltip {
	display: block;
}
#top-nav .tooltip .deco {
	position: absolute;
	left: 0;
	top: -5px;
	width: 195px;
	height: 5px;
	background: url(/images/tooltip-topnav-bg.png) no-repeat;
}
#top-nav .tooltip img {
	float: left;
	max-width: 60px;
	max-height: 80px;
}
#top-nav .tooltip .line1 {
	display: block;
	margin-left: 65px;
	padding: 10px 4px 2px 4px;
	text-align: center;
	font-weight: bold;
	color: #111;
}
#top-nav .tooltip .line2 {
	display: block;
	margin-left: 65px;
	padding: 0 4px;
	text-align: center;
	color: #555;
}


/* --- PAGE CONTENT --- */

/* Container */
#main {
	min-width: 960px;
	overflow: hidden;
	background: white;
}
#main .inner-block {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}


/* --- BOTTOM NAVIGATION --- */

/* Link for custom-made cards */
#custom-made {
	min-width: 960px;
	min-height: 30px;
	padding: 0 0 32px 0;
	background: #f6f6f6 url(/images/bottom-bg.png) repeat-x 0 -200px;
}
#custom-made p {
	width: 964px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-size: 1.05em;
}
#custom-made .first {
	float: left;
	margin-right: 8px;
	padding: 0 0 0 4px;
	background: url(/images/custommade-left-bg.png) no-repeat 0 -40px;
}
#custom-made .first strong {
	float: left;
	height: 27px; /* total 39px */
	padding: 12px 22px 0 10px;
	background: url(/images/custommade-left-bg.png) no-repeat right 0;
}
#custom-made .second {
	display: block;
	margin: 3px 0 0 0;
	padding: 9px 10px 10px 0;
	background: white;
}

/* Bottom nav container */
#bottom-nav {
	min-width: 960px;
	color: white;
	border-bottom: 1px solid white;
	background: #6bc12b url(/images/bottom-bg.png) repeat-x;
}
#bottom-nav .inner-block {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 9px 0 0 0;
}
#bottom-nav a {color: white;}
#bottom-nav ol, #bottom-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Steps navigation */
#bottom-nav .steps {
	float: left;
}
#bottom-nav .steps li {
	float: left;
	margin: 0 5px 0 0;
}
#bottom-nav .steps .box {
	display: block;
	padding: 3px 7px 5px 7px;
}
#bottom-nav .steps a.box {
	padding: 0 2px 0 0;
	text-decoration: none;
	color: #2c520f;
	background: url(/images/button-green-bg.png) no-repeat right top;
}
#bottom-nav .steps a span {
	display: block;
	padding: 3px 5px 4px 7px;
	background: url(/images/button-green-bg.png) no-repeat left top;
}
#bottom-nav .steps strong {
	margin-right: 1px;
	font-size: .9em;
}

/* Pages navigation */
#bottom-nav .pages {
	float: right;
}
#bottom-nav .pages li {
	float: left;
	margin: 0 0 0 8px;
	font-size: .9em;
	font-weight: bold;
}
#bottom-nav .pages a {
	display: block;
	padding: 4px 1px 11px 1px;
	text-decoration: underline;
}
#bottom-nav .pages .current a {
	text-decoration: none;
	background: url(/images/arrow-white-1.png) no-repeat center bottom;
}
#bottom-nav .pages a:hover,
#bottom-nav .pages a:focus {
	text-decoration: none;
}


/* --- FOOTER --- */

/* Container */
#footer .inner-block {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 0 14px 0;
}

/* Credits */
#footer .credits {
	float: left;
	width: 50%;
	margin: 0;
	padding: 1px 0 0 0;
}
#footer .credits br {display: none;}
#footer .credits img {
	vertical-align: middle;
	font-size: 1.5em;
}
#footer .credits span {
	margin: 0 0 0 10px;
	padding: 3px 5px;
	border-bottom: 1px solid #d3dcdb;
	background: white;
}

/* Address */
#footer address {
	float: right;
	max-width: 480px;
}
#footer address .col {
	float: left;
	min-width: 170px;
	padding: 0 4px 0 16px;
	text-align: right;
	line-height: 1.2;
}
#footer address strong {
	font-size: .9em;
}
#footer address a {
	text-decoration: underline;
}
#footer address .fixed {
	display: inline-block;
	min-width: 98px;
}


/* --- SHARED STYLES: STRUCTURE --- */

/* Three column structure */
#threecol-left {
	float: left;
	width: 192px;
	margin: 0 18px 0 0;
	padding: 12px 0 20px 0;
}
#threecol-center {
	float: left;
	width: 535px;
	margin: 0;
	padding: 12px 0 20px 2px;
}
#threecol-right {
	float: right;
	width: 192px;
	margin: 0;
	padding: 12px 0 20px 0;
}
#threecol-double {
	float: right;
	width: 750px;
	margin: 0;
	padding: 12px 0 20px 0;
}
#threecol-double-left {
	float: left;
	width: 750px;
	margin: 0;
	padding: 12px 0 20px 0;
}

/* Left-side column: text and title */
#threecol-left {
	text-align: right;
}
#threecol-left h2 {
	margin: 0 2px 10px 0;
	padding: 10px 1px 7px 0;
	font-size: 1.45em;
	border-bottom: 2px solid #f2f2f2;
}
#threecol-left .bigger {font-size: 1.05em;}

/* Center column: some kind of title */
#threecol-center .title-block,
#threecol-double .title-block {
	margin: 0 0 20px 0;
	padding: 14px 0 9px 0;
	border-bottom: 2px solid #f2f2f2;
}
#threecol-center .title-block h3,
#threecol-double .title-block h3 {
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 1em;
}
#threecol-center .title-block .subtitle,
#threecol-double .title-block .subtitle {
	float: left;
	margin: 0;
	padding: 1px 10px 10px 2px;
	background: white;
}
#threecol-center .title-block .action,
#threecol-double .title-block .action {
	float: right;
	width: 40%;
	margin: -10px 0 0 0;
	text-align: right;
}

/* Center column: small inline colums */
.inlinecols {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.inlinecols li, .inlinecols p {
	float: left;
	margin: 0;
	padding: 0 14px 5px 2px;
	font-size: .9em;
	background: white;
}
.inlinecols strong {
	display: block;
	margin: 0 0 1px 0;
}

/* Right-side column: text content */
#threecol-right {color: #333;}
#threecol-right > *:first-child,
#threecol-right > div > *:first-child {margin-top: 0;}
#threecol-right h3 {
	margin: 20px 0 10px 0;
	padding: 15px 2px 7px 2px;
	font-size: 1.05em;
	border-bottom: 2px solid #f2f2f2;
}
#threecol-right ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#threecol-right li {
	margin: 3px 0;
	padding: 0 2px;
}
#threecol-right p {
	margin: 8px 0;
	padding: 0 2px;
	line-height: 1.4;
}
#threecol-right .bigger {font-size: 1.05em;}
#threecol-right .bigger strong {font-weight: normal;}


/* --- SHARED STYLES: BIG FORM --- */

/* Main */
.big-form {clear: both;}
.big-form .part {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #e7efef;
	background: white;
}
.big-form .title {
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #d3dcdb;
}
.big-form .title h4 {
	float: left;
	margin: 0 6px 0 0;
	padding: 5px 6px 3px 6px;
	font-size: 1.05em;
	font-weight: normal;
	color: #111;
	background: #d3dcdb;
}
.big-form .title p {
	margin: 0;
	padding: 6px 0 0 0;
	font-size: .95em;
	color: #555;
}
.big-form .content {
	padding: 17px 20px;
	border: solid white;
	border-width: 1px 0;
	background: #fafafa;
}

/* Style with items on two “columns” */
.big-form .twocol p {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 4px 0;
}
.big-form .twocol .first {
	float: left;
	width: 238px;
	padding: 10px 2px 3px 2px;
	text-align: right;
	font-size: 1.05em;
	color: #111;
	border-bottom: 2px solid white;
}
.big-form .twocol .second {
	float: right;
	width: 243px;
	line-height: 28px;
}
.big-form .twocol .text,
.big-form .twocol textarea {
	width: 228px; /* total 242 */
}
.big-form .twocol textarea,
.big-form .twocol textarea.medium {height: 100px;}
.big-form .twocol textarea.short {height: 60px;}
.big-form .twocol textarea.tall {height: 195px;}
.big-form .twocol .second label {
	margin: 0 6px 0 0;
	padding: 0 4px;
	vertical-align: middle;
}
.big-form .twocol .firstchild {margin-right: 8px;}
.big-form .twocol input.small {width: 90px;}
.big-form .twocol select.small {width: 104px;}
.big-form .twocol input.medium {width: 116px;}
.big-form .twocol select.medium {width: 130px;}
.big-form .twocol input.wide,
.big-form .twocol textarea {width: 228px;}
.big-form .twocol select.wide {width: 242px;}

/* Errors and warnings */
.big-form .error {
	position: relative;
}
.big-form .error .message {
	display: none;
	position: absolute;
	z-index: 190;
	left: 124px;
	bottom: 2.4em;
	width: 202px;
	padding: 0 2px 6px 2px;
	background: url(/images/error-tooltip-frame.png) no-repeat left bottom;
}
.big-form .error .message .deco {
	position: absolute;
	z-index: 195;
	left: 0;
	top: -3px;
	height: 3px;
	width: 100%;
	background: url(/images/error-tooltip-frame.png) no-repeat;
}
.big-form .error .message .main {
	position: relative;
	z-index: 200;
	top: -2px;
	margin: 0;
	padding: 6px 8px 6px 8px;
	text-align: center;
	color: #bf0404;
	border: 2px solid #bf0505;
	background: white url(/images/error-tooltip-bg.png) repeat-x left bottom;
}
.big-form .error .message p {
	margin: 0;
	padding: 3px 0;
}
.big-form .error .first {
	font-weight: bold;
	color: #bf0404;
	border-color: #bf0404;
}
.big-form .error .action a {
	margin: 0 -8px;
	padding: 0px 12px;
}


/* --- SHARED STYLES: MISC (BUTTONS, PROCESS NAVIGATION, ETC.) --- */

/* Discrete notifications (Window.Growl) */
.gnotice {
	display: none;
	position: absolute;
	z-index: 5000;
	left: 50%;
	top: 50%;
	width: 198px; /* total 258 */
	margin-top: -100px;
	margin-left: -129px;
	padding: 30px 30px 22px 30px;
	background: url(/images/tooltip-growl-bg.png) no-repeat;
}
.gnotice .deco {
	position: absolute;
	bottom: -8px;
	left: 0;
	height: 8px;
	width: 258px;
	background: url(/images/tooltip-growl-bg.png) no-repeat left bottom;
}
.gnotice h3 {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #555;
}
.gnotice h3 .ok {color: #6a2;}
.gnotice h3 .nok {color: #bf0404;}
.gnotice p {
	margin: 10px 0 0 0;
	line-height: 1.25;
	color: #555;
}
.gnotice p strong {
	color: #111;
}

/* Button: “special” style */
a.spbutton {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: .95em;
	text-decoration: none;
	color: #0c4467;
	border: 1px solid #d3dcdb;
}
a.spbutton:hover, a.spbutton:focus {
	color: #136CA3;
}
a.spbutton span {
	float: left;
	padding: 6px 8px 5px 8px;
	border: 1px solid white;
	background: #f2f2f2;
}
span.spbutton {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	text-decoration: none;
	border: 1px solid #d3dcdb;
}
span.spbutton input,
span.spbutton button {
	float: left;
	margin: 0;
	padding: 6px 8px 5px 8px;
	font-weight: bold;
	font-size: .95em;
	color: #0c4467;
	border: 1px solid white;
	background: #f2f2f2;
}

/* Button: “big blue” style */
a.bbbutton,
span.bbbutton {
	float: left;
	height: 50px;
	margin: 0 4px 0 0;
	padding: 0 0 0 6px;
	line-height: 1;
	color: white;
	background: url(/images/button-bigblue-bg.png) no-repeat;
}
a.bbbutton span,
span.bbbutton input,
span.bbbutton button {
	float: left;
	margin: 0;
	border: none;
	margin: 0 -1px 0 0;
	padding: 14px 25px 16px 18px;
	line-height: 1;
	font-size: 1.3em;
	font-weight: normal;
	color: white;
	background: url(/images/button-bigblue-bg.png) no-repeat right top;
	cursor: pointer;
}
a.bbbutton span {padding-top: 17px;}


/* Display a list of links that span the entire width */
#bottom-links {
	position: relative;
	top: 10px;
	clear: both;
	margin: 0 0 46px 0;
	padding: 18px 0 15px 0;
	border: solid #f2f2f2;
	border-width: 2px 0;
}
#bottom-links h3 {
	position: absolute;
	top: -8px;
	left: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
#bottom-links h3 span {
	padding: 2px 16px 2px 0;
	background: white;
}
#bottom-links ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#bottom-links li {
	float: left;
	width: 176px;
	margin: 0;
	padding: 0 16px 0 0;
	line-height: 1.6;
}

/* Next step link (inline navigation) */
#next-step {
	clear: both;
	height: 72px;
	min-width: 960px;
	margin: 0;
	padding: 0 0 34px 0;
	background: white url(/images/next-step-bg.png) repeat-x 0 7px;
}
#next-step p {
	margin: 0 0 0 0;
	height: 72px;
	line-height: 72px;
	text-align: center;
}
#next-step a.main {
	margin: 0 8px 0 -20px;
	padding: 30px 0 30px 20px;
	font-size: 1.25em;
	color: white;
	background: url(/images/next-step-link-bg.png) no-repeat left center;
}
#next-step a.main, #next-step a.main:hover, #next-step a.main:focus {
	text-decoration: none;
}
#next-step a.main:hover span, #next-step a.main:focus span {
	text-decoration: underline;
}
#next-step a.main strong {
	padding: 30px 20px 30px 0px;
	font-weight: normal;
	background: url(/images/next-step-link-bg.png) no-repeat right center;
}
#next-step a.main span {
	background: #0d4d76 url(/images/next-step-link-bg.png) no-repeat center center;
}
#next-step a.main span.normal {padding: 10px;}
#next-step a.main span.bigger {padding: 10px 20px;}
#next-step a.main span.biggest {padding: 10px 30px;}


/* --- SPECIFIC: HOMEPAGE --- */

/* Big slogan */
#home-slogan {
	float: left;
	margin: 0 0 8px 0;
	padding: 15px 5px;
	width: 550px;
	text-align: center;
	line-height: 1.1;
	font-size: 30px;
	font-weight: normal;
	font-family: Georgia, Palatino, "Palatino Linotype", "Bitstream Vera Serif", serif;
}
#home-slogan .highlight {
	margin: 0 -6px;
	padding: 0 0 4px 0;
	background: url(/images/text-highlight-yellow-1.png) no-repeat left 0px;
}
#home-slogan .highlight strong {
	padding: 0 6px 4px 6px;
	font-weight: normal;
	background: url(/images/text-highlight-yellow-1.png) no-repeat right 0px;
}

/* Product view options */
#home-display {
	float: right;
	width: 368px;
	overflow: hidden;
	margin: 17px 0 22px 0;
	padding: 14px 5px 13px 5px;
	border: 3px solid #70cd2b;
}
#home-display p {margin: 0;}
#home-display .col {
	float: left;
	width: 184px; /* total 184px */
}
#home-display .first {
	width: 164px;
	padding: 0 10px;
	line-height: 1.25;
	text-align: center;
	color: #636767;
}
#home-display .first label {
	display: block;
	color: black;
}
#home-display .second {
	padding: 1px 0;
	line-height: 22px;
}
#home-display .second select {
	width: 170px;
}

/* Promo */
#home-promo {
	position: relative;
	top: -14px;
	clear: both;
	width: 100%;
	height: 80px;
	margin: 0 0 -10px 0;
	overflow: hidden;
	color: white;
	background: url(/images/home-promo-2.png) no-repeat;
}
#home-promo a {
	padding: 8px 0;
	color: white;
}
#home-promo .pict {
	float: left;
	margin: 0 7px 0 20px;
}
#home-promo .text {
	display: block;
	padding: 21px 10px 0 24px;
	font-size: 15px;
	font-family: Georgia, Palatino, "Palatino Linotype", "Bitstream Vera Serif", serif;
}

/* List of products */
#home-products {
	clear: both;
	width: 956px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding: 0;
	list-style: none;
}
#home-products li {
	position: relative;
	float: left;
	width: 186px; /* total 191px */
	height: 188px; /* total 192px */
	margin: 0;
	padding: 2px 2px 2px 3px;
	background: url(/images/home-product-box-bg.png) no-repeat 1px top;
}
#home-products a.family {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 1px 0 0 0;
	background: url(/images/home-product-name-bg.png) no-repeat;
	cursor: pointer;
}
#home-products a.family:hover, #home-products a.family:focus {
	background-position: right top;
}
#home-products .text {
	display: block;
	position: relative;
	z-index: 11;
	min-height: 13px;
	padding: 4px 10px 8px 10px;
	line-height: 1.25;
	font-size: 1.05em;
	font-weight: bold;
	color: white;
	background: #1276b4 url(/images/home-product-name-bg.png) no-repeat left bottom;
}
#home-products a.family:hover .text, #home-products a.family:focus .text {
	background-position: right bottom;
	background-color: #6abd2c;
}
#home-products .pict {
	display: block;
	position: absolute;
	z-index: 10;
	left: 2px;
	bottom: 4px;
	width: 186px;
	height: 160px;
	overflow: hidden;
	line-height: 160px;
	text-align: center;
}
#home-products img {
	max-height: 160px;
	max-width: 186px;
	vertical-align: middle;
}


/* --- SPECIFIC: TEMPLATE PAGE --- */

/* Carousel */
#template-chooser {
	position: relative;
	padding-bottom: 8px;
}
#template-chooser a.button {
	position: absolute;
	z-index: 50;
	top: 50px;
	height: 40px;
	width: 40px;
	background: url(/images/carousel-buttons-in.png) no-repeat;
	cursor: pointer;
	outline: none;
}
#template-chooser a.previous_button {
	left: -30px;
	background-position: top right;
}
#template-chooser a.next_button {
	right: -30px;
	background-position: top left;
}
#template-chooser a.previous_button_disabled {
	background-position: bottom right;
	cursor: default;
}
#template-chooser a.next_button_disabled {
	background-position: bottom left;
	cursor: default;
}
#template-chooser .container {
	position: relative;
	height: 154px;
	width: 960px;
	overflow: hidden;
	background: white;
}
#template-chooser ul {
	position: relative;
	top: 0;
	left: 0;
	width: 8000px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#template-chooser li {
	float: left;
	width: 192px;
	text-align: center;
}
#template-chooser li a {
	display: block;
	height: 152px;
	text-decoration: none;
	border-bottom: 2px solid #d3dcdb;
	cursor: pointer;
}
#template-chooser li.current a,
#template-chooser li a:hover,
#template-chooser li a:focus {
	color: #64b22a;
	border-color: #64b22a;
}
#template {}
#template-chooser li .pict {
	display: block;
	height: 112px;
	line-height: 112px;
}
#template-chooser li .pict img {vertical-align: middle;}
#template-chooser li strong {
	display: block;
	margin: 0 10px 1px 10px;
	font-weight: normal;
}
#template-chooser li .info {
	display: block;
	margin: 0 10px;
	color: #636767;
}

/* Left-side column */
#main .template-description h2 {
	margin: 0;
	padding: 14px 3px 7px 0;
	border: none;
}
.template-description p {
	margin: 6px 0;
	padding: 0 2px 0 0;
	line-height: 1.4;
	font-size: 1.05em;
}
.template-description .price {
	padding: 13px 8px 10px 8px;
	text-align: center;
	line-height: 1.6;
	border: 2px solid #64b22a;
}
.template-description .info {
	margin: 0 0 8px 0;
	font-size: .9em;
	color: #bf0404;
}
.template-description .highlight {
	margin: 0 -3px;
	padding: 10px 0 8px 0;
	background: url(/images/text-highlight-yellow-2.png) no-repeat left 0px;
}
.template-description .highlight strong {
	padding: 10px 6px 8px 6px;
	background: url(/images/text-highlight-yellow-2.png) no-repeat right 0px;
}

/* Center column */
.template-techinfo {
	margin: 0 0 20px 0;
	padding: 18px 0 17px 0;
	border-bottom: 2px solid #f2f2f2;
}
.template-techinfo .inlinecols {
	margin: 0;
	overflow: visible;
}
.template-preview {
	clear: left;
	height: 336px;
	/*min-height: 300px;*/
	padding: 5px 0;
	text-align: center;
}
.template-preview img {
	vertical-align: middle;
}


/* --- SPECIFIC: CUSTOMIZE A TEMPLATE --- */

/* Left-side column */
#main .customize-general h2 {
	margin-bottom: 14px;
}
.customize-general .info {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.customize-general .info li {
	margin: 0;
	padding: 5px 2px 5px 0;
}
.customize-general .info strong {
	display: block;
}
.customize-general form {
	margin: 15px 0;
	border: solid #f2f2f2;
	border-width: 2px 0;
	padding: 17px 0 18px 0;
	text-align: left;
}
.customize-general form p {
	margin: 0;
	padding: 5px 0;
}
.customize-general form label {
	display: block;
	margin: 0 0 2px 2px;
	font-weight: bold;
}
.customize-general form select {
	width: 192px;
}
.customize-general .total {
	margin: 20px 0;
}
.customize-general .total strong {
	display: block;
	margin: 0 0 2px 0;
}
.customize-general .total .price {
	color: #bf0404;
}

/* Title and tabs */
.customize-header {
	width: 100%;
	overflow: hidden;
}
.customize-header .title {
	float: left;
	margin: 0;
	padding: 13px 16px 6px 2px;
	background: white;
}
.customize-header .title h3 {
	margin: 0 0 1px 0;
	font-size: 1em;
}
.customize-header p {
	margin: 0;
}
.customize-header .tabs {
	overflow: hidden;
	margin: 0;
	border-bottom: 2px solid #f2f2f2;
	padding: 3px 0 0 0;
	list-style: none;
}
.customize-header .tabs li {
	float: left;
	padding: 0 0 0 1px;
}
.customize-header .tabs a {
	float: left;
	padding: 11px 18px 7px 18px;
	font-weight: bold;
}
.customize-header .tabs .current {
	background: #f3f3f3 url(/images/customize-tab-bg.png) no-repeat;
}
.customize-header .tabs .current a {
	text-decoration: none;
	color: #333;
	background: url(/images/customize-tab-bg.png) no-repeat right top;
}

/* Font options */
.customize-font {
	margin: 9px 0 10px 1px;
	border: 3px solid #70cd2b;
	padding: 13px 10px 12px 14px;
	color: #555;
}
.customize-font .choices {
	display: inline;
	margin: 0;
	vertical-align: middle;
}
.customize-font .choices select {margin: 0 8px 0 0;}
.customize-font .widest {width: 180px;}
.customize-font .wide {width: 150px;}
.customize-font .medium {width: 120px;}
.customize-font .small {width: 80px;}
.customize-font .reach {
	display: inline;
	margin: 0;
	vertical-align: middle;
}

/* Custom text and image */
.customize-content {
	float: left;
	width: 224px;
	padding: 1px 0 20px 0;
}
.customize-content p {
	margin: 0;
	padding: 5px 0 5px 1px;
}
.customize-content .text,
.customize-content textarea {
	width: 209px;
}
.customize-content textarea {
	height: 70px;
}
.customize-content h4 {
	margin: 3px 0 9px 0;
	padding: 0;
	border-bottom: 2px solid #f2f2f2;
}
.customize-content h4 span {
	position: relative;
	top: 7px;
	padding: 3px 6px 3px 3px;
	background: white;
}
.customize-content .photo {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 5px 0;
}
.customize-content .photo img {
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #eee;
	padding: 1px;
	background: white;
}
.customize-content .photo .name {
	display: block;
	margin: 0 0 4px 0;
}
.customize-content .photo br {display: none;}

/* Preview */
.customize-preview {
	float: right;
	width: 504px;
	padding: 6px 0 15px 0;
}
.customize-preview a {
	display: block;
	position: relative;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.customize-preview .full-preview {
	display: block;
	position: relative;
	z-index: 120;
	overflow: hidden;
	border: 1px solid #d3dcdb;
	padding: 1px;
}
.customize-preview .full-preview img {
	display: block;
}
.customize-preview .full-preview i {
	display: none;
	position: absolute;
	width: 900px;
	height: 900px;
	background: url(/images/customize-preview-border.png) no-repeat;
}
.customize-preview a:hover .full-preview i,
.customize-preview a:focus .full-preview i,
.customize-preview a.hover .full-preview i {
	display: block;
}
.customize-preview .full-preview i.deco1 {
	top: 0;
	right: 0;
	background-position: right top;
}
.customize-preview .full-preview i.deco2 {
	bottom: 0;
	left: 0;
	background-position: left bottom;
}
.customize-preview .button {
	position: absolute;
	z-index: 130;
	top: -500px;
	right: -5px;
	padding: 0 0 0 22px;
	font-weight: bold;
	color: #0c4467;
	background: url(/images/customize-preview-button.png) no-repeat;
}
.customize-preview a:hover .button,
.customize-preview a:focus .button,
.customize-preview a.hover .button {
	top: -5px;
}
.customize-preview .button span {
	display: block;
	padding: 9px 15px 12px 5px;
	background: url(/images/customize-preview-button.png) no-repeat right top;
}

/* Customize an image */
#customize-popup-container {
	width: 400px;
	margin: 0 auto;
}
#customize-popup {
	padding: 20px 22px;
}
#customize-popup h3 {
	font-size: 1.35em;
	margin: 0 0 15px 0;
}
#customize-popup .step {
	padding: 5px 0;
}
#customize-popup .step .title {
	display: block;
	margin: 0;
	padding: 2px 0 6px 24px;
	font-size: 1.1em;
	background: url(/images/customize-photo-steps.png) no-repeat;
}
#customize-popup .step1 .title {background-position: 0 0;}
#customize-popup .step1 p {
	margin: 0;
	padding: 5px 0 5px 25px;
}
#customize-popup .step2 .title {background-position: 0 -60px;}
#customize-popup #crop-container {
	width: 300px;
	margin: 6px 0 20px 25px;
}
/* For the cropper styles, see cropper.css
*/
#customize-popup .step3 .title {background-position: 0 -120px;}
#customize-popup .step3 .spbutton {
	margin: -10px 6px 0 0;
}


/* --- SPECIFIC: SHOPPING CART AND CHECKOUT --- */
.cart-overview {
    text-align: right;
}
/* List of cart contents (main styles) */
.cart-overview .price {
	/*margin: 0 -2px;*/
	padding: 4px 0 4px 4px;
	color: #333;
	background: url(/images/text-highlight-yellow-3.png) no-repeat left 0px;
}
.cart-overview .price span {
	padding: 4px 4px 4px 0;
	font-weight: normal;
	background: url(/images/text-highlight-yellow-3.png) no-repeat right 0px;
}

/* List of products in cart */
.cart-products {
	margin: 15px 0;
	list-style: none;
}
.cart-products li {
	margin: -1px -2px -2px -2px;
	padding: 0 0 6px 0;
	line-height: 1.25;
}
.cart-products a,
.cart-products .block {
	/*display: block;*/
	padding: 6px 8px 1px 8px;
	text-decoration: none;
}
.cart-products .family {
	/*display: block;*/
	color: #0c4467;
}
.cart-products .template {
	/*display: block;*/
	/*margin: 0 0 3px 0;*/
	color: #111;
}

/* Current item */
.cart-products li.current {
	background: url(/images/cart-products-current-bg.png) no-repeat left bottom;
}
.cart-products li.current a {
	padding: 7px 8px 6px 8px;
	background: url(/images/cart-products-current-bg.png) no-repeat left top;
}
.cart-products li.current .price, .cart-products li.current .price span {
	background-image: url(/images/text-highlight-yellow-4.png);
}

/* Shipping and total */
.cart-overview .shipping {
	margin: 15px 0;
	padding: 15px 0 0 0;
	border-top: 2px solid #F2F2F2;
}
.cart-overview .shipping strong {
	display: block;
	margin-bottom: 1px;
}
.cart-overview .shipping .price {
	padding: 0;
	color: #bf0404;
	background: none;
}
.cart-overview .shipping .info {
	margin-left: 1px;
}
.cart-overview .shipping .info a {
	padding: 0 3px;
	font-weight: bold;
}
.cart-overview .total {
	margin: 15px 0;
	padding: 12px 0 15px 0;
	border: solid #64b22a;
	border-width: 2px 0;
}
.cart-overview .total strong {
	display: block;
	margin-bottom: 5px;
}
.cart-overview .total .price {
	color: #bf0404;
}

/* Product preview on the last checkout page */
.checkout-after-intro p.bigger {
	margin: 20px 0;
	line-height: 1.4;
}
.checkout-after-intro .product {
	margin: 30px 0;
	text-align: center;
}

/* Details on a shopping cart item (center column) */
.cart-details-pict {
	padding: 1px 0;
	text-align: center;
}
.cart-details-pict img {
	vertical-align: middle;
}
.cart-details-techinfo {
	padding: 15px 0 10px 0;
}

/* Where to ship? */
.checkout-shipto {
	margin: 0;
	padding: 0 0 18px 0;
	line-height: 1.4;
}
.checkout-shipto h4 {
	clear: left;
	float: left;
	width: 140px;
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 1em;
	font-weight: bold;
}
.checkout-shipto p {
	margin: 0 0 0 155px;
}

/* E-mail your friends */
.checkout-after-info {
	width: 100%;
	overflow: hidden;
	margin: -6px 0 0 0;
	padding: 0 0 14px 0;
}
.checkout-after-info p {
	margin: 0;
	float: left;
	width: 250px;
	padding: 8px;
	line-height: 1.4;
}
.checkout-after-info p.col1 {
	padding-left: 2px;
	padding-right: 0;
}
.checkout-after-info p.col2 {
	float: right;
	padding-left: 12px;
	padding-right: 10px;
	background: #f2f2f2;
}


/* Checkout form:
   See the “SHARED STYLES: BIG FORM” section. */

/* Form part title with an image */
.big-form .title h4.with-pic {
	background: none;
	margin: 0;
	padding: 0;
}
.big-form .title h4.with-pic span {
	float: left;
	margin: 0 6px 0 0;
	padding: 11px 8px 9px 8px;
	font-weight: bold;
	background: #d3dcdb;
}
.big-form .title h4.with-pic img {
	margin: 0;
}
.big-form .title p.notice {
	margin: 0;
	padding: 12px 6px 0 0;
	text-align: right;
	font-weight: bold;
	color: #333;
}

/* Styles for the buttons */
.checkout-form button {
	line-height: 1.4;
}

/* Adaptation for the last checkout page */
.checkout-after-form .title {
	height: 0px;
	overflow: hidden;
}
.checkout-after-form .send .second {
	line-height: 50px;
}
.checkout-after-form .send .bbbutton {
	margin-right: 8px;
	padding: 0;
}

/* End of the main form on the checkout page */
.checkout-summary {
	height: 1%; /* move to iefixes.css */
	overflow: hidden;
	margin: 15px 0;
	border: 3px solid #70cd2b;
	padding: 8px 10px;
	line-height: 1.3;
}
.checkout-summary .secure {
	float: right;
	margin: -6px -5px -7px 0;
}
.checkout-summary .cols {
	width: 250px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.checkout-summary .cols strong {
	float: left;
	width: 150px;
}
.checkout-summary .cols span {
	display: block;
	margin-left: 155px;
}
.checkout-paycc {
	margin: 22px 0 30px 0;
	text-align: right;
}

/* Login form (right-side column) */
/* Note: we're using #main in some of the selectors below in order to avoid
   selector priority issues. */
.checkout-login {
	padding: 10px 0;
}
#main .checkout-login p {
	margin: 10px 0;
}
#main .checkout-login .message {
	margin: 0 0 12px 0;
	font-size: 1.05em;
}
.checkout-login .message strong {
	font-weight: normal;
	color: #64b22a;
}
#main .checkout-login form p {
	padding: 0;
}
.checkout-login form .text {
	width: 178px;
}
.checkout-login form .send {
	overflow: hidden;
	width: 100%;
}

/* Checkout: wire transfer (right-side column) */
.checkout-transfer-info1 {
	padding: 8px 0 12px 0;
}
.checkout-transfer-info2 {
	padding: 14px 0 4px 0;
	background: url(/images/line-lightgrey-1.png) no-repeat -985px 0;
}
.checkout-transfer-info2 strong {
	display: block;
}
#threecol-right .checkout-transfer-send {
	margin: 8px 0 12px 0;
}


/* --- SPECIFIC: HACKING THE OGONE PAYMENT INTERFACE WITH SOME STYLES --- */

/* Some generic styles */
#ogone {
	margin: 5px 0 30px 0;
}
#ogone b {
	font-weight: normal;
}
#ogone small {
	font-size: 1em;
}
#ogone small small {
	font-size: .9em;
}


/* Title part */
#ogone .title {
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #d3dcdb;
}
#ogone .title h4 {
	float: left;
	margin: 0;
	padding: 0;
	color: #111;
	font-size: 1.05em;
	font-weight: normal;
	background: none;
}
#ogone .title h4 span {
	float: left;
	margin: 0 6px 0 0;
	padding: 11px 8px 9px 8px;
	font-weight: bold;
	background: #d3dcdb;
}
#ogone .title h4 img {
	margin: 0;
}
#ogone .title p.notice {
	margin: 0;
	padding: 12px 6px 0 0;
	text-align: right;
	font-weight: bold;
	color: #333;
}

/* Some specific styles */
#ogone table {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #d3dcdb;
	background: #fafafa;
}
#ogone table table {
	border: none;
	margin: 0;
	padding: 0;
}
#ogone td {
	padding: 4px 5px;
	vertical-align: middle;
}
#ogone .ncoltable1 {
	padding: 15px 0 12px 0;
}
#ogone .ncoltable1 td {
	padding: 2px 5px;
}
#ogone .ncoltable1 .ncoltxtl {
	width: 32% !important;
	padding-left: 8px;
	text-align: left;
}
#ogone .ncoltable1 .ncoltxtr {
	width: 68% !important;
	text-align: left;
}
#ogone .ncoltable1 .ncoltxtl b {
	font-weight: bold;
}
#ogone .ncoltable2 {
	padding: 12px 0;
}

#ogone .ncoltable2 .ncoltxtl2{
	width: 25%;
}
#ogone .ncolinput input {
	width: 228px;
	padding: 7px 6px 6px 6px;
	font-size: 100%;
	color: #555;
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
	background: white url(/images/form-textinput-bg.png) no-repeat;
}
#ogone #Ecom_Payment_Card_Verification  {
	width: 90px;
	margin-right: 8px;
}
select[name=Ecom_Payment_Card_ExpDate_Month] {
	width: 104px;
	margin-right: 4px;
}
select[name=Ecom_Payment_Card_ExpDate_Year] {
	width: 125px;
	margin-left: 4px;
}

/* Bad hacks! */
/*#ogone .ncoltable2 tr:first-child {display: none;}*/
/*#ogone form p {display: none;}*/
/*#ogone .ncoltable2 small small {display: none;}*/
#ogone .ncoltable2 .ncolinput small small {display: inline;}



/* --- SPECIFIC: FAQ --- */

/* Left-side column */
.faq-nav .shortcuts {
	margin: 16px 0;
	padding: 0;
	list-style: none;
}
.faq-nav .shortcuts li {
	padding: 6px 6px 7px 0;
}
.faq-nav .shortcuts br {display: none;}
.faq-nav .shortcuts .question {
	display: block;
	margin: 1px 0 0 0;
	font-weight: bold;
}

/* Center content */
.faq-content .faq-item {
	clear: both;
	margin: 0 0 25px 0;
	padding: 2px 0 8px 0;
}
.faq-content .header {
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #d3dcdb;
}
.faq-content .header h4 {
	float: left;
	width: 400px;
	margin: 0;
	font-weight: normal;
}
.faq-content .header .section {
	float: left;
	margin: 0 7px 0 0;
	padding: 5px 6px 5px 6px;
	font-size: 1.05em;
	color: #111;
	background: #d3dcdb;
}
.faq-content .header h4 br {display: none;}
.faq-content .header .question {
	float: left;
	margin: 0;
	padding: 7px 0 0 0;
	font-size: .95em;
	color: #555;
}
.faq-content .header p {
	margin: 0 0 0 420px;

	background: url(/images/arrow-blue-1.png) no-repeat right 9px;
}
.faq-content .header p a {
	display: block;
	padding: 6px 10px 0 0;
	text-align: right;
}
.faq-content .answer {
	margin: 0;
	padding: 7px 0;
	line-height: 1.3;
	font-size: 1.05em;
}
.faq-content .answer p,
.faq-content .answer ul,
.faq-content .answer ol {
	margin: 5px 0;
}
.faq-content .answer .ok {color: #64b22a;}
.faq-content .answer .nok {color: #bf0404;}
.faq-content .contact {
	margin: 0;
	color: #555;
	background: url(/images/line-lightgrey-1.png) no-repeat 0 7px;
}
.faq-content .contact span {
	padding: 1px 10px 1px 0;
	background: white;
}

/* Right-side column */
.faq-contact p {
	color: #555;
}
.faq-contact p strong {
	font-size: 1.05em;
}


/* --- SPECIFIC: ABOUT --- */

/* Top section */
.about-first {}
.about-first .box {
	margin: 20px 0 0 0;
	padding: 1px 12px 1px 10px;
	line-height: 1.3;
	background: #f2f2f2;
}
.about-first .box p {
	margin: 12px 0;
}
.about-first .box p img {vertical-align: middle;}
.about-main {
	padding: 0 400px 0 0;
	text-align: center;
	font-family: Georgia, Palatino, "Palatino Linotype", "Bitstream Vera Serif", serif;
	background: url(/images/about-photo-1.jpg) no-repeat right center;
}
.about-main h3 {
	margin: 0 0 12px 0;
	font-weight: normal;
	font-size: 32px;
}
.about-main h3 .line1 {
	display: block;
	text-align: left;
	font-size: 50px;
}
.about-main h3 .line2 {
	display: block;
	text-align: right;
	font-size: 32px;
	font-style: italic;
}
.about-main p {
	margin: 4px 0 0 0;
	padding: 2px 0;
	line-height: 1.35;
	font-size: 1.1em;
}

/* Bottom section */
#about-details {
	clear: both;
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #f2f2f2;
	margin: 0 0 10px 0;
	padding: 20px 0 20px 0;
}
#about-details .main {
	float: left;
	width: 735px;
	border-right: 1px solid #555;
	line-height: 1.4;
	font-size: 1.05em;
}
#about-details .main .col {
	float: left;
	width: 220px; /* total 245px */
	padding: 0 23px 0 2px;
}
#about-details .main p {
	margin: 0;
}
#about-details .contact {
	position: relative;
	left: -5px;
	margin: 0 0 0 740px;
	padding: 0 10px 0 22px;
	border-left: 1px solid #555;
	line-height: 1.3;
}
#about-details .contact h4 {
	margin: 0;
	font-size: 1.05em;
}
#about-details .contact p {
	margin: 8px 0 0 0;
}
#about-details .contact strong {
	font-size: 1.05em;
}



/* --- SPECIFIC: CONTACT --- */

/* Left-side column */
.contact-intro p.bigger {
	margin: 20px 0 12px 0;
	line-height: 1.4;
}
.contact-intro address {
	margin: 12px 0;
	color: #555;
}
.contact-intro .map {
	margin: 20px 0;
}
.contact-intro .map img {vertical-align: middle;}

/* Center column */
.contact-form {
	margin-bottom: -15px; /* We may need to remove this line. */
}
.contact-form .send {
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
}
.contact-form .send .second {
	line-height: 50px;
}
.contact-form .send .bbbutton {
	margin-right: 8px;
}

/* Right-side column */
.contact-full .unit {
	margin: 14px 0 14px 0;
	padding-top: 15px;
	background: url(/images/line-lightgrey-1.png) no-repeat -985px 0;
}
.contact-full div.first,
.contact-full h3 + .unit {
	padding-top: 8px;
	background: none;
}
.contact-full .unit h4 {
	margin: 0 0 0 2px;
	font-size: 1em;
	color: #64b22a;
}
.contact-full .unit h4 a {
	text-decoration: none;
}
#main .contact-full .unit .person {
	margin: 11px 0 0 0;
}
.contact-full .unit address {
	margin: 3px 0 3px 2px;
	color: #555;
}
.contact-full .open h4 a {
	color: #64b22a;
	cursor: default;
}
.contact-full .closed h4 a {
	color: #0c4467;
	cursor: pointer;
}
.contact-full .closed p,
.contact-full .closed address {
	display: none;
}


/* --- SPECIFIC: USER ACCOUNT PAGE --- */

/* Overview (user information) */
.account-overview .edit {
	margin: -17px 0 0 0;
	text-align: right;
}
.account-overview .edit a {
	padding: 2px 3px;
	background: white;
}
.account-overview .userinfo {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.account-overview .userinfo li {
	margin: 0;
	padding: 6px 3px 2px 0;
}
.account-overview .userinfo h3 {
	margin: 0 0 2px 0;
	font-size: 1em;
}
.account-overview .userinfo p {
	margin: 0 0 4px 0;
	line-height: 1.25;
}


/* Details (past orders) */
.account-detail .title {
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #d3dcdb;
}
.account-detail .title h4 {
	float: left;
	margin: 0 8px 0 0;
	padding: 7px 7px 4px 7px;
	font-size: 1.05em;
	font-weight: normal;
	color: #111;
	background: #d3dcdb;
}
.account-detail .title p {
	margin: 0;
	padding: 7px 0 0 0;
	font-size: .95em;
	color: #555;
}
.account-detail table {
	width: 100%;
	margin: 0 0 40px 0;
	border: none;
	border-collapse: collapse;
}
.account-detail th, .account-detail td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
}
.account-detail th {
	padding: 12px 6px 12px 6px;
	background: #fafafa;
}
.account-detail th + th {width: 80px;}
.account-detail th + th + th + th {width: 120px;}
