.theme-layout-css {/* indicates the begining of this piece of css file in the main file generated for the browser from the "css-handler" */}

#site-wrap1 {
    margin:auto;
    padding:0;
    position:relative;
    overflow:hidden;
    width: 980px;
    }
    
#middle .inner-wrap {overflow:hidden;}
#footer {clear:both}


/*
Layout SCS ------------------->>
*/

.layout-scs #middle .inner-wrap {
padding:0 212px;
}


/*--left-sb-->>*/

.layout-scs #left-sb {
float:left;
margin-left:-212px;
}

.layout-scs .sidebar {
width: 212px;
display: inline;
overflow:hidden;
}
/*<<--left-sb--*/



/*--content-->>*/
.layout-scs #content-holder {
width: 100%;
float: left;
display: inline;
}
/*<<--content--*/




/*--right-sb-->>*/
.layout-scs #right-sb {
float:right;
margin-right:-212px;
}
/*<<--right-sb--*/


/*
<<-Layout SCS
*/


/*--------------------------------------------------------------------------------------------------*/


/*
Layout CS ------------------->>
*/

.layout-cs #middle .inner-wrap {
padding:0 212px 0 0;
}


/*--left-sb-->>*/

.layout-cs #left-sb {
display:none;
}

.layout-cs .sidebar {
width: 212px;
display: inline;
overflow:hidden;
}

/*-theme-custom-*/
#homepage.layout-cs .sidebar {
	width: 300px;
}
#homepage.layout-cs #middle .inner-wrap {
	padding:0 300px 0 0;
}
/*--*/
/*<<--left-sb--*/



/*--content-->>*/
.layout-cs #content-holder {
width: 100%;
float: left;
display: inline;
}
/*<<--content--*/




/*--right-sb-->>*/
.layout-cs #right-sb {
float:right;
margin-right:-212px;
}

#homepage.layout-cs #right-sb {margin-right:-300px;}
/*<<--right-sb--*/


/*
<<-Layout CS
*/


/*--------------------------------------------------------------------------------------------------*/


/*
Layout SC ------------------->>
*/

.layout-sc #middle .inner-wrap {
padding:0 0 0 212px;
}


/*--left-sb-->>*/
.layout-sc #left-sb {
float:left;
margin-left:-212px;
}

.layout-sc .sidebar {
width: 212px;
display: inline;
overflow:hidden;
}
/*<<--left-sb--*/



/*--content-->>*/
.layout-sc #content-holder {
width: 100%;
float: left;
display: inline;
}
/*<<--content--*/




/*--right-sb-->>*/
.layout-sc #right-sb {
display:none;
}
/*--right-sb--*/


/*
<-Layout SC
*/


/*--------------------------------------------------------------------------------------------------*/


/*
Layout C ------------------->>
*/


/*--left-sb-->>*/
.layout-c #left-sb {
display:none;
}

.layout-c .sidebar {
overflow:hidden;
}
/*<<--left-sb--*/



/*--content-->>*/
.layout-c #content-holder {
}
/*<<--content--*/




/*--right-sb-->>*/
.layout-c #right-sb {
display:none;
}
/*<<--right-sb--*/


/*
<-Layout C
*/
.theme-styles-css {/* indicates the begining of this piece of css file in the main file generated for the browser from the "css-handler" */}


/**
 * ->region	Elements
 */




/** Root elements */
html {
	background:#6D6C69;
}
body {
	background:;
	color: #464646;
}


#site-wrap1 {}

#site-wrap2 {padding:10px 0;}
/*
The most common use of this tag is to define the width of the site.
Its properties are located in "core-layout.css", theme "layout.css", and theme "layout.xml".
*/


#frame-wrap {/*background: #FFF; margin: 52px 10px 0 10px; position:relative;*/}

#frame-wrap2 {/*margin: 0 -10px -52px -10px; position:relative; top: -52px;*/}


/** Block Elements */

/** Headings */
h1, h2, h3, h4, h5, h6 {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}



/** Links */
a {
	color: #FF0000;
	text-decoration: none;
}
a:visited{
	color: #FF0000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:focus {}
a:active {}

/** Images */
img, a img {
	border: none;
}


/* >> FORMS */
input, select, textarea {}


input.text, textarea.text, select.text  {}

input.button {}

input.button:hover {}

.button-wrap {
    background:url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) left -352px no-repeat;
    margin:5px 5px 0 0;
    display:inline-block;
    overflow:hidden;
}
.button-wrap .inner-a {
    background:url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) right -312px no-repeat;
    display:inline-block;
}
.button-wrap .inner-b {
   
   background:#9e9e9e url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) left -332px repeat-x;
   display:inline-block;
   margin:0 8px;
   height:20px;
   overflow:hidden;
}
input.button {
	color:#444;
	border:none;
	padding:2px 0 !important;
	background:none;
	margin-top:0;
	cursor:pointer;
	font-size:12px;
	padding:1px 4px;
	line-height:15px;
	*line-height:14px;
}
/*-----*/
.button-wrap:hover {
       background:url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) left -412px no-repeat;
}
.button-wrap:hover .inner-a {
    background:url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) right -372px no-repeat;
}
.button-wrap:hover .inner-b {
   background:url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) left -392px repeat-x;
}

input.button:hover {
	color:#222;
	border:none;
	background:none;
}

input.loading {
	background-image: url(http://www.d2c.org.uk/images/input-loader.gif) !important;
	background-position: -9000px 50% !important;
	background-repeat: no-repeat !important;
}

input.in-progress {
	background-position: 4px 50%  !important;
	padding-left: 22px !important;
}

input.in-progress:hover {
	background-position: 4px 50%  !important;
	padding-left: 22px !important;
}

input.radio {}

input.captcha {}

/*--------------------------------------------------------------------------*/


/* >> CLASSES */

.error {}


div.success {}

div.info-status {}

.form-holder{}


.captcha {}

/*--------------------------------------------------------------------------*/
/** <-endregion Elements */



/**
 * ->region	TOP
 */

#top {
	background: url(http://www.d2c.org.uk/projects/themes/D2C/images/top-bkg.png) left top no-repeat;
	*zoom:1;
	overflow: hidden;
}
#top .inner-wrap {
	background:#ffffff url(http://www.d2c.org.uk/projects/themes/D2C/images/slogan.png) 268px 20px no-repeat; 
	margin:53px 10px 0 10px;
}

/*--top-menu-->>*/

#top-menu {
	color:#FFF;
	top:-46px;
	right: 280px;
	text-align:right;
}


#top-menu ul {}
#top-menu ul li {}
#top-menu ul li a {color:#FFF;}	
#top-menu ul li img {}
/*<<--top-menu--*/


.logo {
	min-height:90px;
}

.logo img {margin-left: 15px;}


/*---------------header-search----->>----------*/
.header-search {
	top:-48px;
	right:10px;
}

.header-search .m-items {}

.header-search input.text {width: 166px; height:20px; line-height:20px; border:1px solid #9b9fa4; margin-top:3px;}

.header-search .button-wrap {background: none; margin:0;}
.header-search .button-wrap .inner-a {background: none;}
.header-search .button-wrap .inner-b {
	background: none; 
	padding:0; 
	margin:0;
	background:url(http://www.d2c.org.uk/projects/themes/D2C/images/search-btn.png) left top no-repeat;
	height:26px;
}

.header-search .button-wrap:hover {background: none;}
.header-search .button-wrap:hover .inner-a {background: none;}
.header-search .button-wrap:hover .inner-b {background:url(http://www.d2c.org.uk/projects/themes/D2C/images/search-btn.png) left top no-repeat;}

.header-search input.button {
	line-height:22px;
	height:26px;
	width:69px;
	padding:0;
	margin:0;
	color:#FFF;
	margin-top:0;
}

/*---------<<------header-search---------------*/

/*---------------UserBar----->>----------*/
.userbar {
	color:#666;
	right:15px;
}
.userbar a {color:#666;}

.userbar a:hover {}

.card-status {    
}

.card-status img {}

.card-status a {}
/*---------<<------UserBar---------------*/

/*--main-menu-->>*/
#main-menu {
	color:#55504C;
	overflow:hidden;
	clear:both;
	height:77px;
	background: url(http://www.d2c.org.uk/projects/themes/D2C/images/main-menu-tile.png) left 31px  repeat-x;
}
#main-menu .wrap {
    overflow:hidden;
    padding:0 8px;
}

#main-menu ul.nav {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:left; _float:none;	
}

#main-menu ul.nav li {
	margin:0 0 0 4px;
	padding:0;
	float:left;
	position:relative;
}

#main-menu ul.nav li img 
{
    vertical-align:middle;
    margin-right:4px;
}

/*---------*/
#main-menu ul.nav li a {
	color:#55504C;
	background: url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) left -208px  repeat-x;
}

#main-menu ul.nav li a .inner-a 
{	background: url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) left 0px  no-repeat;
}

#main-menu ul.nav li a .inner-b {
	padding:0 12px;
	height:52px;
	line-height:32px;
	background: url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) right -52px  no-repeat;
}

/*---------*/
#main-menu ul.nav li a:hover {
	text-decoration: none; 
	color:#FFF;
	background: url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) left -260px  repeat-x;
}
#main-menu ul.nav li a:hover .inner-a {background: url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) left -156px  no-repeat;}
#main-menu ul.nav li a:hover .inner-b {background: url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) right -104px  no-repeat;}
/*---------*/
#main-menu ul.nav li.current a {background: url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) left -260px  repeat-x; color:#FFF;}
#main-menu ul.nav li.current a .inner-a {background: url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) left -156px  no-repeat;}
#main-menu ul.nav li.current a .inner-b {background: url(http://www.d2c.org.uk/projects/themes/D2C/images/menu-sprite.png) right -104px  no-repeat;}
/*---------*/
#main-menu ul.nav li.current a:hover {}
#main-menu ul.nav li.current a:hover .inner-a {}
#main-menu ul.nav li.current a:hover .inner-b {}


/*<<--main-menu--*/

/*>>--header-image--*/
#header-img {}
/*<<--header-image--*/


/*--breadcrumb-langs-wrap-->>*/
#breadcrumb-langs-wrap {
    color:#666;
    padding:0 12px 10px 12px;
    top:-6px;
    margin-top:-24px;
    position:relative;
}

.breadcrumb {}

.breadcrumb a {color:#666;}

.breadcrumb a:hover {
	color:#666;}

.languages {}

.languages img {}
 
/*<<--breadcrumb-holder--*/


/** <-endregion TOP */




/**
 * ->region	MIDDLE
 */

#middle {
	overflow:hidden; 
	background: url(http://www.d2c.org.uk/projects/themes/D2C/images/middle-tile.png) left top repeat-y;
	padding:0 10px;
}

#middle .inner-wrap {background: #ffffff; *zoom:1;}

.sidebar {}

/*--left-sb-->>*/
#left-sb {}

#left-sb .wrap {padding:0 0 0 12px;}
/*<<--left-sb--*/

#content-holder {}

#content-holder .wrap {padding:0 12px;}

/*--right-sb-->>*/

#right-sb {}

#right-sb .wrap {padding:0 12px 0 0;}
/*<<--right-sb--*/

/** <-endregion MIDDLE */


/**
 * ->region	FOOTER
 */
#footer {
	color:#444;
	background: url(http://www.d2c.org.uk/projects/themes/D2C/images/footer-bkg-top.png) left top no-repeat;
	padding-top:23px;
	*zoom:1;
}


#footer .inner-wrap {
	position: relative;
	padding-bottom:21px;
}

#footer .inner-wrap .wrap {}

#footer .inner-wrap a {color:#444;}
#footer .inner-wrap a:hover {color:#444;}

#footer .inner-wrap .footer-content {
	padding:0 20px;
	background: url(http://www.d2c.org.uk/projects/themes/D2C/images/footer-tile.png) left top repeat-y;
	*zoom:1;
	color: #464646
}


.powered-by {
	text-align: center;
	padding-top:20px;
}

.powered-by a {}


.footer-nav {
	text-align: center;
	min-height:21px;
	_height:21px;
	background: url(http://www.d2c.org.uk/projects/themes/D2C/images/footer-bkg-bot.png) left top no-repeat;
	*zoom:1;
}


.footer-nav ul.nav li {padding-left: 5px; display: inline; float: none;}
.footer-nav ul.nav li.first {padding-left:0;}
.footer-nav ul.nav li.first:before {content: "";}

.footer-nav ul.nav li img {}

.footer-nav ul.nav li:before {
	content: "|";
	padding-right: 5px;
	display: inline;
}
.footer-nav ul.nav li a:hover {text-decoration:underline;}
/** <-endregion FOOTER */



/*-Custum part->>-*/
#homepage #middle {overflow: visible;}
#homepage #middle .inner-wrap {overflow: visible;}
#homepage #content-holder {margin-top: -18px;}
#homepage #right-sb {margin-top: -18px;}

#homepage #content-holder .wrap {padding:0 10px;}
#homepage #right-sb .wrap {padding-right:10px;}



.module-custom:first-child {margin-bottom:0 !important;}
#homepage #breadcrumb-langs-wrap {display: none;}
#homepage .editor-page-content {padding:0;}
.theme-pt-specific-css {/* indicates the begining of this piece of css file in the main file generated for the browser from the "css-handler" */}


/**
 * -> COMMON
 */
.content {}
/*------page-content----->>*/
.content .editor-page-content {}
.content .editor-page-content .extra-tag {}
.content .editor-page-content .extra-tag .p-title {
	font-weight: normal;
	border-bottom:1px dotted #666;
}
.content .editor-page-content .extra-tag .p-title img {}

/*------page-items----->>*/
.content .page-items {}
.content .page-items .extra-tag {}
.mb {}
.mb .extra-tag {}

/*------page-module----->>*/
.module {border: 1px solid #cecece; *zoom:1;}
.module .m-wrap1 {background: url(http://www.d2c.org.uk/projects/themes/D2C/images/m-l-top.png) left top no-repeat; margin:-1px; *zoom:1;}
.module .m-wrap2 {background: url(http://www.d2c.org.uk/projects/themes/D2C/images/m-r-top.png) right top no-repeat; *zoom:1;}
.module .m-wrap3 {background: url(http://www.d2c.org.uk/projects/themes/D2C/images/m-l-bot.png) left bottom no-repeat; *zoom:1;}
.module .m-wrap4 {background: url(http://www.d2c.org.uk/projects/themes/D2C/images/m-r-bot.png) right bottom no-repeat; padding:12px; *zoom:1;}
/*-*/
.module-custom {}
/*-*/

/*module-tilte->*/
.m-title {}
.m-title h2 {
	border-bottom:1px dotted #666;
	font-weight:bold;
	line-height:16px;
	margin-top:-2px;
}
.m-title h2 .tag-a {}
.m-title h2 .tag-b {}

/*<-module-tilte*/
/*module free content->*/
.mi-wrap {}
.m-content {padding-top:10px;}
/*<-module free content*/

/*-display mode unit->*/
.dm-unit {}
.dm-unit .dm-title {}
/*<-display mode unit-*/

/*-module item->*/
.mi-unit {}
/*<-module item*/
/*module items content wrap->*/
.extra-tag {}
.mb .extra-tag {}
/*<-module items content wrap-*/


/*-module items elements--------->>-*/

/*module item title->*/
.mi-unit h3 {}

.mi-unit h3 a {}
/*<-module item title*/


.mi-unit .img-holder img {}

/*-*/ 
.date {}
/*-*/ 
.more {}

.more  a {}

.more  a:hover {}
/*-*/

.mb {}

/*-<<-------------------module items elements-*/








/*------PT-COMMON-MISC----->>*/
.pi-unit {} /*-holder for page item (multiview and singleview) -*/

.single-item {} /*-holder for page item singleview only -*/
/*--*/
.pi-header {} /*-holds item header elements-*/
.pi-header h3 {}
.img-holder {}
.img-holder img {}

.pi-header .avatar {}
.pi-header .thumb {}
/*--*/
.pi-header .rating-section {}
/*--*/
.pi-title {}

.pi-title a {}

/*---*/
/*-used in *blog, *news,->--*/
.pi-meta {}


.pi-meta .meta-approve {}
.pi-meta .meta-pedning {}
.pi-meta .meta-user {}
.pi-meta .meta-date {}
.pi-meta .meta-comment {}
.pi-meta .meta-view {}
.pi-meta .meta-category {}
.pi-meta .meta-tag {}
/*--*/

.pi-description {}
/*--*/
.share-section {}


/*-Comments->-*/
.comments-multi {}

.comments-single {}
.comment-header {}
.comment-header .img-holder {}
.comments-content {}
/*-<-Comments-*/

/*-Autocomplete->-*/
.autocomplete-holder {}

.autocomplete-holder ul {}
/*-<-Autocomplete-*/

/*-Ratings->-*/
.rating {}

.rating .title {}

.rating .result {}

.ratingStar {}
.filledRatingStar {}
.emptyRatingStar {}
.savedRatingStar {}
/*-<-Ratings-*/

.noFlash {}

.rss-feed {}

.rss-feed a {}

.add-comments {}

.add-comments img {}

/*-GridView Pager->-*/

/*-<-GridView Pager-*/

/*-news, events, products------------->*/

/*-mb-*/
.mb .news .mi-unit,
.mb .events .mi-unit,
.mb .products .mi-unit {}


.mb .news .mi-unit .extra-tag,
.mb .events .mi-unit .extra-tag,
.mb .products .mi-unit .extra-tag {}

/*<-------------news, events, products-*/

/*-gallery, video------------->*/
.mb .gallery .mi-unit,
.mb .video .mi-unit {}

.gallery .txt,
.video .txt {}


/*<-------------gallery, video-*/

/*-table grid-------------->*/
table.grid {}

table.grid tr {}
table.grid tr.row {}
table.grid tr.even {}


table.grid th {}
table.grid td {}
table.grid .row td,
table.grid .even td,
table.grid .GridAltRow_Admin td {}
/*<-------------table grid-*/


/*<<-----PT-COMMON-MISC-------*/


/**
 * <- COMMON
 */




/*-PT-Navigation++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.navigation {}
.navigation .m-wrap1 {}
.navigation .m-wrap2 {}
.navigation .m-wrap3 {}
.navigation .m-wrap4 {padding:3px 12px 1px 12px;}

.navigation .mi-unit {}

.sidebar ul.lvl-1 {}

.sidebar ul.lvl-1 li {
	margin:0 0 1px 0;
	padding:0;
	position:relative;
	border-top:1px dotted #666;
	
}

.sidebar ul.lvl-1 li:first-child {border: none;}
.sidebar ul.lvl-1 li:last-child {}
.sidebar ul.lvl-1 li a {
	color:#FF0000;
	font-size:12px;
	padding:4px 0 4px 26px;
	background:url("http://www.d2c.org.uk/projects/themes/D2C/images/cube-bolit.png") -280px 50% no-repeat;
}
.sidebar ul.lvl-1 li a:hover {
	color:#FF0000;
	background:#f3f3f3 url("http://www.d2c.org.uk/projects/themes/D2C/images/cube-bolit.png") 5px 50% no-repeat;
}

.sidebar ul.lvl-1 li.current a {
	color:#FF0000;
	border-left:none;
	background:none;
	background:#f3f3f3 url("http://www.d2c.org.uk/projects/themes/D2C/images/cube-bolit.png") 5px 50% no-repeat;
}
.sidebar ul.lvl-1 li.current {}

/*-*/
.sidebar ul.lvl-2 {margin:2px 0 6px 20px;}

.sidebar ul.lvl-2 li {border:none;}

.sidebar ul.lvl-2 li a {
	font-size:11px;
	padding:2px 2px 2px 20px;
	color:#FF0000;
	background:url("http://www.d2c.org.uk/projects/themes/D2C/images/cube-bolit-sub.png") -285px top no-repeat;
}
.sidebar ul.lvl-2 li a:hover {
	text-decoration:underline;
	background:#f3f3f3 url("http://www.d2c.org.uk/projects/themes/D2C/images/cube-bolit-sub.png") 0px top no-repeat;
}
.sidebar ul.lvl-2 li.current {
	background:#f3f3f3 url("http://www.d2c.org.uk/projects/themes/D2C/images/cube-bolit-sub.png") 0px top no-repeat;
	color:#FF0000;
}

/*-PT-Navigation++++++++++++++++<-*/




/*-PT-Banners++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Banners++++++++++++++++<-*/

/*-PT-Catalogue++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.catalog-item {}

.catalog-item  th, .catalog-item  td {}

.catalog-item  th {}

.catalog-item .even {}

.catalog-item .odd {}
/*-PT-Catalogue++++++++++++++++<-*/




/*-PT-CATEGORIES++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-pt-content-specific-->-*/
.category-box {}

.category-box-item {}

.category-box-item .cat-img {}

.category-box-item h3 {}
.category-box-item h3 a {}

.category-box-item a {}
/*-pt-content-specific--<-*/
/*-pt-module-specific-->-*/
.categories ul.lvl-1 {}/*-use the styles of PT-Navigation-*/
/*-pt-module-specific--<-*/
/*-PT-CATEGORIES++++++++++++++++<-*/


/*-PT-ContactForm++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-ContactForm++++++++++++++++<-*/

/*-PT-Content++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.module.content {overflow: visible;}
/*-PT-Content++++++++++++++++<-*/

/*-PT-eCommerce++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-eCommerce++++++++++++++++<-*/

/*-PT-Edu1Survey++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Edu1Survey++++++++++++++++<-*/

/*-PT-Events++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*--events-calendar-->>--*/

.calendar-holder {}

.mb .calendar-holder {}

.Calendar {}

.Calendar td {}

.Calendar a {}

.SelectDayStyle {}

.SelectDayStyle a {}

.OtherMonthDayStyle {}

.WeekendDayStyle {}

.TodayDayStyle {}

.DayHeaderStyle {}

.NextPrevStyle a {}

.TitleStyle {}

.TitleStyle a {}

.TitleStyle td {}
td.cell-space, th.cell-space {}

/*--<<--events-calendar--*/
/*-PT-Events++++++++++++++++<-*/

/*-PT-Form Builder++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-pt-content-specific-->-*/

/*-all styles in "core.css"-*/

/*-overlay message-*/

.pt-ui-overlay {}
.pt-ui-overlay .overlay-bg {}
.pt-ui-overlay .overlay-icon {}
/*-pt-content-specific--<-*/
/*-PT-Form Builder++++++++++++++++<-*/

/*-PT-GuestBook++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.guestbook {}
.guestbook .mi-unit {}
.guestbook .mi-unit .extra-tag {}
.guestbook-author {}
/*-PT-GuestBook++++++++++++++++<-*/

/*-PT-Image Gallery++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Image Gallery++++++++++++++++<-*/

/*-PT-JobsForm++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-JobsForm++++++++++++++++<-*/

/*-PT-News++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-News++++++++++++++++<-*/

/*-PT-Newsletter++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Newsletter++++++++++++++++<-*/

/*-PT-Poll++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.poll {}

.poll .mi-unit {}

.graph {}
.graph .bar {}
.graph .bar span {}

.graph-results {}

.graph-results .bar {}
.graph-results .bar span {}
/*-PT-Poll++++++++++++++++<-*/

/*-PT-Products++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-pt-content-specific-->-*/
.cart-fav-wrap {}

.favorite,
.cart {}

.favorite a,
.cart a {}
.favorite a {}

.cart a {}
.price {}

.price strike {}
.price span {}
.old-price {}
.prom-price {}
.discounts {}
.discounts table {}
.discounts table td {}

.in-stock {}

.description {}
    
.weight {}
/*-pt-content-specific--<-*/

/*-pt-module-specific-->-*/
.price-wrap {}

.m-cart {}


.m-cart .cart a {}

.m-price {}

.m-price span{}

.m-favorite {}

.m-favorite a {}
/*-pt-module-specific--<-*/

/*-PT-Products++++++++++++++++<-*/


/*-PT-QuickLinks++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.quicklinks ul {}
.quicklinks ul li {}
.quicklinks ul li img {}
/*-PT-QuickLinks++++++++++++++++<-*/

/*-PT-RSS Reader++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-RSS Reader++++++++++++++++<-*/

/*-PT-Search++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Search++++++++++++++++<-*/

/*-PT-Services++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Services++++++++++++++++<-*/

/*-PT-Sitemap++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Sitemap++++++++++++++++<-*/

/*-PT-URL++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-URL++++++++++++++++<-*/

/*-PT-User Portal++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-pt-content-specific-->-*/
#welcome-text {}

#client-portal-tabs {}

#client-portal-tabs ul.nav {}

#client-portal-tabs ul.nav li {}
/*-*/
#client-portal-tabs ul.nav li a img {}

#client-portal-tabs ul.nav li a {}

#client-portal-tabs ul.nav li a .inner-a {}
#client-portal-tabs ul.nav li a .inner-b {}
/*-*/
#client-portal-tabs ul.nav li a:hover .inner-b {}
/*-*/
#client-portal-tabs ul.nav li a.current .inner-b {}
/*-pt-content-specific--<-*/
/*-PT-User Portal++++++++++++++++<-*/

/*-PT-Video Gallery++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-Video Gallery++++++++++++++++<-*/

/*-PT-WebBasedTicker++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
/*-PT-WebBasedTicker++++++++++++++++<-*/

/*-PT-Callmeback++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>-*/
.callmeback table {}
/*-PT-Callmeback++++++++++++++++<-*/













/*--Custom Part->>-*/


/*-------------------------Home Online Chat Button-------------------------------*/

.online-chat 
{
    width:289px;
    height:190px;
    background:url("http://www.d2c.org.uk/projects/themes/D2C/images/live-chat-bkg.jpg") no-repeat;
    position:relative;
    margin-bottom:12px;
}

.chat-button-container 
{
    position:relative;
    top:41px;
    left:96px;
    width:178px;
    height:65px;
}

/*----Subpage Online Chat----*/

.chat-button-container-sub
{

}

.need-help 
{
    background:url("http://www.d2c.org.uk/projects/themes/D2C/images/live-chat-bkg-sub.jpg") -87px -2px no-repeat;
}

.need-help  .module-title h2 
{
    color:#ff0000;
}

/*-------------------------Header Custom Buttons-------------------------------*/

.header-buttons 
{
    position:absolute;
    top:65px;
    right:22px;
    z-index:180;
    width:300px;
}

.header-buttons a.call-me-back 
{
    display:block;
    width:150px;
    height:42px;
    background:url("http://www.d2c.org.uk/projects/themes/D2C/images/call-me-back-btn.png") left top no-repeat;
    text-indent:-9000px;
    overflow:hidden;
    float:left;
    cursor:pointer;
}

.header-buttons a.call-me-back:hover 
{
    background:url("http://www.d2c.org.uk/projects/themes/D2C/images/call-me-back-btn.png") left -42px no-repeat;
}

.header-buttons a.contact-us 
{
    display:block;
    width:150px;
    height:42px;
    background:url("http://www.d2c.org.uk/projects/themes/D2C/images/contact-us-btn.png") left top no-repeat;
    text-indent:-9000px;
    overflow:hidden;
    float:left;
    cursor:pointer;
}

.header-buttons a.contact-us:hover 
{
    background:url("http://www.d2c.org.uk/projects/themes/D2C/images/contact-us-btn.png") left -42px no-repeat;
}































.theme-fixes-css {/* indicates the begining of this piece of css file in the main file generated for the browser from the "css-handler" */}
.theme-highslide-css {/*just indicates where individual css file starts in the main css-handler file for the browser*/}
/*------------------------------------------------------*/

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(http://www.d2c.org.uk/js/highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding-left: 22px;
	/* background: url(/js/highslide/graphics/icon.gif) no-repeat 0 1px; */
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(http://www.d2c.org.uk/js/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(http://www.d2c.org.uk/js/highslide/graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}


.theme-highslide-html-css {/*just indicates where individual css file starts in the main css-handler file for the browser*/}
/*------------------------------------------------------------------*/

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-html {
	background-color: white;
}
.highslide-maincontent {
	display: none;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;

	padding-left: 22px;
	background-image: url(http://www.d2c.org.uk/js/highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(http://www.d2c.org.uk/js/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
	cursor: move;
}
.highslide-resize {
	cursor: nw-resize;
}


