/*

	Accreditation Canada - main stylesheet
	www.industrialmedia.ca
	
*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img, a img {
	border: 0;
}

body {
	background: #6a1b28 url('/images/wrapper/body-bg.jpg') 0 0 repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin-top: 17px;
}

table tr td {
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	line-height: 18px;
	font-family: verdana, arial, sans-serif !important;
}

table tr td p,table tr td span {
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	line-height: 18px;
	font-family: verdana, arial, sans-serif !important;
}


.clearit:after { 
    content: ""; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

/* =Print logo - hide 
--------------------------------------------------------------------------------------------------- */
#print-header {
	dislay: none;
	visibility: hidden;
	position: absolute;
}

/* =Toolbar
--------------------------------------------------------------------------------------------------- */
#toolbar {
	position: absolute;
	top: -3px;
	right: 0;
}

#toolbar ul {
	padding-right: 25px;
}

#toolbar ul li {
	font-family: 'Trebuchet MS', arial, sans-serif;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 20px;
}

#toolbar ul li a {
	color: #ffffff;
	text-decoration: none;
}

#toolbar ul li a:hover {
	text-decoration: underline;
}

#toolbar ul li.search {
	padding-top: 0;
	padding-left: 8px;
}

/* =Branding
--------------------------------------------------------------------------------------------------- */
#branding {
	background: url('/images/wrapper/branding-bg.jpg') 0 0 no-repeat;
	height: 204px;
	clear: both;
}

#branding #logo {
	padding: 41px 0 0 62px;
}

/* =Layout Homepage
---------------------------------------------------------------------------------------------------- */
#home #main-content #left {
	float: left;
	width: 700px;
	padding: 20px 0 10px 50px;
}

#home #main-content #right {
	float: left;
	width: 205px;
	padding: 20px 0 10px 25px;
}

#home #main-content #homepage-feature, #home #main-content #homepage-feature-fr {
	/*background: url('/images/wrapper/homepage-feature-bg.jpg') 0 0 no-repeat; - moved to page*/
	width: 690px; 
	min-height: 241px;
	height: auto !important;
	height: 241px;
}

#home #main-content #homepage-feature-fr h1 {
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #98012e;
	padding: 10px 0 0 190px !important;
}
#home #main-content #homepage-feature h1{
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #98012e;
	padding: 10px 0 0 20px !important;
	margin: 10px 0 0 220px !important;
}

#home #main-content #homepage-feature-fr h1 {
	font-size: 24px;
	padding: 10px 0 0 160px !important;

}

#home #main-content #homepage-feature p, #home #main-content #homepage-feature-fr p {
	color: #000000;
	font-size: 13px;
	line-height: 19px;
	margin: 10px 0 0 270px !important;
}

#home #main-content #homepage-feature-fr p {
	margin: 5px 0 0 250px !important;
}

/* Three col callouts */
#home #main-content #three-col-callouts {
	float: left;
	margin: 11px 0 0 0;
	clear: both;
}
#home #main-content #three-col-callouts li {
	float: left;
	min-height: 195px;
	height: auto !important;
	height: 195px;
}

#home #main-content #three-col-callouts li h2 {
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 17px;
	color: #a9976d;
	line-height: 17px;
	margin: 0 !important;
	padding: 16px 0 14px 14px;
}

#home #main-content #three-col-callouts li p {
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	padding: 0 10px 0 14px;
	margin: 0 0 8px 0 !important;
}

#home #main-content #three-col-callouts li a {
	color: #98012e;
	font-size: 11px;
}

#home #main-content #three-col-callouts li a:hover {
	color: #000000;
	font-size: 11px;
}

#home #main-content #three-col-callouts li.callout-left {
	background: url('/images/wrapper/callout-bg-left.jpg') 0 100% no-repeat;
	float: left;
	width: 229px;
}

#home #main-content #three-col-callouts li.callout-middle {
	background: url('/images/wrapper/callout-bg-middle.jpg') 0 100% no-repeat;
	float: left;
	width: 225px;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}

#home #main-content #three-col-callouts li.callout-right {
	background: url('/images/wrapper/callout-bg-right.jpg') 0 100% no-repeat;
	float: left;
	width: 227px;
}

#home #main-content #three-col-callouts li .icon {
	display: block;
	float: left;
	padding-left: 15px;
}

#home #main-content #three-col-callouts li p.txt {
	float: left;
	width: 110px;
} 

#home #main-content #three-col-callouts li a.pdf {
	background: url('/images/sub-icon-pdf.gif') 0 4px no-repeat;
	display: block;
	padding-left: 22px;
	line-height: 20px;
	margin-top: 8px;
}

#home #main-content #three-col-callouts li a.search-btn,
#home #main-content #three-col-callouts li a.search-btn:hover {
	background: url('/images/wrapper/search-btn-bg.gif') 0 0 no-repeat;
	display: block;
	font-family: 'Trebuchet MS', arial, sans-serif;
	color: #ffffff;
	width: 64px;
	height: 16px;
	line-height: 14px;
	text-decoration: none;
	text-indent: 8px;
}

/* homepage sub content */
#home #main-content #right .sub-content-callout {
	background: url('/images/wrapper/sub-content-callout-bg.gif') 0 0 repeat-y;
	width: 204px;
	margin-bottom: 8px;
}

#home #main-content #right .sub-content-callout .sub-content-callout-inner {
	background: url('/images/wrapper/sub-content-callout-btm.gif') 0 100% no-repeat;
	padding-bottom: 8px;
}

#home #main-content #right .sub-content-callout .sub-content-callout-inner p {
	background: url('/images/wrapper/sub-content-callout-top.gif') 0 0 no-repeat;
	color: #78001f;
	line-height: 13px;
	margin: 0 !important;
	padding: 8px 14px 4px 12px;
}

#home #main-content #right .sub-content-callout .sub-content-callout-inner p a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

#home #main-content #right .sub-content-callout .sub-content-callout-inner p a:hover {
	color: #78001f;
}

/* Portal block */
#portal-block {
	background: url('/images/wrapper/portal-block-bg.jpg') 0 100% no-repeat;
	width: 204px;
	min-height: 89px;
	height: auto !important;
	height: 89px;
	margin: 20px 0 9px 0;
}

#portal-block ul {
	padding: 16px 10px 0 10px;
}

#portal-block ul li {
	padding-bottom: 3px;
}

#portal-block p {
	margin: 0 !important;
	padding: 10px 10px 10px 0;
}

#portal-block h3 {
	background: url('/images/wrapper/portal-hdr-bg.gif') 0 0 no-repeat;
	color: #333333;
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 17px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	margin: 0 !important;
	padding: 5px 0 0 12px;
}

#portal-block .login-btn {
	background: url('/images/wrapper/login-btn-bg.gif') 0 50% no-repeat;
	display: block;
	color: #ffffff;
	font-size: 11px;
	width: 59px;
	display: block;
	font-family: 'Trebuchet MS', arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	border: 0;
	cursor: pointer;
}

/* Homepage btn */
#home #main-content .homepage-btn {
	background: url('/images/wrapper/homepage-btn-bg.jpg') 0 0 no-repeat;
	display: block;
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 14px;
	width: 204px; 
	height: 42px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

/*
#home #main-content .homepage-btn span {
	display: block;
	text-align: center;
	padding-top: 11px;
}
*/
#home #main-content .homepage-btn a {
	color: #FFFFFF;
	text-decoration: underline;
}


/* =Splash page
---------------------------------------------------------------------------------------------------- */
body#splash {
	background: #6b1b28 url('/images/wrapper/splash-body-bg.jpg') repeat-x;
	font-family: verdana, arial, sans-serif;
	margin: 0 !important;
}

#splash-container {
	background: url('/images/wrapper/splash-bg.jpg') 0 0 no-repeat;
	width: 1032px; 
	height: 457px; 
	margin: 65px auto 0 auto;
}

#splash-container #splash-logo {
	padding: 76px 0 0 79px;
}

#splash-container #splash-content {
	width: 675px;
	margin: 165px auto 0 auto;
}

#splash-container #splash-links {
	float: left;
	border: 1px solid #ffffff;
	display: block;
}

#splash-container #splash-links li {
	float: left;
	display: block;
}

#splash-container #splash-links li.eng {
	border-right: 1px solid #ffffff;
}

#splash-container #splash-links li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 13px 15px 13px 15px;
}

#splash-container #splash-links li a:hover {
	background-color: #c0053e;
}

#splash-container #splash-slogan {
	float: right;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 1028px;
	margin: 0 auto;
	position: relative;
}

#main-content {
	background: url('/images/wrapper/main-content-bg.jpg') 0 0 repeat-y;
	clear: both;
}

#main-content #main-content-inner {
	background: url('/images/wrapper/main-content-inner-bg.jpg') 0 0 no-repeat;
}

#main-content #left-nav {
	float: left;
	width: 218px;
	padding: 58px 0 0 24px;
}

#main-content #content {
	float: left;
	width: 508px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 0 25px 0 25px;
	border-right: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

#main-content #content-nosidebar {
	float: left;
	width: 678px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 0 25px 0 25px;
	margin-bottom: 20px;
}

#main-content #sub-content {
	float: left;
	width: 170px;
	padding: 0 20px 0 15px;
}



/* =Left navigation
--------------------------------------------------------------------------------------------------- */
#left-nav ul {
	/*background: url('/images/wrapper/left-nav-bottom.jpg') 0 100% no-repeat;*/
	width: 218px;
	/*padding-bottom: 20px;*/
	/*border-bottom: 1px solid #e2e2e2;*/
}

#left-nav ul li ul {
	border-bottom: none;
}

#left-nav ul li {
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 13px;
}

#left-nav ul li.first {
	background: url('/images/wrapper/left-nav-top.gif') 0 0 no-repeat;
	padding-top: 4px;
}

#left-nav ul li a, #left-nav ul li.first a, #left-nav ul li.last a {
	background: url('/images/wrapper/left-nav-item-bg.jpg') 0 0 repeat-x;
	display: block;
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	min-height: 41px;
	height: auto !important;
	height: 41px;
	border-right: 1px solid #e2e2e2;
	padding-left: 30px;
	padding-right: 15px;
}

#left-nav ul li.first a {
	background: url('/images/wrapper/left-nav-item-bg-first.jpg') 0 0 repeat-x;
}

#left-nav ul li.last a {
	border-bottom: 1px solid #e2e2e2;
}

#left-nav ul li a span {
	display: block;
	padding: 11px 0 11px 0;
}

#left-nav ul li a span.first {
	padding: 9px 0 11px 0;
}

#left-nav ul li a:hover {
	color: #98012e;
}

#left-nav ul li a.on, #left-nav ul li a.on:hover {
	color: #98012e;
	/*font-weight: bold;*/
}

#left-nav ul li.sub a {
	/*background: none;*/
	background: url('/images/wrapper/left-nav-item-bg-sub.jpg') 0 0 repeat-x;
}

#left-nav ul li.first-sub a {
	/*background: none;*/
	background: url('/images/wrapper/left-nav-top.gif') 0 0 no-repeat;
}

#left-nav ul li.last-sub a {
	/*background: none;*/
	background: url('/images/wrapper/left-nav-item-bg-sub.jpg') 0 0 repeat-x;
}

#left-nav ul li.last-sub {
	border-bottom: 1px solid #e2e2e2;
}

#left-nav ul li ul li.last-innersub a {
	/*background: none;*/
	/*background: url('/images/wrapper/left-nav-item-bg-sub.jpg') bottom left repeat-x;*/
}



#left-nav ul li ul.sub-nav {
	background: none;
	width: 217px;
	margin-top: -6px;
	padding-top: 0;
	padding-bottom: 3px;
	border-right: 1px solid #e2e2e2;
	/*border: 1px solid #000000;*/
} 

#left-nav ul li ul.sub-nav li {
	font-family: verdana, arial, sans-serif;
	padding: 0 10px 3px 30px;
} 

#left-nav ul li ul.sub-nav a {
	background: url('/images/wrapper/sub-nav-bullet.gif') 0 2px no-repeat;
	display: block;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	line-height: 14px;
	padding-left: 11px;
	border: 0;
} 

#left-nav ul li ul.sub-nav a span {

	display: inline;
    margin:0px;
	padding: 0px;
	border: 0;
} 

#left-nav ul li ul.sub-nav a:hover {
	color: #98012e;
}
#left-nav ul li ul.sub-nav a.on {
	color: #98012e;
}
/* =Sub content
---------------------------------------------------------------------------------------------------- */
#sub-content {
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}

#sub-content ul {
	font-family: verdana, arial, sans-serif;
 	list-style: square;
	margin: 0 0 18px 14px;
	padding: 0 0 0 14px;
}

/*
#sub-content  ul li {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
 	list-style: square !important;
	line-height: 18px;
	color: #333333;
	padding-bottom: 3px;
}
*/

#sub-content a, #sub-content a:focus, #sub-content a:visited  {
	color: #6a1b28;
}

#sub-content a:hover {
	color: #cab290;
}


#sub-content ul li a.pdf {
	background: url('/images/sub-icon-pdf.jpg') 0 2px no-repeat;
	display: block;
	color: #98012e;
	margin-top: 5px;
	padding-left: 28px;
}

#sub-content ul li a.pdf:hover {
	color: #333333;
}

/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb  {
	font-family: verdana, arial, sans-serif;
	font-size: 11px !important;
	color: #000000;
	margin: 0 !important;
	padding: 18px 0 20px 266px;
}

#breadcrumb span a {
	font-family: verdana, arial, sans-serif;
	color: #6a1b28;
	font-size: 11px !important;
}

#breadcrumb span a:hover {
	color: #cab290;
}


/* =Buttons
---------------------------------------------------------------------------------------------------- */

a.button-stylized, a.button-stylized:visited, a.button-hover {
	display: block;
	padding: 3px 5px 3px 5px;
	background-color: #dedecc;
	color: #333333;
	border: 1px solid #000000;
	width: 150px;
	text-decoration: none;
	text-align: center;
}



/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	background: url('/images/wrapper/wrapper-bottom.jpg') 0 0 no-repeat;
	height: 44px;
	color: #ffffff;
	font-size: 11px;
	padding: 34px 0 0 0;
}

#footer p {
	color: #ffffff;
	text-align: center;
}

#footer a {
	color: #ffffff;
	font-size: 11px;
}

#footer a:hover {
	color: #eeeeee;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:focus, a:visited  {
	outline: none;
	color: #6a1b28;
}

a:hover {
	outline: none;
	color: #b29a00;
}

#content a, #content a:focus  {
	outline: none;
	color: #6a1b28;
}

#content a:hover {
	outline: none;
	color: #b29a00;
}
#sub-content a:hover {
	outline: none;
	color: #b29a00!important;
}
#sub-content a, #sub-content a:focus  {
	outline: none;
	color: #6a1b28!important;
}







/* =lists
--------------------------------------------------------------------------------------------------- */


ul.column {
   	margin: 0 !important;
	padding: 0 !important;
}

ul.column li
{
    list-style-type: none !important;
   	margin: 0 !important;
	padding: 0 !important;
}

div.PBViewing {
   	margin: 0 !important;
	padding: 0 !important;
}

div.dropzone PBClear {
   	margin: 0 !important;
	padding: 0 !important;
}

#main-content #content  ul, #main-content #sub-content  ul {
	font-family: verdana, arial, sans-serif;
 	list-style: square;
	margin: 0 0 18px 14px;
	padding: 0 0 0 14px;
}



#main-content #content ul li, #main-content #sub-content ul li {
	font-family: verdana, arial, sans-serif;
 	list-style: square;
	line-height: 18px;
	color: #333333;
	padding-bottom: 3px;
}

#ctl00_ContentPlaceHolder1_DropZone1_columnDisplay_ctl00_zone ul.column li {
 	list-style: none;
}

#ctl00_ContentPlaceHolder1_DropZone1_columnDisplay_ctl00_zone ul.column li ul li {
	font-family: verdana, arial, sans-serif;
 	list-style: square !important;
	line-height: 18px;
	color: #333333;
}

#ctl00_ContentPlaceHolder1_DropZone2_columnDisplay_ctl00_zone ul.column li {
 	list-style: none;
}

#ctl00_ContentPlaceHolder1_DropZone2_columnDisplay_ctl00_zone ul.column li ul li {
	font-family: verdana, arial, sans-serif;
 	list-style: square !important;
	line-height: 18px;
	color: #333333;
}




/* =Typography
---------------------------------------------------------------------------------------------------- */
#main-content p {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;
}

#main-content h1 {
	font-family: 'Trebuchet MS', arial, sans-serif;
	color: #872434;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#main-content h2 {
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 15px;
	color: #8b2737;
	font-weight: bold;
	margin: 0 0 8px 0;
}

#main-content h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0 0 6px 0;
	font-weight: bold;
}

#main-content h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #8b2737;
	margin: 0 0 6px 0;
	font-weight: bold;
}



.pdf {
	background: url('/images/sub-icon-pdf.jpg') 0 2px no-repeat;
	display: block;
	margin-top: 5px;
	padding-left: 28px;
}

.back-to-top {
	width: 512px;
	text-align: right;
	font-size: 10px;
	border-bottom: 1px solid #000000;
}

.back-to-top a, .back-to-top a:visited, .back-to-top a:active {
	text-decoration: none;
	font-size: 10px;
}

.arrow-btn-bg {
	display: block;
	background: url('/images/arrow-btn-bg.jpg') 0 0 no-repeat;
	width: 170px !important;
	height: 51px;
	padding: 8px 0 0 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.arrow-btn-bg-fr {
	display: block;
	background: url('/images/arrow-btn-bg-fr.jpg') 0 0 no-repeat;
	width: 170px  !important;
	height: 71px;
	padding: 8px 0 0 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


.workshop-bg-box {
	/*background: url('/images/workshop-bg-box.jpg') 0 0 no-repeat;*/
	padding:10px;
	background-color:#eee;
	min-height: 218px;
	padding-top: 10px;
}

.workshop-bg-box #left-col {
	float: left;
	margin-left: 20px;
	width: 220px;
}

.workshop-bg-box #right-col {
	margin-left: 270px;
}

/* Homepage */
#home #home-main-content p {
	font-size: 13px;
	line-height: 18px;
	margin: 14px 0 14px 0;
}



/* =Forms
---------------------------------------------------------------------------------------------------- */
form .search-feild {
	background: #ffffff;
	border: 1px solid #cccccc;
	height: 16px;
	width: 122px;
	padding: 0 0 0 2px;
}


/* =Tables
---------------------------------------------------------------------------------------------------- */

.basetable {
	border-left: 1px solid #b6b6b0;
	border-top: 1px solid #b6b6b0;
}

.basetable td {
	border-right: 1px solid #b6b6b0;
	border-bottom: 1px solid #b6b6b0;
	padding: 5px;
}

.basetable-header-row {
	background: #dedecc; 
	color: #a6a69e !important; 
}

/* =Main nav CSS Menus (Core styles - Do not modify)
---------------------------------------------------------------------------------------------------- */
.qmmc .qmdivider {display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:100;}
.qmmc .qmdividery {float:left;width:0px;}
.qmmc .qmtitle {display:block;cursor:default;white-space:nowrap;position:relative;z-index:100;}
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}
.qmmc {position:relative; z-index:999;}
.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:100;}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}
.qmsh div a {float:left;}
.qmmc div {visibility:hidden;position:absolute;}
.qmmc .qmcbox {cursor:default;display:block;position:relative;z-index:100;}
.qmmc .qmcbox a {display:inline;}
.qmmc .qmcbox div {float:none;position:static;visibility:inherit;left:auto;}
.qmmc li {z-index:auto;}
.qmmc ul {left:-10000px;position:absolute;z-index:110;}
.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}
.qmmc li a {float:none}
.qmmc li:hover > ul {left:auto;}
#qm0 ul {top:100%;}
#qm0 ul li:hover > ul {top:0px;left:100%;}
#qm1 ul {top:100%;}
#qm1 ul li:hover > ul {top:0px;left:100%}

/* =Main nav and dropdowns (modify at will)
---------------------------------------------------------------------------------------------------- */ 
#main-nav {
	background: url('/images/wrapper/main-nav-bg.jpg') 0 0 repeat-y;
	min-height: 38px;
	height: auto !important;
	height: 39px;
	clear: both;
}	

/* (MAIN) Container */	
#qm0 {	
	background: url('/images/wrapper/qm0-menu-bg.jpg') 0 0 repeat-x;
	width: 980px;
	min-height: 38px;
	height: auto !important;
	height: 39px;
	margin: 0 auto;
	border-top: 1px solid #ffffff;
}

/* (MAIN) Items */	
#qm0 a {	
	background: url('/images/wrapper/menu-item-bg.gif') 0 0 repeat-x;
	font-family: 'Trebuchet MS', arial, sans-serif;
	min-height: 39px;
	height: auto !important;
	height: 39px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	margin-right: 3px;
}	

#qm0 a.last{
	margin-right: 0;	
}

#qm0 a span {
	display: block;
	line-height: 17px;
	padding: 11px 0 0 0;
	cursor: pointer; /* IE6 */
}

#qm0 a:hover {
	background-position: 0 -39px;
}

#qm0 a:hover span {
	background-position: 0 -39px;
}

#qm0 a.on {	
	background-position: 0 -39px;
}

/* (MAIN) Parent Items */	
#qm0 .qmparent {	
}

/* (MAIN) Active State */	
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background-position: 0 -39px;
}

/* (MAIN) Active State */	
body #qm0 .qmactive span, body #qm0 .qmactive:hover span {
	background-position: 0 -39px;
}

/* (SUB) Container */	
#qm0 div, #qm0 ul {	
	background: #c8b18b;
	color: #ffffff;
	width: 185px;
	text-align: left;
	margin-left: -1px;
	margin-top: 1px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* (SUB) Items */	
#qm0 div a, #qm0 ul a {	
	background-image: none;
	color: #ffffff;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 17px;
	padding: 6px 9px 6px 14px;
	margin: 0;
	border-bottom: 1px solid #ffffff;
}

/* (SUB) Hover State */	
#qm0 div a:hover {	
	background-image: none;
	background-color: #98012e;
	color: #ffffff;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 17px;
	padding: 6px 9px 6px 14px;
	margin: 0;
	border-bottom: 1px solid #ffffff;
}

/* (SUB) Active State*/	
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {	
	background-image: none;
	background-color: #98012e;
	color: #ffffff;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 17px;
	padding: 6px 9px 6px 14px;
	margin: 0;
	border-bottom: 1px solid #ffffff;
}
div.EktronPersonalizationWrapper .topmenu
{
	height:20px;
}
#horizMenu{
padding-bottom:18px;
}



/* Shopping Pages --------------------------------------- */

span.shopColumnHdr {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-family: 'Trebuchet MS', arial, sans-serif;
	color: #333;
	font-size: 12px;
}

/* Side Basket */

span.sideBasketIDHdr {
	color: #777777;
	display: inline-block;
	font-weight: bold;
	width: 25px;
	vertical-align: top;
	padding: 1px;
}

span.sideBasketQtyHdr {
	color: #777777;
	display: inline-block;
	font-weight: bold;
	width: 20px;
	vertical-align: top;
	padding: 1px;
}

span.sideBasketDescHdr {
	color: #777777;
	display: inline-block;
	font-weight: bold;
	width: 125px;
	vertical-align: top;
	padding: 1px;
	padding-bottom: 6px; 
}

span.sideBasketItemID {
	display: inline-block;
	font-weight: normal;
	width: 25px;
	vertical-align: top;
	padding: 1px;
}

span.sideBasketItemQty {
	display: inline-block;
	font-weight: normal;
	width: 20px;
	vertical-align: top;
	padding: 1px;
}

span.sideBasketItemDesc {
	display: inline-block;
	font-weight: normal;
	width: 125px;
	vertical-align: top;
	padding: 1px;
	padding-bottom: 10px; 
}


/* Catalogue Page */

div.publicationTitle {
	font-weight: bold;
	padding-bottom: 8px
}

div.publicationDetails 
{
	padding: 16px;
}

.divworkshop
{
	width: 100%;		
	margin-top: 10px;
	margin-bottom : 5px;
	float:left;
	padding-bottom: 20px;
	border: 1px solid #E2E2E2;
	border-top: none;
}

.divworkshop table {
	margin: 10px 10px 0 10px;
}
.divworkshop table td {
	font-size: 11px;
}

div.workshopTitle {
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 6px;
	background: transparent url(/images/wrapper/left-nav-item-bg.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #E2E2E2;
}

div.workshopDetails 
{
	padding: 16px;
}

.divLangPanel
{
	width: 100%;		
	margin-top: 2px;
	margin-bottom : 5px;	
	float:left;

	
}

.divSessionLangTitle
{
	  font-size : 13px;
	  font-weight: bold;
	  color : #6A1B28 ;	 
	  border-bottom: 1px solid #ddd;
	  padding-bottom: 4px;
	  margin: 10px;
	  margin-bottom : 5px;
	  	
}

.divSessionHeaders
{
	  font-size : 11px;
	  color : #000000 ;
	  font-weight :bold ;
	   padding: 10px;
	  clear : both ;
}

.divSessionLocationTitle
{

	
	width: 190px;
	float: left ;
	padding-right: 5px;
}


.divSessionLocationDate
{
	padding-right: 5px;
	width: 115px;
	float: left ;
}

.divSessionLocationStatus
{

	
	width: 115px;
	float: left ;
	padding-right: 5px;
	color: #6A1B28;
	font-weight: bold;
}

.divSessionLocationDeadline
{
	padding-right: 5px;
	width: 130px;
	float: left ;
}

.divSessionItem
{
	width :100%;
	
	clear : both ;
	font-size : 11px;
	color : #000000 ;
	padding: 10px;
}

.divSessionItemLocation
{

	
	width: 190px;
	float: left ;
	padding-right: 5px;
}
.divSessionItemDate
{

	
	width: 115px;
	float: left ;
	padding-right: 5px;
}
.divSessionItemDeadline
{
	padding-right: 5px;
	width: 115px;
	float: left ;
}
.divSessionItemStatus
{
	color: #6A1B28;
	font-weight: bold;
	float: left ;
}
.divSessionItemAdd
{
	float: left ;	
}

/* Basket Page */

span.emptyBasket {
	line-height: 75px;
}


hr.basket {
	border: solid 0px #ddd;
	height: 1px;
	width: 700px;
	color: #ddd;
	background-color: #ddd;
}

/* Basket Items */

td.itemRemove {
	width: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
}

td.itemRemove span.shopColumnHdr {
	background: url(/images/cart-remove.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	color: #F6F6F6;
	font-size: 0px;
	padding-top: 16px;
}

td.itemID {
	width: 60px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
}

td.itemDesc {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
}

td.itemQty {
	width: 20px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
	text-align: center;
}

td.itemUnitPrice {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

td.itemDiscount
{
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

td.itemPrice {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

input.basketBtn {
	font-size: 8pt;
	font-weight: bold;
	height: 22px;
	width: 150px;
}

div.subtotal {
	width: 678px;
	text-align: right;
	background: transparent url(/images/wrapper/left-nav-item-bg.jpg) repeat-x scroll 0 0;
	border: 1px solid #ddd;
	border-top: none;
	padding: 5px 10px;
}

span.subtotalTitle {
	font-weight: bold;
	color: black;
	font-family: 'Trebuchet MS',arial,sans-serif;
}

span.subtotal {
	margin-right: 70px;
}

/* Customer Page */

a.newCustomer {
	background-color: #dedede;
   padding: 8px;
   font-weight: bold;
   /*color: #cc0000;*/
}

input.customerSubmit {
	font-size: 8pt;
	font-weight: bold;
	height: 22px;
	width: 100px;
}

/* Checkout Page */

table.checkoutBasket {
	width: 600px;
}

input.checkoutSubmit {
	font-size: 8pt;
	font-weight: bold;
	height: 22px;
	width: 150px;
}




/* Checkout Basket Items */

td.checkoutItemID {
	width: 60px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
}

td.checkoutItemDesc {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
}

td.checkoutItemQty {
	width: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 6px;
}

td.checkoutItemUnitPrice {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

td.checkoutItemDiscount {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

td.checkoutItemPrice {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

/*  --- CREDIT CARD CSS --- */

.creditcardblock
{
	
	margin: 10px 0 0 0;
	border : solid 1px #ddd;	
	padding: 5px 2px 2px 2px;
	border-top: none;
	background: transparent url(/images/wrapper/left-nav-item-bg.jpg) repeat-x scroll 0 0;
	background-color :#F3F3F3;
}

.creditcardtitle
{
	font-family: 'Trebuchet MS',arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	margin-left: 10px;
	
}

.creditcardinstruct
{
	margin: 5px;
	margin-left: 10px;
	font-style :italic ;
	
}

.ccerrorgroup
{
	
	margin: 6px;
	
	
}

.ccerror
{
	margin: 5px;
	color : #87212E;	
	font-size : 12px;
	font-weight:bold ;	
	
}

.ccgroup
{
	 background-color : #ffffff;	
	 margin: 12px 6px 6px 6px;
	 border: solid 1px #ddd;
}

.creditcardlabel
{
	margin-top: 5px;	
	margin-bottom: 0px;
	margin-left: 11px;
	margin-right: 10px;
}

.creditcarddata
{
	margin-top: 0px;	
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;

}

.creditcardbutton
{
	margin-top: 10px;	
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
	
}

.addbutton
{

	/*float : right ;*/
	background: url(/images/add-to-cart.png) no-repeat;
	border:	none;
	padding : 0px;
	margin: 0px;
	color : #FFFFFF;	
	font-size : 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	
}


.submitbutton
{

	/*float : right ;*/
	background: url(/images/wrapper/menu-item-bg.gif) repeat-x top;
	border:	none;
	padding : 3px 8px;
	margin: 0 5px 0 0;
	color : #FFFFFF;	
	font-size : 12px;
	-moz-border-radius: 10px;
	cursor: pointer;
	
}

.submitbutton:hover
{
	/*float : right ;*/
	background-position: bottom;
	color: white;
}

.webButton
{
	background-image: url(images/buttonsplashgrad01.jpg);
    background-repeat: repeat-x;
    background-color : #333333;
	border:	solid 1px #000;
	padding : 3px;
	width: 180px;
	margin: 0px;
	color : #FFFFFF;	
	font-size : 14px;
	font-weight: bold;
}

.webButton:hover
{
	background-image: url(images/buttonsplashgrad01_over.jpg);
    background-repeat: repeat-x;
    background-color : #87212E;    
	border:	solid 1px #000;
	padding : 3px;
	width: 180px;
	margin: 0px;
	color : #FFFFFF;	
	font-size : 14px;
	font-weight: bold;
}

.shopItemTypeTitle
{
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 15px;
	color: #8b2737;
	font-weight: bold;
	margin: 0 0 16px 0;
}

.checkout-form td {
	padding: 5px 0 0 0;
}

.checkout-form input {
	margin-right: 5px;
}

.checkout-form span {
	margin-right: 3px;
}

table.basket {
	border: 1px solid #ddd;
	border-top: none;
}
table.basket tr {
	background: transparent url(/images/wrapper/left-nav-item-bg.jpg) repeat-x scroll 0 0;
}
input[type="radio"] {
	margin-right: 4px;
}
.blackborder{border:1px solid black;}
.flush-left{padding-right:10px}
.flush-right{padding-left:10px}



/* Catalogue Page */

div.publicationTitle {
	font-weight: bold;
	padding-bottom: 8px
}

div.publicationDetails 
{
	padding: 16px;
}

.divworkshop
{
	width: 100%;		
	margin-top: 10px;
	margin-bottom : 5px;
	float:left;
	padding-bottom: 20px;
	border: 1px solid #E2E2E2;
	border-top: none;
}

.divworkshop table {
	margin: 10px 10px 0 10px;
}
.divworkshop table td {
	font-size: 11px;
}

div.workshopTitle {
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 6px;
	background: transparent url(/images/wrapper/left-nav-item-bg.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #E2E2E2;
}

div.workshopDetails 
{
	padding: 16px;
}

.divLangPanel
{
	width: 100%;		
	margin-top: 2px;
	margin-bottom : 5px;	
	float:left;

	
}

.divSessionLangTitle
{
	  font-size : 13px;
	  font-weight: bold;
	  color : #6A1B28 ;	 
	  border-bottom: 1px solid #ddd;
	  padding-bottom: 4px;
	  margin: 10px;
	  margin-bottom : 5px;
	  	
}

.divSessionHeaders
{
	  font-size : 11px;
	  color : #000000 ;
	  font-weight :bold ;
	   padding: 10px;
	  clear : both ;
}

.divSessionLocationTitle
{

	
	width: 190px;
	float: left ;
	padding-right: 5px;
}


.divSessionLocationDate
{
	padding-right: 5px;
	width: 115px;
	float: left ;
}

.divSessionLocationStatus
{

	
	width: 115px;
	float: left ;
	padding-right: 5px;
	color: #6A1B28;
	font-weight: bold;
}

.divSessionLocationDeadline
{
	padding-right: 5px;
	width: 130px;
	float: left ;
}

.divSessionItem
{
	width :100%;
	
	clear : both ;
	font-size : 11px;
	color : #000000 ;
	padding: 10px;
}

.divSessionItemLocation
{

	
	width: 190px;
	float: left ;
	padding-right: 5px;
}
.divSessionItemDate
{

	
	width: 115px;
	float: left ;
	padding-right: 5px;
}
.divSessionItemDeadline
{
	padding-right: 5px;
	width: 115px;
	float: left ;
}
.divSessionItemStatus
{
	color: #6A1B28;
	font-weight: bold;
	float: left ;
}
.divSessionItemAdd
{
	float: left ;	
}

/* Basket Page */

span.emptyBasket {
	line-height: 75px;
}


hr.basket {
	border: solid 0px #ddd;
	height: 1px;
	width: 700px;
	color: #ddd;
	background-color: #ddd;
}

/* Basket Items */

td.itemRemove {
	width: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
}

td.itemRemove span.shopColumnHdr {
	background: url(/images/cart-remove.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	color: #F6F6F6;
	font-size: 0px;
	padding-top: 16px;
}

td.itemID {
	width: 60px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
}

td.itemDesc {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
}

td.itemQty {
	width: 20px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
	text-align: center;
}

td.itemUnitPrice {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

td.itemDiscount
{
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

td.itemPrice {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

input.basketBtn {
	font-size: 8pt;
	font-weight: bold;
	height: 22px;
	width: 150px;
}

div.subtotal {
	width: 678px;
	text-align: right;
	background: transparent url(/images/wrapper/left-nav-item-bg.jpg) repeat-x scroll 0 0;
	border: 1px solid #ddd;
	border-top: none;
	padding: 5px 10px;
}

span.subtotalTitle {
	font-weight: bold;
	color: black;
	font-family: 'Trebuchet MS',arial,sans-serif;
}

span.subtotal {
	margin-right: 70px;
}

/* Customer Page */

a.newCustomer {
	background-color: #dedede;
   padding: 8px;
   font-weight: bold;
   /*color: #cc0000;*/
}

input.customerSubmit {
	font-size: 8pt;
	font-weight: bold;
	height: 22px;
	width: 100px;
}

/* Checkout Page */

table.checkoutBasket {
	width: 600px;
}

input.checkoutSubmit {
	font-size: 8pt;
	font-weight: bold;
	height: 22px;
	width: 150px;
}




/* Checkout Basket Items */

td.checkoutItemID {
	width: 60px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
}

td.checkoutItemDesc {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding: 6px;
}

td.checkoutItemQty {
	width: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 6px;
}

td.checkoutItemUnitPrice {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

td.checkoutItemDiscount {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

td.checkoutItemPrice {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	padding: 6px;
}

/*  --- CREDIT CARD CSS --- */

.creditcardblock
{
	
	margin: 10px 0 0 0;
	border : solid 1px #ddd;	
	padding: 5px 2px 2px 2px;
	border-top: none;
	background: transparent url(/images/wrapper/left-nav-item-bg.jpg) repeat-x scroll 0 0;
	background-color :#F3F3F3;
}

.creditcardtitle
{
	font-family: 'Trebuchet MS',arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	margin-left: 10px;
	
}

.creditcardinstruct
{
	margin: 5px;
	margin-left: 10px;
	font-style :italic ;
	
}

.ccerrorgroup
{
	
	margin: 6px;
	
	
}

.ccerror
{
	margin: 5px;
	color : #87212E;	
	font-size : 12px;
	font-weight:bold ;	
	
}

.ccgroup
{
	 background-color : #ffffff;	
	 margin: 12px 6px 6px 6px;
	 border: solid 1px #ddd;
}

.creditcardlabel
{
	margin-top: 5px;	
	margin-bottom: 0px;
	margin-left: 11px;
	margin-right: 10px;
}

.creditcarddata
{
	margin-top: 0px;	
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;

}

.creditcardbutton
{
	margin-top: 10px;	
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
	
}

.addbutton
{

	/*float : right ;*/
	background: url(/images/add-to-cart.png) no-repeat;
	border:	none;
	padding : 0px;
	margin: 0px;
	color : #FFFFFF;	
	font-size : 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	
}


.submitbutton
{

	/*float : right ;*/
	background: url(/images/wrapper/menu-item-bg.gif) repeat-x top;
	border:	none;
	padding : 3px 8px;
	margin: 0 5px 0 0;
	color : #FFFFFF;	
	font-size : 12px;
	-moz-border-radius: 10px;
	cursor: pointer;
	
}

.submitbutton:hover
{
	/*float : right ;*/
	background-position: bottom;
	color: white;
}

.webButton
{
	background-image: url(images/buttonsplashgrad01.jpg);
    background-repeat: repeat-x;
    background-color : #333333;
	border:	solid 1px #000;
	padding : 3px;
	width: 180px;
	margin: 0px;
	color : #FFFFFF;	
	font-size : 14px;
	font-weight: bold;
}

.webButton:hover
{
	background-image: url(images/buttonsplashgrad01_over.jpg);
    background-repeat: repeat-x;
    background-color : #87212E;    
	border:	solid 1px #000;
	padding : 3px;
	width: 180px;
	margin: 0px;
	color : #FFFFFF;	
	font-size : 14px;
	font-weight: bold;
}

.shopItemTypeTitle
{
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 15px;
	color: #8b2737;
	font-weight: bold;
	margin: 0 0 16px 0;
}

.checkout-form td {
	padding: 5px 0 0 0;
}

.checkout-form input {
	margin-right: 5px;
}

.checkout-form span {
	margin-right: 3px;
}

table.basket {
	border: 1px solid #ddd;
	border-top: none;
}
table.basket tr {
	background: transparent url(/images/wrapper/left-nav-item-bg.jpg) repeat-x scroll 0 0;
}
input[type="radio"] {
	margin-right: 4px;
}

a.commerce-toolbar-button, a.commerce-toolbar-button:visited
{
	background-color: #F5F5F5;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#565656 !important;
	cursor:pointer;
	font-size:100%;
	line-height:100%;
	padding: 5px 10px 6px 7px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

a.commerce-toolbar-button img 
{
	padding-right:5px;
}


/* <PPC> */

div.EktronProductListWrapper, div.EktronCartWrapper {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
	width: 930px !important;
}

div.EktronProductListWrapper div.products .EktronProductListFiltering {
	text-align: right;
	padding-bottom: 8px !important;
	margin-bottom: 15px !important;
}

div.EktronProductListWrapper div.products {
	background: none !important;
	border: none !important;
}

div.EktronProductListWrapper div.products a {
	color: #98012e !important;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
}

div.EktronProductListWrapper div.products .InnerUI {
	background: #f5f5f5 !important;
	border: 1px solid #bebebe !important;
}

div.EktronProductListWrapper div.products ul.productList li {
	border: 1px solid #b7a67d !important;
	width: 419px !important;
}

div.EktronProductListWrapper div.products ul.productList li ul li {
	border: none !important;
	width: auto !important;
	font-size: 14px !important;
}

div.EktronProductListWrapper div.products ul.productList li.hover {
	background: #faf5e8 !important;
}

div.EktronProductListWrapper div.products ul.productList li.hover ul li {
	background: #faf5e8 !important;
	color: black !important;
}


/* Cart */

div.EktronCartWrapper table, td {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
}

div.EktronCartWrapper td.colItemName a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif !important;
	color: #98012e !important;
	text-decoration: underline !important;
	font-size: 14px !important;
}

div.EktronCartWrapper table tr.rowColumnHeadings th, div.EktronCartWrapper table.savedCarts tr th, table.myStandards tr th, div.EktronOrderHistoryWrapper table.orderHistory tr.rowColumnHeadings th{
	background: url(/images/shaded.gif) repeat-x !important;
	height: 36px !important;
	line-height: 36px !important;
	padding: 0 0.25em !important;
	border-color: #A9976D;
	color:#FFFFFF;
}

div.EktronCartWrapper table tr.rowSku {
	background: white !important;
}

div.EktronCartWrapper table tr.stripe {
	background: #f9f9f9 !important;
}

div.EktronCartWrapper table tr.rowSku td {
	vertical-align: middle !important;
	font-size: 13px !important;
	padding: 4px 8px;
}

div.EktronCartWrapper table td {
	border-color: #A9976D !important;
}

div.EktronCartWrapper table tfoot tr td {
	background: #fff !important;
	padding: 4px 8px; !important;
	font-size: 13px !important;
}

div.EktronCartWrapper table tfoot tr.rowSubtotal .alignRight {
	background: #f5f5f5 !important;
}

div.EktronCartWrapper table.cartTable caption {
	color: #98012e !important;
	background: none !important;
	border-bottom: 1px solid silver !important;
	padding: 0 10px !important;
}

.EktronProductControl .kitOptionGroup {
	font-weight: bold !important;
	padding-left: 100px;
}

.EktronProductControl .kitOptionGroup, .EktronProductControl .groupItem {
	background: none !important;
}

.notifications span {
	display: block;
	border: 1px solid #900;
	background: #fff0f0;
	padding: 10px;
	margin: 0 50px 0 50px;
}

table.myStandards tr td
{
	padding: 5px 10px 5px 10px !important
}
div.EktronProductListWrapper div.products ul.productList li span.productName
{
	width:20em !important;
}


/* </PPC> */
