/**
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT                                             ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 *
 * Red #EF3E35
 * Yellow #FFED50
 *
 */

html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Arial, Verdana, sans-serif;
   font-size: 13px;
   background-color: #EF3E35;
   margin: 0;
   padding: 0;
   color: #000000;
}
h1 {
   margin: 0;
   padding: 5px 0 5px 0;
   font-size: 18px;
   font-weight: bold;
   color: #000000;
}
h2 {
   font-size: 15px;
   text-align: left;
   margin: 0;
   padding: 5px 0 0 0;
   color: #EF3E35;
}
h3 {
   font-size: 14px;
   text-align: left;
   margin: 0;
   padding: 5px 0 5px 0;
   color: #000000;
}
h4 {
   font-size: 12px;
   text-align: left;
   margin: 0;
   padding: 5px 0 5px 0;
   color: #000000;
}
form {
   display: inline;
}
div,td,p {
   font-family: Arial,Verdana, sans-serif;
   font-size: 13px;
}
th {
   text-align: left;
}
a {
   color: #EF3E35;
   text-decoration: underline;
}
a:visited {
   color: #FF857F;
   text-decoration: underline;
}
a:hover {
   color: #EF3E35;
   text-decoration: none;
}
.btn {
   background: #fefefe url(/image/table_bg.gif) top left repeat-x;
   border: 3px double #000000;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #000000 #000000 #000000 #000000;
}

.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;
}
#pCon {
	position: relative;
	width: 978px;
	text-align: center;
	margin: auto;
}
#header {

}
#logo {
   margin-top: -4px;
}
#logo img {
   border: none;
}
ul.horiz {
   list-style-type: none;
   padding: 0;
   margin: 0;
}
ul.horiz li {
   display: inline;
}

#pBody {
   position: relative;
   margin: -5px 0 7px 192px;
   width: 785px;
   background-color: #ffffff;
   border-right: 1px groove #333333;
   border-bottom: 1px groove #AAAAAA;
}

#leftCol {
   position: absolute;
   top: 210px;
   left: 30px;
   width: 185px;
   text-align: left;
}

#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: #000000;
}
#leftCol li a,
#leftCol li a:visited {
   display: block;
   color: #000000;
   text-decoration: none;
   text-indent: 10px;
   font-weight: bold;
	background: transparent url(/image/nav_bg.png) top left no-repeat;
	width: 184px;
	height: 29px;
	line-height: 25px;
}
#leftCol li a:hover {
   display: block;
   text-decoration: underline;
   color: #000000;

}
#leftCol li a.active,
#leftCol li a:visited.active{
	color: #ffffff;
	background: transparent url(/image/nav_bg_over.png) top left no-repeat;
}

#leftCol li li a,
#leftCol li li a:visited {
	color: #ffffff;
	background: 0;
	width: 155px;
	line-height: 18px;
	height: 120%;
	text-indent: 0;
	font-weight: normal;
	margin-bottom: 5px;
}
#leftCol li li a:hover {
   display: block;
   text-decoration: underline;
   color: #FFED50;

}
#leftCol li li a.active,
#leftCol li li a:visited.active{
	color: #ffffff;
	background: 0;
	color: #FFED50;
}
#leftCol li li a.active {
	font-weight: bold;
}

ul.nav {
   margin-top: 0;
   padding-top: 0;
}
ul.nav li {
}
ul.nav, ul.nav ul {
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}
ul.nav ul {
   margin-left: 5px;
   padding-left: 0;
}
.parentNav {
   font-weight: bold;
   color: #ffffff;
   text-indent: 10px;
   margin-bottom: 1px;
   background-color: #000000;
   line-height: 22px;
}

#content {
   padding: 10px 10px 20px 20px;
   margin-left: 25px;
   min-height: 550px;
   height: auto !important;
   height: 550px;
   text-align: left;
}

#footer {
   clear: both;
   position: relative;
   height: 60px;
   margin: 5px -6px 0 186px;
   background: transparent url(/image/footer_bg_m.gif) top left repeat-x;
}
#footTxt {
	text-align: center;
	padding-top: 5px;
}
#footerL {
	float: left;
}
#footerR {
	float: right;
}
#instyleLogo {
   position: absolute;
   bottom: 5px;
   right: 5px;
   color: #ccc;
}

#instyleLogo a {
	color: #ccc;
}

#search {
   position: relative;
   height: 37px;
}

#btnSearch {
   position: absolute;
   bottom: 0;
   right: 8px;
}

#searchContent {
   position: absolute;
   bottom: 3px;
   left: 0;
   width: 120px;
   padding: 4px 3px 4px 3px;
   border: 1px solid #000000;
}

.contentText {
   padding: 8px 8px 8px 0;
}

.product {
   float: left;
   position: relative;
   min-height: 225px;
   height:auto !important;
   height: 225px;
   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: #000000;   
}
.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 #000000;
   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 #FFF47F;
   border-left: none;
   border-right: none;
   padding: 0 0 10px 10px;
   background-color: #FFFCDF;
}
.productPriceBox select {
   margin-right: 10px;
}
.attName {
   color: #000000;
}
.productPriceBox TH {
   text-align: right;
}
.productPriceBox .btn {

}
.productPriceBoxEdges {
   height: 9px;
   background: transparent url(/image/box_edges.gif) repeat-x top left;
}
h2.productPriceBoxCart {
   color: #000000;
   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: #000000;
   background-color: #FFFCDF;
}
#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: #000000;
   border: 1px solid #000000;
   color: white;
   padding:2px 7px 2px 7px;
}
.pageNum li a:hover {
   background-color: #000000;
   color: white;
}
.pageNum li.page {
  padding: 3px 5px 3px 0;
  font-weight: bold;
}

.pageNum li.currentPage {
  padding: 2px 7px 2px 7px;
  border: 1px solid #000000;
}
/**
 * // End multipage nav
 */

#breadCrumbs {
   font-size: 11px;
}
#cartCount {
   position: absolute;
   top: 150px;
   left: 240px;
   font-weight: bold;
   font-size: 11px;
   margin-top: 10px;
}
#cartCount a,
#cartCount a:visited {
   display: inline;
   text-decoration: underline;
   color: #000000;
}
#cartCount a:hover {
   display: inline;
   text-decoration: none;
   color: #000000;
}
#cartCount img {
   float: left;
}
#cartCount .alignTxt {
   padding-left: 40px;
   padding-top: 7px;
}
#sendQuote {
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
#sendQuote a,
#sendQuote a:visited {
   text-decoration: underline;
   color: #FFED50;
}
#sendQuote a:hover {
   text-decoration: none;
   color: #FFED50;
}

#nextImg {
   float: left;
   position: relative;
}

#orderErrors {
   color: #ff0000;
}
.homeBg {
	background: transparent url(/image/home_bg.gif) bottom right no-repeat;
}
.pic {
	border: 1px solid #AAAAAA;
}
#compareMat td {
	text-align: center;
	font-size: 12px;
}
#compareMat th {
	background-color: #FFFCDF;
	font-size: 12px;
}
.odd {
	background-color: #EFEFEF;
}
.product .viewProd a,
.product .viewProd a:visited {
	font-style: italic;
	color: #aaaaaa;
}
