body {
	background:#5cc9f4 url(../images/body_bg.gif) repeat-x top;
	margin:0;
	padding:0 0 25px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	width:954px;
	margin:0 auto;
	position:relative;
}
a#logo {
  position:absolute;
  top:15px;
  left:10px;
  width:250px;
  height:100px;
}

#header {
	padding:12px 0 0 0;
	height:137px;
}
h1{
	font-size:18px;
	font-weight:bold;
	color:#0f2d3e;
}
h2{
	font-size:14px;
	font-weight:bold;
	color:#000c33;
	margin-top:15px;
}
.icon{
margin:0px 5px;
}

.field{
  z-index:10;
}

#nobr { white-space: nowrap; }

/* SPLASH */
a.splashButton {
  background:url(corporate/images/button_right_splash.gif) no-repeat right;
  height:32px;
  font-size:12px;
  color:#000;
  text-decoration:none;
  font-weight:bold;
  text-align:center;
  display:-moz-inline-box;
  display:inline-block;
  width:auto!important;
  width:20px;
  white-space:nowrap;
  padding:0 5px 0 0;
}
a.splashButton span {
  background:url(corporate/images/button_left_splash.gif) no-repeat left;
  display:-moz-inline-box;
  display:inline-block;
  height:25px;
  padding:7px 5px 0 10px;
  cursor:pointer;
}


/* USER BOX */
#userBox {
	background:url(../images/user_box.gif) no-repeat;
	width:301px;
	height:90px;
	position:absolute;
	top:0;
	right:9px;
	text-align:right;
	font-size:12px;
	padding:9px 15px 0 0;
	color:#293d4c;
}
#userBox img {
	vertical-align:middle;
}
#userBox a {
	color:#145f98;
	text-decoration:none;
}
#userBox p {
	margin:3px 0;
}

#userBox a.button {
	background:url(../images/admin_button_right.gif) no-repeat right;
	color:#000;
}
#userBox a.button span {
	background:url(../images/admin_button_left.gif) no-repeat left;
}

/* MENU */
#header ul {
	width:921px;
	height:29px;
	position:absolute;
	top:112px;
	margin:0;
	left:5px;
	padding:0 0 0 22px;
	background:url(../images/menu_bg.gif) no-repeat bottom;
	z-index:50;
}
#header ul li {
	list-style-type:none;
	list-style-image:none;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#header ul li a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	height:29px;
	padding:0;
	width:auto!important;
	width:20px;
	white-space:nowrap;
}
#header ul li a span {
	display:block;
	height:20px;
	padding:9px 15px 0;
	cursor:pointer;
}
#header ul li a.selected, #header ul li a:hover {
	background:url(../images/menu_selected_left.gif) no-repeat top left;
	color:#000c33;
	border-bottom:1px solid #63cbf4;
}
#header ul li.last a.selected, #header ul li.last a:hover {
	background:url(../images/menu_first_left.gif) no-repeat top left;
	color:#22160d;
	border-bottom:1px solid #aa7858;
}
#header ul li.last a.selected span, #header ul li.last a:hover span {
	background:url(../images/menu_first_right.gif) no-repeat top right;
}
#header ul li a.selected span, #header ul li a:hover span {
	background:url(../images/menu_selected_right.gif) no-repeat top right;
}
#header ul li a:hover {
	color:#000c33;
}
#header ul li.last {
	float:right;
	margin:0 15px 0 0;
}
#header ul.submenu {
	display:none;
	top:141px;
	left:9px;
	background:#63cbf4 none;
	width:903px;
	border:1px solid #FFF;
	padding:0 15px;
	height:22px;
	z-index:40;
}
#header div.line {
	height:2px;
	border:1px solid #FFF;
	border-bottom:5px solid #FFF;
	background-color:#63cbf4;
	width:933px;
	position:absolute;
	top:141px;
	left:9px;
	z-index:30;
	font-size:0;
}
#header ul#s0 {
	background:#aa7858 none;
	text-align:right;
}
#header ul#s0 li {
	display:inline;
	float:none;
}
#header ul#s0 li a {
	display:inline;
}
#header ul#s0 a:hover {
	color:#22160d;
}

#header ul#s7 {
	background:#aa7858 none;
	text-align:right;
}
#header ul#s7 li {
	display:inline;
	float:none;
}
#header ul#s7 li a {
	display:inline;
}
#header ul#s7 a:hover {
	color:#22160d;
}

#header ul.submenu li {
	margin:0 20px 0 0;
}
#header ul.submenu li a {
	display:inline;
	font-weight:normal;
	line-height:20px;
}
#header ul.submenu li a.selected, #header ul.submenu li a:hover {
	background:none;
	text-decoration:none;
	border-bottom:none;
}

.disclaimer {
font-style:italic;
font-size:9px;
}

/* CONTENT */
#homeContent {
	background:#FFF url(../images/content_bg.gif) no-repeat bottom;
	width:935px;
	margin:0 auto;
	min-height:678px;
	height:auto!important;
	height:678px;
	padding:28px 0 18px;
}
#content {
	background:#FFF url(../images/content_bg.gif) no-repeat bottom;
	width:935px;
	margin:-3px auto 0;
	min-height:678px;
	height:auto!important;
	height:678px;
	padding:10px 0 0 0;
}
p.right {
	text-align:right;
}
p.center {
	text-align:center;
}
a.button {
	background:url(../images/button_right.gif) no-repeat right;
	height:27px;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	display:-moz-inline-box;
	display:inline-block;
	width:auto!important;
	width:20px;
	white-space:nowrap;
	padding:0 5px 0 0;
}
a.button span {
	background:url(../images/button_left.gif) no-repeat left;
	display:-moz-inline-box;
	display:inline-block;
	height:22px;
	padding:5px 5px 0 10px;
	cursor:pointer;
}
img {
	border:none;
}
div#leftContent {
	float:left;
}
div#rightContent {
	margin:0 0 0 619px;
	width:307px;
}
div#contenttxt{
	width:550px;
	margin-left:30px;
}
div#contenttxtfull{
	width:850px;
	margin-left:30px;
}
.msgAction {
	color:#0066CC;
	font-weight:bold;
}
.msgError {
	color:#FF0000;
	font-weight:bold;
}
a {
	color:#145f98;
	text-decoration:none;
}
a:hover {
	color:#000c33;
}

/* RIGHT COLUMN */
#rightContent h2 {
	font-size:12px;
	font-weight:normal;
	color:#fff;
	background:url(../images/right_title_bg.gif) no-repeat top;
	margin:0;
	padding:5px 0 0 12px;
	height:20px;
	line-height:16px;
	font-weight:bold;
	position:relative;
}
div.action {
	position:absolute;
	top:6px;
	right:9px
}
h5 div.action {
	right:15px;
}
div.action a.hidden {
	display:none;
}
div.box {
  border-left:1px solid #7ba9c0;
  border-right:1px solid #7ba9c0;
  padding:23px 0 15px;
  background-color:#e0f2fb;
  min-height:120px;
    height:auto !important;
    height:120px;

}
ul#faq, ul.list {
	margin:0;
	font-size:12px;
	padding:0 0 0 32px;
}
ul#faq li, ul.list li {
	list-style-image:url(../images/faq_bullet.gif);
	margin:2px 0;
}
div.box h3 {
	font-size:12px;
	margin:25px 1px 18px;
	color:#fff;
	background-color:#7ba9c0;
	height:22px;
	font-weight:bold;
	line-height:20px;
	padding:2px 0 0 14px;
	border-bottom:1px dashed #cbcacb;
}
div.box h4 {
	font-size:12px;
	margin:0 16px;
}
div.box p {
	margin:0 16px;
	font-size:12px;
}
div.boxBottom {
	background:url(../images/right_box_bottom.gif) no-repeat;
	font-size:0;
	width:307px;
	height:5px;
	margin:0 0 10px;
}
form#quickUserCreation {
	margin:0 22px;
	padding:0 0 20px;
}
form#quickUserCreation label {
	color:#132839;
	text-transform:uppercase;
}
form#quickUserCreation input.inputText {
	width:217px;
	border:1px solid #b1dffa;
	margin:0 0 10px;
}
form#quickUserCreation input.button {
	background:url(../images/button.gif);
	width:77px;
	height:27px;
	border:none;
	padding:0;
	font-weight:bold;
	font-size:12px;
}

h2.block {
	margin:0 0 0 8px;
	color:#132839;
	font-size:12px;
	height:19px;
	text-align:left;
	padding:6px 0 0 7px;
	background:#7b8e9a url(../images/last_orders_header.gif) no-repeat top;
	width:593px;
}


/* PROVIDERS TABLE */
h2.providers {
	margin:0 0 0 1px;
	color:#FFF;
	font-size:12px;
	height:19px;
	text-align:left;
	padding:6px 0 0 7px;
	background:#7b8e9a url(../images/providers_header.gif) no-repeat top;
	width:593px;
}
h2.providers a.minimize {
	float:right;
	margin:3px 10px 0 0;
}
h2.providers a.minimize img {
	border:none;
}
#providers {
	width:596px;
	margin:0 0 0 1px;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}
#providers th {
	background-color:#e0f2fb;
	font-size:12px;
	color:#5c86a8;
	font-weight:normal;
	border-bottom:1px solid #7ba9c0;
	padding:2px 0 0 0;
	text-align:center
}
#providers div.days {
	margin:0 0 0 141px;
}
#providers th a {
	color:#5c86a8;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	width:47px;
	padding:1px 0 2px 0;
	margin:0 1px 0 0;
}
#providers th a:hover {
	background:url(../images/day_hover.gif) no-repeat;
	color:#FFF;
}
#providers th a.selected {
	background:url(../images/day_selected.gif) no-repeat;
	color:#FFF;
}
#providers td.left {
	background-color:#bdc5cc;
	width:28px;
	vertical-align:middle;
	text-align:center;
}
#providers td.logo {
	vertical-align:top;
	width:105px;
}
#providers td.logo img {
	border:1px solid #565658;
	margin:10px 0 0 15px;
}
#providers td {
	vertical-align:top;
	padding:1px 1px 0;
}
#providers h3 {
	margin:6px 0 0;
	font-size:14px;
	color:#145f98;
	font-weight:normal;
	border-bottom:1px solid #7ba9c0;
}
#providers h4 {
	font-size:12px;
	margin:0;
}
#providers p {
	margin:0;
	font-size:12px;
}
#providers p.price {
	color:#858585;
	font-size:11px;
}
#providers td.spacer {
	border-bottom:2px dotted #bdc5cc;
	padding:0;
	font-size:0;
}
div.providersBottom {
	height:5px;
	width:600px;
	font-size:0;
	background:url(../images/providers_bottom.gif) no-repeat;
	margin:0 0 0 8px;
}
#providers ul.providerMenu {
	float:right;
	margin:2px 0 0 10px;
	padding:0;
	background-color:#e0f2fb;
}
#providers ul.providerMenu li {
	list-style-type:none;
	font-size:12px;
	color:#3374a5;
	float:left;
	padding:0;
}
#providers ul.providerMenu li a {
	margin:0 0 0 1px;
	padding:0 3px 0 0;
	text-align:center;
	height:19px;
	width:auto!important;
	width:30px;
	white-space:nowrap;
	display:block;	
}
#providers ul.providerMenu li.selected a, #providers ul.providerMenu li.selected a:hover {
	background:url(../images/provider_menu_selected_right.gif) no-repeat right;
	color:#FFF;
}
#providers ul.providerMenu li a:hover {
	background:url(../images/provider_menu_hover_right.gif) no-repeat right;
	color:#FFF;
}
#providers ul.providerMenu li a span {
	display:block;
	height:17px;
	padding:2px 5px 0 8px;
	cursor:pointer;
}
#providers ul.providerMenu li.selected a span, #providers ul.providerMenu li.selected a:hover span {
	background:#8ab7cb url(../images/provider_menu_selected_left.gif) no-repeat left;
}
#providers ul.providerMenu li a:hover span {
	background:#b8d8e6 url(../images/provider_menu_hover_left.gif) no-repeat left;
}

/* LAST ORDERS TABLE */
.lastOrders {
	width:600px;
	margin:16px 0 0 8px;
	font-size:12px;
	background:url(../images/last_orders_header.gif) no-repeat top left;
}
.lastOrders th {
	text-align:left;
	font-size:12px;
	color:#132839;
	font-weight:normal;
	height:25px;
	padding:0;
}
.lastOrders th.name {
	padding:0 0 0 8px;
}
.lastOrders td.name {
	border-left:1px solid #e9e9e9;
	color:#132839;
	width:270px;
	padding:2px 0 2px 12px;
}
.lastOrders tr.odd {
	background-color:#e0f2fb;
}
.lastOrders tr.even {
	background-color:#FFF;
}
.lastOrders th.rate {
	text-align:center;
	width:80px;
}
.lastOrders td.last {
	border-right:1px solid #e9e9e9;
	width:50px;
}
.lastOrders td.favorite {
	text-align:center;
	width:90px;
}
.lastOrders th.actions {
	text-align:right;
	padding:0 7px 0 0;
	letter-spacing:5px;
}
div.lastOrdersBottom {
	background:url(../images/last_orders_bottom.gif) no-repeat;
	font-size:0;
	width:600px;
	height:5px;
	margin:0 0 0 8px;
}

/* FOOTER */
#support {
	background:url(../images/support_box.gif) no-repeat top;
	width:326px;
	height:27px;
	margin:0;
	position:absolute;
	left:24px;
	bottom:-9px!important;
	bottom:-10px;
	font-size:12px;
	padding:3px 0 0 10px;
}
#support img {
	margin:0;
	padding:0;
	vertical-align:middle;
}
#footer {
	font-size:11px;
	color:#FFF;
	margin:0 0 0 369px;
	padding:0;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#000C33;
}

/* STEPS */
#steps {
	background:url(../images/steps_bg.gif) no-repeat;
	width:920px;
	height:30px;
	position:absolute;
	top:103px;
	left:5px;
	padding:12px;
}
#steps a.button {
	font-size:12px;
	font-weight:normal;
	background:url(../images/gray_button_left.gif) no-repeat left;
	float:left;
	width:62px;
	height:29px;
	padding:0;
}
#steps a.button span {
	background:url(../images/gray_button_right.gif) no-repeat right;
	padding:7px 10px 0;
}
#steps ol {
	margin:0;
	padding:5px 0 0 10px;
	list-style-type:decimal;
	float:left;
}
#steps ol li {
	margin:0;
	padding:0 12px 9px;
	float:left;
	list-style-type:none;
	color:#898c8f;
	font-size:12px;
	background:url(../images/steps_after_bg.gif) repeat-x bottom;
}
#steps ol li.first {
	padding:0 12px 9px 6px;
}
#steps ol li.last {
	padding:0 6px 9px 12px;
}
#steps ol li.before {
	color:#7ba9c0;
	background:url(../images/steps_before_bg.gif) repeat-x bottom;
	border-bottom:none;
}
#steps ol li.current {
	color:#145f98;
	font-weight:bold;
	background:url(../images/steps_current_bg.gif) repeat-x bottom center;
}

/* INDEX MENU STANDARD */
div.bigBoxTop {
	background:url(../images/big_box_top.gif) no-repeat;
	font-size:0;
	height:5px;
	width:681px;
	margin:8px 0 0 9px;
}
div.bigBoxBottom {
	background:url(../images/big_box_bottom.gif) no-repeat top;
	font-size:0;
	height:5px;
	width:681px;
	margin:0 0 20px 9px;
}
div.bigBox {
	background-color:#FCFCFC;
	border-left:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	width:679px;
	margin:0 0 0 9px;
	min-height:769px;
	padding:7px 0 5px 0;
}



div.bigBoxTop#Sobig {
	background:url(../images/big_box_top_SoBig.gif) no-repeat;
	width:910px;
}
div.bigBox#Sobig {
	width:910px;
}
div.bigBoxBottom#Sobig {
	background:url(../images/big_box_bottom_sobig.gif) no-repeat top;
	width:910px;
}


img.providerLogo {
	border:1px solid #57565e;
	margin:0 12px 0;
	float:left;
}
div.providerInfo {
	float:left;
	width:568px;
}
div.providerBoxTop {
	background:url(../images/provider_box_top.gif) no-repeat bottom;
	font-size:0;
	width:568px;
	height:5px;
}
div.providerBoxBottom {
	background:url(../images/provider_box_bottom.gif) no-repeat;
	font-size:0;
	width:568px;
	height:5px;
	margin:0 0 25px;
}
div.providerBox {
	background-color:#f4f8f9;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	padding:0 8px;
}
div.providerBox h2 {
	margin:0 0 3px;
	font-size:18px;
	font-weight:normal;
	color:#145f98;
}
div.providerBox p {
	margin:0;
	font-size:12px;
}
div.providerTab {
	margin:0 0 0 8px;
	padding:10px 0 0 120px;;
}

/* RATING */
#providers p.rating {
  float:right;
  text-align:right;
  margin:5px 0 0 5px;
}

div.providerBox p.rating {
  float:right;
  text-align:right;
  color:#848484;
}

div.bigBox p.rating {
  float: right;
  margin:0px;
  text-align:right
}

div.ratingStarOff {
  float: left;
  background: url(/corporate/images/star_empty.gif) no-repeat;
  width: 13px;
  height: 13px;
  margin-left: 1px;
  margin-right: 1px;
}

div.ratingStarOn {
  float: left;
  background: url(/corporate/images/star_full.gif) no-repeat;
  width: 13px;
  height: 13px;
  margin-left: 1px;
  margin-right: 1px;
}

span.noRatingAllowed:hover {
  cursor: help;
  text-decoration: underline;
}

/* CHECKOUT */
.checkouttotal h2 {
	margin:0 0 3px;
	font-size:13px;
	color:#145f98;
	font-weight:bold;
}
.checkouttotal {
	margin:0;
	font-size:13px;
}



/* PRODUCTS */
ul#productsMenu {
	margin:0 0 0 8px;
	padding:3px 0 0 112px;;
	clear:left;
	height:19px;
	width:550px;
	background:#657986 url(../images/products_menu_bg.gif) no-repeat top;
}
ul#productsMenu li {
	list-style-type:none;
	float:left;
	font-size:12px;
}
ul#productsMenu li a {
	display:-moz-inline-box;
	display:inline-block;
	padding:0;
	color:#FFF;
	height:19px;
	white-space:nowrap;
	width:auto!important;
	width:20px;
}
ul#productsMenu li a span {
	padding:2px 10px 0;
	display:-moz-inline-box;
	display:inline-block;
	height:17px;
	cursor:pointer;
}
ul#productsMenu li.selected a, ul#productsMenu li.selected a:hover {
	background:#FFF url(../images/products_menu_left.gif) no-repeat left;
	color:#000;
}
ul#productsMenu li:hover a {
	background:#d6d6d7 url(../images/products_menu_hover_left.gif) no-repeat left;
	color:#000;
}
ul#productsMenu li.selected a span, ul#productsMenu li.selected a:hover span {
	background:url(../images/products_menu_right.gif) no-repeat right;
}
ul#productsMenu li:hover a span {
	background:url(../images/products_menu_hover_right.gif) no-repeat right;
}
ul#productsMenu li a:hover {
	color:#000;
}
div.products {
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	width:660px;
	margin:0 0 0 8px;
	padding:0 0 20px;
	background-color:#FFF;
}
ul#productTypes {
	margin:0 0 0 127px;
	padding:14px 0 0 0;
	width:375px!important;
	width:360px;
}
ul#productTypes li {
	list-style-type:none;
	float:left;
	margin:0 0 3px;
	padding:0;
	width:125px!important;
	width:120px;
	font-size:12px;
}
ul#productTypes li.selected a {
	color:#000;
}
img.productIllu {
	float:left;
	margin:0 2px 0 2px;
}
div.productsBottom {
	background:url(../images/products_bottom.gif) no-repeat;
	font-size:0;
	width:662px;
	height:4px;
	margin:0 0 0 8px;
}
form#productSearch {
	float:right;
	margin:22px 10px 0 0;
	text-align:right;
	width:146px;
}
form#productSearch input {
	border:1px solid #b1dffa;
	width:146px;
	height:22px;
	margin:0 0 3px;
}
form#productSearch p {
	margin:0;
}
form#productSearch p.button {
	background:url(../images/product_search_left.gif) no-repeat left;
	height:25px;
	float:right;
}
form#productSearch a.button {
	background:url(../images/product_search_right.gif) no-repeat right;
	float:inherit;
	height:20px;
	display:block;
	float:right;
	margin:0;
	width:auto;
	padding:5px 25px 0 10px;
	font-weight:normal;
}
table#products {
	width:540px;
	float:left;
	margin:10px 0 0 0;
}
table#products a#Menu {	
	text-align:left;
	color:#FFF;
	font-size:12px;
}
table#products th#Menu {
	background:#8ab7cb;
	border-top:1px solid #0572a7;	
	text-align:left;
	color:#FFF;
	font-size:12px;
	padding:0 0 0 27px;
	height:19px;
}

table#products th {
	border-top:1px solid #0572a7;
	background:#8ab7cb url(../images/products_header.gif) no-repeat 12px 5px;
	text-align:left;
	color:#FFF;
	font-size:12px;
	padding:0 0 0 27px;
	height:19px;
}
table#products h3 {
	font-size:14px;
	margin:0;
	color:#145f98;
	font-weight:normal;
}
table#products p {
	margin:0;
}
table#products td {
	font-size:11px;
	padding:12px 9px 7px 24px;
	border-bottom:1px dashed #c2dce9;
}
table#products tr:hover, table#products tr.selected {
	background-color:#e2ebf0;
}
table#products td.price {
	font-size:14px;
	vertical-align:top;
	color:#145f98;
	text-align:right;
	width:127px;
	padding:12px 9px 7px 0;
}
table#products h4.inline {
	display:inline;
	color:#000;
}
table#products h4 {
	font-size:14px;
	font-weight:normal;
	margin:0 10px 0 0;
}
table#products label {
	margin:0 10px 0 0;
	font-size:12px;
}
table#products fieldset {
	margin:6px 0;
	padding:6px 0 11px;
	border:none;
	border-top:1px solid #145f98;
	border-bottom:1px solid #145f98;
}
table#products input.text {
	width:47px;
	height:19px;
	border:1px solid #67b2ea;
	text-align:right;
	padding:2px 3px 0 0;
	margin:0;
}
table#products td.price label {
	font-size:14px;
	color:#000;
	margin:0;
}
table#products td.price p.quantity {
	margin:25px 0 7px;
}
table#products textarea {
	width:383px;
	height:82px;
	border:1px solid #67b2ea;
	margin:0 0 10px;
}
table#products label span {
	font-size:10px;
}
table#products h5 {
	margin:18px 0 0;
	color:#4c4c4c;
	font-size:12px;
	font-weight:normal;
}
table#products div.options {
	float:left;
	/* width:192px; */
}

/* RIGHT CONTENT 2 */
div#rightContentSmall {
  float:left;
  width:233px;
  margin:6px 0 15px 6px;
  background-color:#FFF;
}
table#basket {
	width:233px;
	background-color:#e0f2fb;
	padding:3px 2px 2px;
	margin:33px 0 0 0;
}
table#basket th {
  background:url(../images/basket_header_bg.gif) repeat-x;
  height:24px;
  color:#FFF;
  text-align:left;
  font-size:12px;
  font-weight:normal;
  padding:0 0 0 7px;
}
table#basket th p {
  color:#FFF;
  font-size:12px;
  position:relative;
  height:20px;
  padding:4px 0 0;
}
table#basket th img {
  position:absolute;
  right:10px;
  bottom:0;
}
table#basket td {
	border-bottom:1px dashed #FFF;
	padding:7px 0 7px 10px;
	font-size:11px;
	vertical-align:top;
}
table#basket h3, table#lastOrder h3 {
	font-size:12px;
	font-weight:normal;
	margin:0;
}
table#basket p, table#lastOrder p {
	color:#848484;
	font-size:11px;
	margin:0;
}
table#basket td.price {
	padding:7px 0;
	width:45px;
}
table#basket td.actions {
	width:21px;
	padding:7px 0 7px 10px;
}
table#basket td.actions img {
	margin:0 0 4px;
}
table#basket tr.total td {
	border-bottom:none;
	background-color:#c2dce9;
}
div#rightContentSmall h2 {
	font-size:12px;
	font-weight:normal;
	background:url(../images/right_title_bg_2.gif) repeat-x;
	height:19px;
	padding:5px 0 0 7px;
}
form#promoCode input.inputText {
	border:1px solid #b1dffa;
	height:15px;
	width:173px;
	padding:3px;
	font-size:12px;
	color:#919699;
}
form#promoCode input.inputSubmit {
	background:url(../images/go_button.gif) no-repeat;
	border:none;
	width:39px;
	height:23px;
	padding:0;
}
table#lastOrder {
	width:230px;
	padding:0 10px;
}
table#lastOrder td {
	vertical-align:top;
	font-size:11px;
}
table#lastOrder td.price {
	text-align:right;
	width:60px;
}
p.reOrder {
	font-size:12px;
	text-align:center;
}
p.leftMargin {
	font-size:12px;
	margin:14px 0 14px 12px;
	line-height:18px;
}
/* CONTENT - TABLE */
.mytable {
	/* width: 550px; */
	padding: 0;
	margin: 0;
}

.mytable caption {
	padding: 0 0 5px 0;
	/* width: 550px; */	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px dashed #C1DAD7;
	border-bottom: 1px dashed #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #e2ebf0;
}

.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	/* border-right: 1px dashed #C1DAD7; */
	background: none;
}

.mytable td {
	border-right: 1px dashed #C1DAD7;
	border-bottom: 1px dashed #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.mytable td.nodash{
	border-right: 0px;
	border-bottom: 0px;	
}


.mytable td.alt {
	background: #fcfcfb;
	color: #797268;
}

.mytable th.spec {
	border-top: 0;
	background: #fff;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.mytable th.specalt {
	border-top: 0;
	background: #f5fafa;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
/* CONTENT - FORM */
.myForm
{
	/* width: 540px; */
	margin-bottom:25px;
}

.myForm p
{
	margin: 2px 0;
}

/* fieldset , legend */
.myForm fieldset
{
	border: #073e65 1px solid;
	/*width:500px; */
	background-color:#fcfcfc;
	padding:0px 0px 20px 0px!important;
	padding:20px 0px;
}

.myForm fieldset:hover
{
	background-color: #fbfdfe;
}

.myForm fieldset legend
{
	padding: 0 10px;
	font-size: 1.2em;
	color: #073e65;
	margin:10px 10px;
}

/* Input */
.myForm input, .myForm select
{
	margin-left: 0%;
	/* width: 50%; */
	border: #CCC 1px solid;
	color:#626262;
}
.myForm input.check
{
	margin-left: 1%;
	border:none;
	width:auto;
}
.myForm textarea
{
	margin-left: 1%;
	/* width:50%; */
	border: #CCC 1px solid;
	color:#626262;
	height:96px
}
.myForm input:hover, .myForm select:hover, .myForm input:focus, .myForm select:focus, .myForm textarea:focus
{
	border: #999 1px solid;
	background-color: #fff;
}

.myForm .form_input_day_month
{
	width: 3%;
}

.myForm .form_input_year
{
	width: 6%;
}
input.cssbtn{
	width:auto;
	color:#000;
	border-color:#999999;
}
p.paddingbtn{
padding-left:203px;
padding-top:15px;
}

/* Label */
.myForm label
{
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
}
.myForm .form_label_nostyle
{
	background: none;
}
/* buttons */
.myForm a.button {
	font-size:12px;
	font-weight:normal;
	background:url(../images/gray_button_left.gif) no-repeat left;
	margin-left:0%;
	font-weight:bold;
	width:62px;
	height:29px;
	padding:0;
}
.myForm a.button span {
	background:url(../images/gray_button_right.gif) no-repeat right;
	padding:7px 10px 0;
}
/* Content tabs */
.tabs {
	/* width:540px; */
	margin:0 0 20px 0;
}
.tabcontent{
	border:1px solid #7ba9c0;
	padding:5px 15px;
}
.tabs ul.tabsMenu {
	margin:0px;
	/* width:540px; */
	padding:0;
	background-color:#e0f2fb;
	height:19px;
	padding-top:3px;
	border-left:1px solid #e0f2fb;
}
.tabs ul.tabsMenu li {
	list-style-type:none;
	font-size:12px;
	color:#3374a5;
	float:left;
	padding:0;
}
.tabs ul.tabsMenu li a {
	margin:0 0 0 1px;
	padding:0 3px 0 0;
	text-align:center;
	height:19px;
	width:auto!important;
	width:30px;
	white-space:nowrap;
	display:block;	
}
.tabs ul.tabsMenu li.selected a, .tabs ul.tabsMenu li.selected a:hover {
	background:url(../images/provider_menu_selected_right.gif) no-repeat right;
	color:#FFF;
}
.tabs ul.tabsMenu li a:hover {
	background:url(../images/provider_menu_hover_right.gif) no-repeat right;
	color:#FFF;
}
.tabs ul.tabsMenu li a span {
	display:block;
	height:17px;
	padding:2px 5px 0 8px;
	cursor:pointer;
}
.tabs ul.tabsMenu li.selected a span, .tabs ul.tabsMenu li.selected a:hover span {
	background:#8ab7cb url(../images/provider_menu_selected_left.gif) no-repeat left;
}
.tabs ul.tabsMenu li a:hover span {
	background:#b8d8e6 url(../images/provider_menu_hover_left.gif) no-repeat left;
}

.coupon {
	width: 250px;
	padding: 10px;
	text-align: center;
	border: 3px dashed #ccc; 
}

.coupon em {
	font-size:9px; 
}

.coupon strong {
	font-size:15px;
	color:#003399; 
}



/* Used by CFWindow */
.x-dlg-bd{
   background-color: #e2ebf0; !important;
   
}
 

/* Modification for Blue Dashboard & Watermarks */

div.action {
    position:absolute;
    top:6px;
    right:9px
}
h5 div.action {
    right:15px;
}
div.action a.hidden {
    display:none;
}

#leftContent h5 {
    margin:0;
    padding:0;
    font-size:12px;
    font-weight:Bold;
    color:#fff;
    background:url(../images/boxl_header.gif) no-repeat top;
    margin:0 0 0 2px;
    padding:5px 0 0 12px;
    height:20px;
    line-height:16px;
    font-weight:bold;
    width:600px;
    position:relative;
}
div.boxL {
    width:598px;
    margin:0 0 0 8px;
    border-left:1px solid #7ba9c0;
    border-right:1px solid #7ba9c0;
    padding:10px 0 12px;
    background-color:#fff;
    min-height:120px;
      height:auto !important;
     height:120px;
}
div.boxL p {
    margin:0 16px;
    font-size:12px;
}
div.boxLBottom {
    width:600px;
    margin:0 0 10px 8px;
    background:url(../images/boxl_bottom.gif) no-repeat;
    font-size:0;
    height:6px;
}

.bgfaq{
    background:url(../images/box_bg_lampe.gif) right 20px no-repeat; } 
.bguser{
    background:url(../images/box_bg_user.gif) right bottom no-repeat; } 
.bgprovider{
    background:url(../images/box_bg_provider.gif) right bottom no-repeat; } 
.bgnews{
    background:url(../images/box_bg_news.gif) right bottom no-repeat; } 
.bgmeeting{
    background:url(../images/box_bg_meeting.gif) right bottom no-repeat; } 
.bgbirthday{
    background:url(../images/box_bg_birthday.gif) right bottom no-repeat; }
.bgparking{
    background:url(../images/box_bg_parking.gif) right bottom no-repeat; }	 
.bginvfaq{
    background:url(../images/box_bginv_lampe.gif) right 20px no-repeat; } 
.bginvuser{
    background:url(../images/box_bginv_user.gif) right bottom no-repeat; } 
.bginvprovider{
    background:url(../images/box_bginv_provider.gif) right bottom no-repeat; } 
.bginvnews{
    background:url(../images/box_bginv_news.gif) right bottom no-repeat; }
.bginvmeeting{
    background:url(../images/box_bginv_meeting.gif) right bottom no-repeat; } 
.bginvbirthday{
    background:url(../images/box_bginv_birthday.gif) right bottom no-repeat; }
.bginvparking{
    background:url(../images/box_bg_parking.gif) right bottom no-repeat; }


input.err{
border: #81131e 1px solid;
-moz-box-shadow: rgba(200,0,0,0.5) 0px 0px 5px;
-webkit-box-shadow: rgba(200,0,0,0.5) 0px 0px 5px;
box-shadow: rgba(200,0,0,0.5) 0px 0px 5px;
}

select.err{
border: #81131e 1px solid;
-moz-box-shadow: rgba(200,0,0,0.5) 0px 0px 5px;
-webkit-box-shadow: rgba(200,0,0,0.5) 0px 0px 5px;
box-shadow: rgba(200,0,0,0.5) 0px 0px 5px;
}

