/*----------------------------------------------------
Pearl theme by ThemeCatcher www.themecatcher.net

CONTENTS:
	1: CSS RESET
	2: DESIGN LAYOUT
	3: GLOBAL ELEMENTS (REUSABLE STYLES)
	4: IMAGE EFFECTS
	5: HEADINGS
	6: GLOBAL HYPERLINKS
	7: FULLSCREEN ELEMENTS
	8: CONTENT LAYOUT VARIATIONS
	9: CONTENT DISPLAY VARIATIONS
	10: BLOG PAGE ELEMENTS 
	11: BLOG ARTICLE ELEMENTS
	12: FOOTER ELEMENTS 
	13: CONTACT PAGE ELEMENTS 
	14: VERTICAL NAVIGATION (USED IN LEFT COL) 
	15: MAIN NAVIGATION (HORIZONTAL NAV)
	16: TWITTER FEED
	17: SIDE BAR STYLES
	18: IMPACT HEADERS
	19: PORTFOLIO / GALLERY STYLES
	20: SLIDER ON HOMEPAGE TWO
	21: CHANGE THE FONT COLOUR SCHEME
	22: CHANGE STYLES FOR TRANSPARENT BG
	23: ADD YOUR STYLES
	
-------------------------------------------------------*/

/*****************************************************
1.  CSS RESET
******************************************************/
*{text-decoration:none;font-size:1em;outline:none;padding:0;margin:0}code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext{white-space:normal;font-size:1em;font:inherit}dfn,i,cite,var,address,em{font-style:normal}th,b,strong,h1,h2,h3,h4,h5,h6{font-weight:normal}a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet,table{border:none}table{border-collapse:collapse;border-spacing:0}caption,th,td,center{vertical-align:top;text-align:left}body{background:black;line-height:1;color:white}q{quotes:"" ""}ul,ol,dir,menu{list-style:none}sub,sup{vertical-align:baseline}a{color:inherit}hr{display:none}font{color:inherit!important;font:inherit!important;color:inherit!important}marquee{overflow:inherit!important;-moz-binding:none}blink{text-decoration:none}nobr{white-space:normal}
/*****************************************************
2.  DESIGN LAYOUT
******************************************************/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #292929;
	background-color: #ddd;
}
.outside {
	height: auto;
	min-height: 100%;
	position: relative;
}
#header-outer {
	margin: 0 auto;
	margin-top: 5px;
	background-position: center 10px;
}
/*Option styles*/
div.header-plain {
	background-image: url(https://www.modifiedcartrader.com/images/header-plain.png);
	background-repeat: repeat-x;
}
div.header-diagonal {
	background-image: url(https://www.modifiedcartrader.com/images/header-diagonal.png);
	background-repeat: repeat-x;
}
div.header-middle {
	background-image: url(https://www.modifiedcartrader.com/images/header-middle.png);
	background-repeat: no-repeat;
}
div.header-dark {
	background-image: url(https://www.modifiedcartrader.com/images/header-dark.png);
	background-repeat: repeat-x;
}

#header-inner {
	width: 990px;
	height: 87px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background: url(https://www.modifiedcartrader.com/images/header-mid-right.png) right 29px no-repeat;
}
#nav-wrap {
	float: left;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 239px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#nav-wrap-inner {
	float: left;
	background: url(https://www.modifiedcartrader.com/images/nav-right.png) right top no-repeat;
	margin: 0;
	padding: 0 32px 0 0;
}
.content-outer {
	margin: 0 auto;
	padding-bottom: 50px;/*Footer height*/
}

.content-inner {
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	line-height: 150%;
}
.logo {
	margin-top: 4px;
	position: absolute;
	background: url(https://www.modifiedcartrader.com/images/logo-bg.png) left top no-repeat;
	width: 260px;
	height: 95px;
	z-index: 1001;
	left: -14px;
}
.logo-img {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 18px;
	text-align: center;
}

/*****************************************************
3.  GLOBAL ELEMENTS (REUSABLE STYLES)
******************************************************/

/* -- Clearfix code -- */

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* -- Clearfix code -- */

p {
	padding-bottom: 10px;
}
.text-center {
	text-align: center;
}
strong {
	font-weight: bold;
}

li {
	margin-left: 25px;
	list-style-type: circle;
}

/* -- Blockquote -- */
blockquote {
	font-style: italic;
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
blockquote.left {
	float: left;
	margin: 5px 10px 5px 0;
	width: 300px;
}
blockquote.right {
	float: right;
	margin: 5px 0 5px 10px;
	width: 300px;
}
blockquote div.quote-mark {
	background-image: url(https://www.modifiedcartrader.com/images/quote-up.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 52px;
	height: 38px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	position: relative;
}
blockquote p.quote {
	padding-top: 10px;
}

/* -- Styled lists -- */
ul.bullet li {
	background-image: url(https://www.modifiedcartrader.com/images/circle-list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
ul.arrow li {
	background-image: url(https://www.modifiedcartrader.com/images/arrow-list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
ul.tick li {
	background-image: url(https://www.modifiedcartrader.com/images/tick.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
ul.plus li {
	background-image: url(https://www.modifiedcartrader.com/images/plus-list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-top: 2px;
	padding-left: 25px;
	list-style-image: none;
	list-style-type: none;
}

/* -- Table -- */
table.pearl-table {
	font-size: 11px;
	color: #292929;
	border-width: 1px;
	border-color: #000;
	border-collapse: collapse;
	width: 100%;
}
table.pearl-table th {
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #292929;
	color: #fff;
	background-image: url(https://www.modifiedcartrader.com/images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
}
table.pearl-table td {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}
table.pearl-table tr{
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
}

/* -- Message boxes -- */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(https://www.modifiedcartrader.com/images/info.png);
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url(https://www.modifiedcartrader.com/images/success.png);
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(https://www.modifiedcartrader.com/images/warning.png);
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(https://www.modifiedcartrader.com/images/error.png);
}

/* -- Horizontal break lines -- */
.break-line {
	background-image: url(https://www.modifiedcartrader.com/images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.left-col-wrap-inner .full-bold-line {
	background-image: url(https://www.modifiedcartrader.com/images/leftcol-area-mid-break.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: -22px;
	margin-left: -22px;
}
.right-col-wrap-inner .full-bold-line {
	background-image: url(https://www.modifiedcartrader.com/images/rightcol-area-mid-break.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: -25px;
	margin-left: -25px;
}
.full-width .full-bold-line {
	background-image: url(https://www.modifiedcartrader.com/images/full-width-area-break.png);
	background-repeat: repeat-x;
	background-position: left;
	display: block;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: -25px;
	margin-left: -25px;
}

/* -- Breadcrumbs -- */
.bread-crumbs-outer {
	height: 30px;
	margin-left: -24px;
	margin-bottom: 15px;
}
.bread-crumbs-left {
	background-image: url(https://www.modifiedcartrader.com/images/bread-crumbs-left-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 15px;
}
.bread-crumbs {
	font-size: 11px;
	color: #292929;
	background-image: url(https://www.modifiedcartrader.com/images/bread-crumbs-rep.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 30px;
}
.bread-crumbs ul {
	padding: 0;
	margin: 0;
}
.bread-crumbs ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.bread-crumbs ul li a, .bread-crumbs ul li span {
	float: left;
	background-image: url(https://www.modifiedcartrader.com/images/bread-crumbs-mid-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 8px;
	padding-left: 23px;
	line-height: 30px;
	height: 30px;
	text-shadow: 1px 1px 0px #fff;
}
.bread-crumbs ul li.first a, .bread-crumbs ul li.first span  {
	background-image: none;
	padding-left: 10px;
}
.bread-crumbs-right {
	background-image: url(https://www.modifiedcartrader.com/images/bread-crumbs-end-arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 30px;
	width: 23px;
}

/* -- Acordian -- */
#accordion h3 {
	background-image: url(https://www.modifiedcartrader.com/images/horz-content-nav-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	border: solid 1px #bbb;
	margin-top: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
#accordion h3:hover {
	background-image: url(https://www.modifiedcartrader.com/images/horz-content-nav-bg2.png);
	background-position: left top;
}
#accordion h3.ui-state-active a {
	color: #c80349;
}
#accordion h3 a {
	color: #515151;
	padding-left: 20px;
	display: block;
	line-height: 15px;
	height: 15px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	text-shadow: 1px 1px 0 #fff;
}
#accordion h3 a:hover {
	color: #c80349;
}
#accordion .ui-icon {
	background-image: url(https://www.modifiedcartrader.com/images/small-plus.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
	float: left;
	margin-top: 12px;
	margin-left: 8px;
}
#accordion h3.ui-state-active .ui-icon {
	background-image: url(https://www.modifiedcartrader.com/images/small-minus.png);
}
#accordion .ui-accordion-content {
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	padding: 10px;
	border: 1px solid #bbb;
	border-top: none;
}

/* -- Tabs -- */
.ui-tabs .ui-tabs-hide {
    display: none;
}
#tabs ul {
	margin: 0;
	height: 30px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#tabs ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#tabs ul li a {
	font-size: 11px;
	color: #292929;
	line-height: 16px;
	height: 16px;
	float: left;
	background-image: url(https://www.modifiedcartrader.com/images/horz-content-nav-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f3f3f3;
	margin-right: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px
}
#tabs ul li a:hover {
	color: #c80349;
}
#tabs ul li a:active {
	margin-top: 1px;
	margin-bottom: -1px;
}
#tabs ul li.ui-state-active a {
	color: #c80349;
	background-image: url(https://www.modifiedcartrader.com/images/horz-content-nav-bg2.png);
	background-position: left top;
}

/* -- Float images in text -- */
.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
/*****************************************************
4.  IMAGE EFFECTS
******************************************************/
/* -- Flexible borders -- */
.basic-border {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #bbb;
}
.checked-border {
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	padding: 5px;
}

/* -- Image banner styles -- */
.banner-wrap {
	position: relative;
}
.banner-wrap span {
	background-repeat: no-repeat;
	background-position: left top;
	height: 108px;
	width: 108px;
	position: absolute;
	top: -7px;
	left: -7px;
}
.banner-new {
	background-image: url(https://www.modifiedcartrader.com/images/banners/new.png);
}
.banner-2011 {
	background-image: url(https://www.modifiedcartrader.com/images/banners/2011.png);
}
.banner-2012 {
	background-image: url(https://www.modifiedcartrader.com/images/banners/2012.png);
}
.banner-best-deal {
	background-image: url(https://www.modifiedcartrader.com/images/banners/best-deal.png);
}
.banner-best-price {
	background-image: url(https://www.modifiedcartrader.com/images/banners/best-price.png);
}
.banner-special-offer {
	background-image: url(https://www.modifiedcartrader.com/images/banners/special-offer.png);
}
.banner-great-deal {
	background-image: url(https://www.modifiedcartrader.com/images/banners/great-deal.png);
}
.banner-free {
	background-image: url(https://www.modifiedcartrader.com/images/banners/free.png);
}
.banner-custom {
	background-image: url(https://www.modifiedcartrader.com/images/banners/custom.png);
}
.banner-custom2 {
	background-image: url(https://www.modifiedcartrader.com/images/banners/custom2.png);
}
.banner-custom3{
	background-image: url(https://www.modifiedcartrader.com/images/banners/custom3.png);
}



/* -- Image shadows full width -- */
.image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-937.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
}
.image-shadow-turnup img {
	border: 5px solid #fff;
}
.one-of-two .image-shadow-turnup,
.two-of-two .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-454.png);
	padding-bottom: 23px;
	width: 464px;
}
.one-of-two .image-shadow-turnup img,
.two-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}

.one-of-three .image-shadow-turnup,
.two-of-three .image-shadow-turnup,
.three-of-three .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-292.png);
	padding-bottom: 23px;
	width: 302px;
}
.one-of-three .image-shadow-turnup img,
.two-of-three .image-shadow-turnup img,
.three-of-three .image-shadow-turnup img {
	border: 5px solid #fff;
}
.one-of-four .image-shadow-turnup,
.two-of-four .image-shadow-turnup,
.three-of-four .image-shadow-turnup,
.four-of-four .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-212.png);
	padding-bottom: 18px;
	width: 222px;
}
.one-of-four .image-shadow-turnup img,
.two-of-four .image-shadow-turnup img,
.three-of-four .image-shadow-turnup img,
.four-of-four .image-shadow-turnup img {
	border: 5px solid #fff;
}

.one-small-of-two .image-shadow-turnup,
.two-small-of-two .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-258.png);
	padding-bottom: 20px;
	width: 268px;
}
.one-small-of-two .image-shadow-turnup img,
.two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}
.one-large-of-two .image-shadow-turnup,
.two-large-of-two .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-650.png);
	padding-bottom: 27px;
	width: 660px;
}
.one-small-of-two .image-shadow-turnup img,
.two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}

/* -- Hovering effect -- */
.image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-937.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 36px;
}
.image-shadow-hovering img {
	border: 5px solid #fff;
}
.one-of-two .image-shadow-hovering,
.two-of-two .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-454.png);
	padding-bottom: 25px;
	width: 464px;
}
.one-of-two .image-shadow-hovering img,
.two-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}

.one-of-three .image-shadow-hovering,
.two-of-three .image-shadow-hovering,
.three-of-three .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-292.png);
	padding-bottom: 26px;
	width: 302px;
}
.one-of-three .image-shadow-hovering img,
.two-of-three .image-shadow-hovering img,
.three-of-three .image-shadow-hovering img {
	border: 5px solid #fff;
}
.one-of-four .image-shadow-hovering,
.two-of-four .image-shadow-hovering,
.three-of-four .image-shadow-hovering,
.four-of-four .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-212.png);
	padding-bottom: 24px;
	width: 222px;
}
.one-of-four .image-shadow-hovering img,
.two-of-four .image-shadow-hovering img,
.three-of-four .image-shadow-hovering img,
.four-of-four .image-shadow-hovering img {
	border: 5px solid #fff;
}

.one-small-of-two .image-shadow-hovering,
.two-small-of-two .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-258.png);
	padding-bottom: 19px;
	width: 268px;
}
.one-small-of-two .image-shadow-hovering img,
.two-small-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}
.one-large-of-two .image-shadow-hovering,
.two-large-of-two .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-650.png);
	padding-bottom: 25px;
	width: 660px;
}
.one-small-of-two .image-shadow-hovering img,
.two-small-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}

/* -- Image shadows to fit a two column layout -- */

.right-col-wrap-inner .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-680.png);
	padding-bottom: 27px;
}
.right-col-wrap-inner .image-shadow-turnup img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-of-two .image-shadow-turnup,
.right-col-wrap-inner .two-of-two .image-shadow-turnup{
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-325.png);
	padding-bottom: 13px;
	width: 335px;
}
.right-col-wrap-inner .one-of-two .image-shadow-turnup img,
.right-col-wrap-inner .two-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}

.right-col-wrap-inner .one-of-three .image-shadow-turnup,
.right-col-wrap-inner .two-of-three .image-shadow-turnup,
.right-col-wrap-inner .three-of-three .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-206.png);
	padding-bottom: 13px;
	width: 216px;
}
.right-col-wrap-inner .one-of-three .image-shadow-turnup img,
.right-col-wrap-inner .two-of-three .image-shadow-turnup img,
.right-col-wrap-inner .three-of-three .image-shadow-turnup img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-of-four .image-shadow-turnup,
.right-col-wrap-inner .two-of-four .image-shadow-turnup,
.right-col-wrap-inner .three-of-four .image-shadow-turnup,
.right-col-wrap-inner .four-of-four .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-147.png);
	padding-bottom: 9px;
	width: 157px;
}
.right-col-wrap-inner .one-of-four .image-shadow-turnup img,
.right-col-wrap-inner .two-of-four .image-shadow-turnup img,
.right-col-wrap-inner .three-of-four .image-shadow-turnup img,
.right-col-wrap-inner .four-of-four .image-shadow-turnup img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-turnup,
.right-col-wrap-inner .two-small-of-two .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-215.png);
	padding-bottom: 17px;
	width: 222px;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-turnup img,
.right-col-wrap-inner .two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-large-of-two .image-shadow-turnup,
.right-col-wrap-inner .two-large-of-two .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-435.png);
	padding-bottom: 22px;
	width: 445px;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-turnup img,
.right-col-wrap-inner .two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}
/* -- Hovering Style -- */
.right-col-wrap-inner .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-680.png);
	padding-bottom: 26px;
}
.right-col-wrap-inner .image-shadow-hovering img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-of-two .image-shadow-hovering,
.right-col-wrap-inner .two-of-two .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-325.png);
	padding-bottom: 18px;
	width: 335px;
}
.right-col-wrap-inner .one-of-two .image-shadow-hovering img,
.right-col-wrap-inner .two-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}

.right-col-wrap-inner .one-of-three .image-shadow-hovering,
.right-col-wrap-inner .two-of-three .image-shadow-hovering,
.right-col-wrap-inner .three-of-three .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-206.png);
	padding-bottom: 18px;
	width: 216px;
}
.right-col-wrap-inner .one-of-three .image-shadow-hovering img,
.right-col-wrap-inner .two-of-three .image-shadow-hovering img,
.right-col-wrap-inner .three-of-three .image-shadow-hovering img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-of-four .image-shadow-hovering,
.right-col-wrap-inner .two-of-four .image-shadow-hovering,
.right-col-wrap-inner .three-of-four .image-shadow-hovering,
.right-col-wrap-inner .four-of-four .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-147.png);
	padding-bottom: 12px;
	width: 157px;
}
.right-col-wrap-inner one-of-four .image-shadow-hovering img,
.right-col-wrap-inner two-of-four .image-shadow-hovering img,
.right-col-wrap-inner three-of-four .image-shadow-hovering img,
.right-col-wrap-inner four-of-four .image-shadow-hovering img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-hovering,
.right-col-wrap-inner .two-small-of-two .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-215.png);
	padding-bottom: 24px;
	width: 222px;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-hovering img,
.right-col-wrap-inner .two-small-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}
.right-col-wrap-inner .one-large-of-two .image-shadow-hovering,
.right-col-wrap-inner .two-large-of-two .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-435.png);
	padding-bottom: 23px;
	width: 445px;
}
.right-col-wrap-inner .one-small-of-two .image-shadow-hovering img,
.right-col-wrap-inner .two-small-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}

/*****************************************************
5.  HEADINGS
******************************************************/

h1 {
	font-size: 29px;
	line-height: 32px;
	color: #292929;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 5px;
}
h2 {
	font-size: 19px;
	line-height: 22px;
	color: #c80349;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
}
h3 {
	font-size: 17px;
	line-height: 22px;
	color: #292929;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.left-col-wrap-inner h3 {
	font-size: 15px;
	color: #c80349;
	font-weight: bold;
	background-image: url(https://www.modifiedcartrader.com/images/h3-side-bar-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	margin-right: -23px;
	margin-left: -23px;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 35px;
	text-shadow: 1px 1px 0px #fff;
	position: relative;
	z-index: 40;
}
h4 {
	font-size: 13px;
	color: #c80349;
	font-weight: bold;
    margin-bottom: 6px;
    margin-top: 3px;
}
h5 {
	font-size: 13px;
	color: #c80349;
	font-weight: normal;
    margin-bottom: 6px;
    margin-top: 3px;
}
.footer-inside h1 {
	font-size: 15px;
	color: #FFF;
}


/*****************************************************
6.  GLOBAL HYPERLINKS AND BUTTON STYLES
******************************************************/

/* -- Default HTML link -- */
a:link, a:visited {
	color: #a52b28;
	text-decoration:none;
}
a:hover {
	color: #363636;
	text-decoration: none;
}

h2 a:hover {
	color: #292929;
	border-bottom: 1px dotted #a52b28;
}

/* -- "More" link -- */
a.more-link {
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	background-image: url(https://www.modifiedcartrader.com/images/read-more-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* -- Big button with arrow -- */
a.big-link-arrow {
	background-color: #c80349;
	background-image: url(https://www.modifiedcartrader.com/images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #292929;
	font-size: 17px;
	color: #FFF;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out;  
}
a.big-link-arrow:hover {
	background-color: #f3f3f3;
	color: #c80349;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0px #fff;
}
a.big-link-arrow>span {
	background-image: url(https://www.modifiedcartrader.com/images/impact-button-span.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -6px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 40px;
	line-height: 21px;
	display: block;
}

/* -- Big button without arrow -- */
a.big-link {
	background-color: #c80349;
	background-image: url(https://www.modifiedcartrader.com/images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #292929;
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out; 
}
a.big-link:hover {
	background-color: #f3f3f3;
	color: #c80349;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0px #fff;
}

/* -- Big button in reverse colours -- */
a.big-link-reverse {
	background-image: url(https://www.modifiedcartrader.com/images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #bbb;
	font-size: 14px;
	background-color: #f3f3f3;
	color: #c80349;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-shadow: 1px 1px 0px #fff;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out; 
}
a.big-link-reverse:hover {
	background-color: #c80349;
	color: #fff;
	border: 1px solid #292929;
	text-shadow: none;
}

/* -- Smaller sized button -- */
a.small-link {
	background-image: url(https://www.modifiedcartrader.com/images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	font-size: 11px;
	background-color: #f3f3f3;
	color: #c80349;
	border: 1px solid #bbb;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-ms-transition: all 0.2s ease-out;  /* IE10? */
	transition: all 0.2s ease-out;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-shadow: 1px 1px 0px #fff;
}
a.small-link:hover {
	background-color: #c80349;
	border: 1px solid #292929;
	color: #FFF;
	text-shadow: none;
}

/*****************************************************
7.  FULLSCREEN ELEMENTS
******************************************************/
#nojs-background img {
    min-height: 100%;
    min-width: 1050px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
#img-overlay-effects {
    min-height: 100%;
    min-width: 1050px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
	background-repeat: repeat;
}
/*Option styles*/
.diagonal {
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
}
.diagonal-reverse {
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-reverse.png);
}
.square {
	background-image: url(https://www.modifiedcartrader.com/images/square-transparent-bg.png);
}
.stripe {
	background-image: url(https://www.modifiedcartrader.com/images/stripe-transparent-bg.png);
}
.dots {
	background-image: url(https://www.modifiedcartrader.com/images/dots-transparent-bg.png);
}
.dotsdark{ background-image: url(http://blog.modifiedcartrader.com/wp-content/themes/dk/images/overlay2.png); }

.none {display: none;}

.js-enabled #nojs-background {
   	display: none;
}

.fullscreen-overlay,
.fullscreen-stage,
.fullscreen-outer {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullscreen-overlay {
	background-color: #ddd;
}

.fullscreen-stage img {
	display: none;
}

.fullscreen-controls-outer {	
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    display: none;
}

/* -- Controls in Fullscreen mode -- */
.fullscreen-controls {
	background-image: url(https://www.modifiedcartrader.com/images/opacity-80-rep.png);
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	height: 23px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 80px;
}

.fullscreen-prev,
.fullscreen-play,
.fullscreen-pause,
.fullscreen-next {
    cursor: pointer;
}

.fullscreen-play,
.fullscreen-pause {
    display: none;	
}

.fullscreen-loading-wrap {	
	position: fixed;
	top: 17px;
	right: 50px;
}

.fullscreen-close-wrap {
	position: fixed;
	top: 10px;
	right: 10px;
	/*background-image: url(https://www.modifiedcartrader.com/images/opacity-80-rep.png);*/
	background-position: left top;
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	cursor: pointer;
}

.fullscreen-loading {
    background-image: url(https://www.modifiedcartrader.com/images/horz-loading.gif);
	background-position: left top;
    background-repeat: no-repeat;
    width: 90px;
    height: 9px;
}

.fullscreen-prev {
    background-image: url(https://www.modifiedcartrader.com/images/backward.png);
    height: 12px;
    width: 21px;
    margin-top: 6px;
	float: left;
}

.fullscreen-prev:active {
    background-position: left 1px;
}

.fullscreen-play {
    background-image: url(https://www.modifiedcartrader.com/images/play.png);
	background-repeat: no-repeat;
    height: 21px;
    width: 38px;
	float: left;
}

.fullscreen-play:active {
    background-position: left 1px;
}

.fullscreen-pause {
    background-image: url(https://www.modifiedcartrader.com/images/pause.png);
	background-repeat: no-repeat;
    height: 21px;
    width: 38px;
	float: left;
}

.fullscreen-pause:active {
    background-position: left 1px;
}

.fullscreen-next {	
    background-image: url(https://www.modifiedcartrader.com/images/forward.png);  
	background-repeat: no-repeat;
    height: 12px;
    width: 21px;
    margin-top: 6px;
	float: left;
}

.fullscreen-next:active {
    background-position: left 1px;
}

.fullscreen-close {
	background-image: url(https://www.modifiedcartrader.com/images/close.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 26px;
    width: 26px;
}
.fullscreen-close:hover {
	background-image: url(https://www.modifiedcartrader.com/images/close1.png);
}

/* -- Controls in header -- */
.fs-controls {	
    float: right;
    width: 140px;
    margin-top: 28px;
    height: 57px;
	position: absolute;
	right: 0;
	top: 0;
}

.fs-controls div {
    float: left;
}

.fs-prev,
.fs-play,
.fs-pause,
.fs-next {
	cursor: pointer;
    background-position: left top;
    background-repeat: no-repeat;
    display: none;
}

.fs-loading {
    width: 90px;
    height: 9px;
    background-image: url(https://www.modifiedcartrader.com/images/horz-loading.gif);
    background-position: left top;
    background-repeat: no-repeat;
	position: absolute;
	top: -13px;
	right: 0;
}

.fs-prev {	
    background-image: url(https://www.modifiedcartrader.com/images/backward.png);
    height: 12px;
    width: 21px;
    margin-top: 14px;
}

.fs-prev:active {
    background-position: left 1px;
}

.fs-play {
    background-image: url(https://www.modifiedcartrader.com/images/play.png);
    height: 35px;
    width: 38px;
    margin-top: 8px;
}

.fs-play:active {
    background-position: left 1px;
}

.fs-pause {
    background-image: url(https://www.modifiedcartrader.com/images/pause.png);
    height: 35px;
    width: 38px;
    margin-top: 8px;
}

.fs-pause:active {
    background-position: left 1px;
}

.fs-next {
    background-image: url(https://www.modifiedcartrader.com/images/forward.png);    
    height: 12px;
    width: 21px;
    margin-top: 14px;
}

.fs-next:active {
    background-position: left 1px;
}

.fs-max {
    background-image: url(https://www.modifiedcartrader.com/images/minimise.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 39px;
    width: 54px;
    float: right !important;
    margin-right: 1px;
    margin-top: 1px;
    cursor: pointer;
}

.fs-max:hover {
    background-image: url(https://www.modifiedcartrader.com/images/minimise1.png);
    background-color: #c80349;    
}


/*****************************************************
8.  CONTENT LAYOUT VARIATIONS
******************************************************/

.full-width {
	background-repeat: repeat;
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/* -- Background styles for content areas -- */
/*Default transparent*/
.transparent-bg {
	background-image: url(https://www.modifiedcartrader.com/images/opacity-70-rep.png);
}
/*OR choose another level*/
div.level1 {background-image: url(https://www.modifiedcartrader.com/images/opacity-40-rep.png);}
div.level2 {background-image: url(https://www.modifiedcartrader.com/images/opacity-50-rep.png);}
div.level3 {background-image: url(https://www.modifiedcartrader.com/images/opacity-60-rep.png);}
div.level4 {background-image: url(https://www.modifiedcartrader.com/images/opacity-70-rep.png);}
div.level5 {background-image: url(https://www.modifiedcartrader.com/images/opacity-80-rep.png);}
div.level6 {background-image: url(https://www.modifiedcartrader.com/images/opacity-90-rep.png);}
/*Textured - no transparency*/
.textured-bg {
	background-image: url(https://www.modifiedcartrader.com/images/texture-bg.jpg);
}
/*Diagonal lines*/
.diagonal-bg {
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-reverse.png);
}

/* -- Content area foot images -- */
.content-foot-img {
	background-image: url(https://www.modifiedcartrader.com/images/content-area-foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 9px;
	margin-right: -4px;
	margin-left: -4px;
	margin-top: -4px;
}
.left-col-foot-img {
	background-image: url(https://www.modifiedcartrader.com/images/leftcol-area-foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 12px;
	margin-right: -4px;
	margin-left: 8px;
	margin-top: -4px;
	width: 247px;
}
.right-col-foot-img {
	background-image: url(https://www.modifiedcartrader.com/images/rightcol-area-foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 15px;
	margin-right: -4px;
	margin-left: -4px;
	margin-top: -4px;
	width: 740px;
}

/* -- 2 cols -- */
.left-col-box {
	padding-top: 13px;
}
.left-col-wrap-outer {
	float: left;
	background-image: url(https://www.modifiedcartrader.com/images/leftcol-shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -12px;
	padding-right: 12px;
	position: relative; top: -374px;
	
}
.left-col-wrap-inner {
	padding: 17px;
	width: 203px;
	background-repeat: repeat;
	margin-left: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}

.right-col-wrap-outer {
	float: right;
}
.right-col-wrap-inner {
	padding: 20px;
	padding-top: 10px;
	width: 690px;
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	border-top-color: #fff;
}


/*****************************************************
8.  CONTENT DISPLAY VARIATIONS
******************************************************/
/*four*/
.one-of-four {
	float: left;
	width: 222px;
	margin-right: 20px;
}
.two-of-four {
	float: left;
	width: 222px;
	margin-right: 20px;
}
.three-of-four {
	float: left;
	width: 222px;
	margin-right: 20px;
}
.four-of-four {
	float: right;
	width: 222px;
	margin-right: -20px;
	padding-right: 20px;
}
/*three*/
.one-of-three {
	float: left;
	width: 302px;
	margin-right: 20px;
}
.two-of-three {
	float: left;
	width: 302px;
	margin-right: 20px;
}
.three-of-three {
	float: right;
	width: 302px;
	margin-right: -20px;
	padding-right: 20px;
}
/*two*/
.one-of-two {
	float: left;
	width: 464px;
	margin-right: 20px;
}
.two-of-two  {
	float: right;
	width: 464px;
	margin-right: -20px;
	padding-right: 20px;
}
/*uneven*/
.two-small-of-two {
	float: right;
	width: 268px;
	margin-right: -20px;
	padding-right: 20px;
}
.one-large-of-two {
	float: left;
	width: 660px;
	margin-right: 20px;
}
.one-small-of-two {
	float: left;
	width: 268px;
	margin-right: 20px;
}
.two-large-of-two {
	float: right;
	width: 660px;
	margin-right: -20px;
	padding-right: 20px;
}


/* -- using col veriations inside a two col layout -- */
/*four*/
.right-col-wrap-inner .one-of-four {
	float: left;
	width: 157px;
	margin-right: 20px;
}
.right-col-wrap-inner .two-of-four {
	float: left;
	width: 157px;
	margin-right: 20px;
}
.right-col-wrap-inner .three-of-four {
	float: left;
	width: 157px;
	margin-right: 20px;
}
.right-col-wrap-inner .four-of-four {
	float: right;
	width: 157px;
	margin-right: -20px;
	padding-right: 20px;
}
/*three*/
.right-col-wrap-inner .one-of-three {
	float: left;
	width: 216px;
	margin-right: 20px;
}
.right-col-wrap-inner .two-of-three {
	float: left;
	width: 216px;
	margin-right: 20px;
}
.right-col-wrap-inner .three-of-three {
	float: right;
	width: 216px;
	margin-right: -20px;
	padding-right: 20px;
}
/*two*/
.right-col-wrap-inner .one-of-two {
	float: left;
	width: 335px;
	margin-right: 20px;
}
.right-col-wrap-inner .two-of-two  {
	float: right;
	width: 335px;
	margin-right: -20px;
	padding-right: 20px;
}
/*uneven*/
.right-col-wrap-inner .one-small-of-two {
	float: left;
	width: 225px;
	margin-right: 20px;
}
.right-col-wrap-inner .two-large-of-two {
	float: right;
	width: 445px;
	margin-right: -20px;
	padding-right: 20px;
}
.right-col-wrap-inner .two-small-of-two {
	float: right;
	width: 225px;
	margin-right: -20px;
	padding-right: 20px;
}
.right-col-wrap-inner .one-large-of-two {
	float: left;
	width: 445px;
	margin-right: 20px;
}

/* -- break line under content div -- */
.bottom-breaker {
	padding-top: 5px;
	padding-bottom: 35px;
	margin-bottom: 10px;
	background-image: url(https://www.modifiedcartrader.com/images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* -- Boxed content -- */
.promo-box {
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	border: 1px solid #bbb;
}
.promo-box .content {
	font-size: 11px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.promo-box h2 {
	background-image: url(https://www.modifiedcartrader.com/images/gradient-rep-white.png);
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom: 1px solid #bbb;
	line-height: 17px;
	font-size: 17px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.promo-box h2 span {
	display: block;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 8px center;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* -- Icons for header -- */
.promo-box h2 span.light {background-image: url(https://www.modifiedcartrader.com/images/promo-light.png); padding-left: 40px;}
.promo-box h2 span.star {background-image: url(https://www.modifiedcartrader.com/images/promo-star.png); padding-left: 40px;}
.promo-box h2 span.tools {background-image: url(https://www.modifiedcartrader.com/images/promo-tools.png); padding-left: 40px;}
.promo-box h2 span.mail {background-image: url(https://www.modifiedcartrader.com/images/promo-mail.png); padding-left: 40px;}
.promo-box h2 span.suit {background-image: url(https://www.modifiedcartrader.com/images/promo-suit.png); padding-left: 40px;}
.promo-box h2 span.chat {background-image: url(https://www.modifiedcartrader.com/images/promo-chat.png); padding-left: 40px;}
.promo-box h2 span.tick {background-image: url(https://www.modifiedcartrader.com/images/promo-tick.png); padding-left: 40px;}

/*****************************************************
10.  BLOG PAGE ELEMENTS
******************************************************/
.blog-wrap {}
.post {
	margin-bottom: 20px;
	position: relative;
	background-image: url(https://www.modifiedcartrader.com/images/opacity-70-rep.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}
.post .entry-content {
	background-image: url(https://www.modifiedcartrader.com/images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
	padding: 10px;
}
h2.entry-title {
	padding: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 19px;
	line-height: 28px;
	padding: 4px 10px 5px 10px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(https://www.modifiedcartrader.com/images/blog-title-bg.png);
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #bbb;
	border-left-color: #bbb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
}
h2.entry-title a {
	display: block;
	color: #292929;
	padding-right: 70px;
	padding-bottom: 2px;
	text-shadow: 1px 1px 0 #fff;
}
h2.entry-title a:hover {
	color: #c80349;
	text-decoration: none;
	border: none;
}
.post .entry-meta {
	font-size: 10px;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(https://www.modifiedcartrader.com/images/meta-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff;
}
.post .date {
	position: absolute;
	top: -4px;
	right: -4px;
	text-align: center;
	padding: 5px;
	background-image: url(https://www.modifiedcartrader.com/images/blog-date-bg.png);
	height: 45px;
	width: 68px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 11;
}
.date .day h2 {
	font-weight: normal;
	font-size: 23px;
	line-height: 24px;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	text-shadow: 1px 1px 0 #fff;
}
.date .day {
	height: 30px;
}
.date .month-year {
	font-size:10px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	padding-left: 4px;
}
.date .year {
}

.post .read-more-link {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.blog-img-wrap {
	margin-top: -1px;
	border-top: 1px solid #3B3B3B;
}
.img-right-style .blog-img-wrap {
	border-bottom: 1px solid #3B3B3B;
	margin-bottom: -1px;
}
.blog-img-wrap a {
	display: block;
	line-height: 0;
}

/* -- Pagination -- */
.pagination-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pagination-wrapper ul {
	margin: 0px;
	padding: 0px;
}
.pagination-wrapper ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.pagination-wrapper ul li a {
	background-image: url(https://www.modifiedcartrader.com/images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #bbb;
	font-size: 11px;
	background-color: #f3f3f3;
	color: #c80349;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-shadow: 1px 1px 0px #fff;
}
.pagination-wrapper ul li a:hover {
	background-color: #f3f3f3;
	color: #000;
}
.pagination-wrapper ul li.on span {
	background-image: url(https://www.modifiedcartrader.com/images/imact-button-bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #292929;
	font-size: 11px;
	background-color: #c80349;
	color: #f3f3f3;
	display: inline-block;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/* -- Blog right style image -- */
.blog-wrap .img-right-style .blog-img-wrap {
	float: right;
	width: 325px;
}
.blog-wrap .img-right-style .left-blog-content {
	float: left;
	width: 365px;
}

/*****************************************************
11.  BLOG ARTICLE ELEMENTS
******************************************************/
.blog-article .entry-content {
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 180%;
}
.blog-article .heading {
	margin-top: 0;
	font-size: 32px;
	line-height: 34px;
}
.blog-article .entry-meta {
	font-size: 11px;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	background-image: url(https://www.modifiedcartrader.com/images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.blog-top-outer {
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	margin-top: -10px;
	margin-right: -20px;
	margin-bottom: 10px;
	margin-left: -20px;
}
.blog-top-inner {
	background-image: url(https://www.modifiedcartrader.com/images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px 20px 10px 20px;
}

/* -- Social likes -- */
.social-likes {
	float: left;
	width: 570px;
}

.like-facebook, .like-twitter, .like-buzz {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	float: left;
	margin-right: 10px;
}
.back-to-list {
	float: right;
	width: 100px;
}
.back-to-list a {
	float: right;
	font-style: italic;
	background-image: url(https://www.modifiedcartrader.com/images/small-back-arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 14px;
	color: #292929;
	margin-top: 4px;
}
.back-to-list a:hover {
	color: #c80349;
}

/* -- Comments -- */
h3.comments-title {
	width: 550px;
	float: left;
}
h3.comments-title .extra {
	color: #c80349;
	padding-left: 10px;
	font-weight: normal;
}
.comments li {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	position: relative;
}
ol.commentlist {
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-top: 10px;
}
.comment {
	padding: 10px;
	padding-right: 0;
}
.comment-author {
	font-size: 16px;
	float: left;
}
.comment-author h2 {
	margin-bottom: 0;
	font-size: 15px;
}
.comment-author a:hover {
	text-decoration: none;
}
.says {
	color: #292929;
}
.comment-author img {
	position: absolute;
	left: 0;
	top: 5px;
	padding: 5px;	
}
.comment-meta a {
	text-transform: uppercase;
	color: #292929;
}
.comment-meta a:hover {
	text-decoration: none;
	color: #c80349;
}
.comment-meta {
	font-size: 10px;
	float: right;
	padding-top: 4px;
}
.comment-body {
	margin-top: 10px;
	background-image: url(https://www.modifiedcartrader.com/images/opacity-70-rep.png);
	background-repeat: repeat;
	border: 1px solid #e0e0e0;	
	padding: 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.comment-reply h3 {
}
.post-a-comment-link {
	float: right;
}
.comment-reply {
	padding-top: 10px;
}
.comment-reply .input-wrapper {
	padding-bottom: 6px;
}
.comment-reply .input-wrapper input,
.comment-reply .input-wrapper select,
.comment-reply .input-wrapper textarea {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	width: 260px;
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	border: 1px solid #bbb;
}
.comment-reply .input-wrapper textarea {
	width: 680px;
}
.comment-reply .input-wrapper input:focus,
.comment-reply .input-wrapper select:focus,
.comment-reply .input-wrapper textarea:focus {
    border: 1px solid #8E8E8E;
	-moz-transition: all 1.5s ease-out;  /* FF4+ */
    -o-transition: all 1.5s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 1.5s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 1.5s ease-out;  /* IE10? */
     transition: all 1.5s ease-out;  
}
.comment-reply .submit-button-input-wrapper input {
	display: block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	height: 28px;
	width: 93px;
	text-align: center;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	display: inline-block;
	color: #292929;
	font-size: 13px;
	border: 1px solid #BBB;
	background-image: url(https://www.modifiedcartrader.com/images/input-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0px #fff;
	-moz-box-shadow: 1px 1px 0px #fff;
	box-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.comment-reply .submit-button-input-wrapper input:focus {
	border: 1px solid #292929;
}
.comment-reply .submit-button-input-wrapper input:hover {
	color: #c80349;
}

/*****************************************************
12.  FOOTER ELEMENTS
******************************************************/
#footer {
    clear: both;
    position: fixed;
    bottom: 0 !important;
    height: 30px;
    overflow: visible;
    z-index: 1200;
    width: 100%;
	background-image: url(https://www.modifiedcartrader.com/images/footer-rep.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.footer-inside {
    width: 990px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    color: #909090;
	padding-top: 1px;
}

.foot-left-col {
    float: left;
    width: 720px;
    height: 29px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 20px;
	position: relative;
}

.foot-right-col {
    float: right;
    padding-top: 5px;
	font-size: 11px;
    line-height: 11px;
	width: 270px;
}

ul.footer-menu {
	margin: 0;
	padding: 0;
	float: left;
}
ul.footer-menu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
ul.footer-menu li a {
	float: left;
	color: #909090;
	line-height: 17px;
	margin-right: 1px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	height: 17px;
	font-size: 11px;
	text-shadow: #fff 1px 1px 0px;
	background-image: url(https://www.modifiedcartrader.com/images/footer-button-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul.footer-menu li a:hover {
	text-decoration: none;
	color: #c80349;
}
ul.footer-menu li span.up-ico {
	background-image: url(https://www.modifiedcartrader.com/images/small-plus.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	display: block;
}
ul.footer-menu li a.footer-pop-active {
	color: #292929;
}
ul.footer-menu li a.footer-pop-active span.up-ico  {
	background-image: url(https://www.modifiedcartrader.com/images/small-minus.png);
}
.footer-pop-out-box {
	position: absolute;
	width: 253px;
	bottom: 29px;
	left: -7px;
	border-bottom: none;
	display: none;
}
.footer-pop-out-box-content {
	background-image: url(https://www.modifiedcartrader.com/images/pop-up-rep.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #f3f3f3;
	font-size: 11px;
}
.footer-pop-out-box h2 {
	background-image: url(https://www.modifiedcartrader.com/images/pop-up-h2-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 30px;
	color: #363636;
	font-size: 17px;
	height: 21px;
	line-height: 21px;
	margin: 0;
	text-shadow: 1px 1px 0px #fff;
}
.facebook-background-colour {
	background: #F7F7F7; 
	background-color: #F7F7F7;
}
.social-pop-out-box .footer-pop-out-box-content {
	padding-bottom: 0;
}
.one-icon-wrap {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a.white-link {	
    color: #bbbbbb;
	text-decoration: none;
}

a.white-link:hover {	
    color: #FFFFFF;
    text-decoration: none;
}
.copy-info {
	float: left;
	width: 235px;
	font-size: 10px;
	font-style: italic;
	margin-top: 3px;
	line-height: 14px;
	text-align: right;
	background-image: url(https://www.modifiedcartrader.com/images/break-vert-line.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 10px;
}
.copy-info a{ color: #054d6c !important; }
.go-to-top {
	float: right;
	width: 15px;
	padding-left: 5px;
	padding-top: 1px;
}
.go-to-top a.scroll-top {
	background-image: url(https://www.modifiedcartrader.com/images/go-to-top.png);
	display: block;
	float: right;
	height: 18px;
	width: 20px;	 
}
.go-to-top a.scroll-top:hover {
	background-image: url(https://www.modifiedcartrader.com/images/go-to-top1.png);
}

/*****************************************************
13.  CONTACT PAGE ELEMENTS (SEE ALSO /CONTACT-FORM/STANDARD.CSS STYLES FOR THE CONACT FORM)
******************************************************/

.contact-left-col {
	float: left;
	width: 650px;
	height: 400px;
	height: auto;
	min-height: 400px;

}
.contact-right-col {
	float: left;
	width: 270px;
	height: 400px;
	height: auto;
	min-height: 400px;
	padding-left: 25px;
	background-image: url(https://www.modifiedcartrader.com/images/break-vert-line.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}
.contact-info-wrap .one-icon-wrap {
	float: left;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.contact-right-col-box {
	margin-bottom: 20px;
}
.contact-right-col-box h3 {
	padding-top: 0;
	margin-top: 0;
}
.contact-type-wrap {
	background-image: url(https://www.modifiedcartrader.com/images/break-horz-line.png);;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
}
.contact-type-left {
	float: left;
	font-weight: bold;
	width: 250px;
}
.contact-type-left h3 {
	float: left;
	margin-top: 2px;
}
.contact-type-right {
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
}
.view-map-wrap {
	padding-left: 10px;
	background-image: url(https://www.modifiedcartrader.com/images/break-vert-line.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 10px;
	float: left;
	margin-top: 5px;
}
a.view-map {
	margin-top: 10px;
	margin-bottom: 10px;
}
.email a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c80349;
	color: #FFF;
}
.email a:hover {
	color: #c80349;
	text-decoration: none;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
}
.address {
	position: relative;
}
.hidden-map {
	display: none;
}

span.contact-ico {
	height: 19px;
	width: 19px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.phone span.contact-ico {
	background-image: url(https://www.modifiedcartrader.com/images/phone.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 2px;
}
.fax span.contact-ico {
	background-image: url(https://www.modifiedcartrader.com/images/fax.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 4px;
}
.email span.contact-ico {
	background-image: url(https://www.modifiedcartrader.com/images/email.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.address span.contact-ico {
	background-image: url(https://www.modifiedcartrader.com/images/address.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*****************************************************
14.  VERTICAL NAVIGATION (USED IN LEFT COL)
******************************************************/

ul.vert-nav-ul {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-left: -17px;
	margin-right: -17px;
	margin-top: -17px;
	width: 237px;
}
ul.vert-nav-ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.vert-nav-ul li a {
	line-height: 16px;
	height: 16px;
	text-align: left;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 17px;
	display: block;
	font-size: 10px;
	color: #292929;
	background-repeat: repeat;
	background-position: left top;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #fff;
	background-image: url(https://www.modifiedcartrader.com/images/opacity-70-rep.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
ul.vert-nav-ul li a:hover {
	text-decoration: none;
	color: #c80349;
	padding-left: 35px;
	margin-left: -6px;
	background-image: url(https://www.modifiedcartrader.com/images/vert-nav-bg.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-bottom: 8px; /* +1px for removing the border*/
	border-top: none;
}
ul.vert-nav-ul li a span.extra {
	padding-left: 6px;
	color: #c80349;
}

/*****************************************************
15.  MAIN NAVIGATION (HORIZONTAL NAV)
******************************************************/
ul#horz-nav-ul {
	margin: 0px;
	padding: 0px;
	display: block; 
}
ul#horz-nav-ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#horz-nav-ul li a {
	color: #363636;
	float: left;
	text-shadow: #fff 1px 1px 0px;
	background-image: url(https://www.modifiedcartrader.com/images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	background-color: #363636;
	cursor: pointer;
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out; 
}
ul#horz-nav-ul li a>span {
	background-image: url(https://www.modifiedcartrader.com/images/nav-a-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 47px;
	padding-right: 33px;
	padding-bottom: 7px;
	padding-left: 14px;
	font-size: 12px;
	height: 1.8em;
	line-height: 1.8em;
	float: left;
}

ul#horz-nav-ul li a:hover {
	text-decoration: none;
	background-color: #c80349;
	color: #c80349;
}
ul#horz-nav-ul li.first a>span {
	padding-left: 18px;
}
#horz-nav-ul, #horz-nav-ul * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
#horz-nav-ul {
	line-height: 1.0;
}
#horz-nav-ul ul {
	position: absolute;
	top: -999em;
	width: 178px; /* left offset of submenus need to match (see below) */
	background-color: transparent;
	margin-top: 43px;
	padding-top: 20px;
	padding-bottom: 5px;
	background-image: url(https://www.modifiedcartrader.com/images/sub-nav-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #505050;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#horz-nav-ul ul li ul {
	margin-top: 0;
	margin-left: -1px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(https://www.modifiedcartrader.com/images/sub-sub-nav-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
	border: 1px solid #505050;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#horz-nav-ul ul li, #horz-nav-ul ul li ul li {
	width: 100%;
	display: block;
}
#horz-nav-ul li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	background-image: none;
}
#horz-nav-ul li {
	float: left;
	position: relative;
}
#horz-nav-ul ul li a, #horz-nav-ul ul li a ul a,
#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {
	display: block;
	position: relative;
	background-image: none;
	background-color: transparent;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
	height: auto;
	font-size: 10px;
	margin-right: 5px;
	margin-left: 5px;
	float: none;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: #fff 1px 1px 0px;
	color: #363636;
	text-transform: uppercase;
	-moz-transition: none;  /* FF4+ */
    -o-transition: none;  /* Opera 10.5+ */
	-webkit-transition: none;  /* Saf3.2+, Chrome */
    -ms-transition: none;  /* IE10? */
     transition: none; 
}
#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover,
#horz-nav-ul ul li span:hover, #horz-nav-ul ul li a ul span:hover {
	cursor: pointer;
	color: #c80349;
	background-color: #f5f5f5;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	background-image: url(https://www.modifiedcartrader.com/images/sub-a-hover-warrow.png);
	background-repeat: no-repeat;
	background-position: left -12px;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}
#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover {
	background-image: url(https://www.modifiedcartrader.com/images/sub-a-hover.png);
}
#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {
	background-image: url(https://www.modifiedcartrader.com/images/sml-right-arrow.png);
	background-repeat: no-repeat;
	background-position: 156px 8px;	
}

#horz-nav-ul li:hover ul,
#horz-nav-ul li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul#horz-nav-ul li:hover li ul,
ul#horz-nav-ul li.sfHover li ul {
	top: -999em;
}
ul#horz-nav-ul li li:hover ul,
ul#horz-nav-ul li li.sfHover ul {
	left: 178px; /* match ul width */
	top: 0;
}
ul#horz-nav-ul li li:hover li ul,
ul#horz-nav-ul li li.sfHover li ul {
	top: -999em;
}
ul#horz-nav-ul li li li:hover ul,
ul#horz-nav-ul li li li.sfHover ul {
	left: 178px; /* match ul width */
	top: 0;
}
ul#horz-nav-ul li a span.sf-sub-indicator {
	background-image: url(https://www.modifiedcartrader.com/images/reg-plus.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 8px;
	width: 8px;
	background-position: right bottom;
	padding: 0;
	position: absolute;
	top: 55px;
	right: 13px;
}
/*****************************************************
16.  TWITTER FEED
******************************************************/
.twitter-content {
	line-height: 150%;
	position: relative;
}
#twitter_update_list {
    color: #f3f3f3;
	padding-bottom: 10px
}
ul#twitter_update_list li {
	background-image: url(https://www.modifiedcartrader.com/images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    list-style-type: none;
}
#twitter_update_list a:hover {
	color: #fff;
}
.follow-me-button a {
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
	color: #c80349;
	background-image: url(https://www.modifiedcartrader.com/images/twitter-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #090909;
	height: 18px;
	padding-top: 4px;
	padding-bottom: 6px;
	border: 1px solid #000;
	display: block;
	text-align: center;
	text-shadow: -1px -1px 0px #000;
}
.follow-me-button a:hover {
	color: #f3f3f3;
	background-image: url(https://www.modifiedcartrader.com/images/twitter-button-bg2.png);
	background-color: #2a2a2a;
	text-shadow: 1px 1px 0px #000;
}

/*****************************************************
17.  SIDE BAR STYLES (LEFT COL)
******************************************************/
.left-col-wrap-inner p {
	font-size: 11px;
	font-style: italic;
}

/* -- Mini social icons -- */
ul.social-list-small {
	margin: 0;
	padding: 0;
}
ul.social-list-small li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
ul.social-list-small li a {
	float: left;
	padding-right: 5px;
	padding-left: 3px;
	background-image: url(https://www.modifiedcartrader.com/images/break-vert-line.png);
	background-repeat: repeat-y;
	background-position: right top;
	line-height: 14px;
}
ul.social-list-small li.first a {padding-left: 0;}
ul.social-list-small li.last a {background-image: none;}

/* -- Blog featured list -- */
ul.blog-list {
	margin: 0;
	padding: 0;
}
ul.blog-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(https://www.modifiedcartrader.com/images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;

}
ul.blog-list li img {
	float: left;
	margin-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.blog-details {
	float: right;
	width: 142px;
}
.blog-details h4 {
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #292929;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.blog-details h4 a {
	color: #292929;
}
.blog-details h4 a:hover {
	color: #c80349;
}
.blog-details p {
	font-size: 10px;
	padding-bottom: 3px;
}
ul.home-page-blog .blog-details {
	width: 215px;
}

/* -- Rotating Testimonials -- */
.quote-text {
	background-image: url(https://www.modifiedcartrader.com/images/testimonial-side-bar-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: -2px;
	margin-right: -2px;
	
}
.quote-text-inner {
	padding: 10px;
	background-image: url(https://www.modifiedcartrader.com/images/testimonial-side-bar-bg-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.quote-text p {
	padding-bottom: 5px;
}
.quote-text .marks {
	font-weight: bold;
	color: #c80349;
	font-size: 14px;
}
.testimonial-name {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.testimonial-name .extra {
	font-weight: bold;
	color: #c80349;
}

/* -- Mini gallery thumbs -- */
ul.mini-gallery {
	margin: 0;
	padding: 0;
	margin-right: -10px;
	width: 237px;
}
ul.mini-gallery li {
	margin: 0;
	list-style: none;
	display: inline;
}
ul.mini-gallery li img {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #bbb;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* -- Opening times -- */
.opening-times {
	background-image: url(https://www.modifiedcartrader.com/images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}
.one-day {
	float: left;
	width: 120px;
	font-weight: bold;
}
.open-time {
	float: right;
	width: 80px;
	text-align: right;
}

/* -- Contact list -- */
.contact-detials {
	background-image: url(https://www.modifiedcartrader.com/images/break-horz-line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}
.contact-detials .method {
	float: left;
	width: 55px;
	font-weight: bold;
	padding-left: 25px;
}
.contact-detials .details {
	float: right;
	width: 122px;
	text-align: right;
}
.contact-detials  .phone {
	background-image: url(https://www.modifiedcartrader.com/images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-detials  .fax {
	background-image: url(https://www.modifiedcartrader.com/images/fax.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-detials  .email {
	background-image: url(https://www.modifiedcartrader.com/images/email.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-detials .address {
	background-image: url(https://www.modifiedcartrader.com/images/address.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* -- Newsletter -- */
.news-letter-wrap .row-wrap {
	padding-bottom: 10px;
}
.news-letter-wrap .label-wrap {
	float: left;
	width: 60px;
	font-size: 11px;
	font-weight: bold;
}
.news-letter-wrap .input-wrap {
	float: right;
	width: 140px;
}
.news-letter-wrap .input-wrap input {
	width: 132px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	border: 1px solid #bbb;
}
.news-letter-wrap .button-wrap {
	text-align: right;
}
.news-letter-wrap .button-wrap input {
	display: block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	height: 25px;
	min-width: 80px;
	text-align: center;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	display: inline-block;
	color: #292929;
	font-size: 12px;
	line-height: 17px;
	border: 1px solid #BBB;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0px #fff;
	-moz-box-shadow: 1px 1px 0px #fff;
	box-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(https://www.modifiedcartrader.com/images/input-button-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.news-letter-wrap .button-wrap input:focus {
	border: 1px solid #292929;
}
.news-letter-wrap .button-wrap input:hover {
	color: #c80349;
}

.register-pop-out-box .news-letter-wrap .row-wrap {
	padding-bottom: 10px;
}
.register-pop-out-box .news-letter-wrap .label-wrap {
	float: left;
	width: 60px;
	font-size: 11px;
	font-weight: bold;
}
.register-pop-out-box .news-letter-wrap .input-wrap {

}
.register-pop-out-box .news-letter-wrap .input-wrap input {
	border: 1px solid #000;
}
.register-pop-out-box .news-letter-wrap .button-wrap {
	float: right;
}
.register-pop-out-box .news-letter-wrap .button-wrap input {
	border: 1px solid #000;
	color: #f3f3f3;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-image: url(https://www.modifiedcartrader.com/images/twitter-button-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #090909;
}
.register-pop-out-box .news-letter-wrap .button-wrap input:hover {
	color: #c80349;
	background-image: url(https://www.modifiedcartrader.com/images/twitter-button-bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2a2a2a;
}
.image-shadow-hovering iframe, .image-shadow-turnup iframe {
	border: 5px solid #fff;
}
.news-letter-wrap .iphorm-inner ul.form-errors {
	margin: 0;
}
.news-letter-wrap .iphorm-inner ul.form-errors li {
	display: inline-block;
	float: right;
	width: 176px; 
	margin-top: 3px;
	font-size: 10px;
}
.left-col-box .news-letter-wrap .iphorm-inner ul.form-errors li {
	width: 162px;
}

/*****************************************************
18.  IMPACT HEADERS
******************************************************/

.impact-header {
	background-image: url(https://www.modifiedcartrader.com/images/impact-header.png);
	height: 70px;
	margin-right: -25px;
	margin-left: -25px;
	margin-bottom: 18px;
	padding-top: 17px;
	padding-left: 25px;
	padding-right: 25px;
}
.right-col-wrap-inner .impact-header {background-image: url(https://www.modifiedcartrader.com/images/impact-header-two-col.png);}
.impact-header .head-left {
	float: left;
	width: 700px;
}
.impact-header h1 {
	font-size: 34px;
	line-height: 42px;
	font-weight: bold;
	color: #FFF;
	text-shadow: -1px -1px #252525;
}
.impact-header a.big-link-arrow  {
	float: right;
	margin-top: 8px;
}
.impact-header a.big-link-arrow:hover {
	border: 1px solid #292929;
}
.impact-header-two-line {
	background-image: url(https://www.modifiedcartrader.com/images/impact-header.png);
	height: 76px;
	margin-right: -25px;
	margin-left: -25px;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-left: 25px;
	padding-right: 25px;
}
.right-col-wrap-inner .impact-header-two-line {background-image: url(https://www.modifiedcartrader.com/images/impact-header-two-col.png);}
.impact-header-two-line h1 {
	font-size: 28px;
	line-height: 33px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 3px;
	text-shadow: -1px -1px #252525;
}
.impact-header-two-line h2 {
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	text-shadow: -1px -1px #252525;
	font-family: Arial, Helvetica, sans-serif;
}
.impact-header-two-line .head-left {
	float: left;
	width: 700px;
}
.impact-header-two-line a.big-link-arrow {
	float: right;
	margin-top: 15px;
}
.impact-header-two-line a.big-link-arrow:hover {
	border: 1px solid #292929;
}


/*****************************************************
19.  PORTFOLIO / GALLERY STYLES
******************************************************/
/*ul#portfolio-filter {
	margin: 0;
	height: 30px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
ul#portfolio-filter li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
ul#portfolio-filter li a {
	font-size: 11px;
	color: #292929;
	line-height: 16px;
	height: 16px;
	float: left;
	background-image: url(https://www.modifiedcartrader.com/images/horz-content-nav-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f3f3f3;
	margin-right: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #bbb;
	text-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px
}
ul#portfolio-filter li a:hover {
	color: #c80349;
}
ul#portfolio-filter li a:active {
	margin-top: 1px;
	margin-bottom: -1px;
}
ul#portfolio-filter li.active-filter a {
	color: #c80349;
	background-image: url(https://www.modifiedcartrader.com/images/horz-content-nav-bg2.png);
	background-position: left top;
}

.portfolio li {
	list-style-type: none;
	margin-left: 0;
}
.one-portfolio-item img {
	border: 1px solid #bbb;
	background: #fff;
	padding: 4px;
}
.galleria-portfolio {
	margin: 20px -20px 0 -20px;
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	background-position: left top;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}
.twocol-portfolio {margin-right: -20px;}
.twocol-portfolio .one-portfolio-item {
    width: 464px;
    height: 309px;
    margin-right: 20px;
    margin-top: 20px;
    float: left;
    position: relative;
}

.threecol-portfolio {margin-right: -20px;}
.threecol-portfolio .one-portfolio-item {
	width: 302px;
	height: 201px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
    position: relative;
}

.fourcol-portfolio {margin-right: -20px;}
.fourcol-portfolio .one-portfolio-item {
	width: 222px;
	height: 148px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
    position: relative;
}

.fivecol-portfolio {margin-right: -10px;}
.fivecol-portfolio .one-portfolio-item {
	width: 181px;
	height: 120px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
    position: relative;
}

.sixcol-portfolio {margin-right: -10px;}
.sixcol-portfolio .one-portfolio-item {
	width: 149px;
	height: 99px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
    position: relative;
}

.grid-portfolio {margin-right: -1px;}
.grid-portfolio .one-portfolio-item {
	width: 104px;
	height: 69px;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
    position: relative;
}
.grid-portfolio .one-portfolio-item img {
	border: 0;
	padding: 0;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
	background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
	margin: 1px;
}

.twocol-portfolio .portfolio-hover {
    background-image: url(https://www.modifiedcartrader.com/images/2-col-hover.png);
	background-color: #fff;
	width: 462px;
    height: 307px;
}
.threecol-portfolio .portfolio-hover {
    background-image: url(https://www.modifiedcartrader.com/images/3-col-hover.png);
	background-color: #fff;
	width: 300px;
	height: 199px;
}
.fourcol-portfolio .portfolio-hover {
    background-image: url(https://www.modifiedcartrader.com/images/4-col-hover.png);
	background-color: #fff;
	width: 220px;
	height: 146px;
}
.fivecol-portfolio .portfolio-hover {
    background-image: url(https://www.modifiedcartrader.com/images/5-col-hover.png);
	background-color: #fff;
	width: 179px;
	height: 118px;
}
.sixcol-portfolio .portfolio-hover {
    background-image: url(https://www.modifiedcartrader.com/images/6-col-hover.png);
	background-color: #fff;
	width: 147px;
	height: 97px;
}
.grid-portfolio .portfolio-hover {
    background-image: url(https://www.modifiedcartrader.com/images/grid-hover.png);
	background-color: #fff;
	width: 104px;
	height: 69px;
	margin: 0;
}
*/

/*****************************************************
20.  SLIDER ON HOMEPAGE TWO
******************************************************/
ul#homepage-slider {
    display: none;  
}

ul#homepage-slider li {
    list-style: none;   
}

.homepage-slider-wrap {
    background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
    background-repeat: repeat;
    /*margin: 0px;*/
    width: 988px;
}

.homepage-slider-loading {
    height: 390px;
    width: 988px;
    background: url(https://www.modifiedcartrader.com/images/loading.gif) center center no-repeat; 
}

.homepage-slider-wrap h1, .homepage-slider-wrap h2 {font-weight: bold;}
.slider-width {
	width: 907px;
	padding: 20px;
	height: 100px;
	height: auto;
	min-height: 100px;
}


/* -- using col veriations inside the slider -- */
/*four*/
.homepage-slider-wrap .one-of-four {
	float: left;
	width: 211px;
	margin-right: 20px;
}
.homepage-slider-wrap .two-of-four {
	float: left;
	width: 211px;
	margin-right: 20px;
}
.homepage-slider-wrap .three-of-four {
	float: left;
	width: 211px;
	margin-right: 20px;
}
.homepage-slider-wrap .four-of-four {
	float: right;
	width: 211px;
	margin-right: -20px;
	padding-right: 20px;
}
/*three*/
.homepage-slider-wrap .one-of-three {
	float: left;
	width: 288px;
	margin-right: 20px;
}
.homepage-slider-wrap .two-of-three {
	float: left;
	width: 288px;
	margin-right: 20px;
}
.homepage-slider-wrap .three-of-three {
	float: right;
	width: 288px;
	margin-right: -20px;
	padding-right: 20px;
}
/*two*/
.homepage-slider-wrap .one-of-two {
	float: left;
	width: 443px;
	margin-right: 20px;
}
.homepage-slider-wrap .two-of-two  {
	float: right;
	width: 443px;
	margin-right: -20px;
	padding-right: 20px;
}
/*uneven*/
.homepage-slider-wrap .one-small-of-two {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.homepage-slider-wrap .two-large-of-two {
	float: right;
	width: 585px;
	margin-right: -20px;
	padding-right: 20px;
}
.homepage-slider-wrap .two-small-of-two {
	float: right;
	width: 300px;
	margin-right: -20px;
	padding-right: 20px;
}
.homepage-slider-wrap .one-large-of-two {
	float: left;
	width: 585px;
	margin-right: 20px;
}

/* -- Image shadows for slider -- */
.homepage-slider-wrap .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-897.png);
	padding-bottom: 33px;
}
.homepage-slider-wrap .image-shadow-turnup img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-of-two .image-shadow-turnup,
.homepage-slider-wrap .two-of-two .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-433.png);
	padding-bottom: 22px;
	width: 443px;
}
.homepage-slider-wrap .one-of-two .image-shadow-turnup img,
.homepage-slider-wrap .two-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}

.homepage-slider-wrap .one-of-three .image-shadow-turnup,
.homepage-slider-wrap .two-of-three .image-shadow-turnup,
.homepage-slider-wrap .three-of-three .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-278.png);
	padding-bottom: 22px;
	width: 288px;
}
.homepage-slider-wrap .one-of-three .image-shadow-turnup img,
.homepage-slider-wrap .two-of-three .image-shadow-turnup img,
.homepage-slider-wrap .three-of-three .image-shadow-turnup img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-of-four .image-shadow-turnup,
.homepage-slider-wrap .two-of-four .image-shadow-turnup,
.homepage-slider-wrap .three-of-four .image-shadow-turnup,
.homepage-slider-wrap .four-of-four .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-201.png);
	padding-bottom: 17px;
	width: 211px;
}
.homepage-slider-wrap .one-of-four .image-shadow-turnup img,
.homepage-slider-wrap .two-of-four .image-shadow-turnup img,
.homepage-slider-wrap .three-of-four .image-shadow-turnup img,
.homepage-slider-wrap .four-of-four .image-shadow-turnup img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-small-of-two .image-shadow-turnup,
.homepage-slider-wrap .two-small-of-two .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-290.png);
	padding-bottom: 21px;
	width: 300px;
}
.homepage-slider-wrap .one-large-of-two .image-shadow-turnup img,
.homepage-slider-wrap .two-large-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-large-of-two .image-shadow-turnup,
.homepage-slider-wrap .two-large-of-two .image-shadow-turnup {
	background-image: url(https://www.modifiedcartrader.com/images/img-turnup-to-fit-575.png);
	padding-bottom: 23px;
	width: 585px;
}
.homepage-slider-wrap .one-small-of-two .image-shadow-turnup img,
.homepage-slider-wrap .two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}
/* -- hovering style -- */
.homepage-slider-wrap .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-897.png);
	padding-bottom: 32px;
}
.homepage-slider-wrap .image-shadow-hovering img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-of-two .image-shadow-hovering,
.homepage-slider-wrap .two-of-two .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-433.png);
	padding-bottom: 23px;
	width: 443px;
}
.homepage-slider-wrap .one-of-two .image-shadow-hovering img,
.homepage-slider-wrap .two-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}

.homepage-slider-wrap .one-of-three .image-shadow-hovering,
.homepage-slider-wrap .two-of-three .image-shadow-hovering,
.homepage-slider-wrap .three-of-three .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-278.png);
	padding-bottom: 22px;
	width: 288px;
}
.homepage-slider-wrap .one-of-three .image-shadow-hovering img,
.homepage-slider-wrap .two-of-three .image-shadow-hovering img,
.homepage-slider-wrap .three-of-three .image-shadow-hovering img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-of-four .image-shadow-hovering,
.homepage-slider-wrap .two-of-four .image-shadow-hovering,
.homepage-slider-wrap .three-of-four .image-shadow-hovering,
.homepage-slider-wrap .four-of-four .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-201.png);;
	padding-bottom: 22px;
	width: 211px;
}
.homepage-slider-wrap .one-of-four .image-shadow-hovering img,
.homepage-slider-wrap .two-of-four .image-shadow-hovering img,
.homepage-slider-wrap .three-of-four .image-shadow-hovering img,
.homepage-slider-wrap .four-of-four .image-shadow-hovering img {
	border: 5px solid #fff;
}

.homepage-slider-wrap .one-small-of-two .image-shadow-hovering,
.homepage-slider-wrap .two-small-of-two .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-290.png);
	padding-bottom: 22px;
	width: 300px;
}
.homepage-slider-wrap .one-small-of-two .image-shadow-hovering img,
.homepage-slider-wrap .two-small-of-two .image-shadow-hovering img {
	border: 5px solid #fff;
}
.homepage-slider-wrap .one-large-of-two .image-shadow-hovering,
.homepage-slider-wrap .two-large-of-two .image-shadow-hovering {
	background-image: url(https://www.modifiedcartrader.com/images/img-hover-to-fit-575.png);
	padding-bottom: 22px;
	width: 585px;
}
.homepage-slider-wrap .one-small-of-two .image-shadow-turnup img,
.homepage-slider-wrap .two-small-of-two .image-shadow-turnup img {
	border: 5px solid #fff;
}

/*****************************************************
21. CHANGE THE COLOUR SCHEME (DEFAULT IS RED #C80349)
******************************************************/
a:link, a:visited {color: #a52b28;}/*------>> ADD YOUR NEW COLOUR HERE*/
a:hover {color: #292929;}

#accordion h3.ui-state-active a,#tabs ul li.ui-state-active a, .pagination-wrapper ul li a,.email a,ul.vert-nav-ul li a span.extra,.follow-me-button a,.quote-text .marks,.testimonial-name .extra,ul#portfolio-filter li.active-filter a,.back-to-list a {color: #292929;} /*RESETS THE LINK/BUTTON COLOURS (NO NEED TO CHANGE)*/
a.big-link, a.big-link-arrow, a.small-link {color: #f3f3f3} /*RESETS THE LINK/BUTTON COLOURS (NO NEED TO CHANGE)*/
.footer-pop-out-box-content a:hover {color: #f3f3f3;} /*RESETS THE LINK/BUTTON COLOURS (NO NEED TO CHANGE)*/

#accordion h3.ui-state-active a,#accordion h3 a:hover,#tabs ul li a:hover,#tabs ul li.ui-state-active a,h2,.left-col-wrap-inner h3,h4,h5,a.big-link-arrow:hover,a.big-link:hover,a.big-link-reverse,a.small-link,h2.entry-title a:hover,.pagination-wrapper ul li a,.back-to-list a:hover,h3.comments-title .extra,.comment-meta a:hover,.comment-reply .submit-button-input-wrapper input:hover,ul.footer-menu li a:hover,.email a,.email a:hover,ul.vert-nav-ul li a:hover,ul.vert-nav-ul li a span.extra,ul#horz-nav-ul li>a:hover,#horz-nav-ul ul li span:hover, #horz-nav-ul ul li a ul span:hover,.follow-me-button a,.blog-details h4 a:hover,.quote-text .marks,.testimonial-name .extra,.news-letter-wrap .button-wrap input:hover,.register-pop-out-box .news-letter-wrap .button-wrap input:hover,ul#portfolio-filter li a:hover,ul#portfolio-filter li.active-filter a,.iphorm-inner .submit-button-input-wrapper input:active,.iphorm-inner .submit-button-input-wrapper input:hover
{color: #a52b28;}/*------>> ADD YOUR NEW COLOUR HERE*/


a.big-link-arrow,a.big-link,a.big-link-reverse:hover,a.small-link:hover,.fs-max:hover,.pagination-wrapper ul li.on span,ul#horz-nav-ul li>a:hover, ul#horz-nav-ul li.on>a
{background-color: #a52b28;}/*------>> ADD YOUR NEW COLOUR HERE*/

ul#horz-nav-ul li ul li a:hover {background-color: transparent;}/*RESETS THE MENU BG COLOUR (NO NEED TO CHANGE)*/

.iphorm-inner .submit-button-input-wrapper input:active,h2 a:hover
{border-color: #a52b28;}/*------>> ADD YOUR NEW COLOUR HERE*/

/*****************************************************
22.  CHANGES FOR TRANSPARENT BG (SO IT LOOKS BETTER)
******************************************************/

.transparent-bg ul.mini-gallery li img, .transparent-bg .promo-box,.transparent-bg .promo-box h2,.transparent-bg #accordion h3,.transparent-bg #accordion .ui-accordion-content,.transparent-bg a.small-link,.transparent-bg a.big-link-reverse,.transparent-bg a.big-link:hover,.transparent-bg a.big-link-arrow:hover,.transparent-bg #tabs ul li a,.transparent-bg blockquote,.transparent-bg .one-portfolio-item img,.transparent-bg .iphorm-inner .input-wrapper input,.transparent-bg .iphorm-inner .input-wrapper select,.transparent-bg .iphorm-inner .input-wrapper textarea,.transparent-bg .iphorm-inner .submit-button-input-wrapper input,.transparent-bg .comment-reply .input-wrapper input,.transparent-bg .comment-reply .input-wrapper select,.transparent-bg .comment-reply .input-wrapper textarea,.transparent-bg .comment-reply .submit-button-input-wrapper input,.transparent-bg .news-letter-wrap .input-wrap input,.transparent-bg .news-letter-wrap .button-wrap input,.transparent-bg .comment-body,.transparent-bg h2.entry-title,.transparent-bg .post,.transparent-bg .pagination-wrapper ul li a,.transparent-bg table.pearl-table td,.transparent-bg .basic-border,


.diagonal-bg ul.mini-gallery li img, .diagonal-bg .promo-box,.diagonal-bg .promo-box h2,.diagonal-bg #accordion h3,.diagonal-bg #accordion .ui-accordion-content,.diagonal-bg a.small-link,.diagonal-bg a.big-link-reverse,.diagonal-bg a.big-link:hover,.diagonal-bg a.big-link-arrow:hover,.diagonal-bg #tabs ul li a,.diagonal-bg blockquote,.diagonal-bg .one-portfolio-item img,.diagonal-bg .iphorm-inner .input-wrapper input,.diagonal-bg .iphorm-inner .input-wrapper select,.diagonal-bg .iphorm-inner .input-wrapper textarea,.diagonal-bg .iphorm-inner .submit-button-input-wrapper input,.diagonal-bg .comment-reply .input-wrapper input,.diagonal-bg .comment-reply .input-wrapper select,.diagonal-bg .comment-reply .input-wrapper textarea,.diagonal-bg .comment-reply .submit-button-input-wrapper input,.diagonal-bg .news-letter-wrap .input-wrap input,.diagonal-bg .news-letter-wrap .button-wrap input,.diagonal-bg .comment-body,.diagonal-bg h2.entry-title,.diagonal-bg .post,.diagonal-bg .pagination-wrapper ul li a,.diagonal-bg table.pearl-table td,.diagonal-bg .basic-border
{
	border-color: #7e7e7e;
	-webkit-box-shadow: 0px 0px 0 #FFFFFF;
	-moz-box-shadow: 0px 0px 0 #FFFFFF;
	box-shadow: 0px 0px 0 #FFFFFF;
}
.transparent-bg a.big-link-reverse:hover,.transparent-bg a.small-link:hover,
.diagonal-bg  a.big-link-reverse:hover,.diagonal-bg  a.small-link:hover {border-color: #292929;}
.impact-header-two-line a.big-link-arrow:hover,.impact-header a.big-link-arrow:hover {border-color: #292929;}


.left-col-wrap-outer .transparent-bg .rotating-content-wrap,.left-col-wrap-outer .transparent-bg .opening-times-wrap,.left-col-wrap-outer .transparent-bg .contact-detials-wrap,.left-col-wrap-outer .transparent-bg .blog-list, .left-col-wrap-outer .transparent-bg .social-list-small, .left-col-wrap-outer .transparent-bg .news-letter-wrap
{	background-color: transparent;
	background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png);
	background-repeat: repeat;
	width: 203px;
	margin-left: -17px;
	margin-right: -17px;
	margin-top: -17px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 17px;
	padding-left: 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.left-col-wrap-outer .diagonal-bg .rotating-content-wrap,.left-col-wrap-outer .diagonal-bg .opening-times-wrap,.left-col-wrap-outer .diagonal-bg .contact-detials-wrap,.left-col-wrap-outer .diagonal-bg .blog-list, .left-col-wrap-outer .diagonal-bg .social-list-small,.left-col-wrap-outer .diagonal-bg .news-letter-wrap
{	
	background-color: transparent;
	background-image: url(https://www.modifiedcartrader.com/images/opacity-60-rep.png);
	background-repeat: repeat;
	width: 203px;
	margin-left: -17px;
	margin-right: -17px;
	margin-top: -17px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 17px;
	padding-left: 17px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.transparent-bg .home-page-icons .social-list-small {
	margin-top: 0;
}

/*****************************************************
23.  ADD YOUR STYLES BELOW (IF YOU WANT TO)
******************************************************/
div.globalmsgh{ width: 100%; background: #114666; background: #054d6c; display: none; text-align: center;height: 27px; padding: 10px 0 0 0; position: relative; }
div.globalmsgh label{ font-weight: 500; color: #edf6fc; font-size: 1.4em; }
div.globalmsgh label a{ color: #d2d6db; }
div.globalmsgh label a:hover{ text-decoration: none; color: #fff; }
div.globalmsgh h4.globalmsghide{ position: absolute; right: 5px; background: #333; font-size: 1.8em; font-family: Verdana; border-top: solid 1px #778899; top: 0px; width: 30px; height: 30px; cursor: pointer; }

div.mod-user-nav-outer{ width: 100%; background: #eee; display: inline-block; height: 130px !important; min-width: 1050px; }
ul.blacktop{ background: #222; width: 100%; height: 35px; float: left; position: relative; z-index: 3; }
ul.blacktop li{ list-style: none; float: left; position: relative; }
ul.blacktop li.usertop{ width: 250px; }
ul.blacktop li.usertop div{ width: 242px; padding: 0 0 0 5px; display: none; position: absolute; top: 10px; left: 200px; }
ul.blacktop li.usertop div h4{ width: 100%; text-align: center; width: 55px; float: left; margin: 0; padding: 2px 0 2px 0; border-left: solid 1px #333; }
ul.blacktop li.usertop div h4 a{ color: #a52b28; font-weight: 500; text-shadow: 0 1px 1px #444; }
ul.blacktop li.usertop:hover div{ display: block; }
ul.blacktop li.usertop h3{ text-align: left; width: 252px; padding: 3px 0 6px 10px;}
ul.blacktop li.usertop h3 a.user-name-login{ font-size: 1.1em; }
ul.blacktop li.usertop a:hover{ color: #fff; }
li.anon div{ display: none !important; }

div.mod-user-nav{ width: 100%; height: 110px; background: #eee; float: left; position: relative; z-index: 5; border-top: solid 2px #ccc; }
div.mod-user-nav ul{ width: 990px; height: 90px; clear: both; margin: 0 auto 0 auto; border-top: none; }
div.mod-user-nav ul li{ float: left; position: relative; list-style: none; padding: 0; margin: 0; display: inline-block; z-index: 10; }
div.mod-user-nav ul li.first{ border-left: none; width: 120px; }
div.mod-user-nav ul li.ll{ float: left; width: 728px; margin: 8px auto 0 140px;}
div.mod-user-nav ul li.last{ float: right; width: 82px; height: 90px; text-align: right; border-left: none; z-index: 100; }
div.logo-img { width: 151px; float: left; margin: 0 0 0 30px; }
div.fblike-uni{ float: left; margin: 18px 0 0 12px; }

.b{padding: 5px 7px 2px 7px; background: #054d6c; color: #fff; border: none; vertical-align: top; outline: 0px; cursor: pointer; font-size: 1em; font-style: normal; letter-spacing: -0.02em; text-shadow: 0 1px 1px #040; }
.b,a.b:link,a.b:visited{height: 30px; padding: 6px 20px 6px 20px; border-bottom: solid 2px #003300; -webkit-box-shadow: 0px 2px 4px #888; text-shadow: 0 1px 1px #000033; font-weight: 600;}
a.b:link,a.b:visited{ height: 20px; text-align: center; color: #f8f8ff; }
a.b:hover{ color: #fff; }
.dd,input[type="text"]{ border: solid 1px #bbb; }
input[type="text"]{ height: 20px; }
.tb3{ width: 63px !important; }
h6 a:link,h6 a:visited{ color: #054d6c; }
h5.x{ position: absolute !important; width: 15px !important; height: 15px; line-height: 100%; left: auto !important; right: 3000px !important; background: #bbb !important; text-shadow: 0 1px 1px #444; }
.pp{ width: 50px; max-height: 50px; }
.accordion{ display: none; }
.accordion h3 a{ text-transform: capitalize; }
a.like-more,a.lock-link,a.unlock-link {font-size: 10px;line-height: 13px;text-transform: uppercase;padding-left: 20px;display: inline-block;padding-top: 3px;padding-bottom: 3px;}
a.lock-link,a.unlock-link { background-image: url('https://img.modifiedcartrader.com/pearl/icon/lock-open.png'); background-position: 3px center;padding-left: 25px; background-repeat: no-repeat; }
a.lock-link{ background-image: url('https://img.modifiedcartrader.com/pearl/icon/lock-closed.png');}
div.fb-like{ margin-top: -2px; }
div#search-inner{ width: 600px; }
div.search{ margin: 28px 0 0 -32px; position: absolute; width: 200px; height: 10px; }
div.search div#search-inner{ width: 500px; position: absolute; top: -12px; left: 272px; }
div.search input[type="text"]{ width: 318px; padding: 0px 8px 0px 4px; height: 28px; line-height: 1.5em; font-family:'News Cycle'; font-size: 1.4em; font-weight: 500; float: left; color: #555; position: relative; z-index: 5; }
div.search #go{ -webkit-box-shadow: 0 0 0 #000; border-bottom: 0px; width: 78px; height: 30px; float: left; background-color: #054d6c; color: #eee; font-size: 1.2em; padding: 0 !important; }
div#search-inner div#target-outer{ display: none; background: #a52b28; width: 156px; float: left; margin: 10px 4px auto auto; padding: 7px 0 7px 0; text-align: center; position: absolute; top: -10px; left: 583px; z-index: 5; border-right: solid 1px #791515; }
div#search-inner div#target-outer div.arrow{border-color: transparent #a52b28 transparent transparent  ; border-style: solid; border-width: 13px; height:0;width:0; position: absolute; left: -24px; top: 7px;}
div#search-inner select{ margin: 0; background: #a52b28; border: none; text-shadow: 0 1px 1px #d74643; }
div.bigsearch{ width: 575px !important; border-radius: 0 0 2px 2px; box-shadow: 0 2px 3px rgba(10,10,10,.25); } 
div.bigsearch .stb{ width: 460px !important;height: 40px !important; line-height: 1.5em !important; font-size: 1.8em !important; font-weight: 700 !important; color: #555 !important;  }
div.bigsearch #go{ position: absolute; z-index: 4; height: 42px !important; width: 110px; left: 470px; }
div.bigsearch2{ background: #222; padding: 0 5px 4px 4px; }
.border-red{ border: solid 1px #a52b28 !important; }

ul.tipstitle{ width: 477px; display: none; border: none; position: relative; top: -1px; z-index: 1; }
ul.tipstitle li{ width: 157px; display: none; background: #ddd; text-transform: uppercase; margin:0; list-style: none; font-weight: normal; border-top: solid 1px #aaa;border-right: solid 1px #aaa; -webkit-border-radius: 1px; display: inline-block; text-align: center;  }
ul.tipstitle li h4{ font-size: .8em; color: #778899; font-weight: bold;padding: 6px 0 5px 0; margin-top: 0;border-top: solid 1px #eee;text-shadow: 0 1px 1px #fff; -webkit-border-radius: 1px;  }
ul.tipstitle li div.st{ display: none; position: absolute; width: 474px; height: 170px; background: #111; padding-top: 30px; top: 71px; left: 0px; border-top: solid 1px #111;  }
ul.tipstitle li div.st h6{ color: #ccc; line-height: 1.6em; text-align: left; width: 420px; padding: 0 0 0 20px; text-transform: capitalize; }
ul.tipstitle li div.arrow{border: solid 20px; border-color:  #a52b28 transparent transparent transparent; background: transparent; height:0;width:0; position: absolute; left: 10px; top: -5px; -webkit-transition: border 0.5s;}
ul.tipstitle li div.popsearch div.arrow{ left: 50%; margin-left: 30px; -webkit-transition: border 0.5s; }
ul.tipstitle li div.searchtips div.arrow{ left: 81%; margin-left: 40px; }
ul.tipstitle li:hover{ background: #a52b28; border-top-color: #791515; border-right-color: #791515;  }
ul.tipstitle li:hover h4{color: #111; border-top: solid 1px #d74643; text-shadow: 0 1px 1px #d74643;}
ul.tipstitle li:hover div{ display: block; }
ul.tipstitle li:hover div.arrow{ }

ul.tipstitle li div ul li{ width: auto;list-style: none; display: inline-block; background: #222; border: solid 3px #333; margin: 1px; padding: 4px 10px 6px 10px; -webkit-border-radius: 1px; -webkit-transition: all 0.35s;  }
ul.tipstitle li:hover div ul li:hover{ background: #a52b28; background: transparent; border-color: #333; }
ul.tipstitle li:hover div ul li:hover a{ text-shadow: 0 1px 1px #791515; }
ul.tipstitle li:hover div ul li:hover a:hover{ color: #a52b28; }
ul.tipstitle li div ul li a{ color: #d0d0d0; font-family: 'Brawler',arial; font-weight: 500; }
div.searchTips{  }


/*ul#suggs,ul#popular{ width: 460px; height: 120px; padding: 5px 10px 10px 10px; text-align: center; }
ul#popular{ height: auto; }
ul#suggs li,ul#popular li{ list-style: none; display: inline-block; background: #fff;  margin: 1px; padding: 4px 10px 6px 10px; -webkit-border-radius: 1px; -webkit-transition: all 0.35s; }
ul#popular li{ background: #f0f0f0; }
ul#suggs li:hover{ background: #fff; }
ul#popular li:hover{ background: #fff; }
ul#suggs li:hover a,ul#popular li: hover a{ text-shadow: 0 1px 1px #ddd; }
ul#suggs li a,ul#popular li a{ color: #bbb; text-shadow: 0 1px 1px #ddd; font-family: 'Brawler',arial; font-weight: 500; }
ul#popular li a{ font-weight: 500; color: #aaa; }
ul#suggs li a:hover,ul#popular li a:hover{ }*/

.no-display{ display:none; }
textarea{ background-image: url(https://www.modifiedcartrader.com/images/diagonal-lines-bg-main.png); }
select{ padding: 5px; border: none; }
.ddwhite{ background: #fff !important; }
div#msgBubb{display: none; width: 100%; background: #b8ad99; border-bottom: solid 1px #998460; padding: 14px 0 14px 0; font-family: 'Brawler',Rockwell,Serif; font-size: 1.2em; text-align: center;}
div#msgBubb span{margin: 0 0 0 50px; display: block;}
div#msgBubb span h4{ background: #222; display: inline-block; color: #fff; padding: 0 5px 1px 5px; -webkit-border-radius: 5px;}
div#msgBubb.fixtop{ position: fixed; top: 0; z-index: 10001; }
div#msgBubb.fixtop div#arrow{ display: none; }

#garage-pop-out h6{ margin: 0 0 0 10px !important; padding: 0; }
#garage-pop-out h6 a{ color: #fff; text-decoration: underline; }
.garage-items{ height: 394px; background: #fff; overflow: hidden; width: 195px; margin: 0 auto 0 auto; padding: 60px 0 0 5px !important; float: left; background: url('https://img.modifiedcartrader.com/pearl/bg/garage.png') no-repeat 5px top; }
.garage-items a.saveditem {width: 80px; height: 60px; float: left; border: solid 5px #eee !important; margin: 2px 4px 2px 0; -webkit-border-radius: 2px; -webkit-box-shadow: 1px 2px 3px rgba(10,10,10,.25);}
.garage-items a.saveditem img{width: 80px; height: 60px;}
.garage-items a.saveditem:hover{border-color: #a52b28 !important; }

.garage-items{ height: 394px; background: #fff; overflow: hidden; width: 195px; margin: 0 auto 0 auto; padding: 60px 0 0 5px !important; float: left; background: url('https://img.modifiedcartrader.com/pearl/bg/garage.png') no-repeat 5px top; }
.garage-items a img.saveditem{width: 80px; height: 60px; float: left; border: solid 5px #eee !important; margin: 2px 4px 2px 0; -webkit-border-radius: 2px; -webkit-box-shadow: 1px 2px 3px #111;}
.garage-items a:hover img.saveditem{border-color: #a52b28 !important; }


.drop-garage-marker{ padding-top: 60px !important; background: url('https://img.modifiedcartrader.com/pearl/bg/dropgarage.png') no-repeat center top; }
h5.star5{ background: url('https://img.modifiedcartrader.com/pearl/sprite/stars.png') no-repeat left -1px; width: 110px; height: 19px; overflow: hidden; display: inline-block; }
h5.star4{ background: url('https://img.modifiedcartrader.com/pearl/sprite/stars.png') no-repeat left -23px; width: 110px; height: 22px; overflow: hidden; display: inline-block;}
h5.star3{ background: url('https://img.modifiedcartrader.com/pearl/sprite/stars.png') no-repeat left -48px; width: 110px; height: 22px; overflow: hidden; display: inline-block;}
h5.star2{ background: url('https://img.modifiedcartrader.com/pearl/sprite/stars.png') no-repeat left -73px; width: 110px; height: 22px; overflow: hidden; display: inline-block;}
h5.star1{ background: url('https://img.modifiedcartrader.com/pearl/sprite/stars.png') no-repeat left -100px; width: 110px; height: 22px; overflow: hidden; display: inline-block;}
h5.star0{ background: url('https://img.modifiedcartrader.com/pearl/sprite/stars.png') no-repeat left -123px; width: 110px; height: 19px; overflow: hidden; display: inline-block;}
div.loading{ background: #bbb url('https://img.modifiedcartrader.com/pearl/anima/loading.gif') no-repeat center center !important; }
.mct-loading{ background-image: url('https://img.modifiedcartrader.com/pearl/anima/l1.gif') !important; background-repeat: no-repeat !important; background-position: center bottom !important; }
div.mobmsg{ width: 100%; height: 40px; position: relative; z-index: 1000;background: orange; }
div.mobmsg h1{ margin: 0 !important; padding: 10px 0 0 10px !important; line-height: .8em; height: 50px; background: orange; text-align: center; text-shadow: 0 1px 1px #57616a; font-size: 30pt; }
div.mobmsg a{ color: #fff; font-weight: 600; }

div.ad728hdr-outer{ width: 100%; background: #111; height: 77px; padding-top: 17px; margin: 0 !important;  }
div.ad728hdrh{ margin: 0 auto 5px auto !important; width: 100%; height: 90px; padding: 0px 0 15px 0; background: #222; }
.vl{ background: -webkit-linear-gradient(180deg, #ddd, #ddd 50%, #fff 50%, #fff); background-size: 2px; border-color: #fff; }
div.ad728-hdr-inner{ width: 728px !important; width: 90px; margin: -5px auto 0 auto; position: relative; z-index: 8; }
.left-col-wrap-outer { display: none !important; }
.ui-draggable-dragging{ -webkit-box-shadow: 3px 5px 5px rgba(10,10,10,.5) !important; }
div.bottom-spacer{ width: 100%; height: 800px; }

.act-li{ border-bottom: solid 1px #ddd; padding: 7px 5px 5px 5px !important; float: left; width: 85% !important; display: none; overflow: hidden; list-style: none; margin: 0; }
.act-li h5{ font-size: 1em; margin: 0 !important; padding: 0 !important; position: relative; top: -10px; width: 100%; float: left;}
.act-li h5 a{ color: #656565; text-decoration: underline; }
.act-li:hover{ background: #e0e0e0; }
.act-cluster{ width: 100%; background: khaki; float: left; display: none; padding: 0; margin: 0; }
.act-cluster li{ border-bottom: solid 5px khaki !important; width: auto !important; float: left; padding: 5px 5px 2px 5px !important; list-style: none; margin: 0; }
.act-cluster li:hover{ background: #e0e0e0 !important; }
.act-li:hover .act-cluster li{ border-bottom-color: #e0e0e0 !important;  }
.act-tn{ max-width: 240px; max-height: 180px; }
.act-name,.act-name a{ display: block; font-family: Verdana,'Brawler',Arial; word-spacing: -0.15em; letter-spacing: -.10em; font-size: 1.2em; font-weight: 600; padding: 5px 0 0 0; }
.act-name{ display: block; }
.act-body{ width: 100%; padding-bottom: 10px; color: #333d49; float: left; }
.act-body label{ font-weight: 600; color: #333d49; }
.act-body .ticker-tn{ border: solid 1px #ddd; margin: 0 3px 3px 0; float: left; width: 79px; height: 59px; }
.gallery-adhdrh{ width: 100%; background: #222; height: 90px; }
