/**
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT - Default Style sheet                       ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 */

@import url("/shop/include/html/shop_css.css");

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

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: white;
   margin: 0px;
   padding: 0px;
   color: #31281D;
}
h1 {
   font-size: 18px;
   text-align: left;
   margin: 0;
   margin-left: -5px;
   padding: 0;
   color: #A31E22;
}
h2 {
   font-size: 16px;
   text-align: left;
   margin: 0px 0px 5px -5px;
   padding: 0;
   color: #A31E22;
}
h3 {
   font-size: 14px;
   text-align: left;
   margin: 5px 0px 5px 0px;
   padding: 0;
   color: #A31E22;
}
h4 {
   font-size: 12px;
   text-align: left;
   margin: 5px 0px 5px 0px;
   padding: 0;
   color: #A31E22;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}
a {
   color: #31281D;
   text-decoration: underline;
}
a:visited {
   color: #31281D;
   text-decoration: underline;
}
a:hover {
   color: #31281D;
   text-decoration: none;
}
.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #A31E22 #A31E00 #A31E00 #A31E22;
   width: 80px;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #31281D #31284A #31284A #31281D;
}
#pageBody {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 35px;  
   padding-right: 35px;
   font-size: 12px;
   font-weight: normal;
   height: 500px;
}
#bodyTable {
   border-left: 1px solid #31281D;
   border-right: 1px solid #31281D;
   border-bottom: 1px solid #31281D;
}
#header {
   height: 35px;
}
.main_nav {
   background: #FFFFFF url(/image/navBG.gif) top left repeat-x;
}
#footer {
   color: #CAC49F;
   text-align: center;
   line-height: 20px;
}
#footer .sep {
   font-weight: bold;
}

#footer a,
#footer a:visited {
   color: #CAC49F;
   text-decoration: underline;
}
#footer a:hover {
   color: #CAC49F;
   text-decoration: none;
}

.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10px 5px 0;
}

.strong {
   font-weight: bold;
}

.requiredStar {
   color: #ff0000;
   vertical-align: super;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 100px;
}
.hidden {
   display: none;
}
.clear {
   clear: both;
}

#tabNav {
   height: 30px;
   padding: 5px;
   font-weight: bold;
   float: left;
   margin: 0;
}

#tabNav a,
#tabNav a:visited {
  float: left;
  padding:0;
  margin:0;
  margin-right: 10px;
  height:25px;
  line-height:25px;
  background-image: url('/image/bullet.gif');
  background-repeat: no-repeat;
  background-position: top left;
  text-decoration: none;
  color: #000000;
  text-indent: 30px;
}

#tabNav a:hover {
  background-image: url('/image/bulletOver.gif');
  background-repeat: no-repeat;
  background-position: top left;
}
#tabNav a.active {
   text-decoration: underline;
}

.prodTitle {
   background-color: #31281D;
   padding: 10px;
   color: white;
   font-weight: bold;
}
.prodDesc {
   padding-top: 10px;
}
.prodSpImg {
   vertical-align: middle;
   border: 1px solid #31281D;
}
.prodSpTitle {
   background-color: #31281D;
   padding: 10px 0 10px 0;
   color: white;
   font-weight: bold;
   font-size: 10px;
}
.prodCatImg {
   border-right: 1px solid lightgrey;
}
.prodCatDescRight {
   border-right: 1px solid lightgrey;
}
.prodCatDesc {
   width: 300px;
   text-align: left;
}
.instyle_it_logo {
   float: right;
   padding-right: 10px;
}
#loginBox .register a,
#loginBox .register a:visited,
#loginBox .register a:hover {
   display: inline;
   border: none;
   background: none;
}
#loginBox .register a:hover {
   text-decoration: underline;
}

#leftColumn {
   background-color: #A31E22;
   width: 200px;
   color: #CAC49F;
}

#leftColumn .pad {
   padding: 5px;
}

#leftColumn .pad .private {
   margin: 0 -5px 0 -5px;
   text-indent: 10px;
   font-size: 10px;
}


#leftColumn .title {
   background-color: #31281D;
   color: #CAC49F;
   padding: 5px;
   font-variant: small-caps;
   font-size: 14px;
   text-align: center;
   text-indent: 0;
   border-bottom: #BF6B6E solid 1px;
   font-weight: bold;
}
#leftColumn .categories .title {
   margin-top: -5px;
}

#leftColumn a,
#leftColumn a:visited {
   width: 100%;
   color: #CAC49F;
   text-decoration: none;
   display: block;
   padding: 5px 0 5px 0;
   border-bottom: #BF6B6E solid 1px;
   
}
#leftColumn a:hover {
   display: block;
   color: #CAC49F;
   text-decoration: none;
   background-color: #31281D;
}
#leftColumn a.active {
   background-color: #31281D;
}

#loginBox .title {
   font-weight: bold;
   padding-bottom: 5px;
   font-variant: small-caps;
   border: none;
   background: none;
   text-align: left;
}
#private {

}
#private H3 {
   clear: both;
   padding-top: 10px;
}

#private .sample {
   float: left;
   margin-right: 5px;
   margin-bottom: 5px;
   border: 1px solid #31281D;
   text-align: center;
}
#private .caption {
   text-align: center;
   border-top: 1px solid #31281D;
   background-color: #CAC49F; 
   padding: 5px;
}

#private .caption2 {
   font-size: 10px;
   text-align: center;
   border-top: 1px solid #31281D;
   background-color: #DFD9B5;
   padding: 5px;
}

.karenna {
   margin-top: -10px;
}

.karenna .welcomeText {
   margin-top: 20px;
}
.productBox {
   border: 1px solid #D8F4F3;
   background-color: #EFFFFE;
   padding: 5px;
   margin-bottom: 20px;
}
.productBox .title {
   padding-left: 5px;
}
.lineBreak {
   clear: both;
}
.picBorder {
   border: 1px solid #31281D;
}

.mediaImage {
   float: left;
   padding: 5px;
   margin-right: 20px;
   border: 3px #CAC49F double;
}
#contact th {
   text-align: left;
}
#partners img {
   border: 0;
}
#homeBanner {
   float: left;
   margin: 0 10px 5px 0;
   border: 1px solid #31281D;
   white-space: nowrap;
}
#closed {
	color: #A41E24;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}