/* @override 
	http://www.aicct.com.au/css/basic/custom.css

*/

/* @group body */

html {
	float: left;
	width: 100%;
}
body {
		font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(/images/interface/body-bg-in.gif) repeat-x center top;
	color: #555;
	float: left;
	width: 100%;
}
body.a1 {
	background: #fff url(/images/interface/body-bg.png) repeat-x center top;
}


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

a:hover, a:active {
	color: #f60;
	text-decoration: underline;
}
pre, tt, kbd, code, samp {

	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-size: 26px;
	margin: 15px 0 10px 0;
	
	font-weight: normal;
	color: #a5bdcc;
	line-height: 1.2em;
}
#body_1 h1 {
	margin-top: 0;
}
h2 {
	font-size: 18px;
	margin: 15px 0 10px 0;
	font-weight: bold;
	color: #a5bdcc;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #758593;
}

h4 {
	font-size: 11px;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
}

select, input, textarea {
		font-size: 11px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;

}

p.error {
	line-height: 16px; 
	padding: 10px 10px 20px 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: #f30 2px 2px 0;
	background-color: #f60;
	border: 1px solid #fff;
}

.clear {
	clear: left;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}

div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.87;
}

div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
	opacity: 1;
}

div.quote {
	padding: 3px 18px;
	background-color: #e3ebf0;
	font-weight: bold;
	color: #475c71;
}
.quote .name {
	text-align: right;
}
.quote .name p {
		font-style: italic;
		font-weight: normal;
		padding: 0;
		margin: 0;
}
/* @end */

/* @group layout */

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#wrapper2 {
	width: 100%;
	float: left;
	margin: 0;
	text-align: left;
	background: transparent url(/images/interface/long-nav-bg.gif) no-repeat 50% 0px;
	margin:0;
	padding:0;
	
}

#container {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	
}

body.a1 #header {
	height: 322px;
	background:transparent url(/images/interface/header-title.jpg) no-repeat 50% 60px; 
}
body #header {
	height: 242px;
	background:transparent url(/images/interface/header-title.jpg) no-repeat 50% 60px; 
}
#nav {
	float: left;
	width: 710px;
	margin: 123px 0 0 0px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	background: transparent url(/images/interface/nav-bg.gif) no-repeat;
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#columns {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background:transparent url(/images/interface/column-bg.jpg) repeat-y top left;
}

#main {
	float: left;
	width: 480px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	padding: 0;
	background-color: transparent;
	margin: 0 0 10px 0;
	border: 0px solid;
	
}
body.s1.p-1.a1 #main {
	width: 490px;
}
#main .body div#bouquet{
	background: transparent url(/images/interface/bouquet.gif) no-repeat left bottom;
	padding: 0px;
	margin: 0px;
	height: 180px;
	}

#bouquet h2{
	font-size: 26px;
	color: #000;
	padding: 30px 0 0 30px;
	line-height: 30px;
	margin: 0;
}	

#sidebarL {	
	float: left;
	width: 180px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0px 10px 0 0;
	padding: 1px;
	border: 0px solid;
}

#sidebarR {
	float: right;
	width: 190px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 20px 0px 0 0px; /* top margin used to dodge dropped logo */
	padding: 0;

}

#footer {
		width: 900px;
		height: 25px;
		font-size: 10px;
		line-height: 20px;
		padding: 0;
		margin: 0 auto;
		color: #000000;
		text-transform: uppercase;
	/*clear: both; apparently redundant because of width */
	
}



#footerwrap{
		width:100%;

		float: left;
		background:#fff url(/images/interface/footer-bg.png) repeat-x 0px 0;
		margin: 0px;
		padding: 15px 0;
		height: 74px;

}

/* @end */

/* @group header */

#header h1 {
	padding: 0;
	margin: 0;
	float: left;

}

#header h1 a {
	width: 190px;
	height: 159px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/interface/logo.gif) no-repeat 50% 50%;
	padding: 0;
	margin: 0 0 0 0px;

	
}

#navimage {
	width: 520px;
	height: 160px;
	overflow: hidden;
	float: left;
	/*position: absolute;*/
	/*top: 162px;*/
	margin: 0 0 0 0px;
	padding: 0;
	display: inline;
}
#navimageIn {
	width: 520px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
	display: inline;
}
/* @end */

/* @group nav */



/* @group topnav */
#topnavig {
	float: left;
	padding: 40px 0px 0 0;
	width: 190px;
	display: inline;

}
body.s1.p-1.a1 #topnavig {
	padding-top: 120px;
}
.topnav {
	float: right;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: lowercase;
	font-size: 12px;

}

.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 30px;
	border-left: 1px solid #3e5063;
}
body.s1.p-1.a1 .topnav li {
		border-left: 1px solid #2e3b45;

}
.topnav li.trolley {
	background: none;
}
.topnav li a:link, .topnav li a:visited {
	float: left;
	display: block;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	color: #8da0b2;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
}

.topnav li a:hover, .topnav li a:active {
	color: #fff;
}

.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	
	color: #fff;
}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {

}



/* @end */

/* @group lev1 */

.lev1 {
	float: left;
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;

		
}

.lev1 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 30px;
	/*	background:transparent url(/images/interface/nav-line.gif) no-repeat bottom right; */
	border-right: 1px solid #8da0b2;
}



.lev1 li a:link, .lev1 li a:visited {
	float: left;
	display: block;
	padding: 0px 17px;
	text-decoration: none;
	color: #fff;
	margin: 0 0px 0 0;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/
	line-height:39px;
	border-right-color: #95aabc;
}


.lev1 li a:hover, .lev1 li a:active {

	color: #fff;
	background: transparent url(/images/interface/nav-hover.gif) repeat-x 50% 100%;

}


.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	background: url(/images/interface/nav-hilite.gif) repeat-x 50% 100%;
}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {
background: transparent url(/images/interface/nav-hover.gif) repeat-x 50% 100%;
}
.lev1 li.hilite.first a:link, .lev1 li.hilite.first a:visited {
	background: transparent url(/images/interface/nav-first.gif) no-repeat left top;
	
	
}
.lev1 li.first a:link, .lev1 li.first a:visited {
	background: transparent url(/images/interface/nav-first-2.gif) no-repeat left top;
	
	
}

.lev1 li.hilite.first a:hover, .lev1 li.hilite.first a:active, .lev1 li.first a:hover, .lev1 li.first a:active  {
	background: transparent url(/images/interface/nav-first-hover.gif) no-repeat left top;
	
}





/* @end */



/* @group lev2 */

.lev2R {
	text-align: left;
	padding: 0;
	margin: 30px 0 10px 0;
	list-style-type: none;
		border-top: 1px solid #93a8b9;

}

.lev2R li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #93a8b9;

}

.lev2R li.first {

}

.lev2R li.last {

}

.lev2R li a:link, .lev2R li a:visited {
	display: block;
	line-height: 1.2em;
	padding: 8px 10px;
	text-decoration: none;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
}

.lev2R li.hilite, .lev2R li a:hover, .lev2R li a:active {
	background-color: #fff;
	color: #000;
}

.lev2R li.hilite a:link, .lev2R li.hilite a:visited {
/*	background-image: url(/images/interface/nav2_hilite.gif);
	background-position: 0 50%;
	background-repeat: no-repeat; */
}

.lev2R li.hilite a:hover, .lev2R li.hilite a:active {
	background-color: #f1f5fa;
	color: #000;
}

.lev2R li ul {
	padding: 0 0 0 8px;
	margin: 0 0 10px 20px;
	list-style-type: circle;
}

.lev2R li ul li {
	border: none;
	font-size: 11px;
	list-style-type: square;
}
.lev2R li ul li a:link, .lev2R li ul li a:visited, .lev2R li ul li a:hover, .lev2R li ul li a:active {
	border: none;
	font-size: 11px;
	padding: 2px 0 2px 0px;
}
.lev2R li ul li.hilite a:link, .lev2R li ul li.hilite a:visited, .lev2R li ul li.hilite a:hover, .lev2R li ul li.hilite a:active {
	color: #000;
}
/* @end */

/* @end */

/* @group main */
/* @group drawers */

.drawers {

	border-bottom: 1px solid #e8ecf1;
	padding: 14px 0 0 0;
}

#main .drawers div.drawer {
	margin: 0;
	padding: 0 10px;
	background: transparent url(/images/interface/drawer_trigger_bkg.gif) repeat-x 50% 100%;
}

#main .drawers div.drawer.active, #main .drawers div.drawer.hover, #main .drawers div.drawer.animating {
	background: none;
}

.drawers h2 {
	font: bold 12px/27px Arial, Helvetica, Verdana, sans-serif;
	margin: 0 -10px;
	padding: 0 10px;
	color: #000;
	background: transparent url(/images/interface/drawer_trigger_show_bkg.gif) no-repeat 100% 50%;
	border-top: 1px solid #e8ecf1;
	

}

.drawers .active h2 {
	background-image: url(/images/interface/drawer_trigger_hide_bkg.gif);
}

.drawers h2 em {
	color: #4d647b;
	font-style: normal;
}

.drawers h2 em:hover {
	color: #f60;
	font-style: normal;
}

.drawers p{
	margin: 0px;
	}

.drawers .drawer div p{
	margin: 0 0 10px 0 ;
}
/* @end */

img.faculty{
	float: right;
	padding: 2px;
	
	
	
}

#main .article {
	line-height: 1.5em;
	padding: 1px 0; /* 1px padding to prevent margin collapse */
	margin: 20px 0px 20px 35px;
	float: left; /* required to stop images escaping */
	width: 445px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}
#main .article .article {
	line-height: 18px;
	background: #fff url(/images/interface/feature_body_bot.gif) no-repeat 50% 100%;
	padding: 1px 0; /* 1px padding to prevent margin collapse */
	margin: 20px 0;
	float: left; /* required to stop images escaping */
	width: 455px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}
#main #article_24.article {
	margin: 0;
	padding: 0;
	width: 490px;
}

#main .home {
	margin-top: 0;
}

#main h1.pagetitle, #main h1.embedtitle {
	
	color: #425569;
	font-weight: bold;
	font-size: 26px;
	margin: 0px; /* counteract .article padding */
	padding: 10px 0px 0 0px;
}
#main #article_24 h1.pagetitle, #main #article_24 h1.embedtitle {
	
		/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}
#main .body div {
	margin: 10px 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background-image: url(/images/interface/bullet-round.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
img.right {
	float: left;
	margin: 0 10px 6px 0;
	display: inline;
}
#main div.feedback {
	padding: 0 0 0 10px;	
	border-left: 3px solid #e2eaef;
	margin: 20px 0 0 0;
	color: #526a82;
}
#main .feedback p {
}
#main .feedbackfrom {
	text-align: right;
}
/* @group tables */
/*
#main .body table {
	border: 1px solid #ccc;
	width: 100%;
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 10px;*/
/* 	white-space: nowrap; */
/*}*/
/*
#main .body table th {
	text-align: left;
	white-space: nowrap;
}
*/
/* @end */

/* @group children */

.children ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ddd;
	background-image: url(/images/trans_pixel.gif); /* required because IE6 loses the border on LI with summary */
	clear: both;
	list-style-type: none;
}

.children li {
	position: relative;
	padding: 8px 0 8px 20px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #ddd;
		background:transparent url(/images/interface/right-bullet.gif) no-repeat 0 10px;

}

.children li.thumbnail {
	list-style-type: none;
	margin-left: 0;
}

.children li a:link, .children li a:visited, .children li a:hover, .children li a:active {
	font: bold 14px/18px "Lucida Grande", Verdana, Helvetica, sans-serif;
	list-style-type: none;
}

.children li .summary  {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	margin: 1px 0 5px 0;
	display: block;
}

.children li .arrows {
	position: absolute;
	right: 0;
	top: 0.95em;
	z-index: 10;
}

/* @group children table */

.children table {
	border-spacing: 5px;
	width: 100%;
}

.children table td .childtitle  {
	margin-top: 0;
}

.children table td.child {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #eee;
	width: 33.33%;
}

.children table td .summary  {
	clear: both;
	margin-bottom: 0;
}

.children table td .thumbnail {
	padding: 0;
	margin-bottom: 5px;
}

.children .details {
	font-size: 12px;
	line-height: 14px;
	margin: 0 -1px;
	padding: 0;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	width: 100%;
}

.children .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.children .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 1px solid #ccc;
	/*display: block;*/
	float: right;
	width: 12px;
	height: 12px;
}

.children .details .options a img:hover {
	border: 1px solid #666;
}

/* @end */

/* @end */

/* @group files */

.files {
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px;
}

.files dl {
	margin: 0;
	padding: 0 5px;
	background-color: #f8f0cb;
}

.files dl dt {
	border: 1px solid #f8f0cb;
	border-top: 2px solid #fff;
}

.files dl dt.first {
	border: 1px solid #f8f0cb;
}

.files dl span, .files dl strong {
	display: none;
}

.files dl span.s_size {
	display: inline;
	font-weight: normal;
}

.files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	background-image: url(/images/interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 16px;
}

.files dl dd {
	border: 1px solid #f8f0cb;
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 16px;
	color: #f7b82c;
	position: relative;
}

.files dl dd p {
	margin: 0;
	padding: 0;
}

.files dl dd div.s_notes {
	color: #333;
}

.files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

.files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
}

.files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

.files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @end */

/* @group sidebar */
/* @group siderbar L */
#sidebarL .imgleft {
	text-align: center;
}
.imgleft a img {
	border: none;
}
/* @end */
/* @group siderbar R */

.imgright {
	text-align: center;
}
.imgright a img {
	border: none;
}
/* @group sidebar article */
.red{
	color: #C4112F;
	font-family: "Arial Black", Arial;
	font-size: 13px;
	font-weight: bold;
}
#sidebarR .article {
	margin: 10px 0 10px 0;
	padding: 1px 0px 1px 0px; /* 1px padding to prevent margin collapse */
	font-size: 10px;
	line-height: 13px;
	background-color: transparent;
	color: #666;
	float: left; /* required to stop images escaping */
	width: 190px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */

}

#sidebarR .body {
	margin: 0 0 0px 0;
	padding: 0px 0px 0px 0px; /* 1px padding to prevent margin collapse */
	font-size: 10px;
	line-height: 13px;
	background-color: #fff;
	color: #666;
	float: left; /* required to stop images escaping */
	width: 190px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
		background:transparent url(/images/interface/right-nav-bg.gif)  repeat-y 0px 0px;
}

#sidebarR h1.embedtitle {
	font-size: 11px;
	line-height: 23px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 3px 0 3px 20px;
	margin: 0px 0 0 0;
	background:transparent url(/images/interface/right-nav.gif) 0px 0px;
	text-transform: uppercase;
}

#sidebarR .article p {
	padding: 10px 20px 10px 25px ;
	margin: 0px 0;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
		background:transparent url(/images/interface/right-nav-bottom.gif)  no-repeat bottom right;
}

#sidebarR .article em {
	font-weight: bold;
	font-style: normal;
	color: #f60;
}

#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarR .article ol li {
	list-style-type: decimal;
}

#sidebarR .article a:link, #sidebarR .article a:visited {
	color: #333;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#sidebarR .article a:hover, #sidebarR .article a:active {
	color: #f60;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#sidebarR .article form table th {
	text-align: left;
}

#sidebarR .article form table td {
	width: 100%;
}

#sidebarR .article form table td input {
	width: 100%;
	margin-bottom: 4px;
}

/* @end */

/* @group sidebarR lev2 */

div#sidebarR .lev2 {
	text-align: left;
	padding: 5px 15px 15px 20px;
	margin: 0 0 0px 0;
	list-style-type: none;
background:transparent url(/images/interface/right-nav-bottom.gif)  no-repeat bottom right;

	color: #333333;
}

div#sidebarR .lev2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
}

div#sidebarR .lev2 li.first {

}

div#sidebarR .lev2 li.last {

}

div#sidebarR .lev2 li a:link,div#sidebarR .lev2 li a:visited {
	display: block;
	font-size: 11px;
	line-height: 16px;
	padding: 4px 0px 4px 20px;
	text-decoration: none;
	color: #577083;
	margin: 0;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/
	background:transparent url(/images/interface/right-bullet.gif) no-repeat 0 7px;
}


div#sidebarR #register{
	background:#8C9FB0 url(/images/interface/right-nav-bg.gif) repeat-y ;
	border: 0px solid;
	margin: 0 0 10px 0;
	}

div#sidebarR .lev2 li a:hover, div#sidebarR .lev2 li a:active {
	background-color: transparent;
		background: url(/images/interface/right-bullet-hover.gif) no-repeat 0 7px ;
		
	color: #000;
}

div#sidebarR .lev2 li.hilite a:link, div#sidebarR .lev2 li.hilite a:visited {
	background: url(/images/interface/right-bullet-hover.gif) no-repeat 0 7px ;
	color: #000;
}

div#sidebarR .lev2 li.hilite a:hover,div#sidebarR .lev2 li.hilite a:active {
	background-color: transparent;
	color: #000;
}

/* @end */

/* @group sidebar cart */

#sidebarR p.error {
	margin: 0 0 10px 0;
	float: left; /* required to stop images escaping */
	width: 179px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#sidebarR .cart, #sidebarR .logon {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebarR .cart caption, #sidebarR .logon caption {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	padding: 10px 0;
	margin: 0;
	text-align: left;
	caption-side: top;
}

#sidebarR .cart caption span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#sidebarR .cart th, #sidebarR .cart td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}

#sidebarR .cart .col1 {
	text-align: left;
	white-space: nowrap;
}

#sidebarR .cart .col2, #sidebarR .cart .col3 {
	text-align: right;
	white-space: nowrap;
}

#sidebarR .cart .col3 {
	font-weight: bold;
}

#sidebarR .total span, #sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

#sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-align: right;
}

#sidebarR form input {
	font-size: 9px;
}

/* @end */

/* @end */

/* @group siderbar L & R */

#sidebarL .article ul, #sidebarL .article ol, 
#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: square;
}

#sidebarL .article ol, #sidebarR .article ol {
	margin-left: 24px;
}

#sidebarL .article li, #sidebarR .article li {
	padding: 0;
	margin: 3px 0;
}

/* @end */

/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #768695;
	margin: 0 10px;
	font-size: 11px;
}

#footer .right {
	float: right;
	color: #768695;
	margin: 0 10px;
}

#footer .right .sitename {
	font-weight: normal;
	color: #ccc;
}

#footer a:link, #footer a:visited {
	color: #3c4e5f;
	font-size: 11px;
	padding: 0px 5px;
}


#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

#footer .sitename{
	padding: 0px 5px;
}

/* @end */

/* @group shop */

/* @group shopitem */

.buynow {
	margin: 10px 0;
	padding: 5px 10px;
	background-color: #ecf1f4;
}

.buynow p {
	margin: 5px 0;
}

.buynow label {
	color: #777;
	font-weight: bold;
}

p.price label{
	width: 75px;
	display: block;
	float: left;
	
}

p.deposit label{
	width: 75px;
	display: block;
	float: left;
	
}

.buynow .price span {
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #c92732;
}

.buynow .light span {
	color: #666;
}
.buynow .deposit span {
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #425569;
}
p.buy {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	margin: 0;
}
input.shop_additem {
}

p.status {
	margin-top: 0;
	font-weight: bold;
}
div.buy {
	float: right;
	margin-left: -3px;
	width: 150px;
	text-align:right;
}
/* @end */

/* @group items */

.shop table.items caption {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 5px 0;
	color: #666;
}

.shop table.items {
	border: 1px solid #ccc;
	border-width: 1px 0;
	background: #fff;
	width: 100%;
}

.shop table.items tr {
	/* vertical-align: top; */
}

.shop table.items th {
	border: 2px solid #ccc;
	border-width: 0 0 2px 0;
	padding: 4px;
}

.shop table.items tr.item td {
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
/*	background: #fff url(/images/interface/checkout_item_bkg.gif) repeat-x 0 0px;  background position 0 -7px using original image */
	padding: 4px;
}

.shop table.items .i_description {
	padding-top: 4px;
	display: none; /* re-instate when we have meaningful descriptions */
}

.shop .items .col1 {
	width: 75%;
	text-align: left;
}

.shop .items .col1 a {
/*	background: transparent url(/images/interface/checkout_item_bullet.gif) no-repeat 0 50%; */
	padding-left: 17px;
}

.shop .items .col2, .shop .items .col3, .shop .items .col4 {
	text-align: right;
}

.shop .items .col3 {
	font-weight: bold;
	white-space: nowrap;
}

.shop .items .col4 {
	white-space: nowrap;
}

/* @end */

/* @group checkout */

.shop h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f30;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}

.shop h2 label {
	font-weight: bold;
}

.shop th, .shop label {
	font-weight: bold;
	text-align: left;
}

.shop th, .shop td {
	font-size: 11px;
}

.shop p.alert {
	margin: 40px 0 20px 0;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-width: 2px 0;
}

/* @group payments */

.shop dl, .shop dt, .shop dd {
	margin-top: 10px;
	margin-bottom: 10px;
}

.shop dd {
	margin-left: 40px;
	border-left: 5px solid #ffb27f;
	padding-left: 10px;
}

.shop dd table caption {
	display: none;
}

.shop dd table th, .shop dd table td {
	padding: 0 5px;
}

.shop dd table th {
	text-align: right;
	border-right: 1px solid #ccc;
	white-space: nowrap;
	padding-left: 0;
}

.shop dd table td img {
	margin-bottom: -3px;
}

/* @end */

/* @end */

/* @group checkout & cart */

.shop .totals {
	border-bottom: 2px solid #ccc;
	text-align: right;
	margin-bottom: 10px;
}

.shop .totals p {
	margin: 10px 4px;
	font-weight: bold;
}

.shop .totals span {
	color: #999;
}

.shop .noitems {
	padding: 10px;
	text-align: center;
}

/* @end */

/* @group users */

.shop table.orders {
	position: relative;
	width: 100%;
}

.shop table.orders th, .shop table.orders td {
	width: 25%;/**/
	white-space: nowrap;
}

.shop .orders .col1 {
	width: 25%;
	font-weight: bold;
}

.shop .orders td.col4 {
	font-weight: bold;
	text-align: right;
}

/* @end */

/* @end */

/* @group search */

/* @group request */

.search table  {
	margin: 0;
	padding: 10px 0;
}

.search th, .search td {
	font-size: 10px;
	text-align: left;
}

.search th {
	padding: 5px 3px 5px 0;
}

.search .help {
	color: #666;
	line-height: 13px;
}

/* @end */

/* @group results */

/* @group title */

.search dt {
	font-weight: bold;
	margin: 5px 0;
}

.search dt a {
	color: #f30;
	text-decoration: none;
}

.search dt a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

/* @end */

.search dd {
	margin-left: 20px;
}

.search dd .s_excerpt {
	font-size: 10px;
	color: #666;
	line-height: 13px;
}

.search dd strong, .search dd b, .search dt b {
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #666;
	background-color: #fe9;
}

/* @group score */

.search p.s_scoreC, .search span.s_scoreB {
	font-size: 1px;
	height: 8px;
	display: block;
}

.search p.s_scoreC {
	position: absolute;
	right: 15px; /* pc ie workaround */
	top: 5px;
	width: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
}

html>body .search p.s_scoreC {
	right: 0; /* override for everything but ie */
}

.search span.s_scoreB {
	/*background: #f60 url(/images/interface/score.gif) repeat-x 0px 50%;*/
	background-color: #f60;
	border-right: 1px solid #f30;/**/
}

/* @end */

.search dd p {
	color: #333;
}

.search dd div {
	border: 1px solid #eee;
	margin-top: 5px;
}

.search dd div div {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 5px;
	padding: 2px 0;
	position: relative;
}

.search dd div p, .search dd div div p {
	margin: 5px;
}

.search dd div div div {
	border-top: 2px solid #fff;
	margin: 5px 5px 0 5px;
}

.search dd div div p {
	font-size: 10px;
	margin: 0 5px;
	color: #000;
}

.search dd div div p span {
	font-weight: bold;
	color: #545e6b;
}

/* @group files */

.search dd div div div p {
	color: #000;
	margin: 0;
	background: url(/images/interface/arrow_right.gif) no-repeat 0px 50%;
	padding-left: 16px;
}

.search dd div div div p.s_notes, .search dd div div div p.s_filename {
	background: 0;
}

.search dd div div div p a {
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}

.search dd div div div p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.search dd div div div p span {
	font-weight: bold;
	color: #48146a;
	display: none;
}

.search dd div p.s_description {
	font-weight: bold;
	color: #333;
}

.search dd div p.s_description span.s_size {
	font-weight: normal;
	display: inline;
	color: #000;
}

.search dd div div div p.s_filename {
	color: #f7b82c;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group pagination */

.search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.search p.pages a {
	font-weight: bold;
}

.search p.pages strong {
	color: #666;
}

/* @end */

/* @end */

/* @group sitemap */

.sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sitemap li {
	padding: .2em 0;
	margin: 0;
}

.sitemap li li {
	padding: 0;
	margin: 0;
}

.sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

.formmail table {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

/* @end */

/* @group gallery */

/* @group gallery */

body.s1 div#sidebarL h1{
	font-size: 1.3em;
}

#sidebarL div#article_43{
	margin-top: 5px;
}

#sidebarL ul.gallery{
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

#sidebarL ul.gallery li{
	float: left;
	margin: 0px 5px 10px 0;
	display: inline;
}

.gallery div {
	float: left;
	/*margin: 0 28px 28px 0;*/
	margin: 0 5px 10px 0;
	display: inline;

}

#sidebarL ul.gallery li.row_end {
	

/*margin: 0 0 28px 0;*/
	margin: 0 0 10px 0;
}


#main .body a:link.imgzoomer, #main .body a:visited.imgzoomer{
	float: right;
	padding: 0 0 10px 10px;
	margin: 0px;
	border: none;
	display: inline;
}

img{
	border: none;
}
/* @end */



/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	/*width: 461px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {
	font-size: 16px;
	font-weight: bold;
	color: #f60;
	background-color: #fff;
	margin: 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @group sidebar */

#sidebarR .inplaceeditor-form input.editor_field {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	background-color: #eee;
	margin: 10px 0;
}

#sidebarR .inplaceeditor-form textarea.editor_field {
	font-size: 10px;
	line-height: 13px;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group MobileWebKit */

html {
	-webkit-text-size-adjust: none;
}

#main .article {
	-webkit-text-size-adjust: auto;
}

#main .home .body {
	/*-webkit-text-size-adjust: none;*/
}

/* @end */


/* @group Table */


#main .body div.schedule{
	width: 100%;
	margin: 0px;
	padding: 0 0 10px 0;
}

div.schedule tbody{
	width: 100%;
	
}
div.schedule td{
	margin: 0px;
	border-bottom: 1px solid #d2d6db;
	font-size: 12px;
	padding: 2px 10px 2px 2px;
	vertical-align: top;
}
div.schedule tr{
	margin: 0px;
	border-top: 1px solid #d2d6db;
	font-size: 12px;
	padding: 2px;
	vertical-align: top;

}

/* @end */

/* @group cardio */



.cardio img{
	float: left;
	padding: 5px 45px 10px 45px;
	margin: 0px;
	
}

.cardio{
	text-align: center;
	color: #4B6177;
	font-size: 11px;
	padding: 5px;
}

/* @end */

/* @group balance payments */

table#unpaidorders {
	width: 100%;
	margin-bottom: 30px;
}

table#unpaidorders th, table#unpaidorders td {
	border-bottom: 1px solid #ccc;
}
table#unpaidorders a {
	font-weight: bold;
}
/* @end */
