/**
 * Logo Pink: #FF3398
 * Logo Grey: #3D3D3D
 *
 */

html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
   font-size: 12px;
   background: white;
   margin: 0px;
   padding: 0px;
   color: #3D3D3D;
}
h1 {
   margin: 0 0 10px 0;
   color: #FF3398;
   padding: 1px 0 1px 24px;
   font-size: 18px;
   font-weight: bold;
   background: transparent url(/image/h1_bg.gif) bottom left no-repeat;
}
h2 {
   font-size: 16px;
   text-align: left;
   margin: 10px 0 5px 0px;
   padding: 0 0 0 18px;
   color: #3D3D3D;
   background: transparent url(/image/h2_bg.gif) top left no-repeat;
}
h3 {
   font-size: 14px;
   text-align: left;
   margin: 5px 0px 5px 0px;
   padding: 0;
   color: #3D3D3D;
}
h4 {
   font-size: 12px;
   text-align: left;
   margin: 5px 0px 5px 0px;
   padding: 0;
   color: #3D3D3D;
}
form {
   display: inline;
}
p, div, td {
   font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
   font-size: 12px;
}
a {
   color: #FF3398;
   text-decoration: underline;
}
a:visited {
   color: #FE76B8;
   text-decoration: underline;
}
a:hover {
   color: #000000;
   text-decoration: none;
}
.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10px 5px 0;
}
.strong {
   font-weight: bold;
}

.req,
.requiredStar {
   color: #ff0000;
   vertical-align: super;
}
.fld,
.contactField {
   font-weight: bold;
   text-align: right;
}
.hidden {
   display: none;
}
.clear {
   clear: both;
}
.clearL {
   clear: left;
}
.clearR {
   clear: right;
}

#headerBar {
	background: transparent url(/image/header_bg.gif) top left repeat-x;
	height: 45px;
}
#pCon {
	width: 990px;
	background: #ffffff url(/image/page_bg.jpg) top right no-repeat;
}
#pPad {
	margin: 0 22px 0 22px;
	padding: 8px;
}
#header {
   position: relative;
   height: 105px;
}
#logo {
   position: absolute;
   top: 0px;
   left: 0px;
}
#logo img {
   border: none;
}

#headNav {
	position: absolute;
	top: 5px;
	left: 280px;
	width: 400px;
	text-align: left;
	font-size: 11px;
}
#headNav ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}
#headNav ul li {
   display: inline;
   margin-left: -3px;
}
#headNav a,
#headNav a:visited {
	background: transparent url(/image/butterfly_small.gif) bottom left no-repeat;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 25px;
}
.highlight,
a.highlight {
	color: #ff0000;
	font-weight: bold;
}
#headNav a:hover {
	text-decoration: underline;
}
#home {
	color: #3D3D3D;
}

#freePostage {
	font-style: italic;
}

#cartIcon {
	position: absolute;
	top: 55px;
	left: 505px;
	padding-left: 8px;
}

#cartCount {
   position: absolute;
   top: 45px;
   left: 220px;
   width: 280px;
   text-align: right;
   font-size: 11px;
}

#cartCount a,
#cartCount a:visited {
	text-decoration: none;
}

#cartCount a:hover {
	text-decoration: underline;
}

#pageBody {
   position: relative;
   width: 100%;
   text-align: left;
}
#leftCol {
   position: absolute;
   top: -30px;
   left: 0px;
   width: 180px;
   font-size: 11px;
   overflow: visible;
}

#leftCol .pad {
   padding: 0 5px 5px 5px;
   margin: 0;
}
.parentNav,
#leftCol .title {
   font-weight: bold;
   color: #FF3398;
   font-size: 12px;
   padding-top: 10px;
}

#leftCol a,
#leftCol a:visited {
   display: block;
   width: 100%;
   color: #373636;
   text-decoration: none;
}
ul#nav {
   margin: 0;
   padding: 0;
}
ul#nav, ul#nav ul {
   list-style: none;
   margin-left: 0;
   padding-left: 0;
}

/* 2nd level nav */
ul#nav ul a,
ul#nav ul a:visited {
   color: #373636;
   font-weight: bold;
}

/* 3rd level nav */
ul#nav ul ul {
	margin-left: 10px;
}
ul#nav ul ul a,
ul#nav ul ul a:visited {
   color: #6F6F6F;
}

ul#nav ul a:hover,
ul#nav ul ul a:hover,
#leftCol a:hover {
   display: block;
   text-decoration: none;
   color: #FF3398;
}

ul#nav ul a.active,
ul#nav ul ul a.active,
#leftCol a.active {
	color: #c21d57
}

#content {
   margin-left: 190px;
   min-height: 600px;
   height: auto !important;
   height: 600px;
}

.btn {
   background: #fefefe url(/image/table_bg.gif) top left repeat-x;
   border: 3px double #3D3D3D;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #EC0C8B #EC0C8B #EC0C8B #EC0C8B;
}

#footer {
   clear: both;
   position: relative;
	background: transparent url(/image/footer_bg.gif) top left repeat-x;
	height: 45px;
   margin-top: 20px;
   color: #ffffff;
}
#footTxt {
   text-align: center;
   padding-top: 15px;
}

#search {

}

#searchBtn {
}

input#searchContent {
   width: 90px;
   line-height: 15px;
   height: 15px;
   border: 1px solid #aaaaaa;
   font-size: 10px;
   color: #FF3398;
   padding-top: 4px;
   padding-left: 3px;
}

.product {
   float: left;
   position: relative;
   width: 220px;
   height: 210px;
   text-align: center;
   margin: 0 15px 20px 0;
}
.product img {
	border: 1px solid #3D3D3D;
}

.product a,
.product a:visited {
   text-decoration: none;
}
.product a:hover {
   text-decoration: underline;
}

.product .prodName,
.product .prodName a {
	text-align: left;
   color: #3D3D3D;   
   font-weight: bold;
}
.product .prodPrice {
	text-align: left;
}
.product .prodPrice a {
	font-weight: bold;
}
.product .featuredBlue,
.product .featuredPink {
	position: absolute;
	top: -19px;
	left: 0;
	color: #ffffff;
	height: 18px;
	line-height: 18px;
	width: 197px;
	text-align: left;
	padding-left: 5px;
}
.product .featuredBlue {
	background: #FF3398 url(/image/blue_corner.gif) top right no-repeat;
}
.product .featuredPink {
	background: #c21d57 url(/image/pink_corner.gif) top right no-repeat;
}

.productMainImage {
   margin-bottom: 5px;
}
.productMainImage img {
   border: 1px solid #3D3D3D;
}


.mainImageAlt {
   float: left;
   font-style: italic;
   font-weight: bold;
   background-color: #FFF6EF;
   border: 1px solid #F98029;
   border-left: none;
   border-right: none;
   padding: 5px;
   margin-bottom: 15px;
}
#prodView {
	overflow: auto;
}
#prodContent {
	width: 420px;
	margin-left: 315px;
}
#prodImages {
	float: left;
	width: 230px;
}
#enlargePic {
	font-size: 10px;
}
#thumbs {
}
.productThumb {
   float: left;
   margin: 3px 3px 0 0;
}
.productThumb img {
   border: 1px solid #eeeeee;
}
.relProduct {
   float: left;
   position: relative;
   width: 120px;
   height: 120px;
   margin: 0 5px 10px 0;
   font-size: 10px;
}
.relProduct img {
	border: 1px solid #eeeeee;
}



#price {
   font-weight: bold;
   font-size: 14px;
   color: #FF3398;
}
#specialPrice {
   font-weight: bold;
   font-size: 18px;
   color: #ff0000;
}
#stock {
	font-style: italic;
}
#productAddToCart,
#productAddToCart th {
	text-align: left;
}
.productPriceBox TH {
   padding-left: 10px;
}
.productPriceBox .btn {

}
#specialRow {
   display: none;
}
#prodNotes {
	font-size: 11px;
}

.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: #ffffff;
   background-color: #373636;
}
#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;
}
#cart .checkout a,
#cart .checkout a:visited {
   color: #ffffff;
   text-decoration: none;
}
#cart .checkout a:hover {
   color: #ffffff;
   text-decoration: underline;
}
#cart .checkout th {
   text-align: right;
}

.centre,
.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;
}
#poweredBy {
   font-weight: bold;
   color: #aaaaaa;
}
#poweredBy a,
#poweredBy a:visited {
   color: #aaaaaa;
}

#categoryBanner {
   padding: 0;
   margin: 0;
   margin-bottom: 25px;
   border: 2px solid #FF3398;
   width: 370px;
   white-space: nowrap;
}

.customerDetails {
   width: 150px;
}

/**
 * Pagination
 */
.pageNum {
   font-size: 10px;
   padding: 2px 0 2px 0;
   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;
   color: #000000;
   padding:3px;
}
.pageNum li a:hover {
  color: #FF3398;
}
.pageNum li.current {
  padding: 3px;
  color: #c21d57;
}
/**
 * END Pagination
 */

#breadCrumbs {
   font-size: 11px;
   padding-bottom: 2px;
}

#trustLogoLC {
	padding-top: 20px;
}
#trustLogo {
   float: right;
   margin: 5px;
   width: 120px;
}
#postageMsg {
}
#postageMsg ul {
   list-style-type: square;
   margin-top: 5px;
   padding-top: 0;
}
#postageMsg li {
   color: #3D3D3D;   
   margin-left: 0px;
}
#nextImg {
   float: left;
   position: relative;
}

.priceCol {
	text-align: right;
}

#homeProducts td {
	border: 1px solid #FF3398;
}
#homeProducts .prodName {
	text-align: center;
	font-size: 16px;
}
#homeProducts a,
#homeProducts a:visited {
	color: #3D3D3D;
	text-decoration: none;
}
#homeProducts a:hover {
	text-decoration: underline;
}

#payPalPayment {
	font-size: 20px;
}
#pageDescription {
	border-top: 1px solid #793980;
	border-bottom: 1px solid #793980;
	padding: 5px;
	margin: 5px 0;
	
}