/* Template Reset ===== */
/* ==================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
table,
td,
th {
  vertical-align: middle;
}
a img {
  border: none;
}
a {
  color: #263d97;
  outline: none;
}

body {
  font: 80%/1.4em arial, sans-serif;
}

/*cat groups background*/
.tl {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  width: 1px;
  height: 1px;
}
.tr {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  width: 1px;
  height: 1px;
}
.bl {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  width: 1px;
  height: 1px;
}
.br {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  width: 1px;
  height: 1px;
}

div#rightColumn div.bdc {
  width: auto;
  margin: 0 auto;
}
div#rightColumn div.dd_image_align {
  display: block;
  text-align: center;
  width: 100%;
}
div#rightColumn div.dd_image_align ul {
  float: none;
}
div#rightColumn div.dd_image_align li {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
div#rightColumn div.dd_image_align img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div#rightColumn p {
  padding: 0 14px 12px 0;
}
div#rightColumn div#rightIn {
  float: none !important;
  padding: 15px 0 12px 0;
}

/* Product List */
div#leftin h2 {
  padding: 10px;
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 1.6em;
  color: #3f53a1;
  background: #dfdfe0;
  position: relative;
}
.left_thumbnail {
  width: 70px;
  padding: 0 8px 0 0;
}
.from_price {
  width: 66px;
  text-align: center;
  background: #fddb37;
}
.from_price div {
  text-align: center;
}
.from_price_top {
  font-size: 0.7em;
  background: #fff;
}
.from_price_left {
  width: 20px;
  text-align: right !important;
}
.from_price_bottom {
  font-size: 0.8em;
}
.from_price_right {
  text-align: left !important;
}

/* Product item page */
table#dual-col {
  width: 100%;
}
table#dual-col td {
  vertical-align: top;
}
table#dual-col td#columnTextParent {
  width: 100%;
}
div#columnText {
  overflow: hidden;
  padding: 0 14px 0 0;
}
div#productViewLeft {
  width: 100%;
  float: left;
}
div#productViewLeft div#prviewleftinner {
  margin-right: 36px;
}

div#columnImg {
  width: auto;
  float: right;
  padding: 0 0 0 25px;
}
div#productViewRight {
  width: auto;
  float: right;
}
div#productViewRight div#productlink a {
  padding: 8px 2px;
  color: #fff;
  float: none !important;
  border: none;
  background: url(../images/productBack.jpg) repeat-x 0 center;
  text-align: center;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
  width: 130px;
  margin: 20px auto 0 auto;
}

div#productview div table {
  width: 100%;
  margin: 14px 0 0 0;
  text-align: center;
}
div#productview div table tbody {
  width: 270px !important;
  display: block;
  margin: 0 auto;
  color: #444;
}

div.furtherinfo div#productViewLeft table tbody {
  width: auto !important;
}
div.furtherinfo div#productViewLeft table tbody h2 {
  font-size: 1.4em;
  font-weight: lighter;
  padding: 0 0 14px 0;
  margin: 0;
  background: none;
}
div.furtherinfo div#productViewLeft table tbody tr:first-child td {
  border: none !important;
}
div.furtherinfo div#productViewLeft p {
  float: left;
}
div.furtherinfo div#productViewLeft p img {
  margin: 0 24px 14px 0;
  float: left;
}

div#productview div table tbody tr:first-child td {
  border-bottom: 3px solid #ddd;
}
div#productview div table tbody td {
  padding: 3px 6px 0 6px;
  border-bottom: 1px solid #ddd;
}
div#productview div div#price_table {
  width: auto;
  margin: 14px 0 0 0;
  padding: 14px 0 14px 0;
  text-align: center;
  background: #f2f4f5;
}
div#productview table.price_table_tab,
div#productview table.pricecontaininner {
  margin: 0 auto !important;
}
div#productview table.pricecontaininner td.pricecontaininner_td {
  border-bottom: none !important;
}
div#productview div div#price_table table,
div#productview div div#price_table tbody {
  width: auto !important;
  margin: 0;
  border: none !important;
  color: #000;
}
div#productview div div#price_table th {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #999 !important;
}
div#productview div div#price_table td.pricecontain,
div#productview div div#price_table td.pricecontinner {
  text-align: center;
  border-bottom: none !important;
}
div#productview div div#price_table td td td {
  padding: 0 8px 0 7px !important;
  border-bottom: 1px solid #999 !important;
}
div#productview div div#price_table div.submit {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
div#productview div div#price_table div.submit input {
  width: 78px;
  height: 26px;
  padding: 0;
  color: #fff;
  float: none !important;
  border: none;
  background: url(../images/addcart.gif) no-repeat 0 0;
}
label.qty {
  padding: 0 14px 0 0;
}
div#aslowas {
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fddb37;
  text-align: center;
  padding-bottom: 6px;
  padding-top: 3px;
  padding-left: 8px;
  padding-right: 8px;
}
div#aslowas span.alabig {
  font-size: 1.4em;
}
#img {
  position: relative;
  clear:both;
}
.alatitle {
  padding: 3px 0 0 0;
  line-height: 1em;
  font-size: 0.8em;
}
div#price_table div.twoper div#formLeft input {
  clear: both;
}
/* START yellow price table area */
div#pricetable {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  font-size: 0.9em;
  padding-top: 0.7em;
  position: relative;
}
div#pricetable span {
  font-size: 0.7em;
}
div#pricetable strong {
  font-size: 1.1em;
}
/* END yellow price table area */

div.submit {
  width: 86%;
  margin-left: 10%;
  padding-left: 30%;
}

/* Product Images */
div#gallery_thumbs {
  width: 300px;
  clear: both;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 12px 0 0 0;
}
div.gallery_thumb {
  width: auto !important;
  height: auto !important;
  border: 1px solid #ccc;
  float: none !important;
  margin: 0 2px 1px 0 !important;
  padding: 0;
  text-align: center;
  display: inline-block;
}
div.gallery_thumb img {
  float: left;
  border: none !important;
}

#aslowas {
  float: left;
  height: 70px;
}
div.innerImg {
  /* float: left; */
  width: 100%;
  text-align: center;
}

div#productview div#img {
  overflow: hidden;
}

/* Cart page */
@media screen and (min-width: 961px) {
  div#cartLeft {
    width: 75%;
    float: left;
    margin: 0;
  }
}

/* cart heading */
div.cartheader {
  width: 100%;
  padding: 10px;
  margin: 0 0 18px 0;
  background: #dfdfe0;
  position: relative;
}
div.cartheader p#title {
  float: left;
  font-size: 1.5em;
  color: #32489c;
}
div.cartheader p#crumbs {
  float: right;
  font-weight: bold;
  color: #707070;
}
div.cartheader p#crumbs span {
  font-weight: bold;
  color: #000;
}

/* cart page right hand side column */
div#dd_structure_main_right {
  float: none !important;
  width: auto !important;
}
div#dd_structure_main_right_order {
  float: right;
  border: 1px solid #ddd;
}
div#dd_structure_main_right h3,
div#dd_structure_main_right_order h3 {
  font-size: 1.4em;
  padding: 6px 6px 6px 0;
  font-weight: lighter;
}
div#dd_structure_main_right_order h3 {
  padding: 6px 6px 6px 12px;
}
div#dd_structure_main_right ul {
  padding: 3px 0 0 0;
  float: left;
}
/* cart page process - final confirm page */
div.sendOrder {
  float: right;
  padding: 3px;
  width: 200px;
  text-align: center;
}
div.sendOrder input {
  width: 135px;
  height: 26px;
  color: #fff;
  border: none;
  background: url(../images/proceedred.gif) no-repeat 0 0;
}

/* Product List Header */
div#cart_order div#grey_header {
  width: 100%;
  float: left;
  position: relative;
  background: #8f9097;
  border-right: 1px solid #8f9097;
}
div#cart_order div#grey_header p {
  padding: 4px 0 4px 0;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
}
div#cart_order div#grey_header p.quantity {
  width: 74px;
  text-align: center;
}
div#cart_order div#grey_header p.image {
  width: 84px;
  text-align: center;
}
div#cart_order div#grey_header p.product {
  width: 40%;
  padding: 4px 0 4px 14px;
}
div#cart_order div#grey_header div#priceHeader {
  position: absolute;
  right: 0;
  top: 0;
}
div#cart_order div#grey_header p.price {
  width: 190px;
  padding: 4px 12px 0 0;
  text-align: right;
}
div#cart_order div#grey_header p.total {
  width: 85px;
  float: right;
  text-align: center;
}

/* Product list */
div#cart_order {
  float: left;
}
div#cart_order h3 {
  padding: 0 0 14px 0;
  font-size: 1.3em;
}
div.product_line {
  width: 100%;
  float: left;
  position: relative;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: url(../images/greyrp.gif) repeat-y 0 0;
}
div.product_line div.quant {
  padding: 6px 14px 3px 14px;
  background: #efefef;
}
div.product_line td.quant {
  width: 63px;
  padding: 6px 0 3px 0;
}
div.product_line div {
  float: left;
  padding: 0 0 0 14px;
}
div.product_line div.product {
  width: 50%;
  height: 60px;
}
div.product_line div.image {
  width: 99px;
  padding: 8px 0 0 0;
  text-align: center;
}
div.product_line div#totalprice {
  position: absolute;
  right: 16px;
  top: 0;
}
div.product_line div#totalprice div.total {
  width: 114px;
  height: 38px;
  text-align: right;
  padding: 22px 12px 0 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
div.product_line div#totalprice div.price {
  padding: 22px 12px 0 12px;
}
div.product_line div#grey_header div.quantity {
  width: 74px;
  text-align: center;
}
div.product_line div#grey_header div.image {
  width: 84px;
  text-align: center;
}
div.product_line div#grey_header div.product {
  width: 344px;
  padding: 4px 0 4px 14px;
}
div.product_line div#grey_header div.price {
  width: 128px;
  text-align: right;
}
div.product_line div#grey_header div.total {
  width: 65px;
  text-align: center;
}

/*tablature */
table#grey_header {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #ccc;
  background: url(../images/greyrp.gif) repeat-y 0 0;
}
table#grey_header th {
  font-weight: bold;
  color: #fff;
  font-size: 0.9em;
  background: #8f9097;
}
table#grey_header th.qtyhead {
  width: 64px;
}
table#grey_header th.imghead {
  width: 84px;
}
table#grey_header th.prdhead {
}
table#grey_header th.pricehead {
  padding: 0 10px 0 0;
}
table#grey_header th.tothead {
  width: 78px;
}
#grey_header .quantity {
  width: 64px;
  text-align: center;
}
#grey_header .image {
  width: 84px;
  text-align: center;
}
#grey_header .product {
  padding: 4px 0 4px 14px;
}
#grey_header .price {
  width: 100%;
  text-align: right;
}
#grey_header .total {
  width: 100%;
  text-align: center;
}
div.product_line table {
  width: 100%;
}
div.product_line div#totalprice td.total {
  width: 114px;
  height: 38px;
  text-align: right;
  padding: 22px 12px 0 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
div.product_line td.price {
  padding: 0;
}
div.product_line td.quantity {
  width: 74px;
  text-align: center;
}
div.product_line td.image {
  width: 84px;
  text-align: center;
}
div.product_line td.product {
  padding: 4px 0 4px 14px;
}
div.product_line td.product p {
  width: 80%;
  font-weight: lighter;
  padding: 0 0 0 6px;
}

td.pricewrap {
  width: 196px;
  padding: 0 6px 0 0;
}
td.pricewrap table {
  width: 196px;
  float: right;
}
td.pricewrap p.pricewrap_t {
  width: 116px;
  padding: 0 8px 0 0;
}
td.pricewrap p.pricewrap_p {
  width: 80px;
}

div.product_line td.total {
  width: 118px;
  padding: 0 10px 0 0;
  text-align: right;
  border-left: 1px solid #ccc;
}
div.product_line td.price {
  width: 68px;
  padding: 0 10px 0 0;
  text-align: right;
  border-left: 1px solid #ccc;
}

div.product_line td.total p,
div.product_line td.price p {
  width: 100%;
}

/* Product List*/
div#prodindex_area {
  margin: 0 !important;
  padding: 0 !important;
}
div#prodindex {
  width: 100%;
}
div#prodindex table#mainprodindex {
  width: 100%;
}
div.prodrow {
  width: 99%;
  float: left;
  clear: both;
}
div.prodrow div#col_left {
  float: left;
}
div.prodrow div#col_center {
  width: 70%;
  float: left;
}
div.prodrow div#col_right {
  float: left;
}
div#prodindex div.quant {
  width: 74px;
  float: left;
  padding: 6px 0 6px 0;
  text-align: center;
  background: #efefef;
}
div#prodindex div.quant input {
  width: 45px;
  float: left;
  margin: 6px 0 0 10px;
  text-align: center;
}
div#prodindex div.quant a {
  font-size: 0.8em;
}
div#prodindex td.prodindex_image_loc {
  vertical-align: top;
  padding: 3px 0 0 0;
}
div#prodindex td.prodindex_desc_loc {
  vertical-align: top;
}
div#prodindex div.prodimage {
  width: auto;
  padding: 0 15px 15px 15px;
  text-align: center;
  clear: both;
  vertical-align: top;
}
div#prodindex div.prodtext p {
  padding: 0 15px 0 0;
}
div#prodindex div.product {
  width: 344px;
  height: 47px;
  float: left;
  padding: 12px 0 0 14px;
  border-right: 1px solid #dfdfe0;
}
div#prodindex div.total {
  width: 65px;
  height: 47px;
  padding: 0;
  text-align: center;
  border-right: 1px solid #dfdfe0;
}
div.aslowasprice {
  padding: 2px 0 0 0;
  line-height: 1em;
  font-weight: bold;
}
div.aslowasprice span {
  font-size: 0.9em;
}
div.fromprice div.each {
  font-size: 0.8em;
  line-height: 1.1em;
}
div#priceText {
  width: 450px;
  padding: 90px 0 0 0;
  float: left;
  clear: both;
  color: #363636;
}

div.price {
  width: 40px;
  float: left;
}
div.total {
  width: 55px;
  float: right;
  text-align: left;
}
div.total strong {
  font-weight: bold;
}

/* Individual Product */
div#productview p {
  padding: 0 0 6px 0;
}
div#productview ul {
  padding: 0 0 14px 0;
}
div#productViewLeft ul {
  width: auto;
}
div#productview li {
  padding: 0;
  margin: 0 0 0 20px;
  color: #333;
  list-style-image: url(../images/bullet.gif);
}
div#productview h3 {
  padding: 0 0 5px 0;
  font-size: 1.2em;
  font-weight: lighter;
  color: #333;
}

div#productview .compactform div {
  margin: 0 0 8px 0 !important;
}
/* Summary text within cart */
div#summary p {
  width: 100%;
  clear: both;
}
div#summary {
  width: 207px;
  float: right;
  margin-right: 1px;
  margin-top: -74px;
}
div#summary div#totalprice {
  width: 196px;
  padding: 14px 0 14px 0;
  text-align: right;
  float: right;
}
div#summary div.totdiv {
  width: 100%;
  padding: 9px 0 9px 0;
  float: left;
  clear: both;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
div#summary p#total_left {
  width: 114px;
  float: left;
  clear: none;
  padding: 0 6px 0 0;
  text-align: right;
}
div#summary p#total_right {
  width: 49px;
  float: right;
  clear: none;
  padding: 0 18px 0 0;
  font-weight: bold;
}
div#summary div#yellowtotal {
  width: 209px;
  float: right;
  margin-right: -2px;
  background: #ffdb23;
}
div#summary div#yellowtotal td.totdiv {
  padding: 6px 0 6px 0;
  border: none;
}
div#summary p#total_left_yellow {
  width: 115px;
  min-height: 30px;
  float: left;
  clear: none;
  padding: 0 10px 0 0;
  text-align: right;
}
div#summary p#total_right_yellow {
  width: 75px;
  min-height: 28px;
  padding: 10px 4px 0 0;
  float: right;
  clear: none;
  font-size: 1.4em;
}
div#summary div#yellow_arrow_order {
  width: 209px;
  float: right;
  clear: both;
  text-align: center;
}
div#summary div#yellow_arrow_order img {
  float: left;
}
div#order_button_area p {
  padding: 0 0 20px 0;
  clear: both;
}
div#order_button_area input {
  margin: 0 0 12px 0;
}
div#order_button_area input#bcpd {
  width: 135px;
  margin: 12px 0 12px 36px;
  float: left;
  padding: 0;
  border-width: 1px;
}
div#order_button_area form {
  width: 200px;
  float: left;
  clear: both;
  text-align: center;
}
div#order_button_area.proceed_to_checkout form {
  width: 100%;
  float: right;
  max-width:310px;
  clear: both;
  text-align: center;
}
div#order_button_area input#printorder {
  width: 99px;
  margin: 0 0 12px 52px;
  height: 26px;
  border: none;
  float: left;
  background: url(../images/printorder.gif) no-repeat 0 0;
}

/* Summary text within cart (Tablature) */
table#summary {
  border: 1px solid #fff;
  width: 199px !important;
  float: right;
  margin-top: -74px;
}
table#summary p {
  width: 100%;
  clear: both;
}
table#summary div#totalprice {
  width: 196px;
  padding: 14px 0 14px 0;
  text-align: right;
  float: right;
}
table#summary tr.totdiv {
  width: 100%;
  padding: 9px 0 9px 0;
  float: left;
  clear: both;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

table#summary td.stotal {
  width: 118px;
  padding: 0 10px 0 0;
  text-align: right;
  font-weight: bold;
}
table#summary td.price {
  width: 68px;
  padding: 0 10px 0 0;
  text-align: right;
}

table#summary p#total_left {
  width: 100%;
}
table#summary p#total_right {
  width: 100%;
  font-weight: bold;
}
table#summary tr#yellowtotal {
  width: 209px;
  float: right;
  background: #ffdb23;
  margin-right: -2px;
}
table#summary tr#yellowtotal td.stotal {
  padding: 8px 10px 12px 0;
}
table#summary div#yellowtotal div.totdiv {
  border: none;
}
table#summary p#total_left_yellow {
  width: 100%;
  min-height: 30px;
  text-align: right;
}
table#summary td.stotal {
  width: 118px;
  padding: 0 10px 0 0;
}
table#summary td.totdiv {
  width: 68px;
  padding: 0 10px 0 0;
  text-align: right;
}
table#summary p#total_right_yellow {
  width: 100%;
  font-size: 1.4em;
}
table#summary tr#yellow_arrow_order {
  width: 209px;
  float: right;
  clear: both;
  text-align: center;
}
table#summary tr#yellow_arrow_order img {
  float: left;
}
tr#order_button_area p {
  padding: 0 0 20px 0;
}
tr#order_button_area input {
  margin: 0 0 12px 0;
}
tr#order_button_area form {
  width: 200px;
  float: left;
  clear: both;
  text-align: center;
}
tr.sendOrder input.checkProceed2 {
  width: 135px;
  height: 26px;
  margin: 12px 0 12px 36px;
  border: none;
  float: left;
  color: #fff;
  background: url(../images/proceedred.gif) no-repeat 0 0;
}
tr.sendOrder input#printorder {
  width: 99px;
  margin: 0 0 12px 52px;
  height: 26px;
  border: none;
  float: left;
  background: url(../images/printorder.gif) no-repeat 0 0;
}
div#confirmSummary {
  float: right;
  clear: both;
}

/* Search Page Template */

div.pageSearch div#productview {
  vertical-align: top;
}
div.pageSearch div#productview {
  float: left;
}
div.pageSearch div.prodwrap {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 0 0 24px 0;
}
div.pageSearch div.prodsearch {
  padding: 0 15px 0 0;
}
div.pageSearch div.prodimage {
  width: auto;
  padding: 0;
  text-align: center;
  clear: both;
  vertical-align: top;
}
div.pageSearch div.prodimage img {
}
/*div.pageSearch div.prodimage{
	float: left;
	padding: 3px 14px 0 0;
}*/
div.pageSearch td.prodimagetd,
div.pageSearch td.prodpricetd {
  vertical-align: top;
  text-align: center;
}
div.pageSearch td.product_description {
  width: 100%;
}
div.pageSearch div.prodtext {
  padding: 0 10px 0 0;
}
div.pageSearch div.prodrow {
  float: left;
  padding: 0;
}
div.pageSearch div.prodrow div.prodtext {
  width: 70%;
  float: left;
}
div.pageSearch div.prodrow div.fromprice {
  position: absolute;
  top: 0;
  right: 0;
}
div.pageSearch div.catrow {
  float: left;
  clear: both;
}
div.pageSearch div.catrow div.categorieslabel {
  float: left;
  padding: 0 8px 0 0;
}
div.pageSearch div.catrow div.searchcategory a {
  padding: 0 8px 0 0;
  float: left;
  font-size: 0.9em;
  line-height: 1.1em;
}
div.pageSearch div.catrow div.searchcategory {
  width: auto;
  float: left;
  padding: 6px 14px 0 0;
}

/* Full width template */
div#fullColumn {
  width: 100%;
  margin: 0 0 24px 0;
  float: left;
  position: relative;
}
div#fullColumn div#leftin {
  overflow: visible;
}
/* Two Col Reversed Template */
.twocolrev div#leftColumn {
  width: 25% !important;
}
.twocolrev div#rightColumn {
  float: left;
  width: 75% !important;
}
.twocolrev div#rightColumn div#rightIn {
  width: auto;
  padding: 56px 12px 12px 12px;
}
.twocolrev div#rightColumn div#rightIn h2.contentheading,
h1.componentheading,
div#confirmorderheading {
  width: 96%;
  position: absolute;
  top: 14px;
  left: 1%;
  background: none repeat scroll 0 0 #dfdfe0;
  color: #3f53a1;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 16px;
  padding: 10px;
}

/* User Template */
div.form-maincontainer {
  margin-bottom: 1em;
  flex-wrap: wrap;
}
div.form-maincontainer div {
  margin-bottom: 1em;
}
div.name-title {
  width: 32px !important;
  padding: 0 8px 0 0 !important;
}
div.name-title input {
  width: 32px !important;
}
div.form-maincontainer div.name-firstname {
  width: 103px;
  padding: 0;
  float: left;
}
div.formelementcontainer div.name-firstname label {
  padding-bottom: 1px;
}
div.formelementcontainer div.name-firstname input {
  width: 100px;
  float: left;
}
div.form-maincontainer div.name-surname {
  padding: 0 8px 0 0;
}
div.form-maincontainer div#addressdeliver p,
div.form-maincontainer div#addressbill p {
  font-size: 1.4em;
  padding: 0 0 14px 0;
}
div.form-maincontainer div#addressdeliver a,
div.form-maincontainer div#addressbill a {
  display: inline-block;
  clear: none;
  padding: 0 0 0 14px;
}
div.form-maincontainer div#addressdeliver {
  width: 250px;
  float: left;
}
div.form-maincontainer div#addressdeliver .delivery_address div {
  margin-bottom: 0;
}
div.form-maincontainer div#addressdeliver div.phonediv span {
  float: left;
  clear: none;
  display: block;
}
div.form-maincontainer div#addressdeliver div.phonediv span.phonetitle {
  width: 40px;
  clear: left;
}
div.form-maincontainer div#addressbill {
  width: 280px;
  float: left;
}

div.form-maincontainer div.form-key {
  width: 135px;
  padding: 16px 0 0 0;
  float: left;
  clear: both;
}
div.form-maincontainer span.req {
  font-size: 1.4em;
  color: #ff0000;
  font-weight: bold;
}
div.form-maincontainer div.form-key span.req {
  margin: 0 4px 0 0;
  display: block;
  float: left;
  clear: both;
}

/* payment page specific*/
div.paymentpage div.addressdiv p {
  width: 100% !important;
  padding-bottom: 16px;
  font-size: 0.9em !important;
}
div.paymentpage div.addressdiv div.date-select-outer p {
  width: 145px !important;
  padding-bottom: 0 !important;
  font-size: 1em !important;
}
div.month-select,
div.year-select {
  float: left !important;
}
div.paymentpage div.addressdiv p span#cardholder {
  font-size: 1.6em;
}
div.paymentpage div.submitelementcontainer {
  position: absolute;
  left: 154px;
  bottom: -4px;
}
div.paymentpage div.form-key span.req {
  margin: 0 6px 0 12px;
}
div.paymentpage div.form-key {
  width: 145px;
  float: left;
  margin: 10px 0 0 0;
}
div.paymentpage div.nametitle p {
  font-size: 0.9em !important;
}
div.paymentpage div.nametitle p span {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
  display: block;
  clear: both;
}
div.paymentpage div.formelementcontainer label {
  font-weight: bold;
}

/*.....*/

div.form-maincontainer div.form-key span.req span {
  font-size: 0.7em !important;
  color: #333;
}

div.form-maincontainer div.detailsdiv {
  width: 100%;
  padding: 22px;
  margin: 0 0 12px 0;
  float: left;
  border: 1px solid #e1e1e1;
  background: #f3f4f6;
}
div.form-maincontainer div.detailsdiv div,
div.form-maincontainer div.addressdiv div {
  float: left;
  padding: 0 0 8px 0;
}
div.form-maincontainer div.nametitle p {
  width: 145px !important;
  float: left !important;
  padding: 15px 0 0 0;
}
div.form-maincontainer div.detailsdiv p,
div.form-maincontainer div.addressdiv p {
  width: 200px;
  font-size: 1.2em;
}
div.form-maincontainer div.detailsdiv div.formelementcontainer p {
  width: 100%;
  font-size: 1em;
}
div.form-maincontainer div.date-select-outer p.startDateTitle span {
  clear: both;
  display: block;
  font-weight: lighter;
  font-size: 0.9em;
}
div.form-maincontainer
  div.formelementcontainer
  p.startDateTitle
  span.smallinfo {
  width: 130px;
  clear: both;
  display: block;
  font-weight: lighter;
  font-size: 0.9em;
}
div.form-maincontainer div.detailsdiv label,
div.form-maincontainer div.addressdiv div.formelementcontainer label {
  width: 145px;
  display: block;
  float: left;
}
div.form-maincontainer div.formelementcontainer input {
  width: 220px;
  border: 1px solid #bbb;
}
div.form-maincontainer div.formelementcontainer div.name-title input {
  width: 30px !important;
}
div.form-maincontainer div.formelementcontainer div.name-firstname input {
  width: 100px !important;
}
div.form-maincontainer div.formelementcontainer div.name-surname input {
  width: auto !important;
}
div.businesstitle label span {
  font-size: 0.9em;
  font-weight: lighter;
  display: block;
  clear: both;
}

/* div.form-maincontainer div.detailsdiv input[type='text']{
	width: 300px;
	border: 1px solid #ccc;
} */
div.form-maincontainer div.address span {
  padding: 0 0 0 18px;
  clear: both;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
}

div.form-maincontainer div.addressdiv {
  width: 100%;
  padding: 22px;
  float: left;
  border: 1px solid #e1e1e1;
  background: #f3f4f6;
}
div.form-maincontainer div.addressdiv div.postcode input {
  width: 132px;
}
div.form-maincontainer div.addressdiv h3,
div.form-maincontainer div.detailsdiv h3 {
  font-size: 1.4em;
  padding: 0 0 16px 0;
}
div.form-maincontainer p.form_error {
  width: 300px !important;
  font-size: 0.9em !important;
  font-weight: lighter;
}

div.submitelementcontainer {
  width: auto !important;
  margin: 0;
  padding: 12px 0 0 25px;
  text-align: center;
}
div.submitelementcontainer input {
  width: 150px;
  height: 26px;
  color: #fff;
  border: none;
  background: url(../images/proceedred.gif) no-repeat 50% 0;
}

div.deliverydetails {
  width: 100%;
  padding: 0 22px;
  color: #4e4e4e;
  margin-bottom: 3em;
}
div.deliverydetails .wrap {
  padding: 1em;
  border: 1px solid #ed832f;
}
div.deliverydetails h3 {
  padding: 8px 0 6px 36px;
  margin: 0 0 12px 0;
  font-weight: bold;
  color: #d41f28;
  background: url(../images/orangetriangle.gif) no-repeat 0 0;
}
div.deliverydetails p {
  padding: 0 0 8px 0;
}
div.deliverydetails strong {
  font-weight: bold;
}

/* Enter payment page */

div.forminformation {
  width: 100%;
  float: left;
  clear: both;
}
div.forminformation p {
  width: 100%;
}
div.forminformation strong {
  font-weight: bold;
}
div.forminformation p {
  padding: 12px 0 12px 0;
}
span.red {
  color: #d41f28;
}
div.paymentpage p.form_error {
  padding-bottom: 3px !important;
  clear: both;
  width: 100%;
  float: left;
}

/* Confirmation Page Final Comment */
div.confirmed_comment div.submitelementcontainer {
  padding: 0;
}

div.confirmed_comment label {
  padding: 0 0 6px 0;
  display: block;
  float: left;
  clear: both;
  font-weight: bold;
}

div.confirmed_comment textarea {
  width: 250px;
  height: 150px;
  display: block;
  float: left;
  clear: both;
  border: 1px solid #888;
}

div.confirmed_comment div.submitelementcontainer input {
  width: 200px;
  background: url(../images/proceedred.gif) no-repeat 50% 0 !important;
}

/* Search Pages */
div.catsearch {
  padding: 8px;
  border: 1px solid #e1e1e1;
}
div.catsearch h3 {
  padding: 8px;
  color: #2b407f;
  font-size: 1.4em;
  background: #e1e1e1;
}
div.catsearch ul {
  padding: 10px 0 10px 0;
}
div.catsearch li {
  padding: 0 0 8px 0;
  line-height: 110%;
}
div.catsearch a {
  padding-right: 11px;
  line-height: 110%;
  background: url(../images/bluearrow.gif) no-repeat 100% 60%;
}
div.pageSearch div.searchcategory-left {
  width: 180px;
  padding: 0 16px 0 0;
  float: left;
}
div.pageSearch div.searchcategory-right {
  width: 180px;
  float: left;
}
div.pageSearch div.searchcategory-left a,
div.pageSearch div.searchcategory-right a {
  display: block;
  clear: both;
  font-size: 0.9em;
  line-height: 110%;
  padding: 0 0 6px 0;
  text-decoration: none;
}

div.searchcategory {
  width: auto;
  padding: 0;
}
div.searchcategory a {
  padding-right: 11px;
  text-decoration: none;
}

/* Payment Confirmation Page */
div.confirmed_comment {
  width: 100%;
}
div.confirmed_comment div.submitelementcontainer {
  float: left;
}
div.confirmed_comment div.submitelementcontainer input {
  height: 36px;
  padding: 0;
  font-size: 0.9em;
  background-image: url(../images/proceedredlg.gif) !important;
}

/* Colourchart */
div.colorchart td {
  width: 100%;
}
