/* /////////////////////////////////
	Kolektiv CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 12px arial, tahoma, verdana;
	color: #000;
	background: #454546 url('../images/bg.jpg') repeat left top;
	line-height: 16px;
}

#container {
	background: transparent url('../images/bg2.jpg') repeat-x left top;
	padding: 19px 0 100px 0;
	min-height: 1200px;
}

#center {
	width: 867px;
	margin: 0 auto;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */

h1 {
	font: bold 28px arial, tahoma, verdana;
	color: #000;
	margin: 0 0 5px 0
	letter-spacing: -1px;
	text-transform: uppercase;
	line-height: 24px;
}

h1.price {
	color: #e82121;
	text-transform: none;
}

h1.price span {
	font-size: 22pt;
}

h1.price span.incl-gst {
	font-size: 16px;
	color: #c50000;
}

.info h2 {
	font: bold 18px arial;
	color: #42c800;
	text-transform: uppercase;
	margin: 12px 0;
}

.info h3 {
	font-size: 12pt;
}

.info p {
	font-size: 12pt;
	line-height: 19px;
	margin-bottom: 20px;
}

h4 {
	height: 25px;
	overflow: hidden;
	margin: 12px 0;
	padding: 0 12px;
	background: #595a5c url('../images/bg-breadcrumb.gif') no-repeat left top;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
}

p, ul, ol {
	margin: 12px 0px 12px 0px;
}

ul li {
	margin-bottom: 8px;
	position: relative;
}




/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #42c800;
	text-decoration: none;
}

a:hover {
	color: #c6f899;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	height: 183px;
	overflow: hidden;
	background: transparent url('../images/bg-header.png') no-repeat left top;
	position: relative;
}

#logoLink {
	width: 290px;
	height: 100px;
	background: transparent;
	display: block;
	position: absolute;
}

#cart {
	width: 90px;
	height: 50px;
	overflow: hidden;
	/*background: transparent url('../images/cart.gif') no-repeat left top;*/
	padding-left: 40px;
	float: right;
	list-style-type: none;
	font: bold 15px arial;
	text-transform: uppercase;
	margin: 34px 30px 0 0;
	display: inline;
}

#cart li {
	width: 110px;
	height: 13px;
	text-align: right;
	margin: 0 0 0 40px;
	float: left;
	clear: left;
}

#cart li a:link,
#cart li a:visited {
	display: block;
	width: 110px;
	color: #515151;
	line-height: 12px;
}

#cart li a:hover {
	text-decoration: none;
	color: #48b649;
}

#quote {
	width: 220px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	float: left;
	margin: 46px 0 0 360px;
	display: inline;
	color: #48b649;
	text-align: center;
	line-height: 22px;
}


/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	position: absolute;
	top: 132px;
	left: 29px;
	margin: 0;
	width: 750px;
	list-style-type: none;
	/*background: transparent url('../images/bg-nav.gif') no-repeat left top;*/
	font: bold 18px arial;
	text-transform: uppercase;
}

ul#nav li {
	display: block;
	width: 200px;
	height: 14px;
	margin: 0;
	float: left
}

ul#nav li.short {
	width: 150px;
}

ul#nav li a:link,
ul#nav li a:visited {
	display: block;
	color: #515151;
	width: 200px;
	line-height: 13px;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #48b649;
}

ul#nav li.current a:link,
ul#nav li.current a:visited,
ul#nav li.current a:hover {
	color: #48b649;
}




/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	overflow: hidden;
	height: 1%;
	background: transparent url('../images/bg-content.png') repeat-y left top;
	padding: 6px 29px 8px 28px;
	min-height: 700px;
}

.breadcrumb {
	height: 25px;
	overflow: hidden;
	margin: 0 0 8px 0;
	padding: 0 12px;
	background: transparent url('../images/bg-breadcrumb.gif') no-repeat left top;
	color: #fff;
	font-style: italic;
	line-height: 26px;
}

.info {
	padding: 12px 24px;
	background-color: #5B5B5B;
	color: #fff;
}

.bigK {
	background: #747474 url('../images/bigk.gif') no-repeat 680px 40px;
	padding-right: 150px;
}

.info ul {
	list-style-type: none;
	margin-left: 0;
}

.info ul li {
	padding-left: 16px;
	background: transparent url('../images/bullet.gif') no-repeat left 3px;
}

.home {
	background: #FFFFFF url(../images/kolektiv-model.jpg) no-repeat top left;
	height: 474px;
}

.home p {
	margin: 10px;
}

.home img.spacer {
	float: right;
	clear: right;
	margin-left: 20px;
	background: red;
}

.adsLeft {
	width: 567px;
	float: left
}

.adsRight {
	width: 229px;
	float: right
}

.adsLeft img,
.adsRight img {
	display: block;
	margin-bottom: 8px;
}

.adsWide {
	display: block;
	margin-bottom: 8px; 
	border: 5px solid #FFFFFF;
}

/* HOME ADS */
.home-ads-wide {
	border: 1px solid #A0FF7A;
	margin-top: 8px;
	width: 802px;
	line-height: 0px;
}

.welcome-text {
	background: #FFF url(../images/home-text-bg.jpg) no-repeat top center;
	height: 474px;
}

.welcome-text p {
	margin: 14px 20px;
	line-height: 20px;
	font-size: 11pt;
}

.home-ads-half-left {
	border: 1px solid #A0FF7A;
	width: 393px;
	margin-top: 8px;
	float: left;
	line-height: 0px;
}

.home-ads-half-right {
	border: 1px solid #A0FF7A;
	width: 393px;
	margin-top: 8px;
	margin-right: 7px;
	float: right;
	line-height: 0px;
}

.bWhite {
	border: 1px solid #ffffff;
}

.mTop10 {
	margin-top: 10px;
}
/* END HOME ADS */

ul.productGrid {
	width: 815px;
	margin: 0 -15px 0 0;
	list-style-type: none;
	height: 1%;
	overflow: hidden;
}

ul.productGrid li {
	width: 142px;
	background: #bcbec0;
	float: left;
	padding: 5px 5px 7px 5px;
	margin: 0 10px 12px 0;
	position: relative;
}

ul.productGrid li a:link,
ul.productGrid li a:visited {
	display: block;
	border: solid 1px #fff;
	width: 140px;
	overflow: hidden;
	margin-bottom: 5px;
}

ul.productGrid li a img {
	display: block;
	width: 140px;
}

ul.productGrid li a:hover {
	border-color: #000;
}

ul.productGrid h3 {
	margin: 0 0 6px 0;
	font: normal 12px arial;
	text-align: right;
	padding: 0 7px;
}

ul.productGrid ul.options {
	height: 1%;
	overflow: hidden;
	padding: 0 2px 0 4px;
	list-style-type: none;
	margin: 0;
}

ul.productGrid ul.options li.gender {
	float: left;
	margin: 0 4px 0 0;
	width: 15px;
	height: 15px;
	overflow: hidden;
	padding: 0;
}

li.gender img {
	display: block;
}

ul.productGrid ul.options li.color {
	float: right;
	margin: 0 0 0 4px;
	width: 14px;
	height: 14px;
	overflow: hidden;
	padding: 0;
}

ul.productGrid ul.options li.color a {
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -5000px;
	margin: 0;
}

ul.productGrid ul.options li.color div {
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -5000px;
	margin: 0;
	border: 1px solid #FFFFFF;
}

.productLeft {
	width: 425px;
	float: left;
	margin-top: 10px;
	margin-bottom: 24px;
}

.productRight {
	width: 355px;
	float: right;
	margin-top: 15px;
	margin-bottom: 24px;
}

.productDesc {
	line-height: 20px;
	background: transparent url('../images/bg-desc.gif') repeat left top;
	padding: 2px 0 5px 0;
}

.thumbs {
	margin: 18px -10px 18px 0;
	height: 1%;
	overflow: hidden;
}

.thumbs a:link,
.thumbs a:visited {
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	margin: 0 5px 5px 0;
	display: inline
}

.thumbs a:link.hidden, .thumbs a:visited.hidden {
	display: none;
}

.thumbs a img {
	display: block;
}

#product-options-wrapper {
	width: 150px;
	float: left;
}

div.product-options-bottom {
	text-align: center;
}

div.product-options-bottom a {
	font-style: italic;
	text-decoration: underline;
}

p.product-image {
	margin: 0;
}

p.product-image img, div.thumbs img {
	border: 1px solid #FFFFFF;
	top: 0px;
}

#qty-div {
	clear: both;
}



/* /////////////////////////////////
	FORMS
///////////////////////////////// */

form {
	margin: 0;
	padding: 0;
}

#searchForm {
	width: 214px;
	float: right;
	clear: right;
	margin: 0 30px 0 0;
	display: inline;
	text-align: right;
}

fieldset {
 	border: 0;
}

#searchForm label {
	display: block;
	float: left;
	font-size: 14px;
	font-style: italic;
	margin-top: 3px;
}

#searchForm button {
	margin-top: 5px;
}

#searchForm input {
	border: solid 1px #525551;
	background: #d5d7d4;
	width: 175px; /* 150px */
	padding: 3px;
	font: normal 12px arial, verdana;
	color: #000;
}

#searchForm input:focus {
	outline: 0;
	background: #fff;
}

.sorter {
	text-align: right;
	padding: 0 0 10px 0;
	float: right;
}

.sorter select {
	margin: 0 3px;
	width: 120px;
}

.pager {
	float: left;
	margin-bottom: 30px;
	margin-top: 12px;
}

.pager strong {
	float: left;
}

.pages {
	margin-bottom: 10px;
}

.pages ol {
	list-style: none;
	float: left;
	margin: 0;
}

.pages ol li {
	float: left;
	display: block;
	width: 5px;
	margin-left: 10px;
}

.pages ol li a:link, .pages ol li a:visited, .pages ol li a:active {
	color: #000000;
	text-decoration: underline;
}

.pages ol li a:hover {
	color: #4A4A4C;
}

.limiter {
	clear: left;
}

#addCart {
	height: 1%;
	overflow: hidden;
	margin: 24px 0 0 0;
}

#addCart fieldset {
	width: 50%;
}

#addCart fieldset.right {
	width: 45%;
}

#addCart select {
	width: 150px;
	display: block;
	margin: 0 0 8px 0;
	background: #48b649;
	border: 0;
	color: #fff;
	padding: 2px;
}

.sizing:link,
.sizing:visited {
	display: block;
	clear: both;
	color: #000;
	margin: 12px 0;
}

.sizing:hover {
	color: #48b649;
}


/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer {
	height: 100px;
	background: transparent url('../images/bg-footer.png') no-repeat left top;
	padding: 1px 0;
}

#footNav {
	list-style-type: none;
	margin: 10px 0;
	text-align: center
}

#footNav li {
	display: inline;
	margin: 0px 16px;
}

#footNav li a:link,
#footNav li a:visited {
	color: #515151;
}

#footNav li a:hover {
	text-decoration: none;
	color: #000;
}

#copyright {
	text-align: center;
}


/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; color: #ffffff; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:14px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:1em !important;
    font-weight:bold !important;
    color: #000;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; list-style: none;}
.error-msg {
    border-color:#f16048;
    /*color:#df280a;*/
    /*background-color:#faebe7;*/
    /*background-image:url(../images/error_msg_icon.gif);*/
    }
.success-msg {
    border-color:#446423;
    /*color:#3d6611;*/
    /*background-color:#eff5ea;*/
    /*background-image:url(../images/success_msg_icon.gif);*/
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    /*color:#3d6611;*/
    /*background-color:#fafaec;*/
    /*background-image:url(../images/note_msg_icon.gif);*/
    }
.welcome-msg {
	margin-top: 10px;
}

/* /////////////////////////////////
	CONTACT FORM
///////////////////////////////// */
#contactForm div.input-box{
	float: none;
}


/* /////////////////////////////////
	GOOGLE MAP
///////////////////////////////// */
#map_canvas h1, #map_canvas h2, #map_canvas h3, #map_canvas p {
	color: #515151;
}

/* /////////////////////////////////
	COLOUR PICKER STYLES
///////////////////////////////// */
div.product-image-color-picker {
	float: right;
}

div.product-image-color-picker p {
	float: left;
	margin: 0;
	width: 130px;
}

div.product-image-color-picker ul {
	float: left;
	margin: 0;
}

div.product-image-color-picker ul li {
	float: left;
	list-style-type: none;
	margin-left: 4px;
	margin-bottom: 4px;
	width: 14px;
	height: 14px;
}

div.product-image-color-picker ul li a {
	width: 12px;
	height: 12px;
	display: block;
	border: 1px solid #FFFFFF;
}

div.product-image-color-picker ul li a:hover {
	border-color: #000000;
}

#product-description-text {
	float: left;
}

div.break {
	margin: 0;
	height: 1px;
}

/* /////////////////////////////////
	FAQs
///////////////////////////////// */
#answers {
	border-top: 1px solid #DBDBDB;
}

#answers dt {
	margin-top: 10px;
	font-weight: bold;
	font-style: italic;
}

/* /////////////////////////////////
	SIZING
///////////////////////////////// */
div.sizinginfo div.box {
	border: 1px solid #000;
	margin-top: 10px;
}

div.sizinginfo div.image {
	width: 320px;
	float: left;
	padding: 10px;
	text-align: center;
}

div.sizinginfo div.image img {
	margin: 12px;
	border: 1px solid #cccccc;
	padding: 5px;
}

div.sizinginfo div.description {
	float: right;
	width: 400px;
	padding: 10px;
}

div.sizinginfo ul {
	font-size: 12pt;
}

div.sizinginfo table {
	font-weight: bold;
	text-align: center;
	width: 100%;
	font-size: 10pt;
}

div.sizinginfo td {
	border-bottom: 2px solid #C1D64B;
}

div.sizinginfo td.data {
	width: 50px;
}

div.sizinginfo span.small {
	font-size: 10px;
	font-weight: normal;
}
/* /////////////////////////////////
	PRICING
///////////////////////////////// */
table.pricing {
	margin: 10px 0;
}

table.pricing th, table.pricing td {
	padding: 5px;
	text-align: center;
}

table.pricing th.first, table.pricing td.first {
	border-left: none;
}

table.pricing th {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table.pricing td {
	border-left: 1px solid #CCCCCC;
}

/* /////////////////////////////////
	GARMENT INFO
///////////////////////////////// */

#garmentInfo ul, #garmentInfo li {
	margin: 0;
}

#garmentInfo ul {
	padding-left: 20px;
}

/* /////////////////////////////////
	CONTACT FORM
///////////////////////////////// */
#contactPhysical {
	width: 160px;
	padding: 0px 15px;
	background: #CECFD3;
	float: right;
}

#contactPhysical a:link, #contactPhysical a:visited {
	color: #000000;
	text-decoration: underline;
}

#contactPhysical a:hover {
	color: #FFFFFF;
}

#contactForm {
	float: left;
}

/* /////////////////////////////////
	BLOG
///////////////////////////////// */
.blog h1 {
	color: #FFF;
	text-align: center;
	text-transform: none;
	margin: 10px 0 20px;
}

.blog .postTitle {
	border-bottom:1px solid #48B649;
}

.blog .postTitle h2 a:link, .blog .postTitle h2 a:visited {
	color: #FFF;
}

.blog .postTitle h2 a:hover {
	color: #48B649;
}

/* /////////////////////////////////
	OTHER
///////////////////////////////// */

div.hidden {
	display: none;
}

.productLeft a, .productRight a { color: #424242; text-decoration: underline; }
.productLeft a:hover, .productRight a:hover { color: #fff; }

a.related:link, a.related:visited {
	color: #000000;
	font-size: 11pt;
}

a.related:hover {
	color: #48B649;
}

/* /////////////////////////////////
	COLOUR PICKER
///////////////////////////////// */
.Asphalt {
	background: #3B3B3C;
}

.Ocean {
	background: #344C9F;
}

.Hibiscus {
	background: #C3353A;
}

.White {
	background: #FFFFFF;
}

.Dark-Chocolate {
	background: #312100;
}

.Lavender {
	background: #67458E;
}

.Charcoal {
	background: #58585A;
}

.Black {
	background: #000000;
}

.Ice {
	background: #E0D9DC;
}

.Honey {
	background: #F3EDAB;
}

.Kelly {
	background: #008444;
}

.Chestnut {
	background: #63442F;
}

.Olive {
	background: #413A32;
}

.Military {
	background: #434433;
}

.Irish {
	background: #02AD4E;
}

.Light-Blue {
	background: #ADCFEE;
}

.Stone {
	background: #6F90AA;
}

.Oceana {
	background: #65939A;
}

.Indigo {
	background: #3F4F6D;
}

.As-Kelly {
	background: #006A32;
}

.Oyster {
	background: #A4A79E;
}

.Canary {
	background: #F4CE12;
}

.Grass {
	background: #46B84F;
}

.Sand {
	background: #D6C2B0;
}

.Prairie {
	background: #5A523D;
}

.Cream {
	background: #FEFBDF;
}

.Powder {
	background: #B3C7E7;
}

.Arctic {
	background: #2977B2;
}

.Caramel {
	background: #A48C68;
}

.Banana {
	background: #FCEB89;
}

.Fern {
	background: #3B5124;
}

.Kiwi {
	background: #86C65F;
}

.Paprika {
	background: #DA5539;
}

.Steel {
	background: #939598;
}

.Grey-Marle {
	background: #D1D2D4;
}

.Salmon {
	background: #FCCDB9;
}

.Avocado {
	background: #F2E9AD;
}

