/* change default html styles */
* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}
a img {
  border-style: none;
}

/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
  zoom: 1;
}

/* general styling */
body {
  background-color: #fff;
  color: #838383;
  font: normal 76% Arial, Helvetica, sans-serif;
}
p {
  margin-bottom: 1.5em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* layout */
#pagewrapper {
}
#header, #contentwrapper, #footer p {
  width: 755px;
  margin: 0 auto;
}

#headerwrapper {
  background-color: #476087;
/*  background: url(/images/header_bg.gif) repeat-x;*/
}
#header {
  position: relative;
  width: 755px;
  padding-top: 70px;
}
#logo {
}
#logo h1 {
}
#logo h1 a {
  display: block;
  width: 255px;
  height: 26px;
  margin-left: 11px;
  margin-bottom: 9px;
  background: url(/images/logo.gif) no-repeat;
  color: #fff;
  font-weight: 900;
}
#logo h1 a span {
  display: none;
}
#logo h1 a strong {
  color: #f00;
}
#callus {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  background: url(/images/callus_left.gif) left center no-repeat;
}
#callus p {
  height: 30px;
  margin: 0;
  padding: 2px 30px 0 20px;
  background: url(/images/callus_right.gif) right center no-repeat;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  white-space: nowrap;
}

#menu {
  position: absolute;
  right: -3px;
  bottom: 0px;
}
#menu li {
  float: left;
  display: inline;
  margin-left: 3px;
  background: url(/images/menu_left.gif) 0 0 no-repeat;
}
#menu li.selected {
  background-position: 0 -100px;
}
#menu li a {
  display: block;
  padding: 8px 20px;
  background: url(/images/menu_right.gif) 100% 0 no-repeat;
  color: #476087;
}
#menu li.selected a {
  background-position: 100% -100px;
  color: #fff;
}

/* negative margins ahead */
#contentwrapper {
  clear: both;
  padding-top: 8px;
}
.content {
  float: right;
  width: 100%;
  margin-left: -177px;
}
.innercontent {
  margin-left: 177px;
  ackground: pink;
}
.main {
  clear: both;
  float: left;
  width: 100%;
  _width: auto;
  margin-right: -169px;
}
.innermain {
  margin-right: 169px;
  ackground: #fcf;
  text-align: justify;
  _width: 407px;
  overflow: hidden;
}
.innermain ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding-left:20px;
}
.innermain .enquiry ul li {
	list-style: none;
	padding-left:0 ;
}
.contentsidebar {
  float: right;
  width: 160px;
  overflow: hidden;
  ackground: #ffc;
}
.mainsidebar {
  float: left;
  width: 170px;
  overflow: hidden;
  ackground: #cff;
}

.innermain p {
  margin-left: 13px;
  margin-right: 13px;
}
.content h1 {
  padding: 8px 13px;
  color: #5a5a5a;
  font-size: 1.5em;
}
.content h1 strong, .content h1 b {
  color: #f00;
  font-weight: normal;
}

.fullwidth {
  clear: both;
}

/* footer */
#footer {
  padding-top: 35px;
  padding-bottom: 3em;
  background: url(/images/footer.gif) top repeat-x;
  color: #a4a4a4;
  font-size: 1.2em;
}
#footer p {
}
#footer strong {
  color: #506b94;
}
#footer a {
  color: #a4a4a4;
}

/* *
 * buttons
 * */
a.button, #add_to_basket a.create {
  display: block;
  width: 100%;
  background: url(/images/button_left.gif) left center no-repeat;
  cursor: pointer;
  text-align: center;
}
a.button:hover {
  text-decoration: none;
}
a.button span, #add_to_basket a.create span {
  display: block;
  padding: 0 12px;
  background: url(/images/button_right.gif) right center no-repeat;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
}
a.arrowbutton, #add_to_basket a.arrowbutton {
  float: right;
  display: inline;
  width: auto;
}
a.arrowbutton span, #add_to_basket a.arrowbutton span {
  padding-right: 40px;
  background-image: url(/images/button_right_arrow.gif);
}

#specs a.button {
  width: 100%;
  background: url(/images/button2_left.gif) left center no-repeat !important;
}
#specs a.button span {
  display: block;
  padding: 0 12px;
  background: url(/images/button2_right.gif) right center no-repeat;
  line-height: 35px;
}
.enquiry a.button, .category a.button {
  margin-right: 8px;
  background: url(/images/button3_left.gif) left center no-repeat !important;
}
.enquiry a.button span, .category a.button span {
  display: block;
  padding: 0 40px 0 12px;
  background: url(/images/button3_right_arrow.gif) right center no-repeat;
  line-height: 36px;
}

/* *
 * boxes 
 * */
.box {
  margin-bottom: 10px;
  background: #7b93af url(/images/box170_blue_bottom.gif) center bottom no-repeat;
  color: #fff;
}
.box h3 {
  padding: 10px;
  background: #7b93af url(/images/box170_blue_top.gif) center top no-repeat;
  font-size: 1.1em;
  font-weight: bold;
}
.box .body {
  padding: 10px 5px 10px 10px;
}
.contentsidebar .box {
  background-image: url(/images/box160_blue_bottom.gif);
}
.contentsidebar .box h3 {
  background-image: url(/images/box160_blue_top.gif);
}

/* *
 * customizations 
 * */

/* search */
#search h3 {
  line-height: 22px;
  padding-bottom: 0;
}
#search h3 strong {
  padding: 5px 0 5px 32px;
  background: url(/images/search_icon.gif) 1px 50% no-repeat;
}
#search form {
  padding: 4px 5px 10px 10px;
}
#search form * {
  vertical-align: middle;
}
#search .text {
  width: 124px;
  height: 14px;
  padding: 2px 4px;
  border-style: none;
  background: url(/images/search_input.gif) left center no-repeat;
}

/* sidemenu */
#sidemenu {
  padding-bottom: 8px;
  background-color: #d1d2d4;
  background-image: url(/images/box170_gray_bottom.gif);
}
#sidemenu h3 {
  height: 8px;
  padding: 0;
  background-color: #d1d2d4;
  background-image: url(/images/box170_gray_top.gif);
  font-size: 1px;
  text-indent: -9999px;
}
#sidemenu h4 {
  font-size: 1.2em;
}
#sidemenu h4 a {
  clear: left;
  display: block;
  padding: 9px 9px 8px 27px;
  border: solid 1px #a5b2c1;
  background: #7b93af url(/images/sidemenu_arrow.gif) 11px 50% no-repeat;
  color: #fff;
  font-weight: bold;
}
#sidemenu h4.selected a {
  padding-left: 30px;
  border: solid 1px #d1d2d4;
  border-bottom-style: none;
  background-image: url(/images/sidemenu_arrow_selected.gif);
}
#sidemenu ul {
  border: solid 1px #d1d2d4;
}
#sidemenu li {
  border-top: solid 1px #d1d2d4;
}
#sidemenu li a.menuitem {
  display: block;
  padding: 6px 0 7px 17px;
  border-right: solid 6px #fff;
  background-color: #d9d9d9;
  color: #868686;
}
#sidemenu li.selected a.category, #sidemenu li a.menuitem:hover {
  border-right: solid 6px #f00;
  background-color: #b2b2b2;
  color: #fff;
}

/* auth */
#auth {
  background: #aabacc url(/images/auth_bg.gif) center bottom no-repeat;
}
#auth .body {
  padding-top: 7px;
}
#auth form {
  margin-bottom: 14px;
  padding-right: 7px;
  padding-bottom: 14px;
  border-bottom: solid 1px #fff;
}
#auth label {
  font-size: 1.2em;
  font-weight: bold;
}
#auth .text {
  width: 98%;
  margin: 8px 0 10px 0;
  padding: 2px;
  border-style: none;
  background-color: #fff;
  color: #7b93af;
  font-size: 1.2em;
  font-weight: bold;
}
#register_button {
  float: right;
  display: inline;
  width: 95%;
  margin-right: 7px;
  margin-bottom: 14px;
}

/* cart */
#cart {
  padding-bottom: 4px;
}
#cart ul {
  margin-bottom: 7px;
}
#cart li {
  background-color: #476087;
  margin-bottom: 1px;
  padding: 0 5px 0 11px;
  line-height: 27px;
}
#cart li .actions {
  float: right;
}
#cart li .actions a {
  float: left;
  display: inline;
  width: 9px;
  height: 9px;
  margin: 9px 0 0 3px;
  font-size: 1px;
  text-indent: -9999px;
}
#cart li .actions a.minus {
  background: url(/images/minus.gif) no-repeat;
}
#cart li .actions a.plus {
  background: url(/images/plus.gif) no-repeat;
}
#cart a, #cart a:visited {
  color: #fff;
}

/* add_to_baskt */
#add_to_basket {
  padding-bottom: 4px;
}

/* news */
#news {
  padding-bottom: 30px;
}
#address p {
  margin: 10px;
}
#address a {
  color: #fff;
}
.contentsidebar #news {
  background-color: #4b6389;
  background-image: url(/images/box160_shade_bottom.gif);
}
.contentsidebar #news h3 {
  background-color: #6f82a1;
  background-image: url(/images/box160_shade_top.gif);
}
#news li {
  margin-bottom: 2px;
  padding: 6px;
  background-color: #b4bece;
}
#news li img {
  float: left;
}
#news li h4 {
  margin-left: 43px;
  font-weight: bold;
}
#news li p {
  margin-left: 43px;
  margin-bottom: 0;
}
#news li a.more {
  clear: both;
  display: block;
  height: 10px;
  background: url(/images/more.gif) right center no-repeat;
  text-indent: -9999px;
}

/* products */
.category {
  background: url(/images/boxwide_white_bottom.gif) center bottom no-repeat;
}
.category ul {
  padding: 15px 0 20px 15px;
  background: url(/images/boxwide_white_top.gif) center top no-repeat;
}
.category li {
  float: left;
  display: inline;
  width: 179px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  background: url(/images/box179_gray_bottom.gif) center bottom no-repeat;
}
.category a.create {
  float: left;
}
.category li h3 {
  margin-bottom: 0;
  padding: 12px;
  background: url(/images/box179_blue_top.gif) center top no-repeat;
  font-weight: bold;
  font-size: 1em;
}
.category li img {
  text-align: center;
}
.category li a {
  text-decoration: none;
}
.category li a:hover {
  text-decoration: underline;
}
.category li h3 a {
  color: #fff;
}
.category li p {
  margin: 12px;
}
.category li p a {
  color: #8b8b8b;
}

/* pagination */
.pagination {
  float: right;
  text-align: right;
  color: #828282;
  line-height: 3em;
}
.pagination strong {
  font-size: 1.2em;
}
.pagination a {
  color: #5b9ccc;
}
.pagination a.current {
  font-size: 1.6em;
  font-weight: bold;
}
.pagination * {
  display: inline;
}

/* crumbs */
.crumbs {
  padding-top: .25em;
  font-weight: bold;
  line-height: 3em;
}
.crumbs {
  font-size: 1.25em;
}
.crumbs, .crumbs a {
  color: #828282;
}
.crumbs .last {
  color: #0064b1;
}

/* otherproducts */
.otherproducts {
  background: url(/images/boxwide_blue_bottom.gif) center bottom no-repeat;
}
.otherproducts h3 {
  background: url(/images/boxwide_blue_top.gif) center top no-repeat;
  padding: 11px;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
}
.otherproducts ul {
  padding: 11px 0 11px 11px;
}
.otherproducts li {
  float: left;
  display: inline;
  width: 177px;
  margin-right: 11px;
}
.otherproducts li img {
  margin-bottom: 11px;
}
.otherproducts li a {
  color: #fff;
  font-weight: bold;
}

/* minicrumbs */
.minicrumbs, .minicrumbs a {
  color: #486188;
  /*font-size: .9em;*/
}
/* product */
.productouter {
  margin-top: 8px;
  margin-bottom: 8px;
  background: url(/images/boxmain_white_bottom.gif) center bottom no-repeat;
}
.productinner {
  padding: 11px;
  background: url(/images/boxmain_white_top.gif) center top no-repeat;
}
.productouter h2, .relate_product h2 {
  margin: 1em 0;
  color: #486188;
  font-size: 1.35em;
  font-weight: bold;
}
.productouter p {
  margin-left: 0;
  margin-right: 0;
  color: #000;
}
li.product {
  height: 220px;
}

/* specs */
#specs {
}
.contentsidebar #specs {
  background-image: url(/images/box160_blue2_bottom.gif);
}
.contentsidebar #specs h3 {
  background-image: url(/images/box160_blue2_top.gif);
  font-size: 1em;
}
#specs form {
  padding: 15px 20px;
}
#specs a.download {
  color: #476087;
  font-size: .8em;
}
#specs p {
  text-align: center;
}

/* enquiry form */
.enquiry {
  margin: 13px;
  padding-bottom: 20px;
  border-top: solid 1px #969696;
}
.enquiry h1 {
  margin-bottom: .5em;
  padding-left: 0;
  padding-right 0;
}
.enquiry li {
  margin-bottom: 10px;
}
.enquiry label {
  float: left;
  display: inline;
  width: 110px;
  margin-right: 10px;
}
.enquiry .text, .enquiry .value {
  width: 256px;
  padding: 2px;
}
.enquiry .text {
  border-style: none;
  background-color: #cfd6e0;
}

#specs div {
	position: relative;
}

form.upload .browse {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

form.upload input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

form.busy * {
  display: none;
}
form.busy {
  margin-top: 1em;
  height: 18px;
  background: url(/images/progressbar.gif) no-repeat top center;
}

.productinner table, .innermain table {
  width: 100%;
}

.export select {
  width: 45px;
}

body.nowt {
  font-size: 11px;
}

#callus .value:hover, #callus .field {
  background-color: #333;
}

.content .editable .text {
  width: 100%;
}
#similar_products_panel .create {
  display: none;
}

.product .icons {
  margin: 0;
}
.product_title {
  height: 30px;
}
.select_year {
  width: 120px;
  display: block;
}