/************************/
/* global style section */
/************************/
html {
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-weight: normal;
	text-align: center;
	min-height: 100%;
	height: 100.01%;
	min-width: 41em;
	background: #000;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}

h1 {
	font-size: 1em;
	color: #000;
	text-align: left;
	margin: 20px 0 0 15px;
}

hr {
	background-color: #CCC; /* Mozilla 1.4 */
	color: #CCC; /* IE 6 */
	border: #CCC; /* Opera */
	height: 1px;
	margin: 0.2em;
}

legend {
	font-weight: bold;
	padding: 0 5px;
}
/************************/


/******************/
/* banner section */
.banner, .banner * {
	position: relative;
	margin: 50px auto 0 auto;
	text-align: center;
}

.banner img {
	margin: 0.5em;
	border: 0;
}
/******************/


/****************/
/* main page layout section */
#main {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto;
	text-align: center;
	background-color: #FFF;
}
/****************/


/******************/
/* header section */
#header {
	width: 900px;
	height: 101px;
	border-bottom: 1px #000 solid;
}

#headerLeft {
	float: left;
	width: 432px;
}

#headerRight {
	float: right;
	width: 468px;
}

.headerBanner {
	width: 468px;
	height: 60px;
	border: 0;
}

.headerLogo {
	width: 432px;
	height: 100px;
	border: 0;
}

.headerKarthago {
	width: 468px;
	height: 40px;
	border: 0;
}
/******************/


/**********************/
/* navigation section */
#navcontainer {
	width: 900px;
	height: 25px;
	background-color: #FF0;
	font-size: 0.8em;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 2px 12px;
	background-color: #FF0;
	color: #000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000;
}

#navcontainer ul li a:hover {
	background-color: #FF0;
	color: #000;
}

#nav li a:hover {
	color: #000;
	text-decoration: underline;
	background: #FF0;
	text-align: left;
}

#searchSubmit {
	font-size: 1em;
	text-align: center;
	margin: 2px 0;
	width: 80px;
	height: 20px;
	background: #666;
	color: #FF0;
}

#search {
	margin: 2px 10px 2px 20px;
	border: 1px solid #CCC;
	width: 180px;
	height: 18px;
	float: left;
}

#highlight {
	font-size: 1.3em;
	font-weight: bold;
}
/**********************/


/*******************/
/* content section */
#content {
	width: 898px;
	color: #000;
	background-color: #FFF;
	font-size: 1em;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #FFF;
}

#content p {
	line-height: 150%;
}

#content img {
	vertical-align: middle;
}
/*******************/


/******************/
/* footer section */
#foot {
	width: 900px;
	position: relative;
	margin: -5px 0 0 0;
	font-size: 0.8em;
	background: #FFF;
	text-align: center;
}

#foot a {
	color: #666;
	text-decoration: none;
	margin: 0 35px 5px 35px;
}

#foot a:hover {
	color: #F00;
	text-decoration: underline;
}
/******************/


/**************************/
/* golbal fieldset layout */
#agbFieldset,
#cartFieldset,
#catalogueFieldset,
#contactFieldset,
#helpFieldset,
#infoFieldset,
#legalFieldset,
#linkFieldset,
#messageFieldset,
#orderFieldset,
#privacyFieldset,
#startPage {
	margin: 5px 15px 15px 15px;
	padding: 15px;
	font-size: 0.8em;
	border: 1px solid #CCC;
}
/**************************/


/****************/
/* abg fieldset */
#agbFieldset * {
	text-align: left;
}

#agbFieldset h2 {
	font-size: 1.1em;
	margin: 0.5em 0;
}

#agbFieldset p {
	text-align: right;
}

#agbFieldset ul {
	margin: 0.3em 0 0.2em 2.5em;
}

#agbFieldset li {
	line-height: 150%;
}

#agbFieldset th {
	background: #666;
	color: #FF0;
	padding: 0 3px;
	text-align: left;
}

#agbFieldset td {
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

#agbFieldset a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#agbFieldset a:hover {
	color: #F00;
	text-decoration: underline;
}

#agbFieldset th a {
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
}

#agbFieldset th a:hover {
	color: #FF0;
	text-decoration: underline;
}

#agbFieldset .center {
	text-align: center;
}
/****************/

/*************************/
/* cart fieldset section */
#cartFieldset table {
	width: 100%;
}

#cartFieldset form {
	display: inline;
}

#cartFieldset input {

}

#cartFieldset th {
	background: #666;
	color: #FF0;
	padding: 0 3px;
	text-align: left;
}

#cartFieldset td {
	vertical-align: top;
	padding: 3px;
}

#cartFieldset .numberInput {
	width: 20px;
	height:18px;
	border: 1px solid #CCC;
	margin: 0 0.3em 0 0.5em;
	line-height: 100%;
}

#cartFieldset .fixed {
	width: 400px;
	text-align: left;
}

#cartFieldset .center {
	text-align: center;
}

#cartFieldset .smallSubmit {
	font-size: 1em;
	text-align: center;
	margin: 2px 0;
	width: 75px;
	height: 20px;
	background: #666;
	color: #FF0;
}

#cartFieldset .submit {
	font-size: 1em;
	text-align: center;
	margin: 2px 0;
	width: 150px;
	height: 20px;
	background: #666;
	color: #FF0;
}
/*************************/

/**********************/
/* catalogue fieldset */
#catalogueFieldset th {
	background: #666;
	color: #FF0;
	padding: 0 3px;
	text-align: left;
}

#catalogueFieldset td {
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

#catalogueFieldset .center {
	text-align: center;
}
/**********************/

/***********************/
/* catalogue selection */
#catalogueSelection {
	background: #666;
	color: #FF0;
	margin: 10px auto;
	width: 95%;
	font-size: 0.8em;
}

#catalogueSelection th {
	text-align: right;
}

#catalogueSelection th a {
	color: #FF0;
	text-decoration: none;
}

#catalogueSelection th a:hover {
	text-decoration: underline;
}

#catalogueSelection td {
	text-align: left;
}

#catalogueSelection select {
	margin: 0 25x 0 5px;
	border: 1px solid #CCC;
	height: 20px;
}
/***********************/

/****************************/
/* contact fieldset section */
#contactFieldset * {
	text-align: left;
	vertical-align: top;
}

#contactFieldset label {
	line-height: 200%;
}

#contactFieldset label, #contactFieldset .textInput, #contactFieldset select, #contactFieldset textarea {
	display: block;
	float: left;
	width: 180px;
}

#contactFieldset img {
	display: block;
	float: left;
	width: 140px;
	height: 40px;
}

#contactFieldset .textInput, #contactFieldset select {
	height: 18px;
	border: 1px solid #CCC;
}

#contactFieldset textarea {
	height: 120px;
	border: 1px solid #CCC;
}

#contactFieldset br {
	clear: left;
}

#contactFieldset .indented {
	margin: 0 0 0 180px;
}

#contactFieldset .center {
	text-align: center;
}

#contactFieldset .submit {
	font-size: 1em;
	text-align: center;
	margin: 2px 0;
	width: 150px;
	height: 20px;
	background: #666;
	color: #FF0;
}
/****************************/

/*************************/
/* help fieldset section */
#helpFieldset * {
	text-align: left;
}

#helpFieldset h2 {
	font-size: 1em;
	margin-bottom: 15px;
}

#helpFieldset ol {
	margin: 0 0 20px 20px;
}

#helpFieldset li {
	line-height: 200%;
}

#helpFieldset a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#helpFieldset a:hover {
	color: #F00;
	text-decoration: underline;
}

#helpFieldset .center {
	text-align: center;
}
/*************************/

/*************************/
/* info fieldset section */
#infoFieldset * {

}

#infoFieldset h2 {
	text-align: center;
	font-size: 1.2em;
	margin: 0.5em 0 0.2em 0;
}

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

#infoFieldset table {
	margin: 0 auto;
}

#infoFieldset td {
	text-align: left;
	vertical-align: top;
	padding: 10px 25px;
	line-height: 200%;
}

#infoFieldset a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#infoFieldset a:hover {
	color: #F00;
	text-decoration: underline;
}

#infoFieldset .center {
	text-align: center;
}

#infoFieldset select {
	border: 1px solid #CCC;
}

#infoFieldset #dlSubmit {
    background: none repeat scroll 0 0 #666;
    color: #FFFF00;
    font-size: 1em;
    height: 20px;
    margin: 2px 0;
    text-align: center;
    width: 80px;
}
/*************************/

/**************************/
/* legal fieldset section */
#legalFieldset * {
	text-align: center;
}

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

#legalFieldset a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#legalFieldset a:hover {
	color: #F00;
	text-decoration: underline;
}
/**************************/

/*************************/
/* link fieldset section */
#linkFieldset * {
	text-align: center;
}

#linkFieldset h2 {
	font-size: 1.2em;
	margin: 0.5em 0 0.2em 0;
}

#linkFieldset p {

}

#linkFieldset a {
	color: #000;
	text-decoration: none;
}

#linkFieldset a:hover {
	color: #F00;
	text-decoration: underline;
}
/*************************/

/****************************/
/* message fieldset section */
#messageFieldset * {
	text-align: center;
}

#messageFieldset p {
	margin-bottom: 15px;
}
/****************************/

/**************************/
/* order fieldset section */
#orderFieldset * {
	text-align: left;
	vertical-align: top;
}

#orderFieldset label, #orderFieldset h3 {
	line-height: 200%;
}

#orderFieldset label, #orderFieldset .textInput, #orderFieldset select, #orderFieldset textarea {
	display: block;
	float: left;
	width: 220px;
}

#orderFieldset .textInput, #orderFieldset select {
	height: 20px;
	border: 1px solid #CCC;
}

#orderFieldset textarea {
	height: 120px;
	border: 1px solid #CCC;
}

#orderFieldset br {
	clear: left;
}

#orderFieldset a {
	color: #F00;
	text-decoration: none;
}

#orderFieldset a:hover {
	text-decoration: underline;
}

#orderFieldset span {
	display: block;
	float: left;
	width: 480px;
}

#orderFieldset .indented {
	margin: 0 0 0 220px;
}

#orderFieldset .center {
	text-align: center;
}

#orderFieldset .submit {
	font-size: 1em;
	text-align: center;
	margin: 2px 0;
	width: 150px;
	height: 20px;
	background: #666;
	color: #FF0;
}
/**************************/

/****************/
/* pager layout */
#pagerTable {
	margin: 20px 0;
	font-size: 0.7em;
	width: 100%;
}

#pagerTable td {
	width: 33%;
	padding: 1em;
	vertical-align: top;
}

#pagerTable img {
	vertical-align: top;
}

#pagerTable a {
	color: #000;
	text-decoration: none;
	margin: 0 0.5em 0 0.5em;
}

#pagerTable a:hover {
	color: #F00;
	text-decoration: underline;
}

#pagerTable .left {
	text-align: left;
}

#pagerTable .right {
	text-align: right;
}

#pagerTable .current {
	font-size: 1.5em;
}
/****************/

/****************************/
/* privacy fieldset section */
#privacyFieldset * {
	text-align: left;
}

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

#privacyFieldset a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#privacyFieldset a:hover {
	color: #F00;
	text-decoration: underline;
}

#privacyFieldset .center {
	text-align: center;
}
/****************************/

/*********************/
/* start page layout */
#startPage table, #catalogueFieldset table, #cartFieldset table {
	margin-top: 10px;
}

#startPage th {
	background: #666;
	color: #FF0;
	padding: 3px 5px;
	text-align: left;
}

#startPage td {
	vertical-align: top;
	text-align: left;
	padding: 3px 5px;
}

#startPage a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#startPage a:hover {
	color: #F00;
	text-decoration: underline;
}

#startPage .left {
	width: 120px;
}

#startPage .right {
	text-align: right;
}

#startPage .third {
	width: 33%;
	text-align: center;
}

#startPage .wide {
	width: 100%;
}
/*********************/

/*****************/
/* class section */
.arrowImage {
	width: 12px;
	height: 12px;
	border: 0;
	margin: 0 0.5em 0 0.5em;
}

.cartImage {
	width: 22px;
	height: 15px;
	border: 0;
}

.center {
	text-align: center;
}

.clearall {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.crewImage {
	width: 200px;
	height: 150px;
	border: 0;
}

.errorField {
	display: block;
	float: left;
	width: 220px;
	height: 18px;
	border: 1px solid #F00;
	background-color: #EEE;
}

.errorMessage {
	color: #F00;
	font-size: 1em;
	font-weight: bold;
	padding: 0.5em 0 0 0;
}

.karthagoImage {
	width: 150px;
	height: 150px;
	border: 0;
}

.logo {
	width: 360px;
	height: 200px;
	border: 0;
}

.pdfImage {
	width: 20px;
	height: 20px;
	border: 0;
	margin-left: 7px;
}

.printImage {
	width: 21px;
	height: 21px;
	border: 0;
}

.productImage {
	width: 100px;
	height: 100px;
	border: 0;
}

.right {
	text-align: right;
}

.specialInfo {
	width: 120px;
	height: 14px;
	border: 0;
}
/*****************/

/****************/
/* autocomplete */
#acContainer {
    position: relative;
    width: 250px;
    background: #FFF;
    z-index: 999;
    text-align: left;
}
#acContainer .yui-ac-bd {
    padding: 3px;
}

#acContainer .yui-ac-bd ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#acContainer div.yui-ac-bd li {
    display: block;
	list-style: none;
	margin-bottom: 0;
	line-height: 1.5em;
	position: relative;
	cursor: pointer;
	cursor: hand;
}

#acContainer .yui-ac-highlight {
    background: #D10A05;
    color: #FFF;
}
/****************/