/* file(styles.css) */

/* ----------- */
/* base styles */
/* ----------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #443e3d; }
body { margin: 0; font-size: 12px; line-height: 1.4; }

::-moz-selection { background: #c73839; color: #fff; text-shadow: none; }
::selection { background: #c73839; color: #fff; text-shadow: none; }

a { color: #c73839; text-decoration:none; outline:none; outline:none; }
a:hover { color: #333; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
h3 a.black-link { color: #000;}
h3 a.black-link:hover { color: #c73839; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: central;}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ---------- */
/* typography */
/* ---------- */

h1,h2,h3,h4,h5,h6{margin:18px 0;font-family:inherit;font-weight:normal;color:inherit;text-rendering:optimizelegibility;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;color:#999999;}

h1{font-size:25px;line-height:30px;color:#333; /*font-family: 'NovecentowideDemiBoldRegular';*/font-family: Arial, Helvetica, sans-serif; width:650px; }h1 small{font-size:18px;}
h2{font-size:18px;line-height:22px; color:#5c5c5c;  /*font-family: 'NovecentowideDemiBoldRegular';*/font-family: Arial, Helvetica, sans-serif;}h2 small{font-size:18px;}
h3{font-size:18px;line-height:27px; /*font-family: 'NovecentowideDemiBoldRegular';*/font-family: Arial, Helvetica, sans-serif;}h3 small{font-size:14px;}
h4,h5,h6{line-height:18px;  /*font-family: 'NovecentowideDemiBoldRegular';*/font-family: Arial, Helvetica, sans-serif;}
h4{font-size:14px;}h4 small{font-size:12px;}
h5{font-size:12px;}
h6{font-size:11px;color:#999999;text-transform:uppercase;}

ul,ol{padding:0;margin:0 0 9px 25px;}
li{line-height:18px;}
ul.unstyled,ol.unstyled{margin-left:0;list-style:none;}

dl{margin-bottom:18px;}
dt,dd{line-height:18px;}
dt{font-weight:bold;line-height:17px;}
dd{margin-left:9px;}
.dl-horizontal dt{float:left;clear:left;width:120px;text-align:right;}
.dl-horizontal dd{margin-left:130px;}

hr{margin:18px 0;border:0;border-top:1px solid #eeeeee;border-bottom:1px solid #ffffff;}

abbr[title]{border-bottom:1px dotted #ddd;cursor:help;}
abbr.initialism{font-size:90%;text-transform:uppercase;}

blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #eeeeee;}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:22.5px;}
blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:before{content:'\2014 \00A0';}
blockquote.pull-right{float:right;padding-left:0;padding-right:15px;border-left:0;border-right:5px solid #eeeeee;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}
q:before,q:after,blockquote:before,blockquote:after{content:"";}

address{display:block;margin-bottom:18px;line-height:18px;font-style:normal;}
small{font-size:100%;}
cite{font-style:normal;}
code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
code{padding:2px 4px;color:#059;background-color:#f7f7f9;border:1px solid #e1e1e8;}
pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12.025px;line-height:18px;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;}pre.prettyprint{margin-bottom:18px;}
pre code{padding:0;color:inherit;background-color:transparent;border:0;}


/* ----- */
/* align */
/* ----- */

img.left {float:left; margin:0 20px 20px 0;}
img.right {float:right; margin:0 0 20px 20px;}
img.border {
	border:1px solid #d1d4d7;
	display:block;
	-webkit-border-radius:3px;
		-moz-border-radius:3px;
			  border-radius:3px;
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.05);
		-moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.05);
			  box-shadow:0 2px 5px rgba(0, 0, 0, 0.05);
}


/* ------- */
/* toolbar */
/* ------- */

#home #toolbar {line-height:20px; height:60px; position:relative; border-bottom:10px;}
#toolbar {line-height:20px; height:40px; position:relative; border-bottom:10px; z-index: 80;}


#main.lge, #main.lge table {font-size:14px;}
#main.sml, #main.sml table {font-size:11px;}

#toolbar .textSize { float:right; }
#toolbar .textSize,#toolbar .textSize li {
	list-style:none;
	margin:0; padding:0;
	display:block;
}
#toolbar .textSize li {float:left;}
#toolbar .textSize a {
	background-image:url(/sites/qsmgroupcomau/img/icon/textsize.png);
	width:20px; height:20px;
	cursor:pointer;
}
#toolbar .textSize a.sml {background-position:0 0;}
#toolbar .textSize a.sml:hover {background-position:0 -20px;}
#toolbar .textSize a.sml.on {background-position:0 -40px;}

#toolbar .textSize a.med {background-position:-20px 0;}
#toolbar .textSize a.med:hover {background-position:-20px -20px;}
#toolbar .textSize a.med.on {background-position:-20px -40px;}

#toolbar .textSize a.lge {background-position:-40px 0;}
#toolbar .textSize a.lge:hover {background-position:-40px -20px;}
#toolbar .textSize a.lge.on {background-position:-40px -40px;}

#toolbar .printPage a,
#toolbar .bookmarkPage a {
	background:url(/sites/qsmgroupcomau/img/icon/print.png) no-repeat 0 0;
	padding:0;
	margin:0 5px;
	width:20px; height:20px;
	display:inline-block;
	line-height:20px;
	font-size:11px;
	color:#888;
	float:right;
}
#toolbar .bookmarkPage a {background:url(/sites/qsmgroupcomau/img/icon/bookmark.png) no-repeat 0 0;}
#toolbar .bookmarkPage a:hover,
#toolbar .printPage a:hover {background-position:0 -20px;}

#toolbar .breadcrumbs {
	float:left;
	line-height:28px;
	overflow:hidden;
	z-index:80;
}

#home .breadcrumbs { display:none; }

.breadcrumbs .homeIcon {
	float:left;
	display:block;
	background:url(/Sites/qsmgroupcomau/img/icon/home.png) no-repeat 0px -20px; 
	width:20px; height:20px; 
	text-indent:-9999px;
	padding:0px;
	position: relative; top:4px; 
}

.breadcrumbs .homeIcon:hover {background:url(/Sites/qsmgroupcomau/img/icon/home.png) no-repeat 0px -40px;} 
 

.breadcrumbs strong { 
	float:left;
	background:url(/Sites/qsmgroupcomau/img/bg/breadcrumb_bg_seperate.gif) no-repeat;
	width:11px; height:28px; 
	text-indent:-9999px; 
}

.breadcrumbs { 
	background:url(/Sites/qsmgroupcomau/img/bg/breadcrumb_bg_repeat.gif) repeat-x; 
	height:28px;
	position:relative; top:0px;
	border:1px solid #eaeae8;
	padding:0px 10px;
	-webkit-border-radius:2px;
		-moz-border-radius:2px;
			  border-radius:2px;
			  width:96%;
			  
}

.breadcrumbs a { line-height:28px; color:#777; font-size:11px; float:left; display:block; padding:0px 4px 0px 10px;  }
.breadcrumbs a:hover { color:#333;}
.breadcrumbs span { padding:0px 4px 0px 10px; color:#aaa; }

	

.gotoLinks, .gotoLinks li {
	margin:0; padding:0;
	list-style:none;
	display:block;
}
.gotoLinks {margin:30px 0 0;}
.gotoLinks li { display:inline; margin:0 5px; }

.gotoLinks li a {
	background:no-repeat 0 0;
	padding:0;
	margin:0 5px;
	display:inline-block;
	line-height:20px;
	width:20px; height:20px;
	font-size:11px;
	color:#888;
	float:right;
}
.gotoLinks li.gotoHome a {background-image:url(/sites/qsmgroupcomau/img/icon/home.png);}
.gotoLinks li.gotoHome a:hover {background-position:0 -20px;}
.gotoLinks li.gotoBack a {background-image:url(/sites/qsmgroupcomau/img/icon/back.png);}
.gotoLinks li.gotoBack a:hover {background-position:0 -20px;}
.gotoLinks li.gotoTop a {background-image:url(/sites/qsmgroupcomau/img/icon/top.png);}
.gotoLinks li.gotoTop a:hover {background-position:0 -20px;}


/* ------ */
/* paging */
/* ------ */

.paging:before,.paging:after {content: ""; display: table;} 
.paging:after{clear: both;}
.paging {zoom:1;}

.paging {margin:18px 0; display:none;}
.pagerSummary {line-height:36px; float:left;}

ul.pager, ul.pager li {
	margin:0; padding:0;
	display:block;
	list-style:none;	
}
ul.pager {
	float:right;
	height:28px;
	border:1px solid #ddd;
	-webkit-border-radius:3px;
		-moz-border-radius:3px;
			  border-radius:3px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
			  box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
}
ul.pager li {
	float:left;
	line-height:28px;
	display:inline;
	border-right:1px solid #ddd;
}
ul.pager a, ul.pager li.selected {
	padding:0 12px;
	display:block;
	background:#f8f8f8;
	color:#444;
}
ul.pager a:hover, ul.pager li.selected {
	background-color:#fff;
}
ul.pager .disabled a, ul.pager .disabled a:hover {
	background-color:transparent;
	color:#bfbfbf;
}
ul.pager .next {
	border:0;
}

.shop .paging ul.pager {float:left;}
.shop .pagesize {
	margin:0 0 1em;
	line-height:30px;
	font-size:11px;
	-webkit-border-radius:3px;
		-moz-border-radius:3px;
			  border-radius:3px;
}
.shop .pagesize select {padding:2px;}
.shop .pagesize span.results {float:left;}
.shop .pagesize span.results-options {float:right;}


/* ----- */
/* icons */
/* ----- */

a[href$=".pdf"],.pdf a,a.pdf {
	background:url(/sites/qsmgroupcomau/img/icon/pdf.png) no-repeat 5px 50%;
	padding-left:25px;
	display:inline-block;
	line-height:16px;
	font-weight:bold;
}

.product-detail a[href$=".pdf"],.product-detail .pdf a,.product-detail a.pdf {font-size:14px; margin-bottom:13px;}

/* ---------- */
/* google map */
/* ---------- */

.googlemap {	
	background:#fbfbfb;
	border:1px solid #fff;
	margin:0 0 20px;
	overflow:hidden;
	padding:20px;
	-webkit-border-radius:3px;
		-moz-border-radius:3px;
			  border-radius:3px;
    -webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.2);
		 -moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.2);
			   box-shadow:0 0 2px rgba(0, 0, 0, 0.2);
}

/* ------ */
/* tables */
/* ------ */

table{max-width:100%;border-collapse:collapse;border-spacing:0;background-color:transparent; font-size:12px;}
.table{width:100%;margin-bottom:18px;}.table th,.table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #dddddd;}
.table th{font-weight:bold;}
.table thead th{vertical-align:bottom;}
.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}
.table tbody+tbody{border-top:2px solid #dddddd;}
.table-condensed th,.table-condensed td{padding:4px 5px;}
.table-bordered{border:1px solid #dddddd;border-left:0;border-collapse:separate;*border-collapse:collapsed;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #dddddd;}
.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;border-radius:4px 0 0 0;}
.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0;}
.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;}
.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-radius:0 0 4px 0;-moz-border-radius:0 0 4px 0;border-radius:0 0 4px 0;}
.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9;}
.table tbody tr:hover td,.table tbody tr:hover th{background-color:#f5f5f5;}


/* ----- */
/* forms */
/* ----- */

input[type="text"], input[type="password"], textarea, select {
	border:1px solid #ddd;
	background:#FCFCFA;
	padding:5px;
	-webkit-border-radius:3px;
		-moz-border-radius:3px;
			  border-radius:3px;
}
input[type="text"], input[type="password"], textarea {
	-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
		-moz-transition:border linear 0.2s, box-shadow linear 0.2s;
		 -ms-transition:border linear 0.2s, box-shadow linear 0.2s;
		  -o-transition:border linear 0.2s, box-shadow linear 0.2s;
			  transition:border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
		-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
			  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline:0;
	border-color:rgba(82, 168, 236, 0.8);
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
		-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
			  box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}


/* ------------------- */
/* validation / alerts */
/* ------------------- */

.alert{padding:8px 14px;margin:18px 0;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}
.alert-heading{color:inherit;}
.alert .close{position:relative;top:-2px;right:-5px;line-height:18px;}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block>p,.alert-block>ul{margin-bottom:0;}
.alert-block p+p{margin-top:5px;}
.close{float:right;font-size:20px;font-weight:bold;line-height:18px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}
.close:hover{color:#000000;text-decoration:none;opacity:0.4;filter:alpha(opacity=40);cursor:pointer;}

.validate-summary, 
.Validation-Summary,
.success,
.item-enquiry-message p,
#_1052c36c85cb_valPayment {
	background:#f2dede;
	border:1px solid #eed3d7;
	margin:2em 0;
	padding:15px;
	font-size:11px;
	color:#b94a48!important;
	-webkit-border-radius:4px;
		-moz-border-radius:4px;
			  border-radius:4px;
}
#_1052c36c85cb_valPayment {display:block;}
.success,
.item-enquiry-message p {
	background:#d1eed1;
	border:1px solid #bfe7bf;
}
.validate-summary img {
	width:16px; height:16px;
	margin-right:10px;
}
.members-login .error,
.shop ul.product-list h2.title+span,
.shop ul.product-list .options li select+span,
#contentControl_ChangeShippingMethod1_valShippingMethod,
#contentControl_dcPageContent_MintoxPlaceHolder_1_lblMsg {
	display:inline-block;
	margin:5px 0;
	padding: 1px 4px 2px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 13px;
	color: #ffffff!important;
	vertical-align: middle;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #b94a48;
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
			  border-radius: 3px;
}
.dynamic-signup #contentControl_dcPageContent_MintoxPlaceHolder_1_lblMsg {
	background-color: #468847;
}
.Error, .validator, 
.members-login ol li input+span, 
table[align="center"] td input+span,
table.controls .rightcolumn span {
	background:url(/sites/qsmgroupcomau/img/icon/cross.png) no-repeat 0 0;
	text-indent:-999em; overflow:hidden; background-repeat:no-repeat; text-align:left; direction:ltr;
	width:16px; height:16px;
	display:block;
	position:absolute; float:left;
}
table+.Error {right:0;}

/* ------- */
/* buttons */
/* ------- */

input[type="submit"],
input[type="button"],
input[type="submit"].back,
a.btn,
.btn a,
.more a,
.back a, .button-more {
	cursor:pointer;
	display:inline-block;
	background: url(/Sites/qsmgroupcomau/img/bg/bg_title.png) repeat-x top #222;
	padding:6px 20px;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.75);
	color:#fff;
	font-weight:bold;
	line-height:normal;
	border:1px solid #222;
	border-bottom-color:#111;
	-webkit-border-radius:4px;
		-moz-border-radius:4px;
			  border-radius:4px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
			  box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition:0.1s linear all;
		-moz-transition:0.1s linear all;
		 -ms-transition:0.1s linear all;
		  -o-transition:0.1s linear all;
			  transition:0.1s linear all;
}



	



.button-more:hover {color:#fff; background-color:#444; border-color:#444;}
input.button, input.right-button {height:30px;}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"].back:hover,
a.btn:hover,
.btn a:hover,
.more a:hover,
.back a:hover {
	background-color:#111;
	text-decoration:none;
}

input[type="submit"], a.btn.primary, a.button-add {
	background-color:#c93637;
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.15);
	border:1px solid #c93637;
	border-bottom-color:#a51718;
}
input[type="submit"]:hover, a.btn.primary:hover  {
	background-color:#df1a1c;
}


/* -------- */
/* carousel */
/* -------- */

.carousel{position:relative;margin-bottom:18px;line-height:1;}
.carousel-inner{overflow:hidden;width:100%;position:relative;}
.carousel .item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-ms-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}
.carousel .item>img{display:block;line-height:1;}
.carousel .active,.carousel .next,.carousel .prev{display:block;}
.carousel .active{left:0;}
.carousel .next,.carousel .prev{position:absolute;top:0;width:100%;}
.carousel .next{left:100%;}
.carousel .prev{left:-100%;}
.carousel .next.left,.carousel .prev.right{left:0;}
.carousel .active.left{left:-100%;}
.carousel .active.right{left:100%;}
.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#ffffff;text-align:center;background:#222222;border:3px solid #ffffff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50);}.carousel-control.right{left:auto;right:15px;}
.carousel-control:hover{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:10px 15px 5px;background:#333333;background:rgba(0, 0, 0, 0.75);}
.carousel-caption h4,.carousel-caption p{color:#ffffff;}

.carousel {
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
			  box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
}
.carousel-control {display:none;}


/* ----------- */
/* transitions */
/* ----------- */

.hide{display:none;}
.show{display:block;}
.fade {
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 0.15s linear;
		-moz-transition: opacity 0.15s linear;
		 -ms-transition: opacity 0.15s linear;
		  -o-transition: opacity 0.15s linear;
			  transition: opacity 0.15s linear;
}
.fade.in {opacity:1;filter:alpha(opacity=100);}
.collapse {
	position:relative;
	overflow:hidden;
	height:0;
	-webkit-transition:height 0.35s ease;
		-moz-transition:height 0.35s ease;
		 -ms-transition:height 0.35s ease;
		  -o-transition:height 0.35s ease;
			  transition:height 0.35s ease;
}
.collapse.in {height:auto;}
/* ----------- */
/* modal */
/* ----------- */

.modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -120px;
    max-height: 500px;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 240px;
    z-index: 1050;
}

/*!
 * Bootstrap v2.0.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.modal-open .dropdown-menu{z-index:2050;}
.modal-open .dropdown.open{*z-index:2050;}
.modal-open .popover{z-index:2060;}
.modal-open .tooltip{z-index:2070;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;}.modal-backdrop.fade{opacity:0;}
.modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80);}
.modal{position:fixed;top:50%;left:50%;z-index:1050;max-height:500px;overflow:auto;width:240px;margin:-250px 0 0 -120px;background-color:#ffffff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.modal.fade{-webkit-transition:opacity .3s linear, top .3s ease-out;-moz-transition:opacity .3s linear, top .3s ease-out;-ms-transition:opacity .3s linear, top .3s ease-out;-o-transition:opacity .3s linear, top .3s ease-out;transition:opacity .3s linear, top .3s ease-out;top:-25%;}
.modal.fade.in{top:50%;}
.modal-header{padding:9px 15px;border-bottom:1px solid #eee;}.modal-header .close{margin-top:2px;}
.modal-body{padding:15px;}
.modal-body .modal-form{margin-bottom:0;}
.modal-footer{padding:14px 15px 15px;margin-bottom:0;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;*zoom:1;}.modal-footer:before,.modal-footer:after{display:table;content:"";}
.modal-footer:after{clear:both;}
.modal-footer .btn{float:right;margin-left:5px;margin-bottom:0;}

#myModal { background:#F6F6F6; }
.loginArea { padding:15px; }

.loginArea ol li, .loginArea ol  { list-style:none; padding:0px; margin:0px; }
.loginArea legend, .loginArea ol label, .loginArea ol .rememberme { display: none; }

.loginArea ol li.username, .loginArea ol li.password { background:url(../img/input1.gif) no-repeat; width:200px; height:32px; margin-bottom:10px; padding:5px; }
.loginArea ol li .textfield { border:none; height:20px; padding:6px; font-size:13px; font-weight:bold; width:188px; box-shadow:none; background:none; }

.loginTitle { background:url(../img/bg_title1.gif) repeat-x; height:39px; border:1px solid #FFF; border-bottom:1px solid #dddddd; border-radius:5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px; width:218px; height:39px; position:relative; padding-left:20px;  }

.loginTitle h2 { margin:10px 0px 0px; }
.loginTitle a { display:block; position:absolute; right:20px; font-weight:bold;  top:13px; }

.loginArea .login input[type="submit"] { background:url(../img/btn_login_big.png) no-repeat; width:209px; height:31px; border:none; text-indent:-9999px;  }
.loginArea .login input[type="submit"]:hover { background-position:bottom; }

.loginArea .forgot { text-align:center;} 
.loginArea .forgot { padding:10px 0px 15px; }

.rsslink { text-indent:-9999px; display:block; width:16px; height:16px; background:url(../img/rss.png) no-repeat;} 




/* ----------- */
/* transitions */
/* ----------- */
.modal { display:none; }

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
		-moz-transition: opacity 0.15s linear;
		 -ms-transition: opacity 0.15s linear;
		  -o-transition: opacity 0.15s linear;
			  transition: opacity 0.15s linear;
}
.fade.in {opacity: 1;}
.collapse {
	position: relative;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.35s ease;
		-moz-transition: height 0.35s ease;
		 -ms-transition: height 0.35s ease;
		  -o-transition: height 0.35s ease;
			  transition: height 0.35s ease;
}
.collapse.in {height: auto;}


