@CHARSET "UTF-8";

/** *********************************************************** **
 **  YACHT SHOP 
 ** *********************************************************** **/
/**
 * horizontally displayed basket 
 */
#yachtshop .basketBox {
	width: 840px;
	height: 45px;
	padding: 8px 10px 8px 120px;
	background: url(/images/yacht/basket_bg.gif) no-repeat;  
	voice-family: "\"}\""; 
	voice-family: inherit;
  	height: 29px;
  	width: 710px;
}
html>body #yachtshop .basketBox {
  	height: 29px;
  	width: 710px;
}
#yachtshop .basketBox .basketInfo {
	float: left;
	padding: 0 20px;
	height: 29px;
	line-height: 29px;
	background: url(/images/layout/dotLine_vert_white.gif) right top repeat-y;
	color: #ffffff;
	font-size: 12px;   
	font-family: Arial, Helvetica, sans-serif;
}
#yachtshop .basketBox .basketInfo a {
	font-weight: bold;
	color: #ffffff;
}
#yachtshop .basketBox .basketInfo strong.green {
	color: #8FBE00;
}
#yachtshop .basketBox .yachtDlButton {
	float: right;
}

/**
 * Main 2 col layout for categories and articles 
 */
#yachtshop .lCol {
	float: left;
	width: 207px;
	margin: 10px 20px 0 0;
	background: #F0F0F0;
}
#yachtshop .rCol {
	float: left;
	width: 613px;
	margin-top: 10px;
}
#yachtshop h2.sectTitle {
	background: #8FBE00;
	border-bottom: 1px solid #ffffff;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
/**
 * Category list 
 */
#yachtshop ul.catList {
	margin: 10px 10px 0 10px;
	padding: 0 0 0 1em;
	list-style-image: url(/images/yacht/catlist_bullet.gif);
}
#yachtshop ul.catList li {
	margin: 0;
	padding: 3px 0 3px 1em;
}
#yachtshop ul.catList li a {
	color: #000000;
	text-decoration: none;
}
#yachtshop ul.catList li a:hover {
	text-decoration: underline;
}
#yachtshop ul.catList li.act a {
	font-weight: bold;
	text-decoration: underline;
}
/**
 * Article listing (category and basket)
 */
#yachtshop table.artList {
	width: 100%;
	margin: 0;
	border: 0;
}
#yachtshop table.artList thead tr th, #yachtshop table.artList tfoot tr td {
	padding: 4px 6px;
	background: #686868;
	vertical-align: middle;
	font-size:  12px;
	font-weight: bold;
	color: #ffffff;    
	font-family: Arial, Helvetica, sans-serif;
}
#yachtshop table.artList thead tr th {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#yachtshop table.artList tfoot tr td {
	border-top: 1px solid #ffffff;
}
#yachtshop table.artList tfoot.basket tr td {
	border-right: 0;
	border-top: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #000000 url(/images/yacht/basket_bg_bottom.gif) left bottom no-repeat;
	color: #8FBE00;
}
#yachtshop table.artList thead tr th a, #yachtshop table.artList tfoot tr td a {
	color: #ffffff;
}
#yachtshop table.artList tbody tr {
	background: #E8E8E8;
}
#yachtshop table.artList tbody tr td {
	border-right: 1px solid #ffffff;
	padding: 4px 6px;
	vertical-align: top;
	color: #000000;
}
#yachtshop table.artList th.last, #yachtshop table.artList td.last { border-right: 0; }
#yachtshop table.artList tbody tr td .delButton {
	float: right;	
}


#yachtshop .basketForm input.inputText {
	width: 120px;
	border: 1px solid #CFCFCF;
	padding: 2px;
	font-size: 11px;
	color: #000000;
}
#yachtshop .basketForm input.inputSubmit {
	vertical-align: bottom;
}

#yachtshop .recalcBut {
	padding: 6px 4px;
	text-align: right;
}
#yachtshop .recalcBut input {
	width: 70px;
	height: 19px;                           
	border: 0;
	background: url(/images/layout/but_bg_small.gif) no-repeat;
	color: #ffffff;
	font-size: 11px;
}

#yachtshop .navLeft, #yachtshop .navMid, #yachtshop .navRight {
	float: left;
}
#yachtshop .navLeft {
	width: 80px;
	text-align: left;
}
#yachtshop .navRight {
	width: 80px;     
	text-align: right;
}
#yachtshop .navMid {
	width: 441px;
	text-align: center;
}

/**
 * Order form 
 */
#orderForm {
	margin: 10px 0;
}
#orderForm table {
	border: 0;
}
#orderForm table tr td {
	padding: 3px;
}
#orderForm table tr td.fldTitle {
	width: 110px;
}
#orderForm input.inputText {
	width: 166px;
	height: 20px;
	padding: 2px;
	margin-right: 25px;
	border: 1px solid #CFCFCF; 
	font-size: 11px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 162px;
  	height: 16px;
}
html>body #orderForm input.inputText {
	width: 162px;
  	height: 16px;
}
#orderForm textarea.inputTxtArea {
	width: 356px;
	height: 229px;
	padding: 2px;
	border: 1px solid #CFCFCF;   
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 11px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 352px;
  	height: 225px;
}
html>body #orderForm textarea.inputTxtArea {
	width: 352px;
  	height: 225px;
}

/**
 * Order (customer) data in table 
 */
#yachtshop table.dataTbl {
	border: 0;
	margin-bottom: 20px;	
}
#yachtshop table.dataTbl tr td {
	padding: 2px 0;	
}
#yachtshop table.dataTbl tr td.fldTitle {
	width: 120px;	
}
#yachtshop table.dataTbl tr td.fldTxt {
	padding-left: 20px;	
}