html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;*/
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html { overflow-y: scroll; }
body {
  font: normal 76% verdana, arial;
  color: #555;
  background: #fff url('/images/main-bg.png') repeat-x;
}

#wrapper {
  width: 924px;
  margin: 0 auto;
  padding: 5px 0 15px;
}
a {
  color: #e60004;
  text-decoration: none;
}
a:hover {
  color: #fff;
  background-color: #e60004;
}
legend {
  display: none;
}

.menu {
	background: url('/images/gtechniq.png') no-repeat left;
	height: 31px;
	margin: 0 0 10px;
	padding-left: 226px;
	position: relative;
}
	.menu ul.mnu {
		height: 31px;
		/*background: #aaa url('/images/menu-R.png') no-repeat top right;*/
	}
	.menu li {
		display: inline;
	}
	.menu h1 a {
		position: absolute;
		width: 140px;
		height: 31px;
		left: 18px;
		text-indent: -888em;
	}
  .menu h1 a:hover {
    background-color: transparent;
  }
  
  .menu ul li ul {
    position: absolute;
    display: none;
    background: #aaa;
    top: 31px;
  }
  .menu ul li ul li {
    display: block;
  }
  .menu ul li ul li a {
    text-indent: 0;
  }

  .mnu li a {
    float: left;
    text-indent: -888em;
    height: 31px;
  }
  .menu .mnu li.active a {
    background-position: 0 -62px;
  }
  .mnu li a:hover {
    background-position: 0 -31px;
  }

	.mnu-shop { width: 106px; background: url('/images/menu/shop.png') no-repeat top; }
  .mnu-quote-me { width: 113px; background: url('/images/menu/quote-me.png') no-repeat top; }
  .mnu-join-us { width: 98px; background: url('/images/menu/join-us.png') no-repeat top; }
  .mnu-news { width: 86px; background: url('/images/menu/news.png') no-repeat top; }
  .mnu-resource-centre { width: 189px; background: url('/images/menu/resource-centre.png') no-repeat top; }
  .mnu-gallery { width: 106px; background: url('/images/menu/gallery.png') no-repeat top; }



#middle {
	min-height: 500px;
	padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: top;
}
/*.home {	background: url('/images/home.png') no-repeat top; }
.aircraft {	background: url('/images/aircraft.png') no-repeat top; }
.yaht {	background: url('/images/yaht.png') no-repeat top; }
.car { background: url('/images/car.png') no-repeat top; }*/

.mid-top {
	height: 223px;
}
	/*.home .mid-top ul { padding: 20px 0 0 815px; }
	.aircraft .mid-top ul { padding: 16px 0 0 823px; }
	.yaht .mid-top ul { padding: 102px 0 0 829px; }
	.car .mid-top ul { padding: 15px 0 0 824px; }*/
  .mid-top ul { padding: 15px 0 0 736px; } /* 824px */
	.mid-top li {
		/*font-size: 1.2em;*/
		text-transform: uppercase;
		padding: 0 0 0 20px;
	}
	.mid-top li.active a {
		/*background: url('/images/menu1-active.gif') no-repeat left;
		font-weight: bold;*/
    background-position: 0 -14px;
	}
	.mid-top li a {
		/*color: #fff;*/
		text-decoration: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 14px;
    float: left;
    margin: 0 0 4px;
	}
  .mid-top li a:hover {
    background-position: 0 -14px;
    background-color: transparent;
  }
  .mid-top li a img {
    display: block;
    visibility: hidden;
  }
  .mid-top li a {
    background-color: transparent;
  }

  .mid-top .cars a { background-image: url('/images/menu2/3Scars.png'); }
  .mid-top .aircrafts a { background-image: url('/images/menu2/3Saircraft.png'); }
  .mid-top .yachts a { background-image: url('/images/menu2/3Syachts.png'); }
  .mid-top .buildings a { background-image: url('/images/menu2/3Sbuildings.png'); }

h2.mTitle {
	text-transform: uppercase;
	padding: 0 0 5px 24px;
  background: url('/images/h3-arrows.gif') no-repeat left 2px;
}
h3.mTitle {
	color: #e60004;
  background: url('/images/h3-arrows.gif') no-repeat left 3px;
	padding: 0 0 0 24px;
  font-weight: normal;
}


.text {
	text-align: justify;
}
.text p {
	padding-bottom: 5px;
}




#mid-left {
	float: left;
	width: 286px;
	margin-right: 30px;
}
.pgGallery #mid-left {
  width: 202px;
}

.whatis .text p {
	padding-bottom: 10px;
}

/* resource centre */
.resMenu {
  margin: 9px 0 10px;
}
  .resMenu a {
    color: #555;
    text-decoration: none;
  }
  .resMenu a:hover {
    color: #fff;
    background-color: #E60004;
  }
  .resMenu ul li {
    padding: 0 0 0 9px;
  }
  .resMenu .active a, .resMenu .active {
    color: #E60004;
  }
  .resMenu .active a:hover {
    background-color: transparent;
  }
  .resMenu .open2, .shopMenu2 .open {
    background: url('/images/resplusminus.gif') no-repeat right -19px;
  }
  .resMenu .close2, .shopMenu2 .close {
    background: url('/images/resplusminus.gif') no-repeat right -1px;
  }

  .shopMenu2 .open img, .shopMenu2 .close img, .resMenu .open2 img, .resMenu .close2 img {
    width: 10px;
    height: 10px;
    visibility: hidden;
  }


  .resMenu ul {
    display: none;
  }

.assistance {
  font-size: 0.9em;
  zoom:1;
}

.filesSubTitle {
  text-transform: uppercase;
}

.resFiles {
  margin: 10px 0 0;
}

.prodListCont {
  margin: 10px 0 0;
}
  .prodListCont h2 {
    margin: 0 0 3px;
  }
  .prodListCont ul {
    margin: 0 0 10px;
  }
  .prodListCont .active {
    font-weight: bold;
  }


#resIntroText {
  margin: 10px 0 0;
}


#mid-center {
	float: left;
	width: 286px;
	margin-right: 30px;
}
.noLeft #mid-center {
  width: 602px;
}
.noBoth #mid-center {
  width: auto !important;
  margin-right: 0 !important;
}
.pgGallery #mid-center {
  width: 692px;
  margin-right: 0;
}

.news, .newss {
	margin-top: 10px;
}
	.news .date, .newss .date {
		color: #000;
    font-weight: bold;
	}
	.news li, .newss li {
		padding-bottom: 10px;
	}
	.news h3, .newss h3 {
		display: inline;
		color: #e60004;
	}

.newsOpen h1.title {
  background: transparent url(/images/h3-arrows.gif) no-repeat scroll left 3px;
  color:#E60004;
  font-weight:normal;
  padding:0 0 10px 24px;
}
.newsOpen .mTitle {
  padding-bottom: 15px;
}
.newsOpenRight {
  padding: 29px 0 0;
  width: 275px;
}

.headlines {
  margin: 10px 0 0;
}
  .headlines .date {
    /*color: #000;*/
    font-weight: bold;
  }
  .headlines li {
    padding-bottom: 3px;
  }
  .headlines li a {
    text-decoration: none;
    font-weight: bold;
    display: inline;
    color: #555;
  }
  .headlines li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .headlines .up, .headlines .down {
    float: left;
    width: 11px;
    height: 11px;
    margin: 0 3px 0 0;
  }
  .headlines .up {
    background: url('/images/updown.png') no-repeat top;
  }
  .headlines .down {
    background: url('/images/updown.png') no-repeat bottom;
  }
  .headlines .up img, .headlines .down img {
    display: none;
  }



.navbarNews {
  font-size: 0.9em;
  margin: 10px 0 0;
}
  .navbarNews a {
    color: #555;
  }
  .navbarNews a:hover {
    color: #fff;
    text-decoration: none;
  }
  .navbarNews .butActive {
    font-weight: bold;
  }


.contacts p {
  padding: 10px 0 0;
}


/* dealer search */
.dsearchForm {
  margin: 12px 0;
}
.dsearchForm .submit {
  border: 2px solid #c2c2c2;
  background-color: #ecedee;
  margin: 0 108px;
}
  .dsearchForm label {
    float: left;
    width: 64px;
    padding: 4px 4px 0 0;
  }
  .dsearchForm select {
    width: 205px;
    float: left;
  }
  .dsearchForm li {
    clear: left;
    height: 30px;
  }

.dsearch .results {
  margin: 5px 0 0;
}
  .dsearch .results li {
    margin: 0 0 15px;
  }
  .dsearch .results .text {
    font-size: 0.9em;
  }




#mid-right {
	float: left;
	width: 292px;
}

.video h2 {
  font-size: 1.1em;
  margin: 7px 0 2px;
}

.videos {
  left: 0;
  position: absolute;
  width: 1000px;
}
.videos li {
	width: 84px;
	float: left;
	margin: 0 0 0 20px;
	}
	.videos li.first {
		margin-left: 0;
	}
	.videos img {
		display: block;
		margin-bottom: 4px;
	}
  .videos h4 {
    font-weight: normal;
    font-size: 0.9em;
    color: #000;
  }
  .videos li span {
    font-size: 0.9em;
  }
  .videos .selected {
    background-color: #eee;
  }



.vCont {
  width: 292px;
  height: 96px;
  overflow: hidden;
  /*float: left;*/
  position: relative;
  /*white-space: nowrap;*/
}

#mediaspace {
  display: none;
}

#openVideo {
  height: 184px;
  margin: 0 0 25px;
}


.video-nav {
  margin: 5px 0 0;
}
  .video-nav li {
    width: 70px;
    float: left;
  }
  .video-nav li.middle {
    width: 152px;
    visibility: hidden;
  }
  .video-nav li a {
    width: 10px;
    height: 10px;
  }
  .video-nav img {
    visibility: hidden;
    height: 10px;
  }
  .video-nav .prev {
    margin: 4px 5px 0 0;
    float: right;
    background: url('/images/video-prev.gif') no-repeat top;
    visibility: hidden;
  }
  .video-nav .next {
    margin: 4px 0 0 0;
    float: left;
    background: url('/images/video-next.gif') no-repeat top;
    visibility: hidden;
  }
  .video-nav p {
    color: #555;
  }

.afterVideos {
  clear: both;
  padding: 20px 0 0;
}

.fp-mid-banners {
  margin: 10px 0 0;
}

/* quote me */
.formBook {
  margin: 13px 0 0;
}
  .formBook li {
    clear: left;
  }
  .formBook label {
    width: 131px;
    float: left;
  }
  .formBook .iText {
    width: 102px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 0 3px;
    padding: 0 2px;
  }
  .formBook .submit {
    background-color: #f4f4f4;
    width: 108px;
    margin: 3px 0 0 131px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .formBook .incest label {
    width: auto;
  }


.estTotal {
  font-size: 1.3em;
  text-align: right;
  padding-right: 64px;
  display: none;
}
  .estTotal span {
    color: #e60004;
  }

.estiForm {
  margin: 12px 0 0;
}
  .estiForm li {
    clear: left;
  }
  .estiForm label {
    width: 115px;
    float: left;
    text-align: right;
    padding: 0 6px 0 0;
  }
  .estiForm .iText {
    width: 102px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 0 3px;
    padding: 0 2px;
  }
  .estiForm select {
    width: 109px;
    float: left;
    margin: 0 0 3px;
  }

#olyacht {
  display: none;
}
.afterQuoteMe {
  float: left;
  width: 546px;
  padding: 12px 0 0 6px;
  line-height: 1.2em;
}


/* shop */
.shopMenu {
  width: 156px;
  padding: 0 6px 0 0;
  float: left;
}
.shopMenu h3 {
  color: #e60004;
  margin: 0 0 5px;
  text-align: center;
}

.weaccept {
  margin: 15px 0 0;
  font-weight: normal;
  color: #555;
}

.shopCenter {
  float: left;
  width: 762px;
  position: relative;
}

.shopTitle {
  font-size: 1.1em;
  float: left;
}

#basketanimbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #f00;
  background-color: #f00;
  opacity: 0;
  filter:alpha(opacity=0);
}


.shopSearch .iText {
  width: 124px;
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 2px 3px;
  margin: 0 0 7px;
  float: left;
  color: #555;
}
.shopSearch .submit {
  background: url('/images/h3-arrows.gif') no-repeat 0 5px;
  width: 18px;
  height: 19px;
  border: 0;
  cursor: pointer;
  outline: 0;
  float: left;
  margin: 0 0 0 3px;
}
.shopSearch .submit:hover {
  background-color: transparent;
}


.shopBreadcrumb {
  float: left;
}
  .shopBreadcrumb li {
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
  }
  .shopBreadcrumb li a {
    color: #555;
  }
  .shopBreadcrumb li a:hover {
    color: #fff;
  }

.shopTopRight {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.shopCenter .sum {
  float: right;
  font-size: 1.15em;
  margin: 0 3px 0 0;
  /*position: relative;
  bottom: 2px;*/
  position: relative;
  display: inline;
}

.shopMnu {
  float: right;
  padding: 2px 0 0;
}
  .shopMnu li {
    display: inline;
    background: url('/images/shop-mnu-sepe.gif') no-repeat right 3px;
    padding: 0 7px 0 0;
    margin: 0 3px 0 0;
  }
  .shopMnu li.basket {
    background: url('/images/basket.gif') no-repeat right 3px;
    padding: 6px 23px 0 0;
  }
  .shopMnu li a {
    color: #555;
  }
  .shopMnu li a:hover {
    color: #fff;
  }
  .shopMnu .namesurname {
    color: #999;
  }

.shopProducts {
  margin: 5px 0 0;
}
  .shopProducts .product {
    width: 240px;
    _height: 158px;
    min-height: 158px;
    border: 1px solid #f3f3f3;
    padding: 4px;
    float: left;
    margin: 0 0 6px 6px;
  }
  .shopProducts .first {
    margin-left: 0;
  }
  .shopProducts img {
    float: left;
    margin: 0 4px 4px 0;
  }
  .shopProducts input, .productOpen .links input, .basketTable .links input {
    width: 22px;
    height: 17px;
    margin: 0 2px 0 4px;
    border: 1px solid #ccc;
    text-align: center;
    font-family: verdana;
    font-size: 1em;
    padding: 0;
  }
  .shopProducts h2 {
    font-size: 1em;
  }
  .shopProducts h2 a {
    color: #555;
  }
  .shopProducts h2 a:hover {
    color: #fff;
  }
  .shopProducts .price {
    color: #e60004;
    font-size: 1.1em;
    font-weight: bold;
  }
  .shopProducts .pricevat {
    font-size: 0.9em;
    margin: 0 0 3px;
  }
  .shopProducts .text {
    font-size: 0.9em;
    text-align: left;
  }
  .shopProducts .links, .productOpen .links, .basketTable .links {
    margin: 7px 0 0;
  }
  .shopProducts .links a, .productOpen .links a, .basketTable .links a {
    color: #555;
  }
  .shopProducts .links a:hover, .productOpen .links a:hover, .basketTable .links a:hover {
    color: #fff;
  }
  .shopProducts .addToBasket {
    font-size: 1em;
    margin-left: 3px;
  }
  .shopProducts .more {
    background: url('/images/h3-arrows-white-bg.gif') no-repeat right 0;
    padding: 0 20px 0 0;
    float: right;
    font-size: 0.9em;
  }
  .shopProducts .more:hover {
    background-color: #e60004;
  }

.shopProducts .shop-cat-title {
  font-size: 1.2em;
  margin: 0 0 5px;
}

.productOpen {
  margin: 10px 0 0;
}
  .productOpen .col1 {
    width: 143px;
    float: left;
  }
  .productOpen .col1 a:hover {
    background-color: transparent;
  }
  .productOpen .col2 {
    width: 414px;
    float: left;
    position: relative;
  }
  .productOpen .col3 {
    width: 203px;
    float: left;
  }
  .productOpen .ptitle {
    font-size: 1.2em;
    margin: 0 0 10px;
  }
  .productOpen .instock {
    margin: 0 0 5px;
  }
  .productOpen .prodsize {
    margin: 0 0 5px;
  }
  .productOpen .price {
    color: #e60004;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 2px;
  }
  .productOpen .pricevat {
    font-size: 0.9em;
    margin: 0 0 7px;
  }
  .productOpen .links {
    margin: 0 0 10px;
  }
  .productOpen .text {
    padding-right: 10px;
  }
  .productOpen .text ul, .productOpen .text ol  {
    padding: 0 0 5px;
  }
  .productOpen .text ul li {
    list-style-type: disc;
    list-style-position: inside;
  }
  .productOpen .text ol li {
    list-style-type: decimal;
    list-style-position: inside;
  }

.relProdTitle {
  font-weight: normal;
  font-size: 1.2em;
  margin: 0 0 5px;
}
.relProds img {
  float: left;
  margin: 0 8px 0 0;
}
  .relProds h2 {
    font-size: 1em;
    margin: 0 0 8px;
  }
  .relProds h2 a {
    color: #555;
  }
  .relProds h2 a:hover, .relProds .more:hover {
    color: #fff;
    background-color: #e60004;
  }
  .relProds li {
    clear: both;
    border: 1px solid #f3f3f3;
    padding: 8px;
    margin: 0 0 5px;
  }
  .relProds .more {
    background: url('/images/h3-arrows-white-bg.gif') no-repeat right 0;
    padding: 0 20px 0 0;
    font-size: 0.9em;
    color: #555;
  }
  .relProds .price {
    margin: 0 0 2px;
  }
  .relProds .pricevat {
    margin: 0 0 7px;
  }


.pbars {
  position: absolute;
  top: 28px;
  right: 11px;
}
  .pbars li {
    text-align: right;
    padding: 0 0 2px;
  }
  .pbars img {
    margin-left: 2px
  }
  .pbars span {
    padding-right: 2px;
    color: #999;
  }


.ptab {
  margin: 15px 0 0;
}
  .ptab .b {
    background: url('/images/prod-tab-BR.png') no-repeat bottom right;
  }
  .ptab .b .bl {
    height: 18px;
    background: url('/images/prod-tab-BL.gif') no-repeat bottom left;
  }
  .ptab .t {
    background: url('/images/prod-tab-T.png') no-repeat top right;
    height: 50px;
  }
  .ptab .t ul {
    height: 50px;
    background: url('/images/prod-tab-ln.gif') repeat-y left;
  }
  .ptab .t li {
    float: left;
  }

  .ptab .t li a {
    float: left;
    width: 140px;
    height: 24px;
    padding-top: 8px;
    background: url('/images/prod-tab-tabs.png') no-repeat top right;
    margin: 0 3px 0 0;
    text-align: center;
    color: #333;
  }
  .ptab .t li.active a {
    background-position: bottom;
  }
  .ptab .mid {
    border-left: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
    padding: 0 22px;
  }

  .ptab .mid p, .ptab .mid p {
    padding: 0 0 5px;
  }
  .ptab .mid ul, .ptab .mid ol {
    padding: 0 0 5px;
  }
  .ptab .mid ul li {
    list-style-type: disc;
    list-style-position: inside;
  }
  .ptab .mid ol li {
    list-style-type: decimal;
    list-style-position: inside;
  }
  .ptab .mid .resList li {
    list-style-type: none;
  }


/* basket */
.basketTable {
  border-collapse: collapse;
  margin: 5px 0 0;
}
  .basketTable td, .basketTable th {
    padding: 2px 25px 2px 0;
    vertical-align: bottom;
  }
  .basketTable td {
    padding: 8px 25px 8px 0;
    background: url('/images/basket-line.gif') repeat-x bottom;
  }
  .basketTable td img {
    display: block;
  }
  .basketTable .rem {
    padding-left: 35px;
    padding-right: 4px;
  }

  .basketSums td {
    background: none;
    padding-right: 4px;
  }
  .basketSums table {
    float: right;
  }
  .basketSums table td {
    background: none;
    padding: 2px 0 0;
  }
  .basketSums table th/*, .basketSums .estimate td*/ {
    text-align: right;
    padding: 0 4px 0 0;
  }
  /*.basketSums .estimate td {
    padding-top: 0;
    padding-bottom: 3px;
  }
  .basketSums .estimate a {
    color: #555;
    text-decoration: underline;
    font-size: 0.8em;
    margin: 0 2px 0 0;
  }
  .basketSums .estimate a:hover {
    background: none;
  }*/
  .basketSums .selects td {
    text-align: right;
  }
  .basketSums .total td, .basketSums .total th {
    font-size: 1.15em;
    font-weight: bold;
  }
  

  .basketLinks td {
    background: none;
  }
  .basketLinks a {
    padding: 2px 14px 3px;
    background-color: #de0004;
    border: 1px solid #de0004;
    color: #fff;
  }
  .basketLinks a:hover {
    border: 1px solid #de0004;
    background-color: #fff;
    color: #de0004;
  }
  .basketLinks .l a {
    float: left;
  }
  .basketLinks .r {
    padding-right: 4px;
  }
  .basketLinks .r a {
    float: right;
    margin-left: 15px;
  }
  .basketLinks .inactive, .basketLinks .inactive:hover {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #555;
    cursor: default;
  }

  .basketspam td {
    background: none;
    font-weight: normal;
  }



.oHistoryTable {
  border-collapse: collapse;
  margin: 5px 0 0;
}
  .oHistoryTable td, .oHistoryTable th {
    padding: 2px 25px 2px 0;
    vertical-align: bottom;
  }
  .oHistoryTable td {
    padding: 8px 25px 8px 0;
    background: url('/images/basket-line.gif') repeat-x bottom;
  }
  .oHistoryTable td img {
    display: block;
  }
  .oHistoryTable .rem {
    padding-left: 35px;
    padding-right: 4px;
  }
  .oHistoryTable th.product { width: 250px;}
  .oHistoryTable th.code { width: 75px;}
  .oHistoryTable th.price { width: 75px;}
  .oHistoryTable th.total { width: 75px;}

.oHistoryLinks {
  margin: 5px 65px 30px 0;
  text-align: right;
}
  .oHistoryLinks a {
    padding: 2px 14px 3px;
    background-color: #de0004;
    border: 1px solid #de0004;
    color: #fff;
  }
  .oHistoryLinks a:hover {
    border: 1px solid #de0004;
    background-color: #fff;
    color: #de0004;
  }


/* gallery */
.gallerList {
  margin: 17px 0 0 6px;
}
  .gallerList li {
    padding: 0 0 6px;
    clear: left;
  }
  .gallerList a {
    color: #333;
    font-size: 1.1em;
    font-weight: bold;
  }
  .gallerList a:hover {
    background-color: transparent;
    color: #f00;
  }
  .gallerList img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
  }
  .gallerList li ul {
    margin: 7px 0 0;
    display: none;
    overflow: hidden;
    height: 0px;
  }
  .gallerList li ul li {
    padding: 0 0 5px;
    display: block;
    float: left;
    clear: none;
  }

.openPic {
}
.openPic .navCont {
  margin: 7px 0 0;
}
.openPic img {
  display: block;
}
.openPic h3 {
  color: #333;
  margin: 10px 0 0;
  font-size: 1.2em;
}
.openPic .text {
  color: #555;
  margin: 5px 0 0;
}
.openPic .navCont {
  position: relative;
  float: left;
  overflow: hidden;
}
#prevPic {
  position: absolute;
  width: 49%;
  top: 0;
  bottom: 0;
  left: 0;
  background: url('/images/1px.gif') no-repeat;
  height: 100%;
}
#prevPic:hover {
  background: url('/images/pic-prev.png') no-repeat center left;
}
#nextPic {
  position: absolute;
  width: 49%;
  top: 0;
  bottom: 0;
  right: 0;
  background: url('/images/1px.gif') no-repeat;
  height: 100%;
}
#nextPic:hover {
  background: url('/images/pic-next.png') no-repeat center right;
}

.sortLinks {
  margin: 21px 0 0;
}
.sortLinks a {
  color: #555;
}
.sortLinks a:hover {
  background: none;
  color: #de0004;
}
.sortLinks a.active {
  background: #E60004;
  color: #fff;
}

#picPermlink {
  border: 1px solid #ccc;
  width: 500px;
  padding: 2px;
}



.okbox {
  background: #d5ffe2 url('/images/ok.png') no-repeat 6px 6px;
  color: #093;
  padding: 4px 15px 6px 28px;
}
.notokbox {
  background: #ffd2d3 url('/images/notok.png') no-repeat 6px 6px;
  color: #c20003;
  padding: 4px 15px 6px 28px;
}


.assPop {
  width: 311px;
  position: absolute;
  z-index: 2;
  display: none;
}
  .assPop .t {
    background: url('/images/ass-pop-T.png') no-repeat top;
    height: 12px;
  }
  .assPop .mid {
    background: url('/images/ass-pop-M.png') repeat-y;
    height: 12px;
    position: relative;
    padding: 0 35px 10px 12px;
  }
  .assPop .b {
    background: url('/images/ass-pop-B.png') no-repeat top;
    height: 12px;
  }
  .assPop .close {
    background: url('/images/ass-pop-close.gif') no-repeat 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 12px;
  }
  .assPop .close:hover {
    background-position: 0 -18px;
  }



.forma {
  margin: 20px 0 0;
}
  .forma li {
    clear: left;
  }
  .forma label {
    width: 140px;
    float: left;
    text-align: right;
    padding: 2px 3px 5px 0;
  }
  .forma .iText {
    width: 250px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 0 3px;
    padding: 1px 2px;
  }
  .forma .submit {
    background-color: #f4f4f4;
    width: 108px;
    margin: 3px 0 0 144px;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  .forma .submit:hover {
    color: #e60004;
    background-color: #fff;
    border: 1px solid #e60004;
  }
  .asterisk {
    color: #e60004;
  }
  .forma select {
    width: 254px;
  }
  .forma .error-email-div {
    display: none;
    margin: 0 20px 20px;
    border: 1px solid #f00;
    padding: 10px;
  }


.loginForm label {
  width: 80px;
}
.loginForm .iText {
  width: 150px;
}
.loginForm .submit {
  width: 70px;
  margin-left: 83px;
  margin-bottom: 15px;
}
.loginLinks {
  margin-left: 83px;
}
  .loginLinks span {
    padding: 0 4px;
  }

.delivDetails {
  margin: 17px 0 4px;
  width: 140px;
  text-align: right;
  font-style: italic;
  font-weight: bold;
}

  

.sitemap {
	padding-bottom: 15px;
}
	.sitemap, .sitemap ul {
		list-style-type: none;
	}
	.sitemap a {
		color: #333;
		text-decoration: none;
	}
	.sitemap a:hover {
		color: #fff;
	}
	.sitemap li, .sitemap ul {
		margin-top: 3px;
	}
	.sitemap li h2 {
		font-size: 1em;
	}
	.sitemap li h3 {
		font-size: 1em;
		font-weight: normal;
	}
	.sitemap li h3 {
		margin-left: 8px;
	}

	.sitemap li h4 {
		font-size: 0.9em;
		font-weight: normal;
	}
	.sitemap li h4 {
		margin-left: 20px;
	}


#scrCoverMsg {
  display: none;
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
  background-color: #555;
  opacity: .75;
  filter: alpha(opacity=75);
  width: 100%;
  z-index: 19;
}
#sentmsg {
  display: none;
  background-color: #fff;
  color: #e60004;
  font-size: 2em;
  width: 450px;
  text-align: center;
  padding: 10px 0 9px;
  z-index: 20;
}


#footer {
	background: url('/images/footer.png') no-repeat top;
	padding: 15px 0 0;
  color: #898989;
}
#footer .right {
  float: right;
}



.clear {
	clear: both;
	font-size: 1px;
	line-height: 0em;
	height: 0;
}