/**
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT                                             ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 *
 * Blue/Grey #6F7B82
 * Aqua Blue #53B8D2
 *
 */

html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Arial, Verdana, sans-serif;
   font-size: 13px;
   background: white;
   margin: 0;
   padding: 0;
   color: #6F7B82;
}
h1 {
   margin: 0;
   color: #6F7B82;
   padding: 5px 0 5px 0;
   font-size: 18px;
   font-weight: bold;
}
h2 {
   font-size: 16px;
   text-align: left;
   margin: 0;
   padding: 5px 0 5px 0;
   color: #6F7B82;
}
h3 {
   font-size: 14px;
   text-align: left;
   margin: 0;
   padding: 5px 0 5px 0;
   color: #6F7B82;
}
h4 {
   font-size: 12px;
   text-align: left;
   margin: 0;
   padding: 5px 0 5px 0;
   color: #6F7B82;
}
form {
   display: inline;
}
div,td,p {
   font-family: Arial,Verdana, sans-serif;
   font-size: 13px;
}
th {
   text-align: left;
}
a {
   color: #53B8D2;
   text-decoration: underline;
}
a:visited {
   color: #53E4D2;
   text-decoration: underline;
}
a:hover {
   color: #53B8D2;
   text-decoration: none;
}
.btn {
   background: #fefefe url(/image/table_bg.gif) top left repeat-x;
   border: 3px double #6F7B82;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #53B8D2 #53B8D2 #53B8D2 #53B8D2;
}

.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10px 5px 0;
}

.strong {
   font-weight: bold;
}

.req {
   color: #ff0000;
   vertical-align: super;
}
.hidden {
   display: none;
}
.clear {
   clear: both;
}
.clearL {
   clear: left;
}
.clearR {
   clear: right;
}

#header {
   position: relative;
   height: 60px;
   background: transparent url(/image/top_nav_bg.gif) top left repeat-x;
}
#logo {
   margin-top: -4px;
}
#logo img {
   border: none;
}
#headNav {
   position: absolute;
   top: 0;
   right: 0;
   background: #ffffff url(/image/top_nav_bg_right.gif) top left repeat-x;
   height: 38px;
}
#headNavCon {
   position: relative;
}
#topNavJoin {
   position: absolute;
   top: 0;
   left: 0;
}
ul.horiz {
   list-style-type: none;
   padding: 0;
   margin: 0;
}
ul.horiz li {
   display: inline;
}

#headNavCon ul.horiz {
   padding: 20px 0 0 70px;
   
}
#headNav a,
#headNav a:visited {
   text-decoration: none;
   color: #6F7B82;
   margin-right: 15px;
}
#headNav a:hover {
   text-decoration: underline;
   color: #000000;
}

#headNav img {
   border: 0px;
}

#pageBody {
   position: relative;
   margin-top: 4px;
   width: 100%;
}
#leftCol {
   position: absolute;
   top: 0px;
   left: 10px;
   width: 240px;
}

#leftCol .pad {
   padding: 0 5px 5px 5px;
   margin: 0 -5px 0 -5px;
}
#leftCol .title {
   font-weight: bold;
   text-align: center;
   color: #FFFFFF;
   padding: 5px;
   background-color: #53B8D2;
}
#leftCol hr {
   margin: 15px 0 15px 0;
   background-color: #6F7B82;
   color: #6F7B82;
   border: 0;
   height: 1px;
}
#leftCol a,
#leftCol a:visited {
   display: block;
   width: 100%;
   color: #6F7B82;
   text-decoration: none;
   text-indent: 10px;
   margin-bottom: 1px;
   padding-top: 3px;   
   padding-bottom: 2px;   
}
ul.nav {
   margin-top: 0;
   padding-top: 0;
}
ul.nav, ul.nav ul {
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}
ul.nav ul {
   margin-left: 20px;
   padding-left: 0;
}
.parentNav {
   font-weight: bold;
   color: #ffffff;
   text-indent: 10px;
   margin-bottom: 1px;
   background-color: #6F7B82;
   line-height: 22px;
}

#leftCol a:hover {
   display: block;
   text-decoration: underline;
   color: #53B8D2;
}
#leftCol a.active {
   text-decoration: underline;
   font-weight: bold;
   background: #EBFFFF;
}

#content {
   margin: 0 5px 0 260px;
   min-height: 920px;
   height: auto !important;
   height: 920px;
}

#footer {
   clear: both;
   position: relative;
   height: 80px;
}
#footTxt {
   text-align: center;
   padding-top: 10px;
}
#instyleLogo {
   position: absolute;
   bottom: 5px;
   right: 5px;
}


#search {
   position: relative;
   height: 37px;
}

#btnSearch {
   position: absolute;
   bottom: 0;
   right: 8px;
}

#searchContent {
   position: absolute;
   bottom: 3px;
   left: 0;
   width: 185px;
   padding: 4px 3px 4px 3px;
   border: 1px solid #53B8D2;
}

.contentText {
   padding: 8px 8px 8px 0;
}

.product {
   float: left;
   position: relative;
   min-height: 340px;
   height:auto !important;
   height: 340px;
   margin: 10px;
   text-align: center;
}
.product a,
.product a:visited {
   text-decoration: none;
}
.product a:hover {
   text-decoration: underline;
}

.product .caption,
.product .caption a {
   text-align: center;
   padding: 5px;
   color: #6F7B82;   
}
.product .prodImg {
   min-height: 240px;
   height:auto !important;
   height: 240px;
}
.product .prodImg img {
   padding: 5px;
}

.productMainImage {
   float: left;
   margin: 0 10px 10px 0;
   min-height: 180px;
   height:auto !important;
   height: 180px;
}
.productMainImage img {
}
.mainImageAlt {
   float: left;
   font-style: italic;
   font-weight: bold;
   background-color: #FFF6EF;
   border: 1px solid #53B8D2;
   border-left: none;
   border-right: none;
   padding: 5px;
   margin-bottom: 15px;
}
.productThumb {
   float: left;
   font-size: 10px;
   min-height: 120px;
   height:auto !important;
   height: 120px;
   margin: 3px 3px 0 0;
}

.productPriceBox {
   line-height: 20px;
   margin: 5px;
   border: 1px solid #cccccc;
   border-left: none;
   border-right: none;
   padding: 0 0 10px 10px;
   background-color: #EBFFFF;
}
.productPriceBox select {
   margin-right: 10px;
}
.attName {
   color: #6F7B82;
}
.productPriceBox TH {
   text-align: left;
}
.productPriceBox .btn {

}
.productPriceBoxEdges {
   height: 9px;
   background: transparent url(/image/box_edges.gif) repeat-x top left;
}
h2.productPriceBoxCart {
   color: #53B8D2;
   text-align: left;
   font-weight: bold;
   font-size: 15px;
   padding-bottom: 5px;
   
}
.messageSuccess {
   background-color: #BBFFAF;
   border: 1px solid #76FF5F;
   padding: 10px;
   width: 600px;
}
.messageFail {
   background-color:#FF9FBE;
   border: 1px solid #FF2F77;
   padding: 10px;
   width: 600px;
}

.siteMessage {
   font-size: 10px;
}

#cart,
#distList,
#sizeChart,
.orderViewDetails,
.data {
   border: 1px solid #E6E6E6;
   border-right: none;
   border-bottom: none;
}
#cart th,
#distList th,
#sizeChart th,
.orderViewDetails th,
.data th {
   border-right: 1px solid #E6E6E6;
   border-bottom: 1px solid #E6E6E6;
}
.data th {
   width: 120px;
}
#cart th,
#distList th,
#sizeChart th,
.orderViewDetails th,
.data .head {
   text-align: center;
   font-weight: bold;
   color: #002A35;
   background-color: #E6E6E6;
   background: #FBFAF1 url(/image/table_bg.gif) repeat-x top left;
}
#cart td,
#distList td,
#sizeChart td,
.orderViewDetails td,
.data td {
   border-right: 1px solid #E6E6E6;
   border-bottom: 1px solid #E6E6E6;
}
.data th {
   color: #000000;
   text-align: right;
   font-weight: bold;
}
#cart .checkout {
   text-align: right;
   height: 36px;
   line-height: 33px;
}
#cart .checkout img {
   margin-bottom: -10px;
}
#cart .checkout a,
#cart .checkout a:visited {
   color: #002A35;
   text-decoration: none;
}
#cart .checkout a:hover {
   color: #04BFFC;
   text-decoration: underline;
}
#cart .checkout th {
   text-align: right;
}

.center {
   text-align: center;
}

.listedOrderItem {
   font-size: 10px;
}

.orderViewDetails {
   min-height: 130px;
   height:auto !important;
   height:130px;
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
   text-align: left;
}

.orderViewDetails th {
   height: 30px;
}
.fldMsg {
   font-size: 9px;
   color: #888888;
}
#payCheque {
   display:inline;
}

#banner {
   padding: 0;
   margin: 0;
   margin-bottom: 15px;
}
.customerDetails {
   width: 150px;
}

/**
 *
 * Multipage navigation
 * Previous, page & next links
 *
 */

.pageNum {
   font-size: 10px;
   padding: 2px 0 2px 0;
}
.pageNumAlign {
   float: right;
   clear: left;
   text-align: center;
}
.pageNum ul {
  list-style-type:none;
  margin:0;
  padding:0;
  width: auto;
}
.pageNum li {
   display: block;
   float:left;
   margin:0;
   text-align:center;
   margin-right: 1px;
}
.pageNum li a {
   display:block;
   text-decoration: none;
   background-color: #6F7B82;
   border: 1px solid #53B8D2;
   color: white;
   padding:2px 7px 2px 7px;
}
.pageNum li a:hover {
   background-color: #6F7B82;
   color: white;
}
.pageNum li.page {
  padding: 3px 5px 3px 0;
  font-weight: bold;
}

.pageNum li.currentPage {
  padding: 2px 7px 2px 7px;
  border: 1px solid #53B8D2;
}
/**
 * // End multipage nav
 */

#breadCrumbs {
   font-size: 11px;
}
#cartCount {
   font-weight: bold;
   font-size: 11px;
   padding: 5px 5px 10px 5px;
   margin-bottom: 20px;
   width: 300px;
   background-color: #EBFFFF;
   border: 1px solid #53B8D2;
}
#cartCount a,
#cartCount a:visited {
   display: inline;
   text-decoration: underline;
   color: #53B8D2;
}
#cartCount a:hover {
   display: inline;
   text-decoration: none;
   color: #6F7B82;
}
#cartCount img {
   float: left;
   margin-right: 10px;
}

#nextImg {
   float: left;
   position: relative;
}

#orderErrors {
   color: #ff0000;
}
#lcTrust {
	padding-top: 20px;
}
.priceCol {
	text-align: right;
}
.specialPrice,
a.specialPrice,
a.specialPrice:visited,
#specialPrice {
	color: #ff0000;
}
